Administrative Incubator
0.1.0 - STU 1 World

Administrative Incubator, published by HL7 International / Patient Administration. 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/HL7/admin-incubator/ and changes regularly. See the Directory of published versions

: example1

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

<http://hl7.org/fhir/InsurancePlan/example1> a fhir:InsurancePlan ;
  fhir:resourceDefinition http://hl7.org/fhir/StructureDefinition/InsurancePlan|0.1.0 ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example1"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n			Health Level Seven International Staff Plan\n		</div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:type [
     fhir:text [ fhir:v "Silver" ]
  ] ; # HL7 itself
  fhir:generalCost ( [
     fhir:cost [
       fhir:value [ fhir:v "2000"^^xsd:decimal ] ;
       fhir:currency [ fhir:v "USD" ]
     ]
  ] ) . #