FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

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


Source1

{
  "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"
}