Australian Digital Health Agency FHIR Implementation Guide
1.2.0-ci-build - draft Australia flag

Australian Digital Health Agency FHIR Implementation Guide, published by Australian Digital Health Agency. This guide is not an authorized publication; it is the continuous build for version 1.2.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AuDigitalHealth/ci-fhir-r4/ and changes regularly. See the Directory of published versions

: Apgar Respiratory Effort Finding - JSON Representation

Draft as of 2024-09-12

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "apgarrespiratoryeffortfinding-1",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet apgarrespiratoryeffortfinding-1</b></p><a name=\"apgarrespiratoryeffortfinding-1\"> </a><a name=\"hcapgarrespiratoryeffortfinding-1\"> </a><a name=\"apgarrespiratoryeffortfinding-1-en-AU\"> </a><ul><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</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=\"https://loinc.org/LA6725-1/\">LA6725-1</a></td><td style=\"color: #cccccc\">Not breathing</td></tr><tr><td><a href=\"https://loinc.org/LA6726-9/\">LA6726-9</a></td><td style=\"color: #cccccc\">Weak cry; may sound like whimpering, slow or irregular breathing</td></tr><tr><td><a href=\"https://loinc.org/LA6727-7/\">LA6727-7</a></td><td style=\"color: #cccccc\">Good, strong cry; normal rate and effort of breathing</td></tr></table></li></ul></div>"
  },
  "url" : "http://ns.electronichealth.net.au/fhir/ValueSet/apgarrespiratoryeffortfinding-1",
  "version" : "0.1.0",
  "name" : "ApgarRespiratoryEffortFinding",
  "title" : "Apgar Respiratory Effort Finding",
  "status" : "draft",
  "experimental" : true,
  "date" : "2024-09-12T01:44:11+00:00",
  "publisher" : "Australian Digital Health Agency",
  "contact" : [
    {
      "name" : "Australian Digital Health Agency",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:help@digitalhealth.gov.au"
        }
      ]
    }
  ],
  "description" : "The Apgar Respiratory Effort Finding value set includes values that cover findings of Apgar respiratory effort.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "AU"
        }
      ]
    }
  ],
  "copyright" : "This resource contains content from LOINC™ (http://loinc.org). The LOINC Table, LOINC Table Core, LOINC Panels and Forms File, LOINC Answer File, LOINC Part File, LOINC Group File, LOINC Document Ontology File, LOINC Hierarchies, LOINC Linguistic Variants File, LOINC/RSNA Radiology Playbook, and LOINC/IEEE Medical Device Code Mapping Table are copyright © 1995-2017, Regenstrief Institute, Inc. and the Logical Observation Identifiers Names and Codes (LOINC) Committee and is available at no cost under the license at http://loinc.org/license.",
  "compose" : {
    "include" : [
      {
        "system" : "http://loinc.org",
        "concept" : [
          {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/ordinalValue",
                "valueDecimal" : 0
              }
            ],
            "code" : "LA6725-1"
          },
          {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/ordinalValue",
                "valueDecimal" : 1
              }
            ],
            "code" : "LA6726-9"
          },
          {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/ordinalValue",
                "valueDecimal" : 2
              }
            ],
            "code" : "LA6727-7"
          }
        ]
      }
    ]
  }
}