FHIR IG analytics| Package | hl7.fhir.au.base |
| 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
Narrative
id: example0
name: Cardiothoracic Services
meta:
identifier: HPI-O: 8003621566684455
active: true
specialty: Cardiothoracic surgery
telecom: ph: 0255503333(WORK), ph: 0255504444(WORK - Medical Record), ph: 0255505555(WORK - After Hours)
{
"resourceType": "HealthcareService",
"id": "example0",
"meta": {
"profile": [
"http://hl7.org.au/fhir/StructureDefinition/au-healthcareservice"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org.au/CodeSystem/v2-0203",
"code": "NOI",
"display": "National Organisation Identifier"
}
],
"text": "HPI-O"
},
"system": "http://ns.electronichealth.net.au/id/hi/hpio/1.0",
"value": "8003621566684455"
}
],
"active": true,
"specialty": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "394603008",
"display": "Cardiothoracic surgery"
}
]
}
],
"name": "Cardiothoracic Services",
"telecom": [
{
"system": "phone",
"value": "0255503333",
"use": "work"
},
{
"extension": [
{
"url": "http://hl7.org.au/fhir/StructureDefinition/contact-purpose",
"valueCodeableConcept": {
"coding": [
{
"system": "http://terminology.hl7.org.au/CodeSystem/contact-purpose",
"code": "medical-record",
"display": "Medical Record"
}
]
}
}
],
"system": "phone",
"value": "0255504444",
"use": "work"
},
{
"extension": [
{
"url": "http://hl7.org.au/fhir/StructureDefinition/contact-purpose",
"valueCodeableConcept": {
"coding": [
{
"system": "http://terminology.hl7.org.au/CodeSystem/contact-purpose",
"code": "after-hours",
"display": "After Hours"
}
]
}
}
],
"system": "phone",
"value": "0255505555",
"use": "work"
}
]
}