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

FHIR IG Statistics: StructureDefinition/PARTY-SELF

Packageopenehr.base
TypeStructureDefinition
IdPARTY-SELF
FHIR VersionR5
Sourcehttp://openehr.org/fhir/https://build.fhir.org/ig/FHIR/openehr-base-ig/StructureDefinition-PARTY-SELF.html
URLhttp://openehr.org/fhir/StructureDefinition/PARTY-SELF
Version0.1.0
Statusactive
Date2024-12-31T18:45:58+10:00
NamePARTY_SELF
TitlePARTY_SELF
Realmuv
Authorityhl7
DescriptionParty proxy representing the subject of the record. Used to indicate that the party is the owner of the record. May or may not have external_ref set.
Typehttp://openehr.org/fhir/StructureDefinition/PARTY_SELF
Kindlogical

Resources that use this resource

StructureDefinition
EHR-STATUSEHR_STATUS

Resources that this resource uses

StructureDefinition
PARTY-PROXYPARTY_PROXY

Narrative

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

Generated Narrative: StructureDefinition PARTY-SELF

NameFlagsCard.TypeDescription & Constraintsdoco
.. PARTY_SELF 0..*PARTY_PROXY
Elements defined in Ancestors:external_ref
Party proxy representing the subject of the record

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "PARTY-SELF",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/tools/StructureDefinition/web-source",
      "valueUrl": "https://specifications.openehr.org/releases/RM/development/common.html#_party_self_class"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 3,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://openehr.org/fhir/ImplementationGuide/openehr.base"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "informative",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://openehr.org/fhir/ImplementationGuide/openehr.base"
          }
        ]
      }
    }
  ],
  "url": "http://openehr.org/fhir/StructureDefinition/PARTY-SELF",
  "version": "0.1.0",
  "name": "PARTY_SELF",
  "title": "PARTY_SELF",
  "status": "active",
  "experimental": false,
  "date": "2024-12-31T18:45:58+10:00",
  "publisher": "openEHR + HL7",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.openehr.org"
        }
      ]
    }
  ],
  "description": "Party proxy representing the subject of the record. Used to indicate that the party is the owner of the record. May or may not have external_ref set.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "fhirVersion": "5.0.0",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "logical",
  "abstract": false,
  "type": "http://openehr.org/fhir/StructureDefinition/PARTY_SELF",
  "baseDefinition": "http://openehr.org/fhir/StructureDefinition/PARTY-PROXY",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "0.1.0"
      }
    ],
    "element": [
      {
        "id": "PARTY_SELF",
        "path": "PARTY_SELF",
        "short": "Party proxy representing the subject of the record",
        "definition": "Party proxy representing the subject of the record. Used to indicate that the party is the owner of the record. May or may not have external_ref set.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "PARTY_SELF.external-ref",
        "path": "PARTY_SELF.external_ref",
        "short": "Reference to more detailed demographic or identification information for this party",
        "definition": "Optional reference to more detailed demographic or identification information for this party, in an external system.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "PARTY_PROXY.external_ref",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "http://openehr.org/fhir/StructureDefinition/PARTY-REF"
          }
        ],
        "isModifier": false
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "PARTY_SELF",
        "path": "PARTY_SELF",
        "short": "Party proxy representing the subject of the record",
        "definition": "Party proxy representing the subject of the record. Used to indicate that the party is the owner of the record. May or may not have external_ref set.",
        "min": 0,
        "max": "*",
        "isModifier": false
      }
    ]
  }
}