{
  "resourceType": "StructureDefinition",
  "meta": {
    "lastUpdated": "2021-03-29T13:54:50.079+00:00"
  },
  "url": "http://example.org/fhir/StructureDefinition/JFPerson",
  "name": "JFPerson",
  "status": "draft",
  "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.photo",
        "path": "Person.photo",
        "max": "0"
      },
      {
        "id": "Person.link.target.identifier.system",
        "path": "Person.link.target.identifier.system",
        "binding": {
          "strength": "example",
          "description": "jut an example",
          "valueSet": "http://linkedin.ca"
        }
      }
    ]
  }
}