FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagephis.ig.dev
Resource TypePractitionerRole
IdPractitionerRole-krcore-medicaldoctorrole-example-01.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: PractitionerRole

Resource PractitionerRole "krcore-medicaldoctorrole-example-01"

Profile: KR Core PractitionerRole Profile for Medical Doctor

identifier: id: MD12345

practitioner: Practitioner/krcore-medicaldoctor-example-01 ""

organization: Organization/krcore-healthcare-organization-example-01 "한국병원"

code: Doctor (Practitioner role#doctor)

specialty: 내과 (HIRA Medical Department#01)


Source1

{
  "resourceType": "PractitionerRole",
  "id": "krcore-medicaldoctorrole-example-01",
  "meta": {
    "profile": [
      "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-medical-doctor-role"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:oid:1.2.3.4.5.6",
      "value": "MD12345"
    }
  ],
  "practitioner": {
    "reference": "Practitioner/krcore-medicaldoctor-example-01"
  },
  "organization": {
    "reference": "Organization/krcore-healthcare-organization-example-01"
  },
  "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": "내과"
        }
      ]
    }
  ]
}