FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/mrdm-Expression-Target

Packagelogex.internal.fhir.profiles
Resource TypeCodeSystem
Idmrdm-Expression-Target
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=logex.internal.fhir.profiles@1.0.0&canonical=http://mrdm.nl/fhir/CodeSystem/mrdm-Expression-Target
URLhttp://mrdm.nl/fhir/CodeSystem/mrdm-Expression-Target
Statusdraft
Date2023-06-02T09:51:17.1913298+00:00
NameMrdm-Expression-Target-Coding
Titlemrdm-expression-target-codes
DescriptionThis is a code system that lists the codes for the types of element that an expression is used for
Contentcomplete

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "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"
    }
  ]
}