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

FHIR IG analytics

Packagesynapxe.sgcdi
Resource TypeCodeSystem
Idannotation-type-codesystem.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=synapxe.sgcdi@1.1.0&canonical=https://fhir.synapxe.sg/CodeSystem/annotation-type
URLhttps://fhir.synapxe.sg/CodeSystem/annotation-type
Version1.0.0
Statusactive
NameAnnotationTypeCodeSystem
TitleAnnotation Type Code System
DescriptionCode system to represent annotation types.
Contentcomplete

Resources that use this resource

ValueSet
annotation-typeAnnotation Type Value Set

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "CodeSystem",
  "id": "annotation-type",
  "url": "https://fhir.synapxe.sg/CodeSystem/annotation-type",
  "version": "1.0.0",
  "name": "AnnotationTypeCodeSystem",
  "title": "Annotation Type Code System",
  "status": "active",
  "content": "complete",
  "description": "Code system to represent annotation types.",
  "caseSensitive": true,
  "compositional": false,
  "valueSet": "https://fhir.synapxe.sg/ValueSet/annotation-type",
  "concept": [
    {
      "code": "notesforPatient",
      "display": "notesforPatient"
    },
    {
      "code": "notesforHCP",
      "display": "notesforHCP"
    },
    {
      "code": "notesforHCP - medicationManagementIssues",
      "display": "notesforHCP - medicationManagementIssues"
    },
    {
      "code": "notesforHCP - interventions",
      "display": "notesforHCP - interventions"
    },
    {
      "code": "notesforHCP - assessmentOfMedicationKnowledge",
      "display": "notesforHCP - assessmentOfMedicationKnowledge"
    },
    {
      "code": "notesforHCP - monitoringPlan",
      "display": "notesforHCP - monitoringPlan"
    }
  ]
}