FHIR IG analytics| Package | hl7.fhir.au.pd |
| Resource Type | HealthcareService |
| Id | HealthcareService-example0.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: HealthcareService example0
Profile: AU PD Healthcare Service
identifier: Vendor Directory Identifier/BD6000000X9
active: true
providedBy: Organization Downunder Hospital
specialty: Accident and Emergency service
location: Location Downunder Hospital Blacktown
name: Downunder Hospital Accident and Emergency
telecom: ph: 025553333(Work)
{
"resourceType": "HealthcareService",
"id": "example0",
"meta": {
"profile": [
"http://hl7.org.au/fhir/pd/StructureDefinition/au-pd-healthcareservice"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"extension": [
{
"url": "http://hl7.org.au/fhir/StructureDefinition/au-assigningauthority",
"extension": [
{
"url": "namespace-id",
"valueString": "Medical-Objects"
},
{
"url": "universal-id",
"valueString": "33443682-91F6-11D2-8F2C-444553540123"
},
{
"url": "universal-id-type",
"valueString": "GUID"
}
]
}
],
"type": {
"coding": [
{
"system": "http://terminology.hl7.org.au/CodeSystem/v2-0203",
"code": "VDI",
"display": "Vendor Directory Identifier"
}
],
"text": "Vendor Directory Identifier"
},
"system": "http://ns.medical-objects.com.au/id/routing-id",
"value": "BD6000000X9",
"assigner": {
"display": "Medical-Objects"
}
}
],
"active": true,
"providedBy": {
"reference": "Organization/example0"
},
"specialty": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "310000008",
"display": "Accident and Emergency service"
}
]
}
],
"location": [
{
"reference": "Location/example0"
}
],
"name": "Downunder Hospital Accident and Emergency",
"telecom": [
{
"system": "phone",
"value": "025553333",
"use": "work"
}
],
"endpoint": [
{
"reference": "Endpoint/example0"
}
]
}