FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.core.r4
Resource TypeObservation
IdObservation-10-minute-apgar-heart-rate.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Observation 10-minute-apgar-heart-rate

status: Final

category: Survey

code: Apgar respiratory effort score

subject: Infant Example (no stated gender), DoB: 2020-06-02 ( Medical Record Number: 1032703 (use: usual, ))

effective: 2016-05-18 22:33:22+0000

performer: Ronald Bone

value: 2. At least 100 beats per minute


Source1

{
  "resourceType": "Observation",
  "id": "10-minute-apgar-heart-rate",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-screening-assessment|8.0.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "survey",
          "display": "Survey"
        }
      ],
      "text": "Survey"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "32402-0",
        "display": "10 minute Apgar Heart Rate"
      }
    ],
    "text": "Apgar respiratory effort score"
  },
  "subject": {
    "reference": "Patient/infant-example"
  },
  "effectiveDateTime": "2016-05-18T22:33:22+00:00",
  "performer": [
    {
      "reference": "Practitioner/practitioner-1",
      "display": "Ronald Bone"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue",
            "valueDecimal": 2
          }
        ],
        "system": "http://loinc.org",
        "code": "LA6718-6",
        "display": "At least 100 beats per minute"
      }
    ],
    "text": "2. At least 100 beats per minute"
  }
}