FHIR IG analytics| Package | hl7.fhir.test.multi-lang |
| Resource Type | Observation |
| Id | Observation-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
English
Generated Narrative: Observation example
Language: en
identifier: http://example.org/NamingSystem/observation-id/o1223435-10
status: Final
category: Vital Signs
code: Oxygen saturation in Arterial blood
subject: Jim Male, DoB: 1974-12-25 ( Medical record number (use: usual, period: 2001-05-06 --> (ongoing)))
effective: 2014-12-05 09:30:10+0100
performer: Practitioner Dr. Smith
value: 95 % (Details: UCUM code% = '%')
interpretation: Normal (applies to non-numeric results)
| Low | High |
| 90 % (Details: UCUM code% = '%') | 99 % (Details: UCUM code% = '%') |
Generated Narrative: Practitioner #pract
name: Dr. Smith
Dutch
Gegenereerde narrative: Observation example
Taal: en
identifier: http://example.org/NamingSystem/observation-id/o1223435-10
status: Final
category: Vital Signs
code: Oxygen saturation in Arterial blood
effective: 2014-12-05 09:30:10+0100
performer: Practitioner Dr. Smith
value: 95 % (Details: UCUM code% = '%')
interpretation: Normal (applies to non-numeric results)
| Low | High |
| 90 % (Details: UCUM code% = '%') | 99 % (Details: UCUM code% = '%') |
Gegenereerde narrative: Practitioner #pract
name: Dr. Smith
Spanish
Generated Narrative: Observación example
Language: en
identifier: http://example.org/NamingSystem/observation-id/o1223435-10
status: Final
category: Vital Signs
code: Oxygen saturation in Arterial blood
subject: Jim Male, DoB: 1974-12-25 ( Medical record number (use: usual, period: 2001-05-06 --> (ongoing)))
effective: 2014-12-05 09:30:10+0100
performer: Practitioner Dr. Smith
value: 95 % (Details: UCUM code% = '%')
interpretation: Normal (applies to non-numeric results)
| Low | High |
| 90 % (Details: UCUM code% = '%') | 99 % (Details: UCUM code% = '%') |
Generated Narrative: Practicante / Profesional #pract
name: Dr. Smith
French
Narratif généré : Observation example
Langue : en
identifier: http://example.org/NamingSystem/observation-id/o1223435-10
status: Final
category: Vital Signs
code: Oxygen saturation in Arterial blood
effective: 2014-12-05 09:30:10+0100
performer: Practitioner Dr. Smith
value: 95 % (Details: UCUM code% = '%')
interpretation: Normal (applies to non-numeric results)
| Low | High |
| 90 % (Details: UCUM code% = '%') | 99 % (Details: UCUM code% = '%') |
Narratif généré : Praticien #pract
name: Dr. Smith
Portuguese
Narrativa gerada: Observation example
Língua: en
identifier: http://example.org/NamingSystem/observation-id/o1223435-10
status: Final
category: Vital Signs
code: Oxygen saturation in Arterial blood
subject: Jim Male, DoB: 1974-12-25 ( Medical record number (use: usual, period: 2001-05-06 --> (em curso)))
effective: 2014-12-05 09:30:10+0100
performer: Practitioner Dr. Smith
value: 95 % (Detalhes: UCUM código% = '%')
interpretation: Normal (applies to non-numeric results)
| Low | High |
| 90 % (Detalhes: UCUM código% = '%') | 99 % (Detalhes: UCUM código% = '%') |
Narrativa gerada: Practitioner #pract
name: Dr. Smith
Arabic
Generated Narrative: Observation example
Language: en
identifier: http://example.org/NamingSystem/observation-id/o1223435-10
status: Final
category: Vital Signs
code: Oxygen saturation in Arterial blood
subject: Jim Male, DoB: 1974-12-25 ( Medical record number (use: usual, period: 2001-05-06 --> (ongoing)))
effective: 2014-12-05 09:30:10+0100
performer: Practitioner Dr. Smith
value: 95 % (Details: UCUM code% = '%')
interpretation: Normal (applies to non-numeric results)
| Low | High |
| 90 % (Details: UCUM code% = '%') | 99 % (Details: UCUM code% = '%') |
Generated Narrative: Practitioner #pract
name: Dr. Smith
{
"resourceType": "Observation",
"id": "example",
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"contained": [
{
"resourceType": "Practitioner",
"id": "pract",
"name": [
{
"text": "Dr. Smith"
}
]
}
],
"identifier": [
{
"system": "http://example.org/NamingSystem/observation-id",
"value": "o1223435-10"
}
],
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs",
"display": "Vital Signs"
}
],
"text": "Vital Signs"
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "2708-6",
"display": "Oxygen saturation in Arterial blood"
},
{
"system": "http://loinc.org",
"code": "59408-5",
"display": "Oxygen saturation in Arterial blood by Pulse oximetry"
},
{
"system": "urn:iso:std:iso:11073:10101",
"code": "150456",
"display": "MDC_PULS_OXIM_SAT_O2"
}
]
},
"subject": {
"reference": "Patient/example"
},
"effectiveDateTime": "2014-12-05T09:30:10+01:00",
"performer": [
{
"reference": "#pract"
}
],
"valueQuantity": {
"value": 95,
"unit": "%",
"system": "http://unitsofmeasure.org",
"code": "%"
},
"interpretation": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"code": "N",
"display": "Normal"
}
],
"text": "Normal (applies to non-numeric results)"
}
],
"referenceRange": [
{
"low": {
"value": 90,
"unit": "%",
"system": "http://unitsofmeasure.org",
"code": "%"
},
"high": {
"value": 99,
"unit": "%",
"system": "http://unitsofmeasure.org",
"code": "%"
}
}
]
}