{
  "resourceType": "StructureDefinition",
  "id": "fr-birthPlace",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2019-07-02T09:46:57.79+00:00"
  },
  "url": "http://www.adusoft.fr/xips/StructureDefinition/fr-birth-place",
  "version": "4.0.0",
  "name": "FrBirthPlace",
  "title": "fr-isr4-birthPlace-clone",
  "status": "draft",
  "date": "2019-07-02T09:46:57.2931499Z",
  "publisher": "InteropSanté",
  "contact": [
    {
      "name": "François Macary/Isabelle Gibaud",
      "telecom": [
        {
          "system": "email",
          "value": "francois.macary@phast.fr"
        }
      ]
    }
  ],
  "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.\r\nLieu de naissance du patient.",
  "fhirVersion": "4.0.0",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Patient"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "Place of Birth for patient | Lieu de naissance du patient",
        "definition": "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",
        "type": [
          {
            "code": "uri"
          }
        ],
        "fixedUri": "http://www.adusoft.fr/xips/StructureDefinition/fr-birth-place"
      },
      {
        "id": "Extension.value[x]:valueAddress",
        "path": "Extension.value[x]",
        "sliceName": "valueAddress",
        "type": [
          {
            "code": "Address"
          }
        ]
      }
    ]
  }
}