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

FHIR IG analytics

Packagehl7.fhir.kr.core
Resource TypePractitionerRole
IdPractitionerRole-krcore-medicaldoctorrole-example-02.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 krcore-medicaldoctorrole-example-02

identifier: http://www.hangukhospital.co.kr/doctorroleid-example/A302

active: true

practitioner: Practitioner null

organization: Organization 한국병원

code: Doctor

specialty: 마취통증의학과


Source1

{
  "resourceType": "PractitionerRole",
  "id": "krcore-medicaldoctorrole-example-02",
  "meta": {
    "profile": [
      "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-medical-doctor-role"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://www.hangukhospital.co.kr/doctorroleid-example",
      "value": "A302"
    }
  ],
  "active": true,
  "practitioner": {
    "reference": "Practitioner/krcore-medicaldoctor-example-02"
  },
  "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": "09",
          "display": "마취통증의학과"
        }
      ]
    }
  ]
}