National Healthcare Safety Network (NHSN) Digital Quality Measure (dQM) Reporting Implementation Guide
0.1.0-cibuild - Continuous Integration United States of America flag

National Healthcare Safety Network (NHSN) Digital Quality Measure (dQM) Reporting Implementation Guide, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 0.1.0-cibuild built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/nhsn-dqm/ and changes regularly. See the Directory of published versions

: Specimen - Example ACH Pass1 Blood - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "Specimen",
  "id" : "specimen-example-ach-ach-pass1-blood",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-specimen"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Specimen specimen-example-ach-ach-pass1-blood</b></p><a name=\"specimen-example-ach-ach-pass1-blood\"> </a><a name=\"hcspecimen-example-ach-ach-pass1-blood\"> </a><a name=\"hcspecimen-example-ach-ach-pass1-blood-en\"> </a><p><b>identifier</b>: <code>urn:oid:2.16.840.1.113883.19.5.1.798.32</code>/C104082901, <code>urn:oid:2.16.840.1.113883.19.5.1.798.800</code>/C10408290:41</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0487 BLDV}\">Blood venous</span></p><p><b>subject</b>: <a href=\"Patient-patient-example-ach-ach-pass1.html\">Pass1 ACH</a></p><p><b>receivedTime</b>: 2024-02-02 18:20:00-0500</p><h3>Collections</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Collected[x]</b></td><td><b>BodySite</b></td></tr><tr><td style=\"display: none\">*</td><td>2024-02-02 18:12:00-0500</td><td><span title=\"Codes:{http://snomed.info/sct 76853006}\">Heel structure</span></td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "urn:oid:2.16.840.1.113883.19.5.1.798.32",
      "value" : "C104082901",
      "assigner" : {
        "display" : "LIS"
      }
    },
    {
      "system" : "urn:oid:2.16.840.1.113883.19.5.1.798.800",
      "value" : "C10408290:41"
    }
  ],
  "type" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0487",
        "code" : "BLDV",
        "display" : "Blood venous"
      }
    ],
    "text" : "Blood venous"
  },
  "subject" : {
    🔗 "reference" : "Patient/patient-example-ach-ach-pass1",
    "display" : "Pass1 ACH"
  },
  "receivedTime" : "2024-02-02T18:20:00-05:00",
  "collection" : {
    "collectedDateTime" : "2024-02-02T18:12:00-05:00",
    "bodySite" : {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "76853006",
          "display" : "Heel structure (body structure)"
        }
      ],
      "text" : "Heel structure"
    }
  }
}