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

FHIR IG analytics

Packagech.fhir.ig.ch-ips
Resource TypeObservation
IdObservation-db5ef7b0-e946-4260-a604-128b8887a41b.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 db5ef7b0-e946-4260-a604-128b8887a41b

status: Final

category: Vital Signs

code: Body weight

subject: Monika Wegmüller

effective: 2024-04-27 14:05:00+0200

performer: Spital

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


Source1

{
  "resourceType": "Observation",
  "id": "db5ef7b0-e946-4260-a604-128b8887a41b",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/bodyweight"
    ]
  },
  "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": "29463-7",
        "display": "Body weight"
      }
    ]
  },
  "subject": {
    "reference": "urn:uuid:8383926c-ece1-4384-94bc-b4250b4cb71b",
    "type": "Patient",
    "display": "Monika Wegmüller"
  },
  "effectiveDateTime": "2024-04-27T14:05:00+02:00",
  "performer": [
    {
      "reference": "urn:uuid:a27376ce-fa12-458d-a2dc-f90e63de126b",
      "type": "Organization",
      "display": "Spital"
    }
  ],
  "valueQuantity": {
    "value": 65,
    "unit": "kilogram",
    "system": "http://unitsofmeasure.org",
    "code": "kg"
  }
}