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 - JSON Representation

Raw json | Download


{
  "resourceType" : "DocumentManifest",
  "id" : "11",
  "meta" : {
    "profile" : [
      🔗 "http://interopehrate.eu/fhir/StructureDefinition/DocumentManifest-IEHR"
    ]
  },
  "text" : {
    "status" : "extensions",
    "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>"
  },
  "extension" : [
    {
      "url" : "http://interopehrate.eu/fhir/StructureDefinition/ProvenanceExtension-IEHR",
      "valueReference" : {
        🔗 "reference" : "Provenance/30"
      }
    }
  ],
  "status" : "current",
  "type" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "code" : "GENRL",
        "display" : "General"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/3466"
  },
  "created" : "2022-04-06T11:26:45+02:00",
  "author" : [
    {
      🔗 "reference" : "Practitioner/21"
    }
  ],
  "description" : "This is an example manifest",
  "content" : [
    {
      🔗 "reference" : "DocumentReference/34561"
    },
    {
      🔗 "reference" : "DocumentReference/34562"
    },
    {
      🔗 "reference" : "DocumentReference/34563"
    },
    {
      🔗 "reference" : "DocumentReference/34564"
    },
    {
      🔗 "reference" : "DocumentReference/34565"
    },
    {
      🔗 "reference" : "DocumentReference/34566"
    },
    {
      🔗 "reference" : "DocumentReference/34567"
    },
    {
      🔗 "reference" : "DocumentReference/34568"
    }
  ]
}