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

FHIR IG analytics

Packagefhir.rehabig
Resource TypeEncounter
IdEncounter-arat-assessment-encounter-001.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: Encounter arat-assessment-encounter-001

Profile: Encounter

status: Finished

class: ActCode: AMB (ambulatory)

type: 職能治療評估

subject: 先生 張 (official) Male, DoB: 1965-03-15 ( National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code)

Participants

-Individual
*Practitioner 小姐 李 (official)

period: 2025-10-11 14:00:00+0800 --> 2025-10-11 15:00:00+0800

reasonCode: 中風後復健


Source1

{
  "resourceType": "Encounter",
  "id": "arat-assessment-encounter-001",
  "meta": {
    "profile": [
      "https://build.fhir.org/ig/Kimsber/Rehab-IG/StructureDefinition/Encounter"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "finished",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "AMB",
    "display": "ambulatory"
  },
  "type": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "410155007",
          "display": "Occupational therapy assessment"
        }
      ],
      "text": "職能治療評估"
    }
  ],
  "subject": {
    "reference": "Patient/stroke-patient-001"
  },
  "participant": [
    {
      "individual": {
        "reference": "Practitioner/ot-therapist-001"
      }
    }
  ],
  "period": {
    "start": "2025-10-11T14:00:00+08:00",
    "end": "2025-10-11T15:00:00+08:00"
  },
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "2517002"
        }
      ],
      "text": "中風後復健"
    }
  ]
}