advanceDirective-example

{
"resourceType": "Consent",
"id": "advanceDirective-example",
"meta": {
"profile": [
"http://fire.ly/fhir/firely-ig-gen/StructureDefinition/AdvanceDirective"
]
},
"status": "active",
"scope": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/consentscope",
"code": "adr",
"display": "Advanced Care Directive"
}
]
},
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "371538006",
"display": "Advance directive"
}
],
"text": "Advance directive exists"
}
],
"patient": {
"reference": "Patient/patientIdentification-example"
},
"url": "https://records.hospital.nl/patient/NL-123456789/advance-directive.pdf",
"title": "Advance Directive - Maria Jansen"
}
}
<Consent xmlns="http://hl7.org/fhir">
<id value="advanceDirective-example" />
<profile value="http://fire.ly/fhir/firely-ig-gen/StructureDefinition/AdvanceDirective" />
</meta>
<status value="active" />
<system value="http://terminology.hl7.org/CodeSystem/consentscope" />
<code value="adr" />
<display value="Advanced Care Directive" />
</coding>
</scope>
<system value="http://snomed.info/sct" />
<code value="371538006" />
<display value="Advance directive" />
</coding>
<text value="Advance directive exists" />
</category>
<reference value="Patient/patientIdentification-example" />
</patient>
<url value="https://records.hospital.nl/patient/NL-123456789/advance-directive.pdf" />
<title value="Advance Directive - Maria Jansen" />
</sourceAttachment>
</Consent>
Consent
Consent.id[0]advanceDirective-example
Consent.meta[0].profile[0]http://fire.ly/fhir/firely-ig-gen/StructureDefinition/AdvanceDirective
Consent.status[0]active
Consent.scope[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/consentscope
Consent.scope[0].coding[0].code[0]adr
Consent.scope[0].coding[0].display[0]Advanced Care Directive
Consent.category[0].coding[0].system[0]http://snomed.info/sct
Consent.category[0].coding[0].code[0]371538006
Consent.category[0].coding[0].display[0]Advance directive
Consent.category[0].text[0]Advance directive exists
Consent.patient[0].reference[0]Patient/patientIdentification-example
Consent.source[0].url[0]https://records.hospital.nl/patient/NL-123456789/advance-directive.pdf
Consent.source[0].title[0]Advance Directive - Maria Jansen