FHIR IG Statistics: StructureDefinition/NLLProvenanceConsentAccess.StructureDefinition
Resources that use this resource
No resources found
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"url": "http://electronichealth.se/fhir/StructureDefinition/NLLProvenanceConsentAccess",
"version": "1.0.4",
"name": "NLLProvenanceConsentAccess",
"status": "active",
"experimental": false,
"date": "2025-02-10",
"publisher": "Swedish eHealth Agency",
"description": "A derived profile of NLLProvenance. \r\nCan be used when creating a new Provenance in scenarios invloving access consent (sv Åtkomstsamtycke).",
"fhirVersion": "4.0.1",
"mapping": [
{
"identity": "EHM",
"name": "E-hälsomyndigheten internal model"
}
],
"kind": "resource",
"abstract": false,
"type": "Provenance",
"baseDefinition": "http://electronichealth.se/fhir/StructureDefinition/NLLProvenance",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Provenance.target",
"path": "Provenance.target",
"short": "Target Consent",
"definition": "The Consent that was generated or updated by the activity described in this Provenance.",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://electronichealth.se/fhir/StructureDefinition/NLLAccessConsent"
]
}
]
},
{
"id": "Provenance.reason",
"path": "Provenance.reason",
"definition": "Reason is not used when creating or updating an access consent (sv Åtkomstsamtycke).",
"max": "0"
},
{
"id": "Provenance.activity",
"path": "Provenance.activity",
"definition": "This type describes the activity that occurred for the Access Consent (sv Åtkomstsamtycke)",
"binding": {
"strength": "required",
"valueSet": "http://ehalsomyndigheten.se/fhir/ValueSet/accessconsent-practitioner-activity-types"
}
},
{
"id": "Provenance.agent",
"path": "Provenance.agent",
"short": "Practitioner involved for the Consent."
},
{
"id": "Provenance.agent.who",
"path": "Provenance.agent.who",
"definition": "The practitioners that participated in the event as contained resources.",
"type": [
{
"code": "Reference",
"aggregation": [
"contained"
]
}
]
}
]
}
}