Release 4B Snapshot 3: Connectathon 32 Base

This page is part of the Snapshot #3 for FHIR Specification (v4.3.0: R4B - STU ). The current version which supercedes this version is 5.0.0 R5 , released to support Connectathon 32 . For a full list of available versions, see the Directory of published versions . Page versions: R4B R4 R3 R2

Documentmanifest-example.json

Example DocumentManifest/example (JSON)

Structured Documents Orders and Observations Work Group Maturity Level : N/A Standards Status : Informative Compartments : Device , Encounter , Patient , Practitioner , RelatedPerson

Raw JSON ( canonical form + also see JSON Format Specification )

XDS SubmissionSet example

{
  "resourceType": "DocumentManifest",
  "id": "example",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Text</div>"

  "resourceType" : "DocumentManifest",
  "id" : "example",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Text</div>"

  },
  "contained": [
    {
      "resourceType": "Practitioner",
      "id": "a1",
      "name": [
        {
          "family": "Dopplemeyer",
          "given": [
            "Sherry"
          ]
        }
      ],
      "telecom": [
        {
          "system": "email",
          "value": "john.doe@healthcare.example.org"
        }
      ]
    }
  ],
  "masterIdentifier": {
    "system": "http://example.org/documents",
    "value": "23425234234-2346"

  "contained" : [{
    "resourceType" : "Practitioner",
    "id" : "a1",
    "name" : [{
      "family" : "Dopplemeyer",
      "given" : ["Sherry"]
    }],
    "telecom" : [{
      "system" : "email",
      "value" : "john.doe@healthcare.example.org"
    }]
  }],
  "masterIdentifier" : {
    "system" : "http://example.org/documents",
    "value" : "23425234234-2346"

  },
  "identifier": [
    {
      "system": "http://example.org/documents",
      "value": "23425234234-2347"
    }
  ],
  "status": "current",
  "type": {
    "text": "History and Physical"

  "identifier" : [{
    "system" : "http://example.org/documents",
    "value" : "23425234234-2347"
  }],
  "status" : "current",
  "type" : {
    "text" : "History and Physical"

  },
  "subject": {
    "reference": "Patient/xcda"

  "subject" : {
    "reference" : "Patient/xcda"

  },
  "created": "2004-12-25T23:50:50-05:00",
  "author": [
    {
      "reference": "#a1"
    }
  ],
  "recipient": [
    {
      "reference": "Practitioner/xcda1"
    }
  ],
  "source": "urn:oid:1.3.6.1.4.1.21367.2009.1.2.1",
  "description": "Physical",
  "content": [
    {
      "reference": "DocumentReference/example"
    }
  ],
  "related": [
    {
      "identifier": {
        "system": "http://example.org/documents",
        "value": "23425234234-9999"
      },
      "ref": {
        "reference": "DocumentReference/example"
      }

  "created" : "2004-12-25T23:50:50-05:00",
  "author" : [{
    "reference" : "#a1"
  }],
  "recipient" : [{
    "reference" : "Practitioner/xcda1"
  }],
  "source" : "urn:oid:1.3.6.1.4.1.21367.2009.1.2.1",
  "description" : "Physical",
  "content" : [{
    "reference" : "DocumentReference/example"
  }],
  "related" : [{
    "identifier" : {
      "system" : "http://example.org/documents",
      "value" : "23425234234-9999"
    },
    "ref" : {
      "reference" : "DocumentReference/example"

    }
  ]

  }]

}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.