GIIS Implementation Guide
0.1.8 - ci-build International flag

GIIS Implementation Guide, published by CENS. This guide is not an authorized publication; it is the continuous build for version 0.1.8 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cens-chile/giis_fhir_IG/ and changes regularly. See the Directory of published versions

: Patient Status related to an AEFI codes - TTL Representation

Draft as of 2024-09-05

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

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

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "AEFIPatientStatusCS"] ; # 
  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: CodeSystem AEFIPatientStatusCS</b></p><a name=\"AEFIPatientStatusCS\"> </a><a name=\"hcAEFIPatientStatusCS\"> </a><a name=\"AEFIPatientStatusCS-en-US\"> </a><p>This case-sensitive code system <code>https://paho.org/fhir/giis/CodeSystem/AEFIPatientStatusCS</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\">1<a name=\"AEFIPatientStatusCS-1\"> </a></td><td>Recovered</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"AEFIPatientStatusCS-2\"> </a></td><td>Following</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"AEFIPatientStatusCS-3\"> </a></td><td>Dead</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://paho.org/fhir/giis/CodeSystem/AEFIPatientStatusCS"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.8"] ; # 
  fhir:name [ fhir:v "AEFIPatientStatusCS"] ; # 
  fhir:title [ fhir:v "Patient Status related to an AEFI codes"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-09-05T15:52:58+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "CENS"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "CENS" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.cens.cl" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Patient Status related to an AEFI codes"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "Recovered" ]
  ] [
fhir:code [ fhir:v "2" ] ;
fhir:display [ fhir:v "Following" ]
  ] [
fhir:code [ fhir:v "3" ] ;
fhir:display [ fhir:v "Dead" ]
  ] ) . #