FHIR Frog AU Core Conformance Tests
0.1.0 - draft

FHIR Frog AU Core Conformance Tests, published by FHIR Frog. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/jgsuess/au-core-tests/ and changes regularly. See the Directory of published versions

: au-core-immunization-conformant - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/Immunization/au-core-immunization-conformant> a fhir:Immunization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "au-core-immunization-conformant"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org.au/fhir/core/StructureDefinition/au-core-immunization" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org.au/fhir/core/StructureDefinition/au-core-immunization>
     ]
  ] ;
  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 au-core-immunization-conformant</b></p><a name=\"au-core-immunization-conformant\"> </a><a name=\"hcau-core-immunization-conformant\"> </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=\"http://hl7.org.au/fhir/core/2.0.0/StructureDefinition-au-core-immunization.html\">AU Core 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 COMIRN}, {http://snomed.info/sct 1525011000168107}\">Pfizer Comirnaty</span></p><p><b>patient</b>: <a href=\"Patient/patient-fixture\">Patient/patient-fixture</a></p><p><b>occurrence</b>: 2022-04-04</p><p><b>primarySource</b>: true</p><p><b>lotNumber</b>: AB1234</p><p><b>note</b>: </p><blockquote><div><p>Synthetic immunization record (Frog test data) for AU Core Immunization conformance testing.</p>\n</div></blockquote></div>"
  ] ;
  fhir:Immunization.status [ fhir:value "completed"] ;
  fhir:Immunization.vaccineCode [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://www.humanservices.gov.au/organisations/health-professionals/enablers/air-vaccine-code-formats" ] ;
       fhir:Coding.code [ fhir:value "COMIRN" ]
     ], [
       fhir:index 1 ;
       a sct:1525011000168107 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "1525011000168107" ] ;
       fhir:Coding.display [ fhir:value "Comirnaty" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Pfizer Comirnaty" ]
  ] ;
  fhir:Immunization.patient [
     fhir:link <http://hl7.org/fhir/Patient/patient-fixture> ;
     fhir:Reference.reference [ fhir:value "Patient/patient-fixture" ]
  ] ;
  fhir:Immunization.occurrenceDateTime [ fhir:value "2022-04-04"^^xsd:date] ;
  fhir:Immunization.primarySource [ fhir:value "true"^^xsd:boolean] ;
  fhir:Immunization.lotNumber [ fhir:value "AB1234"] ;
  fhir:Immunization.note [
     fhir:index 0 ;
     fhir:Annotation.text [ fhir:value "Synthetic immunization record (Frog test data) for AU Core Immunization conformance testing." ]
  ] .

<http://hl7.org/fhir/Patient/patient-fixture> a fhir:Patient .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Immunization/au-core-immunization-conformant.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Immunization/au-core-immunization-conformant.ttl> .