FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.astp.bhp
Resource TypeOrganization
IdOrganization-fl-medicaid-example-1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Organization fl-medicaid-example-1

identifier: National Association of Insurance Commissioners (NAIC) Company Codes/55555

active: true

name: Florida MyACCESS - Medicaid

telecom: ph: (+1) 734-677-7777

address: 3300 WASHTENAW AVE STE 227 MIAMI FL 01002 USA


Source1

{
  "resourceType": "Organization",
  "id": "fl-medicaid-example-1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|6.1.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:oid:2.16.840.1.113883.6.300",
      "value": "55555"
    }
  ],
  "active": true,
  "name": "Florida MyACCESS - Medicaid",
  "telecom": [
    {
      "system": "phone",
      "value": "(+1) 734-677-7777"
    }
  ],
  "address": [
    {
      "line": [
        "3300 WASHTENAW AVE STE 227"
      ],
      "city": "MIAMI",
      "state": "FL",
      "postalCode": "01002",
      "country": "USA"
    }
  ]
}