This page is part of the Australian Base IG (v1.1.1: AU Base 1.1 on STU3 Draft) based on FHIR R3. The current version which supercedes this version is 1.0.2. For a full list of available versions, see the Directory of published versions
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:Practitioner; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "example2"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://hl7.org.au/fhir/StructureDefinition/au-practitioner"; fhir:index 0 ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example2</p><p><b>meta</b>: </p><p><b>name</b>: Peter Winslow </p><h3>Qualifications</h3><table class=\"grid\"><tr><td>-</td><td><b>Identifier</b></td><td><b>Code</b></td><td><b>Issuer</b></td></tr><tr><td>*</td><td>AHPRA Registration Number = MED0000932847</td><td>General pathology <span style=\"background: LightGoldenRodYellow\">(Details : {http://www.abs.gov.au/ausstats/abs@.nsf/mf/1220.0 code '253915' = '253915', given as 'Pathologist'})</span></td><td>AHPRA</td></tr></table></div>" ]; fhir:Practitioner.name [ fhir:index 0; fhir:HumanName.family [ fhir:value "Winslow" ]; fhir:HumanName.given [ fhir:value "Peter"; fhir:index 0 ]; fhir:HumanName.prefix [ fhir:value "Dr"; fhir:index 0 ] ]; fhir:Practitioner.qualification [ fhir:index 0; fhir:Practitioner.qualification.identifier [ fhir:index 0; fhir:Identifier.type [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://hl7.org.au/fhir/v2/0203" ]; fhir:Coding.code [ fhir:value "AHPRA" ]; fhir:Coding.display [ fhir:value "Australian Health Practitioner Regulation Agency Registration Number" ] ]; fhir:CodeableConcept.text [ fhir:value "AHPRA Registration Number" ] ]; fhir:Identifier.system [ fhir:value "http://hl7.org.au/id/ahpra-registration-number" ]; fhir:Identifier.value [ fhir:value "MED0000932847" ] ]; fhir:Practitioner.qualification.code [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://www.abs.gov.au/ausstats/abs@.nsf/mf/1220.0" ]; fhir:Coding.code [ fhir:value "253915" ]; fhir:Coding.display [ fhir:value "Pathologist" ] ]; fhir:CodeableConcept.text [ fhir:value "General pathology" ] ]; fhir:Practitioner.qualification.issuer [ fhir:Reference.display [ fhir:value "AHPRA" ] ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.