Ethiopia FHIR Implementation Guide - HIV Treatment & Care Services
1.0.0 - ci-build Ethiopia flag

Ethiopia FHIR Implementation Guide - HIV Treatment & Care Services, published by Jembi Health Systems. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/jembi/ethiopia-hiv/ and changes regularly. See the Directory of published versions

: Encounter - Patient Coming From Another Facility - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Encounter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "EntryFromOutsideTargetFacilityEncounterExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://moh.gov.et/fhir/hiv/StructureDefinition/entry-from-outside-target-facility-encounter"^^xsd:anyURI ;
fhir:link <http://moh.gov.et/fhir/hiv/StructureDefinition/entry-from-outside-target-facility-encounter>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter EntryFromOutsideTargetFacilityEncounterExample</b></p><a name=\"EntryFromOutsideTargetFacilityEncounterExample\"> </a><a name=\"hcEntryFromOutsideTargetFacilityEncounterExample\"> </a><a name=\"EntryFromOutsideTargetFacilityEncounterExample-en-US\"> </a><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"CodeSystem-encounter-type-for-entry-from-outside-facility-code-system.html#encounter-type-for-entry-from-outside-facility-code-system-ReferToCurrentFacilityEncounter\">Encounter Type Code For Entry From Outside Facility</a> ReferToCurrentFacilityEncounter: Refer To Current Facility Encounter</p><p><b>serviceProvider</b>: <a href=\"Organization-OutreachFacilityExample.html\">Organization Meshwalkiya Health Center</a></p><p><b>partOf</b>: <a href=\"Encounter-GeneralEncounterExample.html\">Encounter: identifier = http://moh.gov.et/fhir/hiv/identifier/encounter#001; status = finished; class = observation encounter (ActCode#OBSENC); type = Follow-up encounter (procedure); period = 2012-12-09 --&gt; 2012-12-09</a></p></div>"
  ] ; # 
  fhir:status [ fhir:v "finished"] ; # 
  fhir:class [
fhir:system [ fhir:v "http://moh.gov.et/fhir/hiv/CodeSystem/encounter-type-for-entry-from-outside-facility-code-system"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ReferToCurrentFacilityEncounter" ]
  ] ; # 
  fhir:serviceProvider [
fhir:reference [ fhir:v "Organization/OutreachFacilityExample" ]
  ] ; # 
  fhir:partOf [
fhir:reference [ fhir:v "Encounter/GeneralEncounterExample" ]
  ] . #