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

FHIR IG analytics

Packagede.bbmri.fhir
Resource TypeObservation
IdObservation-0-body-weight.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

id: 0-body-weight

meta:

category: Vital Signs

code: Body weight

subject: Generated Summary: id: 0; gender: male; birthDate: 1989-11-18; deceased: Jan 27, 2009, 12:00:00 AM

effective: Jun 17, 2005, 12:00:00 AM

value: 144.67073319145982 kg


Source1

{
  "resourceType": "Observation",
  "id": "0-body-weight",
  "meta": {
    "profile": [
      "https://fhir.bbmri.de/StructureDefinition/BodyWeight"
    ]
  },
  "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/0"
  },
  "effectiveDateTime": "2005-06-17",
  "valueQuantity": {
    "value": 144.67073319145982,
    "unit": "kg",
    "system": "http://unitsofmeasure.org",
    "code": "kg"
  }
}