PackagesCanonicalsLogsProblems
    Packages
    fmcna.caredata.fhir.ig.r4@1.1.1
    http://fkcfhir.org/fhir/StructureDefinition/fmc-patient-profile
{
  "description": "Fresenius Patient Profile",
  "_filename": "StructureDefinition-fmc-patient-profile.json",
  "package_name": "fmcna.caredata.fhir.ig.r4",
  "date": null,
  "derivation": "constraint",
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "FreseniusPatient",
  "mapping": [ {
    "uri": "http://hl7.org/v3",
    "name": "RIM Mapping",
    "identity": "rim"
  }, {
    "uri": "http://hl7.org/v3/cda",
    "name": "CDA (R2)",
    "identity": "cda"
  }, {
    "uri": "http://hl7.org/fhir/fivews",
    "name": "FiveWs Pattern Mapping",
    "identity": "w5"
  }, {
    "uri": "http://hl7.org/v2",
    "name": "HL7 v2 Mapping",
    "identity": "v2"
  }, {
    "uri": "http://loinc.org",
    "name": "LOINC code for the element",
    "identity": "loinc"
  } ],
  "abstract": false,
  "type": "Patient",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "Fresenius Patient Profile",
  "package_version": "1.1.1",
  "status": "active",
  "id": "a3c4db37-4460-4b09-a058-a86f25d5bf78",
  "kind": "resource",
  "url": "http://fkcfhir.org/fhir/StructureDefinition/fmc-patient-profile",
  "version": null,
  "differential": {
    "element": [ {
      "id": "Patient.extension:citizenshipExtn",
      "max": "1",
      "min": 0,
      "path": "Patient.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "http://hl7.org/fhir/StructureDefinition/patient-citizenship" ]
      } ],
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/patient-citizenship"
      } ],
      "sliceName": "citizenshipExtn"
    }, {
      "id": "Patient.extension:religionExtn",
      "max": "1",
      "min": 0,
      "path": "Patient.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "http://hl7.org/fhir/StructureDefinition/patient-religion" ]
      } ],
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/patient-religion"
      } ],
      "sliceName": "religionExtn"
    }, {
      "id": "Patient.identifier",
      "path": "Patient.identifier",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "system",
          "type": "value"
        } ]
      }
    }, {
      "id": "Patient.identifier:MRIdentifier",
      "max": "1",
      "min": 1,
      "path": "Patient.identifier",
      "sliceName": "MRIdentifier",
      "mustSupport": true
    }, {
      "id": "Patient.identifier:MRIdentifier.type",
      "path": "Patient.identifier.type",
      "binding": {
        "strength": "required",
        "valueSet": "http://terminology.hl7.org/ValueSet/v2-0203"
      }
    }, {
      "id": "Patient.identifier:MRIdentifier.system",
      "path": "Patient.identifier.system",
      "patternUri": "urn:oid:2.16.840.1.113883.3.7418.2.1"
    }, {
      "id": "Patient.identifier:SSIdentifier",
      "max": "1",
      "min": 0,
      "path": "Patient.identifier",
      "sliceName": "SSIdentifier",
      "mustSupport": true
    }, {
      "id": "Patient.identifier:SSIdentifier.type",
      "path": "Patient.identifier.type",
      "binding": {
        "strength": "required",
        "valueSet": "http://terminology.hl7.org/ValueSet/v2-0203"
      }
    }, {
      "id": "Patient.identifier:SSIdentifier.system",
      "path": "Patient.identifier.system",
      "patternUri": "http://hl7.org/fhir/sid/us-ssn"
    }, {
      "id": "Patient.gender",
      "path": "Patient.gender",
      "binding": {
        "strength": "required",
        "valueSet": "http://fkcfhir.org/fhir/ValueSet/fmc-gender-vs"
      }
    }, {
      "id": "Patient.birthDate",
      "min": 1,
      "path": "Patient.birthDate"
    }, {
      "id": "Patient.maritalStatus",
      "path": "Patient.maritalStatus",
      "binding": {
        "strength": "required",
        "valueSet": "http://fkcfhir.org/fhir/ValueSet/fmc-marital-status-vs"
      }
    }, {
      "id": "Patient.contact.relationship",
      "path": "Patient.contact.relationship",
      "binding": {
        "strength": "required",
        "valueSet": "http://fkcfhir.org/fhir/ValueSet/fmc-contact-relationship-vs"
      }
    }, {
      "id": "Patient.communication.language",
      "path": "Patient.communication.language",
      "binding": {
        "strength": "required",
        "valueSet": "http://fkcfhir.org/fhir/ValueSet/fmc-language-vs"
      }
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
}