FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/consent-vs

Packageegde.health.gateway
Resource TypeValueSet
Idconsent-vs
FHIR VersionR4
Sourcehttp://www.egde.no/https://simplifier.net/resolve?scope=egde.health.gateway@0.1.7&canonical=http://www.egde.no/ValueSet/consent-vs
URLhttp://www.egde.no/ValueSet/consent-vs
Version0.1.6
Statusactive
Date2023-03-13T12:29:22+01:00
NameConsentVS
TitleConsent codes from Loinc and Snomed-ct
DescriptionConsent codes from Loinc and Snomed-ct
Copyright(c) HL7

Resources that use this resource

StructureDefinition
ehg-no-ConsentConsent - Egde Health Gateway - Profile

Resources that this resource uses

CodeSystem
consentscopeConsent Scope Codes
loinc.orgLogical Observation Identifiers, Names and Codes (LOINC)
sctSNOMED CT International Edition

Narrative

Note: links and images are rebased to the (stated) source

This value set includes codes based on the following rules:


Source

{
  "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"
          }
        ]
      }
    ]
  }
}