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

FHIR IG analytics

Packagerki.demis.common.strict
Resource TypeComposition
IdNotificationReceipt-example.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": "Composition",
  "id": "NotificationReceipt-example",
  "meta": {
    "profile": [
      "https://demis.rki.de/fhir/StructureDefinition/NotificationReceipt"
    ]
  },
  "extension": [
    {
      "url": "https://demis.rki.de/fhir/StructureDefinition/ReceivedNotificationBundle",
      "valueIdentifier": {
        "system": "https://demis.rki.de/fhir/NamingSystem/NotificationBundleId",
        "value": "8e879be5-37cb-4ea4-885a-1f4bb30e360a"
      }
    }
  ],
  "status": "final",
  "type": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "77999-1",
        "display": "Case notification comment"
      }
    ]
  },
  "date": "2021-03-11T08:34:03+00:00",
  "author": [
    {
      "reference": "Organization/DEMIS"
    }
  ],
  "title": "Meldevorgangsquittung",
  "section": [
    {
      "title": "Zuständiges Gesundheitsamt",
      "code": {
        "text": "Zuständiges Gesundheitsamt"
      },
      "entry": [
        {
          "reference": "Organization/1.11.0.11.01."
        }
      ]
    },
    {
      "title": "PDF Quittung",
      "code": {
        "text": "PDF Quittung"
      },
      "entry": [
        {
          "reference": "Binary/a8364648-7431-43e0-b454-a930de5e101e"
        }
      ]
    }
  ]
}