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.1 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 Service Type) - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "GeneralEncounterWithServiceTypeExample"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://moh.gov.et/fhir/hiv/StructureDefinition/target-facility-encounter"^^xsd:anyURI ;
fhir:l <http://moh.gov.et/fhir/hiv/StructureDefinition/target-facility-encounter> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter GeneralEncounterWithServiceTypeExample</b></p><a name=\"GeneralEncounterWithServiceTypeExample\"> </a><a name=\"hcGeneralEncounterWithServiceTypeExample\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-target-facility-encounter.html\">Encounter - Initiated By The Facility Providing the Service</a></p></div><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=\"http://terminology.hl7.org/7.0.1/CodeSystem-v3-ActCode.html#v3-ActCode-OBSENC\">ActCode: OBSENC</a> (observation encounter)</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 390906007}\">Follow-up encounter</span></p><p><b>serviceType</b>: <span title=\"Codes:{http://moh.gov.et/fhir/hiv/CodeSystem/encounter-service-type-code-system arv-therapy}\">ARV Therapy</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 --> 2012-12-09</p><p><b>serviceProvider</b>: <a href=\"Organization-CurrentServiceProviderExample.html\">Organization Meshwalkiya Health Center</a></p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:system [
fhir:v "http://moh.gov.et/fhir/hiv/identifier/encounter"^^xsd:anyURI ;
fhir:l <http://moh.gov.et/fhir/hiv/identifier/encounter> ] ;
fhir:value [ fhir:v "001" ]
] ) ; #
fhir:status [ fhir:v "finished"] ; #
fhir:class [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-ActCode> ] ;
fhir:code [ fhir:v "OBSENC" ]
] ; #
fhir:type ( [
( fhir:extension [
fhir:url [
fhir:v "http://moh.gov.et/fhir/hiv/StructureDefinition/encounter-visit-type"^^xsd:anyURI ;
fhir:l <http://moh.gov.et/fhir/hiv/StructureDefinition/encounter-visit-type> ] ;
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:l <http://moh.gov.et/fhir/hiv/CodeSystem/encounter-visit-type-code-system> ] ;
fhir:code [ fhir:v "unscheduled" ] ] ) ] ] ) ;
( fhir:coding [
a sct:390906007 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
fhir:code [ fhir:v "390906007" ] ] ) ;
fhir:text [ fhir:v "Follow-up encounter" ]
] ) ; #
fhir:serviceType [
( fhir:coding [
fhir:system [
fhir:v "http://moh.gov.et/fhir/hiv/CodeSystem/encounter-service-type-code-system"^^xsd:anyURI ;
fhir:l <http://moh.gov.et/fhir/hiv/CodeSystem/encounter-service-type-code-system> ] ;
fhir:code [ fhir:v "arv-therapy" ] ] )
] ; #
fhir:subject [
fhir:l fhir:Patient/GeneralPatientExample ;
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:l fhir:Organization/CurrentServiceProviderExample ;
fhir:reference [ fhir:v "Organization/CurrentServiceProviderExample" ]
] . #