Release 5 R6 Ballot (3rd Draft)
This page is part of the FHIR Specification (v5.0.0: R5 - STU ). This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

Publish-box (todo)

Example NamingSystem/example-metadata (XML)

Terminology Infrastructure Work Group Maturity Level : N/A Standards Status : Informative Compartments : No defined compartments

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

Jump past Narrative

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

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


  
  
    
  
  display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border:
       1px solid #8da1b4; border-radius: 5px; line-height: 60%: This is an example naming system that illustrates usage of the metadata resource
         elements introduced in R5
  
    
    
  
  

  
  
  
  
  
  
  
  
    
    
      
      
    
  

<NamingSystem xmlns="http://hl7.org/fhir">
  <id value="example-metadata"/> 
  <meta> 
    <profile value="http://hl7.org/fhir/StructureDefinition/shareablenamingsystem"/> 
  </meta> 
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="vocab"/> 
  </extension> 
  <url value="http://hl7.org/fhir/NamingSystem/example-metadata"/> 
  <identifier> 
    <system value="urn:ietf:rfc:3986"/> 
    <value value="urn:oid:2.16.840.1.113883.4.642.22.5"/> 
  </identifier> 
  <version value="20210721"/> 
  <name value="ExampleMetadata"/> 
  <title value="Metadata Example"/> 
  <status value="draft"/> 
  <kind value="identifier"/> 
  <experimental value="true"/> 
  <date value="2021-07-21"/> 
  <publisher value="HL7 International / Terminology Infrastructure"/> 
  <contact> 
    <telecom> 
      <system value="url"/> 
      <value value="http://www.hl7.org/Special/committees/Vocab"/> 
    </telecom> 
  </contact> 
  <description value="This is an example naming system that illustrates usage of the metadata resource
   elements introduced in R5

  
  
  
    
    
  
  
    
      
      
      
    
  
  
    
    
      
      
    
  
  
    
    
      
      
    
  
  
    
    
      
      
    
  
  
    
    
      
      
    
  
  
    
    
  
  
  
    
    
  
  
    
    
    
  

   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 NamingSystem Development"/>     <telecom>       <system value="url"/>       <value value="http://acme.org/development"/>     </telecom>   </author>   <editor>     <name value="ACME NamingSystem Management"/>     <telecom>       <system value="url"/>       <value value="http://acme.org/management"/>     </telecom>   </editor>   <reviewer>     <name value="Society for Creative NamingSystem Review"/>     <telecom>       <system value="url"/>       <value value="http://example.org/scnr"/>     </telecom>   </reviewer>   <endorser>     <name value="National Foundation for NamingSystem Quality"/>     <telecom>       <system value="url"/>       <value value="http://example.org/nfnq"/>     </telecom>   </endorser>   <relatedArtifact>     <type value="derived-from"/>     <resource value="http://hl7.org/fhir/NamingSystem/example"/>   </relatedArtifact>   <uniqueId>     <type value="oid"/>     <value value="1.2.3.4.5.6.7"/>   </uniqueId>   <uniqueId>     <type value="uri"/>     <value value="http://example.com/identifiers"/>     <preferred value="true"/>   </uniqueId> 


</

NamingSystem

>



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.