{
  "resourceType": "StructureDefinition",
  "id": "AgeInterpretation",
  "url": "http://amphi.eu/fhir/prehospitalsolution/StructureDefinition/AgeInterpretation/v1",
  "version": "1.0",
  "name": "AgeInterpretation",
  "status": "active",
  "date": "2022-10-20T14:33:10.4958632+00:00",
  "description": "This extension is used for the type of the patient which is an age interpretation. It will be indicated whether the patient is an adult or a child.",
  "fhirVersion": "4.0.1",
  "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.url",
        "path": "Extension.url",
        "fixedUri": "http://amphi.eu/fhir/prehospitalsolution/StructureDefinition/AgeInterpretation/v1"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "definition": "CodeableConcept of what age interpretation is set for the patient.",
        "min": 1,
        "type": [
          {
            "code": "CodeableConcept",
            "profile": [
              "http://amphi.eu/fhir/prehospitalsolution/StructureDefinition/CodeableConcept/v1"
            ]
          }
        ]
      },
      {
        "id": "Extension.value[x].coding.system",
        "path": "Extension.value[x].coding.system",
        "fixedUri": "http://snomed.info/sct"
      }
    ]
  }
}