FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageca.infoway.vip.mert
Resource TypeValueSet
IdValueSet-mert-observation-diagnostic-category-vs.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.infoway.vip.mert@0.1.0-retry&canonical=https://intrahealth.com/fhir/mert/ValueSet/mert-observation-diagnostic-category-vs
URLhttps://intrahealth.com/fhir/mert/ValueSet/mert-observation-diagnostic-category-vs
Statusactive
NameMERTObservationDiagCategoryVS
TitleMERT Observation Diagnostic Category
DescriptionAllowed Observation.category values for Observations used as DiagnosticReport.result: laboratory and imaging.

Resources that use this resource

StructureDefinition
ca.infoway.vip.mert#0.1.0-retryObservationDiagnosticResultMERTObservation - Diagnostic Result (MERT)

Resources that this resource uses

CodeSystem
hl7.terminology#currentobservation-categoryObservation Category Codes

Narrative

No narrative content found in resource


Source1

{
  "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"
          }
        ]
      }
    ]
  }
}