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

FHIR IG analytics

Packageten.fhir
Resource TypeValueSet
IdCondition_ValueSet.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "id": "chinese-diagnosis-valueset",
  "url": "https://disease-code-cm.com/fhir/ValueSet/icd10cm-tcm-combo",
  "status": "active",
  "compose": {
    "include": [
      {
        "system": "https://disease-code-cm.com/fhir/CodeSystem/icd10cm-cn",
        "concept": [
          {
            "code": "C16.901",
            "display": "高血压"
          },
          {
            "code": "C16.902",
            "display": "冠心病"
          }
        ]
      }
    ]
  }
}