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

: UC2 Amniocentesis Report - JSON Representation

Raw json | Download


{
  "resourceType" : "DiagnosticReport",
  "id" : "uc2-amniocentesisreport",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DiagnosticReport uc2-amniocentesisreport</b></p><a name=\"uc2-amniocentesisreport\"> </a><a name=\"hcuc2-amniocentesisreport\"> </a><a name=\"uc2-amniocentesisreport-en-US\"> </a><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>Anonymous Patient Female, DoB: 1994-02-01 ( http://www.acme.com/identifiers/patient#123456)</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>Flags</b></td><td><b>When For</b></td></tr><tr><td><a href=\"Observation-uc2-karyotype-fetusA.html\"><span title=\"Codes:{http://snomed.info/sct 734840008}\">Karyotype (cell structure)</span></a></td><td><span title=\"Codes:{http://snomed.info/sct 734871004}\">Karyotype evaluation normal (finding)</span></td><td>Final</td><td>2024-04-10</td></tr><tr><td><a href=\"Observation-uc2-karyotype-fetusB.html\"><span title=\"Codes:{http://snomed.info/sct 734840008}\">Karyotype (cell structure)</span></a></td><td><span title=\"Codes:{http://snomed.info/sct 734871004}\">Karyotype evaluation normal (finding)</span></td><td>Final</td><td>2024-04-10</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/uc2-mother"
  },
  "result" : [
    {
      🔗 "reference" : "Observation/uc2-karyotype-fetusA"
    },
    {
      🔗 "reference" : "Observation/uc2-karyotype-fetusB"
    }
  ]
}