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

FHIR IG analytics

Packagesynapxe.sgcdi
Resource TypeCodeSystem
Iddischargesummary-section-types-codesystem.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=synapxe.sgcdi@1.1.3&canonical=https://fhir.synapxe.sg/CodeSystem/dischargesummary-section-types
URLhttps://fhir.synapxe.sg/CodeSystem/dischargesummary-section-types
Version1.0.0
Statusactive
NameDischargesummarySectionTypesCodeSystem
TitleDischarge Summary Section Types Code System
DescriptionCode system to represent section types used in OT notes discharge summary composition.
Contentcomplete

Resources that use this resource

ValueSet
synapxe.sgcdi#1.1.3dischargesummary-section-typesDischarge Summary Section Types Value Set

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "CodeSystem",
  "id": "dischargesummary-section-types",
  "url": "https://fhir.synapxe.sg/CodeSystem/dischargesummary-section-types",
  "version": "1.0.0",
  "name": "DischargesummarySectionTypesCodeSystem",
  "title": "Discharge Summary Section Types Code System",
  "status": "active",
  "content": "complete",
  "description": "Code system to represent section types used in OT notes discharge summary composition.",
  "caseSensitive": true,
  "compositional": false,
  "valueSet": "https://fhir.synapxe.sg/ValueSet/dischargesummary-section-types",
  "concept": [
    {
      "code": "procedure",
      "display": "Procedure"
    },
    {
      "code": "practitioner",
      "display": "Practitioner"
    },
    {
      "code": "diagnosticReport",
      "display": "Diagnostic Report"
    },
    {
      "code": "specimen",
      "display": "Specimen"
    },
    {
      "code": "condition",
      "display": "Condition"
    },
    {
      "code": "medicationAdministration",
      "display": "Medication Administration"
    },
    {
      "code": "observation",
      "display": "Observation"
    },
    {
      "code": "device",
      "display": "Device"
    }
  ]
}