This page is part of the Profiles for ICSR Transfusion and Vaccination Adverse Event Detection and Reporting (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Observation",
"id" : "SamplePatientWeight",
"meta" : {
"profile" : [
"http://hl7.org/fhir/us/icsr-ae-reporting/StructureDefinition/ibm-fda-icsr-patientweight"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p></p><p><b>category</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Codes: {http://loinc.org 29463-7}\">Body weight</span></p><p><b>subject</b>: <a href=\"Patient-SampleICSRPatient.html\">Generated Summary: id: 123456789; Irma Black ; Phone: + 1-234-653-6558; gender: female; birthDate: 1998-08-31</a></p><p><b>effective</b>: 2020-02-10</p><p><b>value</b>: 120 kg</p></div>"
},
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "vital-signs"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "29463-7"
}
]
},
"subject" : {
"reference" : "Patient/SampleICSRPatient"
},
"effectiveDateTime" : "2020-02-10",
"valueQuantity" : {
"value" : 120,
"unit" : "kg",
"system" : "http://unitsofmeasure.org",
"code" : "kg"
}
}