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 - Referencing a General Patient (With Absent or Unknown Class) - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:Encounter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "GeneralEncounterAbsentUnknownClassExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://moh.gov.et/fhir/hiv/StructureDefinition/target-facility-encounter"^^xsd:anyURI ;
fhir:link <http://moh.gov.et/fhir/hiv/StructureDefinition/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 GeneralEncounterAbsentUnknownClassExample</b></p><a name=\"GeneralEncounterAbsentUnknownClassExample\"> </a><a name=\"hcGeneralEncounterAbsentUnknownClassExample\"> </a><a name=\"GeneralEncounterAbsentUnknownClassExample-en-US\"> </a><p><b>identifier</b>: <code>http://moh.gov.et/fhir/hiv/identifier/encounter</code>/001</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"CodeSystem-absent-unknown-code-system.html#absent-unknown-code-system-Absent-or-unknown\">Absent or Unknown</a> Absent-or-unknown: Absent or unknown</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 390906007}\">Follow-up encounter</span></p><p><b>subject</b>: <a href=\"Patient-GeneralPatientExample.html\">Mark Adams  Male, DoB: 2000-11-11 ( http://moh.gov.et/fhir/hiv/identifier/MRN#MRN12345671)</a></p><p><b>period</b>: 2012-12-09 --&gt; 2012-12-09</p><p><b>serviceProvider</b>: <a href=\"Organization-CurrentServiceProviderExample.html\">Organization Meshwalkiya Health Center</a></p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://moh.gov.et/fhir/hiv/identifier/encounter"^^xsd:anyURI ] ;
fhir:value [ fhir:v "001" ]
  ] ) ; # 
  fhir:status [ fhir:v "finished"] ; # 
  fhir:class [
fhir:system [ fhir:v "http://moh.gov.et/fhir/hiv/CodeSystem/absent-unknown-code-system"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Absent-or-unknown" ]
  ] ; # 
  fhir:type ( [
    ( fhir:extension [
fhir:url [ fhir:v "http://moh.gov.et/fhir/hiv/StructureDefinition/encounter-visit-type"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
fhir:system [ fhir:v "http://moh.gov.et/fhir/hiv/CodeSystem/encounter-visit-type-code-system"^^xsd:anyURI ] ;
fhir:code [ fhir:v "unscheduled" ]         ] )       ]     ] ) ;
    ( fhir:coding [
a sct:390906007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "390906007" ]     ] ) ;
fhir:text [ fhir:v "Follow-up encounter" ]
  ] ) ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/GeneralPatientExample" ]
  ] ; # 
  fhir:period [
fhir:start [ fhir:v "2012-12-09"^^xsd:date ] ;
fhir:end [ fhir:v "2012-12-09"^^xsd:date ]
  ] ; # 
  fhir:serviceProvider [
fhir:reference [ fhir:v "Organization/CurrentServiceProviderExample" ]
  ] . #