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

FHIR IG Statistics: SearchParameter/cds-patient-birthplace

Packageans.fhir.fr.cds
TypeSearchParameter
Idcds-patient-birthplace
FHIR VersionR4
Sourcehttps://interop.esante.gouv.fr/ig/fhir/cds/https://interop.esante.gouv.fr/ig/fhir/cds/2.0.0/SearchParameter-cds-patient-birthplace.html
URLhttps://interop.esante.gouv.fr/ig/fhir/cds/SearchParameter/cds-patient-birthplace
Version2.0.0
Statusactive
Date2024-09-24T14:07:38+00:00
NameCDSPatientBirthplace
Realmfr
Authoritynational
DescriptionLieu de naissance du patient
Typestring

Resources that use this resource

CapabilityStatement
CDSConsommateurCI-SIS Gestion du Cercle de Soins - Consommateur
CDSGestionnaireCI-SIS Gestion du Cercle de Soins - Gestionnaire

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: SearchParameter cds-patient-birthplace

CDSPatientBirthplace

Parameter birthplace:string

Lieu de naissance du patient

ResourcePatient
Expressionextension('http://hl7.org/fhir/StructureDefinition/patient-birthPlace').value as Address
Multiples
  • multipleAnd: The parameter may only appear once
  • multipleOr: The parameter may only have one value (no comma separators)

Source

{
  "resourceType": "SearchParameter",
  "id": "cds-patient-birthplace",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://interop.esante.gouv.fr/ig/fhir/cds/SearchParameter/cds-patient-birthplace",
  "version": "2.0.0",
  "name": "CDSPatientBirthplace",
  "status": "active",
  "date": "2024-09-24T14:07:38+00:00",
  "publisher": "ANS",
  "contact": [
    {
      "name": "ANS",
      "telecom": [
        {
          "system": "url",
          "value": "https://esante.gouv.fr"
        }
      ]
    }
  ],
  "description": "Lieu de naissance du patient",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "FR",
          "display": "FRANCE"
        }
      ]
    }
  ],
  "code": "birthplace",
  "base": [
    "Patient"
  ],
  "type": "string",
  "expression": "extension('http://hl7.org/fhir/StructureDefinition/patient-birthPlace').value as Address",
  "multipleOr": false,
  "multipleAnd": false
}