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 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "apgarscore-01"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-observation-apgarscore-1"^^xsd:anyURI ;
fhir:link <http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-observation-apgarscore-1>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "exam" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a sct:169895004 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "169895004" ] ;
fhir:display [ fhir:v "Apgar at 1 minute" ]     ] ) ;
fhir:text [ fhir:v "Apgar at 1 minute" ]
  ] ; # 
  fhir:subject [
fhir:display [ fhir:v "child" ]
  ] ; # 
  fhir:effective [ fhir:v "2022-02-01T22:05:00Z"^^xsd:dateTime] ; # 
  fhir:value [ fhir:v "3"^^xsd:integer] ; # 
  fhir:component ( [
fhir:code [
      ( fhir:coding [
a sct:249227004 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "249227004" ]       ] )     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
a loinc:LA6722-8 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LA6722-8" ]       ] ) ;
fhir:text [ fhir:v "0. The baby's whole body is completely bluish-gray or pale" ]     ]
  ] [
fhir:code [
      ( fhir:coding [
a sct:249223000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "249223000" ]       ] )     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
a loinc:LA6716-0 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LA6716-0" ]       ] ) ;
fhir:text [ fhir:v "0. No heart rate" ]     ]
  ] [
fhir:code [
      ( fhir:coding [
a sct:249226008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "249226008" ]       ] )     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
a loinc:LA6720-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LA6720-2" ]       ] ) ;
fhir:text [ fhir:v "1. Grimace during suctioning" ]     ]
  ] [
fhir:code [
      ( fhir:coding [
a sct:249225007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "249225007" ]       ] )     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
a loinc:LA6714-5 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LA6714-5" ]       ] ) ;
fhir:text [ fhir:v "1. Some flexion of arms and legs" ]     ]
  ] [
fhir:code [
      ( fhir:coding [
a sct:249224006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "249224006" ]       ] )     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
a loinc:LA6726-9 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LA6726-9" ]       ] ) ;
fhir:text [ fhir:v "1. Weak cry; may sound like whimpering, slow or irregular breathing" ]     ]
  ] ) . #