FHIR IG analytics| Package | egde.health.gateway |
| Resource Type | ValueSet |
| Id | ValueSet-consent-vs.json |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=egde.health.gateway@0.1.7&canonical=http://www.egde.no/ValueSet/consent-vs |
| URL | http://www.egde.no/ValueSet/consent-vs |
| Version | 0.1.6 |
| Status | active |
| Date | 2023-03-13T12:29:22+01:00 |
| Name | ConsentVS |
| Title | Consent codes from Loinc and Snomed-ct |
| Description | Consent codes from Loinc and Snomed-ct |
| Copyright | (c) HL7 |
| StructureDefinition | |
| ehg-no-Consent | Consent - Egde Health Gateway - Profile |
| CodeSystem | |
| loinc.org | LOINC codes used in this IG |
| sct | SNOMED codes used in this IG |
| consentscope | Consent Scope Codes |
Note: links and images are rebased to the (stated) source
This value set includes codes based on the following rules:
http://snomed.info/sct| Code | Display |
| 417370002 | Consent given for upload to national shared electronic record |
| 417528008 | Consent given for upload to local shared electronic record |
| 414859005 | No consent for electronic record sharing |
http://loinc.org| Code | Display |
| 59284-0 | Consent Document |
| 77602-1 | Research study consent |
| 19826-7 | Informed consent obtained |
http://terminology.hl7.org/CodeSystem/consentscope| Code | Display | Definition |
| research | Research | Consent to participate in research protocol and information sharing required |
| patient-privacy | Privacy Consent | Agreement to collect, access, use or disclose (share) information |
{
"resourceType": "ValueSet",
"id": "consent-vs",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://www.egde.no/ValueSet/consent-vs",
"version": "0.1.6",
"name": "ConsentVS",
"title": "Consent codes from Loinc and Snomed-ct",
"status": "active",
"date": "2023-03-13T12:29:22+01:00",
"publisher": "Egde",
"contact": [
{
"name": "Egde",
"telecom": [
{
"system": "url",
"value": "http://egde.no/ehg"
},
{
"system": "email",
"value": "andy.harrison@egde.no"
}
]
},
{
"name": "Andy Harrison",
"telecom": [
{
"system": "email",
"value": "andy.harrison@egde.no",
"use": "work"
}
]
}
],
"description": "Consent codes from Loinc and Snomed-ct",
"copyright": "(c) HL7",
"compose": {
"include": [
{
"system": "http://snomed.info/sct",
"concept": [
{
"code": "417370002",
"display": "Consent given for upload to national shared electronic record"
},
{
"code": "417528008",
"display": "Consent given for upload to local shared electronic record"
},
{
"code": "414859005",
"display": "No consent for electronic record sharing"
}
]
},
{
"system": "http://loinc.org",
"concept": [
{
"code": "59284-0",
"display": "Consent Document"
},
{
"code": "77602-1",
"display": "Research study consent"
},
{
"code": "19826-7",
"display": "Informed consent obtained"
}
]
},
{
"system": "http://terminology.hl7.org/CodeSystem/consentscope",
"concept": [
{
"code": "research",
"display": "Research"
},
{
"code": "patient-privacy",
"display": "Privacy Consent"
}
]
}
]
}
}