US Core Implementation Guide, published by HL7 International / Cross-Group Projects. This guide is not an authorized publication; it is the continuous build for version 10.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/US-Core/ and changes regularly. See the Directory of published versions
: Immunization Example 1 - 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 -------------------------------------------------------------------
<http://hl7.org/fhir/Immunization/imm-1> a fhir:Immunization ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "imm-1"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization|10.0.0-ballot" ;
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization|10.0.0-ballot>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization imm-1</b></p><a name=\"imm-1\"> </a><a name=\"hcimm-1\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-us-core-immunization.html\">US Core Immunization Profile</a> version: 10.0.0-ballot</p></div><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/cvx 197}, {http://hl7.org/fhir/sid/ndc 49281012188}\">Influenza, high-dose, quadrivalent, PF</span></p><p><b>patient</b>: <a href=\"Patient-example.html\">Amy Shaw</a></p><p><b>encounter</b>: <a href=\"Encounter-example-1.html\">Office Visit</a></p><p><b>occurrence</b>: 2020-11-19 12:46:57-0800</p><p><b>primarySource</b>: false</p><p><b>location</b>: <a href=\"Location-hospital.html\">Holy Family Hospital</a></p><p><b>lotNumber</b>: AAJN11K</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=\"Practitioner-practitioner-1.html\">Dr Ronald Bone</a></td></tr></table></div>"
] ;
fhir:Immunization.status [ fhir:value "completed"] ;
fhir:Immunization.vaccineCode [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/sid/cvx" ] ;
fhir:Coding.code [ fhir:value "197" ] ;
fhir:Coding.display [ fhir:value "Influenza, high-dose, quadrivalent, PF" ]
], [
fhir:index 1 ;
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/sid/ndc" ] ;
fhir:Coding.code [ fhir:value "49281012188" ] ;
fhir:Coding.display [ fhir:value "FLUZONE High-Dose Quadrivalent Northern Hemisphere" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Influenza, high-dose, quadrivalent, PF" ]
] ;
fhir:Immunization.patient [
fhir:link <http://hl7.org/fhir/Patient/example> ;
fhir:Reference.reference [ fhir:value "Patient/example" ] ;
fhir:Reference.display [ fhir:value "Amy Shaw" ]
] ;
fhir:Immunization.encounter [
fhir:link <http://hl7.org/fhir/Encounter/example-1> ;
fhir:Reference.reference [ fhir:value "Encounter/example-1" ] ;
fhir:Reference.display [ fhir:value "Office Visit" ]
] ;
fhir:Immunization.occurrenceDateTime [ fhir:value "2020-11-19T12:46:57-08:00"^^xsd:dateTime] ;
fhir:Immunization.primarySource [ fhir:value "false"^^xsd:boolean] ;
fhir:Immunization.location [
fhir:link <http://hl7.org/fhir/Location/hospital> ;
fhir:Reference.reference [ fhir:value "Location/hospital" ] ;
fhir:Reference.display [ fhir:value "Holy Family Hospital" ]
] ;
fhir:Immunization.lotNumber [ fhir:value "AAJN11K"] ;
fhir:Immunization.performer [
fhir:index 0 ;
fhir:Immunization.performer.actor [
fhir:link <http://hl7.org/fhir/Practitioner/practitioner-1> ;
fhir:Reference.reference [ fhir:value "Practitioner/practitioner-1" ] ;
fhir:Reference.display [ fhir:value "Dr Ronald Bone" ]
]
] .
<http://hl7.org/fhir/Patient/example> a fhir:Patient .
<http://hl7.org/fhir/Encounter/example-1> a fhir:Encounter .
<http://hl7.org/fhir/Location/hospital> a fhir:Location .
<http://hl7.org/fhir/Practitioner/practitioner-1> a fhir:Practitioner .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Immunization/imm-1.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Immunization/imm-1.ttl> .