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 xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- <http://hl7.org/fhir/MedicationStatement/ExampleMedicationStatementRamipril> a fhir:MedicationStatement ; fhir:nodeRole fhir:treeRoot ; fhir:Resource.id [ fhir:value "ExampleMedicationStatementRamipril"] ; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "extensions" ] ; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement ExampleMedicationStatementRamipril</b></p><a name=\"ExampleMedicationStatementRamipril\"> </a><a name=\"hcExampleMedicationStatementRamipril\"> </a><p><b>Dauermedikation</b>: true</p><p><b>status</b>: Active</p><p><b>medication</b>: <span title=\"Codes:{http://fhir.de/CodeSystem/ifa/pzn 00584567}\">00584567</span></p><p><b>subject</b>: <a href=\"Patient-example-patient.html\">Thomas Weber (official) Male, DoB: 1975-06-15</a></p><p><b>effective</b>: 2022-06-01 --> (ongoing)</p><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td></tr><tr><td style=\"display: none\">*</td><td>1-0-0 morgens</td></tr></table></div>" ] ; fhir:DomainResource.extension [ fhir:index 0 ; fhir:Extension.url [ fhir:value "https://fhir.cognovis.de/praxis/StructureDefinition/is-dauermedikation" ] ; fhir:Extension.valueBoolean [ fhir:value "true"^^xsd:boolean ] ] ; fhir:MedicationStatement.status [ fhir:value "active"] ; fhir:MedicationStatement.medicationCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0 ; fhir:Coding.system [ fhir:value "http://fhir.de/CodeSystem/ifa/pzn" ] ; fhir:Coding.code [ fhir:value "00584567" ] ] ] ; fhir:MedicationStatement.subject [ fhir:link <http://hl7.org/fhir/Patient/example-patient> ; fhir:Reference.reference [ fhir:value "Patient/example-patient" ] ] ; fhir:MedicationStatement.effectivePeriod [ fhir:Period.start [ fhir:value "2022-06-01"^^xsd:date ] ] ; fhir:MedicationStatement.dosage [ fhir:index 0 ; fhir:Dosage.text [ fhir:value "1-0-0 morgens" ] ] . <http://hl7.org/fhir/Patient/example-patient> a fhir:Patient . # - ontology header ------------------------------------------------------------ <http://hl7.org/fhir/MedicationStatement/ExampleMedicationStatementRamipril.ttl> a owl:Ontology ; owl:imports fhir:fhir.ttl ; owl:versionIRI <http://build.fhir.org/MedicationStatement/ExampleMedicationStatementRamipril.ttl> .