MyHealthWay
1.0.0 - Trial-Implementation KR

MyHealthWay - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: MyHealthWay Practitioner Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Practitioner",
  "id" : "MyHealthWayPractitionerExample",
  "meta" : {
    "profile" : [
      🔗 "https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-practitioner"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Practitioner</b><a name=\"MyHealthWayPractitionerExample\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Practitioner &quot;MyHealthWayPractitionerExample&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-myhealthway-practitioner.html\">MyHealthWay Practitioner Profile</a></p></div><p><b>name</b>: 김의사</p><p><b>telecom</b>: ph: 010-5678-9012</p><p><b>address</b>: 서울특별시 중구 태평로2가 56-1</p><h3>Qualifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Identifier</b></td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td>id:\u00a0<a href=\"http://www.hl7korea.or.kr/fhir/krcore/STU1.0.2/NamingSystem-ns-mohw-md-license-id.html\">#</a>123456</td><td>의사 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://www.hl7korea.or.kr/fhir/krcore/STU1.0.2/CodeSystem-mohw-practitioner-qualification-types.html\">MOHW Practitioner Qualification Types</a>#의사)</span></td></tr></table></div>"
  },
  "name" : [
    {
      "text" : "김의사"
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "010-5678-9012"
    }
  ],
  "address" : [
    {
      "extension" : [
        {
          "extension" : [
            {
              "url" : "district",
              "valueString" : "서울특별시 중구"
            },
            {
              "url" : "roadName",
              "valueString" : "세종대로18길"
            },
            {
              "url" : "detailedAddress",
              "valueString" : "2"
            },
            {
              "url" : "complements",
              "valueString" : "태평로2가"
            }
          ],
          "url" : "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-roadNameAddress"
        }
      ],
      "text" : "서울특별시 중구 태평로2가 56-1",
      "postalCode" : "04526"
    }
  ],
  "qualification" : [
    {
      "identifier" : [
        {
          "system" : "http://www.hl7korea.or.kr/Identifier/mohw-md-license-id",
          "value" : "123456"
        }
      ],
      "code" : {
        "coding" : [
          {
            "system" : "http://www.hl7korea.or.kr/CodeSystem/mohw-practitioner-qualification-types",
            "code" : "의사"
          }
        ]
      }
    }
  ]
}