FHIR IG analytics| Package | hl7.fhir.au.base |
| Resource Type | Organization |
| Id | Organization-example2.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization example2
Profile: AU Base Organization
identifier: HPI-O/8003621566684455, ABN/12345678901
active: true
name: Holistic Medical Pty Ltd as trustee for Smith Family Trust
telecom: helen.mayo@holisticmedical.example.com
address: 3 McGregor Street Blacktown NSW 2148 AU (work)
{
"resourceType": "Organization",
"id": "example2",
"meta": {
"profile": [
"http://hl7.org.au/fhir/StructureDefinition/au-organization"
]
},
"text": {
"status": "generated",
"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"
},
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "XX"
}
],
"text": "ABN"
},
"system": "http://hl7.org.au/id/abn",
"value": "12345678901"
}
],
"active": true,
"name": "Holistic Medical Pty Ltd as trustee for Smith Family Trust",
"telecom": [
{
"system": "email",
"value": "helen.mayo@holisticmedical.example.com",
"use": "work"
}
],
"address": [
{
"use": "work",
"line": [
"3 McGregor Street"
],
"city": "Blacktown",
"state": "NSW",
"postalCode": "2148",
"country": "AU"
}
]
}