This page is part of the C-CDA on FHIR Implementation Guide (v1.2.0-ballot: STU 1 Ballot 4) based on FHIR R4. The current version which supercedes this version is 1.1.0. For a full list of available versions, see the Directory of published versions
: CF-immunization-example - 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:Immunization ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "CF-immunization"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Immunization</b><a name=\"CF-immunization\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Immunization "CF-immunization" </p></div><p><b>identifier</b>: id: urn:uuid:e6f1ba43-c0ed-4b9b-9f12-f435d8ad8f92</p><p><b>status</b>: completed</p><p><b>vaccineCode</b>: Influenza Virus Vaccine <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-CVX.html\">PH_VaccinesAdministeredCVX_CDC_NIP</a>#88 "influenza virus vaccine, unspecified formulation")</span></p><p><b>patient</b>: <a href=\"Patient-CF-patient.html\">Patient/CF-patient</a> " JONES"</p><p><b>occurrence</b>: 2010-08-15</p><p><b>recorded</b>: 2010-08-15</p><p><b>primarySource</b>: </p><p><b style=\"color: maroon\">Exception generating Narrative: Cannot invoke "java.lang.Boolean.toString()" because the return value of "org.hl7.fhir.r5.model.BooleanType.getValue()" is null</b></p></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:uuid:e6f1ba43-c0ed-4b9b-9f12-f435d8ad8f92" ]
] ) ; #
fhir:status [ fhir:v "completed"] ; #
fhir:vaccineCode [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/cvx"^^xsd:anyURI ] ;
fhir:code [ fhir:v "88" ] ;
fhir:display [ fhir:v "influenza virus vaccine, unspecified formulation" ] ] ) ;
fhir:text [ fhir:v "Influenza Virus Vaccine" ]
] ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/CF-patient" ]
] ; #
fhir:occurrence [ fhir:v "2010-08-15"^^xsd:date] ; #
fhir:recorded [ fhir:v "2010-08-15"^^xsd:date] ; #
fhir:primarySource [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/data-absent-reason"^^xsd:anyURI ] ;
fhir:value [ fhir:v "unknown" ] ] )
] ; #
fhir:lotNumber [ fhir:v "1"] ; #
fhir:performer ( [
fhir:actor [
fhir:reference [ fhir:v "PractitionerRole/ccda-practitionerrole-example" ] ]
] ) . #