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

FHIR IG analytics

Packagetw.gov.mohw.emr
Resource TypeEncounter
IdEncounter-DMS-Enc3.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 DMS-Enc3

status: Finished

class: ActCode IMP: inpatient encounter

serviceType: Medical Services

subject: 黃睿駿 Male, DoB: 1999-01-01 ( National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code (use: official, ))

Participants

-Individual
*Practitioner 賴一施

period: 2022-07-08 12:12:00+0000 --> 2022-07-09 12:12:00+0000

Diagnoses

-ConditionUse
*Condition Chief complaint

Hospitalizations

-DischargeDisposition
*使用退燒藥、已經康復無需復健、避免辛辣食物、定時量測與紀錄體溫、預約990831回診范依施醫師、出院不須帶藥

Locations

-LocationPhysicalType
*Location 病床出院床號

Source1

{
  "resourceType": "Encounter",
  "id": "DMS-Enc3",
  "meta": {
    "profile": [
      "https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/EncounterDMS"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "finished",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "IMP",
    "display": "inpatient encounter"
  },
  "serviceType": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "394609007"
      }
    ],
    "text": "Medical Services"
  },
  "subject": {
    "reference": "Patient/DMS-Pat2"
  },
  "participant": [
    {
      "individual": {
        "reference": "Practitioner/DMS-Pra23"
      }
    }
  ],
  "period": {
    "start": "2022-07-08T12:12:00.000Z",
    "end": "2022-07-09T12:12:00.000Z"
  },
  "diagnosis": [
    {
      "condition": {
        "reference": "Condition/DMS-Con10"
      },
      "use": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/diagnosis-role",
            "code": "CC",
            "display": "Chief complaint"
          }
        ]
      }
    }
  ],
  "hospitalization": {
    "dischargeDisposition": {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/discharge-disposition",
          "code": "other-hcf",
          "display": "Other healthcare facility"
        }
      ],
      "text": "使用退燒藥、已經康復無需復健、避免辛辣食物、定時量測與紀錄體溫、預約990831回診范依施醫師、出院不須帶藥"
    }
  },
  "location": [
    {
      "location": {
        "reference": "Location/DMS-Loc4"
      },
      "physicalType": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
            "code": "bd",
            "display": "Bed"
          }
        ],
        "text": "出院床號"
      }
    }
  ]
}