{
  "resourceType": "StructureDefinition",
  "url": "http://example.org/fhir/StructureDefinition/Location_apimin_v3",
  "name": "Location_apimin_v3",
  "status": "draft",
  "fhirVersion": "3.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Location",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Location",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Location.identifier.system",
        "path": "Location.identifier.system",
        "short": "Servicio que asigna el valor del dato único.",
        "definition": "Aquí se define el sistema encargado de entregar el valor del identificador del paciente."
      },
      {
        "id": "Location.identifier.value",
        "path": "Location.identifier.value",
        "short": "Este valor es único.",
        "definition": "Valor único para identificar al establecimiento."
      },
      {
        "id": "Location.name",
        "path": "Location.name",
        "short": "Nombre del establecimiento.",
        "definition": "Nombre del establecimiento que es conocido por el común de las personas, no es necesario que sea un valor único."
      },
      {
        "id": "Location.address.text",
        "path": "Location.address.text",
        "short": "Nombre común del lugar.",
        "definition": "Nombre común de la dirección del lugar.",
        "mapping": [
          {
            "identity": "api-minsal",
            "map": "LOCAL_PART"
          }
        ]
      }
    ]
  }
}