FHIR IG analytics| Package | phis.ig.dev |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-connectdtx-practitionerrole-example.json |
| FHIR Version | R4 |
No resources found
No resources found
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 "정신건강의학과")
{
"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": "수면건강센터"
}
]
}