Mobile access to Health Documents (MHD), published by IHE IT Infrastructure Technical Committee. This guide is not an authorized publication; it is the continuous build for version 4.2.5-comment built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/ITI.MHD/ and changes regularly. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://loinc.org/rdf#> .
@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 -------------------------------------------------------------------
<http://hl7.org/fhir/Bundle/ex-fhir-document-bundle> a fhir:Bundle ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "ex-fhir-document-bundle"] ;
fhir:Resource.meta [
fhir:Meta.lastUpdated [ fhir:value "2013-05-28T22:12:21Z"^^xsd:dateTime ]
] ;
fhir:Bundle.identifier [
fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ] ;
fhir:Identifier.value [ fhir:value "urn:uuid:0c3151bd-1cbf-4d64-b04d-cd9187a4c6e0" ]
] ;
fhir:Bundle.type [ fhir:value "document"] ;
fhir:Bundle.timestamp [ fhir:value "2013-05-28T22:12:21Z"^^xsd:dateTime] ;
fhir:Bundle.entry [
fhir:index 0 ;
fhir:Bundle.entry.fullUrl [ fhir:value "http://example.org/fhir/Composition/180f219f-97a8-486d-99d9-ed631fe4fc57" ] ;
fhir:Bundle.entry.resource <http://example.org/fhir/Composition/180f219f-97a8-486d-99d9-ed631fe4fc57>
], [
fhir:index 1 ;
fhir:Bundle.entry.fullUrl [ fhir:value "http://example.org/fhir/Practitioner/fdoc-practitioner" ] ;
fhir:Bundle.entry.resource <http://example.org/fhir/Practitioner/fdoc-practitioner>
], [
fhir:index 2 ;
fhir:Bundle.entry.fullUrl [ fhir:value "http://example.org/fhir/Patient/fdoc-patient" ] ;
fhir:Bundle.entry.resource <http://example.org/fhir/Patient/fdoc-patient>
], [
fhir:index 3 ;
fhir:Bundle.entry.fullUrl [ fhir:value "http://example.org/fhir/Encounter/fdoc-encounter" ] ;
fhir:Bundle.entry.resource <http://example.org/fhir/Encounter/fdoc-encounter>
], [
fhir:index 4 ;
fhir:Bundle.entry.fullUrl [ fhir:value "http://example.org/fhir/Observation/fdoc-observation" ] ;
fhir:Bundle.entry.resource <http://example.org/fhir/Observation/fdoc-observation>
], [
fhir:index 5 ;
fhir:Bundle.entry.fullUrl [ fhir:value "http://example.org/fhir/MedicationRequest/fdoc-medicationrequest" ] ;
fhir:Bundle.entry.resource <http://example.org/fhir/MedicationRequest/fdoc-medicationrequest>
], [
fhir:index 6 ;
fhir:Bundle.entry.fullUrl [ fhir:value "http://example.org/fhir/MedicationStatement/fdoc-medicationstatement" ] ;
fhir:Bundle.entry.resource <http://example.org/fhir/MedicationStatement/fdoc-medicationstatement>
], [
fhir:index 7 ;
fhir:Bundle.entry.fullUrl [ fhir:value "http://example.org/fhir/AllergyIntolerance/fdoc-allergyintolerance" ] ;
fhir:Bundle.entry.resource <http://example.org/fhir/AllergyIntolerance/fdoc-allergyintolerance>
] .
<http://example.org/fhir/Composition/180f219f-97a8-486d-99d9-ed631fe4fc57> a fhir:Composition ;
fhir:Resource.id [ fhir:value "180f219f-97a8-486d-99d9-ed631fe4fc57"] ;
fhir:Resource.meta [
fhir:Meta.lastUpdated [ fhir:value "2013-05-28T22:12:21Z"^^xsd:dateTime ]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Composition_180f219f-97a8-486d-99d9-ed631fe4fc57\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Composition 180f219f-97a8-486d-99d9-ed631fe4fc57</b></p><a name=\"180f219f-97a8-486d-99d9-ed631fe4fc57\"> </a><a name=\"hc180f219f-97a8-486d-99d9-ed631fe4fc57\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Last updated: 2013-05-28 22:12:21+0000</p></div><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 28655-9}\">Discharge Summary from Responsible Clinician</span></p><p><b>encounter</b>: <a href=\"Bundle-ex-fhir-document-bundle.html#Encounter_fdoc-encounter\">Encounter: identifier = http://www.example.org/encounters#S100; status = finished; class = inpatient encounter (ActCode#IMP); type = ; period = 2013-01-20 12:30:02+0000 --> 2013-02-01 12:30:02+0000</a></p><p><b>date</b>: 2013-02-01 12:30:02+0000</p><p><b>author</b>: <a href=\"Bundle-ex-fhir-document-bundle.html#Practitioner_fdoc-practitioner\">Practitioner Adam Careful </a></p><p><b>title</b>: Discharge Summary</p></div>"
] ;
fhir:Composition.status [ fhir:value "final"] ;
fhir:Composition.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a loinc:28655-9 ;
fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
fhir:Coding.code [ fhir:value "28655-9" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Discharge Summary from Responsible Clinician" ]
] ;
fhir:Composition.subject [
fhir:link <http://hl7.org/fhir/Patient/fdoc-patient> ;
fhir:Reference.reference [ fhir:value "Patient/fdoc-patient" ]
] ;
fhir:Composition.encounter [
fhir:link <http://hl7.org/fhir/Encounter/fdoc-encounter> ;
fhir:Reference.reference [ fhir:value "Encounter/fdoc-encounter" ]
] ;
fhir:Composition.date [ fhir:value "2013-02-01T12:30:02Z"^^xsd:dateTime] ;
fhir:Composition.author [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Practitioner/fdoc-practitioner> ;
fhir:Reference.reference [ fhir:value "Practitioner/fdoc-practitioner" ]
] ;
fhir:Composition.title [ fhir:value "Discharge Summary"] ;
fhir:Composition.section [
fhir:index 0 ;
fhir:Composition.section.title [ fhir:value "Reason for admission" ] ;
fhir:Composition.section.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a loinc:29299-5 ;
fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
fhir:Coding.code [ fhir:value "29299-5" ] ;
fhir:Coding.display [ fhir:value "Reason for visit Narrative" ]
]
] ;
fhir:Composition.section.text [
fhir:Narrative.status [ fhir:value "additional" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table><thead><tr><td>Details</td><td/></tr></thead><tbody><tr><td>Acute Asthmatic attack. Was wheezing for days prior to admission.</td><td/></tr></tbody></table></div>"
] ;
fhir:Composition.section.entry [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Observation/fdoc-observation> ;
fhir:Reference.reference [ fhir:value "Observation/fdoc-observation" ]
]
], [
fhir:index 1 ;
fhir:Composition.section.title [ fhir:value "Medications on Discharge" ] ;
fhir:Composition.section.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a loinc:10183-2 ;
fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
fhir:Coding.code [ fhir:value "10183-2" ] ;
fhir:Coding.display [ fhir:value "Hospital discharge medications Narrative" ]
]
] ;
fhir:Composition.section.text [
fhir:Narrative.status [ fhir:value "additional" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table><thead><tr><td>Medication</td><td>Last Change</td><td>Last ChangeReason</td></tr></thead><tbody><tr><td>Theophylline 200mg BD after meals</td><td>continued</td></tr><tr><td>Ventolin Inhaler</td><td>stopped</td><td>Getting side effect of tremor</td></tr></tbody></table></div>"
] ;
fhir:Composition.section.entry [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/MedicationRequest/fdoc-medicationrequest> ;
fhir:Reference.reference [ fhir:value "MedicationRequest/fdoc-medicationrequest" ]
], [
fhir:index 1 ;
fhir:link <http://hl7.org/fhir/MedicationStatement/fdoc-medicationstatement> ;
fhir:Reference.reference [ fhir:value "MedicationStatement/fdoc-medicationstatement" ]
]
], [
fhir:index 2 ;
fhir:Composition.section.title [ fhir:value "Known allergies" ] ;
fhir:Composition.section.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a loinc:48765-2 ;
fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
fhir:Coding.code [ fhir:value "48765-2" ] ;
fhir:Coding.display [ fhir:value "Allergies and adverse reactions Document" ]
]
] ;
fhir:Composition.section.text [
fhir:Narrative.status [ fhir:value "additional" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table><thead><tr><td>Allergen</td><td>Reaction</td></tr></thead><tbody><tr><td>Doxycycline</td><td>Hives</td></tr></tbody></table></div>"
] ;
fhir:Composition.section.entry [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/AllergyIntolerance/fdoc-allergyintolerance> ;
fhir:Reference.reference [ fhir:value "AllergyIntolerance/fdoc-allergyintolerance" ]
]
] .
<http://hl7.org/fhir/Patient/fdoc-patient> a fhir:Patient .
<http://hl7.org/fhir/Encounter/fdoc-encounter> a fhir:Encounter .
<http://hl7.org/fhir/Practitioner/fdoc-practitioner> a fhir:Practitioner .
<http://hl7.org/fhir/Observation/fdoc-observation> a fhir:Observation .
<http://hl7.org/fhir/MedicationRequest/fdoc-medicationrequest> a fhir:MedicationRequest .
<http://hl7.org/fhir/MedicationStatement/fdoc-medicationstatement> a fhir:MedicationStatement .
<http://hl7.org/fhir/AllergyIntolerance/fdoc-allergyintolerance> a fhir:AllergyIntolerance .
<http://example.org/fhir/Practitioner/fdoc-practitioner> a fhir:Practitioner ;
fhir:Resource.id [ fhir:value "fdoc-practitioner"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Practitioner_fdoc-practitioner\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Practitioner fdoc-practitioner</b></p><a name=\"fdoc-practitioner\"> </a><a name=\"hcfdoc-practitioner\"> </a><p><b>identifier</b>: <code>http://www.acme.org/practitioners</code>/23</p><p><b>name</b>: Adam Careful </p></div>"
] ;
fhir:Practitioner.identifier [
fhir:index 0 ;
fhir:Identifier.system [ fhir:value "http://www.acme.org/practitioners" ] ;
fhir:Identifier.value [ fhir:value "23" ]
] ;
fhir:Practitioner.name [
fhir:index 0 ;
fhir:HumanName.family [ fhir:value "Careful" ] ;
fhir:HumanName.given [
fhir:value "Adam" ;
fhir:index 0
] ;
fhir:HumanName.prefix [
fhir:value "Dr" ;
fhir:index 0
]
] .
<http://example.org/fhir/Patient/fdoc-patient> a fhir:Patient ;
fhir:Resource.id [ fhir:value "fdoc-patient"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_fdoc-patient\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient fdoc-patient</b></p><a name=\"fdoc-patient\"> </a><a name=\"hcfdoc-patient\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Eve Everywoman Female, DoB: 1955-01-06</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 555-555-2003(Work)</li><li>2222 Home Street (home)</li></ul></td></tr></table></div>"
] ;
fhir:Patient.active [ fhir:value "true"^^xsd:boolean] ;
fhir:Patient.name [
fhir:index 0 ;
fhir:HumanName.text [ fhir:value "Eve Everywoman" ] ;
fhir:HumanName.family [ fhir:value "Everywoman1" ] ;
fhir:HumanName.given [
fhir:value "Eve" ;
fhir:index 0
]
] ;
fhir:Patient.telecom [
fhir:index 0 ;
fhir:ContactPoint.system [ fhir:value "phone" ] ;
fhir:ContactPoint.value [ fhir:value "555-555-2003" ] ;
fhir:ContactPoint.use [ fhir:value "work" ]
] ;
fhir:Patient.gender [ fhir:value "female"] ;
fhir:Patient.birthDate [ fhir:value "1955-01-06"^^xsd:date] ;
fhir:Patient.address [
fhir:index 0 ;
fhir:Address.use [ fhir:value "home" ] ;
fhir:Address.line [
fhir:value "2222 Home Street" ;
fhir:index 0
]
] .
<http://example.org/fhir/Encounter/fdoc-encounter> a fhir:Encounter ;
fhir:Resource.id [ fhir:value "fdoc-encounter"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Encounter_fdoc-encounter\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Encounter fdoc-encounter</b></p><a name=\"fdoc-encounter\"> </a><a name=\"hcfdoc-encounter\"> </a><p><b>identifier</b>: <code>http://www.example.org/encounters</code>/S100</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/7.2.0/CodeSystem-v3-ActCode.html#v3-ActCode-IMP\">ActCode: IMP</a> (inpatient encounter)</p><p><b>type</b>: <span title=\"Codes:\">Orthopedic Admission</span></p><p><b>subject</b>: <a href=\"Bundle-ex-fhir-document-bundle.html#Patient_fdoc-patient\">Eve Everywoman Female, DoB: 1955-01-06</a></p><p><b>period</b>: 2013-01-20 12:30:02+0000 --> 2013-02-01 12:30:02+0000</p><h3>Hospitalizations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>DischargeDisposition</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">Discharged to care of GP</span></td></tr></table></div>"
] ;
fhir:Encounter.identifier [
fhir:index 0 ;
fhir:Identifier.system [ fhir:value "http://www.example.org/encounters" ] ;
fhir:Identifier.value [ fhir:value "S100" ]
] ;
fhir:Encounter.status [ fhir:value "finished"] ;
fhir:Encounter.class [
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ] ;
fhir:Coding.code [ fhir:value "IMP" ] ;
fhir:Coding.display [ fhir:value "inpatient encounter" ]
] ;
fhir:Encounter.type [
fhir:index 0 ;
fhir:CodeableConcept.text [ fhir:value "Orthopedic Admission" ]
] ;
fhir:Encounter.subject [
fhir:link <http://hl7.org/fhir/Patient/fdoc-patient> ;
fhir:Reference.reference [ fhir:value "Patient/fdoc-patient" ]
] ;
fhir:Encounter.period [
fhir:Period.start [ fhir:value "2013-01-20T12:30:02Z"^^xsd:dateTime ] ;
fhir:Period.end [ fhir:value "2013-02-01T12:30:02Z"^^xsd:dateTime ]
] ;
fhir:Encounter.hospitalization [
fhir:Encounter.hospitalization.dischargeDisposition [
fhir:CodeableConcept.text [ fhir:value "Discharged to care of GP" ]
]
] .
<http://example.org/fhir/Observation/fdoc-observation> a fhir:Observation ;
fhir:Resource.id [ fhir:value "fdoc-observation"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_fdoc-observation\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation fdoc-observation</b></p><a name=\"fdoc-observation\"> </a><a name=\"hcfdoc-observation\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 46241-6}\">Reason for admission</span></p><p><b>subject</b>: <a href=\"Bundle-ex-fhir-document-bundle.html#Patient_fdoc-patient\">Eve Everywoman Female, DoB: 1955-01-06</a></p><p><b>encounter</b>: <a href=\"Bundle-ex-fhir-document-bundle.html#Encounter_fdoc-encounter\">Encounter: identifier = http://www.example.org/encounters#S100; status = finished; class = inpatient encounter (ActCode#IMP); type = ; period = 2013-01-20 12:30:02+0000 --> 2013-02-01 12:30:02+0000</a></p><p><b>value</b>: Acute Asthmatic attack. Was wheezing for days prior to admission.</p></div>"
] ;
fhir:Observation.status [ fhir:value "final"] ;
fhir:Observation.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a loinc:46241-6 ;
fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
fhir:Coding.code [ fhir:value "46241-6" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Reason for admission" ]
] ;
fhir:Observation.subject [
fhir:link <http://hl7.org/fhir/Patient/fdoc-patient> ;
fhir:Reference.reference [ fhir:value "Patient/fdoc-patient" ]
] ;
fhir:Observation.encounter [
fhir:link <http://hl7.org/fhir/Encounter/fdoc-encounter> ;
fhir:Reference.reference [ fhir:value "Encounter/fdoc-encounter" ]
] ;
fhir:Observation.valueString [ fhir:value "Acute Asthmatic attack. Was wheezing for days prior to admission."] .
<http://example.org/fhir/MedicationRequest/fdoc-medicationrequest> a fhir:MedicationRequest ;
fhir:Resource.id [ fhir:value "fdoc-medicationrequest"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicationRequest_fdoc-medicationrequest\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest fdoc-medicationrequest</b></p><a name=\"fdoc-medicationrequest\"> </a><a name=\"hcfdoc-medicationrequest\"> </a><p><b>status</b>: Unknown</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title=\"Codes:{http://snomed.info/sct 66493003}\">Theophylline 200mg</span></p><p><b>subject</b>: <a href=\"Bundle-ex-fhir-document-bundle.html#Patient_fdoc-patient\">Eve Everywoman Female, DoB: 1955-01-06</a></p><p><b>requester</b>: <a href=\"Bundle-ex-fhir-document-bundle.html#Practitioner_fdoc-practitioner\">Practitioner Adam Careful </a></p><p><b>reasonCode</b>: <span title=\"Codes:\">Management of Asthma</span></p><blockquote><p><b>dosageInstruction</b></p><p><b>additionalInstruction</b>: <span title=\"Codes:\">Take with Food</span></p><p><b>timing</b>: 2 per 1 day</p><p><b>route</b>: <span title=\"Codes:{http://snomed.info/sct 394899003}\">oral administration of treatment</span></p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Dose[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/dose-rate-type ordered}\">Ordered</span></td><td>1 tablet<span style=\"background: LightGoldenRodYellow\"> (Details: Orderable Drug Form codeTAB = 'Tablet')</span></td></tr></table></blockquote></div>"
] ;
fhir:MedicationRequest.status [ fhir:value "unknown"] ;
fhir:MedicationRequest.intent [ fhir:value "order"] ;
fhir:MedicationRequest.medicationCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:66493003 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "66493003" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Theophylline 200mg" ]
] ;
fhir:MedicationRequest.subject [
fhir:link <http://hl7.org/fhir/Patient/fdoc-patient> ;
fhir:Reference.reference [ fhir:value "Patient/fdoc-patient" ]
] ;
fhir:MedicationRequest.requester [
fhir:link <http://hl7.org/fhir/Practitioner/fdoc-practitioner> ;
fhir:Reference.reference [ fhir:value "Practitioner/fdoc-practitioner" ]
] ;
fhir:MedicationRequest.reasonCode [
fhir:index 0 ;
fhir:CodeableConcept.text [ fhir:value "Management of Asthma" ]
] ;
fhir:MedicationRequest.dosageInstruction [
fhir:index 0 ;
fhir:Dosage.additionalInstruction [
fhir:index 0 ;
fhir:CodeableConcept.text [ fhir:value "Take with Food" ]
] ;
fhir:Dosage.timing [
fhir:Timing.repeat [
fhir:Timing.repeat.frequency [ fhir:value "2"^^xsd:positiveInteger ] ;
fhir:Timing.repeat.period [ fhir:value "1"^^xsd:decimal ] ;
fhir:Timing.repeat.periodUnit [ fhir:value "d" ]
]
] ;
fhir:Dosage.route [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:394899003 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "394899003" ] ;
fhir:Coding.display [ fhir:value "oral administration of treatment" ]
]
] ;
fhir:Dosage.doseAndRate [
fhir:index 0 ;
fhir:Dosage.doseAndRate.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/dose-rate-type" ] ;
fhir:Coding.code [ fhir:value "ordered" ] ;
fhir:Coding.display [ fhir:value "Ordered" ]
]
] ;
fhir:Dosage.doseAndRate.doseQuantity [
fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "tablet" ] ;
fhir:Quantity.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm" ] ;
fhir:Quantity.code [ fhir:value "TAB" ]
]
]
] .
<http://example.org/fhir/MedicationStatement/fdoc-medicationstatement> a fhir:MedicationStatement ;
fhir:Resource.id [ fhir:value "fdoc-medicationstatement"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicationStatement_fdoc-medicationstatement\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement fdoc-medicationstatement</b></p><a name=\"fdoc-medicationstatement\"> </a><a name=\"hcfdoc-medicationstatement\"> </a><p><b>status</b>: Active</p><p><b>statusReason</b>: <span title=\"Codes:\">Management of Asthma</span></p><p><b>medication</b>: <span title=\"Codes:\">Ventolin Inhaler</span></p><p><b>subject</b>: <a href=\"Bundle-ex-fhir-document-bundle.html#Patient_fdoc-patient\">Eve Everywoman Female, DoB: 1955-01-06</a></p><p><b>dateAsserted</b>: 2013-05-05 16:13:03+0000</p></div>"
] ;
fhir:MedicationStatement.status [ fhir:value "active"] ;
fhir:MedicationStatement.statusReason [
fhir:index 0 ;
fhir:CodeableConcept.text [ fhir:value "Management of Asthma" ]
] ;
fhir:MedicationStatement.medicationCodeableConcept [
fhir:CodeableConcept.text [ fhir:value "Ventolin Inhaler" ]
] ;
fhir:MedicationStatement.subject [
fhir:link <http://hl7.org/fhir/Patient/fdoc-patient> ;
fhir:Reference.reference [ fhir:value "Patient/fdoc-patient" ]
] ;
fhir:MedicationStatement.dateAsserted [ fhir:value "2013-05-05T16:13:03Z"^^xsd:dateTime] .
<http://example.org/fhir/AllergyIntolerance/fdoc-allergyintolerance> a fhir:AllergyIntolerance ;
fhir:Resource.id [ fhir:value "fdoc-allergyintolerance"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"AllergyIntolerance_fdoc-allergyintolerance\"> </a><p class=\"res-header-id\"><b>Generated Narrative: AllergyIntolerance fdoc-allergyintolerance</b></p><a name=\"fdoc-allergyintolerance\"> </a><a name=\"hcfdoc-allergyintolerance\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-verification confirmed}\">Confirmed</span></p><p><b>type</b>: Allergy</p><p><b>criticality</b>: High Risk</p><p><b>code</b>: <span title=\"Codes:\">Doxycycline</span></p><p><b>patient</b>: <a href=\"Bundle-ex-fhir-document-bundle.html#Patient_fdoc-patient\">Eve Everywoman Female, DoB: 1955-01-06</a></p><p><b>recordedDate</b>: 2012-09-17</p><h3>Reactions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Manifestation</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">Hives</span></td></tr></table></div>"
] ;
fhir:AllergyIntolerance.clinicalStatus [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical" ] ;
fhir:Coding.code [ fhir:value "active" ] ;
fhir:Coding.display [ fhir:value "Active" ]
]
] ;
fhir:AllergyIntolerance.verificationStatus [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification" ] ;
fhir:Coding.code [ fhir:value "confirmed" ] ;
fhir:Coding.display [ fhir:value "Confirmed" ]
]
] ;
fhir:AllergyIntolerance.type [ fhir:value "allergy"] ;
fhir:AllergyIntolerance.criticality [ fhir:value "high"] ;
fhir:AllergyIntolerance.code [
fhir:CodeableConcept.text [ fhir:value "Doxycycline" ]
] ;
fhir:AllergyIntolerance.patient [
fhir:link <http://hl7.org/fhir/Patient/fdoc-patient> ;
fhir:Reference.reference [ fhir:value "Patient/fdoc-patient" ]
] ;
fhir:AllergyIntolerance.recordedDate [ fhir:value "2012-09-17"^^xsd:date] ;
fhir:AllergyIntolerance.reaction [
fhir:index 0 ;
fhir:AllergyIntolerance.reaction.manifestation [
fhir:index 0 ;
fhir:CodeableConcept.text [ fhir:value "Hives" ]
]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Bundle/ex-fhir-document-bundle.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Bundle/ex-fhir-document-bundle.ttl> .
IG © 2020+ IHE IT Infrastructure Technical Committee. Package ihe.iti.mhd#4.2.5-comment based on FHIR 4.0.1. Generated 2026-07-15
Links: Table of Contents |
QA Report
| New Issue | Issues
Version History |
|
Propose a change