OpenMRS FHIR2 Implementation Guide0.1.0 - ci-build
OpenMRS FHIR2 Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions
Raw ttl | Download
@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 xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:DiagnosticReport; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "8a849d5e-6011-4279-a124-40ada5a687de"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://fhir.openmrs.org/fhir/StructureDefinition/OpenMRS-diagnostic-report"; fhir:index 0; fhir:link <http://fhir.openmrs.org/fhir/StructureDefinition/OpenMRS-diagnostic-report> ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2><span title=\"Codes: {http://loinc.org 8480-6}\">Systolic blood pressure</span> </h2><table class=\"grid\"><tr><td>Subject</td><td>Unable to get Patient Details</td></tr><tr><td>Reported</td><td>2011-03-04 11:45:33+1100</td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td></tr><tr><td colspan=\"2\"><i>Observation</i></td></tr></table></div>" ]; fhir:DiagnosticReport.status [ fhir:value "final"]; fhir:DiagnosticReport.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:8480-6; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "8480-6" ] ], [ fhir:index 1; fhir:Coding.display [ fhir:value "Systolic blood pressure" ] ] ]; fhir:DiagnosticReport.subject [ fhir:Reference.reference [ fhir:value "\"Patient/5946f880-b197-400b-9caa-a3c661d23041\"" ] ]; fhir:DiagnosticReport.encounter [ fhir:Reference.reference [ fhir:value "\"Encounter/6519d653-393b-4118-9c83-a3715b82d4ac\"" ] ]; fhir:DiagnosticReport.issued [ fhir:value "2011-03-04T11:45:33+11:00"^^xsd:dateTime]; fhir:DiagnosticReport.result [ fhir:index 0; fhir:Reference.reference [ fhir:value "\"Observation/6f16bb57-12bc-4077-9f49-ceaa9b928669\"" ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.