FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/Communication

Packagede.emperra.esysta
Resource TypeStructureDefinition
IdCommunication
FHIR VersionR4
Sourcenull/https://simplifier.net/resolve?scope=de.emperra.esysta@1.0.0&canonical=http://portal.esysta.com/fhir/StructureDefinition/Communication
URLhttp://portal.esysta.com/fhir/StructureDefinition/Communication
Version1.0
Statusdraft
NameEsystaCommunication
TypeCommunication
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
DiabetesPatientDiabetesPatient
MessageReadMessageRead
PractitionerPractitioner

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "Communication",
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category",
      "valueString": "Clinical.Request & Response"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category",
      "valueCode": "patient"
    }
  ],
  "url": "http://portal.esysta.com/fhir/StructureDefinition/Communication",
  "version": "1.0",
  "name": "EsystaCommunication",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Pattern"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Communication",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Communication",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Communication.extension",
        "path": "Communication.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        },
        "max": "1"
      },
      {
        "id": "Communication.extension:messageRead",
        "path": "Communication.extension",
        "sliceName": "messageRead",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://portal.esysta.com/fhir/StructureDefinition/MessageRead"
            ]
          }
        ]
      },
      {
        "id": "Communication.identifier",
        "path": "Communication.identifier",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Communication.topic",
        "path": "Communication.topic",
        "min": 1
      },
      {
        "id": "Communication.sent",
        "path": "Communication.sent",
        "min": 1
      },
      {
        "id": "Communication.recipient",
        "path": "Communication.recipient",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://portal.esysta.com/fhir/StructureDefinition/DiabetesPatient",
              "http://portal.esysta.com/fhir/StructureDefinition/Practitioner"
            ]
          }
        ]
      },
      {
        "id": "Communication.sender",
        "path": "Communication.sender",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://portal.esysta.com/fhir/StructureDefinition/DiabetesPatient",
              "http://portal.esysta.com/fhir/StructureDefinition/Practitioner"
            ]
          }
        ]
      },
      {
        "id": "Communication.payload",
        "path": "Communication.payload",
        "min": 1,
        "max": "1"
      }
    ]
  }
}