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

FHIR IG analytics

Packageumcterminologies.org
Resource TypeValueSet
IdValueSet-edqm-rca.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/Uppsala-Monitoring-Centre/WHO-UMC-IDMP-Service/ValueSet-edqm-rca.html
URLhttp://umcterminologies.org/ValueSet/edqm-rca
Version1.0.0
Statusactive
Date2026-03-27T14:04:13+00:00
NameVsEdqmRca
TitleEDQM PDF dose form attributes: Release Characteristics
Realmuv
DescriptionEDQM Pharmaceutical dose form attributes: Release Characteristics

Resources that use this resource

StructureDefinition
umcterminologies.org#currentrelease-characteristicsPharmaceutical dose form - ReleaseCharacteristics

Resources that this resource uses

CodeSystem
ch.fhir.ig.ch-epl#currentstandardterms.edqm.euEDQM - Standard Terms

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet edqm-rca

  • Include these codes as defined in http://standardterms.edqm.eu version ⏿5 February 2025
    CodeDisplayDefinition
    0044DelayedRelease of the substance(s) at a later time than would be achieved with a conventional-release product, achieved by a special formulation design and/or manufacturing method; enteric-coated and other gastro-resistant products are included.
    0045ProlongedRelease of the substance(s) over a longer duration than would be achieved with a conventional-release product, achieved by a special formulation design and/or manufacturing method.
    0046ModifiedRelease of the substance(s) in a way that differs from that which would be achieved with a conventional-release product, which is achieved by a special formulation design and/or manufacturing method, but which is not classified as delayed-release or prolonged-release; pulsatile-release products are included.
    0047ConventionalRelease of the substance(s) in a way that is not deliberately modified by a special formulation design and/or manufacturing method.
    0048UnknownRelease of the substance(s) in a way that is unknown or not specified.

Source1

{
  "resourceType": "ValueSet",
  "id": "edqm-rca",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://umcterminologies.org/ValueSet/edqm-rca",
  "version": "1.0.0",
  "name": "VsEdqmRca",
  "title": "EDQM PDF dose form attributes: Release Characteristics",
  "status": "active",
  "experimental": false,
  "date": "2026-03-27T14:04:13+00:00",
  "publisher": "Uppsala Monitoring Centre",
  "contact": [
    {
      "name": "Uppsala Monitoring Centre",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.who-umc.org"
        }
      ]
    },
    {
      "name": "Uppsala Monitoring Centre",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.who-umc.org"
        }
      ]
    }
  ],
  "description": "EDQM Pharmaceutical dose form attributes: Release Characteristics",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://standardterms.edqm.eu",
        "concept": [
          {
            "code": "0044",
            "display": "Delayed"
          },
          {
            "code": "0045",
            "display": "Prolonged"
          },
          {
            "code": "0046",
            "display": "Modified"
          },
          {
            "code": "0047",
            "display": "Conventional"
          },
          {
            "code": "0048",
            "display": "Unknown"
          }
        ]
      }
    ]
  }
}