@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><b>Generated Narrative: PractitionerRole</b><a name=\"b27fc609-efcb-4c43-a296-5908787de413\"> </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 PractitionerRole "b27fc609-efcb-4c43-a296-5908787de413" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-mr-practitioner-role-contact.html\">MR PractitionerRole Contact</a></p></div><p><b>identifier</b>: Medicare Provider Number/225456HT</p><p><b>active</b>: true</p><p><b>practitioner</b>: <a name=\"1\"> </a></p><blockquote><p/><p><a name=\"1\"> </a></p><p><b>identifier</b>: National provider identifier/8003610833334085</p><p><b>name</b>: David Jones (OFFICIAL)</p></blockquote><p><b>code</b>: General Practitioner <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#62247001 "General practitioner")</span></p><p><b>location</b>: <a name=\"2\"> </a></p><blockquote><p/><p><a name=\"2\"> </a></p><p><b>status</b>: active</p><p><b>address</b>: 12 Mitchell Lane Sydney NSW 2000 AU </p></blockquote><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><b>Generated Narrative: Practitioner #1</b><a name=\"1\"> </a></p><p><b>identifier</b>: National provider identifier/8003610833334085</p><p><b>name</b>: David Jones (OFFICIAL)</p></blockquote><hr/><blockquote><p><b>Generated Narrative: Location #2</b><a name=\"2\"> </a></p><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 2024-10-28
Links: Table of Contents |
QA Report