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

FHIR IG Statistics: StructureDefinition/Vehicle

Packagefhir.test
Resource TypeStructureDefinition
IdVehicle
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=fhir.test@0.0.1-alfa&canonical=http://example.org/fhir/StructureDefinition/Vehicle
URLhttp://example.org/fhir/StructureDefinition/Vehicle
Version1.0.0
Statusactive
NameVehicle
Realmus
Authorityhl7
TypeVehicle
Kindresource

Resources that use this resource

StructureDefinition
AmbulanceAmbulance

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "Vehicle",
  "url": "http://example.org/fhir/StructureDefinition/Vehicle",
  "version": "1.0.0",
  "name": "Vehicle",
  "status": "active",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Vehicle",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource",
  "derivation": "specialization",
  "differential": {
    "element": [
      {
        "id": "Vehicle",
        "path": "Vehicle",
        "short": "Un vehículo genérico",
        "definition": "Representación de un vehículo con propiedades básicas"
      },
      {
        "id": "Vehicle.id",
        "path": "Vehicle.id",
        "short": "Identificador lógico del recurso",
        "type": [
          {
            "code": "id"
          }
        ]
      },
      {
        "id": "Vehicle.identifier",
        "path": "Vehicle.identifier",
        "short": "Identificador externo del vehículo",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "min": 0,
        "max": "*"
      },
      {
        "id": "Vehicle.licensePlate",
        "path": "Vehicle.licensePlate",
        "short": "Placa/matrícula del vehículo",
        "type": [
          {
            "code": "string"
          }
        ],
        "min": 1,
        "max": "1",
        "isSummary": true
      },
      {
        "id": "Vehicle.manufacturer",
        "path": "Vehicle.manufacturer",
        "short": "Fabricante del vehículo",
        "type": [
          {
            "code": "string"
          }
        ],
        "min": 0,
        "max": "1"
      },
      {
        "id": "Vehicle.model",
        "path": "Vehicle.model",
        "short": "Modelo del vehículo",
        "type": [
          {
            "code": "string"
          }
        ],
        "min": 0,
        "max": "1",
        "isSummary": true
      },
      {
        "id": "Vehicle.year",
        "path": "Vehicle.year",
        "short": "Año de fabricación",
        "type": [
          {
            "code": "positiveInt"
          }
        ],
        "min": 0,
        "max": "1"
      },
      {
        "id": "Vehicle.status",
        "path": "Vehicle.status",
        "short": "Estado operativo del vehículo",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "http://example.org/fhir/ValueSet/vehicle-status"
        },
        "min": 1,
        "max": "1"
      }
    ]
  }
}