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

FHIR IG analytics

Packagephis.ig.dev
Resource TypePractitionerRole
IdPractitionerRole-connectdtx-practitionerrole-example.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 "connectdtx-practitionerrole-example"

Profile: ConnectDTx PractitionerRole

identifier: id: ba10699d84a3164ac40ce0b83e566be50aa437e28df5110993ec81f87ee3c969

organization: Organization/connectdtx-organization-example "파이종합병원"

code: DOCTOR (Practitioner role#doctor)

specialty: 수면건강센터 (Hira Medical Subject#03 "정신건강의학과")


Source1

{
  "resourceType": "PractitionerRole",
  "id": "connectdtx-practitionerrole-example",
  "meta": {
    "profile": [
      "http://connectdtx.kr/fhir/StructureDefinition/connectdtx-practitionerrole"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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": "수면건강센터"
    }
  ]
}