This page is part of the International Patient Summary Implementation Guide (v1.0.0: STU 1) based on FHIR R4. The current version which supercedes this version is 1.1.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 xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:MedicationStatement; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "eumfh-39-07-1"]; 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>: eumfh-39-07-1</p><p><b>status</b>: active</p><p><b>medication</b>: <a href=\"Medication-eumfh-39-07-1.html\">simvastatin. Generated Summary: id: eumfh-39-07-1; <span title=\"Codes: {http://www.nlm.nih.gov/research/umls/rxnorm 757704}, {http://www.whocc.no/atc C10AA01}\">Fluspiral 50 mcg</span>; <span title=\"Codes: {http://www.nlm.nih.gov/research/umls/rxnorm 1294713}, {http://standardterms.edqm.eu 10219000}\">Disintegrating Oral Product</span></a></p><p><b>subject</b>: <a href=\"Patient-eumfh-39-07.html\">Alexander Heig (inject 39-07). Generated Summary: id: eumfh-39-07; 39-07, EUR01P0001; active; Alexander Heig ; gender: male; birthDate: 1957-01-01</a></p><p><b>effective</b>: Jan 1, 2014 12:00:00 AM --> (ongoing)</p><p><b>dosage</b>: </p></div>" ]; fhir:MedicationStatement.status [ fhir:value "active"]; fhir:MedicationStatement.medicationReference [ fhir:Reference.reference [ fhir:value "Medication/eumfh-39-07-1" ]; fhir:Reference.display [ fhir:value "simvastatin" ] ]; fhir:MedicationStatement.subject [ fhir:Reference.reference [ fhir:value "Patient/eumfh-39-07" ]; fhir:Reference.display [ fhir:value "Alexander Heig (inject 39-07)" ] ]; fhir:MedicationStatement.effectivePeriod [ fhir:Period.start [ fhir:value "2014"^^xsd:gYear ] ]; fhir:MedicationStatement.dosage [ fhir:index 0; fhir:Dosage.text [ fhir:value "40 mg/day" ]; fhir:Dosage.timing [ fhir:Timing.repeat [ fhir:Timing.repeat.frequency [ fhir:value "1"^^xsd:positiveInteger ]; fhir:Timing.repeat.period [ fhir:value "1"^^xsd:decimal ]; fhir:Timing.repeat.periodUnit [ fhir:value "d" ] ] ]; fhir:Dosage.doseAndRate [ fhir:index 0; fhir:Dosage.doseAndRate.doseQuantity [ fhir:Quantity.value [ fhir:value "40"^^xsd:decimal ]; fhir:Quantity.unit [ fhir:value "mg" ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "mg" ] ] ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.