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 score, 1 minute - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "apgarscore-01",
  "meta" : {
    "profile" : [
      🔗 "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-observation-apgarscore-1"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation apgarscore-01</b></p><a name=\"apgarscore-01\"> </a><a name=\"hcapgarscore-01\"> </a><a name=\"apgarscore-01-en-AU\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category exam}\">Exam</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 169895004}\">Apgar at 1 minute</span></p><p><b>subject</b>: child</p><p><b>effective</b>: 2022-02-01 22:05:00+0000</p><p><b>value</b>: 3</p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 249227004}\">Apgar colour score</span></p><p><b>value</b>: <span title=\"Codes:{http://loinc.org LA6722-8}\">0. The baby's whole body is completely bluish-gray or pale</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 249223000}\">Apgar heart rate score</span></p><p><b>value</b>: <span title=\"Codes:{http://loinc.org LA6716-0}\">0. No heart rate</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 249226008}\">Apgar response to stimulus score</span></p><p><b>value</b>: <span title=\"Codes:{http://loinc.org LA6720-2}\">1. Grimace during suctioning</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 249225007}\">Apgar muscle tone score</span></p><p><b>value</b>: <span title=\"Codes:{http://loinc.org LA6714-5}\">1. Some flexion of arms and legs</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 249224006}\">Apgar respiratory effort score</span></p><p><b>value</b>: <span title=\"Codes:{http://loinc.org LA6726-9}\">1. Weak cry; may sound like whimpering, slow or irregular breathing</span></p></blockquote></div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "exam"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "169895004",
        "display" : "Apgar at 1 minute"
      }
    ],
    "text" : "Apgar at 1 minute"
  },
  "subject" : {
    "display" : "child"
  },
  "effectiveDateTime" : "2022-02-01T22:05:00Z",
  "valueInteger" : 3,
  "component" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "249227004"
          }
        ]
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "LA6722-8"
          }
        ],
        "text" : "0. The baby's whole body is completely bluish-gray or pale"
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "249223000"
          }
        ]
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "LA6716-0"
          }
        ],
        "text" : "0. No heart rate"
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "249226008"
          }
        ]
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "LA6720-2"
          }
        ],
        "text" : "1. Grimace during suctioning"
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "249225007"
          }
        ]
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "LA6714-5"
          }
        ],
        "text" : "1. Some flexion of arms and legs"
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "249224006"
          }
        ]
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "LA6726-9"
          }
        ],
        "text" : "1. Weak cry; may sound like whimpering, slow or irregular breathing"
      }
    }
  ]
}