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

FHIR IG analytics

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

status: Final

category: Vital Signs

code: Body height

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

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

performer: Practitioner 王美玲(official)

value: 165.8 cm (Details: UCUM codecm = 'cm')

note: @2024-01-15 08:15:00+0800

身高165.8公分,用於計算BMI及設計個人化運動計畫

method: Measured body weight


Source1

{
  "resourceType": "Observation",
  "id": "pasport-observation-height-example",
  "meta": {
    "profile": [
      "http://ltc-ig.fhir.tw/StructureDefinition/PASportObservationHeight"
    ]
  },
  "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": "8302-2",
        "display": "Body height"
      }
    ]
  },
  "subject": {
    "reference": "Patient/ltc-patient-chen-ming-hui"
  },
  "effectiveDateTime": "2024-01-15T08:15:00+08:00",
  "performer": [
    {
      "reference": "Practitioner/ltc-practitioner-example"
    }
  ],
  "valueQuantity": {
    "value": 165.8,
    "unit": "cm",
    "system": "http://unitsofmeasure.org",
    "code": "cm"
  },
  "note": [
    {
      "time": "2024-01-15T08:15:00+08:00",
      "text": "身高165.8公分,用於計算BMI及設計個人化運動計畫"
    }
  ],
  "method": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "363808001",
        "display": "Measured body weight"
      }
    ]
  }
}