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

FHIR IG Statistics: SearchParameter/MedicationStatement-author

Packagenictiz.fhir.nl.r4.medicationprocess9
Resource TypeSearchParameter
IdMedicationStatement-author
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=nictiz.fhir.nl.r4.medicationprocess9@2.0.0-rc.1&canonical=http://nictiz.nl/fhir/SearchParameter/MedicationStatement-author
URLhttp://nictiz.nl/fhir/SearchParameter/MedicationStatement-author
Version2.0.0-rc.1
Statusactive
NameAuthor
Realmnl
DescriptionSearch based on the reference provided in the author extension (<http://nictiz.nl/fhir/StructureDefinition/ext-MedicationUse2.Author>) in the MedicationStatement resource.
PurposeTo select instances of the MedicationStatement based on the author.
Typereference

Resources that use this resource

CapabilityStatement
mp-MedicationData.RetrieveServe.Basemp MedicationData.RetrieveServe.Base

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "SearchParameter",
  "id": "MedicationStatement-author",
  "url": "http://nictiz.nl/fhir/SearchParameter/MedicationStatement-author",
  "version": "2.0.0-rc.1",
  "name": "Author",
  "status": "active",
  "publisher": "Nictiz",
  "contact": [
    {
      "name": "Nictiz",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.nictiz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Search based on the reference provided in the author extension (<http://nictiz.nl/fhir/StructureDefinition/ext-MedicationUse2.Author>) in the MedicationStatement resource.",
  "purpose": "To select instances of the MedicationStatement based on the author.",
  "code": "author",
  "base": [
    "MedicationStatement"
  ],
  "type": "reference",
  "expression": "MedicationStatement.extension('http://nictiz.nl/fhir/StructureDefinition/ext-MedicationUse2.Author')"
}