MHR AU Patient Summary Consultation - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example of a COVID-19 Vaccine Record - TTL Representation

Page standards status: Informative

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "au-ps-immunization-1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org.au/fhir/ps/StructureDefinition/au-ps-immunization"^^xsd:anyURI ;
fhir:link <http://hl7.org.au/fhir/ps/StructureDefinition/au-ps-immunization>     ] )
  ] ; # 
  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: Immunization au-ps-immunization-1</b></p><a name=\"au-ps-immunization-1\"> </a><a name=\"hcau-ps-immunization-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=\"https://build.fhir.org/ig/hl7au/au-fhir-ps/StructureDefinition-au-ps-immunization.html\">AU PS Immunization</a></p></div><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{https://www.humanservices.gov.au/organisations/health-professionals/enablers/air-vaccine-code-formats COVAST}\">COVID-19 Vaccine AstraZeneca</span></p><p><b>patient</b>: <a href=\"Patient-mhr-au-ps-patient-1.html\">Mia Leanne Banks  Female, DoB: 1983-08-25 ( IHI: Austalian Healthcare Identifier - Individual#8003608333647261)</a></p><p><b>occurrence</b>: 2024-06-12 04:33:34+1000</p><p><b>primarySource</b>: true</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:vaccineCode [
    ( fhir:coding [
fhir:system [ fhir:v "https://www.humanservices.gov.au/organisations/health-professionals/enablers/air-vaccine-code-formats"^^xsd:anyURI ] ;
fhir:code [ fhir:v "COVAST" ] ;
fhir:display [ fhir:v "COVID-19 Vaccine AstraZeneca" ]     ] )
  ] ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/mhr-au-ps-patient-1" ]
  ] ; # 
  fhir:occurrence [
a fhir:dateTime ;
fhir:v "2024-06-12T04:33:34.387886+10:00"^^xsd:dateTime
  ] ; # 
  fhir:primarySource [ fhir:v true] . #