FHIR IG analytics| Package | eng.fhir.profile.dev |
| Resource Type | Consent |
| Id | Consent.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Consent",
"id": "HC40-PM.consent",
"meta": {
"profile": [
"https://eng.it/fhir/StructureDefinition/Consent_Eng"
]
},
"extension": [
{
"url": "http://cct.eng.it/FHIR/schema/consent-phoneNumber",
"valueString": "33333333333"
}
],
"status": "active",
"scope": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/consentscope",
"code": "patient-privacy"
}
]
},
"category": [
{
"coding": [
{
"system": "http://loinc.org",
"code": "59284-0",
"display": "Patient Consent"
}
]
}
],
"patient": {
"reference": "Patient/id"
},
"dateTime": "2016-06-16",
"policyRule": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "OPTOUT"
}
]
},
"provision": {
"type": "permit",
"actor": [
{
"role": {
"coding": [
{
"system": "http://cct.eng.it/FHIR/schema/PractitionerRole",
"code": "23"
}
]
},
"reference": {
"reference": "Practitioner/id"
}
}
],
"action": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/consentaction",
"code": "access"
}
]
}
],
"securityLabel": [
{
"system": "2.16.840.1.113883.5.25",
"code": "N"
}
],
"purpose": [
{
"system": "http://cct.eng.it/FHIR/schema/purposeOfUse",
"code": "44"
}
],
"class": [
{
"system": "http://hl7.org/fhir/resource-types",
"code": "DocumentReference"
}
],
"code": [
{
"coding": [
{
"system": "2.16.840.1.113883.6.1",
"code": "59258-4",
"display": "Verbale di pronto soccorso"
}
]
}
],
"data": [
{
"meaning": "related",
"reference": {
"reference": "DocumentReference/id"
}
}
]
}
}