| Package | logex.internal.fhir.profiles |
| Resource Type | CodeSystem |
| Id | mrdm-Expression-Target |
| FHIR Version | R3 |
| Source | https://simplifier.net/resolve?scope=logex.internal.fhir.profiles@1.0.0&canonical=http://mrdm.nl/fhir/CodeSystem/mrdm-Expression-Target |
| URL | http://mrdm.nl/fhir/CodeSystem/mrdm-Expression-Target |
| Status | draft |
| Date | 2023-06-02T09:51:17.1913298+00:00 |
| Name | Mrdm-Expression-Target-Coding |
| Title | mrdm-expression-target-codes |
| Description | This is a code system that lists the codes for the types of element that an expression is used for |
| Content | complete |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "CodeSystem",
"id": "mrdm-Expression-Target",
"url": "http://mrdm.nl/fhir/CodeSystem/mrdm-Expression-Target",
"name": "Mrdm-Expression-Target-Coding",
"title": "mrdm-expression-target-codes",
"status": "draft",
"date": "2023-06-02T09:51:17.1913298+00:00",
"contact": [
{
"telecom": [
{
"system": "email"
}
]
}
],
"description": "This is a code system that lists the codes for the types of element that an expression is used for",
"compositional": false,
"content": "complete",
"count": 4,
"concept": [
{
"code": "variable",
"display": "Variable"
},
{
"code": "section",
"display": "Section"
},
{
"code": "optionset",
"display": "Option Set"
},
{
"code": "dataset",
"display": "DataSet"
}
]
}