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

FHIR IG analytics

Packageil.fhir.r4.ashmc
Resource TypeValueSet
IdValueSet-all-snomed-ct.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",
  "status": "draft",
  "name": "AllSNOMEDCT",
  "id": "all-snomed-ct",
  "title": "All SNOMED CT Codes",
  "description": "A ValueSet that includes all codes from SNOMED CT.",
  "url": "http://snomed.info/sct",
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct"
      }
    ]
  }
}