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

FHIR IG Statistics: SearchParameter/sp-birthplace

Packageorg.example.ProfilingTrainingMay
Resource TypeSearchParameter
Idsp-birthplace
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=org.example.ProfilingTrainingMay@0.0.1&canonical=http://example.org/SearchParameter/Patient-Birthplace-extension
URLhttp://example.org/SearchParameter/Patient-Birthplace-extension
Statusdraft
Namebirthplace
DescriptionSearch on birth place extension in Patient resource
Typestring

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "SearchParameter",
  "url": "http://example.org/SearchParameter/Patient-Birthplace-extension",
  "name": "birthplace",
  "status": "draft",
  "description": "Search on birth place extension in Patient resource",
  "code": "birthplace",
  "base": [
    "Patient"
  ],
  "type": "string",
  "expression": "Patient.extension('http://hl7.org/fhir/StructureDefinition/patient-birthPlace').value"
}