| Package | dk.ehealth.sundhed.fhir.ig.core |
| Resource Type | CodeSystem |
| Id | ehealth-jurisdiction |
| FHIR Version | R4 |
| Source | http://ehealth.sundhed.dk/fhir/https://build.fhir.org/ig/fut-infrastructure/implementation-guide/CodeSystem-ehealth-jurisdiction.html |
| URL | http://ehealth.sundhed.dk/cs/jurisdiction |
| Version | 5.0.1 |
| Status | active |
| Date | 2019-12-16T00:00:00+00:00 |
| Name | Jurisdiction |
| Title | Jurisdiction |
| Realm | dk |
| Description | Jurisdiction |
| Content | complete |
| ValueSet | |
| jurisdiction | Jurisdiction |
No resources found
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:
| Code | Display | Definition | Dansk (Danish, da) |
| healthcare-act | Danish healthcare act | Danish healthcare act | Sundhedsloven |
| service-act | Danish service act | Danish service act | Serviceloven |
{
"resourceType": "CodeSystem",
"id": "ehealth-jurisdiction",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://ehealth.sundhed.dk/cs/jurisdiction",
"version": "5.0.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"
}
]
}
]
}