FHIR IG analytics| Package | dk.ehealth.sundhed.fhir.ig.core |
| Resource Type | CodeSystem |
| Id | CodeSystem-ehealth-material-category.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/fut-infrastructure/implementation-guide/CodeSystem-ehealth-material-category.html |
| URL | http://ehealth.sundhed.dk/cs/material-category |
| Version | 8.0.0 |
| Status | active |
| Date | 2025-09-02 |
| Name | MaterialCategory |
| Title | Material Category |
| Realm | dk |
| Description | Material Category |
| Content | complete |
| ValueSet | |
| document-category | Document Category |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem ehealth-material-category
This case-sensitive code system http://ehealth.sundhed.dk/cs/material-category defines the following codes:
{
"resourceType": "CodeSystem",
"id": "ehealth-material-category",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://ehealth.sundhed.dk/cs/material-category",
"version": "8.0.0",
"name": "MaterialCategory",
"title": "Material Category",
"status": "active",
"experimental": false,
"date": "2025-09-02",
"publisher": "Den telemedicinske infrastruktur (eHealth Infrastructure)",
"contact": [
{
"name": "Den telemedicinske infrastruktur (eHealth Infrastructure)",
"telecom": [
{
"system": "url",
"value": "http://ehealth.sundhed.dk"
}
]
}
],
"description": "Material Category",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "DK",
"display": "Denmark"
}
]
}
],
"caseSensitive": true,
"content": "complete",
"concept": [
{
"code": "general-material",
"display": "General Material",
"definition": "Material containing general purpose information without patient specific information."
},
{
"code": "patient-specific-material",
"display": "Patient Specific Material",
"definition": "Material containing patient specific information."
}
]
}