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 -------------------------------------------------------------------

 a fhir:Immunization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ex-immunization-1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://johnmoehrke.github.io/testcore/StructureDefinition/JFM.immunization"^^xsd:anyURI ;
fhir:link <http://johnmoehrke.github.io/testcore/StructureDefinition/JFM.immunization>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Immunization</b><a name=\"ex-immunization-1\"> </a></p><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\">Resource Immunization &quot;ex-immunization-1&quot; </p><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>: COVID-19 (MODERNA), MRNA, LNP-S, PF, 100 MCG/0.5ML DOSE OR 50 MCG/0.25ML DOSE <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>patient</b>: <a href=\"Patient-ex-patient.html\">Patient/ex-patient</a> &quot; SCHMIDT&quot;</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>: test</p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "usual" ] ;
fhir:system [ fhir:v "https://example.org/ImmunizationTO.id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "124684" ]
  ] ) ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:vaccineCode [
fhir:text [ fhir:v "COVID-19 (MODERNA), MRNA, LNP-S, PF, 100 MCG/0.5ML DOSE OR 50 MCG/0.25ML DOSE" ]
  ] ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/ex-patient" ]
  ] ; # 
  fhir:occurrence [ fhir:v "2022-08-08T11:15:28Z"^^xsd:dateTime] ; # 
  fhir:recorded [ fhir:v "2022-08-08T11:15:28Z"^^xsd:dateTime] ; # 
  fhir:primarySource [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:note ( [
fhir:text [ fhir:v "test" ]
  ] ) . #