{
  "resourceType": "StructureDefinition",
  "id": "kfdrc-no-phi-phenotype",
  "meta": {
    "lastUpdated": "2020-04-13T20:58:35.041+00:00"
  },
  "url": "http://fhir.kids-first.io/StructureDefinition/kfdrc-no-phi-phenotype",
  "version": "0.1.0",
  "name": "kfdrc-phenotype",
  "title": "Kids First DRC Phenotype without Protected Health Information",
  "status": "draft",
  "fhirVersion": "4.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "Observation",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Observation",
        "path": "Observation"
      },
      {
        "id": "Observation.extension",
        "path": "Observation.extension"
      },
      {
        "id": "Observation.extension:age-at-event",
        "path": "Observation.extension",
        "sliceName": "age-at-event",
        "sliceIsConstraining": false,
        "label": "age_at_event",
        "short": "Age time of event",
        "definition": "Age (in days since birth) of the Participant at time of event",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://fhir.kids-first.io/StructureDefinition/age-at-event"
            ]
          }
        ],
        "mustSupport": true,
        "isModifier": false
      },
      {
        "id": "Observation.effective[x]",
        "path": "Observation.effective[x]",
        "max": "0"
      },
      {
        "id": "Observation.value[x]",
        "path": "Observation.value[x]",
        "type": [
          {
            "code": "Quantity"
          },
          {
            "code": "CodeableConcept"
          },
          {
            "code": "string"
          },
          {
            "code": "boolean"
          },
          {
            "code": "integer"
          },
          {
            "code": "Range"
          },
          {
            "code": "Ratio"
          },
          {
            "code": "SampledData"
          }
        ]
      },
      {
        "id": "Observation.component.value[x]",
        "path": "Observation.component.value[x]",
        "type": [
          {
            "code": "Quantity"
          },
          {
            "code": "CodeableConcept"
          },
          {
            "code": "string"
          },
          {
            "code": "boolean"
          },
          {
            "code": "integer"
          },
          {
            "code": "Range"
          },
          {
            "code": "Ratio"
          },
          {
            "code": "SampledData"
          }
        ]
      }
    ]
  }
}