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

FHIR IG analytics

Packagede.gematik.dipag
Resource TypeDocumentReference
IdDocumentReference-ExampleR5DocumentReferenceSonstigesDokument.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "DocumentReference",
  "id": "ExampleR5DocumentReferenceSonstigesDokument",
  "meta": {
    "profile": [
      "https://gematik.de/fhir/dipag/StructureDefinition/dipag-dokumentenmetadaten-intern"
    ]
  },
  "status": "current",
  "content": [
    {
      "attachment": {
        "contentType": "application/pdf",
        "url": "[FD-endpunkt]/Binary/id-des-anhangs"
      },
      "format": {
        "code": "rechnungsanhang",
        "system": "https://gematik.de/fhir/dipag/CodeSystem/dipag-attachment-format-cs"
      }
    }
  ],
  "identifier": [
    {
      "system": "https://example.org/fhir/sid/anhangids",
      "value": "987-654-321"
    }
  ],
  "type": {
    "coding": [
      {
        "code": "PT130102",
        "system": "http://dvmd.de/fhir/CodeSystem/kdl",
        "display": "Molekularpathologiebefund"
      }
    ]
  },
  "description": "Molekularpathologiebefund vom 31.12.21",
  "subject": {
    "display": "Max Mustermann"
  },
  "context": {
    "related": [
      {
        "reference": "Patient/BeispielPatient3-FD"
      }
    ]
  }
}