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

FHIR IG Statistics: ValueSet/preference-value-type-code

Packageca.ab.fhir.aberec1
Resource TypeValueSet
Idpreference-value-type-code
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.ab.fhir.aberec1@1.0.3-pre1&canonical=https://www.alberta.ca/fhir/ValueSet/preference-value-type-code
URLhttps://www.alberta.ca/fhir/ValueSet/preference-value-type-code
Version1.0.2
Statusdraft
Date2025-01-13
NamePreferenceValueTypeCode
TitlePreferenceValueTypeCode
Realmca
DescriptionPreferenceValueTypeCode

Resources that use this resource

StructureDefinition
ext-PatientPreferencePatientPreference

Resources that this resource uses

CodeSystem
preference-value-type-codePreferenceValueTypeCode

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "status": "draft",
  "name": "PreferenceValueTypeCode",
  "id": "preference-value-type-code",
  "title": "PreferenceValueTypeCode",
  "description": "PreferenceValueTypeCode",
  "version": "1.0.2",
  "url": "https://www.alberta.ca/fhir/ValueSet/preference-value-type-code",
  "date": "2025-01-13",
  "publisher": "Alberta Health",
  "contact": [
    {
      "name": "Alberta Health",
      "telecom": [
        {
          "system": "url",
          "value": "http://alberta.ca/hisca",
          "use": "work"
        },
        {
          "system": "email",
          "value": "hisca@gov.ab.ca",
          "use": "work"
        }
      ]
    }
  ],
  "jurisdiction": [
    {
      "coding": [
        {
          "code": "CA",
          "system": "urn:iso:std:iso:3166"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "https://www.alberta.ca/fhir/CodeSystem/preference-value-type-code",
        "concept": [
          {
            "code": "service-provider",
            "display": "Service Provider"
          },
          {
            "code": "service-location",
            "display": "Service Location"
          }
        ]
      }
    ]
  }
}