This page is part of the HL7 FHIR Implementation Guide: minimal Common Oncology Data Elements (mCODE) Release 1 - US Realm | STU1 (v0.9.1: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 4.0.0. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Organization",
"id" : "mCODEOrganizationExampleFM1",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n Foundation Medicine\n <br/>\n\t\t\t\t150 Second Street\n <br/>\n\t\t\t\tCambridge, MA 02141\n <br/>\n\t\t\t\tUSA\n <br/>\n\t\t\t\t(+1) 617-418-2200 (phone)\n <br/></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-Status-extension",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "55561003",
"display" : "Active"
}
]
}
}
],
"identifier" : [
{
"system" : "http://hl7.org.fhir/sid/us-npi",
"value" : "1265714091"
}
],
"active" : true,
"name" : "Foundation Medicine",
"telecom" : [
{
"system" : "phone",
"value" : "(+1) 617-418-2200"
}
],
"address" : [
{
"line" : [
"150 Second Street"
],
"city" : "Cambridge",
"state" : "MA",
"postalCode" : "02141",
"country" : "USA"
}
]
}