FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagedk.ehealth.sundhed.fhir.ig.core
Resource TypeCodeSystem
IdCodeSystem-ehealth-material-category.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/fut-infrastructure/implementation-guide/CodeSystem-ehealth-material-category.html
URLhttp://ehealth.sundhed.dk/cs/material-category
Version8.0.0
Statusactive
Date2025-09-02
NameMaterialCategory
TitleMaterial Category
Realmdk
DescriptionMaterial Category
Contentcomplete

Resources that use this resource

ValueSet
document-categoryDocument Category

Resources that this resource uses

No resources found


Narrative

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:

CodeDisplayDefinition
general-material General MaterialMaterial containing general purpose information without patient specific information.
patient-specific-material Patient Specific MaterialMaterial containing patient specific information.

Source1

{
  "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."
    }
  ]
}