醫療影像及報告實作指引
0.1.0 - DSTU0 ci-build

醫療影像及報告實作指引 - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: TWCoreEncounter - JSON Representation

Raw json | Download


{
  "resourceType" : "Encounter",
  "id" : "TWCoreEncounter",
  "meta" : {
    "profile" : [
      🔗 "https://hapi.fhir.tw/fhir/StructureDefinition/TWCoreEncounter"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter TWCoreEncounter</b></p><a name=\"TWCoreEncounter\"> </a><a name=\"hcTWCoreEncounter\"> </a><a name=\"hcTWCoreEncounter-en-US\"> </a><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-ActCode.html#v3-ActCode-PRENC\">ActCode</a> PRENC: pre-admission</p><p><b>subject</b>: <a href=\"Patient-TWCorePatient.html\">胖吉 綠 (official) Male, DoB: 1987-01-01 ( National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code\u00a0(use:\u00a0official,\u00a0))</a></p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Period</b></td><td><b>Individual</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType PPRF}\">primary performer</span></td><td>2022-08-01 17:00:14-0500 --&gt; 2022-08-01 18:00:14-0500</td><td><a href=\"Practitioner-TWCorePractitioner.html\">Practitioner 大吉 連 (official)</a></td></tr></table><p><b>period</b>: 2022-08-01 17:00:14-0500 --&gt; 2022-08-01 18:00:14-0500</p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 93880001}\">Primary malignant neoplasm of lung (disorder)</span></p></div>"
  },
  "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)"
        }
      ]
    }
  ]
}