JanuSync Implementation Guide
1.0.0 - trial-use Korea, Republic of flag

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

: janusync-medicaldoctor-practitionerrole-example - JSON Representation

Raw json | Download

{
  "resourceType" : "PractitionerRole",
  "id" : "janusync-medicaldoctor-practitionerrole-example",
  "meta" : {
    "profile" : [
      🔗 "http://connectdtx.kr/fhir/StructureDefinition/janusync-medicaldoctor-practitionerrole"
    ]
  },
  "identifier" : [
    {
      "system" : "urn:oid:1.2.410.100110.10.11100123",
      "value" : "ba10699d84a3164ac40ce0b83e566be50aa437e28df5110993ec81f87ee3c969"
    }
  ],
  "organization" : {
    🔗 "reference" : "Organization/janusync-organization-example"
  },
  "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" : "03",
          "display" : "정신건강의학과"
        }
      ],
      "text" : "수면건강센터"
    }
  ]
}