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-Vonk",
"meta" : {
"profile" : [
🔗 "http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Zorgverlener: M. Vonk<br/>BIG-nummer: 12082100<br/>Telefoon: +31612555600<br/>E-mail: vonk@ggz.nl<br/>Adres: Simon Smitweg 1, 2353 GA Leiderdorp, Nederland</div>"
},
"identifier" : [
{
"system" : "http://fhir.nl/fhir/NamingSystem/big",
"value" : "12082100"
}
],
"name" : [
{
"use" : "official",
"text" : "M. Vonk",
"family" : "Vonk",
"_family" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
"valueString" : "Vonk"
}
]
},
"given" : [
"M."
],
"_given" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
"valueCode" : "IN"
}
]
}
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "+31612555600",
"use" : "work"
},
{
"system" : "email",
"value" : "vonk@ggz.nl",
"use" : "work"
}
],
"address" : [
{
"extension" : [
{
"url" : "http://nictiz.nl/fhir/StructureDefinition/ext-AddressInformation.AddressType",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-AddressUse",
"code" : "WP",
"display" : "Work Place"
}
]
}
}
],
"use" : "work",
"line" : [
"Simon Smitweg 1"
],
"_line" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
"valueString" : "Simon Smitweg"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
"valueString" : "1"
}
]
}
],
"city" : "Leiderdorp",
"postalCode" : "2353 GA",
"country" : "Nederland",
"_country" : {
"extension" : [
{
"url" : "http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "NL",
"display" : "Netherlands"
}
]
}
}
]
}
}
]
}