HL7 FHIR Implementation Guide: Profiles for Transfusion and Vaccination Adverse Event Detection and Reporting, published by Biomedical Research & Regulation WG. This is not an authorized publication; it is the continuous build for version 1.0.1). This version is based on the current content of https://github.com/HL7/fhir-icsr-ae-reporting/ and changes regularly. See the Directory of published versions
: Vaccination Patient for Transfusion Sample - 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:Patient ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "VaccinationPatient"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/icsr-ae-reporting/StructureDefinition/icsr-patient"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/icsr-ae-reporting/StructureDefinition/icsr-patient> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>FNAME LNAME </b> male, DoB: 1955-07-22 ( id: 123456789)</p><hr/></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-ssn"^^xsd:anyURI ] ;
fhir:value [ fhir:v "123456789" ]
] ) ; #
fhir:name ( [
fhir:family [ fhir:v "LNAME" ] ;
( fhir:given [ fhir:v "FNAME" ] )
] ) ; #
fhir:gender [ fhir:v "male"] ; #
fhir:birthDate [ fhir:v "1955-07-22"^^xsd:date] . #