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

FHIR IG Statistics: CodeSystem/ehealth-restriction-category

Packagedk.ehealth.sundhed.fhir.ig.core
TypeCodeSystem
Idehealth-restriction-category
FHIR VersionR4
Sourcehttp://ehealth.sundhed.dk/fhir/https://build.fhir.org/ig/fut-infrastructure/implementation-guide/CodeSystem-ehealth-restriction-category.html
URLhttp://ehealth.sundhed.dk/cs/restriction-category
Version3.5.1
Statusactive
Date2019-08-05T00:00:00+00:00
NameRestrictionCategory
TitleRestriction Category
Realmdk
DescriptionRestriction Category
Contentcomplete

Resources that use this resource

ValueSet
restriction-categoryRestriction Category

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: Kodesystem ehealth-restriction-category

This case-sensitive code system http://ehealth.sundhed.dk/cs/restriction-category defines the following codes:

CodeDisplayDefinition
None NoneNo restiction category. Should not be combined with other values
measurement-monitoring Monitoring of measurement(s)Monitoring of measurement(s)
measuring-support Support of measurement(s)Support of measurement(s)
none NoneNo restiction category. Should not be combined with other values

Source

{
  "resourceType": "CodeSystem",
  "id": "ehealth-restriction-category",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://ehealth.sundhed.dk/cs/restriction-category",
  "version": "3.5.1",
  "name": "RestrictionCategory",
  "title": "Restriction Category",
  "status": "active",
  "experimental": false,
  "date": "2019-08-05T00:00:00+00:00",
  "publisher": "Den telemedicinske infrastruktur (eHealth Infrastructure)",
  "contact": [
    {
      "name": "Den telemedicinske infrastruktur (eHealth Infrastructure)",
      "telecom": [
        {
          "system": "url",
          "value": "http://ehealth.sundhed.dk"
        }
      ]
    }
  ],
  "description": "Restriction Category",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DK",
          "display": "Denmark"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "None",
      "display": "None",
      "definition": "No restiction category. Should not be combined with other values",
      "property": [
        {
          "code": "deprecated",
          "valueDateTime": "2020-03-23"
        }
      ]
    },
    {
      "code": "measurement-monitoring",
      "display": "Monitoring of measurement(s)",
      "definition": "Monitoring of measurement(s)"
    },
    {
      "code": "measuring-support",
      "display": "Support of measurement(s)",
      "definition": "Support of measurement(s)"
    },
    {
      "code": "none",
      "display": "None",
      "definition": "No restiction category. Should not be combined with other values"
    }
  ]
}