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

FHIR IG analytics

Packagesurescripts.specialty
Resource TypeParameters
Idexample-SPOClinicalInformationRequest-Parameters-smokingStatusQuery.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-smoking-status-query",
  "parameter": [
    {
      "name": "ResourceType",
      "valueString": "Observation"
    },
    {
      "name": "PatientMrn",
      "valueString": "799999"
    },
    {
      "name": "MutuallyDefined",
      "valueString": "abc"
    },
    {
      "name": "LoincCode",
      "valueString": "72166-2"
    },
    {
      "name": "QueryOperator",
      "valueString": "lastn"
    }
  ]
}