Implementation Guide
23.1.0 - R4 APIs
Publish Box goes here
{
"resourceType" : "Organization",
"id" : "Example1",
"meta" : {
"lastUpdated" : "2020-07-30T05:28:31.000-06:00",
"profile" : [
🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization"🔗 ,
"https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-organization-profile"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization Example1</b></p><a name=\"Example1\"> </a><a name=\"hcExample1\"> </a><a name=\"Example1-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Last updated: 2020-07-30 05:28:31-0600</p><p style=\"margin-bottom: 0px\">Profiles: <a href=\"http://hl7.org/fhir/us/core/STU3.1/StructureDefinition-us-core-organization.html\">US Core Organization Profile</a>, <a href=\"StructureDefinition-athena-organization-profile.html\">A grouping of people or organizations with a common purpose</a></p></div><p><b>identifier</b>: Organization identifier/DF-404, National provider identifier/4664925060, Tax ID number/4097734063</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>: Main Health System</p><p><b>telecom</b>: ph: 214123456798011(Mobile), 214123456688011</p><p><b>address</b>: Facility Address Line 1 Facility Address Line 2 Manchester TX 75002 US </p></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "XX",
"display" : "Organization identifier"
}
],
"text" : "Organization identifier"
},
"system" : "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/namingsystem/ORGANIZATION/1000-4-9390",
"value" : "DF-404"
},
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "NPI"
}
]
},
"system" : "http://hl7.org/fhir/sid/us-npi",
"value" : "4664925060"
},
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "TAX"
}
]
},
"system" : "urn:oid:2.16.840.1.113883.4.2",
"value" : "4097734063"
}
],
"active" : true,
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/organization-type",
"code" : "prov",
"display" : "Healthcare Provider"
}
],
"text" : "Healthcare Provider"
}
],
"name" : "Main Health System",
"telecom" : [
{
"system" : "phone",
"value" : "214123456798011",
"use" : "mobile"
},
{
"system" : "pager",
"value" : "214123456688011"
}
],
"address" : [
{
"line" : [
"Facility Address Line 1",
"Facility Address Line 2"
],
"city" : "Manchester",
"state" : "TX",
"postalCode" : "75002 ",
"country" : "US"
}
]
}