New Zealand Health Terminology Service (NZHTS) Implementation Guide
0.1.0 - ci-build

New Zealand Health Terminology Service (NZHTS) Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Immunisation Reaction Event 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

<http://hl7.org/fhir/Observation/immunisation-reaction-event-example> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "immunisation-reaction-event-example"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://fhir-ig.digital.health.nz/nzhts/StructureDefinition/nz-immunisation-reaction-event" ;
       fhir:index 0 ;
       fhir:link <https://fhir-ig.digital.health.nz/nzhts/StructureDefinition/nz-immunisation-reaction-event>
     ]
  ] ;
  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: Observation immunisation-reaction-event-example</b></p><a name=\"immunisation-reaction-event-example\"> </a><a name=\"hcimmunisation-reaction-event-example\"> </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-nz-immunisation-reaction-event.html\">New Zealand Immunisation Reaction Event</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 50920009}\">Myocarditis</span></p><p><b>subject</b>: <a href=\"#hcimmunisation-reaction-event-example/patient\">Anonymous Patient (no stated gender), DoB Unknown ( https://standards.digital.health.nz/ns/nhi-id#ZZZ0039 (use: official, ))</a></p><p><b>effective</b>: 2026-07-02</p><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Patient #patient</b></p><a name=\"immunisation-reaction-event-example/patient\"> </a><a name=\"hcimmunisation-reaction-event-example/patient\"> </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: <code>http://hl7.org.nz/fhir/StructureDefinition/NzPatient</code></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Anonymous Patient (no stated gender), DoB Unknown ( https://standards.digital.health.nz/ns/nhi-id#ZZZ0039 (use: official, ))</p><hr/></blockquote></div>"
  ] ;
  fhir:DomainResource.contained [
     a fhir:Patient ;
     fhir:index 0 ;
     fhir:Resource.id [ fhir:value "patient" ] ;
     fhir:Resource.meta [
       fhir:Meta.profile [
         fhir:value "http://hl7.org.nz/fhir/StructureDefinition/NzPatient" ;
         fhir:index 0 ;
         fhir:link <http://hl7.org.nz/fhir/StructureDefinition/NzPatient>
       ]
     ] ;
     fhir:Patient.identifier [
       fhir:index 0 ;
       fhir:Identifier.use [ fhir:value "official" ] ;
       fhir:Identifier.system [ fhir:value "https://standards.digital.health.nz/ns/nhi-id" ] ;
       fhir:Identifier.value [ fhir:value "ZZZ0039" ]
     ]
  ] ;
  fhir:Observation.status [ fhir:value "final"] ;
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:50920009 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.version [ fhir:value "http://snomed.info/sct/21000210109" ] ;
       fhir:Coding.code [ fhir:value "50920009" ] ;
       fhir:Coding.display [ fhir:value "Myocarditis" ]
     ]
  ] ;
  fhir:Observation.subject [
     fhir:Reference.reference [ fhir:value "#patient" ]
  ] ;
  fhir:Observation.effectiveDateTime [ fhir:value "2026-07-02"^^xsd:date] .

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

<http://hl7.org/fhir/Observation/immunisation-reaction-event-example.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Observation/immunisation-reaction-event-example.ttl> .