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

FHIR IG analytics

Packagefhir.astp.bhp
Resource TypeOrganization
IdOrganization-mh-provider-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 mh-provider-example-1

active: true

type: Healthcare Provider

name: Florida Mental Health Provider Associates

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

address: 3300 WASHTENAW AVE STE 227 MIAMI FL 01002 USA


Source1

{
  "resourceType": "Organization",
  "id": "mh-provider-example-1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|6.1.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/organization-type",
          "code": "prov",
          "display": "Healthcare Provider"
        }
      ]
    }
  ],
  "name": "Florida Mental Health Provider Associates",
  "telecom": [
    {
      "system": "phone",
      "value": "(+1) 734-677-7777"
    }
  ],
  "address": [
    {
      "line": [
        "3300 WASHTENAW AVE STE 227"
      ],
      "city": "MIAMI",
      "state": "FL",
      "postalCode": "01002",
      "country": "USA"
    }
  ]
}