Release 4B Ballot #1

This page is part of the FHIR Specification (v4.1.0: Release 4B Ballot #1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3

Codesystem-example-summary.xml

Vocabulary Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Not linked to any defined compartments

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

Code system summary (id = "summary")

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

<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="summary"/> 
  <url value="http://hl7.org/fhir/CodeSystem/summary"/> 
  <name value="Code system summary example for ACME body sites"/> 
  <status value="draft"/> 
  <experimental value="true"/> 
  <publisher value="HL7 International"/> 
  <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 summary for the ACME codes for body site."/> 
  <useContext> 
    <code> 
      <system value="http://example.org/CodeSystem/contexttype"/> 
      <code value="species"/> 
    </code> 
    <valueCodeableConcept> 
      <coding> 
        <system value="http://snomed.info/sct"/> 
        <code value="337915000"/> 
        <display value="Homo sapiens (organism)"/> 
      </coding> 
    </valueCodeableConcept> 
  </useContext> 
  <jurisdiction> 
    <coding> 
      <system value="urn:iso:std:iso:3166"/> 
      <code value="CA"/> 
    </coding> 
  </jurisdiction> 
  <caseSensitive value="true"/> 
  <content value="not-present"/> 
  <count value="92"/> 
</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.