Vital Records Common Profiles Library
0.1.0 - STU 1 Ballot

This page is part of the Vital Records Common Profile Library (v0.1.0: STU 1 on FHIR R4 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

: Newborn Procedure List - JSON Representation

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "newborn-procedure-list",
  "meta" : {
    "versionId" : "8",
    "lastUpdated" : "2020-11-26T00:21:53.879+00:00",
    "source" : "#XPVm52tFHfhtsFqF"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=312948004\">312948004</a></td><td>Karyotype determination (procedure)</td></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=444309000\">444309000</a></td><td>Determination of karyotype from blood specimen (procedure)</td></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=434701000124101\">434701000124101</a></td><td>Surfactant replacement therapy</td></tr></table></li><li>Include these codes as defined in <code>urn:oid:2.16.840.1.114222.4.5.274</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>PHC1250</td><td>Assisted ventilation required immediately following delivery</td></tr></table></li><li>Include these codes as defined in <code>urn:oid:2.16.840.1.114222.4.5.274</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>PHC1251</td><td>Assisted ventilation required for more than six hours</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/us/vr-common-library/ValueSet/newborn-procedure-list",
  "version" : "0.1.0",
  "name" : "NewbornProcedureList",
  "title" : "Newborn Procedure List",
  "status" : "active",
  "date" : "2020-07-17T18:56:31+00:00",
  "publisher" : "HL7 International - Public Health Work Group",
  "contact" : [
    {
      "name" : "HL7 International - Public Health",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/pher"
        }
      ]
    }
  ],
  "description" : "Procedures performed on the newborn subject",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ],
      "text" : "United States of America"
    }
  ],
  "copyright" : "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "312948004",
            "display" : "Karyotype determination (procedure)"
          },
          {
            "code" : "444309000",
            "display" : "Determination of karyotype from blood specimen (procedure)"
          },
          {
            "code" : "434701000124101",
            "display" : "Surfactant replacement therapy"
          }
        ]
      },
      {
        "system" : "urn:oid:2.16.840.1.114222.4.5.274",
        "concept" : [
          {
            "code" : "PHC1250",
            "display" : "Assisted ventilation required immediately following delivery"
          }
        ]
      },
      {
        "system" : "urn:oid:2.16.840.1.114222.4.5.274",
        "concept" : [
          {
            "code" : "PHC1251",
            "display" : "Assisted ventilation required for more than six hours"
          }
        ]
      }
    ]
  }
}