FHIR IG Statistics: StructureDefinition/fmc-patient-profile
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"id": "fmc-patient-profile",
"url": "http://fkcfhir.org/fhir/StructureDefinition/fmc-patient-profile",
"version": "1.1.8",
"name": "FreseniusPatient",
"title": "Fresenius Patient Profile",
"status": "active",
"description": "Fresenius Patient Profile",
"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://hl7.org/fhir/us/core/StructureDefinition/us-core-patient",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Patient.extension:citizenshipExtn",
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/patient-citizenship"
}
],
"path": "Patient.extension",
"sliceName": "citizenshipExtn",
"min": 0,
"max": "1",
"type": [
{
"code": "Extension",
"profile": [
"http://hl7.org/fhir/StructureDefinition/patient-citizenship"
]
}
]
},
{
"id": "Patient.extension:religionExtn",
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/patient-religion"
}
],
"path": "Patient.extension",
"sliceName": "religionExtn",
"min": 0,
"max": "1",
"type": [
{
"code": "Extension",
"profile": [
"http://hl7.org/fhir/StructureDefinition/patient-religion"
]
}
]
},
{
"id": "Patient.extension:sexualOrientationExtn",
"extension": [
{
"url": "http://fkcfhir.org/fhir/StructureDefinition/fmc-sexual-orientation-extn"
}
],
"path": "Patient.extension",
"sliceName": "sexualOrientationExtn",
"min": 0,
"max": "1",
"type": [
{
"code": "Extension",
"profile": [
"http://fkcfhir.org/fhir/StructureDefinition/fmc-sexual-orientation-extn"
]
}
]
},
{
"id": "Patient.extension:pronounsExtn",
"extension": [
{
"url": "http://fkcfhir.org/fhir/StructureDefinition/fmc-preferred-pronouns-extn"
}
],
"path": "Patient.extension",
"sliceName": "pronounsExtn",
"min": 0,
"max": "1",
"type": [
{
"code": "Extension",
"profile": [
"http://fkcfhir.org/fhir/StructureDefinition/fmc-preferred-pronouns-extn"
]
}
]
},
{
"id": "Patient.identifier",
"path": "Patient.identifier",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "system"
}
],
"rules": "open"
}
},
{
"id": "Patient.identifier:MRIdentifier",
"path": "Patient.identifier",
"sliceName": "MRIdentifier",
"min": 1,
"max": "1",
"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",
"path": "Patient.identifier",
"sliceName": "SSIdentifier",
"min": 0,
"max": "1",
"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.identifier:EMPIdentifier",
"path": "Patient.identifier",
"sliceName": "EMPIdentifier",
"min": 0,
"max": "1"
},
{
"id": "Patient.identifier:EMPIdentifier.type",
"path": "Patient.identifier.type",
"binding": {
"strength": "required",
"valueSet": "http://fkcfhir.org/fhir/ValueSet/fmc-identifier-type-vs"
}
},
{
"id": "Patient.identifier:EMPIdentifier.system",
"path": "Patient.identifier.system",
"patternUri": "urn:oid:2.16.840.1.113883.3.7418.2.2"
},
{
"id": "Patient.gender",
"path": "Patient.gender",
"binding": {
"strength": "required",
"valueSet": "http://fkcfhir.org/fhir/ValueSet/fmc-gender-vs"
}
},
{
"id": "Patient.birthDate",
"path": "Patient.birthDate",
"min": 1
},
{
"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"
}
}
]
}
}