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

FHIR IG analytics

Packageca.on.oh-olis
Resource TypeOrganization
IdOrganization-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

%Some xhtml content%


Source1

{
  "resourceType": "Organization",
  "meta": {
    "profile": [
      "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-profile-Organization|2.0.0"
    ]
  },
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "[id-system-global-base]/ca-on-lab-license",
      "value": "12345"
    }
  ],
  "name": "Best Lab",
  "address": [
    {
      "type": "both",
      "line": [
        "15 Happy St"
      ],
      "city": "Toronto",
      "state": "ON",
      "postalCode": "M1M M2M",
      "country": "CAN"
    }
  ]
}