OZO FHIR implementation guide
0.6.3 - ci-build
OZO FHIR implementation guide - Local Development build (v0.6.3) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "CareTeam",
"id" : "Pharmacy-A",
"meta" : {
"versionId" : "1",
"lastUpdated" : "2025-12-04T10:00:00.000+00:00",
"profile" : [
🔗 "http://ozoverbindzorg.nl/fhir/StructureDefinition/OZOOrganizationalCareTeam"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CareTeam Pharmacy-A</b></p><a name=\"Pharmacy-A\"> </a><a name=\"hcPharmacy-A\"> </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-12-04 10:00:00+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ozo-organizational-careteam.html\">OZO Organizational CareTeam</a></p></div><p><b>identifier</b>: <code>https://www.ozoverbindzorg.nl/namingsystem/ozo-connect/team</code>/pharmacy-a-team, <code>https://www.ozoverbindzorg.nl/namingsystem/email</code>/apotheek@depil.nl</p><p><b>status</b>: Active</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 310080006}\">Apotheek Team</span></p><p><b>name</b>: Apotheek de Pil - Team</p><blockquote><p><b>participant</b></p><p><b>role</b>: <span title=\"Codes:{http://snomed.info/sct 46255001}\">Apotheker</span></p><p><b>member</b>: <a href=\"Practitioner-A-P-Otheeker.html\">A.P. Otheeker</a></p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: <span title=\"Codes:{http://snomed.info/sct 46255001}\">Apotheker</span></p><p><b>member</b>: <a href=\"Practitioner-Pieter-de-Vries.html\">Pieter de Vries</a></p></blockquote><p><b>managingOrganization</b>: <a href=\"Organization-Apotheek-de-Pil.html\">Apotheek de Pil</a></p><p><b>note</b>: </p><blockquote><div><p>Team voor apotheek de Pil - gebruikt voor team-level messaging</p>\n</div></blockquote></div>"
},
"identifier" : [
{
"system" : "https://www.ozoverbindzorg.nl/namingsystem/ozo-connect/team",
"value" : "pharmacy-a-team"
},
{
"system" : "https://www.ozoverbindzorg.nl/namingsystem/email",
"value" : "apotheek@depil.nl"
}
],
"status" : "active",
"category" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "310080006",
"display" : "Pharmacy service"
}
],
"text" : "Apotheek Team"
}
],
"name" : "Apotheek de Pil - Team",
"participant" : [
{
"role" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "46255001",
"display" : "Pharmacist"
}
],
"text" : "Apotheker"
}
],
"member" : {
🔗 "reference" : "Practitioner/A-P-Otheeker",
"type" : "Practitioner",
"display" : "A.P. Otheeker"
}
},
{
"role" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "46255001",
"display" : "Pharmacist"
}
],
"text" : "Apotheker"
}
],
"member" : {
🔗 "reference" : "Practitioner/Pieter-de-Vries",
"type" : "Practitioner",
"display" : "Pieter de Vries"
}
}
],
"managingOrganization" : [
{
🔗 "reference" : "Organization/Apotheek-de-Pil",
"type" : "Organization",
"display" : "Apotheek de Pil"
}
],
"note" : [
{
"text" : "Team voor apotheek de Pil - gebruikt voor team-level messaging"
}
]
}