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

FHIR IG analytics

Packageca.on.ppr.r4
Resource TypeParameters
Idexample-prac-match-req-parameter-name-city.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": "1234",
  "meta": {
    "profile": [
      "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-ppr-practitioner-matchreq-profile-Parameters|1.0.0"
    ]
  },
  "parameter": [
    {
      "name": "Practitioner",
      "resource": {
        "resourceType": "Practitioner",
        "meta": {
          "profile": [
            "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-ppr-practitioner-matchreq-profile-Practitioner|1.0.0"
          ]
        },
        "name": [
          {
            "family": "Aminu",
            "given": [
              "John"
            ]
          }
        ],
        "address": [
          {
            "city": "Brampton"
          }
        ]
      }
    },
    {
      "name": "count",
      "valueInteger": 5
    }
  ]
}