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

FHIR IG analytics

Packagede.gematik.isik-dokumentenaustausch
Resource TypeDocumentReference
IdDocumentReference-dok-beispiel-client-with-binary-jpeg-example-short.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": "dok-beispiel-client-with-binary-jpeg-example-short",
  "meta": {
    "security": [
      {
        "code": "HTEST",
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason"
      }
    ],
    "profile": [
      "https://gematik.de/fhir/isik/v3/Dokumentenaustausch/StructureDefinition/ISiKDokumentenMetadaten"
    ]
  },
  "type": {
    "coding": [
      {
        "system": "http://dvmd.de/fhir/CodeSystem/kdl",
        "code": "ED020101",
        "display": "Fotodokumentation Operation"
      }
    ]
  },
  "masterIdentifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:1.2.840.113556.1.8000.2554.58783.21864.3474.19410.44358.58254.41281.46340"
  },
  "status": "current",
  "description": "Fotodokumentation Operation vom 31.12.21",
  "subject": {
    "reference": "Patient/PatientinMusterfrau"
  },
  "securityLabel": [
    {
      "coding": [
        {
          "code": "N",
          "system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality"
        }
      ]
    }
  ],
  "content": [
    {
      "attachment": {
        "contentType": "image/jpeg",
        "data": "4AAQSkZJRgABAQEB",
        "language": "de",
        "creation": "2020-12-31T23:50:50-05:00"
      },
      "format": {
        "code": "urn:ihe:iti:xds:2017:mimeTypeSufficient",
        "system": "http://ihe.net/fhir/ihe.formatcode.fhir/CodeSystem/formatcode",
        "display": "Format aus MIME Type ableitbar"
      }
    }
  ],
  "context": {
    "facilityType": {
      "coding": [
        {
          "code": "KHS",
          "system": "http://ihe-d.de/CodeSystems/PatientBezogenenGesundheitsversorgung",
          "display": "Krankenhaus"
        }
      ]
    },
    "practiceSetting": {
      "coding": [
        {
          "code": "ALLG",
          "system": "http://ihe-d.de/CodeSystems/AerztlicheFachrichtungen"
        }
      ]
    },
    "encounter": [
      {
        "reference": "Encounter/BeispielBesuch"
      }
    ]
  }
}