FHIR IG Statistics: StructureDefinition/EsystaCommunication
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"id": "EsystaCommunication",
"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/EsystaCommunication",
"version": "0.0.1",
"name": "EsystaCommunication",
"status": "active",
"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",
"mustSupport": true
},
{
"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",
"mustSupport": true
},
{
"id": "Communication.topic",
"path": "Communication.topic",
"min": 1,
"mustSupport": true
},
{
"id": "Communication.sent",
"path": "Communication.sent",
"min": 1,
"mustSupport": true
},
{
"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"
]
}
],
"mustSupport": true
},
{
"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"
]
}
],
"mustSupport": true
},
{
"id": "Communication.payload",
"path": "Communication.payload",
"min": 1,
"max": "1",
"mustSupport": true
}
]
}
}