Making Electronic Data More available for Research and Public Health (MedMorph)
1.0.0 - STU 1 United States of America flag

Making Electronic Data More available for Research and Public Health (MedMorph), published by HL7 International - Public Health Work Group. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/fhir-medmorph/ and changes regularly. See the Directory of published versions

: Healthcare Organization Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "example-healthcare-org",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Health Care Organization</p> \n        </div>"
  },
  "identifier" : [
    {
      "system" : "http://example.healthcare.org/fhir",
      "value" : "1063494177"
    }
  ],
  "active" : true,
  "name" : "Example Healthcare Organization",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "(917)932-2000",
      "use" : "work"
    }
  ],
  "address" : [
    {
      "text" : "3300 Mayland Avenue, Suite 227 Altanta GA",
      "line" : [
        "4401 Peach Rd,"
      ],
      "city" : "Atlanta",
      "state" : "GA",
      "postalCode" : "81452"
    }
  ],
  "endpoint" : [
    {
      "reference" : "Endpoint/example-healthcare-endpoint"
    }
  ]
}