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

FHIR IG analytics

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

identifier: urn:oid:1.2.3.4.5.6/N45572

active: true

practitioner: Practitioner 전진현

organization: Organization 한국병원

code: Nurse


Source1

{
  "resourceType": "PractitionerRole",
  "id": "krcore-nurserole-example-01",
  "meta": {
    "profile": [
      "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-practitioner-role"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:oid:1.2.3.4.5.6",
      "value": "N45572"
    }
  ],
  "active": true,
  "practitioner": {
    "reference": "Practitioner/krcore-nurse-example-01"
  },
  "organization": {
    "reference": "Organization/krcore-healthcare-organization-example-01"
  },
  "code": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/practitioner-role",
          "code": "nurse",
          "display": "Nurse"
        }
      ]
    }
  ]
}