KR Core Implementation Guide
1.0.2 - STU1 Korea, Republic of flag

This page is part of the KR Core (v1.0.2 - STU1) based on FHIR R4. This is an authorized publication. For a full list of available versions, see the Directory of published versions

: krcore-patient-example-01 - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "krcore-patient-example-01",
  "meta" : {
    "profile" : [
      🔗 "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-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: 2001-01-01 ( Medical record number:\u00a0PID12345)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Details:</td><td colspan=\"3\"><ul><li>ph: 010-1234-5678</li><li><a href=\"mailto:patientKim@example.co.kr\">patientKim@example.co.kr</a></li><li>서울특별시 강남구 일원로 81 (일원동)</li></ul></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" : "PID12345"
    }
  ],
  "name" : [
    {
      "text" : "박아픔"
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "010-1234-5678"
    },
    {
      "system" : "email",
      "value" : "patientKim@example.co.kr"
    }
  ],
  "gender" : "male",
  "birthDate" : "2001-01-01",
  "address" : [
    {
      "extension" : [
        {
          "extension" : [
            {
              "url" : "district",
              "valueString" : "서울특별시 강남구"
            },
            {
              "url" : "roadName",
              "valueString" : "일원로"
            },
            {
              "url" : "detailedAddress",
              "valueString" : "81"
            },
            {
              "url" : "complements",
              "valueString" : "일원동"
            }
          ],
          "url" : "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-roadNameAddress"
        }
      ],
      "text" : "서울특별시 강남구 일원로 81 (일원동)",
      "postalCode" : "06351"
    }
  ]
}