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

FHIR IG analytics

Packageca.infoway.io.psca
Resource TypeOrganization
IdOrganization-organization1-example.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

Resource "organization1-example"

Profile: Organization Profile

identifier: id: 44445555

name: XYZ Organization


Source1

{
  "resourceType": "Organization",
  "id": "organization1-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/ca/baseline/StructureDefinition/profile-organization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://www.example.org/organizations",
      "value": "44445555"
    }
  ],
  "name": "XYZ Organization"
}