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

FHIR IG analytics

Packagesurescripts.specialty
Resource TypeParameters
Idexample-SPOClinicalInformationRequest-Parameters-allergiesQuery.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": "example-SPOClinicalInformationRequest-Parameters-active-allergies-intolerances-query",
  "parameter": [
    {
      "name": "ResourceType",
      "valueString": "AllergyIntolerance"
    },
    {
      "name": "PatientMrn",
      "valueString": "799999"
    },
    {
      "name": "MutuallyDefined",
      "valueString": "abc"
    },
    {
      "name": "LoincCode",
      "valueString": "48765-2"
    },
    {
      "name": "status",
      "valueString": "active"
    }
  ]
}