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

FHIR IG analytics

Packagepc.ig
Resource TypeCodeSystem
IdCodeSystem-visit-type-cs.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/hl7-eu/protect-child/CodeSystem-visit-type-cs.html
URLhttps://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/visit-type
Version0.1.0-ci-build
Statusdraft
Date2026-02-09T17:40:58+00:00
NameVisitTypeCS
TitleVisit Type CodeSystem
DescriptionType of visit in the transplant follow-up schedule.
Contentcomplete

Resources that use this resource

ValueSet
visit-type-vsVisit Type ValueSet

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem visit-type-cs

This case-insensitive code system https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/visit-type defines the following codes:

CodeDisplay
pre-transplant Pre-transplant visit
month-1 1 month visit
month-3 3 month visit
month-5 5 month visit
outcome Outcome visit

Source1

{
  "resourceType": "CodeSystem",
  "id": "visit-type-cs",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/visit-type",
  "version": "0.1.0-ci-build",
  "name": "VisitTypeCS",
  "title": "Visit Type CodeSystem",
  "status": "draft",
  "experimental": true,
  "date": "2026-02-09T17:40:58+00:00",
  "publisher": "Protect Child",
  "contact": [
    {
      "name": "Protect Child",
      "telecom": [
        {
          "system": "url",
          "value": "https://protect-child.eu/"
        }
      ]
    }
  ],
  "description": "Type of visit in the transplant follow-up schedule.",
  "caseSensitive": false,
  "content": "complete",
  "count": 5,
  "concept": [
    {
      "code": "pre-transplant",
      "display": "Pre-transplant visit"
    },
    {
      "code": "month-1",
      "display": "1 month visit"
    },
    {
      "code": "month-3",
      "display": "3 month visit"
    },
    {
      "code": "month-5",
      "display": "5 month visit"
    },
    {
      "code": "outcome",
      "display": "Outcome visit"
    }
  ]
}