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

FHIR IG analytics

Packagerki.emiga.outbreak
Resource TypeList
IdList-OutbreakLinkedCasesListExample.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": "List",
  "id": "OutbreakLinkedCasesListExample",
  "meta": {
    "profile": [
      "https://emiga.rki.de/fhir/outbreak/StructureDefinition/OutbreakLinkedCasesList"
    ],
    "security": [
      {
        "system": "https://emiga.rki.de/fhir/common/CodeSystem/ResourceVisibilityType",
        "code": "internal"
      },
      {
        "system": "https://emiga.rki.de/fhir/common/CodeSystem/ResourceResponsibility",
        "code": "1.",
        "display": "Robert Koch-Institut"
      }
    ]
  },
  "identifier": [
    {
      "system": "http://example.org/fhir/identifier",
      "value": "12345"
    }
  ],
  "orderedBy": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/list-order",
        "code": "entry-date",
        "display": "Sorted by Item Date"
      }
    ]
  },
  "note": [
    {
      "text": "Dies ist eine Annotation zur Liste"
    }
  ],
  "entry": [
    {
      "item": {
        "reference": "Composition/ExampleComposition1",
        "display": "Fall 1"
      },
      "date": "2025-03-20T12:00:00+01:00"
    },
    {
      "item": {
        "reference": "Composition/ExampleComposition2",
        "display": "Fall 2"
      },
      "date": "2025-03-20T14:00:00+01:00"
    }
  ],
  "status": "current",
  "mode": "working",
  "title": "Liste der enthaltene Fälle im Ausbruch",
  "date": "2025-03-21T10:00:00+01:00"
}