FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/Parameters-SPOClinicalInformationRequest-LatestClinicalNoteQuery

Packagesurescripts.specialty
Resource TypeStructureDefinition
IdParameters-SPOClinicalInformationRequest-LatestClinicalNoteQuery
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=surescripts.specialty@1.2.0-beta&canonical=http://fhirdocs.surescripts.net/fhir/StructureDefinition/Parameters_SPOClinicalInformationRequest_LatestClinicalNoteQuery
URLhttp://fhirdocs.surescripts.net/fhir/StructureDefinition/Parameters_SPOClinicalInformationRequest_LatestClinicalNoteQuery
Statusactive
Date2021-08-23
NameParameters_SPOClinicalInformationRequest_LatestClinicalNoteQuery
DescriptionThis 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.
Copyright2021
TypeParameters
Kindresource

Resources that use this resource

StructureDefinition
Bundle_SPOClinicalInformationRequest_GeneralBundle_SPOClinicalInformationRequest_General

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "Parameters-SPOClinicalInformationRequest-LatestClinicalNoteQuery",
  "url": "http://fhirdocs.surescripts.net/fhir/StructureDefinition/Parameters_SPOClinicalInformationRequest_LatestClinicalNoteQuery",
  "name": "Parameters_SPOClinicalInformationRequest_LatestClinicalNoteQuery",
  "status": "active",
  "date": "2021-08-23",
  "publisher": "Surescripts, LLC",
  "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.",
  "copyright": "2021",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Parameters",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Parameters",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Parameters.parameter",
        "path": "Parameters.parameter",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "name"
            }
          ],
          "rules": "open"
        },
        "definition": "The parameters for requesting the most recent clinical note for a patient.",
        "min": 7,
        "max": "7",
        "mustSupport": true
      },
      {
        "id": "Parameters.parameter:resourceType",
        "path": "Parameters.parameter",
        "sliceName": "resourceType",
        "short": "Parameter for resource type",
        "definition": "The parameter that defines the type of resource being queried.",
        "min": 1,
        "max": "1",
        "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]",
        "path": "Parameters.parameter.value[x]",
        "short": "Resource type name",
        "definition": "The name of the resource type (DocumentReference) to return for a clinical note.",
        "min": 1,
        "type": [
          {
            "code": "string"
          }
        ],
        "fixedString": "DocumentReference",
        "mustSupport": true
      },
      {
        "id": "Parameters.parameter:medicalRecordNumber",
        "path": "Parameters.parameter",
        "sliceName": "medicalRecordNumber",
        "short": "Parameter for patient Medical Record Number",
        "definition": "This parameter defines the Medical Record Number for whom data is being queried.",
        "min": 1,
        "max": "1",
        "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]",
        "path": "Parameters.parameter.value[x]",
        "short": "Medical Record Number",
        "definition": "The Medical Record Number of the patient for whom data is requested.",
        "min": 1,
        "type": [
          {
            "code": "string"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Parameters.parameter:medicalRecordNumberMutuallyDefined",
        "path": "Parameters.parameter",
        "sliceName": "medicalRecordNumberMutuallyDefined",
        "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.",
        "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.",
        "min": 1,
        "max": "1",
        "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]",
        "path": "Parameters.parameter.value[x]",
        "short": "Medical record number qualifier value",
        "definition": "The value of the medical record number qualifier for the patient's medical record number.",
        "min": 1,
        "type": [
          {
            "code": "string"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Parameters.parameter:prescriberNPI",
        "path": "Parameters.parameter",
        "sliceName": "prescriberNPI",
        "short": "Parameter to specify a National Provider Identifier",
        "definition": "The name of the parameter for the National Provider Identifier for a prescriber.",
        "min": 1,
        "max": "1",
        "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]",
        "path": "Parameters.parameter.value[x]",
        "short": "The National Provider Identifier value",
        "definition": "The National Provider Identifier of the prescriber.",
        "min": 1,
        "type": [
          {
            "code": "string"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Parameters.parameter:clinicalNoteLOINCs",
        "path": "Parameters.parameter",
        "sliceName": "clinicalNoteLOINCs",
        "short": "Parameter to specify the LOINC values that represent a clinical note",
        "definition": "This parameter defines the LOINC values that represent a clinical note.",
        "min": 1,
        "max": "1",
        "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]",
        "path": "Parameters.parameter.value[x]",
        "short": "LOINCs representing clinical notes",
        "definition": "The LOINC values that represent a clinical note.",
        "min": 1,
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "fixedCodeableConcept": {
          "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"
            }
          ]
        },
        "mustSupport": true
      },
      {
        "id": "Parameters.parameter:statusDocumentReference",
        "path": "Parameters.parameter",
        "sliceName": "statusDocumentReference",
        "short": "Parameter to specify the allowed value for DocumentReference status",
        "definition": "This parameter defines the allowed value for DocumentReference.status (active).",
        "min": 1,
        "max": "1",
        "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]",
        "path": "Parameters.parameter.value[x]",
        "short": "The valid value for DocumentReference status",
        "definition": "The value that is valid for the DocumentReference.status property (current).",
        "min": 1,
        "type": [
          {
            "code": "string"
          }
        ],
        "fixedString": "current",
        "mustSupport": true
      },
      {
        "id": "Parameters.parameter:latestQueryOperator",
        "path": "Parameters.parameter",
        "sliceName": "latestQueryOperator",
        "short": "Parameter to specify the query parameter for requesting the most recent value",
        "definition": "This parameter specifies the query parameter to request the most recent value.",
        "min": 1,
        "max": "1",
        "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]",
        "path": "Parameters.parameter.value[x]",
        "short": "The value of the query operator parameter (lastn)",
        "definition": "The value of the query operator parameter (lastn).",
        "min": 1,
        "type": [
          {
            "code": "string"
          }
        ],
        "fixedString": "lastn",
        "mustSupport": true
      }
    ]
  }
}