HL7 FHIR Implementation Guide: minimal Common Oncology Data Elements (mCODE) Release 1 - US Realm | STU1
1.0.0 - STU1

This page is part of the HL7 FHIR Implementation Guide: minimal Common Oncology Data Elements (mCODE) Release 1 - US Realm | STU1 (v1.0.0: STU 1) based on FHIR R4. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions

mCODEOrganizationExample01 - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "Organization",
  "id" : "mCODEOrganizationExample01",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: mCODEOrganizationExample01</p><p><b>meta</b>: </p><p><b>identifier</b>: 1265714091</p><p><b>active</b>: true</p><p><b>name</b>: Foundation Medicine</p><p><b>address</b>: 150 Second Street Cambridge MA 02141 USA </p><h3>Contacts</h3><table class=\"grid\"><tr><td>-</td><td><b>Telecom</b></td></tr><tr><td>*</td><td>ph: 617-418-2200</td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "http://hl7.org/fhir/sid/us-npi",
      "value" : "1265714091"
    }
  ],
  "active" : true,
  "name" : "Foundation Medicine",
  "address" : [
    {
      "line" : [
        "150 Second Street"
      ],
      "city" : "Cambridge",
      "state" : "MA",
      "postalCode" : "02141",
      "country" : "USA"
    }
  ],
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "phone",
          "value" : "617-418-2200"
        }
      ]
    }
  ]
}