National Directory of Healthcare Providers & Services (NDH) Implementation Guide
1.0.0 - STU1 United States of America flag

This page is part of the National Directory of Healthcare Providers and Services (NDH) Implementation Guide (v1.0.0: STU1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: OrganizationStateMedicaidAgencyAlabama - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "OrganizationStateMedicaidAgencyAlabama",
  "meta" : {
    "lastUpdated" : "2024-07-14T13:26:22.0314215+00:00",
    "profile" : [
      🔗 "http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-ndapi-Organization"
    ]
  },
  "language" : "en-US",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\" lang=\"en-US\"><p class=\"res-header-id\"><b>Generated Narrative: Organization OrganizationStateMedicaidAgencyAlabama</b></p><a name=\"OrganizationStateMedicaidAgencyAlabama\"> </a><a name=\"hcOrganizationStateMedicaidAgencyAlabama\"> </a><a name=\"OrganizationStateMedicaidAgencyAlabama-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: 2024-07-14 13:26:22+0000; Language: en-US</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ndh-ndapi-Organization.html\">National Directory API Organization Profile</a></p></div><p><b>NDH Verification Status</b>: <span title=\"Codes:{http://hl7.org/fhir/us/ndh/CodeSystem/NdhVerificationStatusCS complete}\">Complete</span></p><p><b>identifier</b>: <code>http://example.org/ndh-identifiers/Organization</code>/StateMedicaidAgencyAlabama</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type govt}\">A government agency for social services</span></p><p><b>name</b>: StateMedicaidAgencyAlabama</p><p><b>telecom</b>: <a href=\"mailto:gary.parker@medicaid.alabama.gov\">gary.parker@medicaid.alabama.gov</a>, ph: 334-242-5011</p></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-verification-status",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/us/ndh/CodeSystem/NdhVerificationStatusCS",
            "code" : "complete",
            "display" : "Complete"
          }
        ]
      }
    }
  ],
  "identifier" : [
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-identifier-status",
          "valueCode" : "active"
        }
      ],
      "system" : "http://example.org/ndh-identifiers/Organization",
      "value" : "StateMedicaidAgencyAlabama"
    }
  ],
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
          "version" : "2.0.1",
          "code" : "govt",
          "display" : "Government"
        }
      ],
      "text" : "A government agency for social services"
    }
  ],
  "name" : "StateMedicaidAgencyAlabama",
  "telecom" : [
    {
      "system" : "email",
      "value" : "gary.parker@medicaid.alabama.gov"
    },
    {
      "system" : "phone",
      "value" : "334-242-5011"
    }
  ]
}