@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:MedicationRequest ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "claim-pbs-02"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-medicationrequest-pbs-claim-1"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "Generated Narrative: MedicationRequest claim-pbs-02 identifier: URI/urn:uuid:73f7a30b-add3-4673-a4e9-65b0d8670a36status: Unknownintent: Ordermedication: Medication subject: Sally FIELD Female, DoB: 1999-02-14 ( National unique individual identifier: Austalian Healthcare Identifier - Individual#8003608333563104 (use: official, ))authoredOn: 2020-01-15DispenseRequests-NumberOfRepeatsAllowedQuantity*120 capsule" ] ; # fhir:identifier ( [ fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ; fhir:value [ fhir:v "urn:uuid:73f7a30b-add3-4673-a4e9-65b0d8670a36" ] ] ) ; # identifier for the PBR record from Medicare repository fhir:status [ fhir:v "unknown"] ; # fhir:intent [ fhir:v "order"] ; # fhir:medication [ a fhir:Reference ; fhir:link ; fhir:reference [ fhir:v "Medication/cephalexin-01" ] ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/mhr-field-sally" ] ; 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:authoredOn [ fhir:v "2020-01-15"^^xsd:date] ; # fhir:dispenseRequest [ fhir:numberOfRepeatsAllowed [ fhir:v "1"^^xsd:nonNegativeInteger ] ; fhir:quantity [ fhir:value [ fhir:v "20"^^xsd:decimal ] ; fhir:unit [ fhir:v "capsule" ] ] ] . # # -------------------------------------------------------------------------------------
Generated Narrative: MedicationRequest claim-pbs-02
identifier: URI/urn:uuid:73f7a30b-add3-4673-a4e9-65b0d8670a36
status: Unknown
intent: Order
medication: Medication
subject: Sally FIELD Female, DoB: 1999-02-14 ( National unique individual identifier: Austalian Healthcare Identifier - Individual#8003608333563104 (use: official, ))
authoredOn: 2020-01-15