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

FHIR IG analytics

Packagese.electronichealth.fhir.ppdr.r5
Resource TypeValueSet
IdValueSet-poa-poa-statuses.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=se.electronichealth.fhir.ppdr.r5@0.1.0-alpha&canonical=http://electronichealth.se/fhir/NDI/ValueSet/poa-poa-statuses
URLhttp://electronichealth.se/fhir/NDI/ValueSet/poa-poa-statuses
Version0.1.0
Statusactive
Namepoa-poa-statuses
TitleStatus på fullmakt
Realmse
DescriptionIncludes statuses which a power of attorney can have.

Resources that use this resource

StructureDefinition
se.electronichealth.fhir.ppdr.r5#0.1.0-alphapower-of-attorney-poaPower of Attorney (POA)

Resources that this resource uses

CodeSystem
dk.ehealth.sundhed.fhir.ig.core#currentconsent-state-codesConsent State Codes

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "status": "active",
  "name": "poa-poa-statuses",
  "id": "poa-poa-statuses",
  "title": "Status på fullmakt",
  "description": "Includes statuses which a power of attorney can have.",
  "url": "http://electronichealth.se/fhir/NDI/ValueSet/poa-poa-statuses",
  "version": "0.1.0",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/consent-state-codes",
        "concept": [
          {
            "code": "active",
            "display": "Aktiv"
          },
          {
            "code": "inactive",
            "display": "Inaktiv"
          },
          {
            "code": "draft",
            "display": "Utkast"
          }
        ]
      }
    ]
  }
}