PackagesCanonicalsLogsProblems
    Packages
    tigacorehub.patient@1.1.12
    http://tigahealth.com/fhir/StructureDefinition/PatientProfile
{
  "description": null,
  "_filename": "Patient.StructureDefinition.json",
  "package_name": "tigacorehub.patient",
  "date": null,
  "derivation": "constraint",
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "Patient",
  "abstract": false,
  "type": "Patient",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": null,
  "package_version": "1.1.12",
  "status": "draft",
  "id": "99ed54fb-d267-4d0f-b1fe-b03b2409c7eb",
  "kind": "resource",
  "url": "http://tigahealth.com/fhir/StructureDefinition/PatientProfile",
  "version": null,
  "differential": {
    "element": [ {
      "id": "Patient.extension",
      "min": 0,
      "path": "Patient.extension",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      }
    }, {
      "id": "Patient.extension:BirthPlace",
      "min": 0,
      "path": "Patient.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "http://hl7.org/fhir/StructureDefinition/patient-birthPlace" ]
      } ],
      "sliceName": "BirthPlace",
      "isModifier": false
    }, {
      "id": "Patient.extension:myExtension",
      "min": 0,
      "path": "Patient.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "http://hl7.org/fhir/StructureDefinition/patient-nationality" ]
      } ],
      "sliceName": "myExtension",
      "isModifier": false
    }, {
      "id": "Patient.identifier",
      "min": 1,
      "path": "Patient.identifier"
    }, {
      "id": "Patient.identifier.type",
      "min": 1,
      "path": "Patient.identifier.type",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "coding",
          "type": "value"
        } ]
      }
    }, {
      "id": "Patient.identifier.type.coding.system",
      "min": 1,
      "path": "Patient.identifier.type.coding.system"
    }, {
      "id": "Patient.identifier.type.coding.code",
      "min": 1,
      "path": "Patient.identifier.type.coding.code"
    }, {
      "id": "Patient.identifier.type:PRN",
      "min": 1,
      "path": "Patient.identifier.type",
      "sliceName": "PRN"
    }, {
      "id": "Patient.identifier.type:PRN.coding.system",
      "min": 1,
      "path": "Patient.identifier.type.coding.system",
      "fixedUri": "http://moph.qa/codesystem/PatientIdentifier"
    }, {
      "id": "Patient.identifier.type:PRN.coding.code",
      "min": 1,
      "path": "Patient.identifier.type.coding.code",
      "fixedCode": "PRN"
    }, {
      "id": "Patient.identifier.system",
      "min": 1,
      "path": "Patient.identifier.system"
    }, {
      "id": "Patient.identifier.value",
      "min": 1,
      "path": "Patient.identifier.value"
    }, {
      "id": "Patient.name",
      "min": 1,
      "path": "Patient.name"
    }, {
      "id": "Patient.name.family",
      "min": 1,
      "path": "Patient.name.family"
    }, {
      "id": "Patient.name.given",
      "min": 1,
      "path": "Patient.name.given"
    }, {
      "id": "Patient.telecom",
      "min": 1,
      "path": "Patient.telecom"
    }, {
      "id": "Patient.telecom.system",
      "min": 1,
      "path": "Patient.telecom.system"
    }, {
      "id": "Patient.telecom.value",
      "min": 1,
      "path": "Patient.telecom.value"
    }, {
      "id": "Patient.gender",
      "min": 1,
      "path": "Patient.gender"
    }, {
      "id": "Patient.birthDate",
      "min": 1,
      "path": "Patient.birthDate"
    }, {
      "id": "Patient.photo",
      "max": "0",
      "path": "Patient.photo"
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient"
}