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

FHIR IG analytics

Packagehl7.fhir.eu.imaging-r5
Resource TypeObservation
IdObservation-WeightObservation.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 WeightObservation

Language: en

status: Final

category: Vital Signs

code: Body weight

subject: 3D TEE 2D(official) (no stated gender), DoB: 1976-04-29 ( 00 CARDIAC 2)

effective: 2023-06-01

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


Source1

{
  "resourceType": "Observation",
  "id": "WeightObservation",
  "language": "en",
  "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:11111111-2222-4333-8444-000000000003"
  },
  "effectiveDateTime": "2023-06-01",
  "valueQuantity": {
    "value": 80,
    "unit": "kg",
    "system": "http://unitsofmeasure.org",
    "code": "kg"
  }
}