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

FHIR IG analytics

Packageihe.iti.pdqm
Resource TypeParameters
IdParameters-ex-match-input-count.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": "ex-match-input-count",
  "meta": {
    "profile": [
      "https://profiles.ihe.net/ITI/PDQm/StructureDefinition/IHE.PDQm.MatchParametersIn"
    ],
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HTEST"
      }
    ]
  },
  "parameter": [
    {
      "name": "resource",
      "resource": {
        "resourceType": "Patient",
        "id": "ex-match-input-patient",
        "meta": {
          "profile": [
            "https://profiles.ihe.net/ITI/PDQm/StructureDefinition/IHE.PDQm.MatchInputPatient"
          ],
          "security": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
              "code": "HTEST"
            }
          ]
        },
        "text": {
          "status": "empty",
          "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">This Patient Resource contains a set of discrete demographics to serve as input to the $match operation.</div>"
        },
        "identifier": [
          {
            "system": "http://example.org/exampleSystem",
            "value": "8675309"
          }
        ],
        "name": [
          {
            "family": "Schmidt",
            "given": [
              "John"
            ]
          }
        ],
        "gender": "other",
        "birthDate": "1923-07-25",
        "address": [
          {
            "state": "WI",
            "country": "USA"
          }
        ]
      }
    },
    {
      "name": "count",
      "valueInteger": 1
    }
  ]
}