FHIR IG Statistics: StructureDefinition/poc-lis-specimen
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"id": "poc-lis-specimen",
"url": "http://poc-lis.cens.cl/fhir/StructureDefinition/PocLisSpecimen",
"name": "PocLisSpecimen",
"status": "draft",
"fhirVersion": "4.0.1",
"mapping": [
{
"identity": "rim",
"uri": "http://hl7.org/v3",
"name": "RIM Mapping"
},
{
"identity": "w5",
"uri": "http://hl7.org/fhir/fivews",
"name": "FiveWs Pattern Mapping"
},
{
"identity": "v2",
"uri": "http://hl7.org/v2",
"name": "HL7 v2 Mapping"
}
],
"kind": "resource",
"abstract": false,
"type": "Specimen",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Specimen",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Specimen.identifier",
"path": "Specimen.identifier",
"max": "0"
},
{
"id": "Specimen.accessionIdentifier",
"path": "Specimen.accessionIdentifier",
"max": "0"
},
{
"id": "Specimen.status",
"path": "Specimen.status",
"max": "0"
},
{
"id": "Specimen.type",
"path": "Specimen.type",
"min": 1,
"binding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "SpecimenType"
}
],
"strength": "required",
"description": "Tipo de Muestra",
"valueSet": "http://cens.cl/fhir/ValueSet/TipoMuestraEpivigilia"
}
},
{
"id": "Specimen.type.coding.system",
"path": "Specimen.type.coding.system",
"fixedUri": "http://minsal.cl/TipoMuestraEpivigilia"
},
{
"id": "Specimen.subject",
"path": "Specimen.subject",
"max": "0",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://poc-lis.cens.cl/fhir/StructureDefinition/PocLisPatient"
]
}
]
},
{
"id": "Specimen.parent",
"path": "Specimen.parent",
"max": "0"
},
{
"id": "Specimen.request",
"path": "Specimen.request",
"max": "0"
},
{
"id": "Specimen.collection",
"path": "Specimen.collection",
"min": 1
},
{
"id": "Specimen.collection.collected[x]",
"path": "Specimen.collection.collected[x]",
"min": 1
},
{
"id": "Specimen.processing",
"path": "Specimen.processing",
"max": "0"
},
{
"id": "Specimen.container",
"path": "Specimen.container",
"max": "0"
},
{
"id": "Specimen.condition",
"path": "Specimen.condition",
"max": "0"
},
{
"id": "Specimen.note",
"path": "Specimen.note",
"max": "0"
}
]
}
}