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 Contact Purpose ValueSet - JSON Representation

Draft as of 2024-09-26

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "affiliate-report-contact-purpose-vs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet affiliate-report-contact-purpose-vs</b></p><a name=\"affiliate-report-contact-purpose-vs\"> </a><a name=\"hcaffiliate-report-contact-purpose-vs\"> </a><a name=\"affiliate-report-contact-purpose-vs-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-affiliate-report-contact-purpose-cs.html\"><code>http://affiliate-report.acme.hl7.org/CodeSystem/affiliate-report-contact-purpose-cs</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-affiliate-report-contact-purpose-cs.html#affiliate-report-contact-purpose-cs-CHAIR\">CHAIR</a></td><td>The chair contact</td></tr><tr><td><a href=\"CodeSystem-affiliate-report-contact-purpose-cs.html#affiliate-report-contact-purpose-cs-VICECHAIR\">VICECHAIR</a></td><td>The vice chair contact</td></tr><tr><td><a href=\"CodeSystem-affiliate-report-contact-purpose-cs.html#affiliate-report-contact-purpose-cs-TL\">TL</a></td><td>The technical lead</td></tr><tr><td><a href=\"CodeSystem-affiliate-report-contact-purpose-cs.html#affiliate-report-contact-purpose-cs-TM\">TM</a></td><td>The technical manager</td></tr><tr><td><a href=\"CodeSystem-affiliate-report-contact-purpose-cs.html#affiliate-report-contact-purpose-cs-HQ\">HQ</a></td><td>The headquater contact</td></tr></table></li></ul></div>"
  },
  "url" : "http://affiliate-report.acme.hl7.org/ValueSet/affiliate-report-contact-purpose-vs",
  "version" : "0.1.0",
  "name" : "ContactPurposeVs",
  "title" : "Affiliate Report Contact Purpose ValueSet",
  "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" : "Contact Purpose ValueSet",
  "compose" : {
    "include" : [
      {
        "system" : "http://affiliate-report.acme.hl7.org/CodeSystem/affiliate-report-contact-purpose-cs",
        "concept" : [
          {
            "code" : "CHAIR",
            "display" : "The chair contact"
          },
          {
            "code" : "VICECHAIR",
            "display" : "The vice chair contact"
          },
          {
            "code" : "TL",
            "display" : "The technical lead"
          },
          {
            "code" : "TM",
            "display" : "The technical manager"
          },
          {
            "code" : "HQ",
            "display" : "The headquater contact"
          }
        ]
      }
    ]
  }
}