FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageflc.fhir.base
Resource TypeStructureDefinition
IdStructureDefinition-flc-source-patient.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/servicewell/flc.fhir.base/StructureDefinition-flc-source-patient.html
URLhttp://canonical.fhir.link/flc/base/StructureDefinition/flc-source-patient
Version0.2.4
Statusdraft
Date2025-12-01T13:03:56+00:00
NameFLCSourcePatient
TitleFLC Source Patient
DescriptionThis logical model defines the Patient source structure for test with FLC.
Typehttp://canonical.fhir.link/flc/base/StructureDefinition/flc-source-patient
Kindlogical

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: StructureDefinition flc-source-patient

NameFlagsCard.TypeDescription & Constraintsdoco
.. flc-source-patient 0..*BaseFLC Source Patient
... PatientId 1..1integerPatientId
... MRN 1..1stringName
... FirstName 1..1stringFirstName
... LastName 1..1stringLastName
... PhoneNumber 0..*stringPhoneNumber
... Gender 1..1stringGender
... DOB 1..1stringDOB
... TimeOfDeath 1..1dateTimeTimeOfDeath
... Email 0..1stringEmail

doco Documentation for this format

Source1

{
  "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"
          }
        ]
      }
    ]
  }
}