MyHealthWay
1.0.1 - Trial-Implementation KR

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

: MyHealthWay PractitionerRole Example - JSON Representation

Raw json | Download


{
  "resourceType" : "PractitionerRole",
  "id" : "MyHealthWayPractitionerRoleExample",
  "meta" : {
    "profile" : [
      🔗 "https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-practitionerrole"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: PractitionerRole</b><a name=\"MyHealthWayPractitionerRoleExample\"> </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 PractitionerRole &quot;MyHealthWayPractitionerRoleExample&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-myhealthway-practitionerrole.html\">MyHealthWay PractitionerRole Profile</a></p></div><p><b>identifier</b>: id:\u00a0MD12345</p><p><b>practitioner</b>: <a href=\"Practitioner-MyHealthWayPractitionerExample.html\">Practitioner/MyHealthWayPractitionerExample</a> &quot;&quot;</p><p><b>organization</b>: <a href=\"Organization-MyHealthWayOrganizationExample.html\">Organization/MyHealthWayOrganizationExample</a> &quot;한국병원&quot;</p><p><b>code</b>: Doctor <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-practitioner-role.html\">Practitioner role</a>#doctor)</span></p><p><b>specialty</b>: 내과 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://www.hl7korea.or.kr/fhir/krcore/STU1.0.2/CodeSystem-hira-medical-department.html\">HIRA Medical Department</a>#01)</span></p></div>"
  },
  "identifier" : [
    {
      "system" : "urn:oid:1.2.3.4.5.6",
      "value" : "MD12345"
    }
  ],
  "practitioner" : {
    🔗 "reference" : "Practitioner/MyHealthWayPractitionerExample"
  },
  "organization" : {
    🔗 "reference" : "Organization/MyHealthWayOrganizationExample"
  },
  "code" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/practitioner-role",
          "code" : "doctor",
          "display" : "Doctor"
        }
      ]
    }
  ],
  "specialty" : [
    {
      "coding" : [
        {
          "system" : "http://www.hl7korea.or.kr/CodeSystem/hira-medical-department",
          "code" : "01",
          "display" : "내과"
        }
      ]
    }
  ]
}