@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:PractitionerRole ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "b27fc609-efcb-4c43-a296-5908787de413"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.medirecords.com/StructureDefinition/mr-practitioner-role-contact"^^xsd:anyURI ;
fhir:link <https://fhir.medirecords.com/StructureDefinition/mr-practitioner-role-contact> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole b27fc609-efcb-4c43-a296-5908787de413</b></p><a name=\"b27fc609-efcb-4c43-a296-5908787de413\"> </a><a name=\"hcb27fc609-efcb-4c43-a296-5908787de413\"> </a><a name=\"b27fc609-efcb-4c43-a296-5908787de413-en-US\"> </a><p><b>identifier</b>: Medicare Provider Number/225456HT</p><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"#hcb27fc609-efcb-4c43-a296-5908787de413/1\">Practitioner David Jones (official)</a></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 62247001}\">General Practitioner</span></p><p><b>location</b>: <a href=\"#hcb27fc609-efcb-4c43-a296-5908787de413/2\">Location: status = active</a></p><p><b>telecom</b>: ph: 0410999888(Mobile), <a href=\"mailto:john.smith@gpexample.com\">john.smith@gpexample.com</a>, ph: 0212450987(Work)</p><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Practitioner #1</b></p><a name=\"b27fc609-efcb-4c43-a296-5908787de413/1\"> </a><a name=\"hcb27fc609-efcb-4c43-a296-5908787de413/1\"> </a><a name=\"b27fc609-efcb-4c43-a296-5908787de413/1-en-US\"> </a><p><b>identifier</b>: National provider identifier/8003610833334085</p><p><b>name</b>: David Jones (Official)</p></blockquote><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Location #2</b></p><a name=\"b27fc609-efcb-4c43-a296-5908787de413/2\"> </a><a name=\"hcb27fc609-efcb-4c43-a296-5908787de413/2\"> </a><a name=\"b27fc609-efcb-4c43-a296-5908787de413/2-en-US\"> </a><p><b>status</b>: Active</p><p><b>address</b>: 12 Mitchell Lane Sydney NSW 2000 AU </p></blockquote></div>"
] ; #
fhir:contained ( [
a fhir:Practitioner ;
fhir:id [ fhir:v "1" ] ;
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.medirecords.com/StructureDefinition/mr-practitioner-contact"^^xsd:anyURI ;
fhir:link <https://fhir.medirecords.com/StructureDefinition/mr-practitioner-contact> ] ) ] ;
( fhir:identifier [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NPI" ] ] ) ] ;
fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/hi/hpii/1.0"^^xsd:anyURI ] ;
fhir:value [ fhir:v "8003610833334085" ] ] ) ;
( fhir:name [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "Jones" ] ;
( fhir:given [ fhir:v "David" ] ) ;
( fhir:prefix [ fhir:v "Dr" ] ) ] )
] [
a fhir:Location ;
fhir:id [ fhir:v "2" ] ;
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.medirecords.com/StructureDefinition/mr-location-core"^^xsd:anyURI ;
fhir:link <https://fhir.medirecords.com/StructureDefinition/mr-location-core> ] ) ] ;
fhir:status [ fhir:v "active" ] ;
fhir:address [
( fhir:line [ fhir:v "12 Mitchell Lane" ] ) ;
fhir:city [ fhir:v "Sydney" ] ;
fhir:state [ fhir:v "NSW" ] ;
fhir:postalCode [ fhir:v "2000" ] ;
fhir:country [ fhir:v "AU" ] ]
] ) ; #
fhir:identifier ( [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "UPIN" ] ] ) ] ;
fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/medicare-provider-number"^^xsd:anyURI ] ;
fhir:value [ fhir:v "225456HT" ]
] ) ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:practitioner [
fhir:reference [ fhir:v "#1" ]
] ; #
fhir:code ( [
( fhir:coding [
a sct:62247001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "62247001" ] ;
fhir:display [ fhir:v "General practitioner" ] ] ) ;
fhir:text [ fhir:v "General Practitioner" ]
] ) ; #
fhir:location ( [
fhir:reference [ fhir:v "#2" ]
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "0410999888" ] ;
fhir:use [ fhir:v "mobile" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "john.smith@gpexample.com" ] ;
fhir:use [ fhir:v "work" ]
] [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "0212450987" ] ;
fhir:use [ fhir:v "work" ]
] ) . #
IG © 2022+ . Package mr.r4.core#1.4.1 based on FHIR 4.0.1. Generated 2025-02-03
Links: Table of Contents |
QA Report