0.1.0 - ci-build International flag

JohnMoehrkeTestCore, published by John Moehrke (himself). 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/JohnMoehrke/testCore/ and changes regularly. See the Directory of published versions

: Example 1 of an immunization - 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/ex-immunization-1> a fhir:Immunization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ex-immunization-1"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://johnmoehrke.github.io/testcore/StructureDefinition/JFM.immunization" ;
       fhir:index 0 ;
       fhir:link <http://johnmoehrke.github.io/testcore/StructureDefinition/JFM.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 ex-immunization-1</b></p><a name=\"ex-immunization-1\"> </a><a name=\"hcex-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=\"StructureDefinition-JFM.immunization.html\">JFM Immunization</a></p></div><p><b>identifier</b>: <code>https://example.org/ImmunizationTO.id</code>/124684 (use: usual, )</p><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:\">COVID-19 (MODERNA), MRNA, LNP-S, PF, 100 MCG/0.5ML DOSE OR 50 MCG/0.25ML DOSE</span></p><p><b>patient</b>: <a href=\"Patient-ex-patient.html\">John Schmidt  Other, DoB: 1923-07-25</a></p><p><b>occurrence</b>: 2022-08-08 11:15:28+0000</p><p><b>recorded</b>: 2022-08-08 11:15:28+0000</p><p><b>primarySource</b>: false</p><p><b>note</b>: </p><blockquote><div><p>test</p>\n</div></blockquote></div>"
  ] ;
  fhir:Immunization.identifier [
     fhir:index 0 ;
     fhir:Identifier.use [ fhir:value "usual" ] ;
     fhir:Identifier.system [ fhir:value "https://example.org/ImmunizationTO.id" ] ;
     fhir:Identifier.value [ fhir:value "124684" ]
  ] ;
  fhir:Immunization.status [ fhir:value "completed"] ;
  fhir:Immunization.vaccineCode [
     fhir:CodeableConcept.text [ fhir:value "COVID-19 (MODERNA), MRNA, LNP-S, PF, 100 MCG/0.5ML DOSE OR 50 MCG/0.25ML DOSE" ]
  ] ;
  fhir:Immunization.patient [
     fhir:link <http://hl7.org/fhir/Patient/ex-patient> ;
     fhir:Reference.reference [ fhir:value "Patient/ex-patient" ]
  ] ;
  fhir:Immunization.occurrenceDateTime [ fhir:value "2022-08-08T11:15:28Z"^^xsd:dateTime] ;
  fhir:Immunization.recorded [ fhir:value "2022-08-08T11:15:28Z"^^xsd:dateTime] ;
  fhir:Immunization.primarySource [ fhir:value "false"^^xsd:boolean] ;
  fhir:Immunization.note [
     fhir:index 0 ;
     fhir:Annotation.text [ fhir:value "test" ]
  ] .

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

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

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