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

FHIR IG Statistics: ValueSet/multi-dose-disp-consent-status

Packagepoc.bonsai.current
Resource TypeValueSet
Idmulti-dose-disp-consent-status
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=poc.bonsai.current@1.1.0&canonical=http://ehalsomyndigheten.se/fhir/ValueSet/multi-dose-disp-consent-status
URLhttp://ehalsomyndigheten.se/fhir/ValueSet/multi-dose-disp-consent-status
Version1.0.0
Statusactive
Date2022-02-17T23:00:00+00:00
Namemulti-dose-disp-consent-status
TitleDossamtyckestatus
DescriptionStatus för dossamtycken

Resources that use this resource

StructureDefinition
NLLMultiDoseDispConsentNLLMultiDoseDispConsent

Resources that this resource uses

CodeSystem
consent-state-codesConsent State Codes

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "multi-dose-disp-consent-status",
  "meta": {
    "profile": [
      "http://electronichealth.se/fhir/StructureDefinition/NLLValueSet"
    ]
  },
  "url": "http://ehalsomyndigheten.se/fhir/ValueSet/multi-dose-disp-consent-status",
  "version": "1.0.0",
  "name": "multi-dose-disp-consent-status",
  "title": "Dossamtyckestatus",
  "status": "active",
  "date": "2022-02-17T23:00:00+00:00",
  "publisher": "E-hälsomyndigheten",
  "description": "Status för dossamtycken",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/consent-state-codes",
        "version": "4.0.1",
        "concept": [
          {
            "code": "active",
            "display": "Aktiv"
          },
          {
            "code": "inactive",
            "display": "Inaktiv"
          }
        ]
      }
    ]
  }
}