Dissolve-E: AWMF Guideline Registry
0.2.0 - ci-build

Dissolve-E: AWMF Guideline Registry - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Medical Society Example - XML Representation

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="MedicalSocietyExample"/>
  <meta>
    <profile
             value="http://fhir.awmf.org/awmf.ig/StructureDefinition/medical-society"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml" dir="ltr">Some Medical Society</div>
  </text>
  <extension
             url="http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-medical-subject-category">
    <valueCodeableConcept>
      <coding>
        <system
                value="http://fhir.awmf.org/awmf.ig/CodeSystem/cs-medical-subject-categories"/>
        <code value="psychosocial"/>
        <display value="Psychosocial Disciplines"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <extension
             url="http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-medical-subject-category">
    <valueCodeableConcept>
      <coding>
        <system
                value="http://fhir.awmf.org/awmf.ig/CodeSystem/cs-medical-subject-categories"/>
        <code value="surgical"/>
        <display value="Surgical Disciplines"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <extension
             url="http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-medical-subject">
    <valueCodeableConcept>
      <text value="Anesthesiology and Intensive Care Medicine"/>
    </valueCodeableConcept>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/organization-period">
    <valuePeriod>
      <start value="2000-01-01"/>
      <end value="2050-12-31"/>
    </valuePeriod>
  </extension>
  <type>
    <coding>
      <system value="http://fhir.awmf.org/awmf.ig/CodeSystem/cs-awmf"/>
      <code value="medical-society"/>
    </coding>
  </type>
  <name value="Example Medical Society"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="https://www.example.org"/>
    </telecom>
  </contact>
</Organization>