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

FHIR IG analytics

Packagehl7.fhir.us.pacio-adi
Resource TypeOrganization
IdOrganization-Example-Smith-Johnson-OrganizationAssembler1.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 Example-Smith-Johnson-OrganizationAssembler1

identifier: http://example.org/GoodHealthClinic/id/12c5dcee5089494ca1ca0cb428ed3fff

active: true

name: GoodHealth Clinic

telecom: +1(202)776-7700

address: 740 E. Campbell Rd. Suite 825 Richardson TX 75081 US


Source1

{
  "resourceType": "Organization",
  "id": "Example-Smith-Johnson-OrganizationAssembler1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org/GoodHealthClinic/id",
      "value": "12c5dcee5089494ca1ca0cb428ed3fff"
    }
  ],
  "active": true,
  "name": "GoodHealth Clinic",
  "telecom": [
    {
      "system": "phone",
      "value": "+1(202)776-7700",
      "use": "work"
    }
  ],
  "address": [
    {
      "type": "physical",
      "line": [
        "740 E. Campbell Rd. Suite 825"
      ],
      "city": "Richardson",
      "state": "TX",
      "postalCode": "75081",
      "country": "US"
    }
  ]
}