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

FHIR IG Statistics: StructureDefinition/PIDsegment

Packagebloodpressure
TypeStructureDefinition
IdPIDsegment
FHIR VersionR4
Sourcehttp://bloodpressure.oemig.de/fhir/https://build.fhir.org/ig/frankoemig/bloodpressure/StructureDefinition-PIDsegment.html
URLhttp://bloodpressure.oemig.de/fhir/StructureDefinition/PIDsegment
Version0.2.12
Statusdraft
Date2025-06-24T18:17:32+00:00
NamePIDsegment
TitlePID Segment LM
DescriptionLM for relevant attributes of **PID Segment** (Patient in v2.x)
Typehttp://bloodpressure.oemig.de/fhir/StructureDefinition/PIDsegment
Kindlogical

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
AbstractSegmentLM for an abstract segment

Narrative

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

Generated Narrative: StructureDefinition PIDsegment

NameFlagsCard.TypeDescription & Constraintsdoco
.. PIDsegment 0..*AbstractSegmentPID Segment LM
... patid 1..1Identifier(5.2.0)id for patient
... name 0..1HumanNamename of patient
... dob 0..1datedate of birth

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "PIDsegment",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://bloodpressure.oemig.de/fhir/StructureDefinition/PIDsegment",
  "version": "0.2.12",
  "name": "PIDsegment",
  "title": "PID Segment LM",
  "status": "draft",
  "date": "2025-06-24T18:17:32+00:00",
  "publisher": "FO",
  "contact": [
    {
      "name": "FO",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.oemig.de"
        }
      ]
    }
  ],
  "description": "LM for relevant attributes of **PID Segment** (Patient in v2.x)",
  "fhirVersion": "4.0.1",
  "kind": "logical",
  "abstract": false,
  "type": "http://bloodpressure.oemig.de/fhir/StructureDefinition/PIDsegment",
  "baseDefinition": "http://bloodpressure.oemig.de/fhir/StructureDefinition/AbstractSegment",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "0.2.12"
      }
    ],
    "element": [
      {
        "id": "PIDsegment",
        "path": "PIDsegment",
        "short": "PID Segment LM",
        "definition": "LM for relevant attributes of **PID Segment** (Patient in v2.x)",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false
      },
      {
        "id": "PIDsegment.patid",
        "path": "PIDsegment.patid",
        "short": "id for patient",
        "definition": "id for patient",
        "min": 1,
        "max": "1",
        "base": {
          "path": "PIDsegment.patid",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/elementdefinition-identifier"
            ]
          }
        ]
      },
      {
        "id": "PIDsegment.name",
        "path": "PIDsegment.name",
        "short": "name of patient",
        "definition": "name of patient",
        "min": 0,
        "max": "1",
        "base": {
          "path": "PIDsegment.name",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "HumanName"
          }
        ]
      },
      {
        "id": "PIDsegment.dob",
        "path": "PIDsegment.dob",
        "short": "date of birth",
        "definition": "date of birth",
        "min": 0,
        "max": "1",
        "base": {
          "path": "PIDsegment.dob",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "date"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "PIDsegment",
        "path": "PIDsegment",
        "short": "PID Segment LM",
        "definition": "LM for relevant attributes of **PID Segment** (Patient in v2.x)"
      },
      {
        "id": "PIDsegment.patid",
        "path": "PIDsegment.patid",
        "short": "id for patient",
        "definition": "id for patient",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/elementdefinition-identifier"
            ]
          }
        ]
      },
      {
        "id": "PIDsegment.name",
        "path": "PIDsegment.name",
        "short": "name of patient",
        "definition": "name of patient",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "HumanName"
          }
        ]
      },
      {
        "id": "PIDsegment.dob",
        "path": "PIDsegment.dob",
        "short": "date of birth",
        "definition": "date of birth",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "date"
          }
        ]
      }
    ]
  }
}