Netherlands - Generic Functions for data exchange Implementation Guide
0.3.0 - ci-build
Netherlands - Generic Functions for data exchange Implementation Guide, published by Stichting Nuts. This guide is not an authorized publication; it is the continuous build for version 0.3.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/nuts-foundation/nl-generic-functions-ig/ and changes regularly. See the Directory of published versions
{
"resourceType" : "PractitionerRole",
"id" : "ad2-pr1",
"meta" : {
"profile" : [
🔗 "http://nuts-foundation.github.io/nl-generic-functions-ig/StructureDefinition/nl-gf-practitionerrole"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole ad2-pr1</b></p><a name=\"ad2-pr1\"> </a><a name=\"hcad2-pr1\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-nl-gf-practitionerrole.html\">NL Generic Functions PractitionerRole Profile</a></p></div><p><b>identifier</b>: <code>http://cp2.example.org/HRM/assignments</code>/123456, <code>https://cp2-test.example.org/employees</code>/f051d3bd-26ff-4030-a5b6-fc4ef2be83ba</p><p><b>practitioner</b>: <a href=\"Practitioner-ad2-p1.html\">Practitioner Caroline van Dijk(official)</a></p><p><b>organization</b>: <a href=\"Organization-ad2-o1.html\">Organization example Hospital</a></p><p><b>code</b>: <span title=\"Codes:{http://fhir.nl/fhir/NamingSystem/uzi-rolcode 01.010}\">Cardioloog</span></p><p><b>specialty</b>: <span title=\"Codes:{http://fhir.nl/fhir/NamingSystem/uzi-rolcode 01.010}\">Cardioloog</span></p><p><b>telecom</b>: <a href=\"mailto:c.vandijk@cp2.example.org\">c.vandijk@cp2.example.org</a></p></div>"
},
"identifier" : [
{
"system" : "http://cp2.example.org/HRM/assignments",
"value" : "123456"
},
{
"system" : "https://cp2-test.example.org/employees",
"value" : "f051d3bd-26ff-4030-a5b6-fc4ef2be83ba",
"assigner" : {
"identifier" : {
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
"code" : "author"
}
]
},
"system" : "http://fhir.nl/fhir/NamingSystem/ura",
"value" : "22222222"
}
}
}
],
"practitioner" : {
🔗 "reference" : "Practitioner/ad2-p1"
},
"organization" : {
🔗 "reference" : "Organization/ad2-o1"
},
"code" : [
{
"coding" : [
{
"system" : "http://fhir.nl/fhir/NamingSystem/uzi-rolcode",
"code" : "01.010",
"display" : "Cardioloog"
}
]
}
],
"specialty" : [
{
"coding" : [
{
"system" : "http://fhir.nl/fhir/NamingSystem/uzi-rolcode",
"code" : "01.010",
"display" : "Cardioloog"
}
]
}
],
"telecom" : [
{
"system" : "email",
"value" : "c.vandijk@cp2.example.org"
}
]
}