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
: Location - ANC - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Location ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "EncounterLocationANCExample"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://moh.gov.et/fhir/hiv/StructureDefinition/encounter-location"^^xsd:anyURI ;
fhir:l <http://moh.gov.et/fhir/hiv/StructureDefinition/encounter-location> ] )
] ; #
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: Location EncounterLocationANCExample</b></p><a name=\"EncounterLocationANCExample\"> </a><a name=\"hcEncounterLocationANCExample\"> </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-encounter-location.html\">Location - Encounter Entry Point</a></p></div><p><b>identifier</b>: <code>http://moh.gov.et/fhir/hiv/identifier/location</code>/ANC0001</p><p><b>name</b>: ANC</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org LP96947-4}\">ANC</span></p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:system [
fhir:v "http://moh.gov.et/fhir/hiv/identifier/location"^^xsd:anyURI ;
fhir:l <http://moh.gov.et/fhir/hiv/identifier/location> ] ;
fhir:value [ fhir:v "ANC0001" ]
] ) ; #
fhir:name [ fhir:v "ANC"] ; #
fhir:type ( [
( fhir:coding [
a loinc:LP96947-4 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org> ] ;
fhir:code [ fhir:v "LP96947-4" ] ] ) ;
fhir:text [ fhir:v "ANC" ]
] ) . #