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

FHIR IG analytics

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

status: Finished

class: ActCode PRENC: pre-admission

subject: 胖吉 綠 (official) Male, DoB: 1987-01-01 ( National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code (use: official, ))

Participants

-TypePeriodIndividual
*primary performer2022-08-01 17:00:14-0500 --> 2022-08-01 18:00:14-0500Practitioner 大吉 連 (official)

period: 2022-08-01 17:00:14-0500 --> 2022-08-01 18:00:14-0500

reasonCode: Primary malignant neoplasm of lung (disorder)


Source1

{
  "resourceType": "Encounter",
  "id": "TWCoreEncounter",
  "meta": {
    "profile": [
      "https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/TWCoreEncounter"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "finished",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "PRENC"
  },
  "subject": {
    "reference": "Patient/TWCorePatient"
  },
  "participant": [
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "PPRF"
            }
          ]
        }
      ],
      "period": {
        "start": "2022-08-01T17:00:14-05:00",
        "end": "2022-08-01T18:00:14-05:00"
      },
      "individual": {
        "reference": "Practitioner/TWCorePractitioner"
      }
    }
  ],
  "period": {
    "start": "2022-08-01T17:00:14-05:00",
    "end": "2022-08-01T18:00:14-05:00"
  },
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "93880001",
          "display": "Primary malignant neoplasm of lung (disorder)"
        }
      ]
    }
  ]
}