FHIR IG analytics| Package | flc.fhir.base |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-flc-source-patient.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/servicewell/flc.fhir.base/StructureDefinition-flc-source-patient.html |
| URL | http://canonical.fhir.link/flc/base/StructureDefinition/flc-source-patient |
| Version | 0.2.4 |
| Status | draft |
| Date | 2025-12-01T13:03:56+00:00 |
| Name | FLCSourcePatient |
| Title | FLC Source Patient |
| Description | This logical model defines the Patient source structure for test with FLC. |
| Type | http://canonical.fhir.link/flc/base/StructureDefinition/flc-source-patient |
| Kind | logical |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: StructureDefinition flc-source-patient
| Name | Flags | Card. | Type | Description & Constraints |
|---|---|---|---|---|
![]() | 0..* | Base | FLC Source Patient | |
![]() ![]() | 1..1 | integer | PatientId | |
![]() ![]() | 1..1 | string | Name | |
![]() ![]() | 1..1 | string | FirstName | |
![]() ![]() | 1..1 | string | LastName | |
![]() ![]() | 0..* | string | PhoneNumber | |
![]() ![]() | 1..1 | string | Gender | |
![]() ![]() | 1..1 | string | DOB | |
![]() ![]() | 1..1 | dateTime | TimeOfDeath | |
![]() ![]() | 0..1 | string | ||
{
"resourceType": "StructureDefinition",
"id": "flc-source-patient",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://canonical.fhir.link/flc/base/StructureDefinition/flc-source-patient",
"version": "0.2.4",
"name": "FLCSourcePatient",
"title": "FLC Source Patient",
"status": "draft",
"experimental": true,
"date": "2025-12-01T13:03:56+00:00",
"publisher": "Service Well AB",
"contact": [
{
"name": "Service Well AB",
"telecom": [
{
"system": "url",
"value": "https://servicewell.se"
}
]
}
],
"description": "This logical model defines the Patient source structure for test with FLC.",
"fhirVersion": "4.0.1",
"mapping": [
{
"identity": "patient",
"uri": "http://hl7.org/fhir/StructureDefinition/Patient",
"name": "FHIR Patient"
}
],
"kind": "logical",
"abstract": false,
"type": "http://canonical.fhir.link/flc/base/StructureDefinition/flc-source-patient",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
"derivation": "specialization",
"snapshot": {
"extension": [
{
"url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
"valueString": "4.0.1"
}
],
"element": [
{
"id": "flc-source-patient",
"path": "flc-source-patient",
"short": "FLC Source Patient",
"definition": "This logical model defines the Patient source structure for test with FLC.",
"min": 0,
"max": "*",
"base": {
"path": "Base",
"min": 0,
"max": "*"
},
"isModifier": false,
"mapping": [
{
"identity": "patient",
"map": "Patient"
}
]
},
{
"id": "flc-source-patient.PatientId",
"path": "flc-source-patient.PatientId",
"short": "PatientId",
"definition": "PatientId",
"min": 1,
"max": "1",
"base": {
"path": "flc-source-patient.PatientId",
"min": 1,
"max": "1"
},
"type": [
{
"code": "integer"
}
],
"mapping": [
{
"identity": "patient",
"map": "identifier.where(system='http://fhir.purified.link/example/identifierSystem/ehr-source-system-demo').value"
}
]
},
{
"id": "flc-source-patient.MRN",
"path": "flc-source-patient.MRN",
"short": "Name",
"definition": "Name",
"min": 1,
"max": "1",
"base": {
"path": "flc-source-patient.MRN",
"min": 1,
"max": "1"
},
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "patient",
"map": "identifier.where(system='urn:oid:2.16.840.1.113883.19.5' and type.coding(http://terminology.hl7.org/CodeSystem/v2-0203|MR')).value"
}
]
},
{
"id": "flc-source-patient.FirstName",
"path": "flc-source-patient.FirstName",
"short": "FirstName",
"definition": "FirstName",
"min": 1,
"max": "1",
"base": {
"path": "flc-source-patient.FirstName",
"min": 1,
"max": "1"
},
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "patient",
"map": "name[0].given"
}
]
},
{
"id": "flc-source-patient.LastName",
"path": "flc-source-patient.LastName",
"short": "LastName",
"definition": "LastName",
"min": 1,
"max": "1",
"base": {
"path": "flc-source-patient.LastName",
"min": 1,
"max": "1"
},
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "patient",
"map": "name[0].family"
}
]
},
{
"id": "flc-source-patient.PhoneNumber",
"path": "flc-source-patient.PhoneNumber",
"short": "PhoneNumber",
"definition": "PhoneNumber",
"min": 0,
"max": "*",
"base": {
"path": "flc-source-patient.PhoneNumber",
"min": 0,
"max": "*"
},
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "patient",
"map": "telecom.where(system='phone').value"
}
]
},
{
"id": "flc-source-patient.Gender",
"path": "flc-source-patient.Gender",
"short": "Gender",
"definition": "Gender",
"min": 1,
"max": "1",
"base": {
"path": "flc-source-patient.Gender",
"min": 1,
"max": "1"
},
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "patient",
"map": "gender (map via ConceptMap GenderExampleMap)"
}
]
},
{
"id": "flc-source-patient.DOB",
"path": "flc-source-patient.DOB",
"short": "DOB",
"definition": "DOB",
"min": 1,
"max": "1",
"base": {
"path": "flc-source-patient.DOB",
"min": 1,
"max": "1"
},
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "patient",
"map": "birthDate"
}
]
},
{
"id": "flc-source-patient.TimeOfDeath",
"path": "flc-source-patient.TimeOfDeath",
"short": "TimeOfDeath",
"definition": "TimeOfDeath",
"min": 1,
"max": "1",
"base": {
"path": "flc-source-patient.TimeOfDeath",
"min": 1,
"max": "1"
},
"type": [
{
"code": "dateTime"
}
],
"mapping": [
{
"identity": "patient",
"map": "deceasedDateTime"
}
]
},
{
"id": "flc-source-patient.Email",
"path": "flc-source-patient.Email",
"short": "Email",
"definition": "Email",
"min": 0,
"max": "1",
"base": {
"path": "flc-source-patient.Email",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "patient",
"map": "telecom.where(system='email').value"
}
]
}
]
},
"differential": {
"element": [
{
"id": "flc-source-patient",
"path": "flc-source-patient",
"short": "FLC Source Patient",
"definition": "This logical model defines the Patient source structure for test with FLC.",
"mapping": [
{
"identity": "patient",
"map": "Patient"
}
]
},
{
"id": "flc-source-patient.PatientId",
"path": "flc-source-patient.PatientId",
"short": "PatientId",
"definition": "PatientId",
"min": 1,
"max": "1",
"type": [
{
"code": "integer"
}
],
"mapping": [
{
"identity": "patient",
"map": "identifier.where(system='http://fhir.purified.link/example/identifierSystem/ehr-source-system-demo').value"
}
]
},
{
"id": "flc-source-patient.MRN",
"path": "flc-source-patient.MRN",
"short": "Name",
"definition": "Name",
"min": 1,
"max": "1",
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "patient",
"map": "identifier.where(system='urn:oid:2.16.840.1.113883.19.5' and type.coding(http://terminology.hl7.org/CodeSystem/v2-0203|MR')).value"
}
]
},
{
"id": "flc-source-patient.FirstName",
"path": "flc-source-patient.FirstName",
"short": "FirstName",
"definition": "FirstName",
"min": 1,
"max": "1",
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "patient",
"map": "name[0].given"
}
]
},
{
"id": "flc-source-patient.LastName",
"path": "flc-source-patient.LastName",
"short": "LastName",
"definition": "LastName",
"min": 1,
"max": "1",
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "patient",
"map": "name[0].family"
}
]
},
{
"id": "flc-source-patient.PhoneNumber",
"path": "flc-source-patient.PhoneNumber",
"short": "PhoneNumber",
"definition": "PhoneNumber",
"min": 0,
"max": "*",
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "patient",
"map": "telecom.where(system='phone').value"
}
]
},
{
"id": "flc-source-patient.Gender",
"path": "flc-source-patient.Gender",
"short": "Gender",
"definition": "Gender",
"min": 1,
"max": "1",
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "patient",
"map": "gender (map via ConceptMap GenderExampleMap)"
}
]
},
{
"id": "flc-source-patient.DOB",
"path": "flc-source-patient.DOB",
"short": "DOB",
"definition": "DOB",
"min": 1,
"max": "1",
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "patient",
"map": "birthDate"
}
]
},
{
"id": "flc-source-patient.TimeOfDeath",
"path": "flc-source-patient.TimeOfDeath",
"short": "TimeOfDeath",
"definition": "TimeOfDeath",
"min": 1,
"max": "1",
"type": [
{
"code": "dateTime"
}
],
"mapping": [
{
"identity": "patient",
"map": "deceasedDateTime"
}
]
},
{
"id": "flc-source-patient.Email",
"path": "flc-source-patient.Email",
"short": "Email",
"definition": "Email",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "patient",
"map": "telecom.where(system='email').value"
}
]
}
]
}
}