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

FHIR IG analytics

Packagesynapxe.sgcdi
Resource TypeCodeSystem
Idhealthdomain-types-codesystem.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=synapxe.sgcdi@1.1.3&canonical=https://fhir.synapxe.sg/CodeSystem/healthdomain-types
URLhttps://fhir.synapxe.sg/CodeSystem/healthdomain-types
Version1.0.0
Statusactive
NameHealthdomainTypesCodeSystem
TitleHealth Domain Types Code System
DescriptionCode system to represent health domain classification types.
Contentcomplete

Resources that use this resource

ValueSet
synapxe.sgcdi#1.1.3healthdomain-typesHealth Domain Types Value Set

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "CodeSystem",
  "id": "healthdomain-types",
  "url": "https://fhir.synapxe.sg/CodeSystem/healthdomain-types",
  "version": "1.0.0",
  "name": "HealthdomainTypesCodeSystem",
  "title": "Health Domain Types Code System",
  "status": "active",
  "content": "complete",
  "description": "Code system to represent health domain classification types.",
  "caseSensitive": true,
  "compositional": false,
  "valueSet": "https://fhir.synapxe.sg/ValueSet/healthdomain-types",
  "concept": [
    {
      "code": "medical",
      "display": "Medical"
    },
    {
      "code": "surgical",
      "display": "Surgical"
    },
    {
      "code": "dental",
      "display": "Dental"
    },
    {
      "code": "nursing",
      "display": "Nursing"
    },
    {
      "code": "allied-health",
      "display": "Allied Health"
    }
  ]
}