HL7 Portugal FHIR Implementation Guide para alergias e reacções adversas ao medicamento, published by HL7 Portugal. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-pt/adr-ig/ and changes regularly. See the Directory of published versions
: Notifi-2 - TTL Representation
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:AdverseEvent ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "Notifi-2"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://hl7.pt/fhir/ADR/StructureDefinition/ReacaoAdversa"^^xsd:anyURI ;
fhir:link <https://hl7.pt/fhir/ADR/StructureDefinition/ReacaoAdversa> ] )
] ; #
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: AdverseEvent Notifi-2</b></p><a name=\"Notifi-2\"> </a><a name=\"hcNotifi-2\"> </a><a name=\"Notifi-2-en-US\"> </a><p><b>identifier</b>: <code>http:/example.org</code>/2</p><p><b>status</b>: Completed</p><p><b>actuality</b>: Adverse Event</p><p><b>code</b>: <span title=\"Codes:{urn:ietf:rfc:3986 1}\">aftas orais</span></p><p><b>subject</b>: <a href=\"Patient-pat-1.html\">Américo Male, DoB: 1980-01-01</a></p><p><b>detected</b>: 2024-11-14</p><p><b>recordedDate</b>: 2024-11-14</p><p><b>seriousness</b>: <span title=\"Codes:{http://example.org serious}\">serious</span></p><p><b>recorder</b>: <a href=\"Patient-not-1.html\">Sandra (no stated gender), DoB Unknown</a></p><h3>SuspectEntities</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Instance[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"MedicationStatement-medinfo-1.html\">MedicationStatement: status = recorded; effective[x] = 2024-11-01</a></td></tr></table></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http:/example.org"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2" ]
] ) ; #
fhir:status [ fhir:v "completed"] ; #
fhir:actuality [ fhir:v "actual"] ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "aftas orais" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/pat-1" ]
] ; #
fhir:detected [ fhir:v "2024-11-14"^^xsd:date] ; #
fhir:recordedDate [ fhir:v "2024-11-14"^^xsd:date] ; #
fhir:seriousness [
( fhir:coding [
fhir:system [ fhir:v "http://example.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "serious" ] ] )
] ; #
fhir:recorder [
fhir:reference [ fhir:v "Patient/not-1" ]
] ; #
fhir:suspectEntity ( [
fhir:instance [
a fhir:Reference ;
fhir:reference [ fhir:v "MedicationStatement/medinfo-1" ] ]
] ) . #