C-CDA on FHIR
1.2.0 - STU 1 United States of America flag

C-CDA on FHIR, published by HL7 International / Cross-Group Projects. This guide is not an authorized publication; it is the continuous build for version 1.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/ccda-on-fhir/ and changes regularly. 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><a name=\"hcCF-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 &quot;CF-immunization&quot; </p></div><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/5.3.0/NamingSystem-uri.html\" title=\"As defined by RFC 3986 (http://www.ietf.org/rfc/rfc3986.txt)(with many schemes defined in many RFCs). For OIDs and UUIDs, use the URN form (urn:oid:(note: lowercase) and urn:uuid:). See http://www.ietf.org/rfc/rfc3001.txt and http://www.ietf.org/rfc/rfc4122.txt \r\n\r\nThis oid is used as an identifier II.root to indicate the the extension is an absolute URI (technically, an IRI). Typically, this is used for OIDs and GUIDs. Note that when this OID is used with OIDs and GUIDs, the II.extension should start with urn:oid or urn:uuid: \r\n\r\nNote that this OID is created to aid with interconversion between CDA and FHIR - FHIR uses urn:ietf:rfc:3986 as equivalent to this OID. URIs as identifiers appear more commonly in FHIR.\r\n\r\nThis OID may also be used in CD.codeSystem.\">Uniform Resource Identifier (URI)</a>/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.3.0/CodeSystem-CVX.html\">Vaccine Administered Code Set (CVX)</a>#88 &quot;influenza virus vaccine, unspecified formulation&quot;)</span></p><p><b>patient</b>: <a href=\"Patient-CF-patient.html\">Patient/CF-patient</a> &quot; JONES&quot;</p><p><b>occurrence</b>: 2010-08-15</p><p><b>recorded</b>: 2010-08-16</p><p><b>primarySource</b>: Absent because : <code>unknown</code></p><p><b>lotNumber</b>: 1</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"PractitionerRole-ccda-practitionerrole-example.html\">PractitionerRole/ccda-practitionerrole-example</a></td></tr></table></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-16"^^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" ]     ]
  ] ) . #