Provider Connect Australia (PCA) - Local Development build (v25.2.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "HealthcareService",
"id" : "PCA-Partner-Service-with-Allowed-Types",
"meta" : {
"profile" : [
🔗 "http://pca.digitalhealth.gov.au/fhir/4.0/StructureDefinition/pca-partner-service"
]
},
"text" : // Text section
{
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\t\t\t<p><strong>PCA Partner Service:</strong> Medicare Provider Connect Platform</p>\n\t\t\t<p><strong>Provided by:</strong> Myhealth Sydney CBD PTY LTD</p>\n\t\t\t<p><strong>Category:</strong> Healthcare directories, booking and review services</p>\n\t\t\t<p><strong>Description:</strong> A comprehensive digital platform that enables healthcare providers to connect and share patient referrals across multiple service types and practitioner specialties.</p>\n\t\t\t<p><strong>Allowed Healthcare Service Types:</strong></p>\n\t\t\t<ul>\n\t\t\t\t<li>General practice service</li>\n\t\t\t\t<li>Pharmacy service</li>\n\t\t\t</ul>\n\t\t\t<p><strong>Allowed Practitioner Role Types:</strong></p>\n\t\t\t<ul>\n\t\t\t\t<li>Medical practitioner</li>\n\t\t\t\t<li>Pharmacist</li>\n\t\t\t\t<li>Nurse practitioner</li>\n\t\t\t</ul>\n\t\t\t<p><strong>Coverage Areas:</strong> 2000, 3000, 4000</p>\n\t\t\t<p><strong>Website:</strong> <a href=\"https://www.medicareconnect.example.org\">https://www.medicareconnect.example.org</a></p>\n\t\t</div>"
},
"extension" : [
// Current Information Use Statement extension (required)
{
"url" : "http://pca.digitalhealth.gov.au/fhir/4.0/StructureDefinition/pca-current-information-use-statement",
"valueReference" : {
🔗 "reference" : "Contract/partner-service-information-use-statement",
"display" : "Information Use Statement for Medicare Provider Connect Platform"
}
},
{
"url" : "http://pca.digitalhealth.gov.au/fhir/4.0/StructureDefinition/pca-allowed-healthcare-service-types",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "788007007",
"display" : "General practice service"
}
]
}
},
{
"url" : "http://pca.digitalhealth.gov.au/fhir/4.0/StructureDefinition/pca-allowed-healthcare-service-types",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "310080006",
"display" : "Pharmacy service"
}
]
}
},
{
"url" : "http://pca.digitalhealth.gov.au/fhir/4.0/StructureDefinition/pca-allowed-practitioner-role-types",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "158965000",
"display" : "Medical practitioner"
}
]
}
},
{
"url" : "http://pca.digitalhealth.gov.au/fhir/4.0/StructureDefinition/pca-allowed-practitioner-role-types",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "46255001",
"display" : "Pharmacist"
}
]
}
},
{
"url" : "http://pca.digitalhealth.gov.au/fhir/4.0/StructureDefinition/pca-allowed-practitioner-role-types",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "224571005",
"display" : "Nurse practitioner"
}
]
}
}
],
"identifier" : [
// Allowed Healthcare Service Types extension
// Allowed Practitioner Role Types extension
// Identifier
{
"type" : {
"text" : "PCA Healthcare Service Identifier"
},
"system" : "http://pca.digitalhealth.gov.au/id/pca-healthcare-service",
"value" : "ps123456789"
}
],
"active" : true,
"providedBy" : // Active status
// Provided by organization
{
🔗 "reference" : "Organization/Organisation-with-ABN",
"display" : "Myhealth Sydney CBD PTY LTD"
},
"category" : [
// Category (required for partner service)
{
"coding" : [
{
"system" : "http://pca.digitalhealth.gov.au/fhir/4.0/CodeSystem/pca-partner-service-category",
"code" : "HealthcareDirectories",
"display" : "Healthcare directories, booking and review services"
}
]
}
],
"name" : "Medicare Provider Connect Platform",
"comment" : "A comprehensive digital platform that enables healthcare providers to connect and share patient referrals across multiple service types and practitioner specialties.",
"telecom" : [
// Name
// Comment
// Telecom (website)
{
"extension" : [
{
"url" : "http://pca.digitalhealth.gov.au/fhir/4.0/StructureDefinition/pca-description",
"valueString" : "Main website for provider registration and platform access"
}
],
"system" : "url",
"value" : "https://www.medicareconnect.example.org"
}
],
"coverageArea" : [
// Coverage areas (postcode ranges)
{
"display" : "2000"
},
{
"display" : "3000"
},
{
"display" : "4000"
}
]
}