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

FHIR IG analytics

Packagehl7.fhir.us.birthdefectreporting
Resource TypeObservation
IdObservation-BirthHeightExample.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 BirthHeightExample

status: Final

category: Vital Signs

code: Body height

subject: Melanie Aurora Boucher (official) Female, DoB: 2020-08-08 ( Medical record number)

effective: 2019-12-02

value: 37 cm (Details: UCUM codecm = 'cm')


Source1

{
  "resourceType": "Observation",
  "id": "BirthHeightExample",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-body-height"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "8302-2",
        "display": "Body height"
      }
    ]
  },
  "subject": {
    "reference": "Patient/PatientNewbornExample"
  },
  "effectiveDateTime": "2019-12-02",
  "valueQuantity": {
    "value": 37,
    "unit": "cm",
    "system": "http://unitsofmeasure.org",
    "code": "cm"
  }
}