\n \n
Gastroenterology @ Acme Hospital. ph: +1 555 234 3523, email: \n gastro@acme.org\n
\n \n
"
];
fhir:Organization.identifier [
fhir:index 0;
fhir:Identifier.system [ fhir:value "http://www.acme.org.au/units" ];
fhir:Identifier.value [ fhir:value "Gastro" ]
];
fhir:Organization.name [ fhir:value "Gastroenterology"];
fhir:Organization.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "phone" ];
fhir:ContactPoint.value [ fhir:value "+1 555 234 3523" ];
fhir:ContactPoint.use [ fhir:value "mobile" ]
], [
fhir:index 1;
fhir:ContactPoint.system [ fhir:value "email" ];
fhir:ContactPoint.value [ fhir:value "gastro@acme.org" ];
fhir:ContactPoint.use [ fhir:value "work" ]
] .
# - ontology header ------------------------------------------------------------