MyHealthWay
0.1.1 - draft Korea, Republic of

MyHealthWay - Local Development build (v0.1.1). See the Directory of published versions

: MyHealthWay Patient Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "MyHealthWayPatientExample",
  "meta" : {
    "profile" : [
      🔗 "https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-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> female, DoB: 1971-11-11 ( Medical record number: p03241)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Other Ids (see the one above)\">Other Id:</td><td colspan=\"3\">Organization identifier: myhealthway-id-example</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Details:</td><td colspan=\"3\"><ul><li>ph: 010-5432-9876</li><li><a href=\"mailto:patientKim@example.co.kr\">patientKim@example.co.kr</a></li><li>대구광역시 동구 효동로 112 (효목동)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>Managing Organization: <a href=\"Organization-MyHealthWayOrganizationExample.html\">Organization/MyHealthWayOrganizationExample</a> &quot;한국병원&quot;</li></ul></td></tr></table></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "MR"
          }
        ]
      },
      "system" : "http://www.hangukhospital.co.kr/pid-example",
      "value" : "p03241"
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "XX"
          }
        ]
      },
      "system" : "https://myhealthway.go.kr",
      "value" : "myhealthway-id-example"
    }
  ],
  "name" : [
    {
      "text" : "김영희"
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "010-5432-9876"
    },
    {
      "system" : "email",
      "value" : "patientKim@example.co.kr"
    }
  ],
  "gender" : "female",
  "birthDate" : "1971-11-11",
  "address" : [
    {
      "extension" : [
        {
          "extension" : [
            {
              "url" : "district",
              "valueString" : "대구광역시 동구"
            },
            {
              "url" : "roadName",
              "valueString" : "효동로"
            },
            {
              "url" : "detailedAddress",
              "valueString" : "112"
            },
            {
              "url" : "complements",
              "valueString" : "효목동"
            }
          ],
          "url" : "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-roadNameAddress"
        }
      ],
      "text" : "대구광역시 동구 효동로 112 (효목동)",
      "postalCode" : "41170"
    }
  ],
  "managingOrganization" : {
    🔗 "reference" : "Organization/MyHealthWayOrganizationExample"
  }
}