R6 Ballot (2nd Draft)

Publish-box (todo)

Example ClinicalUseDefinition/example-contraindication (XML)

Biomedical Research and Regulation Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: No defined compartments

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

Contraindication example 2 (id = "example-contraindication")

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

<ClinicalUseDefinition xmlns="http://hl7.org/fhir">
  <id value="example-contraindication"/> 
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="brr"/> 
  </extension> 
  <type value="contraindication"/> 
  <subject> 
    <reference value="MedicinalProductDefinition/example"/> 
  </subject> 
  <contraindication> 
    <diseaseSymptomProcedure> 
      <concept> 
        <text value="Concomitant treatment with any other anticoagulant agent"/> 
      </concept> 
    </diseaseSymptomProcedure> 
    <otherTherapy> 
      <relationshipType> 
        <coding> 
          <system value="http://ema.europa.eu/example/therapyrelationshiptype"/> 
          <code value="Co-therapy(with)"/> 
        </coding> 
      </relationshipType> 
      <treatment> 
        <concept> 
          <coding> 
            <system value="http://ema.europa.eu/example/medication"/> 
            <code value="Oralanticoagulants"/> 
          </coding> 
        </concept> 
      </treatment> 
    </otherTherapy> 
    <!--   or   -->
    <otherTherapy> 
      <relationshipType> 
        <coding> 
          <system value="http://ema.europa.eu/example/therapyrelationshiptype"/> 
          <code value="Co-therapy(with)"/> 
        </coding> 
      </relationshipType> 
      <treatment> 
        <concept> 
          <coding> 
            <system value="http://ema.europa.eu/example/medication"/> 
            <code value="Lowmolecularweightheparins"/> 
          </coding> 
        </concept> 
      </treatment> 
    </otherTherapy> 
  </contraindication> 
</ClinicalUseDefinition> 

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.