FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.apix
Resource TypeDocumentReference
IdDocumentReference-output-ack.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: DocumentReference output-ack

Language: en

status: Current

type: Acknowledgement of Receipt

content

Attachments

-ContentTypeTitle
*application/pdfAcknowledgement_Letter.pdf

Source1

{
  "resourceType": "DocumentReference",
  "id": "output-ack",
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "current",
  "type": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/uv/apix/CodeSystem/ctd-section",
        "code": "acknowledgement-receipt",
        "display": "Acknowledgement of Receipt"
      }
    ]
  },
  "content": [
    {
      "attachment": {
        "contentType": "application/pdf",
        "title": "Acknowledgement_Letter.pdf"
      }
    }
  ]
}