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

FHIR IG analytics

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

status: Final

category: Survey

code: History of Falls

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

effective: 2024-01-10 14:30:00+0800

performer: PractitionerRole Registered nurse

value: 發生跌倒

note: @2024-01-10 14:30:00+0800

住民在浴室滑倒,當時地面濕滑,已加強防滑措施並提醒住民注意安全

Components

-CodeValue[x]
*SeverityMild

Source1

{
  "resourceType": "Observation",
  "id": "ltc-observation-falling-history-example",
  "meta": {
    "profile": [
      "http://ltc-ig.fhir.tw/StructureDefinition/LTCObservationFallingHistory"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "survey"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "101440-6",
        "display": "History of Falls"
      }
    ]
  },
  "subject": {
    "reference": "Patient/ltc-patient-chen-ming-hui"
  },
  "effectiveDateTime": "2024-01-10T14:30:00+08:00",
  "performer": [
    {
      "reference": "PractitionerRole/ltc-practitioner-role-nurse-example"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "LA33635-6",
        "display": "Observed"
      }
    ],
    "text": "發生跌倒"
  },
  "note": [
    {
      "time": "2024-01-10T14:30:00+08:00",
      "text": "住民在浴室滑倒,當時地面濕滑,已加強防滑措施並提醒住民注意安全"
    }
  ],
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "246112005",
            "display": "Severity"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "255604002",
            "display": "Mild"
          }
        ]
      }
    }
  ]
}