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

FHIR IG Statistics: CodeSystem/ehealth-jurisdiction

Packagedk.ehealth.sundhed.fhir.ig.core
TypeCodeSystem
Idehealth-jurisdiction
FHIR VersionR4
Sourcehttp://ehealth.sundhed.dk/fhir/https://build.fhir.org/ig/fut-infrastructure/implementation-guide/CodeSystem-ehealth-jurisdiction.html
URLhttp://ehealth.sundhed.dk/cs/jurisdiction
Version3.5.1
Statusactive
Date2019-12-16T00:00:00+00:00
NameJurisdiction
TitleJurisdiction
Realmdk
DescriptionJurisdiction
Contentcomplete

Resources that use this resource

ValueSet
jurisdictionJurisdiction

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: Kodesystem ehealth-jurisdiction

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

CodeDisplayDefinitionDansk (Danish, da)
healthcare-act Danish healthcare actDanish healthcare actSundhedsloven
service-act Danish service actDanish service actServiceloven

Source

{
  "resourceType": "CodeSystem",
  "id": "ehealth-jurisdiction",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://ehealth.sundhed.dk/cs/jurisdiction",
  "version": "3.5.1",
  "name": "Jurisdiction",
  "title": "Jurisdiction",
  "status": "active",
  "experimental": false,
  "date": "2019-12-16T00: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": "Jurisdiction",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DK",
          "display": "Denmark"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "healthcare-act",
      "display": "Danish healthcare act",
      "definition": "Danish healthcare act",
      "designation": [
        {
          "language": "da",
          "value": "Sundhedsloven"
        }
      ]
    },
    {
      "code": "service-act",
      "display": "Danish service act",
      "definition": "Danish service act",
      "designation": [
        {
          "language": "da",
          "value": "Serviceloven"
        }
      ]
    }
  ]
}