ConnectDTx Implementation Guide
0.9.9 - trial-use

ConnectDTx Implementation Guide - Local Development build (v0.9.9). See the Directory of published versions

: connectdtx-patient-example - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "connectdtx-patient-example",
  "meta" : {
    "profile" : [
      "http://connectdtx.kr/fhir/StructureDefinition/connectdtx-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>김환자</b> male, DoB: 1990-10-12 ( Medical record number: P12345)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail:</td><td colspan=\"3\">ph: 010-1234-5678</td></tr></table></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "MR"
          }
        ]
      },
      "system" : "urn:oid:1.2.3.4.5.6",
      "value" : "P12345"
    }
  ],
  "name" : [
    {
      "text" : "김환자"
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "010-1234-5678"
    }
  ],
  "gender" : "male",
  "birthDate" : "1990-10-12"
}