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 Type CodeSystem - JSON Representation

Draft as of 2024-09-26

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "report-type-cs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem report-type-cs</b></p><a name=\"report-type-cs\"> </a><a name=\"hcreport-type-cs\"> </a><a name=\"report-type-cs-en-US\"> </a><p>This case-sensitive code system <code>http://affiliate-report.acme.hl7.org/CodeSystem/report-type-cs</code> defines the following code:</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\">report<a name=\"report-type-cs-report\"> </a></td><td>The affiliate report</td></tr></table></div>"
  },
  "url" : "http://affiliate-report.acme.hl7.org/CodeSystem/report-type-cs",
  "version" : "0.1.0",
  "name" : "ReportTypeCs",
  "title" : "Affiliate Report Type 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" : "Report Type CodeSystem",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 1,
  "concept" : [
    {
      "code" : "report",
      "display" : "The affiliate report"
    }
  ]
}