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

FHIR IG analytics

Packagesurescripts.specialty
Resource TypeParameters
Idexample-SPOClinicalInformationRequest-Parameters-clinicalNotesQuery.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-most-recent-clinical-note-query",
  "parameter": [
    {
      "name": "ResourceType",
      "valueString": "DocumentReference"
    },
    {
      "name": "PatientMrn",
      "valueString": "799999"
    },
    {
      "name": "MutuallyDefined",
      "valueString": "abc"
    },
    {
      "name": "PrescriberNPI",
      "valueString": "1234567890"
    },
    {
      "name": "ClinicalNoteLOINCs",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "11506-3",
            "display": "Progress note"
          },
          {
            "system": "http://loinc.org",
            "code": "11488-4",
            "display": "Consult note"
          },
          {
            "system": "http://loinc.org",
            "code": "34748-4",
            "display": "Telephone encounter Note"
          },
          {
            "system": "http://loinc.org",
            "code": "34117-2",
            "display": "History & Physical"
          }
        ]
      }
    },
    {
      "name": "status",
      "valueString": "current"
    },
    {
      "name": "QueryOperator",
      "valueString": "lastn"
    }
  ]
}