-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #240 from standardhealth/dev
mCODE 0.7 and accompanying changes in SHR
- Loading branch information
Showing
49 changed files
with
602 additions
and
426 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
{ | ||
"projectName": "HL7 FHIR Implementation Guide: minimal Common Oncology Data Elements (mCODE), Release 0.7 - US Realm (Draft for Comment 1)", | ||
"projectShorthand": "oncocore", | ||
"projectURL": "http://hl7.org/fhir/us/projectURL/", | ||
"fhirURL": "http://hl7.org/fhir/us/shr/", | ||
"entryTypeURL": "http://hl7.org/fhir/us/entryTypeURL/spec/", | ||
"fhirTarget": "FHIR_DSTU_2", | ||
"filterStrategy": | ||
{ | ||
"filter": true, | ||
"strategy": "element", | ||
"target": ["shr.base.Entry", "shr.core.Patient", "shr.core.Condition", "shr.core.MedicationStatement", "shr.core.SurgicalProcedure", "shr.core.RadiationProcedure", "shr.core.ECOGPerformanceStatus", "shr.core.KarnofskyPerformanceStatus", "oncocore.CancerCondition", "oncocore.CancerHistologicType", "oncocore.CancerHistologicGrade", "oncocore.CancerDiseaseStatus", "oncocore.DistantMetastases", "oncocore.TNMClinicalPrognosticStagePanel", | ||
"oncocore.TNMClinicalStageGroup", | ||
"oncocore.TNMClinicalPrimaryTumorClassification", | ||
"oncocore.TNMClinicalRegionalNodesClassification", | ||
"oncocore.TNMClinicalDistantMetastasesClassification", | ||
"oncocore.TNMPathologicPrognosticStagePanel", | ||
"oncocore.TNMPathologicStageGroup", | ||
"oncocore.TNMPathologicPrimaryTumorClassification", | ||
"oncocore.TNMPathologicRegionalNodesClassification", | ||
"oncocore.TNMPathologicDistantMetastasesClassification", | ||
"oncocore.CancerGeneticMarkerAnalysisResult", | ||
"oncocore.TumorMarkerObservation" | ||
] | ||
}, | ||
"implementationGuide": | ||
{ | ||
"npmName": "oncocore", | ||
"version": "0.7.0", | ||
"includeLogicalModels": false, | ||
"includeModelDoc": true, | ||
"indexContent": "IndexFolder_Oncocore", | ||
"primarySelectionStrategy": | ||
{ | ||
"strategy": "entry", | ||
"primary": ["shr.core.Patient", "shr.core.Condition", "shr.core.MedicationStatement", "shr.core.SurgicalProcedure", "shr.core.RadiationProcedure", "shr.core.ECOGPerformanceStatus", "shr.core.KarnofskyPerformanceStatus", "oncocore.CancerCondition", "oncocore.CancerHistologicType", "oncocore.CancerHistologicGrade", "oncocore.CancerDiseaseStatus", "oncocore.DistantMetastases", "oncocore.TNMClinicalPrognosticStagePanel", | ||
"oncocore.TNMClinicalStageGroup", | ||
"oncocore.TNMClinicalPrimaryTumorClassification", | ||
"oncocore.TNMClinicalRegionalNodesClassification", | ||
"oncocore.TNMClinicalDistantMetastasesClassification", | ||
"oncocore.TNMPathologicPrognosticStagePanel", | ||
"oncocore.TNMPathologicStageGroup", | ||
"oncocore.TNMPathologicPrimaryTumorClassification", | ||
"oncocore.TNMPathologicRegionalNodesClassification", | ||
"oncocore.TNMPathologicDistantMetastasesClassification", | ||
"oncocore.CancerGeneticMarkerAnalysisResult", | ||
"oncocore.TumorMarkerObservation" | ||
], | ||
"hideSupporting": true | ||
} | ||
}, | ||
"publisher": "The MITRE Corporation", | ||
"contact": [ | ||
{ | ||
"telecom": [ | ||
{ | ||
"system": "url", | ||
"value": "http://www.hl7.org/Special/committees/cic/index.cfm" | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.