a fhir:Communication;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "fm-solicited"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "Attachment in response to a Request
"
];
fhir:DomainResource.contained [
a fhir:Organization;
fhir:index 0;
fhir:Resource.id [ fhir:value "provider" ];
fhir:Organization.identifier [
fhir:index 0;
fhir:Identifier.system [ fhir:value "http://www.jurisdiction.com/provideroffices" ];
fhir:Identifier.value [ fhir:value "3456" ]
]
], [
a fhir:Organization;
fhir:index 1;
fhir:Resource.id [ fhir:value "payor" ];
fhir:Organization.identifier [
fhir:index 0;
fhir:Identifier.system [ fhir:value "http://www.jurisdiction.com/insurer" ];
fhir:Identifier.value [ fhir:value "123456" ]
]
], [
a fhir:CommunicationRequest;
fhir:index 2;
fhir:Resource.id [ fhir:value "request" ];
fhir:CommunicationRequest.identifier [
fhir:index 0;
fhir:Identifier.system [ fhir:value "http://www.jurisdiction.com/insurer/123456" ];
fhir:Identifier.value [ fhir:value "ABC123" ]
];
fhir:CommunicationRequest.status [ fhir:value "completed" ];
fhir:CommunicationRequest.subject [
fhir:link ;
fhir:Reference.reference [ fhir:value "Patient/1" ]
]
];
fhir:Communication.identifier [
fhir:index 0;
fhir:Identifier.system [ fhir:value "http://www.providerco.com/communication" ];
fhir:Identifier.value [ fhir:value "12345" ]
];
fhir:Communication.basedOn [
fhir:index 0;
fhir:Reference.reference [ fhir:value "#request" ]
];
fhir:Communication.status [ fhir:value "completed"];
fhir:Communication.category [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://acme.org/messagetypes" ];
fhir:Coding.code [ fhir:value "SolicitedAttachment" ]
]
];
fhir:Communication.subject [
fhir:link ;
fhir:Reference.reference [ fhir:value "Patient/1" ]
];
fhir:Communication.sent [ fhir:value "2016-06-12T18:01:10-08:00"^^xsd:dateTime];
fhir:Communication.recipient [
fhir:index 0;
fhir:Reference.reference [ fhir:value "#payor" ]
];
fhir:Communication.sender [
fhir:Reference.reference [ fhir:value "#provider" ]
];
fhir:Communication.payload [
fhir:index 0;
fhir:Communication.payload.contentAttachment [
fhir:Attachment.contentType [ fhir:value "application/pdf" ];
fhir:Attachment.data [ fhir:value "SGVsbG8="^^xsd:base64Binary ];
fhir:Attachment.title [ fhir:value "accident notes 20100201.pdf" ];
fhir:Attachment.creation [ fhir:value "2010-02-01T11:50:23-05:00"^^xsd:dateTime ]
]
], [
fhir:index 1;
fhir:Communication.payload.contentAttachment [
fhir:Attachment.contentType [ fhir:value "application/pdf" ];
fhir:Attachment.url [ fhir:value "http://happyvalley.com/docs/AB12345" ];
fhir:Attachment.size [ fhir:value "104274"^^xsd:nonNegativeInteger ];
fhir:Attachment.hash [ fhir:value "SGVsbG8gdGhlcmU="^^xsd:base64Binary ];
fhir:Attachment.creation [ fhir:value "2010-02-01T10:57:34+01:00"^^xsd:dateTime ]
]
] .
a fhir:Patient .
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl;
owl:versionIRI .
# -------------------------------------------------------------------------------------