Release 5

Publish-box (todo)

Example CodeSystem/example-metadata (XML)

Terminology Infrastructure Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: No defined compartments

Raw XML (canonical form + also see XML Format Specification)

Jump past Narrative

Example Code System Metadata (id = "example-metadata")

<?xml version="1.0" encoding="UTF-8"?>

<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="example-metadata"/> 
  <meta> 
    <profile value="http://hl7.org/fhir/StructureDefinition/shareablecodesystem"/> 
  </meta> 
  <text> 
    <status value="generated"/> 
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p> This code system 
        <code> http://hl7.org/fhir/CodeSystem/example-metadata</code>  defines the following codes:
      </p> 
      <table class="codes">
        <tr> 
          <td style="white-space:nowrap">
            <b> Code</b> 
          </td> 
          <td> 
            <b> Definition</b> 
          </td> 
        </tr> 
        <tr> 
          <td style="white-space:nowrap">A
            <a name="example-metadata-A"> </a> 
          </td> 
          <td> A</td> 
        </tr> 
        <tr> 
          <td style="white-space:nowrap">B
            <a name="example-metadata-B"> </a> 
          </td> 
          <td> B</td> 
        </tr> 
        <tr> 
          <td style="white-space:nowrap">C
            <a name="example-metadata-C"> </a> 
          </td> 
          <td> C</td> 
        </tr> 
      </table> 
    </div> 
  </text> 
  <url value="http://hl7.org/fhir/CodeSystem/example-metadata"/> 
  <identifier> 
    <system value="urn:ietf:rfc:3986"/> 
    <value value="urn:oid:2.16.840.1.113883.4.642.4.1824"/> 
  </identifier> 
  <version value="5.0.0"/> 
  <name value="ExampleMetadata"/> 
  <title value="Metadata Example"/> 
  <status value="draft"/> 
  <experimental value="true"/> 
  <date value="2021-07-21"/> 
  <publisher value="FHIR (Example)"/> 
  <contact> 
    <name value="FHIR project team"/> 
    <telecom> 
      <system value="url"/> 
      <value value="http://hl7.org/fhir"/> 
    </telecom> 
  </contact> 
  <description value="This is an example code system that illustrates usage of the metadata resource
   elements introduced in R5"/> 
  <approvalDate value="2021-07-21"/> 
  <lastReviewDate value="2022-07-21"/> 
  <effectivePeriod> 
    <start value="2021-08-01"/> 
    <end value="2022-07-31"/> 
  </effectivePeriod> 
  <topic> 
    <coding> 
      <system value="http://terminology.hl7.org/CodeSystem/definition-topic"/> 
      <code value="treatment"/> 
      <display value="Treatment"/> 
    </coding> 
  </topic> 
  <author> 
    <name value="ACME CodeSystem Development"/> 
    <telecom> 
      <system value="url"/> 
      <value value="http://acme.org/development"/> 
    </telecom> 
  </author> 
  <editor> 
    <name value="ACME CodeSystem Management"/> 
    <telecom> 
      <system value="url"/> 
      <value value="http://acme.org/management"/> 
    </telecom> 
  </editor> 
  <reviewer> 
    <name value="Society for Creative CodeSystem Review"/> 
    <telecom> 
      <system value="url"/> 
      <value value="http://example.org/sccr"/> 
    </telecom> 
  </reviewer> 
  <endorser> 
    <name value="National Foundation for CodeSystem Quality"/> 
    <telecom> 
      <system value="url"/> 
      <value value="http://example.org/nfcq"/> 
    </telecom> 
  </endorser> 
  <relatedArtifact> 
    <type value="derived-from"/> 
    <resource value="http://hl7.org/fhir/CodeSystem/example"/> 
  </relatedArtifact> 
  <caseSensitive value="true"/> 
  <content value="complete"/> 
  <concept> 
    <code value="A"/> 
    <display value="A"/> 
    <definition value="A"/> 
  </concept> 
  <concept> 
    <code value="B"/> 
    <display value="B"/> 
    <definition value="B"/> 
  </concept> 
  <concept> 
    <code value="C"/> 
    <display value="C"/> 
    <definition value="C"/> 
  </concept> 
</CodeSystem> 

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.