Partage de Documents de Santé en mobilité (PDSm) 3.1.0 - trial-use
Publication Build: This will be filled in by the publication tooling
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 ] ] ] ) . #