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

FHIR IG analytics

Packagehl7.fhir.cz.hdr
Resource TypeObservation
IdObservation-observation-story-birth-length.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 observation-story-birth-length

status: Final

code: Birth height measured

subject: Jan Dvorak (official) Male, DoB: 2026-03-03 ( https://ncez.mzcr.cz/fhir/sid/rid#9003007788)

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


Source1

{
  "resourceType": "Observation",
  "id": "observation-story-birth-length",
  "meta": {
    "profile": [
      "https://hl7.cz/fhir/hdr/StructureDefinition/cz-observation-birth-length"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "89269-5",
        "display": "Birth height measured"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-story-newborn"
  },
  "valueQuantity": {
    "value": 50,
    "unit": "cm",
    "system": "http://unitsofmeasure.org",
    "code": "cm"
  }
}