MI-TW 緊急醫療救護實作指引 (MI-TW EMS IG)
1.0.0 - CI Build

This page is part of the MI-TW 緊急醫療救護實作指引 (MI-TW EMS IG) (v1.0.0: Releases) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Patient example - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "EMS-pat",
  "meta" : {
    "profile" : [
      🔗 "https://standard-interoperability-lab.com/fhir/StructureDefinition/EMS-Patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient EMS-pat</b></p><a name=\"EMS-pat\"> </a><a name=\"hcEMS-pat\"> </a><a name=\"EMS-pat-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">黃曉明 Male, DoB: 2015-05-06 ( F123456789)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr></table></div>"
  },
  "identifier" : [
    {
      "value" : "F123456789"
    }
  ],
  "active" : true,
  "name" : [
    {
      "text" : "黃曉明",
      "family" : "黃",
      "given" : [
        "曉明"
      ]
    }
  ],
  "gender" : "male",
  "birthDate" : "2015-05-06"
}