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

FHIR IG Statistics: ValueSet/consentTarget

Packageca.on.oh-cms
Resource TypeValueSet
IdconsentTarget
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh-cms@1.0.2-alpha1.0.2&canonical=http://ehealthontario.ca/fhir/ValueSet/consentTarget
URLhttp://ehealthontario.ca/fhir/ValueSet/consentTarget
Version1.0.0
Statusdraft
NameConsentTarget
DescriptionSpecifies the target system for consent

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "consentTarget",
  "url": "http://ehealthontario.ca/fhir/ValueSet/consentTarget",
  "version": "1.0.0",
  "name": "ConsentTarget",
  "status": "draft",
  "publisher": "eHealth Ontario",
  "description": "Specifies the target system for consent",
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "eHealth Ontario code system for consent target",
        "concept": [
          {
            "code": "DHDR",
            "display": "DHDR"
          },
          {
            "code": "DHIR",
            "display": "DHIR"
          },
          {
            "code": "OLIS",
            "display": "OLIS"
          }
        ]
      }
    ]
  }
}