1{ 2 "resourceType" : "Observation", 3 "id" : "pregnancy-intent", 4 "meta" : { 5 "profile" : ["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-pregnancyintent|7.0.0"] 6 }, 7 "text" : { 8 "status" : "generated", 9 "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"pregnancy-intent\"> </a><a name=\"hcpregnancy-intent\"> </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 "pregnancy-intent" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-us-core-observation-pregnancyintent.html\">US Core Observation Pregnancy Intent Profile (version 7.0.0)</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.5.0/CodeSystem-observation-category.html\">Observation Category Codes</a>#social-history)</span></p><p><b>code</b>: Pregnancy Intent <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#86645-9 "Pregnancy intention in the next year - Reported")</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">Patient/example: Amy Shaw</a> " SHAW"</p><p><b>effective</b>: 2022-09-23 22:39:43+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>#454381000124105 "Not sure of desire to become pregnant (finding)")</span></p></div>" 10 }, 11 "status" : "final", 12 "category" : [{ 13 "coding" : [{ 14 "system" : "http://terminology.hl7.org/CodeSystem/observation-category", 15 "code" : "social-history", 16 "display" : "Social History" 17 }], 18 "text" : "Social History" 19 }], 20 "code" : { 21 "coding" : [{ 22 "system" : "http://loinc.org", 23 "code" : "86645-9", 24 "display" : "Pregnancy intention in the next year - Reported" 25 }], 26 "text" : "Pregnancy Intent" 27 }, 28 "subject" : { 29 "reference" : "Patient/example", 30 "display" : "Amy Shaw" 31 }, 32 "effectiveDateTime" : "2022-09-23T22:39:43Z", 33 "valueCodeableConcept" : { 34 "coding" : [{ 35 "system" : "http://snomed.info/sct", 36 "version" : "http://snomed.info/sct/731000124108", 37 "code" : "454381000124105", 38 "display" : "Not sure of desire to become pregnant (finding)" 39 }], 40 "text" : "Pregnant" 41 } 42}