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

FHIR IG analytics

Packagehl7.eu.fhir.protect-child
Resource TypeValueSet
IdValueSet-imm-pat-phase-vs.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/hl7-eu/protect-child/ValueSet-imm-pat-phase-vs.html
URLhttps://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/ValueSet/imm-pat-phase-vs
Version0.1.0-ci-build
Statusdraft
Date2026-06-05T19:23:32+00:00
NameImmPatPhaseVS
TitleImmunosuppressant Phase ValueSet
Realmeu
Authorityhl7
DescriptionAllowed phase values for MedicationStatement.category on ImmPat records.

Resources that use this resource

StructureDefinition
hl7.eu.fhir.protect-child#currentimm-patImmunosuppressant to Patient

Resources that this resource uses

CodeSystem
hl7.eu.fhir.protect-child#currentimm-pat-phaseImmunosuppressant Phase CodeSystem

Narrative

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

Generated Narrative: ValueSet imm-pat-phase-vs


Source1

{
  "resourceType": "ValueSet",
  "id": "imm-pat-phase-vs",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/ValueSet/imm-pat-phase-vs",
  "version": "0.1.0-ci-build",
  "name": "ImmPatPhaseVS",
  "title": "Immunosuppressant Phase ValueSet",
  "status": "draft",
  "date": "2026-06-05T19:23:32+00:00",
  "publisher": "Protect Child",
  "contact": [
    {
      "name": "Protect Child",
      "telecom": [
        {
          "system": "url",
          "value": "https://protect-child.eu/"
        }
      ]
    }
  ],
  "description": "Allowed phase values for MedicationStatement.category on ImmPat records.",
  "compose": {
    "include": [
      {
        "system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/imm-pat-phase",
        "concept": [
          {
            "code": "induction"
          },
          {
            "code": "maintenance"
          }
        ]
      }
    ]
  }
}