FHIR IG analytics| Package | synapxe.sgcdi |
| Resource Type | ValueSet |
| Id | medication-statement-adherence-valueset.json |
| FHIR Version | R5 |
| Source | https://simplifier.net/resolve?scope=synapxe.sgcdi@1.1.0&canonical=https://fhir.synapxe.sg/ValueSet/medication-statement-adherence |
| URL | https://fhir.synapxe.sg/ValueSet/medication-statement-adherence |
| Version | 1.0.0 |
| Status | active |
| Name | MedicationStatementAdherenceValueSet |
| Title | Medication Statement Adherence Value Set |
| Description | Value set containing medication statement adherence codes. |
| StructureDefinition | |
| profile-medicationstatement | MedicationStatement |
No resources found
No narrative content found in resource
{
"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"
}
]
}
]
}
}