FHIR IG analytics| Package | ca.infoway.vip.mert |
| Resource Type | ValueSet |
| Id | ValueSet-mert-observation-diagnostic-category-vs.json |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=ca.infoway.vip.mert@0.1.0-retry&canonical=https://intrahealth.com/fhir/mert/ValueSet/mert-observation-diagnostic-category-vs |
| URL | https://intrahealth.com/fhir/mert/ValueSet/mert-observation-diagnostic-category-vs |
| Status | active |
| Name | MERTObservationDiagCategoryVS |
| Title | MERT Observation Diagnostic Category |
| Description | Allowed Observation.category values for Observations used as DiagnosticReport.result: laboratory and imaging. |
| StructureDefinition | ||
| ca.infoway.vip.mert#0.1.0-retry | ObservationDiagnosticResultMERT | Observation - Diagnostic Result (MERT) |
| CodeSystem | ||
| hl7.terminology#current | observation-category | Observation Category Codes |
No narrative content found in resource
{
"resourceType": "ValueSet",
"status": "active",
"name": "MERTObservationDiagCategoryVS",
"id": "mert-observation-diagnostic-category-vs",
"title": "MERT Observation Diagnostic Category",
"description": "Allowed Observation.category values for Observations used as DiagnosticReport.result: laboratory and imaging.",
"url": "https://intrahealth.com/fhir/mert/ValueSet/mert-observation-diagnostic-category-vs",
"compose": {
"include": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"concept": [
{
"code": "laboratory",
"display": "Laboratory"
},
{
"code": "imaging",
"display": "Imaging"
}
]
}
]
}
}