Ethiopia Base Implementation Guide
0.1.0 - ci-build International flag

Ethiopia Base Implementation Guide, published by MOH Ethiopia. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/MoH-Ethiopia/ETBase/ and changes regularly. See the Directory of published versions

: ExampleHSVTestType - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleHSVTestType"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir.et/core/StructureDefinition/hsv-test-type-observation"^^xsd:anyURI ;
fhir:l <http://fhir.et/core/StructureDefinition/hsv-test-type-observation>     ] )
  ] ; # 
  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: Observation ExampleHSVTestType</b></p><a name=\"ExampleHSVTestType\"> </a><a name=\"hcExampleHSVTestType\"> </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-hsv-test-type-observation.html\">Herpes Simplex Virus (HSV) Test Type Observation</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:\">Herpes simplex virus (HSV) test type</span></p><p><b>subject</b>: <a href=\"http://hl7.org/fhir/uv/cql/STU1/Patient-example.html\">Alana Asdf  (no stated gender), DoB: 1993-06-14</a></p><p><b>value</b>: <span title=\"Codes:{http://fhir.et/core/CodeSystem/hsv-test-type-cs other}\">Other</span></p><h3>Components</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">Other HSV test type (specify)</span></td><td>Experimental HSV molecular assay</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
fhir:text [ fhir:v "Herpes simplex virus (HSV) test type" ]
  ] ; # 
  fhir:subject [
fhir:l fhir:Patient/example ;
fhir:reference [ fhir:v "Patient/example" ]
  ] ; # 
  fhir:value [
a fhir:CodeableConcept ;
    ( fhir:coding [
fhir:system [
fhir:v "http://fhir.et/core/CodeSystem/hsv-test-type-cs"^^xsd:anyURI ;
fhir:l <http://fhir.et/core/CodeSystem/hsv-test-type-cs>       ] ;
fhir:code [ fhir:v "other" ] ;
fhir:display [ fhir:v "Other" ]     ] )
  ] ; # 
  fhir:component ( [
fhir:code [
fhir:text [ fhir:v "Other HSV test type (specify)" ]     ] ;
fhir:value [
a fhir:String ;
fhir:v "Experimental HSV molecular assay"     ]
  ] ) . #