FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source1
{
"resourceType": "ValueSet",
"id": "investigation-category",
"url": "https://fhir.synapxe.sg/ValueSet/investigation-category",
"version": "1.0.0",
"name": "InvestigationCategoryValueSet",
"title": "Investigation Category Value Set",
"status": "active",
"description": "Value set containing list types.",
"compose": {
"include": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"concept": [
{
"code": "laboratory",
"display": "Laboratory"
},
{
"code": "imaging",
"display": "Imaging"
}
]
}
]
}
}