@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - 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/ci/fhir/StructureDefinition/explanationofbenefit-medicare"; fhir:index 0 ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative: ExplanationOfBenefit

Resource ExplanationOfBenefit "mbs-02"

Profile: ADHA Medicare ExplanationOfBenefit

identifier: id: urn:oid:1.2.36.1.2001.1007.11.8003640002000043.1000000000041358

type: Pharmacy (Example Claim Type Codes#pharmacy)

subType: mbs (australian-benefit-payment-category-1#mbs)

patient:

created: 2017-12-04

Items

-SequenceServiceServiced[x]
*1Palmar 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.) (unknown#30185)2016-06-16
" ]; fhir:ExplanationOfBenefit.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ]; fhir:Identifier.value [ fhir:value "urn:oid:1.2.36.1.2001.1007.11.8003640002000043.1000000000041358" ] ]; fhir:ExplanationOfBenefit.type [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://hl7.org/fhir/ex-claimtype" ]; fhir:Coding.code [ fhir:value "pharmacy" ] ] ]; fhir:ExplanationOfBenefit.subType [ fhir:index 0; 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.patient [ fhir:Reference.identifier [ fhir:Identifier.type [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://hl7.org/fhir/v2/0203" ]; fhir:Coding.code [ fhir:value "NI" ]; fhir:Coding.display [ fhir:value "National unique individual identifier" ] ] ]; fhir:Identifier.system [ fhir:value "http://ns.electronichealth.net.au/id/hi/ihi/1.0" ]; fhir:Identifier.value [ fhir:value "8003608166690503" ] ] ]; fhir:ExplanationOfBenefit.created [ fhir:value "2017-12-04"^^xsd:date]; fhir:ExplanationOfBenefit.item [ fhir:index 0; fhir:ExplanationOfBenefit.item.sequence [ fhir:value "1"^^xsd:positiveInteger ]; fhir:ExplanationOfBenefit.item.service [ 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 "2016-06-16"^^xsd:date ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------