{
  "resourceType": "StructureDefinition",
  "id": "phenotype-code",
  "meta": {
    "lastUpdated": "2020-03-18T03:55:21.703+00:00"
  },
  "url": "http://fhir.kids-first.io/StructureDefinition/phenotype-code",
  "version": "0.1.0",
  "name": "phenotype-code",
  "title": "Phenotype Code",
  "status": "draft",
  "publisher": "Kids First DRC",
  "description": "The ontology concept for the observed phenotype on the Participant",
  "fhirVersion": "4.0.0",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Observation"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "Phenotypic observation code",
        "definition": "The ontology concept for the observed phenotype on the Participant",
        "min": 0,
        "max": "1",
        "mustSupport": true,
        "isModifier": false
      },
      {
        "id": "Extension.extension",
        "path": "Extension.extension",
        "max": "0"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "type": [
          {
            "code": "uri"
          }
        ],
        "fixedUri": "http://fhir.kids-first.io/StructureDefinition/phenotype-code"
      },
      {
        "id": "Extension.valueCodeableConcept",
        "path": "Extension.valueCodeableConcept",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      }
    ]
  }
}