This page is part of the HL7 FHIR Implementation Guide: minimal Common Oncology Data Elements (mCODE) Release 1 - US Realm | STU1 (v1.0.0: STU 1) based on FHIR R4. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions
Source view
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix sct: <http://snomed.info/id/> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:Procedure; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "mCODECancerRelatedSurgicalProcedureExample01"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-cancer-related-surgical-procedure"; fhir:index 0; fhir:link <http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-cancer-related-surgical-procedure> ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: mCODECancerRelatedSurgicalProcedureExample01</p><p><b>meta</b>: </p><p><b>status</b>: completed</p><p><b>code</b>: Partial lobectomy of lung <span style=\"background: LightGoldenRodYellow\">(Details : {SNOMED CT code '359615001' = 'Partial lobectomy of lung)</span></p><p><b>subject</b>: <a href=\"Procedure-mCODECancerRelatedSurgicalProcedureExample01.html\">Generated Summary: id: mCODEPatientExample01; Medical record number = m123 (USUAL); John B. Anyperson ; gender: male; birthDate: 1951-01-20</a></p><p><b>performed</b>: Mar 1, 2019 12:00:00 AM</p><p><b>asserter</b>: <a href=\"Procedure-mCODECancerRelatedSurgicalProcedureExample01.html\">Generated Summary: id: mCODEPractitionerExample01; 9988776655; Kyle Anydoc ; gender: male</a></p><p><b>reasonReference</b>: <a href=\"Procedure-mCODECancerRelatedSurgicalProcedureExample01.html\">Generated Summary: id: mCODEPrimaryCancerConditionExample01; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span>; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</span>; <span title=\"Codes: {http://snomed.info/sct 64572001}\">Disease</span>; <span title=\"Codes: {http://snomed.info/sct 254637007}\">Non-small cell lung cancer</span>; <span title=\"Codes: {http://snomed.info/sct 39607008}\">Lung</span>; onset: Apr 1, 2019 12:00:00 AM</a></p><p><b>bodySite</b>: Left lower lobe of lung <span style=\"background: LightGoldenRodYellow\">(Details : {SNOMED CT code '41224006' = 'Left lower lobe of lung)</span></p></div>" ]; fhir:DomainResource.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-treatment-intent" ]; fhir:Extension.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:373808002; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "373808002" ] ] ] ]; fhir:Procedure.status [ fhir:value "completed"]; fhir:Procedure.code [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:359615001; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "359615001" ] ] ]; fhir:Procedure.subject [ fhir:Reference.reference [ fhir:value "Patient/mCODEPatientExample01" ] ]; fhir:Procedure.performedDateTime [ fhir:value "2019-03-01"^^xsd:date]; fhir:Procedure.asserter [ fhir:Reference.reference [ fhir:value "Practitioner/mCODEPractitionerExample01" ] ]; fhir:Procedure.reasonReference [ fhir:index 0; fhir:Reference.reference [ fhir:value "Condition/mCODEPrimaryCancerConditionExample01" ] ]; fhir:Procedure.bodySite [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; a sct:41224006; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "41224006" ] ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.