ESAVI FHIR Implementation Guide (IG)
0.1.45 - ci-build International flag

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

: Type of Notifying Professional - TTL Representation

Active as of 2022-02-02

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 "ProfesionalNotificadorCS"] ; # 
  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 ProfesionalNotificadorCS</b></p><a name=\"ProfesionalNotificadorCS\"> </a><a name=\"hcProfesionalNotificadorCS\"> </a><a name=\"ProfesionalNotificadorCS-en-US\"> </a><p>This case-insensitive code system <code>https://paho.org/fhir/esavi/CodeSystem/ProfesionalNotificadorCS</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=\"ProfesionalNotificadorCS-1\"> </a></td><td>Doctor</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"ProfesionalNotificadorCS-2\"> </a></td><td>Pharmacist</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"ProfesionalNotificadorCS-3\"> </a></td><td>Other Profession related to Health</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"ProfesionalNotificadorCS-4\"> </a></td><td>Lawyer</td></tr><tr><td style=\"white-space:nowrap\">5<a name=\"ProfesionalNotificadorCS-5\"> </a></td><td>User or other non-health professional</td></tr><tr><td style=\"white-space:nowrap\">6<a name=\"ProfesionalNotificadorCS-6\"> </a></td><td>Not user defined</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://paho.org/fhir/esavi/CodeSystem/ProfesionalNotificadorCS"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.45"] ; # 
  fhir:name [ fhir:v "ProfesionalNotificadorCS"] ; # 
  fhir:title [ fhir:v "Type of Notifying Professional"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2022-02-02"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "ESAVI -"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "ESAVI -" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://covid-19pharmacovigilance.paho.org/resources/updates-on-aefi" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "rizzatodan@paho.org" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "ESAVI Notifier Type Codes for PAHO"] ; # 
  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 "false"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "6"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "Doctor" ]
  ] [
fhir:code [ fhir:v "2" ] ;
fhir:display [ fhir:v "Pharmacist" ]
  ] [
fhir:code [ fhir:v "3" ] ;
fhir:display [ fhir:v "Other Profession related to Health" ]
  ] [
fhir:code [ fhir:v "4" ] ;
fhir:display [ fhir:v "Lawyer" ]
  ] [
fhir:code [ fhir:v "5" ] ;
fhir:display [ fhir:v "User or other non-health professional" ]
  ] [
fhir:code [ fhir:v "6" ] ;
fhir:display [ fhir:v "Not user defined" ]
  ] ) . #