{
  "resourceType": "StructureDefinition",
  "url": "https://example.org/fhir/StructureDefinition/MyPatient",
  "name": "Johnpat",
  "title": "John",
  "status": "active",
  "date": "2022-11-29T15:52:54.0199273+00:00",
  "purpose": "Test",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "CDS06",
      "name": "CDSS"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient.name.given",
        "path": "Patient.name.given",
        "fixedString": "JOhn",
        "mustSupport": true,
        "mapping": [
          {
            "identity": "CDS06",
            "map": "DE11111",
            "comment": "Test Name"
          }
        ]
      }
    ]
  }
}