Multi-Language Test IG
0.2.0 - International drapeau

Multi-Language Test IG, published by HL7 International / FHIR Infrastructure. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/FHIR/multi-lang-test-ig/ and changes regularly. See the Directory of published versions

:

Brut ttl | Télécharger


@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:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "h1"] ; # 
  fhir:language [ fhir:v "fr"] ; # 
  fhir:type [ fhir:v "collection"] ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "http://somewhere.org/fhir/uv/myig/Provenance/h1-1"^^xsd:anyURI ] ;
    ( fhir:resource <http://somewhere.org/fhir/uv/myig/Provenance/h1-1> )
  ] ) . # 

<http://somewhere.org/fhir/uv/myig/Provenance/h1-1> a fhir:Provenance ;
  fhir:id [ fhir:v "h1-1"] ; # 
  fhir:language [ fhir:v "fr"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ]
  ] ; # 
  fhir:target ( [
fhir:reference [ fhir:v "StructureDefinition/example" ]
  ] ) ; # 
  fhir:occurred [
a fhir:dateTime ;
fhir:v "2015-11-30"^^xsd:date
  ] ; # 
  fhir:recorded [ fhir:v "2020-01-01T00:00:00.000Z"^^xsd:dateTime] ; # 
  fhir:reason ( [
fhir:text [ fhir:v "Some random edit" ]
  ] ) ; # 
  fhir:activity [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-DataOperation"^^xsd:anyURI ] ;
fhir:code [ fhir:v "UPDATE" ]     ] )
  ] ; # 
  fhir:agent ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/provenance-participant-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "author" ]       ] )     ] ;
fhir:who [
fhir:display [ fhir:v "Rob Hausam" ]     ]
  ] [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/provenance-participant-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "verifier" ]       ] )     ] ;
fhir:who [
fhir:display [ fhir:v "Vocab" ]     ]
  ] ) . #