Ethiopia Surveillance IG (sandbox demo subset)
0.1.0 - ci-build

Ethiopia Surveillance IG (sandbox demo subset) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Timing of Adverse Event - TTL Representation

Draft as of 2026-06-17

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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "vmmc-adverse-event-timing-cs"] ; # 
  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: CodeSystem vmmc-adverse-event-timing-cs</b></p><a name=\"vmmc-adverse-event-timing-cs\"> </a><a name=\"hcvmmc-adverse-event-timing-cs\"> </a><p>This  code system <code>http://fhir.et/surveillance/CodeSystem/vmmc-adverse-event-timing-cs</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">INTRAOPERATIVE<a name=\"vmmc-adverse-event-timing-cs-INTRAOPERATIVE\"> </a></td><td>Intraoperative</td></tr><tr><td style=\"white-space:nowrap\">POSTOPERATIVE<a name=\"vmmc-adverse-event-timing-cs-POSTOPERATIVE\"> </a></td><td>Postoperative</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [ fhir:v "http://fhir.et/surveillance/CodeSystem/vmmc-adverse-event-timing-cs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "VMMCAdverseEventTimingCS"] ; # 
  fhir:title [ fhir:v "Timing of Adverse Event"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2026-06-17T09:34:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "MOH Ethiopia"] ; # 
  fhir:description [ fhir:v "Code system of Timing of Adverse Event codes."] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "INTRAOPERATIVE" ] ;
fhir:display [ fhir:v "Intraoperative" ]
  ] [
fhir:code [ fhir:v "POSTOPERATIVE" ] ;
fhir:display [ fhir:v "Postoperative" ]
  ] ) . #