IL Core Implementation Guide
0.18.0 - draft Israel flag

This page is part of the IL-Core IG (v0.18.0: draft-1 Draft) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: community-consultation - XML Representation

Raw xml | Download



<Encounter xmlns="http://hl7.org/fhir">
  <id value="community-consultation"/>
  <meta>
    <profile
             value="http://fhir.health.gov.il/StructureDefinition/il-core-encounter"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Encounter: Community Consultation</div>
  </text>
  <identifier>
    <system
            value="http://fhir.community-emr.co.il/identifier/entity-id/encounter"/>
    <value value="234234234"/>
  </identifier>
  <status value="in-progress"/>
  <class>
    <system value="http://fhir.health.gov.il/cs/il-core-encounter-class"/>
    <code value="COMMUNITY-OR-HMO"/>
    <display value="Community Care/HMO setting"/>
  </class>
  <type>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="11429006"/>
      <display value="Consultation"/>
    </coding>
  </type>
  <serviceType>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="310116007"/>
      <display value="Psychiatry service"/>
    </coding>
  </serviceType>
  <subject>🔗 
    <reference value="Patient/patient-israeli-with-statistical-area"/>
  </subject>
  <participant>
    <type>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType"/>
        <code value="PPRF"/>
        <display value="primary performer"/>
      </coding>
    </type>
    <individual>🔗 
      <reference value="Practitioner/practitioner-md"/>
    </individual>
  </participant>
  <serviceProvider>
    <identifier>
      <system value="http://fhir.health.gov.il/identifier/legal-entity"/>
      <value value="589902279"/>
    </identifier>
    <display value="מכבי שירותי בריאות"/>
  </serviceProvider>
</Encounter>