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

: Public Health Organization Endpoint example - JSON Representation

Raw json | Download


{
  "resourceType" : "Endpoint",
  "id" : "example-ph-endpoint",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2020-11-29T02:03:28.045+00:00",
    "profile" : [
      "http://hl7.org/fhir/us/medmorph/StructureDefinition/us-ph-endpoint"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <p>Public Health Agency Receiver</p>  \n    </div>"
  },
  "identifier" : [
    {
      "system" : "http://example.pha.org/enpoint-identifier",
      "value" : "pha-endpoint-id"
    }
  ],
  "status" : "active",
  "connectionType" : {
    "system" : "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
    "code" : "hl7-fhir-rest"
  },
  "name" : "PHAReceiver",
  "managingOrganization" : {
    "reference" : "Organization/example-pha-org"
  },
  "contact" : [
    {
      "system" : "email",
      "value" : "endpointmanager@example.pha.org",
      "use" : "work"
    }
  ],
  "period" : {
    "start" : "2020-11-20"
  },
  "payloadType" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/resource-types",
          "code" : "Bundle"
        }
      ]
    }
  ],
  "payloadMimeType" : [
    "application/fhir+xml",
    "application/fhir+json"
  ],
  "address" : "http://example.pha.org/fhir"
}