FHIR IG analytics| Package | fhir.astp.bhp |
| Resource Type | Observation |
| Id | Observation-pregnancy-status-example-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation pregnancy-status-example-1
status: Final
category: Social History
code: Pregnancy Status
subject: James Wolff
effective: 2024-02-01 10:39:52+0000
performer: Dr. Doc Family
value: Not pregnant
{
"resourceType": "Observation",
"id": "pregnancy-status-example-1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-pregnancystatus|6.1.0"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "social-history",
"display": "Social History"
}
],
"text": "Social History"
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "82810-3",
"display": "Pregnancy status"
}
],
"text": "Pregnancy Status"
},
"subject": {
"reference": "Patient/bh-patient-example",
"display": "James Wolff"
},
"effectiveDateTime": "2024-02-01T10:39:52Z",
"performer": [
{
"reference": "Practitioner/pcp-provider-example-1",
"display": "Dr. Doc Family"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"version": "http://snomed.info/sct/731000124108",
"code": "60001007",
"display": "Not pregnant (finding)"
}
],
"text": "Not pregnant"
}
}