ConnectDTx Implementation Guide
0.9.9 - trial-use

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

: connectdtx-practitionerrole-example - JSON Representation

Raw json | Download


{
  "resourceType" : "PractitionerRole",
  "id" : "connectdtx-practitionerrole-example",
  "meta" : {
    "profile" : [
      "http://connectdtx.kr/fhir/StructureDefinition/connectdtx-practitionerrole"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: PractitionerRole</b><a name=\"connectdtx-practitionerrole-example\"> </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;connectdtx-practitionerrole-example&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-connectdtx-practitionerrole.html\">ConnectDTx PractitionerRole</a></p></div><p><b>identifier</b>: id:\u00a0ba10699d84a3164ac40ce0b83e566be50aa437e28df5110993ec81f87ee3c969</p><p><b>organization</b>: <a href=\"Organization-connectdtx-organization-example.html\">Organization/connectdtx-organization-example</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.0.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=\"CodeSystem-hira-medical-subject.html\">Hira Medical Subject</a>#03 &quot;정신건강의학과&quot;)</span></p></div>"
  },
  "identifier" : [
    {
      "system" : "urn:oid:1.2.3.4.5.6",
      "value" : "ba10699d84a3164ac40ce0b83e566be50aa437e28df5110993ec81f87ee3c969"
    }
  ],
  "organization" : {
    "reference" : "Organization/connectdtx-organization-example"
  },
  "code" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/practitioner-role",
          "code" : "doctor",
          "display" : "DOCTOR"
        }
      ]
    }
  ],
  "specialty" : [
    {
      "coding" : [
        {
          "system" : "https://hira.or.kr/CodeSystem/medical-subject",
          "code" : "03",
          "display" : "정신건강의학과"
        }
      ],
      "text" : "수면건강센터"
    }
  ]
}