Eksempler på bruk av DocumentReference for å sende vedlegg til timeavtale

Eksempler på bruk av DocumentReference for å sende vedlegg til timeavtale

Innholdsfortegnelse

Eksempel - innkallingsbrev - XDS

<DocumentReference> <id value="aa7546d0-e90c-4f07-9c63-e011aa060733"/> <meta> <profile value="http://hl7.no/fhir/StructureDefinition/no-basis-DocumentReference"/> </meta> <masterIdentifier> <system value="urn:ietf:rfc:3986"/> <value value="urn:oid:2.16.578.1.12.4.1.2.5604"/> </masterIdentifier> <identifier> <system value="urn:ietf:rfc:3986"/> <value value="urn:oid:2.16.578.1.12.4.3.1.3.40.20.1870.2.1"/> </identifier> <type> <coding> <system value="urn:oid:2.16.578.1.12.4.1.1.9602"/> <code value="I02-2"/> </coding> </type> <status value="current"/> <content> <attachment> <contentType value="application/pdf"/> <url value="urn:ihe:iti:xds:2010:0b785744-fa5f-103d-e063-2a20b40ac93b"/> <title value="XDS Document Reference"/> </attachment> </content> </DocumentReference>

Eksempel - innkallingsbrev med vedlegg

<DocumentReference> <id value="aa7546d0-e90c-4f07-9c63-e011aa060733"/> <meta> <profile value="http://hl7.no/fhir/StructureDefinition/no-basis-DocumentReference"/> </meta> <identifier> <system value="urn:ietf:rfc:3986"/> <value value="urn:uuid:aa54d29e-4009-49cb-9ec4-847a6469459d"/> </identifier> <type> <coding> <system value="urn:oid:2.16.578.1.12.4.1.1.9602"/> <code value="I02-2"/> </coding> </type> <status value="current"/> <content> <attachment> <contentType value="application/pdf"/> <Data value= "{{document content-base64 encoded}}"/> <title value="{{document title}}"/> </attachment> </content> </DocumentReference>