FHIR IG analytics| Package | hl7.fhir.eu.base-r5 |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-practitionerRole-eu-core-example.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: PractitionerRole practitionerRole-eu-core-example
Profile: PractitionerRole (EU core)
active: true
practitioner: Practitioner John Doe
organization: Organization Example Health Organization
code: General practice (specialty)
specialty: General medical practice
{
"resourceType": "PractitionerRole",
"id": "practitionerRole-eu-core-example",
"meta": {
"profile": [
"http://hl7.eu/fhir/base-r5/StructureDefinition/practitionerRole-eu-core"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"active": true,
"practitioner": {
"reference": "Practitioner/practitioner-eu-core-example"
},
"organization": {
"reference": "Organization/organization-eu-core-example"
},
"code": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "394814009",
"display": "General practice (specialty)"
}
]
}
],
"specialty": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "408443003",
"display": "General medical practice"
}
]
}
]
}