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

FHIR IG Statistics: ValueSet/InsulinType

Packagede.emperra.esysta
Resource TypeValueSet
IdInsulinType
FHIR VersionR4
Sourcenull/https://simplifier.net/resolve?scope=de.emperra.esysta@1.0.0&canonical=http://portal.esysta.com/fhir/ValueSet/InsulinType
URLhttp://portal.esysta.com/fhir/ValueSet/InsulinType
Version0.0.1
Statusdraft
NameInsulinType

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
sctSNOMED CT (all versions)

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "status": "draft",
  "name": "InsulinType",
  "id": "InsulinType",
  "version": "0.0.1",
  "url": "http://portal.esysta.com/fhir/ValueSet/InsulinType",
  "experimental": true,
  "publisher": "Emperra GmbH E-Health Technologies",
  "contact": [
    {
      "name": "Emperra GmbH E-Health Technologies",
      "telecom": [
        {
          "system": "url",
          "value": "https://emperra.com"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "concept": [
          {
            "code": "255358001",
            "display": "Rapid"
          },
          {
            "code": "255361000",
            "display": "Slow"
          },
          {
            "code": "26242008",
            "display": "Mixed"
          }
        ]
      }
    ]
  }
}