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

FHIR IG analytics

Packagehl7.fhir.us.mcode
Resource TypeOrganization
IdOrganization-us-core-organization-physician-services-inc.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 us-core-organization-physician-services-inc

active: true

type: Healthcare Provider

name: Physician Services, Inc.

telecom: ph: 999-999-9999(Work)

address: 123 Corporate Drive Anytown MA 12345 US


Source1

{
  "resourceType": "Organization",
  "id": "us-core-organization-physician-services-inc",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization"
    ]
  },
  "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": "Physician Services, Inc.",
  "telecom": [
    {
      "system": "phone",
      "value": "999-999-9999",
      "use": "work"
    }
  ],
  "address": [
    {
      "line": [
        "123 Corporate Drive"
      ],
      "city": "Anytown",
      "state": "MA",
      "postalCode": "12345",
      "country": "US"
    }
  ]
}