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:MedicationStatement; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "mCODECancerRelatedMedicationStatementExample02"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-cancer-related-medication-statement"; fhir:index 0; fhir:link <http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-cancer-related-medication-statement> ] ]; 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>: mCODECancerRelatedMedicationStatementExample02</p><p><b>meta</b>: </p><p><b>status</b>: stopped</p><p><b>category</b>: Community <span style=\"background: LightGoldenRodYellow\">(Details : {http://terminology.hl7.org/CodeSystem/medication-statement-category code 'community' = 'Community)</span></p><p><b>medication</b>: gefitinib 250 MG Oral Tablet <span style=\"background: LightGoldenRodYellow\">(Details : {RxNorm code '349472' = 'gefitinib 250 MG Oral Tablet)</span></p><p><b>subject</b>: <a href=\"MedicationStatement-mCODECancerRelatedMedicationStatementExample02.html\">Generated Summary: id: mCODEPatientExample01; Medical record number = m123 (USUAL); John B. Anyperson ; gender: male; birthDate: 1951-01-20</a></p><p><b>effective</b>: Apr 1, 2019 12:00:00 AM</p><p><b>dateAsserted</b>: Apr 1, 2019 12:00:00 AM</p><p><b>dosage</b>: </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:index 1; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-termination-reason" ]; fhir:Extension.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:182992009; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "182992009" ] ] ] ]; fhir:MedicationStatement.status [ fhir:value "stopped"]; fhir:MedicationStatement.category [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/medication-statement-category" ]; fhir:Coding.code [ fhir:value "community" ] ] ]; fhir:MedicationStatement.medicationCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://www.nlm.nih.gov/research/umls/rxnorm" ]; fhir:Coding.code [ fhir:value "349472" ] ] ]; fhir:MedicationStatement.subject [ fhir:Reference.reference [ fhir:value "Patient/mCODEPatientExample01" ] ]; fhir:MedicationStatement.effectiveDateTime [ fhir:value "2019-04-01"^^xsd:date]; fhir:MedicationStatement.dateAsserted [ fhir:value "2019-04-01"^^xsd:date]; fhir:MedicationStatement.dosage [ fhir:index 0; fhir:Dosage.text [ fhir:value "250mg orally once daily with or without food" ]; fhir:Dosage.route [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:26643006; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "26643006" ] ] ]; fhir:Dosage.doseAndRate [ fhir:index 0; fhir:Dosage.doseAndRate.doseQuantity [ fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "mg" ] ] ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.