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

FHIR IG analytics

Packagede.gematik.dipag
Resource TypeDocumentReference
IdDocumentReference-BeispielDocumentReferenceSonstigesDokument3-FD.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": "BeispielDocumentReferenceSonstigesDokument3-FD",
  "identifier": [
    {
      "system": "https://gematik.de/fhir/sid/dipag-token",
      "value": "987-654-321"
    }
  ],
  "status": "current",
  "type": {
    "coding": [
      {
        "code": "PT130102",
        "system": "http://dvmd.de/fhir/CodeSystem/kdl",
        "display": "Molekularpathologiebefund"
      }
    ]
  },
  "description": "Molekularpathologiebefund vom 31.12.21",
  "subject": {
    "reference": "Patient/BeispielPatient3-FD"
  },
  "content": [
    {
      "attachment": {
        "contentType": "application/pdf",
        "url": "[FD-endpunkt]/Binary/patho-mit-token-barcode"
      }
    }
  ],
  "relatesTo": [
    {
      "code": "transforms",
      "target": {
        "reference": "DocumentReference/BeispielDocumentReferenceSonstigesDokument3-LE"
      }
    }
  ]
}