Partage de Documents de Santé en mobilité (PDSm)
3.1.0 - trial-use

This page is part of the Partage de Documents de Santé en mobilité (PDSm) (v3.1.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Exemple de bundle de type transaction-response du flux 2 - 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:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "a9c10f8a-882d-4000-a280-7150e0aeb478"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://profiles.ihe.net/ITI/MHD/StructureDefinition/IHE.MHD.ProvideDocumentBundleResponse"^^xsd:anyURI ;
fhir:link <https://profiles.ihe.net/ITI/MHD/StructureDefinition/IHE.MHD.ProvideDocumentBundleResponse>     ] )
  ] ; # 
  fhir:type [ fhir:v "transaction-response"] ; # 
  fhir:link ( [
fhir:relation [ fhir:v "self" ] ;
fhir:url [ fhir:v "http://exemple.com/fhir"^^xsd:anyURI ]
  ] ) ; # 
  fhir:entry ( [
fhir:response [
fhir:id [ fhir:v "urn:uuid:a9a16511-43ad-11e8-afb2-4107535a99ef" ] ;
fhir:status [ fhir:v "201" ] ;
fhir:location [ fhir:v "List/1"^^xsd:anyURI ]     ]
  ] [
fhir:response [
fhir:id [ fhir:v "urn:uuid:a9a16512-43ad-11e8-afb2-4107535a99ef" ] ;
fhir:status [ fhir:v "201" ] ;
fhir:location [ fhir:v "DocumentReference/1"^^xsd:anyURI ]     ]
  ] [
fhir:response [
fhir:id [ fhir:v "urn:uuid:8da1cfcc-05db-4aca-86ad82aa756a64bb" ] ;
fhir:status [ fhir:v "201" ] ;
fhir:location [ fhir:v "Binary/1"^^xsd:anyURI ]     ]
  ] ) . #