International Birth And Child Model Implementation Guide
1.0.0-ballot - ballot International flag

This page is part of the International Birth And Child Model Implementation Guide (v1.0.0-ballot: Releases Ballot 1) based on FHIR v5.0.0. . For a full list of available versions, see the Directory of published versions

: UC1 UltraSound Report 21 weeks - JSON Representation

Raw json | Download


{
  "resourceType" : "DiagnosticReport",
  "id" : "uc1-ultrasoundreport",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2><span title=\"Codes: {http://snomed.info/sct 241493005}\">Ultrasound scan for fetal growth (procedure)</span> </h2><table class=\"grid\"><tr><td>Subject</td><td><b>Anonymous Patient</b> female, DoB: 1990-03-06 ( id:\u00a0123456)</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><a href=\"Observation-uc1-estimatedfetalbodyweight.html\"><span title=\"Codes: {http://loinc.org 89087-1}\">Fetal Body weight Estimated</span></a></td><td>2960 g</td></tr></table></div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "241493005",
        "display" : "Ultrasound scan for fetal growth (procedure)"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/uc1-mother"
  },
  "result" : [
    {
      "reference" : "Observation/uc1-estimatedfetalbodyweight"
    }
  ]
}