RIVO-Noord Zorgviewer Implementation Guide
1.7.0 - CI build
RIVO-Noord Zorgviewer Implementation Guide, published by RIVO-NN HL7NL. This guide is not an authorized publication; it is the continuous build for version 1.7.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/RIVO-Noord/zorgviewer-ig/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Condition",
"id" : "a20d2048-e1b7-467d-8bb5-28142af195d6",
"meta" : {
"profile" : [
🔗 "http://nictiz.nl/fhir/StructureDefinition/zib-Problem"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3>Condition resource:</h3><ul><li><p><strong>Subject:</strong> 'Johan XXX_Helleman_Afblijven'</p></li><li><p><strong>Clinical status:</strong> 'Active'</p></li><li><p><strong>Verification status:</strong> 'Confirmed'</p></li><li><p><strong>Category:</strong> 'Diagnosis'</p></li><li><p><strong>Code:</strong> 'Other'</p></li><li><p><strong>Onset date/time:</strong> '1-1-2001'</p></li><li><p><strong>Body site:</strong> 'Other'</p></li><li><p><strong>Laterality:</strong> 'Right'</p></li><li><p><strong>Asserter:</strong> 'Practitioner author with last name 'van Cruijningen de Winter'.'</p></li><li><p><strong>Note:</strong> 'Gevallen op kunstijsbaan.'</p></li></ul></div>"
},
"clinicalStatus" : "active",
"_clinicalStatus" : {
"extension" : [
{
"url" : "http://nictiz.nl/fhir/StructureDefinition/code-specification",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "55561003",
"display" : "Active"
}
],
"text" : "Actueel"
}
}
]
},
"verificationStatus" : "confirmed",
"_verificationStatus" : {
"extension" : [
{
"url" : "http://nictiz.nl/fhir/StructureDefinition/code-specification",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "410605003",
"display" : "Confirmed"
}
],
"text" : "Confirmed"
}
}
]
},
"category" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "282291009",
"display" : "Diagnosis"
}
],
"text" : "Diagnose"
}
],
"code" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/v3/NullFlavor",
"code" : "OTH",
"display" : "other"
}
],
"text" : "fractuur van pols"
},
"bodySite" : [
{
"extension" : [
{
"url" : "http://nictiz.nl/fhir/StructureDefinition/BodySite-Qualifier",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "24028007",
"display" : "Right"
}
],
"text" : "Rechts"
}
}
]
}
],
"subject" : {
🔗 "reference" : "Patient/9819C39260647B5DE61609CDF1FA1C434552D65014AFDEA2EB877A576B055DF1",
"display" : "Patient name: Johan XXX_Helleman_Afblijven"
},
"onsetDateTime" : "2001-01-01",
"assertedDate" : "2001-01-01",
"asserter" : {
"extension" : [
{
"url" : "http://nictiz.nl/fhir/StructureDefinition/practitionerrole-reference",
"valueReference" : {
"reference" : "http://example.org/PractitionerRole/2FEBFCB8FFA86EBEF907D0B6CC74E210A7647FA82CEC3DE55E3FA8813D5756F6",
"display" : "Practitioner role with function: 'attending physician'."
}
}
],
"reference" : "http://example.org/Practitioner/ecb6593e-75fe-4b02-8a4f-25302a6f9693",
"display" : "Practitioner with name: 'Lisette van Cruijningen de Winter'."
},
"note" : [
{
"text" : "Gevallen op kunstijsbaan."
}
]
}