eHealth Infrastructure, published by Den telemedicinske infrastruktur (eHealth Infrastructure). This guide is not an authorized publication; it is the continuous build for version 3.6.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/fut-infrastructure/implementation-guide/ and changes regularly. See the Directory of published versions
Active as of 2025-09-02 |
{
"resourceType" : "CodeSystem",
"id" : "ehealth-material-category",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Kodesystem ehealth-material-category</b></p><a name=\"ehealth-material-category\"> </a><a name=\"hcehealth-material-category\"> </a><p>This case-sensitive code system <code>http://ehealth.sundhed.dk/cs/material-category</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">general-material<a name=\"ehealth-material-category-general-material\"> </a></td><td>General Material</td><td>Material containing general purpose information without patient specific information.</td></tr><tr><td style=\"white-space:nowrap\">patient-specific-material<a name=\"ehealth-material-category-patient-specific-material\"> </a></td><td>Patient Specific Material</td><td>Material containing patient specific information.</td></tr></table></div>"
},
"url" : "http://ehealth.sundhed.dk/cs/material-category",
"version" : "3.6.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."
}
]
}