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

FHIR IG analytics

Packagehl7.fhir.uv.howto
Resource TypeObservation
IdObservation-c5a22c66-2f24-4036-abc6-8277749c3d8f.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 c5a22c66-2f24-4036-abc6-8277749c3d8f

status: Amended

category: Vital Signs

code: Body weight

subject: Kath Green Female, DoB: 1991-05-23 ( http://acme.org/identifiers/Patient#562)

encounter: Encounter: status = in-progress

effective: 2024-04-17

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


Source1

{
  "resourceType": "Observation",
  "id": "c5a22c66-2f24-4036-abc6-8277749c3d8f",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "amended",
  "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/562"
  },
  "encounter": {
    "reference": "Encounter/4"
  },
  "effectiveDateTime": "2024-04-17",
  "valueQuantity": {
    "value": 36,
    "unit": "kg",
    "system": "http://unitsofmeasure.org",
    "code": "kg"
  }
}