FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/SurgicalAttire

Packagedk.kip.rkkp.fhir.ig.core
TypeCodeSystem
IdSurgicalAttire
FHIR VersionR4
Sourcehttps://kip.rkkp.dk/fhir/https://build.fhir.org/ig/KIP-infrastructure/implementation-guide/CodeSystem-SurgicalAttire.html
URLhttps://kip.rkkp.dk/fhir/CodeSystem/SurgicalAttire
Version2.12.0
Statusactive
Date2022-07-04T00:00:00+02:00
NameSurgicalAttire
TitleSurgical attire, during operations
DescriptionSurgical attire, during operations
Contentcomplete

Resources that use this resource

ValueSet
OperationspaaklaedningDHROperationspåklædning [DHR]

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem SurgicalAttire

This case-insensitive code system https://kip.rkkp.dk/fhir/CodeSystem/SurgicalAttire defines the following codes in an undefined hierarchy:

LvlCodeDisplayDefinition
1helmet HelmetHelmet
2  with_venting Helmet with ventingHelmet with venting
2  without_venting Helmet without ventingHelmet without venting

Source

{
  "resourceType": "CodeSystem",
  "id": "SurgicalAttire",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://kip.rkkp.dk/fhir/CodeSystem/SurgicalAttire",
  "version": "2.12.0",
  "name": "SurgicalAttire",
  "title": "Surgical attire, during operations",
  "status": "active",
  "date": "2022-07-04T00:00:00+02:00",
  "publisher": "Sundhedsvæsenets Kvalitetsinstitut with Trifork Digital Health A/S",
  "contact": [
    {
      "name": "Sundhedsvæsenets Kvalitetsinstitut with Trifork Digital Health A/S",
      "telecom": [
        {
          "system": "url",
          "value": "https://trifork.com"
        },
        {
          "system": "email",
          "value": "rbk@trifork.com"
        }
      ]
    }
  ],
  "description": "Surgical attire, during operations",
  "caseSensitive": false,
  "content": "complete",
  "count": 3,
  "concept": [
    {
      "code": "helmet",
      "display": "Helmet",
      "definition": "Helmet",
      "concept": [
        {
          "code": "with_venting",
          "display": "Helmet with venting",
          "definition": "Helmet with venting"
        },
        {
          "code": "without_venting",
          "display": "Helmet without venting",
          "definition": "Helmet without venting"
        }
      ]
    }
  ]
}