FHIR IG analytics| Package | synapxe.sgcdi |
| Resource Type | ValueSet |
| Id | list-type-valueset.json |
| FHIR Version | R5 |
| Source | https://simplifier.net/resolve?scope=synapxe.sgcdi@1.1.3&canonical=https://fhir.synapxe.sg/ValueSet/list-type |
| URL | https://fhir.synapxe.sg/ValueSet/list-type |
| Version | 1.0.0 |
| Status | active |
| Name | ListTypeValueSet |
| Title | List Type Value Set |
| Description | Value set containing list types. |
| StructureDefinition | ||
| synapxe.sgcdi#1.1.3 | profile-list-medicationstatement | PatientMedicationList |
| CodeSystem | ||
| hl7.terminology#current | list-example-use-codes | Example Use Codes for List |
No narrative content found in resource
{
"resourceType": "ValueSet",
"id": "list-type",
"url": "https://fhir.synapxe.sg/ValueSet/list-type",
"version": "1.0.0",
"name": "ListTypeValueSet",
"title": "List Type Value Set",
"status": "active",
"description": "Value set containing list types.",
"compose": {
"include": [
{
"system": "http://terminology.hl7.org/CodeSystem/list-example-use-codes",
"concept": [
{
"code": "medications",
"display": "Medication List"
},
{
"code": "problems",
"display": "Problem List"
}
]
}
]
}
}