{
  "resourceType": "StructureDefinition",
  "meta": {
    "lastUpdated": "2017-10-19T08:07:15.893+00:00"
  },
  "url": "http://hl7.org/fhir/StructureDefinition/birthPlace",
  "version": "1.0.0",
  "name": "birthPlace",
  "status": "draft",
  "date": "2017-10-19T08:04:08.958+00:00",
  "publisher": "HL7 UK",
  "description": "The registered place of birth of the patient. A sytem may use the address.text if they don't store the birthPlace address in discrete elements.",
  "fhirVersion": "3.0.1",
  "kind": "complex-type",
  "abstract": false,
  "contextType": "resource",
  "context": [
    "Patient"
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "Birth Place: The registered place of birth of the patient.",
        "definition": "Birth Place: The registered place of birth of the patient. A sytem may use the address.text if they don't store the birthPlace address in discrete elements.",
        "max": "1"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://hl7.org/fhir/StructureDefinition/birthPlace"
      },
      {
        "id": "Extension.value[x]:valueAddress",
        "path": "Extension.valueAddress",
        "sliceName": "valueAddress",
        "short": "Birth Place: The registered place of birth of the patient.",
        "definition": "Birth Place: The registered place of birth of the patient. A sytem may use the address.text if they don't store the birthPlace address in discrete elements.",
        "type": [
          {
            "code": "Address"
          }
        ]
      }
    ]
  }
}