{
  "resourceType": "StructureDefinition",
  "id": "Favorite",
  "url": "http://hl7.org/fhir/StructureDefinition/Favorite",
  "version": "0.1",
  "name": "Favorite",
  "status": "active",
  "date": "2023-10-30T10:06:41.5966626+00:00",
  "publisher": "Martijn Schimmel",
  "purpose": "Request queries opslaan in fhir opdat deze op een later tijdstip weer uitgevoerd kunnen worden",
  "copyright": "Martijn Schimmel",
  "fhirVersion": "3.0.2",
  "kind": "resource",
  "abstract": false,
  "type": "Favorite",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource",
  "derivation": "specialization",
  "differential": {
    "element": [
      {
        "id": "Favorite.method",
        "path": "Favorite.method",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Favorite.resource",
        "path": "Favorite.resource",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Favorite.uri",
        "path": "Favorite.uri",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Favorite.host",
        "path": "Favorite.host",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Favorite.author",
        "path": "Favorite.author",
        "definition": "Persoon die deze favorite heeft toegevoegd",
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Person"
          }
        ]
      }
    ]
  }
}