FHIR IG analytics
Resources that use this resource
Resources that this resource uses
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"
}
]
}
]
}
}