FHIR IG analytics| Package | hl7.fhir.us.home-lab-report |
| Resource Type | Observation |
| Id | Observation-observation-patient-answer-first-test-s-trevor.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation observation-patient-answer-first-test-s-trevor
status: Final
category: Survey
code: Whether this is the patient's first test for condition of interest
subject: Stacy Trevor
effective: 2021-01-28 16:06:03-0500
performer: Stacy Trevor Female, DoB: 1988-01-21 ( Medical Record Number: P21-0000105078 (use: usual, ))
value: No
{
"resourceType": "Observation",
"id": "observation-patient-answer-first-test-s-trevor",
"meta": {
"profile": [
"http://hl7.org/fhir/us/home-lab-report/StructureDefinition/Observation-patient-question-answer"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "survey",
"display": "Survey"
}
],
"text": "Survey"
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "95417-2",
"display": "Whether this is the patient's first test for condition of interest"
}
],
"text": "Whether this is the patient's first test for condition of interest"
},
"subject": {
"reference": "Patient/patient-at-home-in-vitro-test-stacy-trevor",
"display": "Stacy Trevor"
},
"effectiveDateTime": "2021-01-28T16:06:03-05:00",
"performer": [
{
"reference": "Patient/patient-at-home-in-vitro-test-stacy-trevor"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0532",
"code": "N",
"display": "No"
}
]
}
}