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" : "Practitioner",
"id" : "random-practitioner-id-123",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner random-practitioner-id-123</b></p><a name=\"random-practitioner-id-123\"> </a><a name=\"hcrandom-practitioner-id-123\"> </a><p><b>identifier</b>: <code>https://fhir.nexuzhealth.com/standards/fhir/NamingSystem/kws/amalthea/basVerstrekker/verstreknr</code>/123456</p><p><b>name</b>: Dr. Pauwels </p></div>"
},
"identifier" : [
{
"system" : "https://fhir.nexuzhealth.com/standards/fhir/NamingSystem/kws/amalthea/basVerstrekker/verstreknr",
"value" : "123456"
}
],
"name" : [
{
"family" : "Pauwels",
"given" : [
"Dr."
]
}
]
}