pfLaboratoryAnalysisType
Description
Properties
Name |
Description |
Required |
Type |
Laboratory |
|
No |
pfOrganisationReferenceType |
LaboratoryIdentifier |
Unique identifier for the sample analysis within the laboratory |
No |
string |
SessionIdentifier |
Identifies the analytical session within the lab |
No |
string |
Responsible |
Identifiers the person responsible for the analysis |
No |
string |
Results |
Provides the results of the analysis - really hoping this doesn't actually inherit all of Observation type |
No |
Array of pfAnalysisResultType |
Examples
Example 1
{
"laboratory": {
"leiCode": "leiCode",
"name": "name",
"uri": "uri",
"registration": {
"scheme": "scheme",
"id": "id"
},
"gln": "gln"
},
"laboratoryIdentifier": "laboratoryIdentifier",
"sessionIdentifier": "sessionIdentifier",
"responsible": "responsible",
"results": [
{
"name": "name",
"status": "completed",
"abbreviation": "abbreviation",
"metric": "metric",
"method": "method",
"rawValue": "rawValue",
"rawUnit": "rawUnit",
"value": 0.0,
"unit": "unit",
"resolution": 0.0,
"errorStatistic": 0.0,
"qualitativeGrade": "qualitativeGrade",
"limit": 0.0
}
]
}