MyHealth@Eu Patient Summary 1.0.0-poc - qa-preview 150
MyHealth@Eu Patient Summary - Downloaded Version 1.0.0-poc See the Directory of published versions
Raw ttl | Download
@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 ------------------------------------------------------------------- <http://hl7.org/fhir/Medication/a20659b9-12e2-417a-aa70-98483da34f44> a fhir:Medication ; fhir:nodeRole fhir:treeRoot ; fhir:Resource.id [ fhir:value "a20659b9-12e2-417a-aa70-98483da34f44"] ; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://fhir.ehdsi.eu/eps/StructureDefinition/medication-eps-myhealtheu" ; fhir:index 0 ; fhir:link <http://fhir.ehdsi.eu/eps/StructureDefinition/medication-eps-myhealtheu> ] ] ; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ] ; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Simvastatin 10 mg oral tablet</p></div>" ] ; fhir:Medication.code [ fhir:CodeableConcept.coding [ fhir:index 0 ; a sct:319996000 ; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ; fhir:Coding.code [ fhir:value "319996000" ] ; fhir:Coding.display [ fhir:value "Product containing precisely simvastatin 10 milligram/1 each conventional release oral tablet (clinical drug)" ] ] ; fhir:CodeableConcept.text [ fhir:value "Simvastatin 10 mg oral tablet" ] ] ; fhir:Medication.form [ fhir:CodeableConcept.coding [ fhir:index 0 ; fhir:Coding.system [ fhir:value "http://standardterms.edqm.eu" ] ; fhir:Coding.code [ fhir:value "10219000" ] ; fhir:Coding.display [ fhir:value "Tablet" ] ] ] ; fhir:Medication.ingredient [ fhir:index 0 ; fhir:Medication.ingredient.itemCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0 ; fhir:Coding.system [ fhir:value "https://spor.ema.europa.eu/v2/SubstanceDefinition" ] ; fhir:Coding.code [ fhir:value "100000090273" ] ; fhir:Coding.display [ fhir:value "Phenoxymethylpenicillin potassium" ] ] ] ; fhir:Medication.ingredient.isActive [ fhir:value "true"^^xsd:boolean ] ; fhir:Medication.ingredient.strength [ fhir:Ratio.numerator [ fhir:Quantity.value [ fhir:value "10"^^xsd:decimal ] ; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ; fhir:Quantity.code [ fhir:value "mg" ] ] ; fhir:Ratio.denominator [ fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ] ; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ; fhir:Quantity.code [ fhir:value "1" ] ] ] ] . # - ontology header ------------------------------------------------------------ <http://hl7.org/fhir/Medication/a20659b9-12e2-417a-aa70-98483da34f44.ttl> a owl:Ontology ; owl:imports fhir:fhir.ttl ; owl:versionIRI <http://build.fhir.org/Medication/a20659b9-12e2-417a-aa70-98483da34f44.ttl> .