FHIR IG analytics| Package | qualitype.fhir.samples |
| Resource Type | Observation |
| Id | Observation-observation-example-boolean.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Observation",
"id": "observation-example-boolean",
"contained": [
{
"resourceType": "Practitioner",
"id": "practitioner-example",
"name": [
{
"family": "Meier",
"given": [
"Hans"
]
}
]
}
],
"status": "final",
"code": {
"coding": [
{
"code": "PARAMETER-3",
"system": "http://www.qualitype.de/samples/fhir/CodeSystem/observations",
"display": "Parameter 3"
}
]
},
"effectiveDateTime": "2023-07-01T12:00:00+00:00",
"issued": "2023-07-01T12:00:00+00:00",
"performer": [
{
"reference": "#practitioner-example"
}
],
"valueBoolean": true,
"specimen": {
"reference": "Specimen/specimen-example",
"identifier": {
"system": "http://www.acme.com/fhir/NamingSystem/specimen-identifier",
"value": "sample-extern-123"
}
}
}