FHIR IG analytics| Package | fhir.astp.bhp |
| Resource Type | Organization |
| Id | Organization-fl-medicaid-example-1.json |
| FHIR Version | R4 |
No resources found
No resources found
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
{
"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"
}
]
}