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

FHIR IG analytics

Packagedvmd.kdl.r4
Resource TypeDocumentReference
IdDocumentReference-example-2.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": "kdl-dokref-ex-2",
  "masterIdentifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:1.2.276.0.76.3.1.191.0002.01.9999999999999.00000001.999.99.9999999999999999"
  },
  "status": "current",
  "type": {
    "coding": [
      {
        "system": "http://dvmd.de/fhir/CodeSystem/kdl",
        "code": "AM010301",
        "display": "Anästhesieaufklärungsbogen"
      },
      {
        "system": "http://ihe-d.de/CodeSystems/IHEXDStypeCode",
        "code": "EINW",
        "display": "Einwilligungen/Aufklärungen"
      }
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://ihe-d.de/CodeSystems/IHEXDSclassCode",
          "code": "ADM",
          "display": "Administratives Dokument"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/example"
  },
  "date": "2019-07-30T16:45:32+02:00",
  "description": "Aufklärung - Anästhesie",
  "content": [
    {
      "attachment": {
        "language": "de-DE",
        "url": "Binary/example",
        "creation": "2018-09-20T17:07:35+02:00"
      }
    }
  ],
  "context": {
    "encounter": [
      {
        "reference": "Encounter/example"
      }
    ]
  }
}