Nictiz FHIR NL STU3 Zib2017
1.3.15 - CI Build
Nictiz FHIR NL STU3 Zib2017 - Local Development build (v1.3.15) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "EpisodeOfCare",
"id" : "nl-core-episodeofcare-01",
"meta" : {
"profile" : [
🔗 "http://fhir.nl/fhir/StructureDefinition/nl-core-episodeofcare"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <table>\n <caption>Zorgepisode. Patiënt: <a href=\"Patient/nl-core-patient-02\">Paul\n XXX_Mesker</a>. Status: actief</caption>\n <tbody>\n <tr>\n <th>Type</th>\n <td>\n <span title=\"Lichaamsstructuur (123037004 - SNOMED CT)\">Lichaamsstructuur</span>\n <div>Gebroken been</div>\n </td>\n </tr>\n <tr>\n <th>Periode</th>\n <td>Vanaf 2019-02-06</td>\n </tr>\n <tr>\n <th>Zorgmanager</th>\n <td>\n <a href=\"Practitioner/nl-core-practitioner-04\">Dr. D. de Vries</a>, <a href=\"Organization/nl-core-organization-05\">Ziekenhuis Gooi en\n Overvecht</a>\n </td>\n </tr>\n <tr>\n <th>Diagnose</th>\n <td>\n <a href=\"Condition/zib-problem-07\">Gebroken dijbeen</a>\n </td>\n </tr>\n </tbody>\n </table>\n </div>"
},
"extension" : [
{
"url" : "http://nictiz.nl/fhir/StructureDefinition/EpisodeOfCare-Title",
"valueString" : "Gebroken been"
}
],
"status" : "active",
"type" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "123037004",
"display" : "Lichaamsstructuur"
}
]
}
],
"diagnosis" : [
{
"condition" : {
🔗 "reference" : "Condition/zib-problem-07",
"display" : "Gebroken dijbeen"
}
}
],
"patient" : {
🔗 "reference" : "Patient/nl-core-patient-02",
"display" : "Paul XXX_Mesker"
},
"managingOrganization" : {
🔗 "reference" : "Organization/nl-core-organization-05",
"display" : "Ziekenhuis Gooi en Overvecht"
},
"period" : {
"start" : "2019-02-06"
},
"careManager" : {
🔗 "reference" : "Practitioner/nl-core-practitioner-04",
"display" : "Dr. D. de Vries"
}
}