Australian Digital Health Agency FHIR Implementation Guide 1.0.0

Australian Digital Health Agency FHIR Implementation Guide. This is the current published version. It is based on FHIR® version 4.0.1. See the Directory of published versions for a list of available versions.

Example: ExplanationOfBenefit-mbs-02

Formats: Narrative, XML, JSON, Turtle

Raw ttl


@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 -------------------------------------------------------------------

 a fhir:ExplanationOfBenefit;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "mbs-02"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-explanationofbenefit-medicare-mbs-1";
       fhir:index 0;
       fhir:link <http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-explanationofbenefit-medicare-mbs-1>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ExplanationOfBenefit</b><a name=\"mbs-02\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource ExplanationOfBenefit &quot;mbs-02&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-dh-explanationofbenefit-medicare-mbs-1.html\">ADHA Record of Claim against MBS or DVA</a></p></div><p><b>identifier</b>: id: urn:uuid:79a8b5a5-1631-4eec-b031-815156c9a47b</p><p><b>status</b>: active</p><p><b>type</b>: Professional <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-claim-type.html\">Claim Type Codes</a>#professional)</span></p><p><b>subType</b>: mbs <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (australian-benefit-payment-category-1#mbs)</span></p><p><b>use</b>: claim</p><p><b>patient</b>: <a href=\"Patient-mhr-field-sally.html\">Patient/mhr-field-sally</a> &quot; FIELD&quot;</p><p><b>created</b>: 2017-12-04</p><p><b>insurer</b>: <a href=\"Organization-healthau.html\">Organization/healthau: Australian Government Department of Health</a> &quot;Australian Government Department of Health&quot;</p><p><b>provider</b>: <span>: Dr. Jeong-Hoon Kim</span></p><p><b>outcome</b>: complete</p><h3>Insurances</h3><table class=\"grid\"><tr><td>-</td><td><b>Focal</b></td><td><b>Coverage</b></td></tr><tr><td>*</td><td>true</td><td><span/></td></tr></table><h3>Items</h3><table class=\"grid\"><tr><td>-</td><td><b>Sequence</b></td><td><b>Category</b></td><td><b>ProductOrService</b></td><td><b>Serviced[x]</b></td></tr><tr><td>*</td><td>1</td><td>Medicare Benefits Schedule <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (australian-benefit-payment-category-1#mbs &quot;MBS&quot;)</span></td><td>Palmar or plantar warts (10 or more), definitive removal of, excluding ablative methods alone, not being a service to which item 30186 or 30187 applies (Anaes.) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#30185)</span></td><td>2017-12-04</td></tr></table></div>"
  ];
  fhir:ExplanationOfBenefit.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:uuid:79a8b5a5-1631-4eec-b031-815156c9a47b" ]
  ];
  fhir:ExplanationOfBenefit.status [ fhir:value "active"];
  fhir:ExplanationOfBenefit.type [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/claim-type" ];
       fhir:Coding.code [ fhir:value "professional" ]     ]
  ];
  fhir:ExplanationOfBenefit.subType [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "https://healthterminologies.gov.au/fhir/CodeSystem/australian-benefit-payment-category-1" ];
       fhir:Coding.code [ fhir:value "mbs" ]     ]
  ];
  fhir:ExplanationOfBenefit.use [ fhir:value "claim"];
  fhir:ExplanationOfBenefit.patient [
     fhir:Reference.reference [ fhir:value "Patient/mhr-field-sally" ];
     fhir:Reference.identifier [
       fhir:Identifier.type [
         fhir:CodeableConcept.coding [
           fhir:index 0;
           fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ];
           fhir:Coding.code [ fhir:value "NI" ];
           fhir:Coding.display [ fhir:value "National unique individual identifier" ]         ];
         fhir:CodeableConcept.text [ fhir:value "IHI" ]       ];
       fhir:Identifier.system [ fhir:value "http://ns.electronichealth.net.au/id/hi/ihi/1.0" ];
       fhir:Identifier.value [ fhir:value "8003608833357361" ]     ]
  ];
  fhir:ExplanationOfBenefit.created [ fhir:value "2017-12-04"^^xsd:date];
  fhir:ExplanationOfBenefit.insurer [
     fhir:Reference.reference [ fhir:value "Organization/healthau" ];
     fhir:Reference.identifier [
       fhir:Identifier.type [
         fhir:CodeableConcept.coding [
           fhir:index 0;
           fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ];
           fhir:Coding.code [ fhir:value "XX" ]         ];
         fhir:CodeableConcept.text [ fhir:value "ABN" ]       ];
       fhir:Identifier.system [ fhir:value "http://hl7.org.au/id/abn" ];
       fhir:Identifier.value [ fhir:value "83605426759" ]     ];
     fhir:Reference.display [ fhir:value "Australian Government Department of Health" ]
  ];
  fhir:ExplanationOfBenefit.provider [
     fhir:Reference.identifier [
       fhir:Identifier.type [
         fhir:CodeableConcept.coding [
           fhir:index 0;
           fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ];
           fhir:Coding.code [ fhir:value "NPI" ];
           fhir:Coding.display [ fhir:value "National provider identifier" ]         ];
         fhir:CodeableConcept.text [ fhir:value "HPI-I" ]       ];
       fhir:Identifier.system [ fhir:value "http://ns.electronichealth.net.au/id/hi/hpii/1.0" ];
       fhir:Identifier.value [ fhir:value "8003614900041243" ]     ];
     fhir:Reference.display [ fhir:value "Dr. Jeong-Hoon Kim" ]
  ];
  fhir:ExplanationOfBenefit.outcome [ fhir:value "complete"];
  fhir:ExplanationOfBenefit.insurance [
     fhir:index 0;
     fhir:ExplanationOfBenefit.insurance.focal [ fhir:value "true"^^xsd:boolean ];
     fhir:ExplanationOfBenefit.insurance.coverage [
       fhir:Reference.identifier [
         fhir:Identifier.type [
           fhir:CodeableConcept.coding [
             fhir:index 0;
             fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ];
             fhir:Coding.code [ fhir:value "MC" ]           ];
           fhir:CodeableConcept.text [ fhir:value "Medicare Number" ]         ];
         fhir:Identifier.system [ fhir:value "http://ns.electronichealth.net.au/id/medicare-number" ];
         fhir:Identifier.value [ fhir:value "3951032981" ]       ]     ]
  ];
  fhir:ExplanationOfBenefit.item [
     fhir:index 0;
     fhir:ExplanationOfBenefit.item.sequence [ fhir:value "1"^^xsd:positiveInteger ];
     fhir:ExplanationOfBenefit.item.category [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "https://healthterminologies.gov.au/fhir/CodeSystem/australian-benefit-payment-category-1" ];
         fhir:Coding.code [ fhir:value "mbs" ];
         fhir:Coding.display [ fhir:value "MBS" ]       ];
       fhir:CodeableConcept.text [ fhir:value "Medicare Benefits Schedule" ]     ];
     fhir:ExplanationOfBenefit.item.productOrService [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "urn:oid:1.2.36.1.2001.1005.21" ];
         fhir:Coding.code [ fhir:value "30185" ];
         fhir:Coding.display [ fhir:value "Palmar or plantar warts (10 or more), definitive removal of, excluding ablative methods alone, not being a service to which item 30186 or 30187 applies (Anaes.)" ]       ]     ];
     fhir:ExplanationOfBenefit.item.servicedDate [ fhir:value "2017-12-04"^^xsd:date ]
  ].

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

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.