台灣癌症登記短表實作指引 (Taiwan Cancer Registry Short Form Implementation Guide)
0.1.1 - ci-build

台灣癌症登記短表實作指引 (Taiwan Cancer Registry Short Form Implementation Guide) - Local Development build (v0.1.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: SFEncounterExample - JSON Representation

Raw json | Download


{
  "resourceType" : "Encounter",
  "id" : "SFEncounterExample",
  "meta" : {
    "profile" : [
      🔗 "https://hapi.fhir.tw/fhir/StructureDefinition/sf-Encounter-profile"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter SFEncounterExample</b></p><a name=\"SFEncounterExample\"> </a><a name=\"hcSFEncounterExample\"> </a><a name=\"SFEncounterExample-en-US\"> </a><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-v3-ActCode.html#v3-ActCode-AMB\">ActCode</a> AMB: ambulatory</p><p><b>subject</b>: <a href=\"Patient-SFPatientExample.html\">Wang Amy(official) Male, DoB: 1986-03-24 ( National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code: 123456789)</a></p><p><b>period</b>: 2019-02-12 --&gt; (ongoing)</p><h3>Diagnoses</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Condition</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Condition-SFConditionExample.html\">Condition 個案一生中第 1 個惡性腫瘤或原位癌</a></td></tr></table><p><b>serviceProvider</b>: <a href=\"Organization-SFOrganizationExample.html\">Organization: identifier = 8003621566684455</a></p></div>"
  },
  "status" : "finished",
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code" : "AMB",
    "display" : "ambulatory"
  },
  "subject" : {
    🔗 "reference" : "Patient/SFPatientExample"
  },
  "period" : {
    "start" : "2019-02-12"
  },
  "diagnosis" : [
    {
      "condition" : {
        🔗 "reference" : "Condition/SFConditionExample"
      }
    }
  ],
  "serviceProvider" : {
    🔗 "reference" : "Organization/SFOrganizationExample"
  }
}