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

FHIR IG analytics

Packagehl7.fhir.pt.obs-neonat
Resource TypeObservation
IdObservation-apgar-example.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

Narrativa gerada: Observation apgar-example

status: Final

code: Apgar score (assessment scale)

component

code: Apgar score at 1 minute (observable entity)

value: 7

component

code: Apgar score at 5 minutes (observable entity)

value: 9

component

code: Apgar score at 10 minutes (observable entity)

value: 10


Source1

{
  "resourceType": "Observation",
  "id": "apgar-example",
  "meta": {
    "profile": [
      "https://hl7.pt/fhir/NoticiaNascimento/StructureDefinition/ApgarScore"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "1287344004",
        "display": "Apgar score (assessment scale)"
      }
    ]
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "169895004",
            "display": "Apgar score at 1 minute (observable entity)"
          }
        ]
      },
      "valueInteger": 7
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "169909004",
            "display": "Apgar score at 5 minutes (observable entity)"
          }
        ]
      },
      "valueInteger": 9
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "169922007",
            "display": "Apgar score at 10 minutes (observable entity)"
          }
        ]
      },
      "valueInteger": 10
    }
  ]
}