Credentials PSV Primary Source IG
1.0.0 - ci-build International flag

Credentials PSV Primary Source IG, published by . This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/alpivonka/Practitioners-Qualification-PSV-PrimarySource/ and changes regularly. See the Directory of published versions

: Training Type - JSON Representation

Active as of 2025-10-24

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "psv-training-type-cs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem psv-training-type-cs</b></p><a name=\"psv-training-type-cs\"> </a><a name=\"hcpsv-training-type-cs\"> </a><p>This case-sensitive code system <code>http://example.org/fhir/uv/psv/CodeSystem/psv-training-type-cs</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">residency<a name=\"psv-training-type-cs-residency\"> </a></td><td>Residency</td></tr><tr><td style=\"white-space:nowrap\">fellowship<a name=\"psv-training-type-cs-fellowship\"> </a></td><td>Fellowship</td></tr><tr><td style=\"white-space:nowrap\">internship<a name=\"psv-training-type-cs-internship\"> </a></td><td>Internship</td></tr><tr><td style=\"white-space:nowrap\">transitional-year<a name=\"psv-training-type-cs-transitional-year\"> </a></td><td>Transitional Year</td></tr><tr><td style=\"white-space:nowrap\">preliminary-year<a name=\"psv-training-type-cs-preliminary-year\"> </a></td><td>Preliminary Year</td></tr></table></div>"
  },
  "url" : "http://example.org/fhir/uv/psv/CodeSystem/psv-training-type-cs",
  "version" : "1.0.0",
  "name" : "PSVTrainingTypeCS",
  "title" : "Training Type",
  "status" : "active",
  "date" : "2025-10-24T14:48:28+00:00",
  "description" : "Types of postgraduate clinical training programs.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 5,
  "concept" : [
    {
      "code" : "residency",
      "display" : "Residency"
    },
    {
      "code" : "fellowship",
      "display" : "Fellowship"
    },
    {
      "code" : "internship",
      "display" : "Internship"
    },
    {
      "code" : "transitional-year",
      "display" : "Transitional Year"
    },
    {
      "code" : "preliminary-year",
      "display" : "Preliminary Year"
    }
  ]
}