Tiro.health Implementation Guide
0.1.0 - ci-build
Tiro.health Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "PractitionerRole",
"id" : "AbdominalSurgeon",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole AbdominalSurgeon</b></p><a name=\"AbdominalSurgeon\"> </a><a name=\"hcAbdominalSurgeon\"> </a><p><b>identifier</b>: <code>https://fhir.nexuzhealth.com/standards/fhir/NamingSystem/kws/amalthea/basVerstrekker/verstreknr</code>/123456</p><p><b>practitioner</b>: <a href=\"Practitioner-random-practitioner-id-123.html\">Practitioner Dr. Pauwels </a></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 309376005}\">Abdominal Surgeon</span></p></div>"
},
"identifier" : [
{
"system" : "https://fhir.nexuzhealth.com/standards/fhir/NamingSystem/kws/amalthea/basVerstrekker/verstreknr",
"value" : "123456"
}
],
"practitioner" : {
🔗 "reference" : "Practitioner/random-practitioner-id-123"
},
"code" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "309376005",
"display" : "GI surgeon"
}
],
"text" : "Abdominal Surgeon"
}
]
}