Affiliate Report Implementation Guide
0.1.0 - ci-build

Affiliate Report Implementation Guide, published by HL7 International Council. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/ralych/affiliate-report-ig/ and changes regularly. See the Directory of published versions

: Affiliate Report Section CodeSystem - JSON Representation

Draft as of 2024-09-26

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "section-type-cs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem section-type-cs</b></p><a name=\"section-type-cs\"> </a><a name=\"hcsection-type-cs\"> </a><a name=\"section-type-cs-en-US\"> </a><p>This case-sensitive code system <code>http://affiliate-report.acme.hl7.org/CodeSystem/section-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\">affiliation<a name=\"section-type-cs-affiliation\"> </a></td><td>Affiliation</td></tr><tr><td style=\"white-space:nowrap\">members<a name=\"section-type-cs-members\"> </a></td><td>Member Numbers</td></tr><tr><td style=\"white-space:nowrap\">meetings<a name=\"section-type-cs-meetings\"> </a></td><td>Meetings</td></tr><tr><td style=\"white-space:nowrap\">elections<a name=\"section-type-cs-elections\"> </a></td><td>Elections</td></tr><tr><td style=\"white-space:nowrap\">boardcomposition<a name=\"section-type-cs-boardcomposition\"> </a></td><td>Board Composition</td></tr></table></div>"
  },
  "url" : "http://affiliate-report.acme.hl7.org/CodeSystem/section-type-cs",
  "version" : "0.1.0",
  "name" : "SectionTypeCs",
  "title" : "Affiliate Report Section CodeSystem",
  "status" : "draft",
  "experimental" : false,
  "date" : "2024-09-26T19:00:45+00:00",
  "publisher" : "HL7 International Council",
  "contact" : [
    {
      "name" : "HL7 International Council",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/fhir/ic/affiliate-report"
        }
      ]
    },
    {
      "name" : "International Council",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/"
        }
      ]
    }
  ],
  "description" : "Affiliate Report Section CodeSystem",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 5,
  "concept" : [
    {
      "code" : "affiliation",
      "display" : "Affiliation"
    },
    {
      "code" : "members",
      "display" : "Member Numbers"
    },
    {
      "code" : "meetings",
      "display" : "Meetings"
    },
    {
      "code" : "elections",
      "display" : "Elections"
    },
    {
      "code" : "boardcomposition",
      "display" : "Board Composition"
    }
  ]
}