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

FHIR IG analytics

Packagehl7.fhir.uv.howto
Resource TypeObservation
IdObservation-3502562f-005c-4bd2-95d2-0197b18d7eb5.json
FHIR VersionR5

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 3502562f-005c-4bd2-95d2-0197b18d7eb5

status: Final

category: Vital Signs

code: Body weight

subject: David White Male, DoB: 1955-03-12 ( http://acme.org/identifiers/Patient#2451)

encounter: Encounter: status = completed

effective: 2024-04-15

value: 92 kg (Details: UCUM codekg = 'kg')


Source1

{
  "resourceType": "Observation",
  "id": "3502562f-005c-4bd2-95d2-0197b18d7eb5",
  "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": "29463-7"
      }
    ]
  },
  "subject": {
    "reference": "Patient/2451"
  },
  "encounter": {
    "reference": "Encounter/3"
  },
  "effectiveDateTime": "2024-04-15",
  "valueQuantity": {
    "value": 92,
    "unit": "kg",
    "system": "http://unitsofmeasure.org",
    "code": "kg"
  }
}