openIMIS FHIR R4 Implementation Guide
1.0.0 - ci-build

openIMIS FHIR R4 Implementation Guide - Local Development build (v1.0.0). See the Directory of published versions

: GeneralConsultationService - XML Representation

Active as of 2020-01-01

Raw xml | Download



<ActivityDefinition xmlns="http://hl7.org/fhir">
  <id value="GeneralConsultationService"/>
  <meta>
    <profile
             value="https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/openimis-activitiy-definition"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource "GeneralConsultationService" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-openimis-activitiy-definition.html">openIMIS ActivityDefinition</a></p></div><p><b>Unit Price (Medication|ActivityDefinition)</b>: <span title="Euro">€40.00</span> (EUR)</p><p><b>url</b>: <code>https://openimis.github.io/openimis_fhir_r4_ig/ActivityDefinition/GeneralConsultationService</code></p><p><b>identifier</b>: Unique code: A1, UUID unique identifier: db2c3a6c-af07-49bd-8f6a-96aa1fc2bcf9</p><p><b>version</b>: 1.0.0</p><p><b>name</b>: A1</p><p><b>title</b>: General Consultation</p><p><b>status</b>: active</p><p><b>date</b>: 2020-01-01</p><p><b>publisher</b>: openIMIS Initiative</p><p><b>contact</b>: openIMIS Initiative: <a href="https://www.openimis.org">https://www.openimis.org</a>, Dragos Dobre: <a href="mailto:[email protected]">[email protected]</a></p><p><b>topic</b>: Preventive <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-activity-definition-service-type.html">Service Type (ActivityDefinition)</a>#P)</span></p><p><b>timing</b>: Do Once per 0 days</p></div>
  </text>
  <extension
             url="https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/unit-price">
    <valueMoney>
      <value value="40"/>
      <currency value="EUR"/>
    </valueMoney>
  </extension>
  <url
       value="https://openimis.github.io/openimis_fhir_r4_ig/ActivityDefinition/GeneralConsultationService"/>
  <identifier>
    <type>
      <coding>
        <system
                value="https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/openimis-identifiers"/>
        <code value="Code"/>
      </coding>
    </type>
    <value value="A1"/>
  </identifier>
  <identifier>
    <type>
      <coding>
        <system
                value="https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/openimis-identifiers"/>
        <code value="UUID"/>
      </coding>
    </type>
    <value value="db2c3a6c-af07-49bd-8f6a-96aa1fc2bcf9"/>
  </identifier>
  <version value="1.0.0"/>
  <name value="A1"/>
  <title value="General Consultation"/>
  <status value="active"/>
  <date value="2020-01-01"/>
  <publisher value="openIMIS Initiative"/>
  <contact>
    <name value="openIMIS Initiative"/>
    <telecom>
      <system value="url"/>
      <value value="https://www.openimis.org"/>
    </telecom>
  </contact>
  <contact>
    <name value="Dragos Dobre"/>
    <telecom>
      <system value="email"/>
      <value value="[email protected]"/>
      <use value="work"/>
    </telecom>
  </contact>
  <useContext>
    <code>
      <system value="http://terminology.hl7.org/CodeSystem/usage-context-type"/>
      <code value="venue"/>
      <display value="Clinical Venue"/>
    </code>
    <valueCodeableConcept>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
        <code value="AMB"/>
        <display value="ambulatory"/>
      </coding>
    </valueCodeableConcept>
  </useContext>
  <useContext>
    <code>
      <system value="http://terminology.hl7.org/CodeSystem/usage-context-type"/>
      <code value="gender"/>
      <display value="Gender"/>
    </code>
    <valueCodeableConcept>
      <coding>
        <system value="http://hl7.org/fhir/administrative-gender"/>
        <code value="male"/>
        <display value="Male"/>
      </coding>
      <coding>
        <system value="http://hl7.org/fhir/administrative-gender"/>
        <code value="female"/>
        <display value="Female"/>
      </coding>
    </valueCodeableConcept>
  </useContext>
  <useContext>
    <code>
      <system value="http://terminology.hl7.org/CodeSystem/usage-context-type"/>
      <code value="age"/>
      <display value="Age"/>
    </code>
    <valueCodeableConcept>
      <coding>
        <system
                value="https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/usage-context-age-type"/>
        <code value="adult"/>
        <display value="Adult"/>
      </coding>
      <coding>
        <system
                value="https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/usage-context-age-type"/>
        <code value="child"/>
        <display value="Child"/>
      </coding>
    </valueCodeableConcept>
  </useContext>
  <topic>
    <coding>
      <system
              value="https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/activity-definition-service-type"/>
      <code value="P"/>
      <display value="Preventive"/>
    </coding>
  </topic>
  <timingTiming>
    <repeat>
      <frequency value="1"/>
      <period value="0"/>
      <periodUnit value="d"/>
    </repeat>
  </timingTiming>
</ActivityDefinition>