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

FHIR IG Statistics: StructureDefinition/Location

Packagehl7.fhir.uv.omop
Resource TypeStructureDefinition
IdLocation
FHIR VersionR5
Sourcehttp://hl7.org/fhir/uv/omop/https://build.fhir.org/ig/HL7/fhir-omop-ig/StructureDefinition-Location.html
URLhttp://hl7.org/fhir/uv/omop/StructureDefinition/Location
Version1.0.0-ballot
Statusactive
Date2025-07-23T21:05:22+00:00
NameLocation
TitleLocation OMOP Table
Realmuv
Authorityhl7
DescriptionThe LOCATION table represents a generic way to capture physical location or address information of Persons and Care Sites.
Typehttp://hl7.org/fhir/uv/omop/StructureDefinition/Location
Kindlogical

Resources that use this resource

StructureDefinition
CareSiteCareSite OMOP Table
PersonPerson OMOP Table

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: StructureDefinition Location

NameFlagsCard.TypeDescription & Constraintsdoco
.. Location 0..*BaseLocation OMOP Table
Instances of this logical model can be the target of a Reference
... location_id 1..1integerLocation Identifier
... address_1 0..1stringAddress Line 1
... address_2 0..1stringAddress Line 2
... city 0..1stringCity
... state 0..1stringState
... zip 0..1stringZip Code
... county 0..1stringCounty
... location_source_value 0..1stringLocation Identifier Source Value
... country_concept_id 0..1codeCountry
... country_source_value 0..1stringCountry Source Value
... latitude 0..1decimalLatitude
... longitude 0..1decimalLongitude

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "Location",
  "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/StructureDefinition/structuredefinition-wg",
      "valueCode": "brr"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/uv/omop/ImplementationGuide/hl7.fhir.uv.omop"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "informative",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/uv/omop/ImplementationGuide/hl7.fhir.uv.omop"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/uv/omop/StructureDefinition/Location",
  "version": "1.0.0-ballot",
  "name": "Location",
  "title": "Location OMOP Table",
  "status": "active",
  "date": "2025-07-23T21:05:22+00:00",
  "publisher": "HL7 International / Biomedical Research and Regulation",
  "contact": [
    {
      "name": "HL7 International / Biomedical Research and Regulation",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/rcrim"
        }
      ]
    }
  ],
  "description": "The LOCATION table represents a generic way to capture physical location or address information of Persons and Care Sites.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "fhirVersion": "5.0.0",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "logical",
  "abstract": false,
  "type": "http://hl7.org/fhir/uv/omop/StructureDefinition/Location",
  "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": "Location",
        "path": "Location",
        "short": "Location OMOP Table",
        "definition": "The LOCATION table represents a generic way to capture physical location or address information of Persons and Care Sites.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "Location.location-id",
        "path": "Location.location_id",
        "short": "Location Identifier",
        "definition": "The unique key given to a unique Location.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "Location.location_id",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "integer"
          }
        ]
      },
      {
        "id": "Location.address-1",
        "path": "Location.address_1",
        "short": "Address Line 1",
        "definition": "This is the first line of the address.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Location.address_1",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Location.address-2",
        "path": "Location.address_2",
        "short": "Address Line 2",
        "definition": "This is the second line of the address",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Location.address_2",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Location.city",
        "path": "Location.city",
        "short": "City",
        "definition": "City",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Location.city",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Location.state",
        "path": "Location.state",
        "short": "State",
        "definition": "State",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Location.state",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Location.zip",
        "path": "Location.zip",
        "short": "Zip Code",
        "definition": "Zip Code",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Location.zip",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Location.county",
        "path": "Location.county",
        "short": "County",
        "definition": "County",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Location.county",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Location.location-source-value",
        "path": "Location.location_source_value",
        "short": "Location Identifier Source Value",
        "definition": "Location Identifier Source Value",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Location.location_source_value",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Location.country-concept-id",
        "path": "Location.country_concept_id",
        "short": "Country",
        "definition": "The Concept Id representing the country. Values should conform to the [Geography](https://athena.ohdsi.org/search-terms/terms?domain=Geography&standardConcept=Standard&page=1&pageSize=15&query=&boosts) domain.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Location.country_concept_id",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "code"
          }
        ]
      },
      {
        "id": "Location.country-source-value",
        "path": "Location.country_source_value",
        "short": "Country Source Value",
        "definition": "The name of the country.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Location.country_source_value",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Location.latitude",
        "path": "Location.latitude",
        "short": "Latitude",
        "definition": "Latitude",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Location.latitude",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "decimal"
          }
        ]
      },
      {
        "id": "Location.longitude",
        "path": "Location.longitude",
        "short": "Longitude",
        "definition": "Longitude",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Location.longitude",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "decimal"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "Location",
        "path": "Location",
        "short": "Location OMOP Table",
        "definition": "The LOCATION table represents a generic way to capture physical location or address information of Persons and Care Sites."
      },
      {
        "id": "Location.location-id",
        "path": "Location.location_id",
        "short": "Location Identifier",
        "definition": "The unique key given to a unique Location.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ]
      },
      {
        "id": "Location.address-1",
        "path": "Location.address_1",
        "short": "Address Line 1",
        "definition": "This is the first line of the address.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Location.address-2",
        "path": "Location.address_2",
        "short": "Address Line 2",
        "definition": "This is the second line of the address",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Location.city",
        "path": "Location.city",
        "short": "City",
        "definition": "City",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Location.state",
        "path": "Location.state",
        "short": "State",
        "definition": "State",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Location.zip",
        "path": "Location.zip",
        "short": "Zip Code",
        "definition": "Zip Code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Location.county",
        "path": "Location.county",
        "short": "County",
        "definition": "County",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Location.location-source-value",
        "path": "Location.location_source_value",
        "short": "Location Identifier Source Value",
        "definition": "Location Identifier Source Value",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Location.country-concept-id",
        "path": "Location.country_concept_id",
        "short": "Country",
        "definition": "The Concept Id representing the country. Values should conform to the [Geography](https://athena.ohdsi.org/search-terms/terms?domain=Geography&standardConcept=Standard&page=1&pageSize=15&query=&boosts) domain.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ]
      },
      {
        "id": "Location.country-source-value",
        "path": "Location.country_source_value",
        "short": "Country Source Value",
        "definition": "The name of the country.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Location.latitude",
        "path": "Location.latitude",
        "short": "Latitude",
        "definition": "Latitude",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ]
      },
      {
        "id": "Location.longitude",
        "path": "Location.longitude",
        "short": "Longitude",
        "definition": "Longitude",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ]
      }
    ]
  }
}