FHIR IG analytics| Package | dk.ehealth.sundhed.fhir.ig.core |
| Resource Type | CodeSystem |
| Id | CodeSystem-ehealth-jurisdiction.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/fut-infrastructure/implementation-guide/CodeSystem-ehealth-jurisdiction.html |
| URL | http://ehealth.sundhed.dk/cs/jurisdiction |
| Version | 8.0.0 |
| 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: CodeSystem ehealth-jurisdiction
This case-sensitive code system http://ehealth.sundhed.dk/cs/jurisdiction defines the following codes:
{
"resourceType": "CodeSystem",
"id": "ehealth-jurisdiction",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://ehealth.sundhed.dk/cs/jurisdiction",
"version": "8.0.0",
"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"
}
]
},
{
"code": "elderly-act",
"display": "Danish elderly act",
"definition": "Danish elderly act, formally known as The Act on Social Services for the Elderly",
"designation": [
{
"language": "da",
"value": "Ældreloven"
}
]
}
]
}