CH IPS (R4)
1.0.0-ci-build - ci-build Switzerland flag

CH IPS (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7ch/ch-ips/ and changes regularly. See the Directory of published versions

: UC 1.2: Body Weight - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "db5ef7b0-e946-4260-a604-128b8887a41b",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/StructureDefinition/bodyweight"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation db5ef7b0-e946-4260-a604-128b8887a41b</b></p><a name=\"db5ef7b0-e946-4260-a604-128b8887a41b\"> </a><a name=\"hcdb5ef7b0-e946-4260-a604-128b8887a41b\"> </a><a name=\"db5ef7b0-e946-4260-a604-128b8887a41b-en-US\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 29463-7}\">Body weight</span></p><p><b>subject</b>: <a href=\"Bundle-UC1-SwissIpsDocument2.html#urn-uuid-8383926c-ece1-4384-94bc-b4250b4cb71b\">Monika Wegmüller</a></p><p><b>effective</b>: 2024-04-27 14:05:00+0200</p><p><b>performer</b>: <a href=\"Bundle-UC1-SwissIpsDocument2.html#urn-uuid-a27376ce-fa12-458d-a2dc-f90e63de126b\">Spital</a></p><p><b>value</b>: 65 kilogram<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codekg = 'kg')</span></p></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"
      }
    ]
  },
  "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"
  }
}