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

FHIR IG analytics

Packagehl7.fhir.cz.img
Resource TypeObservation
IdObservation-40fb226b-e11f-4d02-aa30-97ba51ab4ff6.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 40fb226b-e11f-4d02-aa30-97ba51ab4ff6

status: Final

category: Vital Signs

code: Body height

subject: Example Jana Female, DoB: 1935-01-12 ( https://ncez.mzcr.cz/fhir/sid/cpoj#9999999999 (use: official, ))

effective: 2023-06-01

performer: PractitionerRole: specialty = Radiology

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


Source1

{
  "resourceType": "Observation",
  "id": "40fb226b-e11f-4d02-aa30-97ba51ab4ff6",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs",
          "display": "Vital Signs"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "8302-2",
        "display": "Body height"
      }
    ]
  },
  "subject": {
    "reference": "urn:uuid:2ccb472f-5747-4939-a119-5597835ad7da"
  },
  "effectiveDateTime": "2023-06-01",
  "performer": [
    {
      "reference": "urn:uuid:792a7a2e-4acd-42fd-bd2c-c2ff4e2f66a0"
    }
  ],
  "valueQuantity": {
    "value": 163,
    "unit": "cm",
    "system": "http://unitsofmeasure.org",
    "code": "cm"
  }
}