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

FHIR IG analytics

Packagetw.gov.mohw.twcore
Resource TypeEncounter
IdEncounter-enc-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

就醫資料

識別碼:E22081702

就醫現況:finished

就醫分類:pre-admission ( ActEncounterCode#PRENC)

就醫種類:Annual diabetes mellitus screening ( Encounter type#ADMS)

服務型別:腎臟內科(Nephrology (qualifier value)) ( Service type#394589003)

病人Patient/pat-example "陳加玲"

出院後的地點:Home ( Discharge disposition#home)

就醫發生的地點Location/loc-ent-example "衛生福利部臺北醫院"

參與就醫的健康照護服務提供者

-角色參與時段參與人
*primary performer ( ParticipationType#PPRF)2022-08-01 17:00:14+08:00 --> 2022-08-01 18:00:14+08:00Practitioner/pra-dr-example "王依昇"

就醫的開始和結束時間:2022-08-01 17:00:14+08:00 --> 2022-08-01T18:00:14 08:00

就醫原因:FH: Diabetes mellitus ( SNOMED CT#160303001)


Source1

{
  "resourceType": "Encounter",
  "id": "enc-example",
  "meta": {
    "profile": [
      "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Encounter-twcore"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://healthcare.example.org/identifiers/enocunter",
      "value": "E22081702"
    }
  ],
  "status": "finished",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "PRENC"
  },
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/encounter-type",
          "code": "ADMS"
        }
      ]
    }
  ],
  "serviceType": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "394589003",
        "display": "Nephrology (qualifier value)"
      }
    ],
    "text": "腎臟內科"
  },
  "subject": {
    "reference": "Patient/pat-example"
  },
  "participant": [
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "PPRF"
            }
          ]
        }
      ],
      "period": {
        "start": "2022-08-01T17:00:14+08:00",
        "end": "2022-08-01T18:00:14+08:00"
      },
      "individual": {
        "reference": "Practitioner/pra-dr-example"
      }
    }
  ],
  "period": {
    "start": "2022-08-01T17:00:14+08:00",
    "end": "2022-08-01T18:00:14+08:00"
  },
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "160303001",
          "display": "FH: Diabetes mellitus"
        }
      ]
    }
  ],
  "hospitalization": {
    "dischargeDisposition": {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/discharge-disposition",
          "code": "home"
        }
      ]
    }
  },
  "location": [
    {
      "location": {
        "reference": "Location/loc-ent-example"
      }
    }
  ]
}