FHIR IG analytics| Package | se.electronichealth.fhir.nll.r4 |
| Resource Type | Consent |
| Id | create-accessconsent-example-1.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Consent",
"meta": {
"profile": [
"http://electronichealth.se/fhir/StructureDefinition/NLLAccessConsent"
],
"tag": [
{
"display": "Create NLLAccessConsent"
},
{
"display": "Create a proposed access consent"
},
{
"display": "create-accessconsent-example-1"
}
]
},
"contained": [
{
"resourceType": "Practitioner",
"id": "thePractitioner",
"meta": {
"profile": [
"http://electronichealth.se/fhir/StructureDefinition/NLLPractitioner"
]
},
"extension": [
{
"url": "http://electronichealth.se/fhir/StructureDefinition/NLLWorkplaceSummary",
"extension": [
{
"url": "workplaceIdentifier",
"valueString": "7711222222"
},
{
"url": "workplaceName",
"valueString": "Min vardcentral"
},
{
"url": "workplaceType",
"valueCode": "HEALTHCAREUNIT"
},
{
"url": "workplaceIdType",
"valueCode": "ORGNR"
}
]
}
],
"name": [
{
"family": "Larsson",
"given": [
"Lars"
]
}
],
"telecom": [
{
"extension": [
{
"url": "http://electronichealth.se/fhir/StructureDefinition/NLLAvailableToPatient",
"valueBoolean": false
},
{
"url": "http://electronichealth.se/fhir/StructureDefinition/NLLContactPointType",
"valueCode": "P"
}
],
"value": "070-1234455",
"rank": 1
},
{
"extension": [
{
"url": "http://electronichealth.se/fhir/StructureDefinition/NLLAvailableToPatient",
"valueBoolean": true
},
{
"url": "http://electronichealth.se/fhir/StructureDefinition/NLLContactPointType",
"valueCode": "W"
}
],
"value": "011-900000",
"rank": 1
}
],
"address": [
{
"type": "postal",
"line": [
"postGatan 133"
],
"city": "stockholm",
"postalCode": "12345"
},
{
"type": "physical",
"line": [
"fysiskaGatan 134"
],
"city": "stockholm",
"postalCode": "12345"
}
],
"qualification": [
{
"identifier": [
{
"system": "urn:oid:1.2.752.116.3.1.2",
"value": "9000027"
}
],
"code": {
"coding": [
{
"system": "urn:oid:1.2.752.116.3.1.3",
"code": "LK"
}
]
}
}
]
}
],
"status": "proposed",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "INFA"
}
]
}
],
"patient": {
"reference": "Patient/8a4b875a-fca1-42a2-87f7-21e57ae8c71f"
},
"provision": {
"actor": [
{
"role": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "GRANTEE"
}
]
},
"reference": {
"reference": "#thePractitioner"
}
}
]
}
}