FHIR IG analytics
Resources that use this resource
No resources found
Resources that this resource uses
| CodeSystem |
| sct | SNOMED codes used in this IG |
Narrative
No narrative content found in resource
Source1
{
"resourceType": "ValueSet",
"id": "servicerequest-category",
"url": "http://fhir.infoway-inforoute.ca/io/CA-eReC/ValueSet/servicerequest-category",
"name": "ServiceRequestCategory",
"title": "Service Request Category",
"status": "draft",
"experimental": false,
"publisher": "Canada Health Infoway",
"description": "Contains codes indicating the type of action that is expected to be performed.",
"immutable": false,
"compose": {
"include": [
{
"system": "http://snomed.info/sct",
"filter": [
{
"property": "concept",
"op": "descendent-of",
"value": "224891009"
}
]
},
{
"valueSet": [
"https://fhir.infoway-inforoute.ca/ValueSet/healthcareproviderspecialtycode"
]
}
]
}
}