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

FHIR IG analytics

Packagehl7.fhir.us.sdoh-clinicalcare
Resource TypeOrganization
IdOrganization-SDOHCC-OrganizationPayerExample.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 SDOHCC-OrganizationPayerExample

active: true

name: CDE Payer

address: 132th St, Underland Park, KS 66223


Source1

{
  "resourceType": "Organization",
  "id": "SDOHCC-OrganizationPayerExample",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|7.0.0"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "name": "CDE Payer",
  "address": [
    {
      "text": "132th St, Underland Park, KS 66223",
      "line": [
        "132th Street,"
      ],
      "city": "Underland Park",
      "state": "KS",
      "postalCode": "66223"
    }
  ]
}