FHIR IG analytics| Package | fhirfrog.au-core-tests |
| Resource Type | Organization |
| Id | Organization-au-core-organization-conformant.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization au-core-organization-conformant
identifier: HPI-O/8003620000000013, ABN/51000000680
type: Medical Center
name: Frog Health Service
telecom: ph: 0300000000(Work)
address: 1 Test Street Testville NSW 2000 AU (work)
{
"resourceType": "Organization",
"id": "au-core-organization-conformant",
"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": "8003620000000013"
},
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "XX"
}
],
"text": "ABN"
},
"system": "http://hl7.org.au/id/abn",
"value": "51000000680"
}
],
"type": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "419772000",
"display": "Family practice"
}
],
"text": "Medical Center"
}
],
"name": "Frog Health Service",
"telecom": [
{
"system": "phone",
"value": "0300000000",
"use": "work"
}
],
"address": [
{
"use": "work",
"line": [
"1 Test Street"
],
"city": "Testville",
"state": "NSW",
"postalCode": "2000",
"country": "AU"
}
]
}