OZO FHIR implementation guide
0.5.1 - ci-build
OZO FHIR implementation guide - Local Development build (v0.5.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Practitioner",
"id" : "Marijke-van-der-Berg",
"meta" : {
"versionId" : "1",
"lastUpdated" : "2025-05-28T11:24:32.833+00:00",
"profile" : [
🔗 "http://ozoverbindzorg.nl/fhir/StructureDefinition/OZOPractitioner"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner Marijke-van-der-Berg</b></p><a name=\"Marijke-van-der-Berg\"> </a><a name=\"hcMarijke-van-der-Berg\"> </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\">version: 1; Last updated: 2025-05-28 11:24:32+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ozo-practitioner.html\">OZO Practitioner</a></p></div><p><b>identifier</b>: <code>https://www.ozoverbindzorg.nl/namingsystem/ozo-connect/professional</code>/1139, <code>https://www.ozoverbindzorg.nl/namingsystem/email</code>/rudolf@ozoverbindzorg.nl</p><p><b>active</b>: true</p><p><b>name</b>: Marijke van der Berg</p></div>"
},
"identifier" : [
{
"system" : "https://www.ozoverbindzorg.nl/namingsystem/ozo-connect/professional",
"value" : "1139",
"assigner" : {
"identifier" : {
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
"code" : "author"
}
]
},
"system" : "http://fhir.nl/fhir/NamingSystem/ura",
"value" : "23123123123"
}
}
},
{
"system" : "https://www.ozoverbindzorg.nl/namingsystem/email",
"value" : "rudolf@ozoverbindzorg.nl"
}
],
"active" : true,
"name" : [
{
"text" : "Marijke van der Berg",
"family" : "van der Berg",
"_family" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
"valueString" : "van der Berg"
}
]
},
"given" : [
"Marijke"
]
}
]
}