Clinibus FHIR specification
0.1.8 - ci-build

Clinibus FHIR specification - Local Development build (v0.1.8) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Immunization - TTL Representation

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 "example-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 example-immunization</b></p><a name=\"example-immunization\"> </a><a name=\"hcexample-immunization\"> </a><a name=\"example-immunization-en-US\"> </a><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{urn:oid:1.2.246.537.6.610 51}\">potilaalle on annettu rokote torjumaan hepatiitti A- ja B -virusten aiheuttamaa maksatulehdusta</span></p><p><b>patient</b>: <a href=\"Patient-example-patient.html\">Matti Mallikas Male, DoB: 1962-05-03 ( Social Security Number: 030562-9952)</a></p><p><b>occurrence</b>: 2004-05-12</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:vaccineCode [
    ( fhir:coding [
fhir:system [ fhir:v "urn:oid:1.2.246.537.6.610"^^xsd:anyURI ] ;
fhir:code [ fhir:v "51" ] ;
fhir:display [ fhir:v "Hepatiitti A- ja B -rokote" ]     ] ) ;
fhir:text [ fhir:v "potilaalle on annettu rokote torjumaan hepatiitti A- ja B -virusten aiheuttamaa maksatulehdusta" ]
  ] ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/example-patient" ]
  ] ; # 
  fhir:occurrence [
a fhir:dateTime ;
fhir:v "2004-05-12"^^xsd:date
  ] . #