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

FHIR IG analytics

Packagehl7.fhir.uv.vulcan-rwd.r4
Resource TypeValueSet
IdValueSet-ExampleAntiTNFADrugCodes.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

  • Include these codes as defined in http://example.org/emeaproducts
    CodeDisplay
    EMEA/H/C/004647
    EMEA/H/C/004320

Source1

{
  "resourceType": "ValueSet",
  "id": "ExampleAntiTNFADrugCodes",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/uv/vulcan-rwd/ValueSet/ExampleAntiTNFADrugCodes",
  "version": "1.0.0",
  "name": "ExampleAntiTNFADrugCodes",
  "title": "AntiTNFA Example Drug Codes",
  "status": "active",
  "experimental": true,
  "date": "2023-05-26T22:53:14+10:00",
  "publisher": "HL7 International - Biomedical Research & Regulation Work Group",
  "contact": [
    {
      "name": "HL7 International - Biomedical Research & Regulation Work Group",
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/Special/committees/rcrim"
        }
      ]
    }
  ],
  "description": "An example value set of EMEA product codes for Hyrimoz and Zessly drug products.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://example.org/emeaproducts",
        "concept": [
          {
            "code": "EMEA/H/C/004647"
          },
          {
            "code": "EMEA/H/C/004320"
          }
        ]
      }
    ]
  }
}