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

FHIR IG analytics

Packagehl7.fhir.us.davinci-pdex.r4
Resource TypeDocumentReference
IdDocumentReference-123456.json
FHIR VersionR4

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 123456

status: Current

type: Summary of episode note

category: Clinical Note

subject: Johnny Appleseed Male, DoB: 1986-01-01 ( Member Number)

date: 2020-10-09 15:26:23+0000

author: Organization Provider 1

custodian: Organization Payer 1

content

Attachments

-ContentTypeUrlTitle
*application/pdf/Binary/1-pdfUri where the data can be found = [base]/Binary/1-pdf or base64encode document and include in content.attachment.data element

format: IHE.FormatCode.codesystem : urn:ihe:iti:xds:2017:mimeTypeSufficient


Source1

{
  "resourceType": "DocumentReference",
  "id": "123456",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "current",
  "type": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "34133-9"
      }
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category",
          "code": "clinical-note"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/1"
  },
  "date": "2020-10-09T15:26:23.217+00:00",
  "author": [
    {
      "reference": "Organization/ProviderOrg1"
    }
  ],
  "custodian": {
    "reference": "Organization/Payer1"
  },
  "content": [
    {
      "attachment": {
        "contentType": "application/pdf",
        "url": "/Binary/1-pdf",
        "title": "Uri where the data can be found = [base]/Binary/1-pdf\nor base64encode document and include in content.attachment.data element"
      },
      "format": {
        "system": "http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem",
        "display": "urn:ihe:iti:xds:2017:mimeTypeSufficient"
      }
    }
  ]
}