IE (Ireland) Core Implementation Guide
1.0.0-ballot - Ballot
Publication Build: This will be filled in by the publication tooling
Page standards status: Informative |
{
"resourceType" : "Organization",
"id" : "example-organization-2",
"meta" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/instance-name",
"valueString" : "Organization 2 Example"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/instance-description",
"valueMarkdown" : "This is a organization 2 example for the *IE Core Organization Profile*."
}
],
"profile" : [
🔗 "http://iehr.ai/fhir/ie/core/StructureDefinition/ie-core-organization"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization example-organization-2</b></p><a name=\"example-organization-2\"> </a><a name=\"hcexample-organization-2\"> </a><a name=\"example-organization-2-en-US\"> </a><p><b>identifier</b>: <code>http://iehr.ai/fhir/sid/ie/crn</code>/1407071236, <code>http://example.org/fhir/sid/us-tin</code>/121111111</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type prov}\">Healthcare Provider</span></p><p><b>name</b>: Acme Clinic</p><p><b>telecom</b>: ph: (+1) 734-677-7777, <a href=\"mailto:customer-service@acme-clinic.org\">customer-service@acme-clinic.org</a></p><p><b>address</b>: 3300 WASHTENAW AVE STE 227 AMHERST Dublin D18 CV48 IE </p></div>"
},
"identifier" : [
{
"system" : "http://iehr.ai/fhir/sid/ie/crn",
"value" : "1407071236"
},
{
"system" : "http://example.org/fhir/sid/us-tin",
"value" : "121111111"
}
],
"active" : true,
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/organization-type",
"code" : "prov",
"display" : "Healthcare Provider"
}
]
}
],
"name" : "Acme Clinic",
"telecom" : [
{
"system" : "phone",
"value" : "(+1) 734-677-7777"
},
{
"system" : "email",
"value" : "customer-service@acme-clinic.org"
}
],
"address" : [
{
"line" : [
"3300 WASHTENAW AVE STE 227"
],
"city" : "AMHERST",
"state" : "Dublin",
"postalCode" : "D18 CV48",
"country" : "IE"
}
]
}