example-SPOClinicalInformationRequest-Parameters-most-recent-clinical-note-query
JSON Format: Parameters
Download Raw Parameters - clinical note json example
An example of a parameters query for the most recent clinical notes.{ "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" } ] }