MediRecords FHIR Implementation Guide
1.3.0 - release


: Generic Observation Hip Measurement Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "37795c88-3041-4435-9548-89fbe20314d1",
  "meta" : {
    "lastUpdated" : "2023-07-14T06:31:01.251+00:00",
    "profile" : [
      "https://fhir.medirecords.com/StructureDefinition/mr-observation-clinical"
    ]
  },
  "text" : {
    "status" : "generated",
    "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>"
  },
  "status" : "final",
  "code" : {
    "text" : "ExamHips"
  },
  "subject" : {
    "reference" : "Patient/1e5cae20-85bf-11e8-b401-ffccd711ad9c"
  },
  "encounter" : {
    "reference" : "Encounter/1e5cae20-85bf-11e8-b401-ffccd711ad9g"
  },
  "effectiveDateTime" : "2023-07-13T04:00:00+00:00",
  "issued" : "2023-07-14T06:31:01.251+00:00",
  "performer" : [
    {
      "reference" : "Practitioner/6d6d7ce8-65c2-11e6-a20e-7b5deed40054"
    }
  ],
  "valueQuantity" : {
    "value" : 95,
    "unit" : "cm",
    "system" : "http://unitsofmeasure.org",
    "code" : "cm"
  }
}