Release 4 5

This page is part of the FHIR Specification (v4.0.1: R4 (v5.0.0: R5 - Mixed Normative and STU ) ). This is the current published version in it's permanent home (it will always be available at this URL). The current version which supercedes this version is 5.0.0 . For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3

Communication-example-fm-attachment.ttl

Example Communication/fm-attachment (Turtle)

Patient Care Work Group Maturity Level : N/A Standards Status : Informative Compartments : Device , Encounter , Patient , Practitioner , RelatedPerson

Raw Turtle (+ also see Turtle/RDF Format Specification )

An example of an unsolicited attachment - provision of additional information

@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/Communication/fm-attachment> a fhir:Communication;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "fm-attachment"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Attachment which is unsolicited</div>"
  ];
  fhir:Communication.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "http://www.providerco.com/communication" ];
     fhir:Identifier.value [ fhir:value "12345" ]
  ];
  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 <http://hl7.org/fhir/Patient/1>;
     fhir:Reference.reference [ fhir:value "Patient/1" ]
  ];
  fhir:Communication.about [
     fhir:index 0;
     fhir:Reference.identifier [
       fhir:Identifier.system [ fhir:value "http://happyvalley.com/claim" ];
       fhir:Identifier.value [ fhir:value "12345" ]
     ]
  ], [
     fhir:index 1;
     fhir:Reference.identifier [
       fhir:Identifier.system [ fhir:value "http://www.BenefitsInc.com/fhir/claimresponse" ];
       fhir:Identifier.value [ fhir:value "R3500" ]
     ]
  ];
  fhir:Communication.sent [ fhir:value "2016-06-12T18:01:10-08:00"^^xsd:dateTime];
  fhir:Communication.recipient [
     fhir:index 0;
     fhir:Reference.identifier [
       fhir:Identifier.system [ fhir:value "http://www.jurisdiction.com/insurer" ];
       fhir:Identifier.value [ fhir:value "123456" ]
     ]
  ];
  fhir:Communication.sender [
     fhir:Reference.identifier [
       fhir:Identifier.system [ fhir:value "http://www.jurisdiction.com/provideroffices" ];
       fhir:Identifier.value [ fhir:value "3456" ]
     ]
  ];
  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 ]

[a fhir:Communication ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "fm-attachment"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Attachment which is unsolicited</div>"
  ] ; # 
  fhir:identifier ( [
     fhir:system [ fhir:v "http://www.providerco.com/communication"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "12345" ]
  ] ) ; #   insert contents here  ,  
#   <contained>
#    <Organization>
#      <id value="provider"/>
#      <identifier>
#        <system value="http://www.jurisdiction.com/provideroffices"/>
#        <value value="3456"/>
#      </identifier>
#    </Organization>
#  </contained>
#
#  <contained>
#    <Organization>
#      <id value="payor"/>
#      <identifier>
#        <system value="http://www.jurisdiction.com/insurer"/>
#        <value value="123456"/>
#      </identifier>
#    </Organization>
#  </contained>
#
#  <contained>
#    <Claim>
#      <id value="claim"/>
#      <identifier>
#	    <system value="http://happyvalley.com/claim"/>
#        <value value="12345"/>
#      </identifier>
#	  <status value="draft"/>
#	  <type>
#        <system value="http://hl7.org/fhir/ex-claimtype"/>
#        <code value="oral"/>
#	  </type>
#      <patientReference>
#        <reference value="Patient/1"/>
#      </patientReference>
#    </Claim>
#  </contained>
#
#  <contained>
#    <ClaimResponse>
#      <id value="claimresponse"/>
#      <identifier>
#	    <system value="http://www.BenefitsInc.com/fhir/claimresponse"/>
#        <value value="R3500"/>
#      </identifier>
#	  <status value="draft"/>
#    </ClaimResponse>
#  </contained> 
#   ,   body of the resource  
  fhir:status [ fhir:v "completed"] ; # 
  fhir:category ( [
     fhir:coding ( [
       fhir:system [ fhir:v "http://acme.org/messagetypes"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "SolicitedAttachment" ]
     ] )
  ] ) ; # 
  fhir:subject [
     fhir:reference [ fhir:v "Patient/1" ]
  ] ; # 
  fhir:about ( [
     fhir:identifier [
       fhir:system [ fhir:v "http://happyvalley.com/claim"^^xsd:anyURI ] ;
       fhir:value [ fhir:v "12345" ]
     ] #   reference value=\"#claim\"\/  
  ] [
     fhir:identifier [
       fhir:system [ fhir:v "http://www.BenefitsInc.com/fhir/claimresponse"^^xsd:anyURI ] ;
       fhir:value [ fhir:v "R3500" ]
     ] #   reference value=\"#claimresponse\"\/  
  ] ) ; #   Example using about 0..* Resource(Any) to provide focal resources  
  fhir:sent [ fhir:v "2016-06-12T18:01:10-08:00"^^xsd:dateTime] ; # 
  fhir:recipient ( [
     fhir:identifier [
       fhir:system [ fhir:v "http://www.jurisdiction.com/insurer"^^xsd:anyURI ] ;
       fhir:value [ fhir:v "123456" ]
     ] #   reference value=\"#payor\"\/  
  ] ) ; # 
  fhir:sender [
     fhir:identifier [
       fhir:system [ fhir:v "http://www.jurisdiction.com/provideroffices"^^xsd:anyURI ] ;
       fhir:value [ fhir:v "3456" ]
     ] #   reference value=\"#provider\"\/  
  ] ; # 
  fhir:payload ( [
     fhir:content [
       a fhir:Attachment ;
       fhir:contentType [ fhir:v "application/pdf" ] ;
       fhir:data [ fhir:v "SGVsbG8="^^xsd:base64Binary ] ;
       fhir:title [ fhir:v "accident notes 20100201.pdf" ] ;
       fhir:creation [ fhir:v "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://example.org/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 ]

  ] [
     fhir:content [
       a fhir:Attachment ;
       fhir:contentType [ fhir:v "application/pdf" ] ;
       fhir:url [ fhir:v "http://example.org/docs/AB12345"^^xsd:anyURI ] ;
       fhir:size [ fhir:v "104274"^^xsd:long ] ;
       fhir:hash [ fhir:v "SGVsbG8gdGhlcmU="^^xsd:base64Binary ] ;
       fhir:creation [ fhir:v "2010-02-01T10:57:34+01:00"^^xsd:dateTime ]

     ]
  ] .

<http://hl7.org/fhir/Patient/1> a fhir:Patient .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Communication/fm-attachment.ttl> a owl:Ontology;
  owl:imports fhir:fhir.ttl;
  owl:versionIRI <http://build.fhir.org/Communication/fm-attachment.ttl> .

  ] )] . # 


# -------------------------------------------------------------------------------------


Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.