MediRecords FHIR Implementation Guide
1.3.0 - release


: Generic Observation Hip Measurement Example - TTL Representation

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 -------------------------------------------------------------------

 a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "37795c88-3041-4435-9548-89fbe20314d1"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2023-07-14T06:31:01.251+00:00"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "https://fhir.medirecords.com/StructureDefinition/mr-observation-clinical"^^xsd:anyURI ;
fhir:link <https://fhir.medirecords.com/StructureDefinition/mr-observation-clinical>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"37795c88-3041-4435-9548-89fbe20314d1\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Observation &quot;37795c88-3041-4435-9548-89fbe20314d1&quot; Updated &quot;2023-07-14 06:31:01+0000&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-mr-observation-clinical.html\">Medirecords Generic Clinical Observation</a></p></div><p><b>status</b>: final</p><p><b>code</b>: ExamHips <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>subject</b>: <a href=\"Patient-1e5cae20-85bf-11e8-b401-ffccd711ad9c.html\">Patient/1e5cae20-85bf-11e8-b401-ffccd711ad9c</a> &quot; GREY&quot;</p><p><b>encounter</b>: <a href=\"Encounter-1e5cae20-85bf-11e8-b401-ffccd711ad9g.html\">Encounter/1e5cae20-85bf-11e8-b401-ffccd711ad9g</a></p><p><b>effective</b>: 2023-07-13 04:00:00+0000</p><p><b>issued</b>: Jul 14, 2023, 6:31:01 AM</p><p><b>performer</b>: <a href=\"Practitioner-6d6d7ce8-65c2-11e6-a20e-7b5deed40054.html\">Practitioner/6d6d7ce8-65c2-11e6-a20e-7b5deed40054</a> &quot; SMITH&quot;</p><p><b>value</b>: 95 cm<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code cm = 'cm')</span></p></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
fhir:text [ fhir:v "ExamHips" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/1e5cae20-85bf-11e8-b401-ffccd711ad9c" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/1e5cae20-85bf-11e8-b401-ffccd711ad9g" ]
  ] ; # 
  fhir:effective [ fhir:v "2023-07-13T04:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:issued [ fhir:v "2023-07-14T06:31:01.251+00:00"^^xsd:dateTime] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/6d6d7ce8-65c2-11e6-a20e-7b5deed40054" ]
  ] ) ; # 
  fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "95"^^xsd:decimal ] ;
fhir:unit [ fhir:v "cm" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "cm" ]
  ] . #