Koppelmij Implementation Guide
0.1.0 - ci-build
Koppelmij 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" : "KoppelMij-Practitioner-De-Haard",
"meta" : {
"profile" : [
🔗 "http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Zorgverlener: A. de Haard<br/>BIG-nummer: 12070100<br/>Telefoon: +31612345600<br/>E-mail: dehaard@huisarts.nl<br/>Adres: Simon Smitweg 1, 2353 GA Leiderdorp, Nederland</div>"
},
"identifier" : [
{
"system" : "http://fhir.nl/fhir/NamingSystem/big",
"value" : "12070100"
}
],
"name" : [
{
"use" : "official",
"text" : "A. de Haard",
"family" : "de Haard",
"_family" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix",
"valueString" : "de"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
"valueString" : "Haard"
}
]
},
"given" : [
"A."
],
"_given" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
"valueCode" : "IN"
}
]
}
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "+31612345600",
"use" : "work"
},
{
"system" : "email",
"value" : "dehaard@huisarts.nl",
"use" : "work"
}
]
}