FHIR IG analytics
Resources that use this resource
| StructureDefinition |
| hl7.eu.fhir.protect-child#current | visit | Visit |
Resources that this resource uses
| CodeSystem |
| hl7.eu.fhir.protect-child#current | visit-type | Visit Type CodeSystem |
Narrative
Note: links and images are rebased to the (stated) source
Source1
{
"resourceType": "ValueSet",
"id": "visit-type-vs",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/ValueSet/visit-type-vs",
"version": "0.1.0-ci-build",
"name": "VisitTypeVS",
"title": "Visit Type 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 types of visits in the transplant follow-up schedule (DMv1.2).",
"compose": {
"include": [
{
"system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/visit-type",
"concept": [
{
"code": "pre-transplant"
},
{
"code": "month-1"
},
{
"code": "month-3"
},
{
"code": "month-6"
},
{
"code": "month-12"
},
{
"code": "month-24"
},
{
"code": "clinical-event"
},
{
"code": "termination"
}
]
}
]
}
}