{ "description": "This Parameters profile defines the parameters that specify a query (request) for the most recent clinical note for a specific patient. The data should be returned as a DocumentReference resource.", "_filename": "StructureDefinition-specialty-Parameters-SPOClinicalInformationRequest-clinicalNotesQuery.json", "package_name": "surescripts.specialty", "date": "2021-08-23", "derivation": "constraint", "publisher": "Surescripts, LLC", "fhirVersion": "4.0.1", "name": "Parameters_SPOClinicalInformationRequest_LatestClinicalNoteQuery", "mapping": [ { "uri": "http://hl7.org/v2", "name": "HL7 v2 Mapping", "identity": "v2" }, { "uri": "http://hl7.org/v3", "name": "RIM Mapping", "identity": "rim" } ], "abstract": false, "copyright": "2021", "type": "Parameters", "experimental": null, "resourceType": "StructureDefinition", "title": null, "package_version": "1.1.0-beta", "status": "active", "id": "e5895107-5d92-497f-a54d-b3d8a5b0ef66", "kind": "resource", "url": "http://fhirdocs.surescripts.net/fhir/StructureDefinition/Parameters_SPOClinicalInformationRequest_LatestClinicalNoteQuery", "version": null, "differential": { "element": [ { "id": "Parameters.parameter", "max": "7", "min": 7, "path": "Parameters.parameter", "slicing": { "rules": "open", "discriminator": [ { "path": "name", "type": "value" } ] }, "definition": "The parameters for requesting the most recent clinical note for a patient.", "mustSupport": true }, { "id": "Parameters.parameter:resourceType", "max": "1", "min": 1, "path": "Parameters.parameter", "short": "Parameter for resource type", "sliceName": "resourceType", "definition": "The parameter that defines the type of resource being queried.", "mustSupport": true }, { "id": "Parameters.parameter:resourceType.name", "path": "Parameters.parameter.name", "short": "Parameter name", "definition": "The name of the parameter.", "fixedString": "ResourceType", "mustSupport": true }, { "id": "Parameters.parameter:resourceType.value[x]", "min": 1, "path": "Parameters.parameter.value[x]", "type": [ { "code": "string" } ], "short": "Resource type name", "definition": "The name of the resource type (DocumentReference) to return for a clinical note.", "fixedString": "DocumentReference", "mustSupport": true }, { "id": "Parameters.parameter:medicalRecordNumber", "max": "1", "min": 1, "path": "Parameters.parameter", "short": "Parameter for patient Medical Record Number", "sliceName": "medicalRecordNumber", "definition": "This parameter defines the Medical Record Number for whom data is being queried.", "mustSupport": true }, { "id": "Parameters.parameter:medicalRecordNumber.name", "path": "Parameters.parameter.name", "short": "Parameter name", "definition": "The name of the parameter.", "fixedString": "PatientMrn", "mustSupport": true }, { "id": "Parameters.parameter:medicalRecordNumber.value[x]", "min": 1, "path": "Parameters.parameter.value[x]", "type": [ { "code": "string" } ], "short": "Medical Record Number", "definition": "The Medical Record Number of the patient for whom data is requested.", "mustSupport": true }, { "id": "Parameters.parameter:medicalRecordNumberMutuallyDefined", "max": "1", "min": 1, "path": "Parameters.parameter", "short": "This parameter ties back to the Patient/Identification/MutuallyDefined field from the SPOInitiationRequest. If that optional field was populated, the value will display here as well. If not, this value will be null.", "sliceName": "medicalRecordNumberMutuallyDefined", "definition": "This parameter specifies a medical record qualifier to make a patient MRN globally unique (when necessary). This parameter ties back to the Patient/Identification/MutuallyDefined field from the SPOInitiationRequest. If that optional field was populated, the value will display here as well. If not, this value will be null.", "mustSupport": true }, { "id": "Parameters.parameter:medicalRecordNumberMutuallyDefined.name", "path": "Parameters.parameter.name", "short": "Parameter name", "definition": "The name of the parameter for the patient's medical record number qualifier.", "fixedString": "MutuallyDefined", "mustSupport": true }, { "id": "Parameters.parameter:medicalRecordNumberMutuallyDefined.value[x]", "min": 1, "path": "Parameters.parameter.value[x]", "type": [ { "code": "string" } ], "short": "Medical record number qualifier value", "definition": "The value of the medical record number qualifier for the patient's medical record number.", "mustSupport": true }, { "id": "Parameters.parameter:prescriberNPI", "max": "1", "min": 1, "path": "Parameters.parameter", "short": "Parameter to specify a National Provider Identifier", "sliceName": "prescriberNPI", "definition": "The name of the parameter for the National Provider Identifier for a prescriber.", "mustSupport": true }, { "id": "Parameters.parameter:prescriberNPI.name", "path": "Parameters.parameter.name", "short": "Parameter name", "definition": "The name of the parameter for the National Provider Identifier for a prescriber.", "fixedString": "PrescriberNPI", "mustSupport": true }, { "id": "Parameters.parameter:prescriberNPI.value[x]", "min": 1, "path": "Parameters.parameter.value[x]", "type": [ { "code": "string" } ], "short": "The National Provider Identifier value", "definition": "The National Provider Identifier of the prescriber.", "mustSupport": true }, { "id": "Parameters.parameter:clinicalNoteLOINCs", "max": "1", "min": 1, "path": "Parameters.parameter", "short": "Parameter to specify the LOINC values that represent a clinical note", "sliceName": "clinicalNoteLOINCs", "definition": "This parameter defines the LOINC values that represent a clinical note.", "mustSupport": true }, { "id": "Parameters.parameter:clinicalNoteLOINCs.name", "path": "Parameters.parameter.name", "short": "Parameter name", "definition": "The name of the parameter for the clinical note LOINCs.", "fixedString": "ClinicalNoteLOINCs", "mustSupport": true }, { "id": "Parameters.parameter:clinicalNoteLOINCs.value[x]", "min": 1, "path": "Parameters.parameter.value[x]", "type": [ { "code": "CodeableConcept" } ], "short": "LOINCs representing clinical notes", "definition": "The LOINC values that represent a clinical note.", "mustSupport": true, "fixedCodeableConcept": { "coding": [ { "code": "11506-3", "system": "http://loinc.org", "display": "Progress note" }, { "code": "11488-4", "system": "http://loinc.org", "display": "Consult note" }, { "code": "34748-4", "system": "http://loinc.org", "display": "Telephone encounter Note" }, { "code": "34117-2", "system": "http://loinc.org", "display": "History & Physical" } ] } }, { "id": "Parameters.parameter:statusDocumentReference", "max": "1", "min": 1, "path": "Parameters.parameter", "short": "Parameter to specify the allowed value for DocumentReference status", "sliceName": "statusDocumentReference", "definition": "This parameter defines the allowed value for DocumentReference.status (active).", "mustSupport": true }, { "id": "Parameters.parameter:statusDocumentReference.name", "path": "Parameters.parameter.name", "short": "Parameter name", "definition": "The name of the parameter for defining the acceptable value for the DocumentReference.status property", "fixedString": "status", "mustSupport": true }, { "id": "Parameters.parameter:statusDocumentReference.value[x]", "min": 1, "path": "Parameters.parameter.value[x]", "type": [ { "code": "string" } ], "short": "The valid value for DocumentReference status", "definition": "The value that is valid for the DocumentReference.status property (current).", "fixedString": "current", "mustSupport": true }, { "id": "Parameters.parameter:latestQueryOperator", "max": "1", "min": 1, "path": "Parameters.parameter", "short": "Parameter to specify the query parameter for requesting the most recent value", "sliceName": "latestQueryOperator", "definition": "This parameter specifies the query parameter to request the most recent value.", "mustSupport": true }, { "id": "Parameters.parameter:latestQueryOperator.name", "path": "Parameters.parameter.name", "short": "Parameter name", "definition": "The name of the parameter for the query operator.", "fixedString": "QueryOperator", "mustSupport": true }, { "id": "Parameters.parameter:latestQueryOperator.value[x]", "min": 1, "path": "Parameters.parameter.value[x]", "type": [ { "code": "string" } ], "short": "The value of the query operator parameter (lastn)", "definition": "The value of the query operator parameter (lastn).", "fixedString": "lastn", "mustSupport": true } ] }, "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Parameters" }