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

FHIR IG analytics

Packagetw.iii.ltc
Resource TypeObservation
IdObservation-pasport-observation-intracellular-water-example.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 pasport-observation-intracellular-water-example

status: Final

category: Vital Signs

code: 細胞內水分

subject: 陳明慧 Female, DoB: 1945-03-15 ( National Person Identifier (TWN): A123456789 (use: official, ))

effective: 2024-01-15 08:45:00+0800

performer: Practitioner 王美玲(official)

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


Source1

{
  "resourceType": "Observation",
  "id": "pasport-observation-intracellular-water-example",
  "meta": {
    "profile": [
      "http://ltc-ig.fhir.tw/StructureDefinition/PASportObservationIntracellularWater"
    ]
  },
  "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://ltc-ig.fhir.tw/CodeSystem/TempCodeCS-Sport",
        "code": "ICW",
        "display": "細胞內水分"
      }
    ]
  },
  "subject": {
    "reference": "Patient/ltc-patient-chen-ming-hui"
  },
  "effectiveDateTime": "2024-01-15T08:45:00+08:00",
  "performer": [
    {
      "reference": "Practitioner/ltc-practitioner-example"
    }
  ],
  "valueQuantity": {
    "value": 22.8,
    "unit": "kg",
    "system": "http://unitsofmeasure.org",
    "code": "kg"
  }
}