| Package | fhir.test |
| Resource Type | StructureDefinition |
| Id | Vehicle |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=fhir.test@0.0.1-alfa&canonical=http://example.org/fhir/StructureDefinition/Vehicle |
| URL | http://example.org/fhir/StructureDefinition/Vehicle |
| Version | 1.0.0 |
| Status | active |
| Name | Vehicle |
| Realm | us |
| Authority | hl7 |
| Type | Vehicle |
| Kind | resource |
| StructureDefinition | |
| Ambulance | Ambulance |
No resources found
No narrative content found in resource
{
"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"
}
]
}
}