{
  "resourceType": "StructureDefinition",
  "id": "sdf-fhirpath",
  "meta": {
    "lastUpdated": "2018-08-30T12:22:58.184+00:00"
  },
  "url": "http://ehelse.no/fhir/StructureDefinition/sdf-fhirpath",
  "name": "fhirPath",
  "status": "draft",
  "description": "Contains a FHIRPath expression which the system will use to retrieve data from other resources and then populate the QuestionnaireResponse with that data.",
  "fhirVersion": "3.0.1",
  "kind": "complex-type",
  "abstract": false,
  "contextType": "extension",
  "context": [
    "Questionnaire.item",
    "ElementDefinition"
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://ehelse.no/fhir/StructureDefinition/sdf-fhirpath"
      },
      {
        "id": "Extension.value[x]:valueString",
        "path": "Extension.valueString",
        "sliceName": "valueString",
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  }
}