FHIR implementation guide of AP-HP FormBuilder
1.0.0 - ci-build France flag

FHIR implementation guide of AP-HP FormBuilder - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Some program that gather CodeSystem, ValueSet and Questionnaire together - JSON Representation

Active as of 2025-09-16

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "ProgramExample",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narratif généré : CodeSystem ProgramExample</b></p><a name=\"ProgramExample\"> </a><a name=\"hcProgramExample\"> </a><p>This case-sensitive code system <code>https://aphp.fr/ig/fhir/formbuilder/CodeSystem/ProgramExample</code> defines the following codes in a Grouped By hierarchy:</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\">obstetric<a name=\"ProgramExample-obstetric\"> </a></td><td>Obstetric</td></tr><tr><td style=\"white-space:nowrap\">whoqol100<a name=\"ProgramExample-whoqol100\"> </a></td><td>WHOQOL - 100</td></tr><tr><td style=\"white-space:nowrap\">painevaluation<a name=\"ProgramExample-painevaluation\"> </a></td><td>Pain evaluation</td></tr></table></div>"
  },
  "url" : "https://aphp.fr/ig/fhir/formbuilder/CodeSystem/ProgramExample",
  "version" : "1.0.0",
  "name" : "ProgramExample",
  "title" : "Some program that gather CodeSystem, ValueSet and Questionnaire together",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-09-16T20:06:34+00:00",
  "publisher" : "AP-HP",
  "contact" : [
    {
      "name" : "AP-HP",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://aphp.fr"
        }
      ]
    }
  ],
  "description" : "This CodeSystem contains program that link together Questionnaire, CodeSystem and ValueSet created with the FormBuilder",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "FR",
          "display" : "France"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "hierarchyMeaning" : "grouped-by",
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "obstetric",
      "display" : "Obstetric"
    },
    {
      "code" : "whoqol100",
      "display" : "WHOQOL - 100"
    },
    {
      "code" : "painevaluation",
      "display" : "Pain evaluation"
    }
  ]
}