@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:DocumentReference ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "mbs-02"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-documentreference-core-1"^^xsd:anyURI ; fhir:link ] ) ] ; # Created DocumentReference from 'data in' Bundle | Post from Medicare repository to MHR, DocumentReference for ExplanationOfBenefit/mbs-02 fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: DocumentReference mbs-02

masterIdentifier: URI/urn:uuid:79a8b5a5-1631-4eec-b031-815156c9a47b

identifier: URI/urn:uuid:79a8b5a5-1631-4eec-b031-815156c9a47b

status: Current

docStatus: Final

type: Medicare/DVA Benefits Report

category: Medicare/DVA Benefits Report

subject: Sally FIELD Female, DoB: 1999-02-14 ( National unique individual identifier: Austalian Healthcare Identifier - Individual#8003608333563104 (use: official, ))

date: 2017-12-04 01:02:00+1000

author: Device: identifier = PAI-D: 8003640003000018; type = Medicare register system

custodian: Organization Medicare Australia repository services operator

content

Attachments

-LanguageUrl
*English (Region=Australia)http://example.org/mhr/xds/mhd/Binary/e2c4db8a-7164-46c3-990a-d00cdaec348d

Contexts

-SourcePatientInfoRelated
*Identifier: IHI/8003608000228437http://example.org/mhr/xds/mhd/ExplanationOfBenefit/79a8b5a5-1631-4eec-b031-815156c9a47b
" ] ; # fhir:masterIdentifier [ fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ; fhir:value [ fhir:v "urn:uuid:79a8b5a5-1631-4eec-b031-815156c9a47b" ] ] ; # fhir:identifier ( [ fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ; fhir:value [ fhir:v "urn:uuid:79a8b5a5-1631-4eec-b031-815156c9a47b" ] ] ) ; # fhir:status [ fhir:v "current"] ; # fhir:docStatus [ fhir:v "final"] ; # fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "https://healthterminologies.gov.au/fhir/CodeSystem/nctis-data-components-1"^^xsd:anyURI ] ; fhir:code [ fhir:v "100.16644" ] ; fhir:display [ fhir:v "Medicare/DVA Benefits Report" ] ] ) ] ; # fhir:category ( [ fhir:coding ( [ fhir:system [ fhir:v "https://healthterminologies.gov.au/fhir/CodeSystem/nctis-data-components-1"^^xsd:anyURI ] ; fhir:code [ fhir:v "100.16644" ] ; fhir:display [ fhir:v "Medicare/DVA Benefits Report" ] ] ) ] ) ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/mhr-field-sally" ] ; # Assume local record number will be used here instead of IHI fhir:identifier [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "NI" ] ; fhir:display [ fhir:v "National unique individual identifier" ] ] ) ; fhir:text [ fhir:v "IHI" ] ] ; fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/hi/ihi/1.0"^^xsd:anyURI ] ; fhir:value [ fhir:v "8003608833357361" ] ] ] ; # fhir:date [ fhir:v "2017-12-04T01:02:00+10:00"^^xsd:dateTime] ; # Instant this DocumentReference was created from the uploaded the Bundle | resource fhir:author ( [ fhir:link ; fhir:reference [ fhir:v "Device/medicare-rs-01" ] ] ) ; # fhir:custodian [ fhir:link ; fhir:reference [ fhir:v "Organization/medicare-rs-operator" ] ] ; # fhir:content ( [ fhir:attachment [ fhir:language [ fhir:v "en-AU" ] ; fhir:url [ fhir:v "http://example.org/mhr/xds/mhd/Binary/e2c4db8a-7164-46c3-990a-d00cdaec348d"^^xsd:anyURI ] ] # Assumption that a Binary of the original upload is persisted ] ) ; # fhir:context [ fhir:sourcePatientInfo [ fhir:identifier [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "NI" ] ] ) ; fhir:text [ fhir:v "IHI" ] ] ; fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/hi/ihi/1.0"^^xsd:anyURI ] ; fhir:value [ fhir:v "8003608000228437" ] ] ] ; fhir:related ( [ fhir:link ; fhir:reference [ fhir:v "http://example.org/mhr/xds/mhd/ExplanationOfBenefit/79a8b5a5-1631-4eec-b031-815156c9a47b" ] ; fhir:identifier [ fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ; fhir:value [ fhir:v "urn:uuid:79a8b5a5-1631-4eec-b031-815156c9a47b" ] ] # identifier below is the value of ExplanationOfBenefit.identifier ] ) # RELATED RESOURCES - REFERENCING INDIVIDUAL RESOURCES ACROSS THE DB THAT MAKE UP THIS 'DOCUMENT', The url identifier scheme used below is nonsense should be replaced with the real scheme. The nonsense convention is document identifier (i.e. Bundle.identifier or Resource.identifier), There is no related reference for a Patient record as this is not persisted - MHR Master Patient record is maintained and when a view or other output is\n generated that generation process is to generate a fresh Patient resource according to current data and business rules ] . # additional instances of related are instantiated if the Bundle | resource has been split across a DB # -------------------------------------------------------------------------------------