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

FHIR IG analytics

Packagehl7.fhir.us.mihr.r4b
Resource TypeObservation
IdObservation-observation-child-john-smith-example.json
FHIR VersionR4B

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

Resource Observation "observation-child-john-smith-example" Version "2" Updated "2022-03-15 19:44:07+0000"

Information Source: #6e8TbvYYQXBdERa1!

Profile: Observation - APGAR Score

status: final

code: 5 minute Apgar Score (LOINC#9274-2)

subject: Patient/patient-child-john-smith-example: John Smith " SMITH"

value: 7


Source1

{
  "resourceType": "Observation",
  "id": "observation-child-john-smith-example",
  "meta": {
    "versionId": "2",
    "lastUpdated": "2022-03-15T19:44:07.305+00:00",
    "source": "#6e8TbvYYQXBdERa1",
    "profile": [
      "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Observation-apgar-score"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "9274-2",
        "display": "5 minute Apgar Score"
      }
    ],
    "text": "5 minute Apgar Score"
  },
  "subject": {
    "reference": "Patient/patient-child-john-smith-example",
    "display": "John Smith"
  },
  "valueInteger": 7
}