Birth Defects Reporting - STU1
0.1.2 - draft United States of America flag

Birth Defects Reporting - STU1, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 0.1.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-birthdefectsreporting-ig/ and changes regularly. See the Directory of published versions

: Specimen1Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Specimen",
  "id" : "Specimen1Example",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Specimen Specimen1Example</b></p><a name=\"Specimen1Example\"> </a><a name=\"hcSpecimen1Example\"> </a><a name=\"Specimen1Example-en-US\"> </a><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0487 ASERU}\">Serum, Acute</span></p><p><b>subject</b>: <a href=\"Patient-PatientChildExample.html\">Gene Austin Wellington (official) Male, DoB: 2020-04-28 ( Medical record number)</a></p><h3>Collections</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Collector</b></td><td><b>Collected[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-practitioner-joe-smith.html\">Practitioner Smith Joe </a></td><td>2024-10-15 08:30:00+0000</td></tr></table></div>"
  },
  "type" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0487",
        "code" : "ASERU",
        "display" : "Serum, Acute"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/PatientChildExample"
  },
  "collection" : {
    "collector" : {
      🔗 "reference" : "Practitioner/practitioner-joe-smith"
    },
    "collectedDateTime" : "2024-10-15T08:30:00Z"
  }
}