Pasientens rekvisisjoner
0.1.3 - ci-build Norway flag

Pasientens rekvisisjoner - Local Development build (v0.1.3) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: A Device - 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:Device ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ADevice"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.no/fhir/ig/ParekIG/StructureDefinition/parek-device"^^xsd:anyURI ;
fhir:l <http://hl7.no/fhir/ig/ParekIG/StructureDefinition/parek-device>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>A sample ParekDevice, also referenced from other samples.</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
fhir:system [
fhir:v "http://some.thing.unique"^^xsd:anyURI ;
fhir:l <http://some.thing.unique>     ] ;
fhir:value [ fhir:v "someValue" ]
  ] ) ; # 
  fhir:name ( [
fhir:value [ fhir:v "Et glass" ] ;
fhir:type [ fhir:v "user-friendly-name" ]
  ] ) ; # 
  fhir:property ( [
fhir:type [
fhir:text [ fhir:v "Rating" ]     ] ;
fhir:value [
a fhir:String ;
fhir:v "Rød kork"     ]
  ] ) . #