{
  "resourceType": "StructureDefinition",
  "id": "no-vft-elock",
  "url": "http://hl7.no/fhir/StructureDefinition/no-vft-elock",
  "version": "0.0.2",
  "name": "VftElock",
  "title": "no-vft-elock",
  "status": "draft",
  "date": "2019-11-15",
  "publisher": "EGDE Consulting",
  "description": "Provides information about whether an e-lock is installed at the provided location.",
  "fhirVersion": "4.0.0",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Address"
    },
    {
      "type": "element",
      "expression": "Location"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "Information about elock at the location",
        "definition": "Name of the e-lock system installed at the location, if no name is present there is no e-lock installed at the location."
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://hl7.no/fhir/StructureDefinition/no-vft-elock"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "short": "Name of the e-lock system installed at the location",
        "definition": "Name of the e-lock system installed at the location, if no name is present there is no e-lock at the location",
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  }
}