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

FHIR IG analytics

Packageca.on.pubsub.r4
Resource TypeValueSet
IdPubSubGroupTypeVS.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.pubsub.r4@1.0.0-ballot1&canonical=http://ontariohealth.ca/fhir/pubsub/ValueSet/group-type
URLhttp://ontariohealth.ca/fhir/pubsub/ValueSet/group-type
Version1.0.3
Statusdraft
NameOntarioPubSubGroupTypeVS
TitleOntario Health Publish-Subscribe Group Type ValueSet
Realmca
DescriptionA constrained ValueSet for the Group.type element, allowing only 'person' and 'practitioner' for the Ontario Health Pub/Sub IG. This includes members from the http://hl7.org/fhir/group-type code system.

Resources that use this resource

StructureDefinition
profile-PubSubGroupOntario Health Publish-Subscribe Group Profile

Resources that this resource uses

CodeSystem
group-typeGroupType

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "id": "group-type-pubsub",
  "url": "http://ontariohealth.ca/fhir/pubsub/ValueSet/group-type",
  "version": "1.0.3",
  "name": "OntarioPubSubGroupTypeVS",
  "title": "Ontario Health Publish-Subscribe Group Type ValueSet",
  "status": "draft",
  "publisher": "Ontario Health",
  "contact": [
    {
      "name": "Ontario Health",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.ontariohealth.ca"
        }
      ]
    }
  ],
  "description": "A constrained ValueSet for the Group.type element, allowing only 'person' and 'practitioner' for the Ontario Health Pub/Sub IG. This includes members from the http://hl7.org/fhir/group-type code system.",
  "fhirVersion": "4.0.1",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/group-type",
        "concept": [
          {
            "code": "person",
            "display": "Person"
          },
          {
            "code": "practitioner",
            "display": "Practitioner"
          }
        ]
      }
    ]
  }
}