{
  "resourceType": "StructureDefinition",
  "id": "jcpm-patient",
  "language": "he-IL",
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category",
      "valueString": "Base.Individuals"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category",
      "valueCode": "patient"
    }
  ],
  "url": "http://fhir.outburn.co.il/StructureDefinition/jcpm-patient",
  "version": "0.1.0",
  "name": "JCPMPatient",
  "title": "JCPM Patient Profile",
  "status": "draft",
  "date": "2022-01-30",
  "publisher": "Outburn LTD.",
  "contact": [
    {
      "name": "Outburn LTD",
      "telecom": [
        {
          "system": "url",
          "value": "http://outburn.co.il"
        }
      ]
    }
  ],
  "description": "Proposed constraints and extensions on the JCPMPatient Resource.",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "cda",
      "uri": "http://hl7.org/v3/cda",
      "name": "CDA (R2)"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "loinc",
      "uri": "http://loinc.org",
      "name": "LOINC code for the element"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "http://fhir.health.gov.il/StructureDefinition/il-core-patient",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient",
        "path": "Patient",
        "short": "JCPM Patient profile",
        "isModifier": false
      },
      {
        "id": "Patient.identifier:hadassah-temp",
        "path": "Patient.identifier",
        "sliceName": "hadassah-temp",
        "short": "Person's Identifier - hadassah temporary id",
        "definition": "The person’s temporary identifier in Hadassah hospital ",
        "min": 0,
        "max": "1",
        "patternIdentifier": {
          "system": "http://fhir.hadassah.org.il/identifier/temporary-patient-id"
        },
        "mustSupport": false
      },
      {
        "id": "Patient.identifier:hadassah-temp.value",
        "path": "Patient.identifier.value",
        "short": "A Hadassah temporary identifier"
      },
      {
        "id": "Patient.identifier:meuhedet-temp",
        "path": "Patient.identifier",
        "sliceName": "meuhedet-temp",
        "short": "Person's Identifier - meuhedet temporary id",
        "definition": "The person’s temporary identifier in Meuhedet HMO ",
        "min": 0,
        "max": "1",
        "patternIdentifier": {
          "system": "http://fhir.meuhedet.org.il/identifier/temporary-patient-id"
        },
        "mustSupport": false
      },
      {
        "id": "Patient.identifier:meuhedet-temp.value",
        "path": "Patient.identifier.value",
        "short": "A Meuhedet temporary identifier"
      },
      {
        "id": "Patient.identifier:szmc-temp",
        "path": "Patient.identifier",
        "sliceName": "szmc-temp",
        "short": "Person's Identifier - szmc temporary id",
        "definition": "The person’s temporary identifier in SZMC hospital ",
        "min": 0,
        "max": "1",
        "patternIdentifier": {
          "system": "http://fhir.szmc.org.il/identifier/temporary-patient-id"
        },
        "mustSupport": false
      },
      {
        "id": "Patient.identifier:szmc-temp.value",
        "path": "Patient.identifier.value",
        "short": "A SZMC temporary identifier"
      }
    ]
  }
}