FHIR IG analytics| Package | fhir.hspc.core |
| Resource Type | ValueSet |
| Id | ValueSet-course.json |
| FHIR Version |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "ValueSet",
"id": "course",
"meta": {
"profile": [
"http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"
]
},
"url": "http://fhir.org/guides/hspc/ValueSet/course",
"version": "0.01",
"name": "HSPC Course Value Set",
"status": "draft",
"publisher": "Health Services Platform Consortium (HSPC)",
"date": "2015-02-09",
"description": "SELECT SNOMED CT code system values descending from 'Change values' (288533004) and 'Courses' (288524001).",
"immutable": true,
"copyright": "TBD",
"extensible": true,
"compose": {
"include": [
{
"system": "http://snomed.info/sct",
"filter": [
{
"property": "concept",
"op": "is-a",
"value": "288533004"
}
]
},
{
"system": "http://snomed.info/sct",
"filter": [
{
"property": "concept",
"op": "is-a",
"value": "288524001"
}
]
}
]
}
}