FHIR IG analytics| Package | hl7.fhir.au.base |
| Resource Type | Organization |
| Id | Organization-example5.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization example5
identifier: ABN/91420780376
active: true
type: Religious Institution
name: The Corporation of the Synod of the Diocese of Nundah
telecom: info@CSDN.example.com
address: 700 Church Road Zillmere QLD 4034 AU (work)
{
"resourceType": "Organization",
"id": "example5",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "XX"
}
],
"text": "ABN"
},
"system": "http://hl7.org.au/id/abn",
"value": "91420780376"
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/organization-type",
"code": "reli"
}
],
"text": "Religious Institution"
}
],
"name": "The Corporation of the Synod of the Diocese of Nundah",
"telecom": [
{
"system": "email",
"value": "info@CSDN.example.com",
"use": "work"
}
],
"address": [
{
"use": "work",
"line": [
"700 Church Road"
],
"city": "Zillmere",
"state": "QLD",
"postalCode": "4034",
"country": "AU"
}
]
}