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

FHIR IG analytics

Packageca.on.phsd.r4-alpha
Resource TypeParameters
Idexample-prac-match-req-parameter-specialty.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": "42a7528b-158a-4ef9-8ee6-f46c927723e8",
  "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"
          ]
        },
        "address": [
          {
            "city": "Toronto"
          }
        ]
      }
    },
    {
      "name": "count",
      "valueInteger": 1
    },
    {
      "name": "PractitionerRole",
      "resource": {
        "resourceType": "PractitionerRole",
        "meta": {
          "profile": [
            "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-ppr-practitioner-matchreq-profile-PractitionerRole|1.0.0"
          ]
        },
        "practitioner": {
          "display": "filler"
        },
        "code": [
          {
            "coding": [
              {
                "system": "http://ehealthontario.ca/fhir/CodeSystem/ppr-health-care-provider-role-type",
                "code": "MD"
              }
            ]
          }
        ],
        "specialty": [
          {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "419772000"
              }
            ]
          }
        ]
      }
    }
  ]
}