USCDI+ Clinical Trials Matching Implementation Guide
0.1.0

⚠️ This is a developmental version of the guide and is under active development. Content may change at any time without notice. No official release has been made. The final base canonical URL and hosting location have not yet been determined. This guide should not be used for production implementations.

3.2.7. Observation-regnancy-status

{
"resourceType": "Observation",
"id": "pregnancy-status",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-pregnancystatus"
]
},
"text": {
"status": "generated",
--- We have skipped the narrative for better readability of the resource ---
},
"status": "final",
{
"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/example",
"display": "Amy Shaw"
},
"effectiveDateTime": "2022-08-24T10:39:52Z",
"coding": [
{
"system": "http://snomed.info/sct",
"version": "http://snomed.info/sct/731000124108",
"code": "77386006",
"display": "Pregnant"
}
],
"text": "Pregnant"
}
}
<Observation xmlns="http://hl7.org/fhir">
<id value="pregnancy-status" />
<profile value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-pregnancystatus" />
</meta>
<status value="generated" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<status value="final" />
<system value="http://terminology.hl7.org/CodeSystem/observation-category" />
<code value="social-history" />
<display value="Social History" />
</coding>
<text value="Social History" />
</category>
<system value="http://loinc.org" />
<code value="82810-3" />
<display value="Pregnancy status" />
</coding>
<text value="Pregnancy Status" />
</code>
<reference value="Patient/example" />
<display value="Amy Shaw" />
</subject>
<effectiveDateTime value="2022-08-24T10:39:52Z" />
<system value="http://snomed.info/sct" />
<version value="http://snomed.info/sct/731000124108" />
<code value="77386006" />
<display value="Pregnant" />
</coding>
<text value="Pregnant" />
</valueCodeableConcept>
</Observation>
Observation
Observation.id[0]pregnancy-status
Observation.meta[0].profile[0]http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-pregnancystatus
Observation.text[0].status[0]generated
Observation.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Observation</b><a name="pregnancy-status"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Observation &quot;pregnancy-status&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-us-core-observation-pregnancystatus.html">US Core Observation Pregnancy Status Profile</a></p></div><p><b>status</b>: final</p><p><b>category</b>: Social History <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-observation-category.html">Observation Category Codes</a>#social-history)</span></p><p><b>code</b>: Pregnancy Status <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#82810-3 &quot;Pregnancy status&quot;)</span></p><p><b>subject</b>: <a href="Patient-example.html">Patient/example: Amy Shaw</a> &quot; SHAW&quot;</p><p><b>effective</b>: 2022-08-24 10:39:52+0000</p><p><b>value</b>: Pregnant <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT[US]</a>#77386006)</span></p></div>
Observation.status[0]final
Observation.category[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/observation-category
Observation.category[0].coding[0].code[0]social-history
Observation.category[0].coding[0].display[0]Social History
Observation.category[0].text[0]Social History
Observation.code[0].coding[0].system[0]http://loinc.org
Observation.code[0].coding[0].code[0]82810-3
Observation.code[0].coding[0].display[0]Pregnancy status
Observation.code[0].text[0]Pregnancy Status
Observation.subject[0].reference[0]Patient/example
Observation.subject[0].display[0]Amy Shaw
Observation.effective[0]2022-08-24T10:39:52Z
Observation.value[0].coding[0].system[0]http://snomed.info/sct
Observation.value[0].coding[0].version[0]http://snomed.info/sct/731000124108
Observation.value[0].coding[0].code[0]77386006
Observation.value[0].coding[0].display[0]Pregnant
Observation.value[0].text[0]Pregnant