FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagese.electronichealth.fhir.ppdr.r5
Resource TypeValueSet
IdValueSet-re-restriction-categories.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=se.electronichealth.fhir.ppdr.r5@0.1.0-alpha&canonical=http://electronichealth.se/fhir/NDI/ValueSet/re-restriction-categories
URLhttp://electronichealth.se/fhir/NDI/ValueSet/re-restriction-categories
Version0.1.0
Statusactive
Namere-restriction-categories
TitleSpärrkategorier
Realmse
DescriptionIncludes categories of restrictions.

Resources that use this resource

StructureDefinition
se.electronichealth.fhir.ppdr.r5#0.1.0-alpharestriction-reRestriction (RE)

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "status": "active",
  "name": "re-restriction-categories",
  "id": "re-restriction-categories",
  "title": "Spärrkategorier",
  "description": "Includes categories of restrictions.",
  "url": "http://electronichealth.se/fhir/NDI/ValueSet/re-restriction-categories",
  "version": "0.1.0",
  "compose": {
    "include": [
      {
        "system": "http://electronichealth.se/CodeSystem/consent-category",
        "concept": [
          {
            "code": "restriction-optout"
          },
          {
            "code": "restriction"
          }
        ]
      }
    ]
  }
}