FHIR IG analytics| Package | hl7.eu.fhir.protect-child |
| Resource Type | CodeSystem |
| Id | CodeSystem-imm-pat-phase-cs.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/hl7-eu/protect-child/CodeSystem-imm-pat-phase-cs.html |
| URL | https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/imm-pat-phase |
| Version | 0.1.0-ci-build |
| Status | draft |
| Date | 2026-06-05T19:23:32+00:00 |
| Name | ImmPatPhaseCS |
| Title | Immunosuppressant Phase CodeSystem |
| Realm | eu |
| Authority | hl7 |
| Description | Whether the immunosuppressant record is for induction or maintenance phase (DMv1.2). Used as MedicationStatement.category codes. |
| Content | complete |
| ValueSet | ||
| hl7.eu.fhir.protect-child#current | imm-pat-phase-vs | Immunosuppressant Phase ValueSet |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem imm-pat-phase-cs
This case-insensitive code system https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/imm-pat-phase defines the following codes:
| Code | Display |
| induction | Induction |
| maintenance | Maintenance |
{
"resourceType": "CodeSystem",
"id": "imm-pat-phase-cs",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/imm-pat-phase",
"version": "0.1.0-ci-build",
"name": "ImmPatPhaseCS",
"title": "Immunosuppressant Phase CodeSystem",
"status": "draft",
"experimental": true,
"date": "2026-06-05T19:23:32+00:00",
"publisher": "Protect Child",
"contact": [
{
"name": "Protect Child",
"telecom": [
{
"system": "url",
"value": "https://protect-child.eu/"
}
]
}
],
"description": "Whether the immunosuppressant record is for induction or maintenance phase (DMv1.2). Used as MedicationStatement.category codes.",
"caseSensitive": false,
"content": "complete",
"count": 2,
"concept": [
{
"code": "induction",
"display": "Induction"
},
{
"code": "maintenance",
"display": "Maintenance"
}
]
}