FHIR IG Statistics: StructureDefinition/nxh-specimen
Resources that use this resource
No resources found
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"id": "nxh-specimen",
"meta": {
"lastUpdated": "2022-04-01T08:27:21.157+00:00"
},
"url": "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhSpecimen",
"name": "NxhSpecimen",
"status": "active",
"date": "2024-02-27T09:13:07.8174362+00:00",
"description": "Nexuzhealth profile for a specimen.",
"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.extension",
"path": "Specimen.extension",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "url"
}
],
"rules": "open"
},
"min": 0
},
{
"id": "Specimen.extension:hospitalCode",
"path": "Specimen.extension",
"sliceName": "hospitalCode",
"short": "Hospital code",
"definition": "A reference to a hospital (an organization) the resource is related to.",
"min": 0,
"max": "*",
"type": [
{
"code": "Extension",
"profile": [
"https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-hospitalCode"
]
}
]
},
{
"id": "Specimen.identifier",
"path": "Specimen.identifier",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "system"
}
],
"rules": "open"
}
},
{
"id": "Specimen.identifier:resultaatId",
"path": "Specimen.identifier",
"sliceName": "resultaatId",
"short": "resultaatId",
"definition": "The resultaatId identifier of the specimen.\\n\\nResultaatId is an identifier assigned internally by Nexuzhealth in the KWS database.",
"min": 1,
"max": "1"
},
{
"id": "Specimen.identifier:resultaatId.system",
"path": "Specimen.identifier.system",
"fixedUri": "https://fhir.nexuzhealth.com/standards/fhir/NamingSystem/kws/resultaat/resultaat/id"
},
{
"id": "Specimen.type",
"path": "Specimen.type",
"binding": {
"strength": "extensible",
"valueSet": "https://fhir.nexuzhealth.com/standards/fhir/ValueSet/nxh-vs-staalsoort-codes"
}
},
{
"id": "Specimen.subject",
"path": "Specimen.subject",
"min": 1
}
]
}
}