Generated Narrative: Organization
type: Healthcare Provider (Organization type#prov)
name: Tasmanian Family Medicine Clinic
telecom: reception@dfmc.example.com, fax: (03) 5550 5557(WORK), ph: (03) 5550 5556(WORK)
address: LPO Box 235 Strahan TAS 7468 AU
"
];
fhir:Organization.type [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/organization-type" ];
fhir:Coding.code [ fhir:value "prov" ]
]
];
fhir:Organization.name [ fhir:value "Tasmanian Family Medicine Clinic"];
fhir:Organization.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "email" ];
fhir:ContactPoint.value [ fhir:value "reception@dfmc.example.com" ];
fhir:ContactPoint.use [ fhir:value "work" ]
], [
fhir:index 1;
fhir:ContactPoint.system [ fhir:value "fax" ];
fhir:ContactPoint.value [ fhir:value "(03) 5550 5557" ];
fhir:ContactPoint.use [ fhir:value "work" ]
], [
fhir:index 2;
fhir:ContactPoint.system [ fhir:value "phone" ];
fhir:ContactPoint.value [ fhir:value "(03) 5550 5556" ];
fhir:ContactPoint.use [ fhir:value "work" ]
];
fhir:Organization.address [
fhir:index 0;
fhir:Address.type [ fhir:value "postal" ];
fhir:Address.line [
fhir:value "LPO Box 235";
fhir:index 0
];
fhir:Address.city [ fhir:value "Strahan" ];
fhir:Address.state [ fhir:value "TAS" ];
fhir:Address.postalCode [ fhir:value "7468" ];
fhir:Address.country [ fhir:value "AU" ]
] .
# - ontology header ------------------------------------------------------------