International Birth And Child Model Implementation Guide
1.0.0-ballot2 - STU 1 Ballot 2 International flag

International Birth And Child Model Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fetal_records/ and changes regularly. See the Directory of published versions

: UC3 Femur Length Obstetric Clinic - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "uc3-femurlenght-obsclinic",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation uc3-femurlenght-obsclinic</b></p><a name=\"uc3-femurlenght-obsclinic\"> </a><a name=\"hcuc3-femurlenght-obsclinic\"> </a><a name=\"uc3-femurlenght-obsclinic-en-US\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 11963-6}\">Fetal Femur diaphysis [Length] US</span></p><p><b>subject</b>: <a href=\"Patient-uc3-fetus.html\">Anonymous Patient (no stated gender), DoB Unknown</a></p><p><b>encounter</b>: <a href=\"Encounter-uc3-encounter-obsclinic.html\">Encounter: status = completed; class = ambulatory</a></p><p><b>effective</b>: 2024-04-09</p><p><b>performer</b>: <a href=\"Practitioner-uc3-practitioner2.html\">Practitioner Dr. White</a></p><p><b>value</b>: 40 mm</p></div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "11963-6",
        "display" : "Fetal Femur diaphysis [Length] US"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/uc3-fetus"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/uc3-encounter-obsclinic"
  },
  "effectiveDateTime" : "2024-04-09",
  "performer" : [
    {
      🔗 "reference" : "Practitioner/uc3-practitioner2"
    }
  ],
  "valueQuantity" : {
    "value" : 40,
    "unit" : "mm"
  }
}