FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/ConsistentWithQualifierCS

Packagehl7.fhir.us.breast-radiology
TypeCodeSystem
IdConsistentWithQualifierCS
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/breast-radiology/https://build.fhir.org/ig/HL7/fhir-breast-radiology-ig/CodeSystem-ConsistentWithQualifierCS.html
URLhttp://hl7.org/fhir/us/breast-radiology/CodeSystem/ConsistentWithQualifierCS
Version0.3.0
Statusactive
Date2022-12-07T21:19:53+00:00
NameConsistentWithQualifierCS
TitleConsistentWith Qualifier CodeSystem
Realmus
Authorityhl7
DescriptionConsistentWithQualifier code system
Contentcomplete

Resources that use this resource

ValueSet
ConsistentWithQualifierVSConsistentWith Qualifier ValueSet

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

This code system http://hl7.org/fhir/us/breast-radiology/CodeSystem/ConsistentWithQualifierCS defines the following codes:

CodeDisplayDefinition
DifferentialDiagnosis Differential diagnosisMore than one possibility for a diagnosis. The process of weighing the probability of one disease versus that of other diseases possibly accounting for a patient's illness.
LikelyRepresents Likely representsLikely represents
MostLikely Most likelyMost likely
Resembles ResemblesResembles

Source

{
  "resourceType": "CodeSystem",
  "id": "ConsistentWithQualifierCS",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/us/breast-radiology/CodeSystem/ConsistentWithQualifierCS",
  "version": "0.3.0",
  "name": "ConsistentWithQualifierCS",
  "title": "ConsistentWith Qualifier CodeSystem",
  "status": "active",
  "experimental": false,
  "date": "2022-12-07T21:19:53+00:00",
  "publisher": "HL7 International - Clinical Interoperability Council",
  "contact": [
    {
      "name": "HL7 International - Clinical Interoperability Council",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/cic"
        }
      ]
    }
  ],
  "description": "ConsistentWithQualifier  code system",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States of America"
        }
      ]
    }
  ],
  "caseSensitive": false,
  "content": "complete",
  "count": 4,
  "concept": [
    {
      "code": "DifferentialDiagnosis",
      "display": "Differential diagnosis",
      "definition": "More than one possibility for a diagnosis.\nThe process of weighing the probability of one disease\nversus that of other diseases\npossibly accounting for a patient's illness."
    },
    {
      "code": "LikelyRepresents",
      "display": "Likely represents",
      "definition": "Likely represents"
    },
    {
      "code": "MostLikely",
      "display": "Most likely",
      "definition": "Most likely"
    },
    {
      "code": "Resembles",
      "display": "Resembles",
      "definition": "Resembles"
    }
  ]
}