This page is part of the HL7 Europe Extensions (v0.1.1-ballot: Release Ballot) based on FHIR (HL7® FHIR® Standard) v5.0.0. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Consent",
"id" : "consent-example",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Consent consent-example</b></p><a name=\"consent-example\"> </a><a name=\"hcconsent-example\"> </a><a name=\"consent-example-en-US\"> </a><p><b>Consent: Related Condition</b>: <a href=\"#hcconsent-example/condition-example\">Condition Chronic kidney disease stage 1</a></p><p><b>status</b>: Active</p><p><b>category</b>: <span title=\"Codes:{http://loinc.org 59284-0}\">Consent Document</span></p><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Condition #condition-example</b></p><a name=\"consent-example/condition-example\"> </a><a name=\"hcconsent-example/condition-example\"> </a><a name=\"consent-example/condition-example-en-US\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 431855005}\">Chronic kidney disease stage 1</span></p><p><b>subject</b>: Nice Patient</p></blockquote></div>"
},
"contained" : [
{
"resourceType" : "Condition",
"id" : "condition-example",
"clinicalStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
"code" : "active",
"display" : "Active"
}
]
},
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "431855005",
"display" : "Chronic kidney disease stage 1"
}
]
},
"subject" : {
"display" : "Nice Patient"
}
}
],
"extension" : [
{
"url" : "http://hl7.eu/fhir/StructureDefinition/consent-relatedCondition",
"valueReference" : {
"reference" : "#condition-example"
}
}
],
"status" : "active",
"category" : [
{
"coding" : [
{
"system" : "http://loinc.org",
"code" : "59284-0",
"display" : "Consent Document"
}
]
}
]
}