Sha256: 4fc80f9cdc65ea9557f5855bfe9eda33b93d1708d0b00f0e476bbc03e003948a

Contents?: true

Size: 1.68 KB

Versions: 3

Compression:

Stored size: 1.68 KB

Contents

<?xml version="1.0" encoding="UTF-8"?>
<ConceptMap xmlns="http://hl7.org/fhir">
  <id value="example2"/>
  <meta>
    <security>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>
      <code value="HTEST"/>
      <display value="test health data"/>
    </security>
  </meta>
  
  <url value="http://hl7.org/fhir/ConceptMap/example2"/>
  <version value="4.0.0"/>
  <name value="FHIR-exanple-2"/>
  <title value="FHIR Example 2"/>
  <status value="draft"/>
  <experimental value="true"/>
  <date value="2012-06-13"/>
  <publisher value="HL7, Inc"/>
  <contact>
    <name value="FHIR project team (example)"/>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org/fhir"/>
    </telecom>
  </contact>
  <description value="An example mapping"/>
  <purpose value="To illustrate mapping features"/>
  <sourceUri value="http://example.org/fhir/example1"/>
  <targetUri value="http://example.org/fhir/example2"/>
  <group>
    <source value="http://example.org/fhir/example1"/>
    <target value="http://example.org/fhir/example2"/>
    <element>
      <code value="code"/>
      <display value="Example Code"/>
      <target>
        <code value="code2"/>
        <display value="Some Example Code"/>
        <equivalence value="equivalent"/>
        <dependsOn>
          <property value="http://example.org/fhir/property-value/example"/>
          <system value="http://example.org/fhir/example3"/>
          <value value="some-code"/>
          <display value="Something Coded"/>
        </dependsOn>
      </target>
    </element>
    <unmapped>
      <mode value="other-map"/>
      <url value="http://example.org/fhir/ConceptMap/map2"/>
    </unmapped>
  </group>
</ConceptMap>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fhir_models-4.0.2 lib/fhir_models/examples/xml/conceptmap-example-2.xml
fhir_models-4.0.1 lib/fhir_models/examples/xml/conceptmap-example-2.xml
fhir_models-4.0.0 lib/fhir_models/examples/xml/conceptmap-example-2.xml