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

FHIR IG analytics

Packageca.on.ppr.r4
Resource TypeParameters
Idexample-loc-match-parameter-req.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Parameters",
  "id": "8115411436799387715871061411163606987400",
  "meta": {
    "profile": [
      "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-ppr-location-matchreq-profile-Parameters|1.0.0"
    ]
  },
  "parameter": [
    {
      "name": "count",
      "valueInteger": 11
    },
    {
      "name": "Location",
      "resource": {
        "resourceType": "Location",
        "meta": {
          "profile": [
            "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-ppr-location-matchreq-profile-Location|1.0.0"
          ]
        },
        "address": {
          "city": "Toronto"
        },
        "extension": [
          {
            "url": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-ppr-ext-organization-type",
            "valueCoding": {
              "system": "http://ehealthontario.ca/fhir/CodeSystem/ppr-provider-organization-role-type",
              "code": "HOS"
            }
          }
        ]
      }
    }
  ]
}