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

FHIR IG analytics

Packagehl7.fhir.uv.howto
Resource TypeObservation
IdObservation-fd25d0bf-4879-4dd1-bc5a-6621d9fd9d50.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 fd25d0bf-4879-4dd1-bc5a-6621d9fd9d50

status: Registered

category: Vital Signs

code: Body weight

subject: Jeff Smith Male, DoB: 1968-05-04 ( http://acme.org/identifiers/Patient#47234)

encounter: Encounter: status = completed

effective: 2024-04-13

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


Source1

{
  "resourceType": "Observation",
  "id": "fd25d0bf-4879-4dd1-bc5a-6621d9fd9d50",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "registered",
  "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/47234"
  },
  "encounter": {
    "reference": "Encounter/1"
  },
  "effectiveDateTime": "2024-04-13",
  "valueQuantity": {
    "value": 65,
    "unit": "kg",
    "system": "http://unitsofmeasure.org",
    "code": "kg"
  }
}