{
  "resourceType": "StructureDefinition",
  "meta": {
    "lastUpdated": "2017-07-27T07:21:16.166+00:00"
  },
  "url": "http://hl7.org/fhir/StructureDefinition/patient-birthTime",
  "version": "1.0.0",
  "name": "patient-birthTime",
  "status": "active",
  "date": "2017-06-05T16:09:58.0848464+00:00",
  "description": "The time of day that the Patient was born. This includes the date to ensure that the timezone information can be communicated effectively.",
  "fhirVersion": "3.0.0",
  "kind": "primitive-type",
  "abstract": false,
  "contextType": "resource",
  "context": [
    "Patient.birthDate"
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "The time of day that the Patient was born. This includes the date to ensure that the timezone information can be communicated effectively.",
        "definition": "The time of day that the Patient was born. This includes the date to ensure that the timezone information can be communicated effectively.",
        "max": "1"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://hl7.org/fhir/StructureDefinition/patient-birthTime"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.valueDateTime",
        "short": "The time of day that the Patient was born. This includes the date to ensure that the timezone information can be communicated effectively.",
        "definition": "The time of day that the Patient was born. This includes the date to ensure that the timezone information can be communicated effectively.",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      }
    ]
  }
}