IE (Ireland) Core Implementation Guide
1.0.0-ballot - Ballot Ireland flag

Publication Build: This will be filled in by the publication tooling

: Discharge Summary Example - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "DocumentReference",
  "meta" : {
    "extension" : [
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/instance-name",
        "valueString" : "Discharge Summary Example"
      },
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/instance-description",
        "valueMarkdown" : "This is a discharge summary example for the *IE Core DocumentReference*. It is used in the [Write Note Example](StructureDefinition-ie-core-documentreference.html#mandatory-operation)."
      }
    ],
    "profile" : [
      🔗 "http://iehr.ai/fhir/ie/core/StructureDefinition/ie-core-documentreference"
    ]
  },
  "status" : "current",
  "type" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "18842-5",
        "display" : "Discharge Summary"
      }
    ],
    "text" : "Discharge Summary"
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://iehr.ai/fhir/ie/core/CodeSystem/ie-core-documentreference-category",
          "code" : "clinical-note",
          "display" : "Clinical Note"
        }
      ],
      "text" : "Clinical No"
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/example"
  },
  "content" : [
    {
      "attachment" : {
        "contentType" : "text/plain",
        "data" : "Tm8gYWN0aXZpdHkgcmVzdHJpY3Rpb24sIHJlZ3VsYXIgZGlldCwgZm9sbG93IHVwIGluIHR3byB0byB0aHJlZSB3ZWVrcyB3aXRoIHByaW1hcnkgY2FyZSBwcm92aWRlci4="
      }
    }
  ],
  "context" : {
    "encounter" : [
      {
        🔗 "reference" : "Encounter/example-1"
      }
    ]
  }
}