2nd DSTU Draft For Comment

This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R4B R4 R3 R2

Documentmanifest-example.json

Raw JSON (canonical form)

Example of documentmanifest

{
  "resourceType": "DocumentManifest",
  "id": "example",
  "text": {
    "status": "generated",
    "div": "<div>!-- Snipped for Brevity --></div>"
  },
  "contained": [
    {
      "resourceType": "Practitioner",
      "id": "a1",
      "name": {
        "family": [
          "Dopplemeyer"
        ],
        "given": [
          "Sherry"
        ]
      },
      "telecom": [
        {
          "system": "email",
          "value": "john.doe@healthcare.example.org"
        }
      ],
      "practitionerRole": [
        {
          "managingOrganization": {
            "display": "Cleveland Clinic"
          },
          "role": {
            "text": "Primary Surgon"
          },
          "specialty": [
            {
              "text": "Orthopedic"
            }
          ]
        }
      ]
    }
  ],
  "masterIdentifier": {
    "system": "http://example.org/documents",
    "value": "23425234234-2346"
  },
  "subject": {
    "reference": "Patient/xcda"
  },
  "type": {
    "text": "History and Physical"
  },
  "author": [
    {
      "reference": "#a1"
    }
  ],
  "created": "2004-12-25T23:50:50-05:00",
  "source": "urn:oid:1.3.6.1.4.1.21367.2009.1.2.1",
  "status": "current",
  "description": "Physical",
  "content": [
    {
      "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.