{
  "resourceType": "StructureDefinition",
  "id": "poi-person",
  "url": "http://somewhere.org/fhir/uv/myig/StructureDefinition/poi-person",
  "version": "0.2.0",
  "name": "POI_Person",
  "title": "POI Person",
  "status": "active",
  "date": "2023-03-09T12:00:30.596245+00:00",
  "description": "Dieses Profil beschreibt eine Person von Interesse als Person.",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Person",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Person",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Person.id",
        "path": "Person.id",
        "mustSupport": true
      },
      {
        "id": "Person.meta",
        "path": "Person.meta",
        "mustSupport": true
      },
      {
        "id": "Person.meta.source",
        "path": "Person.meta.source",
        "mustSupport": true
      },
      {
        "id": "Person.meta.profile",
        "path": "Person.meta.profile",
        "mustSupport": true
      }
    ]
  }
}