HL7 Czech PS Implementation Guide
0.0.1 - ci-build
HL7 Czech PS Implementation Guide, published by HL7 Czech Republic. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cz/ps/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Consent",
"id" : "054899d6-4868-40cb-a9cc-a52f93e2d22f",
"meta" : {
"profile" : [
🔗 "https://hl7.cz/fhir/ps/StructureDefinition/cz-consent-ps"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Dříve vyslovené přání – nesouhlas s posmrtným dárcovstvím orgánů a tkání k transplantačním účelům.</div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/note",
"valueAnnotation" : {
"text" : "Pacient byl opakovaně poučen dle 36 odst. 2, přání bylo potvrzeno v přítomnosti svědků."
}
},
{
"url" : "https://hl7.cz/fhir/ps/StructureDefinition/consent-relatedCondition",
"valueReference" : {
"reference" : "Condition/irreversible-coma"
}
}
],
"status" : "active",
"scope" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/consentscope",
"code" : "adr",
"display" : "Advance directives"
}
]
},
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/consentcategory",
"code" : "acd",
"display" : "Advance Directive"
}
]
}
],
"patient" : {
"reference" : "Patient/cz-example-patient"
},
"dateTime" : "2024-06-15T10:30:00+02:00",
"performer" : [
{
"reference" : "Practitioner/cz-example-practitioner"
}
],
"sourceAttachment" : {
"contentType" : "application/pdf",
"url" : "Binary/advance-directive-organ-donation",
"title" : "Dříve vyslovené přání – nesouhlas s dárcovstvím orgánů a tkání",
"creation" : "2024-06-15T10:30:00+02:00"
},
"policyRule" : {
"coding" : [
{
"system" : "https://mzcr.cz/pravni-predpisy",
"code" : "ZZS-372-2011-36",
"display" : "Dříve vyslovené přání dle §36 zákona č. 372/2011 Sb."
}
]
}
}