PACIO Sample Data Depot
0.1.0 - draft
PACIO Sample Data Depot, published by MITRE. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/paciowg/sample-data-fsh/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Condition",
"id" : "betsysmith-johnson01-Condition-Stroke-01",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/pfe-condition-encounter-diagnosis"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition betsysmith-johnson01-Condition-Stroke-01</b></p><a name=\"betsysmith-johnson01-Condition-Stroke-01\"> </a><a name=\"hcbetsysmith-johnson01-Condition-Stroke-01\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://build.fhir.org/ig/HL7/fhir-pacio-pfe/StructureDefinition-pfe-condition-encounter-diagnosis.html\">Personal Functioning and Engagement Condition Encounter Diagnosis Profile</a></p></div><p><b>Condition Asserted Date</b>: 2025-05-03 15:30:00-0400</p><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</span></p><p><b>category</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icf s11009}\">Structure of cortical lobes, unspecified</span>, <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-category encounter-diagnosis}\">Encounter Diagnosis</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 422504002}\">Ischemic Stroke (disorder)</span></p><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 414722000}\">Structure of middle cerebral artery M1 segment</span>, <span title=\"Codes:{http://snomed.info/sct 7771000}\">Left</span></p><p><b>subject</b>: <a href=\"Patient-patient-betsysmith-johnson01.html\">Betsy Smith-Johnson</a></p><p><b>onset</b>: 2025-05-03 11:30:00-0400</p><p><b>recordedDate</b>: 2025-05-03 15:30:00-0400</p><p><b>asserter</b>: <a href=\"PractitionerRole-PractitionerRole-Neuro-DavidAlbahari.html\">PractitionerRole Neurology Physician</a></p><p><b>note</b>: </p><blockquote><div><p>Partial occlusion of MCA. Stroke event witnessed. EMS response / patient arrived within 45 minutes of symptom onset. Verified by CT with contrast. tPA administered within 2 hours of symptom onset.</p>\n</div></blockquote></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/condition-assertedDate",
"valueDateTime" : "2025-05-03T15:30:00-04:00"
}
],
"clinicalStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
"code" : "active"
}
]
},
"verificationStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
"code" : "confirmed"
}
]
},
"category" : [
{
"coding" : [
{
"system" : "http://hl7.org/fhir/sid/icf",
"code" : "s11009",
"display" : "Structure of cortical lobes, unspecified"
}
]
},
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/condition-category",
"code" : "encounter-diagnosis",
"display" : "Encounter Diagnosis"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "422504002",
"display" : "Ischemic stroke"
}
],
"text" : "Ischemic Stroke (disorder)"
},
"bodySite" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "414722000",
"display" : "Structure of middle cerebral artery M1 segment"
}
]
},
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "7771000",
"display" : "Left"
}
]
}
],
"subject" : {
🔗 "reference" : "Patient/patient-betsysmith-johnson01",
"display" : "Betsy Smith-Johnson"
},
"onsetDateTime" : "2025-05-03T11:30:00-04:00",
"recordedDate" : "2025-05-03T15:30:00-04:00",
"asserter" : {
🔗 "reference" : "PractitionerRole/PractitionerRole-Neuro-DavidAlbahari"
},
"note" : [
{
"text" : "Partial occlusion of MCA. Stroke event witnessed. EMS response / patient arrived within 45 minutes of symptom onset. Verified by CT with contrast. tPA administered within 2 hours of symptom onset."
}
]
}