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

FHIR IG analytics

Packagesynapxe.sgcdi
Resource TypeCodeSystem
Idattachment-category-codesystem.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=synapxe.sgcdi@1.1.1&canonical=https://fhir.synapxe.sg/CodeSystem/attachment-category
URLhttps://fhir.synapxe.sg/CodeSystem/attachment-category
Version1.0.0
Statusactive
NameAttachmentCategoryCodeSystem
TitleSGCDI Attachment Category Code System
DescriptionCode system to represent SGCDI attachment categories.
Contentcomplete

Resources that use this resource

ValueSet
attachment-categorySGCDI Attachment Category Value Set

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "CodeSystem",
  "id": "attachment-category",
  "url": "https://fhir.synapxe.sg/CodeSystem/attachment-category",
  "version": "1.0.0",
  "name": "AttachmentCategoryCodeSystem",
  "title": "SGCDI Attachment Category Code System",
  "status": "active",
  "content": "complete",
  "description": "Code system to represent SGCDI attachment categories.",
  "caseSensitive": true,
  "compositional": false,
  "valueSet": "https://fhir.synapxe.sg/ValueSet/attachment-category",
  "concept": [
    {
      "code": "ACP",
      "display": "Advance Care Planning"
    },
    {
      "code": "CDS",
      "display": "Clinical Decision Support"
    },
    {
      "code": "DIS",
      "display": "Discharge Summary"
    },
    {
      "code": "EDNOTE",
      "display": "Emergency Department Notes"
    },
    {
      "code": "OTNOTE",
      "display": "Operating Theatre Notes"
    },
    {
      "code": "CAR",
      "display": "Cardiology Report"
    },
    {
      "code": "SUM",
      "display": "Summary Notes"
    }
  ]
}