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

FHIR IG analytics

Packagesynapxe.sgcdi
Resource TypeValueSet
Idmedication-statement-adherence-valueset.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=synapxe.sgcdi@1.1.3&canonical=https://fhir.synapxe.sg/ValueSet/medication-statement-adherence
URLhttps://fhir.synapxe.sg/ValueSet/medication-statement-adherence
Version1.0.0
Statusactive
NameMedicationStatementAdherenceValueSet
TitleMedication Statement Adherence Value Set
DescriptionValue set containing medication statement adherence codes.

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",
  "id": "medication-statement-adherence",
  "url": "https://fhir.synapxe.sg/ValueSet/medication-statement-adherence",
  "version": "1.0.0",
  "name": "MedicationStatementAdherenceValueSet",
  "title": "Medication Statement Adherence Value Set",
  "status": "active",
  "description": "Value set containing medication statement adherence codes.",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/CodeSystem/medication-statement-adherence",
        "concept": [
          {
            "code": "taking",
            "display": "Taking"
          },
          {
            "code": "not-taking",
            "display": "Not Taking"
          },
          {
            "code": "stopped",
            "display": "Stopped"
          }
        ]
      }
    ]
  }
}