OpenMRS Core FHIR Implementation Guide
0.1.0 - ci-build

OpenMRS Core FHIR Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

: Openmrs DiagnosticReport - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://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:id [ fhir:v "8a849d5e-6011-4279-a124-40ada5a687de"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir.openmrs.org/core/StructureDefinition/OpenMRS-diagnostic-report"^^xsd:anyURI ;
fhir:link <http://fhir.openmrs.org/core/StructureDefinition/OpenMRS-diagnostic-report>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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><b>Ricky Jeannette </b> male, DoB: 1996-12-12 ( OpenMRS ID: 4343534 (use: OFFICIAL))</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><td><b>Reference Range</b></td><td><b>Flags</b></td></tr><tr><td><a href=\"Observation-example-openmrs-Observation.html\"><span title=\"Codes: {http://snomed.info/sct 431314004}\">Arterial blood oxygen saturation (pulse oximeter)</span></a></td><td>25 DEG C</td><td><span title=\"Codes: {http://fhir.openmrs.org/ext/obs/reference-range absolute}\">absolute</span>: 10 - 272</td><td><span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation H}\">High</span></td></tr></table></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
a loinc:8480-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8480-6" ] ;
fhir:display [ fhir:v "Systolic blood pressure" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example-openmrs-Patient" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/5b829d01-34bb-47d1-b1bb-9303c3a9ebcb" ]
  ] ; # 
  fhir:issued [ fhir:v "2011-03-04T11:45:33+11:00"^^xsd:dateTime] ; # 
  fhir:result ( [
fhir:reference [ fhir:v "Observation/example-openmrs-Observation" ]
  ] ) . #