eMediplan CHMED20AF Implementation Guide:

This page is part of the eMediplan CHMED20AF FHIR IG (R4) (v2.0.0: STU 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions



{
  "resourceType" : "Observation",
  "id" : "chmed20af-card-observation-s01-bodyweight",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/StructureDefinition/bodyweight"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">72 kg </div>"
  },
  "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"
      },
      {
        "system" : "http://loinc.org",
        "code" : "3141-9",
        "display" : "Body weight Measured"
      },
      {
        "system" : "http://snomed.info/sct",
        "code" : "27113001",
        "display" : "Body weight"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/chmed20af-card-patient-s01"
  },
  "effectiveDateTime" : "2016-09-12",
  "valueQuantity" : {
    "value" : 72,
    "unit" : "kilogram",
    "system" : "http://unitsofmeasure.org",
    "code" : "kg"
  }
}