Netherlands - Generic Functions for data exchange Implementation Guide
0.10.0 -
Netherlands - Generic Functions for data exchange Implementation Guide, published by Ministerie van Volksgezondheid, Welzijn en Sport. This guide is not an authorized publication; it is the continuous build for version 0.10.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/minvws/generiekefuncties-docs/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Patient",
"id" : "27e58ece-409e-44f9-8cc1-b33495a0ef9d",
"language" : "en",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient 27e58ece-409e-44f9-8cc1-b33495a0ef9d</b></p><a name=\"27e58ece-409e-44f9-8cc1-b33495a0ef9d\"> </a><a name=\"hc27e58ece-409e-44f9-8cc1-b33495a0ef9d\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Jaantje Merkens Female, DoB: 1950-02-26 ( http://fhir.nl/fhir/NamingSystem/bsn#111222333)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Other Id (see the one above)\">Other Id:</td><td colspan=\"3\"><code>http://organization2.example.org/EHR/patients</code>/vdfesz\u00a0(use:\u00a0official,\u00a0)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li><a href=\"tel:+31612345678\">+31612345678</a></li><li><a href=\"mailto:j.merkens@bigtech.com\">j.merkens@bigtech.com</a></li><li>Kerkstraat 18 Ulft 7071 WZ </li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>Managing Organization: Organization 2 (Identifier: <code>http://fhir.nl/fhir/NamingSystem/ura</code>/22222222)</li></ul></td></tr></table></div>"
},
"identifier" : [
{
"use" : "official",
"system" : "http://organization2.example.org/EHR/patients",
"value" : "vdfesz",
"assigner" : {
"identifier" : {
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
"code" : "custodian"
}
]
},
"system" : "http://fhir.nl/fhir/NamingSystem/ura",
"value" : "22222222"
}
}
},
{
"system" : "http://fhir.nl/fhir/NamingSystem/bsn",
"value" : "111222333"
}
],
"name" : [
{
"family" : "Merkens",
"given" : [
"Jaantje"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "+31612345678"
},
{
"system" : "email",
"value" : "j.merkens@bigtech.com"
}
],
"gender" : "female",
"birthDate" : "1950-02-26",
"address" : [
{
"line" : [
"Kerkstraat 18"
],
"city" : "Ulft",
"postalCode" : "7071 WZ"
}
],
"managingOrganization" : {
"type" : "Organization",
"identifier" : {
"system" : "http://fhir.nl/fhir/NamingSystem/ura",
"value" : "22222222",
"assigner" : {
"identifier" : {
"system" : "http://fhir.nl/fhir/NamingSystem/kvk",
"value" : "50000535"
}
}
},
"display" : "Organization 2"
}
}