FHIR IG analytics| Package | surescripts.specialty |
| Resource Type | Parameters |
| Id | example-SPOClinicalInformationRequest-Parameters-clinicalNotesQuery.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"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"
}
]
}