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

FHIR IG analytics

Packageks.workinprogress
Resource TypePatient
IdCAAuthSample.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

Auth Extension Sample

Source1

{
  "resourceType": "Patient",
  "extension": [
    {
      "extension": [
        {
          "url": "entitlement",
          "valueString": "ONEHealth"
        },
        {
          "url": "scope",
          "valueString": "user/Patient.read"
        },
        {
          "url": "scope",
          "valueString": "user/Patient.write"
        }
      ],
      "url": "http://infoway-inforoute.ca/fhir/StructureDefinition/auth-scopes"
    },
    {
      "extension": [
        {
          "url": "entitlement",
          "valueString": "ONELabs_Clinician"
        },
        {
          "url": "scope",
          "valueString": "user/DiagnosticReport.read"
        },
        {
          "url": "scope",
          "valueString": "user/Context.write"
        }
      ],
      "url": "http://infoway-inforoute.ca/fhir/StructureDefinition/auth-scopes"
    }
  ],
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "name": [
    {
      "family": "Chalmers",
      "given": [
        "James"
      ]
    }
  ]
}