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

FHIR IG analytics

Packagefhir.clinical.datatypes
Resource TypeStructureDefinition
IdStructureDefinition-ReferenceType.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/FHIR/fhir.clinical.datatypes/StructureDefinition-ReferenceType.html
URLhttp://fhir.org/guides/fhir/base-clinical/StructureDefinition/ReferenceType
Version0.1.0
Statusactive
Date2026-05-03T22:05:01+00:00
NameReferenceType
TitleReferenceType
Realmus
Authorityhl7
DescriptionReferenceType - Points to independently managed data of some kind. *Mappings* * FHIR: [[[Reference]]] * openEHR: [[[DV_EHR_URI]]], or maybe [[[OBJECT_REF]]] * CDA: n/a
TypeReferenceType
Kindcomplex-type

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
fhir.clinical.datatypes#currentDataValueTypeDataValueType

Narrative

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

Generated Narrative: StructureDefinition ReferenceType

NameFlagsCard.TypeDescription & Constraintsdoco
.. ReferenceType 0..*DataValueTypeReferenceType (Points to independent data)

doco Documentation for this format

Source1

{
  "resourceType": "StructureDefinition",
  "id": "ReferenceType",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics",
      "valueCode": "has-target"
    }
  ],
  "url": "http://fhir.org/guides/fhir/base-clinical/StructureDefinition/ReferenceType",
  "version": "0.1.0",
  "name": "ReferenceType",
  "title": "ReferenceType",
  "status": "active",
  "experimental": false,
  "date": "2026-05-03T22:05:01+00:00",
  "publisher": "HL7 International / FHIR Infrastructure",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description": "ReferenceType - Points to independently managed data of some kind. \n\n *Mappings* \n\n * FHIR: [[[Reference]]] \n\n * openEHR: [[[DV_EHR_URI]]], or maybe [[[OBJECT_REF]]] \n\n * CDA: n/a \n\n   ",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "fhirVersion": "5.0.0",
  "mapping": [
    {
      "identity": "fhir",
      "uri": "http://hl7.org/fhir"
    },
    {
      "identity": "openehr",
      "uri": "http://openehr.org/specifications"
    },
    {
      "identity": "cda",
      "uri": "http://hl7.org/cda"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "type": "ReferenceType",
  "baseDefinition": "http://fhir.org/guides/fhir/base-clinical/StructureDefinition/DataValueType",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "0.1.0"
      }
    ],
    "element": [
      {
        "id": "ReferenceType",
        "path": "ReferenceType",
        "short": "ReferenceType (Points to independent data)",
        "definition": "ReferenceType - Points to independently managed data of some kind",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false,
        "mapping": [
          {
            "identity": "fhir",
            "map": "Reference,DataType"
          },
          {
            "identity": "openehr",
            "map": "DV_EHR_URI | OBJECT_REF,DATA_VALUE"
          },
          {
            "identity": "cda",
            "map": "ANY"
          },
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "ReferenceType",
        "path": "ReferenceType",
        "short": "ReferenceType (Points to independent data)",
        "definition": "ReferenceType - Points to independently managed data of some kind",
        "min": 0,
        "max": "*",
        "mapping": [
          {
            "identity": "fhir",
            "map": "Reference"
          },
          {
            "identity": "openehr",
            "map": "DV_EHR_URI | OBJECT_REF"
          }
        ]
      }
    ]
  }
}