FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/PatientBasic

Packageihe.pharm.mpd
TypeStructureDefinition
IdPatientBasic
FHIR VersionR5
Sourcehttps://profiles.ihe.net/PHARM/MPD/https://build.fhir.org/ig/IHE/pharm-mpd/StructureDefinition-PatientBasic.html
URLhttps://profiles.ihe.net/PHARM/MPD/StructureDefinition/PatientBasic
Version1.0.0-comment-2
Statusactive
Date2025-06-09T07:25:27+00:00
NamePatientBasic
TitlePatient (model)
Realmuv
Authorityihe
DescriptionLogical model for patient (basic data relevant for this use case)
CopyrightIHE http://www.ihe.net/Governance/#Intellectual_Property
Typehttps://profiles.ihe.net/PHARM/MPD/StructureDefinition/PatientBasic
Kindlogical

Resources that use this resource

StructureDefinition
IHEMedicationDispenseModelMedication dispense (model)
IHEMedicationOrderModelMedication order (model)
IHEMultilineOrderMedication order - multiline (model)

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: StructureDefinition PatientBasic

NameFlagsCard.TypeDescription & Constraintsdoco
.. PatientBasic 0..*BasePatient (model)
Instances of this logical model can be the target of a Reference
... identifier 1..*IdentifierPatient identifier
... name 1..*HumanNamePatient's name, incl first name, last name, or any other relevant name parts
... gender 0..1CodeableConceptGender
... dateOfBirth 0..1dateTimeDate of birth
... insuranceInformation 0..1BackboneElementInsurance information

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "PatientBasic",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics",
      "valueCode": "can-be-target"
    },
    {
      "url": "http://hl7.org/fhir/tools/StructureDefinition/logical-target",
      "valueBoolean": true
    }
  ],
  "url": "https://profiles.ihe.net/PHARM/MPD/StructureDefinition/PatientBasic",
  "version": "1.0.0-comment-2",
  "name": "PatientBasic",
  "title": "Patient (model)",
  "status": "active",
  "date": "2025-06-09T07:25:27+00:00",
  "publisher": "Integrating the Healthcare Enterprise (IHE)",
  "contact": [
    {
      "name": "Integrating the Healthcare Enterprise (IHE)",
      "telecom": [
        {
          "system": "url",
          "value": "http://ihe.net"
        },
        {
          "system": "email",
          "value": "secretary@ihe.net"
        }
      ]
    },
    {
      "name": "José Costa Teixeira",
      "telecom": [
        {
          "system": "email",
          "value": "jose.a.teixeira@gmail.com",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Logical model for patient (basic data relevant for this use case)",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "copyright": "IHE http://www.ihe.net/Governance/#Intellectual_Property",
  "fhirVersion": "5.0.0",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "logical",
  "abstract": false,
  "type": "https://profiles.ihe.net/PHARM/MPD/StructureDefinition/PatientBasic",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "5.0.0"
      }
    ],
    "element": [
      {
        "id": "PatientBasic",
        "path": "PatientBasic",
        "short": "Patient (model)",
        "definition": "Logical model for patient (basic data relevant for this use case)",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "PatientBasic.identifier",
        "path": "PatientBasic.identifier",
        "short": "Patient identifier",
        "definition": "Patient identifier",
        "min": 1,
        "max": "*",
        "base": {
          "path": "PatientBasic.identifier",
          "min": 1,
          "max": "*"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "PatientBasic.name",
        "path": "PatientBasic.name",
        "short": "Patient's name, incl first name, last name, or any other relevant name parts",
        "definition": "Patient's name, incl first name, last name, or any other relevant name parts",
        "min": 1,
        "max": "*",
        "base": {
          "path": "PatientBasic.name",
          "min": 1,
          "max": "*"
        },
        "type": [
          {
            "code": "HumanName"
          }
        ]
      },
      {
        "id": "PatientBasic.gender",
        "path": "PatientBasic.gender",
        "short": "Gender",
        "definition": "Question: eHDSI prescription emphasisis the biological gender, but I think the reality is that most systems would have administrative gender or somekindof gender",
        "min": 0,
        "max": "1",
        "base": {
          "path": "PatientBasic.gender",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "PatientBasic.dateOfBirth",
        "path": "PatientBasic.dateOfBirth",
        "short": "Date of birth",
        "definition": "eHDSI",
        "min": 0,
        "max": "1",
        "base": {
          "path": "PatientBasic.dateOfBirth",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "PatientBasic.insuranceInformation",
        "path": "PatientBasic.insuranceInformation",
        "short": "Insurance information",
        "definition": "Question: shall we go here and how deep?",
        "min": 0,
        "max": "1",
        "base": {
          "path": "PatientBasic.insuranceInformation",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "PatientBasic",
        "path": "PatientBasic",
        "short": "Patient (model)",
        "definition": "Logical model for patient (basic data relevant for this use case)"
      },
      {
        "id": "PatientBasic.identifier",
        "path": "PatientBasic.identifier",
        "short": "Patient identifier",
        "definition": "Patient identifier",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "PatientBasic.name",
        "path": "PatientBasic.name",
        "short": "Patient's name, incl first name, last name, or any other relevant name parts",
        "definition": "Patient's name, incl first name, last name, or any other relevant name parts",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "HumanName"
          }
        ]
      },
      {
        "id": "PatientBasic.gender",
        "path": "PatientBasic.gender",
        "short": "Gender",
        "definition": "Question: eHDSI prescription emphasisis the biological gender, but I think the reality is that most systems would have administrative gender or somekindof gender",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "PatientBasic.dateOfBirth",
        "path": "PatientBasic.dateOfBirth",
        "short": "Date of birth",
        "definition": "eHDSI",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "PatientBasic.insuranceInformation",
        "path": "PatientBasic.insuranceInformation",
        "short": "Insurance information",
        "definition": "Question: shall we go here and how deep?",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      }
    ]
  }
}