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

FHIR IG analytics

Packagehl7.fhir.cz.hdr
Resource TypeObservation
IdObservation-GynNaturalBirth-BirthLength.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 GynNaturalBirth-BirthLength

status: Final

code: Birth height measured

subject: Petr Novák Male, DoB: 1985-06-15 ( https://ncez.mzcr.cz/fhir/sid/rid#1597778923)

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


Source1

{
  "resourceType": "Observation",
  "id": "GynNaturalBirth-BirthLength",
  "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/3f85726c-ad2f-441b-89ce-100000000000"
  },
  "valueQuantity": {
    "value": 49,
    "unit": "cm",
    "system": "http://unitsofmeasure.org",
    "code": "cm"
  }
}