Cross Border Data Exchange IG
1.0.0 - CI Build International flag

Cross Border Data Exchange IG, published by IEHR-Workgroup. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/InteropEHRate-project/cross-border-data-exchange/ and changes regularly. See the Directory of published versions

: Example DocumentManifest - 11 - 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:DocumentManifest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "11"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://interopehrate.eu/fhir/StructureDefinition/DocumentManifest-IEHR"^^xsd:anyURI ;
fhir:link <http://interopehrate.eu/fhir/StructureDefinition/DocumentManifest-IEHR>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: DocumentManifest</b><a name=\"11\"> </a><a name=\"hc11\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource DocumentManifest &quot;11&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-DocumentManifest-IEHR.html\">DocumentManifest-IEHR</a></p></div><p><b>ProvenanceExtension-IEHR</b>: <a href=\"Provenance-30.html\">Provenance/30</a></p><p><b>status</b>: current</p><p><b>type</b>: General <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-ActCode.html\">ActCode</a>#GENRL)</span></p><p><b>subject</b>: <a href=\"Patient-3466.html\">Patient/3466</a> &quot; SMITH&quot;</p><p><b>created</b>: 2022-04-06 11:26:45+0200</p><p><b>author</b>: <a href=\"Practitioner-21.html\">Practitioner/21</a> &quot; ANTONIO&quot;</p><p><b>description</b>: This is an example manifest</p><p><b>content</b>: </p><ul><li><a href=\"DocumentReference-34561.html\">DocumentReference/34561</a></li><li><a href=\"DocumentReference-34562.html\">DocumentReference/34562</a></li><li><a href=\"DocumentReference-34563.html\">DocumentReference/34563</a></li><li><a href=\"DocumentReference-34564.html\">DocumentReference/34564</a></li><li><a href=\"DocumentReference-34565.html\">DocumentReference/34565</a></li><li><a href=\"DocumentReference-34566.html\">DocumentReference/34566</a></li><li><a href=\"DocumentReference-34567.html\">DocumentReference/34567</a></li><li><a href=\"DocumentReference-34568.html\">DocumentReference/34568</a></li></ul></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://interopehrate.eu/fhir/StructureDefinition/ProvenanceExtension-IEHR"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Provenance/30" ]     ]
  ] ) ; # 
  fhir:status [ fhir:v "current"] ; # 
  fhir:type [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "GENRL" ] ;
fhir:display [ fhir:v "General" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/3466" ]
  ] ; # 
  fhir:created [ fhir:v "2022-04-06T11:26:45+02:00"^^xsd:dateTime] ; # 
  fhir:author ( [
fhir:reference [ fhir:v "Practitioner/21" ]
  ] ) ; # 
  fhir:description [ fhir:v "This is an example manifest"] ; # 
  fhir:content ( [
fhir:reference [ fhir:v "DocumentReference/34561" ]
  ] [
fhir:reference [ fhir:v "DocumentReference/34562" ]
  ] [
fhir:reference [ fhir:v "DocumentReference/34563" ]
  ] [
fhir:reference [ fhir:v "DocumentReference/34564" ]
  ] [
fhir:reference [ fhir:v "DocumentReference/34565" ]
  ] [
fhir:reference [ fhir:v "DocumentReference/34566" ]
  ] [
fhir:reference [ fhir:v "DocumentReference/34567" ]
  ] [
fhir:reference [ fhir:v "DocumentReference/34568" ]
  ] ) . #