/// var example1: fhir.Account = { "id": "example", "resourceType": "Account", "text": { "div": "
[Put rendering here]
", "status": "generated" } }; var example2: fhir.Account = { "resourceType": "Account", "id": "example", "text": { "status": "generated", "div": "
[Put rendering here]
" } }; var example3: fhir.AllergyIntolerance = { "category": "food", "criticality": "CRITH", "id": "example", "identifier": [ { "system": "http://acme.com/ids/patients/risks", "value": "49476534" } ], "lastOccurence": "2012-06", "patient": { "reference": "Patient/example" }, "reaction": [ { "description": "Challenge Protocol. Severe Reaction to 1/8 cashew. Epinephrine administered", "manifestation": [ { "coding": [ { "code": "39579001", "display": "Anaphylactic reaction", "system": "http://snomed.info/sct" } ] } ], "onset": "2012-06-12", "severity": "severe", "substance": { "coding": [ { "code": "C3214954", "display": "cashew nut allergenic extract Injectable Product", "system": "http://www.nlm.nih.gov/research/umls/rxnorm" } ] } }, { "certainty": "likely", "manifestation": [ { "coding": [ { "code": "64305001", "display": "Urticaria", "system": "http://snomed.info/sct" } ] } ], "onset": "2004", "severity": "moderate" } ], "recordedDate": "2014-10-09T14:58:00+11:00", "recorder": { "reference": "Practitioner/example" }, "resourceType": "AllergyIntolerance", "status": "confirmed", "substance": { "coding": [ { "code": "227493005", "display": "Cashew nuts", "system": "http://snomed.info/sct" } ] }, "text": { "div": "

Generated Narrative with Details

id: example

identifier: 49476534

recordedDate: 09/10/2014 2:58:00 PM

recorder: Practitioner/example

patient: Patient/example

substance: Cashew nuts (Details : {SNOMED CT code '227493005' = '227493005', given as 'Cashew nuts'})

status: confirmed

criticality: CRITH

type: allergy

category: food

lastOccurence: 01/06/2012

reaction

substance: cashew nut allergenic extract Injectable Product (Details : {RxNorm code 'C3214954' = '??', given as 'cashew nut allergenic extract Injectable Product'})

manifestation: Anaphylactic reaction (Details : {SNOMED CT code '39579001' = '39579001', given as 'Anaphylactic reaction'})

description: Challenge Protocol. Severe Reaction to 1/8 cashew. Epinephrine administered

onset: 12/06/2012

severity: severe

reaction

certainty: likely

manifestation: Urticaria (Details : {SNOMED CT code '64305001' = '64305001', given as 'Urticaria'})

onset: 01/01/2004

severity: moderate

", "status": "generated" }, "type": "allergy" }; var example4: fhir.AllergyIntolerance = { "resourceType": "AllergyIntolerance", "id": "example", "text": { "fhir_comments": [ " an identifier used for this Adverse Reaction Risk " ], "status": "generated", "div": "

Generated Narrative with Details

id: example

identifier: 49476534

recordedDate: 09/10/2014 2:58:00 PM

recorder: Practitioner/example

patient: Patient/example

substance: Cashew nuts (Details : {SNOMED CT code '227493005' = '227493005', given as 'Cashew nuts'})

status: confirmed

criticality: CRITH

type: allergy

category: food

lastOccurence: 01/06/2012

reaction

substance: cashew nut allergenic extract Injectable Product (Details : {RxNorm code 'C3214954' = '??', given as 'cashew nut allergenic extract Injectable Product'})

manifestation: Anaphylactic reaction (Details : {SNOMED CT code '39579001' = '39579001', given as 'Anaphylactic reaction'})

description: Challenge Protocol. Severe Reaction to 1/8 cashew. Epinephrine administered

onset: 12/06/2012

severity: severe

reaction

certainty: likely

manifestation: Urticaria (Details : {SNOMED CT code '64305001' = '64305001', given as 'Urticaria'})

onset: 01/01/2004

severity: moderate

" }, "identifier": [ { "system": "http://acme.com/ids/patients/risks", "value": "49476534" } ], "recordedDate": "2014-10-09T14:58:00+11:00", "_recordedDate": { "fhir_comments": [ " the date that this entry was recorded " ] }, "recorder": { "fhir_comments": [ " who made the record / last updated it " ], "reference": "Practitioner/example" }, "patient": { "fhir_comments": [ " the patient that actually has the risk of adverse reaction " ], "reference": "Patient/example" }, "substance": { "fhir_comments": [ " subtance - either coded, or text. A few times, \n there's a full description of a complex substance - in these caes, use the\n extension [url] to refer to a Substance resource " ], "coding": [ { "system": "http://snomed.info/sct", "code": "227493005", "display": "Cashew nuts" } ] }, "status": "confirmed", "_status": { "fhir_comments": [ " this individual has had several reactions, and there is no \n question that the allergy is real and serious " ] }, "criticality": "CRITH", "type": "allergy", "_type": { "fhir_comments": [ " note: it's often unknown whether an allergy is mediated by an immune response, and not as significant as once thought " ] }, "category": "food", "_category": { "fhir_comments": [ " this categorisation is implied by \"cashew nut\" and therefore basically \n redundant, but many systems collect this field anyway, since it's either \n useful when the substance is not coded, or it's quicker to sort/filter on\n than using terminology based reasoning " ] }, "lastOccurence": "2012-06", "_lastOccurence": { "fhir_comments": [ " last happened June 2012. Typically, systems either track lastOccurence,\n or a list of events. " ] }, "reaction": [ { "fhir_comments": [ " past events. There's no claim that this is all the events, and \n that should not be assumed " ], "substance": { "fhir_comments": [ " \n It's possible to list specific things to which the patient responded,\n e.g. chocolate (that happened to contain cashew nuts). This event has\n such a specific substance. Note that systems should ensure that what\n goes in here does not conflict with the substance above, and systems\n processing the data can be sure that what is here does not contravene\n the substance above\n " ], "coding": [ { "system": "http://www.nlm.nih.gov/research/umls/rxnorm", "code": "C3214954", "display": "cashew nut allergenic extract Injectable Product" } ] }, "manifestation": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "39579001", "display": "Anaphylactic reaction" } ] } ], "description": "Challenge Protocol. Severe Reaction to 1/8 cashew. Epinephrine administered", "onset": "2012-06-12", "severity": "severe" }, { "certainty": "likely", "_certainty": { "fhir_comments": [ " this was the first occurence " ] }, "manifestation": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "64305001", "display": "Urticaria" } ] } ], "onset": "2004", "severity": "moderate" } ] }; var example5: fhir.Appointment = { "comment": "Further expand on the results of the MRI and determine the next actions that may be appropriate.", "description": "Discussion on the results of your recent MRI", "id": "examplereq", "identifier": [ { "system": "http://example.org/sampleappointment-identifier", "value": "123" } ], "minutesDuration": 15, "participant": [ { "actor": { "display": "Peter James Chalmers", "reference": "Patient/example" }, "required": "required", "status": "needs-action" }, { "required": "required", "status": "needs-action", "type": [ { "coding": [ { "code": "attending" } ] } ] }, { "actor": { "display": "South Wing, second floor", "reference": "Location/1" }, "required": "required", "status": "accepted" } ], "priority": 5, "reason": { "text": "Clinical Review" }, "resourceType": "Appointment", "slot": [ { "reference": "Slot/example" } ], "status": "proposed", "text": { "div": "
Brian MRI results discussion
", "status": "generated" }, "type": { "coding": [ { "code": "52", "display": "General Discussion" } ] } }; var example6: fhir.Appointment = { "resourceType": "Appointment", "id": "examplereq", "text": { "status": "generated", "div": "
Brian MRI results discussion
" }, "identifier": [ { "system": "http://example.org/sampleappointment-identifier", "value": "123" } ], "status": "proposed", "type": { "coding": [ { "code": "52", "display": "General Discussion" } ] }, "reason": { "text": "Clinical Review" }, "priority": 5, "description": "Discussion on the results of your recent MRI", "minutesDuration": 15, "slot": [ { "reference": "Slot/example" } ], "comment": "Further expand on the results of the MRI and determine the next actions that may be appropriate.", "participant": [ { "actor": { "reference": "Patient/example", "display": "Peter James Chalmers" }, "required": "required", "status": "needs-action" }, { "type": [ { "coding": [ { "code": "attending" } ] } ], "required": "required", "status": "needs-action" }, { "actor": { "reference": "Location/1", "display": "South Wing, second floor" }, "required": "required", "_required": { "fhir_comments": [ " This resource auto accepts, so doesn't need negotiation " ] }, "status": "accepted" } ] }; var example7: fhir.Appointment = { "comment": "Further expand on the results of the MRI and determine the next actions that may be appropriate.", "description": "Discussion on the results of your recent MRI", "end": "2013-12-10T11:00:00Z", "id": "example", "participant": [ { "actor": { "display": "Peter James Chalmers", "reference": "Patient/example" }, "required": "required", "status": "accepted" }, { "actor": { "display": "Dr Adam Careful", "reference": "Practitioner/example" }, "required": "required", "status": "accepted", "type": [ { "coding": [ { "code": "attending" } ] } ] }, { "actor": { "display": "South Wing, second floor", "reference": "Location/1" }, "required": "required", "status": "accepted" } ], "priority": 5, "resourceType": "Appointment", "start": "2013-12-10T09:00:00Z", "status": "booked", "text": { "div": "
Brian MRI results discussion
", "status": "generated" }, "type": { "coding": [ { "code": "52", "display": "General Discussion" } ] } }; var example8: fhir.Appointment = { "resourceType": "Appointment", "id": "example", "text": { "status": "generated", "div": "
Brian MRI results discussion
" }, "status": "booked", "type": { "coding": [ { "code": "52", "display": "General Discussion" } ] }, "priority": 5, "description": "Discussion on the results of your recent MRI", "start": "2013-12-10T09:00:00Z", "end": "2013-12-10T11:00:00Z", "comment": "Further expand on the results of the MRI and determine the next actions that may be appropriate.", "participant": [ { "actor": { "reference": "Patient/example", "display": "Peter James Chalmers" }, "required": "required", "status": "accepted" }, { "type": [ { "coding": [ { "code": "attending" } ] } ], "actor": { "reference": "Practitioner/example", "display": "Dr Adam Careful" }, "required": "required", "status": "accepted" }, { "actor": { "reference": "Location/1", "display": "South Wing, second floor" }, "required": "required", "status": "accepted" } ] }; var example9: fhir.Appointment = { "comment": "Clarify the results of the MRI to ensure context of test was correct", "description": "Discussion about Peter Chalmers MRI results", "end": "2013-12-09T11:00:00Z", "id": "2docs", "participant": [ { "actor": { "display": "Peter James Chalmers", "reference": "Patient/example" }, "required": "information-only", "status": "accepted" }, { "actor": { "display": "Dr Adam Careful", "reference": "Practitioner/example" }, "required": "required", "status": "accepted" }, { "actor": { "display": "Luigi Maas", "reference": "Practitioner/f202" }, "required": "required", "status": "accepted" }, { "actor": { "display": "Phone Call" }, "required": "information-only", "status": "accepted" } ], "priority": 5, "resourceType": "Appointment", "start": "2013-12-09T09:00:00Z", "status": "booked", "text": { "div": "
Brian MRI results discussion
", "status": "generated" }, "type": { "coding": [ { "code": "52", "display": "General Discussion" } ] } }; var example10: fhir.Appointment = { "resourceType": "Appointment", "id": "2docs", "text": { "status": "generated", "div": "
Brian MRI results discussion
" }, "status": "booked", "type": { "coding": [ { "code": "52", "display": "General Discussion" } ] }, "priority": 5, "description": "Discussion about Peter Chalmers MRI results", "start": "2013-12-09T09:00:00Z", "end": "2013-12-09T11:00:00Z", "comment": "Clarify the results of the MRI to ensure context of test was correct", "participant": [ { "actor": { "reference": "Patient/example", "display": "Peter James Chalmers" }, "required": "information-only", "status": "accepted" }, { "actor": { "reference": "Practitioner/example", "display": "Dr Adam Careful" }, "required": "required", "status": "accepted" }, { "actor": { "reference": "Practitioner/f202", "display": "Luigi Maas" }, "required": "required", "status": "accepted" }, { "actor": { "display": "Phone Call" }, "required": "information-only", "status": "accepted" } ] }; var example11: fhir.AppointmentResponse = { "actor": { "display": "Dr Adam Careful", "reference": "Practitioner/example" }, "appointment": { "display": "Brian MRI results discussion", "reference": "Appointment/examplereq" }, "comment": "can't we try for this time, can't do mornings", "end": "2013-12-25T13:30:00Z", "id": "exampleresp", "identifier": [ { "system": "http://example.org/sampleappointmentresponse-identifier", "value": "response123" } ], "participantStatus": "tentative", "participantType": [ { "coding": [ { "code": "attending" } ] } ], "resourceType": "AppointmentResponse", "start": "2013-12-25T13:15:00Z", "text": { "div": "
Accept Brian MRI results discussion
", "status": "generated" } }; var example12: fhir.AppointmentResponse = { "resourceType": "AppointmentResponse", "id": "exampleresp", "text": { "status": "generated", "div": "
Accept Brian MRI results discussion
" }, "identifier": [ { "system": "http://example.org/sampleappointmentresponse-identifier", "value": "response123" } ], "appointment": { "reference": "Appointment/examplereq", "display": "Brian MRI results discussion" }, "start": "2013-12-25T13:15:00Z", "end": "2013-12-25T13:30:00Z", "participantType": [ { "coding": [ { "code": "attending" } ] } ], "actor": { "reference": "Practitioner/example", "display": "Dr Adam Careful" }, "participantStatus": "tentative", "comment": "can't we try for this time, can't do mornings" }; var example13: fhir.AppointmentResponse = { "actor": { "display": "Peter James Chalmers", "reference": "Patient/example" }, "appointment": { "display": "Brian MRI results discussion", "reference": "Appointment/example" }, "id": "example", "participantStatus": "accepted", "resourceType": "AppointmentResponse", "text": { "div": "
Accept Brian MRI results discussion
", "status": "generated" } }; var example14: fhir.AppointmentResponse = { "resourceType": "AppointmentResponse", "id": "example", "text": { "status": "generated", "div": "
Accept Brian MRI results discussion
" }, "appointment": { "reference": "Appointment/example", "display": "Brian MRI results discussion" }, "actor": { "reference": "Patient/example", "display": "Peter James Chalmers" }, "participantStatus": "accepted" }; var example15: fhir.AuditEvent = { "event": { "action": "E", "dateTime": "2013-06-20T23:41:23Z", "outcome": "0", "subtype": [ { "code": "110122", "display": "Login", "system": "http://nema.org/dicom/dicm" } ], "type": { "code": "110114", "display": "User Authentication", "system": "http://nema.org/dicom/dicm" } }, "id": "example-login", "participant": [ { "altId": "601847123", "name": "Grahame Grieve", "network": { "address": "127.0.0.1", "type": "2" }, "requestor": true, "userId": { "value": "95" } } ], "resourceType": "AuditEvent", "source": { "identifier": { "value": "hl7connect.healthintersections.com.au" }, "site": "Cloud", "type": [ { "code": "3", "display": "Web Server", "system": "http://hl7.org/fhir/security-source-type" } ] }, "text": { "div": "

Generated Narrative with Details

id: example-login

Events

-TypeSubtypeActionDateTimeOutcome
*User Authentication (Details: http://nema.org/dicom/dicm code 110114 = 'User Authentication', stated as 'User Authentication')Login (Details: http://nema.org/dicom/dicm code 110122 = 'Login', stated as 'Login')E21/06/2013 9:41:23 AM0

participant

userId: 95

altId: 601847123

name: Grahame Grieve

requestor: true

Networks

-AddressType
*127.0.0.12

Sources

-SiteIdentifierType
*Cloudhl7connect.healthintersections.com.auWeb Server (Details: http://hl7.org/fhir/security-source-type code 3 = 'Web Server', stated as 'Web Server')
", "status": "generated" } }; var example16: fhir.AuditEvent = { "resourceType": "AuditEvent", "id": "example-login", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: example-login

Events

-TypeSubtypeActionDateTimeOutcome
*User Authentication (Details: http://nema.org/dicom/dicm code 110114 = 'User Authentication', stated as 'User Authentication')Login (Details: http://nema.org/dicom/dicm code 110122 = 'Login', stated as 'Login')E21/06/2013 9:41:23 AM0

participant

userId: 95

altId: 601847123

name: Grahame Grieve

requestor: true

Networks

-AddressType
*127.0.0.12

Sources

-SiteIdentifierType
*Cloudhl7connect.healthintersections.com.auWeb Server (Details: http://hl7.org/fhir/security-source-type code 3 = 'Web Server', stated as 'Web Server')
" }, "event": { "type": { "system": "http://nema.org/dicom/dicm", "code": "110114", "display": "User Authentication" }, "subtype": [ { "system": "http://nema.org/dicom/dicm", "code": "110122", "display": "Login" } ], "action": "E", "dateTime": "2013-06-20T23:41:23Z", "outcome": "0" }, "participant": [ { "userId": { "value": "95" }, "altId": "601847123", "name": "Grahame Grieve", "requestor": true, "network": { "address": "127.0.0.1", "type": "2" } } ], "source": { "site": "Cloud", "identifier": { "value": "hl7connect.healthintersections.com.au" }, "type": [ { "system": "http://hl7.org/fhir/security-source-type", "code": "3", "display": "Web Server" } ] } }; var example17: fhir.AuditEvent = { "event": { "action": "E", "dateTime": "2013-06-20T23:46:41Z", "outcome": "0", "subtype": [ { "code": "110123", "display": "Logout", "system": "http://nema.org/dicom/dicm" } ], "type": { "code": "110114", "display": "User Authentication", "system": "http://nema.org/dicom/dicm" } }, "id": "example-logout", "participant": [ { "altId": "601847123", "name": "Grahame Grieve", "network": { "address": "127.0.0.1", "type": "2" }, "requestor": true, "userId": { "value": "95" } } ], "resourceType": "AuditEvent", "source": { "identifier": { "value": "hl7connect.healthintersections.com.au" }, "site": "Cloud", "type": [ { "code": "3", "display": "Web Server", "system": "http://hl7.org/fhir/security-source-type" } ] }, "text": { "div": "

Generated Narrative with Details

id: example-logout

Events

-TypeSubtypeActionDateTimeOutcome
*User Authentication (Details: http://nema.org/dicom/dicm code 110114 = 'User Authentication', stated as 'User Authentication')Logout (Details: http://nema.org/dicom/dicm code 110123 = 'Logout', stated as 'Logout')E21/06/2013 9:46:41 AM0

participant

userId: 95

altId: 601847123

name: Grahame Grieve

requestor: true

Networks

-AddressType
*127.0.0.12

Sources

-SiteIdentifierType
*Cloudhl7connect.healthintersections.com.auWeb Server (Details: http://hl7.org/fhir/security-source-type code 3 = 'Web Server', stated as 'Web Server')
", "status": "generated" } }; var example18: fhir.AuditEvent = { "resourceType": "AuditEvent", "id": "example-logout", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: example-logout

Events

-TypeSubtypeActionDateTimeOutcome
*User Authentication (Details: http://nema.org/dicom/dicm code 110114 = 'User Authentication', stated as 'User Authentication')Logout (Details: http://nema.org/dicom/dicm code 110123 = 'Logout', stated as 'Logout')E21/06/2013 9:46:41 AM0

participant

userId: 95

altId: 601847123

name: Grahame Grieve

requestor: true

Networks

-AddressType
*127.0.0.12

Sources

-SiteIdentifierType
*Cloudhl7connect.healthintersections.com.auWeb Server (Details: http://hl7.org/fhir/security-source-type code 3 = 'Web Server', stated as 'Web Server')
" }, "event": { "type": { "system": "http://nema.org/dicom/dicm", "code": "110114", "display": "User Authentication" }, "subtype": [ { "system": "http://nema.org/dicom/dicm", "code": "110123", "display": "Logout" } ], "action": "E", "dateTime": "2013-06-20T23:46:41Z", "outcome": "0" }, "participant": [ { "userId": { "value": "95" }, "altId": "601847123", "name": "Grahame Grieve", "requestor": true, "network": { "address": "127.0.0.1", "type": "2" } } ], "source": { "site": "Cloud", "identifier": { "value": "hl7connect.healthintersections.com.au" }, "type": [ { "system": "http://hl7.org/fhir/security-source-type", "code": "3", "display": "Web Server" } ] } }; var example19: fhir.AuditEvent = { "event": { "action": "R", "dateTime": "2015-08-27T23:42:24Z", "outcome": "0", "subtype": [ { "code": "ITI-32", "display": "Distribute Document Set on Media", "system": "urn:oid:1.3.6.1.4.1.19376.1.2" } ], "type": { "code": "110106", "display": "Export", "system": "http://nema.org/dicom/dicm" } }, "id": "example-media", "object": [ { "identifier": { "value": "e3cdfc81a0d24bd^^^&2.16.840.1.113883.4.2&ISO" }, "role": { "code": "1", "display": "Patient", "system": "http://hl7.org/fhir/object-role" }, "type": { "code": "1", "display": "Person", "system": "http://hl7.org/fhir/object-type" } }, { "identifier": { "type": { "coding": [ { "code": "IHE XDS Metadata", "display": "submission set classificationNode", "system": "urn:uuid:a54d6aa5-d40d-43f9-88c5-b4633d873bdd" } ] }, "value": "e3cdfc81a0d24bd^^^&2.16.840.1.113883.4.2&ISO" }, "role": { "code": "20", "display": "Job", "system": "http://hl7.org/fhir/object-role" }, "type": { "code": "2", "display": "System Object", "system": "http://hl7.org/fhir/object-type" } }, { "reference": { "reference": "DocumentManifest/example" }, "type": { "code": "2", "display": "System Object", "system": "http://hl7.org/fhir/object-type" } } ], "participant": [ { "requestor": false, "role": [ { "coding": [ { "code": "110153", "display": "Source Role ID", "system": "http://nema.org/dicom/dicm" } ] } ], "userId": { "value": "ExportToMedia.app" } }, { "altId": "601847123", "name": "Grahame Grieve", "requestor": true, "userId": { "value": "95" } }, { "media": { "code": "110033", "display": "DVD", "system": "http://nema.org/dicom/dicm" }, "name": "Media title: Hello World", "requestor": false } ], "resourceType": "AuditEvent", "source": { "identifier": { "value": "hl7connect.healthintersections.com.au" } }, "text": { "div": "

Generated Narrative with Details

id: example-media

Events

-TypeSubtypeActionDateTimeOutcome
*Export (Details: http://nema.org/dicom/dicm code 110106 = 'Export', stated as 'Export')Distribute Document Set on Media (Details: urn:oid:1.3.6.1.4.1.19376.1.2 code ITI-32 = '??', stated as 'Distribute Document Set on Media')R28/08/2015 9:42:24 AM0

participant

role: Source Role ID (Details : {http://nema.org/dicom/dicm code '110153' = 'Source Role ID', given as 'Source Role ID'})

userId: ExportToMedia.app

requestor: false

participant

userId: 95

altId: 601847123

name: Grahame Grieve

requestor: true

participant

name: Media title: Hello World

requestor: false

media: DVD (Details: http://nema.org/dicom/dicm code 110033 = 'DVD', stated as 'DVD')

Sources

-Identifier
*hl7connect.healthintersections.com.au

object

identifier: e3cdfc81a0d24bd^^^&2.16.840.1.113883.4.2&ISO

type: Person (Details: http://hl7.org/fhir/object-type code 1 = 'Person', stated as 'Person')

role: Patient (Details: http://hl7.org/fhir/object-role code 1 = 'Patient', stated as 'Patient')

object

identifier: submission set classificationNode = e3cdfc81a0d24bd^^^&2.16.840.1.113883.4.2&ISO

type: System Object (Details: http://hl7.org/fhir/object-type code 2 = 'System Object', stated as 'System Object')

role: Job (Details: http://hl7.org/fhir/object-role code 20 = 'Job', stated as 'Job')

object

reference: DocumentManifest/example

type: System Object (Details: http://hl7.org/fhir/object-type code 2 = 'System Object', stated as 'System Object')

", "status": "generated" } }; var example20: fhir.AuditEvent = { "resourceType": "AuditEvent", "id": "example-media", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: example-media

Events

-TypeSubtypeActionDateTimeOutcome
*Export (Details: http://nema.org/dicom/dicm code 110106 = 'Export', stated as 'Export')Distribute Document Set on Media (Details: urn:oid:1.3.6.1.4.1.19376.1.2 code ITI-32 = '??', stated as 'Distribute Document Set on Media')R28/08/2015 9:42:24 AM0

participant

role: Source Role ID (Details : {http://nema.org/dicom/dicm code '110153' = 'Source Role ID', given as 'Source Role ID'})

userId: ExportToMedia.app

requestor: false

participant

userId: 95

altId: 601847123

name: Grahame Grieve

requestor: true

participant

name: Media title: Hello World

requestor: false

media: DVD (Details: http://nema.org/dicom/dicm code 110033 = 'DVD', stated as 'DVD')

Sources

-Identifier
*hl7connect.healthintersections.com.au

object

identifier: e3cdfc81a0d24bd^^^&2.16.840.1.113883.4.2&ISO

type: Person (Details: http://hl7.org/fhir/object-type code 1 = 'Person', stated as 'Person')

role: Patient (Details: http://hl7.org/fhir/object-role code 1 = 'Patient', stated as 'Patient')

object

identifier: submission set classificationNode = e3cdfc81a0d24bd^^^&2.16.840.1.113883.4.2&ISO

type: System Object (Details: http://hl7.org/fhir/object-type code 2 = 'System Object', stated as 'System Object')

role: Job (Details: http://hl7.org/fhir/object-role code 20 = 'Job', stated as 'Job')

object

reference: DocumentManifest/example

type: System Object (Details: http://hl7.org/fhir/object-type code 2 = 'System Object', stated as 'System Object')

" }, "event": { "type": { "system": "http://nema.org/dicom/dicm", "code": "110106", "display": "Export" }, "subtype": [ { "system": "urn:oid:1.3.6.1.4.1.19376.1.2", "code": "ITI-32", "display": "Distribute Document Set on Media" } ], "action": "R", "dateTime": "2015-08-27T23:42:24Z", "outcome": "0" }, "participant": [ { "role": [ { "fhir_comments": [ " Source active participant, the software making the PIX query\n UserId - The identity of the Patient Identifier Cross-reference Consumer Actor facility and sending application from the HL7 message; \n concatenated together, separated by the | character. \n AlternativeUserId - Process ID\n " ], "coding": [ { "system": "http://nema.org/dicom/dicm", "code": "110153", "display": "Source Role ID" } ] } ], "userId": { "value": "ExportToMedia.app" }, "requestor": false }, { "userId": { "fhir_comments": [ " The Human using the software, if known " ], "value": "95" }, "altId": "601847123", "name": "Grahame Grieve", "requestor": true }, { "name": "Media title: Hello World", "_name": { "fhir_comments": [ " The media exported onto " ] }, "requestor": false, "media": { "system": "http://nema.org/dicom/dicm", "code": "110033", "display": "DVD" } } ], "source": { "identifier": { "value": "hl7connect.healthintersections.com.au" } }, "object": [ { "identifier": { "fhir_comments": [ " \n The Patient\n " ], "value": "e3cdfc81a0d24bd^^^&2.16.840.1.113883.4.2&ISO" }, "type": { "system": "http://hl7.org/fhir/object-type", "code": "1", "display": "Person" }, "role": { "system": "http://hl7.org/fhir/object-role", "code": "1", "display": "Patient" } }, { "identifier": { "fhir_comments": [ " The SubmissionSet identifier " ], "type": { "coding": [ { "system": "urn:uuid:a54d6aa5-d40d-43f9-88c5-b4633d873bdd", "code": "IHE XDS Metadata", "display": "submission set classificationNode" } ] }, "value": "e3cdfc81a0d24bd^^^&2.16.840.1.113883.4.2&ISO" }, "type": { "system": "http://hl7.org/fhir/object-type", "code": "2", "display": "System Object" }, "role": { "system": "http://hl7.org/fhir/object-role", "code": "20", "display": "Job" } }, { "reference": { "fhir_comments": [ " The Document Manifest exported " ], "reference": "DocumentManifest/example" }, "type": { "system": "http://hl7.org/fhir/object-type", "code": "2", "display": "System Object" } } ] }; var example21: fhir.AuditEvent = { "event": { "action": "E", "dateTime": "2015-08-26T23:42:24Z", "outcome": "0", "subtype": [ { "code": "ITI-9", "display": "PIX Query", "system": "urn:oid:1.3.6.1.4.1.19376.1.2" } ], "type": { "code": "110112", "display": "Query", "system": "http://nema.org/dicom/dicm" } }, "id": "example-pixQuery", "object": [ { "identifier": { "value": "e3cdfc81a0d24bd^^^&2.16.840.1.113883.4.2&ISO" }, "role": { "code": "1", "display": "Patient", "system": "http://hl7.org/fhir/object-role" }, "type": { "code": "1", "display": "Person", "system": "http://hl7.org/fhir/object-type" } }, { "detail": [ { "type": "MSH-10", "value": "MS4yLjg0MC4xMTQzNTAuMS4xMy4wLjEuNy4xLjE=" } ], "query": "PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPFBSUEFfSU4yMDEzMDlVVjAyIElUU1ZlcnNpb249IlhNTF8xLjAiIHhtbG5zPSJ1cm46aGw3LW9yZzp2MyI+CiAgPGlkIGV4dGVuc2lvbj0iMzU0MjMiIHJvb3Q9IjEuMi44NDAuMTE0MzUwLjEuMTMuMC4xLjcuMS4xIi8+CiAgPGNyZWF0aW9uVGltZSB2YWx1ZT0iMjAxNDA1MDgxNjQ5MjUiLz4KICA8aW50ZXJhY3Rpb25JZCBleHRlbnNpb249IlBSUEFfSU4yMDEzMDVVVjAyIiByb290PSIyLjE2Ljg0MC4xLjExMzg4My4xLjYiLz4KICA8cHJvY2Vzc2luZ0NvZGUgY29kZT0iVCIvPgogIDxwcm9jZXNzaW5nTW9kZUNvZGUgY29kZT0iVCIvPgogIDxhY2NlcHRBY2tDb2RlIGNvZGU9IkFMIi8+CiAgPHJlY2VpdmVyIHR5cGVDb2RlPSJSQ1YiPgogICAgPGRldmljZSBjbGFzc0NvZGU9IkRFViIgZGV0ZXJtaW5lckNvZGU9IklOU1RBTkNFIj4KICAgICAgPGlkIHJvb3Q9IkVIUl9NSVNZUyIvPgogICAgICA8YXNBZ2VudCBjbGFzc0NvZGU9IkFHTlQiPgogICAgICAgIDxyZXByZXNlbnRlZE9yZ2FuaXphdGlvbiBjbGFzc0NvZGU9Ik9SRyIgZGV0ZXJtaW5lckNvZGU9IklOU1RBTkNFIj4KICAgICAgICAgIDxpZCByb290PSJNSVNZUyIvPgogICAgICAgIDwvcmVwcmVzZW50ZWRPcmdhbml6YXRpb24+CiAgICAgIDwvYXNBZ2VudD4KICAgIDwvZGV2aWNlPgogIDwvcmVjZWl2ZXI+CiAgPHNlbmRlciB0eXBlQ29kZT0iU05EIj4KICAgIDxkZXZpY2UgY2xhc3NDb2RlPSJERVYiIGRldGVybWluZXJDb2RlPSJJTlNUQU5DRSI+CiAgICAgIDxpZCByb290PSIyLjE2Ljg0MC4xLjExMzg4My40LjIiLz4KICAgICAgPGFzQWdlbnQgY2xhc3NDb2RlPSJBR05UIj4KICAgICAgICA8cmVwcmVzZW50ZWRPcmdhbml6YXRpb24gY2xhc3NDb2RlPSJPUkciIGRldGVybWluZXJDb2RlPSJJTlNUQU5DRSI+CiAgICAgICAgICA8aWQgcm9vdD0iMi4xNi44NDAuMS4xMTM4ODMuNC4yIi8+CiAgICAgICAgPC9yZXByZXNlbnRlZE9yZ2FuaXphdGlvbj4KICAgICAgPC9hc0FnZW50PgogICAgPC9kZXZpY2U+CiAgPC9zZW5kZXI+CiAgPGNvbnRyb2xBY3RQcm9jZXNzIGNsYXNzQ29kZT0iQ0FDVCIgbW9vZENvZGU9IkVWTiI+CiAgICA8Y29kZSBjb2RlPSJQUlBBX1RFMjAxMzA5VVYwMiIgY29kZVN5c3RlbT0iMi4xNi44NDAuMS4xMTM4ODMuMS42Ii8+CiAgICA8cXVlcnlCeVBhcmFtZXRlcj4KICAgICAgPHF1ZXJ5SWQgZXh0ZW5zaW9uPSIxODQwOTk3MDg0IiByb290PSIxLjIuODQwLjExNDM1MC4xLjEzLjI4LjEuMTguNS45OTkiLz4KICAgICAgPHN0YXR1c0NvZGUgY29kZT0ibmV3Ii8+CiAgICAgIDxyZXNwb25zZVByaW9yaXR5Q29kZSBjb2RlPSJJIi8+CiAgICAgIDxwYXJhbWV0ZXJMaXN0PgogICAgICAgIDxwYXRpZW50SWRlbnRpZmllcj4KICAgICAgICAgIDx2YWx1ZSBleHRlbnNpb249IlN1cnlhQnJhbmQiIHJvb3Q9IjIuMTYuODQwLjEuMTEzODgzLjQuMiIvPgogICAgICAgICAgPHNlbWFudGljc1RleHQ+UGF0aWVudC5JZDwvc2VtYW50aWNzVGV4dD4KICAgICAgICA8L3BhdGllbnRJZGVudGlmaWVyPgogICAgICA8L3BhcmFtZXRlckxpc3Q+CiAgICA8L3F1ZXJ5QnlQYXJhbWV0ZXI+CiAgPC9jb250cm9sQWN0UHJvY2Vzcz4KPC9QUlBBX0lOMjAxMzA5VVYwMj4K", "role": { "code": "24", "display": "Query", "system": "http://hl7.org/fhir/object-role" }, "type": { "code": "2", "display": "System Object", "system": "http://hl7.org/fhir/object-type" } } ], "participant": [ { "altId": "6580", "network": { "address": "Workstation1.ehr.familyclinic.com", "type": "1" }, "requestor": false, "role": [ { "coding": [ { "code": "110153", "display": "Source Role ID", "system": "http://nema.org/dicom/dicm" } ] } ], "userId": { "value": "2.16.840.1.113883.4.2|2.16.840.1.113883.4.2" } }, { "altId": "601847123", "name": "Grahame Grieve", "requestor": true, "userId": { "value": "95" } } ], "resourceType": "AuditEvent", "source": { "identifier": { "value": "hl7connect.healthintersections.com.au" } }, "text": { "div": "

Generated Narrative with Details

id: example-pixQuery

Events

-TypeSubtypeActionDateTimeOutcome
*Query (Details: http://nema.org/dicom/dicm code 110112 = 'Query', stated as 'Query')PIX Query (Details: urn:oid:1.3.6.1.4.1.19376.1.2 code ITI-9 = '??', stated as 'PIX Query')E27/08/2015 9:42:24 AM0

participant

role: Source Role ID (Details : {http://nema.org/dicom/dicm code '110153' = 'Source Role ID', given as 'Source Role ID'})

userId: 2.16.840.1.113883.4.2|2.16.840.1.113883.4.2

altId: 6580

requestor: false

Networks

-AddressType
*Workstation1.ehr.familyclinic.com1

participant

userId: 95

altId: 601847123

name: Grahame Grieve

requestor: true

Sources

-Identifier
*hl7connect.healthintersections.com.au

object

identifier: e3cdfc81a0d24bd^^^&2.16.840.1.113883.4.2&ISO

type: Person (Details: http://hl7.org/fhir/object-type code 1 = 'Person', stated as 'Person')

role: Patient (Details: http://hl7.org/fhir/object-role code 1 = 'Patient', stated as 'Patient')

object

type: System Object (Details: http://hl7.org/fhir/object-type code 2 = 'System Object', stated as 'System Object')

role: Query (Details: http://hl7.org/fhir/object-role code 24 = 'Query', stated as 'Query')

query: PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPFBSUEFfSU4yMDEzMDlVVjAyIElUU1ZlcnNpb249IlhNTF8xLjAiIHhtbG5zPSJ1cm46aGw3LW9yZzp2MyI+CiAgPGlkIGV4dGVuc2lvbj0iMzU0MjMiIHJvb3Q9IjEuMi44NDAuMTE0MzUwLjEuMTMuMC4xLjcuMS4xIi8+CiAgPGNyZWF0aW9uVGltZSB2YWx1ZT0iMjAxNDA1MDgxNjQ5MjUiLz4KICA8aW50ZXJhY3Rpb25JZCBleHRlbnNpb249IlBSUEFfSU4yMDEzMDVVVjAyIiByb290PSIyLjE2Ljg0MC4xLjExMzg4My4xLjYiLz4KICA8cHJvY2Vzc2luZ0NvZGUgY29kZT0iVCIvPgogIDxwcm9jZXNzaW5nTW9kZUNvZGUgY29kZT0iVCIvPgogIDxhY2NlcHRBY2tDb2RlIGNvZGU9IkFMIi8+CiAgPHJlY2VpdmVyIHR5cGVDb2RlPSJSQ1YiPgogICAgPGRldmljZSBjbGFzc0NvZGU9IkRFViIgZGV0ZXJtaW5lckNvZGU9IklOU1RBTkNFIj4KICAgICAgPGlkIHJvb3Q9IkVIUl9NSVNZUyIvPgogICAgICA8YXNBZ2VudCBjbGFzc0NvZGU9IkFHTlQiPgogICAgICAgIDxyZXByZXNlbnRlZE9yZ2FuaXphdGlvbiBjbGFzc0NvZGU9Ik9SRyIgZGV0ZXJtaW5lckNvZGU9IklOU1RBTkNFIj4KICAgICAgICAgIDxpZCByb290PSJNSVNZUyIvPgogICAgICAgIDwvcmVwcmVzZW50ZWRPcmdhbml6YXRpb24+CiAgICAgIDwvYXNBZ2VudD4KICAgIDwvZGV2aWNlPgogIDwvcmVjZWl2ZXI+CiAgPHNlbmRlciB0eXBlQ29kZT0iU05EIj4KICAgIDxkZXZpY2UgY2xhc3NDb2RlPSJERVYiIGRldGVybWluZXJDb2RlPSJJTlNUQU5DRSI+CiAgICAgIDxpZCByb290PSIyLjE2Ljg0MC4xLjExMzg4My40LjIiLz4KICAgICAgPGFzQWdlbnQgY2xhc3NDb2RlPSJBR05UIj4KICAgICAgICA8cmVwcmVzZW50ZWRPcmdhbml6YXRpb24gY2xhc3NDb2RlPSJPUkciIGRldGVybWluZXJDb2RlPSJJTlNUQU5DRSI+CiAgICAgICAgICA8aWQgcm9vdD0iMi4xNi44NDAuMS4xMTM4ODMuNC4yIi8+CiAgICAgICAgPC9yZXByZXNlbnRlZE9yZ2FuaXphdGlvbj4KICAgICAgPC9hc0FnZW50PgogICAgPC9kZXZpY2U+CiAgPC9zZW5kZXI+CiAgPGNvbnRyb2xBY3RQcm9jZXNzIGNsYXNzQ29kZT0iQ0FDVCIgbW9vZENvZGU9IkVWTiI+CiAgICA8Y29kZSBjb2RlPSJQUlBBX1RFMjAxMzA5VVYwMiIgY29kZVN5c3RlbT0iMi4xNi44NDAuMS4xMTM4ODMuMS42Ii8+CiAgICA8cXVlcnlCeVBhcmFtZXRlcj4KICAgICAgPHF1ZXJ5SWQgZXh0ZW5zaW9uPSIxODQwOTk3MDg0IiByb290PSIxLjIuODQwLjExNDM1MC4xLjEzLjI4LjEuMTguNS45OTkiLz4KICAgICAgPHN0YXR1c0NvZGUgY29kZT0ibmV3Ii8+CiAgICAgIDxyZXNwb25zZVByaW9yaXR5Q29kZSBjb2RlPSJJIi8+CiAgICAgIDxwYXJhbWV0ZXJMaXN0PgogICAgICAgIDxwYXRpZW50SWRlbnRpZmllcj4KICAgICAgICAgIDx2YWx1ZSBleHRlbnNpb249IlN1cnlhQnJhbmQiIHJvb3Q9IjIuMTYuODQwLjEuMTEzODgzLjQuMiIvPgogICAgICAgICAgPHNlbWFudGljc1RleHQ+UGF0aWVudC5JZDwvc2VtYW50aWNzVGV4dD4KICAgICAgICA8L3BhdGllbnRJZGVudGlmaWVyPgogICAgICA8L3BhcmFtZXRlckxpc3Q+CiAgICA8L3F1ZXJ5QnlQYXJhbWV0ZXI+CiAgPC9jb250cm9sQWN0UHJvY2Vzcz4KPC9QUlBBX0lOMjAxMzA5VVYwMj4K

Details

-TypeValue
*MSH-10MS4yLjg0MC4xMTQzNTAuMS4xMy4wLjEuNy4xLjE=
", "status": "generated" } }; var example22: fhir.AuditEvent = { "resourceType": "AuditEvent", "id": "example-pixQuery", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: example-pixQuery

Events

-TypeSubtypeActionDateTimeOutcome
*Query (Details: http://nema.org/dicom/dicm code 110112 = 'Query', stated as 'Query')PIX Query (Details: urn:oid:1.3.6.1.4.1.19376.1.2 code ITI-9 = '??', stated as 'PIX Query')E27/08/2015 9:42:24 AM0

participant

role: Source Role ID (Details : {http://nema.org/dicom/dicm code '110153' = 'Source Role ID', given as 'Source Role ID'})

userId: 2.16.840.1.113883.4.2|2.16.840.1.113883.4.2

altId: 6580

requestor: false

Networks

-AddressType
*Workstation1.ehr.familyclinic.com1

participant

userId: 95

altId: 601847123

name: Grahame Grieve

requestor: true

Sources

-Identifier
*hl7connect.healthintersections.com.au

object

identifier: e3cdfc81a0d24bd^^^&2.16.840.1.113883.4.2&ISO

type: Person (Details: http://hl7.org/fhir/object-type code 1 = 'Person', stated as 'Person')

role: Patient (Details: http://hl7.org/fhir/object-role code 1 = 'Patient', stated as 'Patient')

object

type: System Object (Details: http://hl7.org/fhir/object-type code 2 = 'System Object', stated as 'System Object')

role: Query (Details: http://hl7.org/fhir/object-role code 24 = 'Query', stated as 'Query')

query: PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPFBSUEFfSU4yMDEzMDlVVjAyIElUU1ZlcnNpb249IlhNTF8xLjAiIHhtbG5zPSJ1cm46aGw3LW9yZzp2MyI+CiAgPGlkIGV4dGVuc2lvbj0iMzU0MjMiIHJvb3Q9IjEuMi44NDAuMTE0MzUwLjEuMTMuMC4xLjcuMS4xIi8+CiAgPGNyZWF0aW9uVGltZSB2YWx1ZT0iMjAxNDA1MDgxNjQ5MjUiLz4KICA8aW50ZXJhY3Rpb25JZCBleHRlbnNpb249IlBSUEFfSU4yMDEzMDVVVjAyIiByb290PSIyLjE2Ljg0MC4xLjExMzg4My4xLjYiLz4KICA8cHJvY2Vzc2luZ0NvZGUgY29kZT0iVCIvPgogIDxwcm9jZXNzaW5nTW9kZUNvZGUgY29kZT0iVCIvPgogIDxhY2NlcHRBY2tDb2RlIGNvZGU9IkFMIi8+CiAgPHJlY2VpdmVyIHR5cGVDb2RlPSJSQ1YiPgogICAgPGRldmljZSBjbGFzc0NvZGU9IkRFViIgZGV0ZXJtaW5lckNvZGU9IklOU1RBTkNFIj4KICAgICAgPGlkIHJvb3Q9IkVIUl9NSVNZUyIvPgogICAgICA8YXNBZ2VudCBjbGFzc0NvZGU9IkFHTlQiPgogICAgICAgIDxyZXByZXNlbnRlZE9yZ2FuaXphdGlvbiBjbGFzc0NvZGU9Ik9SRyIgZGV0ZXJtaW5lckNvZGU9IklOU1RBTkNFIj4KICAgICAgICAgIDxpZCByb290PSJNSVNZUyIvPgogICAgICAgIDwvcmVwcmVzZW50ZWRPcmdhbml6YXRpb24+CiAgICAgIDwvYXNBZ2VudD4KICAgIDwvZGV2aWNlPgogIDwvcmVjZWl2ZXI+CiAgPHNlbmRlciB0eXBlQ29kZT0iU05EIj4KICAgIDxkZXZpY2UgY2xhc3NDb2RlPSJERVYiIGRldGVybWluZXJDb2RlPSJJTlNUQU5DRSI+CiAgICAgIDxpZCByb290PSIyLjE2Ljg0MC4xLjExMzg4My40LjIiLz4KICAgICAgPGFzQWdlbnQgY2xhc3NDb2RlPSJBR05UIj4KICAgICAgICA8cmVwcmVzZW50ZWRPcmdhbml6YXRpb24gY2xhc3NDb2RlPSJPUkciIGRldGVybWluZXJDb2RlPSJJTlNUQU5DRSI+CiAgICAgICAgICA8aWQgcm9vdD0iMi4xNi44NDAuMS4xMTM4ODMuNC4yIi8+CiAgICAgICAgPC9yZXByZXNlbnRlZE9yZ2FuaXphdGlvbj4KICAgICAgPC9hc0FnZW50PgogICAgPC9kZXZpY2U+CiAgPC9zZW5kZXI+CiAgPGNvbnRyb2xBY3RQcm9jZXNzIGNsYXNzQ29kZT0iQ0FDVCIgbW9vZENvZGU9IkVWTiI+CiAgICA8Y29kZSBjb2RlPSJQUlBBX1RFMjAxMzA5VVYwMiIgY29kZVN5c3RlbT0iMi4xNi44NDAuMS4xMTM4ODMuMS42Ii8+CiAgICA8cXVlcnlCeVBhcmFtZXRlcj4KICAgICAgPHF1ZXJ5SWQgZXh0ZW5zaW9uPSIxODQwOTk3MDg0IiByb290PSIxLjIuODQwLjExNDM1MC4xLjEzLjI4LjEuMTguNS45OTkiLz4KICAgICAgPHN0YXR1c0NvZGUgY29kZT0ibmV3Ii8+CiAgICAgIDxyZXNwb25zZVByaW9yaXR5Q29kZSBjb2RlPSJJIi8+CiAgICAgIDxwYXJhbWV0ZXJMaXN0PgogICAgICAgIDxwYXRpZW50SWRlbnRpZmllcj4KICAgICAgICAgIDx2YWx1ZSBleHRlbnNpb249IlN1cnlhQnJhbmQiIHJvb3Q9IjIuMTYuODQwLjEuMTEzODgzLjQuMiIvPgogICAgICAgICAgPHNlbWFudGljc1RleHQ+UGF0aWVudC5JZDwvc2VtYW50aWNzVGV4dD4KICAgICAgICA8L3BhdGllbnRJZGVudGlmaWVyPgogICAgICA8L3BhcmFtZXRlckxpc3Q+CiAgICA8L3F1ZXJ5QnlQYXJhbWV0ZXI+CiAgPC9jb250cm9sQWN0UHJvY2Vzcz4KPC9QUlBBX0lOMjAxMzA5VVYwMj4K

Details

-TypeValue
*MSH-10MS4yLjg0MC4xMTQzNTAuMS4xMy4wLjEuNy4xLjE=
" }, "event": { "type": { "system": "http://nema.org/dicom/dicm", "code": "110112", "display": "Query" }, "subtype": [ { "system": "urn:oid:1.3.6.1.4.1.19376.1.2", "code": "ITI-9", "display": "PIX Query" } ], "action": "E", "dateTime": "2015-08-26T23:42:24Z", "outcome": "0" }, "participant": [ { "role": [ { "fhir_comments": [ " Source active participant, the software making the PIX query\n UserId - The identity of the Patient Identifier Cross-reference Consumer Actor facility and sending application from the HL7 message; \n concatenated together, separated by the | character. \n AlternativeUserId - Process ID\n " ], "coding": [ { "system": "http://nema.org/dicom/dicm", "code": "110153", "display": "Source Role ID" } ] } ], "userId": { "value": "2.16.840.1.113883.4.2|2.16.840.1.113883.4.2" }, "altId": "6580", "requestor": false, "network": { "address": "Workstation1.ehr.familyclinic.com", "type": "1" } }, { "userId": { "fhir_comments": [ " The Human using the software, if known " ], "value": "95" }, "altId": "601847123", "name": "Grahame Grieve", "requestor": true } ], "source": { "identifier": { "value": "hl7connect.healthintersections.com.au" } }, "object": [ { "identifier": { "fhir_comments": [ " \n The Patient\n " ], "value": "e3cdfc81a0d24bd^^^&2.16.840.1.113883.4.2&ISO" }, "type": { "system": "http://hl7.org/fhir/object-type", "code": "1", "display": "Person" }, "role": { "system": "http://hl7.org/fhir/object-role", "code": "1", "display": "Patient" } }, { "type": { "fhir_comments": [ " The PIX Query Parameters " ], "system": "http://hl7.org/fhir/object-type", "code": "2", "display": "System Object" }, "role": { "system": "http://hl7.org/fhir/object-role", "code": "24", "display": "Query" }, "query": "PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPFBSUEFfSU4yMDEzMDlVVjAyIElUU1ZlcnNpb249IlhNTF8xLjAiIHhtbG5zPSJ1cm46aGw3LW9yZzp2MyI+CiAgPGlkIGV4dGVuc2lvbj0iMzU0MjMiIHJvb3Q9IjEuMi44NDAuMTE0MzUwLjEuMTMuMC4xLjcuMS4xIi8+CiAgPGNyZWF0aW9uVGltZSB2YWx1ZT0iMjAxNDA1MDgxNjQ5MjUiLz4KICA8aW50ZXJhY3Rpb25JZCBleHRlbnNpb249IlBSUEFfSU4yMDEzMDVVVjAyIiByb290PSIyLjE2Ljg0MC4xLjExMzg4My4xLjYiLz4KICA8cHJvY2Vzc2luZ0NvZGUgY29kZT0iVCIvPgogIDxwcm9jZXNzaW5nTW9kZUNvZGUgY29kZT0iVCIvPgogIDxhY2NlcHRBY2tDb2RlIGNvZGU9IkFMIi8+CiAgPHJlY2VpdmVyIHR5cGVDb2RlPSJSQ1YiPgogICAgPGRldmljZSBjbGFzc0NvZGU9IkRFViIgZGV0ZXJtaW5lckNvZGU9IklOU1RBTkNFIj4KICAgICAgPGlkIHJvb3Q9IkVIUl9NSVNZUyIvPgogICAgICA8YXNBZ2VudCBjbGFzc0NvZGU9IkFHTlQiPgogICAgICAgIDxyZXByZXNlbnRlZE9yZ2FuaXphdGlvbiBjbGFzc0NvZGU9Ik9SRyIgZGV0ZXJtaW5lckNvZGU9IklOU1RBTkNFIj4KICAgICAgICAgIDxpZCByb290PSJNSVNZUyIvPgogICAgICAgIDwvcmVwcmVzZW50ZWRPcmdhbml6YXRpb24+CiAgICAgIDwvYXNBZ2VudD4KICAgIDwvZGV2aWNlPgogIDwvcmVjZWl2ZXI+CiAgPHNlbmRlciB0eXBlQ29kZT0iU05EIj4KICAgIDxkZXZpY2UgY2xhc3NDb2RlPSJERVYiIGRldGVybWluZXJDb2RlPSJJTlNUQU5DRSI+CiAgICAgIDxpZCByb290PSIyLjE2Ljg0MC4xLjExMzg4My40LjIiLz4KICAgICAgPGFzQWdlbnQgY2xhc3NDb2RlPSJBR05UIj4KICAgICAgICA8cmVwcmVzZW50ZWRPcmdhbml6YXRpb24gY2xhc3NDb2RlPSJPUkciIGRldGVybWluZXJDb2RlPSJJTlNUQU5DRSI+CiAgICAgICAgICA8aWQgcm9vdD0iMi4xNi44NDAuMS4xMTM4ODMuNC4yIi8+CiAgICAgICAgPC9yZXByZXNlbnRlZE9yZ2FuaXphdGlvbj4KICAgICAgPC9hc0FnZW50PgogICAgPC9kZXZpY2U+CiAgPC9zZW5kZXI+CiAgPGNvbnRyb2xBY3RQcm9jZXNzIGNsYXNzQ29kZT0iQ0FDVCIgbW9vZENvZGU9IkVWTiI+CiAgICA8Y29kZSBjb2RlPSJQUlBBX1RFMjAxMzA5VVYwMiIgY29kZVN5c3RlbT0iMi4xNi44NDAuMS4xMTM4ODMuMS42Ii8+CiAgICA8cXVlcnlCeVBhcmFtZXRlcj4KICAgICAgPHF1ZXJ5SWQgZXh0ZW5zaW9uPSIxODQwOTk3MDg0IiByb290PSIxLjIuODQwLjExNDM1MC4xLjEzLjI4LjEuMTguNS45OTkiLz4KICAgICAgPHN0YXR1c0NvZGUgY29kZT0ibmV3Ii8+CiAgICAgIDxyZXNwb25zZVByaW9yaXR5Q29kZSBjb2RlPSJJIi8+CiAgICAgIDxwYXJhbWV0ZXJMaXN0PgogICAgICAgIDxwYXRpZW50SWRlbnRpZmllcj4KICAgICAgICAgIDx2YWx1ZSBleHRlbnNpb249IlN1cnlhQnJhbmQiIHJvb3Q9IjIuMTYuODQwLjEuMTEzODgzLjQuMiIvPgogICAgICAgICAgPHNlbWFudGljc1RleHQ+UGF0aWVudC5JZDwvc2VtYW50aWNzVGV4dD4KICAgICAgICA8L3BhdGllbnRJZGVudGlmaWVyPgogICAgICA8L3BhcmFtZXRlckxpc3Q+CiAgICA8L3F1ZXJ5QnlQYXJhbWV0ZXI+CiAgPC9jb250cm9sQWN0UHJvY2Vzcz4KPC9QUlBBX0lOMjAxMzA5VVYwMj4K", "_query": { "fhir_comments": [ " The complete query message (including MSH and QPD segments), base64 encoded " ] }, "detail": [ { "type": "MSH-10", "_type": { "fhir_comments": [ " MSH-10 " ] }, "value": "MS4yLjg0MC4xMTQzNTAuMS4xMy4wLjEuNy4xLjE=" } ] } ] }; var example23: fhir.AuditEvent = { "event": { "action": "E", "dateTime": "2015-08-22T23:42:24Z", "outcome": "0", "subtype": [ { "code": "search", "display": "search", "system": "http://hl7.org/fhir/restful-interaction" } ], "type": { "code": "rest", "display": "Restful Operation", "system": "http://hl7.org/fhir/audit-event-type" } }, "id": "example-search", "object": [ { "query": "aHR0cDovL2ZoaXItZGV2LmhlYWx0aGludGVyc2VjdGlvbnMuY29tLmF1L29wZW4vRW5jb3VudGVyP3BhcnRpY2lwYW50PTEz", "role": { "code": "24", "display": "Query", "system": "http://hl7.org/fhir/object-role" }, "type": { "code": "2", "display": "System Object", "system": "http://hl7.org/fhir/object-type" } } ], "participant": [ { "altId": "601847123", "name": "Grahame Grieve", "requestor": true, "userId": { "value": "95" } } ], "resourceType": "AuditEvent", "source": { "identifier": { "value": "hl7connect.healthintersections.com.au" }, "site": "Cloud", "type": [ { "code": "3", "display": "Web Server", "system": "http://hl7.org/fhir/security-source-type" } ] }, "text": { "div": "

Generated Narrative with Details

id: example-search

Events

-TypeSubtypeActionDateTimeOutcome
*Restful Operation (Details: http://hl7.org/fhir/audit-event-type code rest = 'RESTful Operation', stated as 'Restful Operation')search (Details: http://hl7.org/fhir/restful-interaction code search = 'search', stated as 'search')E23/08/2015 9:42:24 AM0

Participants

-UserIdAltIdNameRequestor
*95601847123Grahame Grievetrue

Sources

-SiteIdentifierType
*Cloudhl7connect.healthintersections.com.auWeb Server (Details: http://hl7.org/fhir/security-source-type code 3 = 'Web Server', stated as 'Web Server')

Objects

-TypeRoleQuery
*System Object (Details: http://hl7.org/fhir/object-type code 2 = 'System Object', stated as 'System Object')Query (Details: http://hl7.org/fhir/object-role code 24 = 'Query', stated as 'Query')aHR0cDovL2ZoaXItZGV2LmhlYWx0aGludGVyc2VjdGlvbnMuY29tLmF1L29wZW4vRW5jb3VudGVyP3BhcnRpY2lwYW50PTEz
", "status": "generated" } }; var example24: fhir.AuditEvent = { "resourceType": "AuditEvent", "id": "example-search", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: example-search

Events

-TypeSubtypeActionDateTimeOutcome
*Restful Operation (Details: http://hl7.org/fhir/audit-event-type code rest = 'RESTful Operation', stated as 'Restful Operation')search (Details: http://hl7.org/fhir/restful-interaction code search = 'search', stated as 'search')E23/08/2015 9:42:24 AM0

Participants

-UserIdAltIdNameRequestor
*95601847123Grahame Grievetrue

Sources

-SiteIdentifierType
*Cloudhl7connect.healthintersections.com.auWeb Server (Details: http://hl7.org/fhir/security-source-type code 3 = 'Web Server', stated as 'Web Server')

Objects

-TypeRoleQuery
*System Object (Details: http://hl7.org/fhir/object-type code 2 = 'System Object', stated as 'System Object')Query (Details: http://hl7.org/fhir/object-role code 24 = 'Query', stated as 'Query')aHR0cDovL2ZoaXItZGV2LmhlYWx0aGludGVyc2VjdGlvbnMuY29tLmF1L29wZW4vRW5jb3VudGVyP3BhcnRpY2lwYW50PTEz
" }, "event": { "type": { "system": "http://hl7.org/fhir/audit-event-type", "code": "rest", "display": "Restful Operation" }, "subtype": [ { "system": "http://hl7.org/fhir/restful-interaction", "code": "search", "display": "search" } ], "action": "E", "dateTime": "2015-08-22T23:42:24Z", "outcome": "0" }, "participant": [ { "userId": { "value": "95" }, "altId": "601847123", "name": "Grahame Grieve", "requestor": true } ], "source": { "site": "Cloud", "identifier": { "value": "hl7connect.healthintersections.com.au" }, "type": [ { "system": "http://hl7.org/fhir/security-source-type", "code": "3", "display": "Web Server" } ] }, "object": [ { "type": { "fhir_comments": [ " http GET encoded in base64Binary ", " orignal example encoded here is ", " \"http://fhir-dev.healthintersections.com.au/open/Encounter?participant=13\" " ], "system": "http://hl7.org/fhir/object-type", "code": "2", "display": "System Object" }, "role": { "system": "http://hl7.org/fhir/object-role", "code": "24", "display": "Query" }, "query": "aHR0cDovL2ZoaXItZGV2LmhlYWx0aGludGVyc2VjdGlvbnMuY29tLmF1L29wZW4vRW5jb3VudGVyP3BhcnRpY2lwYW50PTEz" } ] }; var example25: fhir.AuditEvent = { "event": { "action": "R", "dateTime": "2013-06-20T23:42:24Z", "outcome": "0", "subtype": [ { "code": "vread", "display": "vread", "system": "http://hl7.org/fhir/restful-interaction" } ], "type": { "code": "rest", "display": "Restful Operation", "system": "http://hl7.org/fhir/audit-event-type" } }, "id": "example-rest", "object": [ { "lifecycle": { "code": "6", "display": "Access / Use", "system": "http://hl7.org/fhir/object-lifecycle" }, "reference": { "reference": "Patient/example/_history/1" }, "type": { "code": "2", "display": "System Object", "system": "http://hl7.org/fhir/object-type" } } ], "participant": [ { "altId": "601847123", "name": "Grahame Grieve", "requestor": true, "userId": { "value": "95" } } ], "resourceType": "AuditEvent", "source": { "identifier": { "value": "hl7connect.healthintersections.com.au" }, "site": "Cloud", "type": [ { "code": "3", "display": "Web Server", "system": "http://hl7.org/fhir/security-source-type" } ] }, "text": { "div": "

Generated Narrative with Details

id: example-rest

Events

-TypeSubtypeActionDateTimeOutcome
*Restful Operation (Details: http://hl7.org/fhir/audit-event-type code rest = 'RESTful Operation', stated as 'Restful Operation')vread (Details: http://hl7.org/fhir/restful-interaction code vread = 'vread', stated as 'vread')R21/06/2013 9:42:24 AM0

Participants

-UserIdAltIdNameRequestor
*95601847123Grahame Grievetrue

Sources

-SiteIdentifierType
*Cloudhl7connect.healthintersections.com.auWeb Server (Details: http://hl7.org/fhir/security-source-type code 3 = 'Web Server', stated as 'Web Server')

Objects

-ReferenceTypeLifecycle
*Patient/example/_history/1System Object (Details: http://hl7.org/fhir/object-type code 2 = 'System Object', stated as 'System Object')Access / Use (Details: http://hl7.org/fhir/object-lifecycle code 6 = 'Access / Use', stated as 'Access / Use')
", "status": "generated" } }; var example26: fhir.AuditEvent = { "resourceType": "AuditEvent", "id": "example-rest", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: example-rest

Events

-TypeSubtypeActionDateTimeOutcome
*Restful Operation (Details: http://hl7.org/fhir/audit-event-type code rest = 'RESTful Operation', stated as 'Restful Operation')vread (Details: http://hl7.org/fhir/restful-interaction code vread = 'vread', stated as 'vread')R21/06/2013 9:42:24 AM0

Participants

-UserIdAltIdNameRequestor
*95601847123Grahame Grievetrue

Sources

-SiteIdentifierType
*Cloudhl7connect.healthintersections.com.auWeb Server (Details: http://hl7.org/fhir/security-source-type code 3 = 'Web Server', stated as 'Web Server')

Objects

-ReferenceTypeLifecycle
*Patient/example/_history/1System Object (Details: http://hl7.org/fhir/object-type code 2 = 'System Object', stated as 'System Object')Access / Use (Details: http://hl7.org/fhir/object-lifecycle code 6 = 'Access / Use', stated as 'Access / Use')
" }, "event": { "type": { "system": "http://hl7.org/fhir/audit-event-type", "code": "rest", "display": "Restful Operation" }, "subtype": [ { "system": "http://hl7.org/fhir/restful-interaction", "code": "vread", "display": "vread" } ], "action": "R", "dateTime": "2013-06-20T23:42:24Z", "outcome": "0" }, "participant": [ { "userId": { "value": "95" }, "altId": "601847123", "name": "Grahame Grieve", "requestor": true } ], "source": { "site": "Cloud", "identifier": { "value": "hl7connect.healthintersections.com.au" }, "type": [ { "system": "http://hl7.org/fhir/security-source-type", "code": "3", "display": "Web Server" } ] }, "object": [ { "reference": { "reference": "Patient/example/_history/1" }, "type": { "system": "http://hl7.org/fhir/object-type", "code": "2", "display": "System Object" }, "lifecycle": { "system": "http://hl7.org/fhir/object-lifecycle", "code": "6", "display": "Access / Use" } } ] }; var example27: fhir.AuditEvent = { "event": { "action": "R", "dateTime": "2013-09-22T00:08:00Z", "outcome": "0", "outcomeDesc": "Successful Disclosure", "purposeOfEvent": [ { "code": "HMARKT", "display": "healthcare marketing", "system": "http://hl7.org/fhir/v3/ActReason" } ], "subtype": [ { "code": "Disclosure", "display": "HIPAA disclosure" } ], "type": { "code": "110106", "display": "Export", "system": "http://nema.org/dicom/dicm" } }, "id": "example-disclosure", "object": [ { "reference": { "reference": "Patient/example" }, "role": { "code": "1", "display": "Patient", "system": "http://hl7.org/fhir/valueset-object-role" }, "type": { "code": "1", "display": "Person", "system": "http://hl7.org/fhir/object-type" } }, { "description": "data about Everthing important", "identifier": { "value": "What.id" }, "lifecycle": { "code": "11", "display": "Disclosure", "system": "http://hl7.org/fhir/object-lifecycle" }, "name": "Namne of What", "reference": { "reference": "Patient/example/_history/1" }, "role": { "code": "4", "display": "DomainResource", "system": "http://hl7.org/fhir/valueset-object-role" }, "securityLabel": [ { "code": "V", "display": "very restricted", "system": "http://hl7.org/fhir/v3/Confidentiality" }, { "code": "STD", "display": "sexually transmitted disease information sensitivity", "system": "http://hl7.org/fhir/v3/ActCode" }, { "code": "DELAU", "display": "delete after use", "system": "http://hl7.org/fhir/v3/ActCode" } ], "type": { "code": "2", "display": "System Object", "system": "http://hl7.org/fhir/object-type" } } ], "participant": [ { "altId": "notMe", "location": { "reference": "Location/1" }, "name": "That guy everyone wishes would be caught", "network": { "address": "custodian.net", "type": "1" }, "policy": [ "http://consent.com/yes" ], "requestor": true, "role": [ { "coding": [ { "code": "110153", "display": "Source Role ID", "system": "http://nema.org/dicom/dicm" } ] } ], "userId": { "value": "SomeIdiot@nowhere.com" } }, { "network": { "address": "marketing.land", "type": "1" }, "purposeOfUse": [ { "code": "HMARKT", "display": "healthcare marketing", "system": "http://hl7.org/fhir/v3/ActReason" } ], "reference": { "reference": "Practitioner/example" }, "requestor": false, "role": [ { "coding": [ { "code": "110152", "display": "Destination Role ID", "system": "http://nema.org/dicom/dicm" } ] } ], "userId": { "value": "Where" } } ], "resourceType": "AuditEvent", "source": { "identifier": { "value": "Watchers Accounting of Disclosures Application" }, "site": "Watcher", "type": [ { "code": "4", "display": "Application Server", "system": "http://hl7.org/fhir/security-source-type" } ] }, "text": { "div": "
Disclosure by some idiot, for marketing reasons, to places unknown, of a Poor Sap, data about Everthing important.
", "status": "generated" } }; var example28: fhir.AuditEvent = { "resourceType": "AuditEvent", "id": "example-disclosure", "text": { "status": "generated", "div": "
Disclosure by some idiot, for marketing reasons, to places unknown, of a Poor Sap, data about Everthing important.
" }, "event": { "type": { "system": "http://nema.org/dicom/dicm", "code": "110106", "display": "Export" }, "subtype": [ { "code": "Disclosure", "display": "HIPAA disclosure" } ], "action": "R", "dateTime": "2013-09-22T00:08:00Z", "outcome": "0", "outcomeDesc": "Successful Disclosure", "purposeOfEvent": [ { "system": "http://hl7.org/fhir/v3/ActReason", "code": "HMARKT", "display": "healthcare marketing" } ] }, "participant": [ { "role": [ { "fhir_comments": [ " who disclosed the data " ], "coding": [ { "system": "http://nema.org/dicom/dicm", "code": "110153", "display": "Source Role ID" } ] } ], "userId": { "value": "SomeIdiot@nowhere.com" }, "altId": "notMe", "name": "That guy everyone wishes would be caught", "requestor": true, "location": { "reference": "Location/1" }, "policy": [ "http://consent.com/yes" ], "network": { "address": "custodian.net", "type": "1" } }, { "role": [ { "fhir_comments": [ " who received the data " ], "coding": [ { "system": "http://nema.org/dicom/dicm", "code": "110152", "display": "Destination Role ID" } ] } ], "reference": { "reference": "Practitioner/example" }, "userId": { "value": "Where" }, "requestor": false, "network": { "address": "marketing.land", "type": "1" }, "purposeOfUse": [ { "system": "http://hl7.org/fhir/v3/ActReason", "code": "HMARKT", "display": "healthcare marketing" } ] } ], "source": { "site": "Watcher", "_site": { "fhir_comments": [ " what system detected this disclosure " ] }, "identifier": { "value": "Watchers Accounting of Disclosures Application" }, "type": [ { "system": "http://hl7.org/fhir/security-source-type", "code": "4", "display": "Application Server" } ] }, "object": [ { "reference": { "fhir_comments": [ " patient whos data got disclosed " ], "reference": "Patient/example" }, "type": { "system": "http://hl7.org/fhir/object-type", "code": "1", "display": "Person" }, "role": { "system": "http://hl7.org/fhir/valueset-object-role", "code": "1", "display": "Patient" } }, { "identifier": { "fhir_comments": [ " data that got disclosed " ], "value": "What.id" }, "reference": { "reference": "Patient/example/_history/1" }, "type": { "system": "http://hl7.org/fhir/object-type", "code": "2", "display": "System Object" }, "role": { "system": "http://hl7.org/fhir/valueset-object-role", "code": "4", "display": "DomainResource" }, "lifecycle": { "system": "http://hl7.org/fhir/object-lifecycle", "code": "11", "display": "Disclosure" }, "securityLabel": [ { "system": "http://hl7.org/fhir/v3/Confidentiality", "code": "V", "display": "very restricted" }, { "system": "http://hl7.org/fhir/v3/ActCode", "code": "STD", "display": "sexually transmitted disease information sensitivity" }, { "system": "http://hl7.org/fhir/v3/ActCode", "code": "DELAU", "display": "delete after use" } ], "name": "Namne of What", "description": "data about Everthing important" } ] }; var example29: fhir.AuditEvent = { "event": { "action": "E", "dateTime": "2012-10-25T22:04:27+11:00", "outcome": "0", "subtype": [ { "code": "110120", "display": "Application Start", "system": "http://nema.org/dicom/dicm" } ], "type": { "code": "110100", "display": "Application Activity", "system": "http://nema.org/dicom/dicm" } }, "id": "example", "object": [ { "identifier": { "type": { "coding": [ { "code": "SNO", "system": "http://hl7.org/fhir/identifier-type" } ], "text": "Dell Serial Number" }, "value": "ABCDEF" }, "lifecycle": { "code": "6", "display": "Access / Use", "system": "http://hl7.org/fhir/object-lifecycle" }, "name": "Grahame's Laptop", "role": { "code": "4", "display": "DomainResource", "system": "http://hl7.org/fhir/object-role" }, "type": { "code": "4", "display": "Other", "system": "http://hl7.org/fhir/object-type" } } ], "participant": [ { "network": { "address": "127.0.0.1", "type": "2" }, "requestor": false, "role": [ { "text": "Service User (Logon)" } ], "userId": { "value": "Grahame" } } ], "resourceType": "AuditEvent", "source": { "identifier": { "value": "Grahame's Laptop" }, "site": "Development", "type": [ { "code": "1", "system": "http://hl7.org/fhir/audit-event-sub-type" } ] }, "text": { "div": "
Application Start for under service login "Grahame" (id: Grahame's Test HL7Connect)
", "status": "generated" } }; var example30: fhir.AuditEvent = { "resourceType": "AuditEvent", "id": "example", "text": { "status": "generated", "div": "
Application Start for under service login "Grahame" (id: Grahame's Test HL7Connect)
" }, "event": { "type": { "system": "http://nema.org/dicom/dicm", "code": "110100", "display": "Application Activity" }, "subtype": [ { "system": "http://nema.org/dicom/dicm", "code": "110120", "display": "Application Start" } ], "action": "E", "dateTime": "2012-10-25T22:04:27+11:00", "outcome": "0" }, "participant": [ { "role": [ { "text": "Service User (Logon)" } ], "userId": { "value": "Grahame" }, "requestor": false, "network": { "address": "127.0.0.1", "type": "2" } } ], "source": { "site": "Development", "identifier": { "value": "Grahame's Laptop" }, "type": [ { "system": "http://hl7.org/fhir/audit-event-sub-type", "code": "1" } ] }, "object": [ { "identifier": { "type": { "coding": [ { "system": "http://hl7.org/fhir/identifier-type", "code": "SNO" } ], "text": "Dell Serial Number" }, "value": "ABCDEF" }, "type": { "system": "http://hl7.org/fhir/object-type", "code": "4", "display": "Other" }, "role": { "system": "http://hl7.org/fhir/object-role", "code": "4", "display": "DomainResource" }, "lifecycle": { "system": "http://hl7.org/fhir/object-lifecycle", "code": "6", "display": "Access / Use" }, "name": "Grahame's Laptop" } ] }; var example31: fhir.Basic = { "code": { "text": "Example Narrative Tester" }, "id": "basic-example-narrative", "resourceType": "Basic", "text": { "div": "
\n

Example Narrative

\n

Plain HTML, No Styles

\n

Heading 3

\n

Heading 4

\n
Heading 5
\n
Heading 6
\n

\n Paragraph. span. Link. Bold, br:
em, Italics,\n strong, small, big Teletype Text, small, \n Definition term, q, var.\n All provided by \n HL7, for FHIR (cite).\n

\n
\n

Paragraph in a blockquote, with an hr after it:

\n
\n
\n
\n

Paragraph in a div (Link Target)

\n
\n \n
    \n
  1. Ordered List Item
  2. \n
\n
\n
DT Item
DD Item
\n
\n
\n        Some Pre Text\n          with a line break\n      
\n

Table:

\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
Table Caption
Head Cell 1Head Cell 2Head Cell 3
Foot Cell 1Foot Cell 2Foot Cell 3
Body Cell 1Body Cell 2Body Cell 3
\n Code Block\n Sample Block\n

External Styles

\n

Text:

\n

Example Text: bold, italics, underline \n and strikethrough

\n

This paragraph is left aligned. The content should be laid out aligned at the left of the screen. The content should be laid out aligned at the left of the screen. The content should be laid out aligned at the left of the screen. The content should be laid out aligned at the left of the screen. The content should be laid out aligned at the left of the screen.

\n

This paragraph is right aligned. The content should be laid out aligned at the right of the screen. The content should be laid out aligned at the right of the screen. The content should be laid out aligned at the right of the screen. The content should be laid out aligned at the right of the screen. The content should be laid out aligned at the right of the screen.

\n

This paragraph is center aligned. The content should be laid out aligned at the center of the screen. The content should be laid out aligned at the center of the screen. The content should be laid out aligned at the center of the screen. The content should be laid out aligned at the center of the screen. The content should be laid out aligned at the center of the screen.

\n

This paragraph is justified. The content should be laid out aligned at both the left and right of the screen. The content should be laid out aligned at both the left and right of the screen. The content should be laid out aligned at both the left and right of the screen. The content should be laid out aligned at both the left and right of the screen. The content should be laid out aligned at both the left and right of the screen.

\n

Table:

\n \n \n \n \n \n \n \n
Border LeftBorder RightBorder TopBorder Bottom
\n

List:

\n
    \n
  1. arabic (Item 1)
  2. \n
  3. Item Two
  4. \n
\n
    \n
  1. little-roman (Item 1)
  2. \n
  3. Item Two
  4. \n
\n
    \n
  1. big-roman (Item 1)
  2. \n
  3. Item Two
  4. \n
\n
    \n
  1. little-alpha (Item 1)
  2. \n
  3. Item Two
  4. \n
\n
    \n
  1. big-alpha (Item 1)
  2. \n
  3. Item Two
  4. \n
\n \n \n \n \n

Internal Styles

\n

Example Text: bold, italics, underline \n and strikethrough. \n Font-Family Serif and Sans Serif, \n Font-size 50% 80% 150%, \n Font-Color Navy Maroon Brown,\n Background-color Aqua Silver Pink.\n

\n

\n Whitespace Control:\n

\n

Normal Whitespace\n Test, long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long sentence

\n

No-Wrap Whitespace\n Test, long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long sentence

\n

Pre Whitespace\n Test, long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long sentence

\n

Pre-Line Whitespace\n Test, long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long sentence

\n

Pre-Wrap Whitespace\n Test, long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long sentence

\n \n

This paragraph is left aligned. The content should be laid out aligned at the left of the screen. The content should be laid out aligned at the left of the screen. The content should be laid out aligned at the left of the screen. The content should be laid out aligned at the left of the screen. The content should be laid out aligned at the left of the screen.

\n

This paragraph is right aligned. The content should be laid out aligned at the right of the screen. The content should be laid out aligned at the right of the screen. The content should be laid out aligned at the right of the screen. The content should be laid out aligned at the right of the screen. The content should be laid out aligned at the right of the screen.

\n

This paragraph is center aligned. The content should be laid out aligned at the center of the screen. The content should be laid out aligned at the center of the screen. The content should be laid out aligned at the center of the screen. The content should be laid out aligned at the center of the screen. The content should be laid out aligned at the center of the screen.

\n

This paragraph is justified. The content should be laid out aligned at both the left and right of the screen. The content should be laid out aligned at both the left and right of the screen. The content should be laid out aligned at both the left and right of the screen. The content should be laid out aligned at both the left and right of the screen. The content should be laid out aligned at both the left and right of the screen.

\n \n
    \n
  1. armenian (Item 1)
  2. \n
  3. Item Two
  4. \n
\t\n
    \n
  1. cjk-ideographic\t(Item 1)
  2. \n
  3. Item Two
  4. \n
\n
    \n
  1. decimal\t(Item 1)
  2. \n
  3. Item Two
  4. \n
\n
    \n
  1. decimal-leading-zero\t(Item 1)
  2. \n
  3. Item Two
  4. \n
\n
    \n
  1. georgian\t(Item 1)
  2. \n
  3. Item Two
  4. \n
\n
    \n
  1. hebrew\t(Item 1)
  2. \n
  3. Item Two
  4. \n
\n
    \n
  1. hiragana\t(Item 1)
  2. \n
  3. Item Two
  4. \n
\n
    \n
  1. hiragana-iroha\t(Item 1)
  2. \n
  3. Item Two
  4. \n
\n
    \n
  1. inherit\t(Item 1)
  2. \n
  3. Item Two
  4. \n
\n
    \n
  1. katakana\t(Item 1)
  2. \n
  3. Item Two
  4. \n
\n
    \n
  1. katakana-iroha\t(Item 1)
  2. \n
  3. Item Two
  4. \n
\n
    \n
  1. lower-alpha\t(Item 1)
  2. \n
  3. Item Two
  4. \n
\n
    \n
  1. lower-greek\t(Item 1)
  2. \n
  3. Item Two
  4. \n
\n
    \n
  1. lower-latin\t(Item 1)
  2. \n
  3. Item Two
  4. \n
\n
    \n
  1. lower-roman\t(Item 1)
  2. \n
  3. Item Two
  4. \n
\n
    \n
  1. none\t(Item 1)
  2. \n
  3. Item Two
  4. \n
\n
    \n
  1. upper-alpha\t(Item 1)
  2. \n
  3. Item Two
  4. \n
\n
    \n
  1. upper-latin\t(Item 1)
  2. \n
  3. Item Two
  4. \n
\n
    \n
  1. upper-roman\t(Item 1)
  2. \n
  3. Item Two
  4. \n
\n
    \n
  1. upper-roman\t(Item 1)
  2. \n
  3. Item Two
  4. \n
\n \n
", "status": "additional" } }; var example32: fhir.Basic = { "resourceType": "Basic", "id": "basic-example-narrative", "text": { "status": "additional", "div": "
\n

Example Narrative

\n

Plain HTML, No Styles

\n

Heading 3

\n

Heading 4

\n
Heading 5
\n
Heading 6
\n

\n Paragraph. span. Link. Bold, br:
em, Italics,\n strong, small, big Teletype Text, small, \n Definition term, q, var.\n All provided by \n HL7, for FHIR (cite).\n

\n
\n

Paragraph in a blockquote, with an hr after it:

\n
\n
\n
\n

Paragraph in a div (Link Target)

\n
\n \n
    \n
  1. Ordered List Item
  2. \n
\n
\n
DT Item
DD Item
\n
\n
\n        Some Pre Text\n          with a line break\n      
\n

Table:

\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
Table Caption
Head Cell 1Head Cell 2Head Cell 3
Foot Cell 1Foot Cell 2Foot Cell 3
Body Cell 1Body Cell 2Body Cell 3
\n Code Block\n Sample Block\n

External Styles

\n

Text:

\n

Example Text: bold, italics, underline \n and strikethrough

\n

This paragraph is left aligned. The content should be laid out aligned at the left of the screen. The content should be laid out aligned at the left of the screen. The content should be laid out aligned at the left of the screen. The content should be laid out aligned at the left of the screen. The content should be laid out aligned at the left of the screen.

\n

This paragraph is right aligned. The content should be laid out aligned at the right of the screen. The content should be laid out aligned at the right of the screen. The content should be laid out aligned at the right of the screen. The content should be laid out aligned at the right of the screen. The content should be laid out aligned at the right of the screen.

\n

This paragraph is center aligned. The content should be laid out aligned at the center of the screen. The content should be laid out aligned at the center of the screen. The content should be laid out aligned at the center of the screen. The content should be laid out aligned at the center of the screen. The content should be laid out aligned at the center of the screen.

\n

This paragraph is justified. The content should be laid out aligned at both the left and right of the screen. The content should be laid out aligned at both the left and right of the screen. The content should be laid out aligned at both the left and right of the screen. The content should be laid out aligned at both the left and right of the screen. The content should be laid out aligned at both the left and right of the screen.

\n

Table:

\n \n \n \n \n \n \n \n
Border LeftBorder RightBorder TopBorder Bottom
\n

List:

\n
    \n
  1. arabic (Item 1)
  2. \n
  3. Item Two
  4. \n
\n
    \n
  1. little-roman (Item 1)
  2. \n
  3. Item Two
  4. \n
\n
    \n
  1. big-roman (Item 1)
  2. \n
  3. Item Two
  4. \n
\n
    \n
  1. little-alpha (Item 1)
  2. \n
  3. Item Two
  4. \n
\n
    \n
  1. big-alpha (Item 1)
  2. \n
  3. Item Two
  4. \n
\n \n \n \n \n

Internal Styles

\n

Example Text: bold, italics, underline \n and strikethrough. \n Font-Family Serif and Sans Serif, \n Font-size 50% 80% 150%, \n Font-Color Navy Maroon Brown,\n Background-color Aqua Silver Pink.\n

\n

\n Whitespace Control:\n

\n

Normal Whitespace\n Test, long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long sentence

\n

No-Wrap Whitespace\n Test, long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long sentence

\n

Pre Whitespace\n Test, long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long sentence

\n

Pre-Line Whitespace\n Test, long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long sentence

\n

Pre-Wrap Whitespace\n Test, long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long sentence

\n \n

This paragraph is left aligned. The content should be laid out aligned at the left of the screen. The content should be laid out aligned at the left of the screen. The content should be laid out aligned at the left of the screen. The content should be laid out aligned at the left of the screen. The content should be laid out aligned at the left of the screen.

\n

This paragraph is right aligned. The content should be laid out aligned at the right of the screen. The content should be laid out aligned at the right of the screen. The content should be laid out aligned at the right of the screen. The content should be laid out aligned at the right of the screen. The content should be laid out aligned at the right of the screen.

\n

This paragraph is center aligned. The content should be laid out aligned at the center of the screen. The content should be laid out aligned at the center of the screen. The content should be laid out aligned at the center of the screen. The content should be laid out aligned at the center of the screen. The content should be laid out aligned at the center of the screen.

\n

This paragraph is justified. The content should be laid out aligned at both the left and right of the screen. The content should be laid out aligned at both the left and right of the screen. The content should be laid out aligned at both the left and right of the screen. The content should be laid out aligned at both the left and right of the screen. The content should be laid out aligned at both the left and right of the screen.

\n \n
    \n
  1. armenian (Item 1)
  2. \n
  3. Item Two
  4. \n
\t\n
    \n
  1. cjk-ideographic\t(Item 1)
  2. \n
  3. Item Two
  4. \n
\n
    \n
  1. decimal\t(Item 1)
  2. \n
  3. Item Two
  4. \n
\n
    \n
  1. decimal-leading-zero\t(Item 1)
  2. \n
  3. Item Two
  4. \n
\n
    \n
  1. georgian\t(Item 1)
  2. \n
  3. Item Two
  4. \n
\n
    \n
  1. hebrew\t(Item 1)
  2. \n
  3. Item Two
  4. \n
\n
    \n
  1. hiragana\t(Item 1)
  2. \n
  3. Item Two
  4. \n
\n
    \n
  1. hiragana-iroha\t(Item 1)
  2. \n
  3. Item Two
  4. \n
\n
    \n
  1. inherit\t(Item 1)
  2. \n
  3. Item Two
  4. \n
\n
    \n
  1. katakana\t(Item 1)
  2. \n
  3. Item Two
  4. \n
\n
    \n
  1. katakana-iroha\t(Item 1)
  2. \n
  3. Item Two
  4. \n
\n
    \n
  1. lower-alpha\t(Item 1)
  2. \n
  3. Item Two
  4. \n
\n
    \n
  1. lower-greek\t(Item 1)
  2. \n
  3. Item Two
  4. \n
\n
    \n
  1. lower-latin\t(Item 1)
  2. \n
  3. Item Two
  4. \n
\n
    \n
  1. lower-roman\t(Item 1)
  2. \n
  3. Item Two
  4. \n
\n
    \n
  1. none\t(Item 1)
  2. \n
  3. Item Two
  4. \n
\n
    \n
  1. upper-alpha\t(Item 1)
  2. \n
  3. Item Two
  4. \n
\n
    \n
  1. upper-latin\t(Item 1)
  2. \n
  3. Item Two
  4. \n
\n
    \n
  1. upper-roman\t(Item 1)
  2. \n
  3. Item Two
  4. \n
\n
    \n
  1. upper-roman\t(Item 1)
  2. \n
  3. Item Two
  4. \n
\n \n
" }, "code": { "text": "Example Narrative Tester" } }; var example33: fhir.Basic = { "author": { "reference": "Practitioner/example" }, "code": { "coding": [ { "code": "referral", "system": "http://hl7.org/fhir/basic-resource-type" } ] }, "created": "2013-05-14", "extension": [ { "url": "http://example.org/do-not-use/fhir-extensions/referral#requestingPractitioner", "valueReference": { "display": "Dokter Bronsig", "reference": "Practitioner/f201" } }, { "url": "http://example.org/do-not-use/fhir-extensions/referral#notes", "valueString": "The patient had fever peaks over the last couple of days. He is worried about these peaks." }, { "url": "http://example.org/do-not-use/fhir-extensions/referral#fulfillingEncounter", "valueReference": { "reference": "Encounter/f201" } } ], "id": "referral", "modifierExtension": [ { "url": "http://example.org/do-not-use/fhir-extensions/referral#referredForService", "valueCodeableConcept": { "coding": [ { "code": "11429006", "display": "Consultation", "system": "http://snomed.info/sct" } ] } }, { "url": "http://example.org/do-not-use/fhir-extensions/referral#targetDate", "valuePeriod": { "end": "2013-04-15", "start": "2013-04-01" } }, { "url": "http://example.org/do-not-use/fhir-extensions/referral#status", "valueCode": "complete" } ], "resourceType": "Basic", "subject": { "display": "Roel", "reference": "Patient/f201" }, "text": { "div": "
\n

Patient:Roel

\n

Requestor:Dokter Bronsig

\n

Type:Consultation

\n

Target Date:April 1 - April 31

\n

COMPLETED

\n The patient had fever peaks over the last couple of days. He is worried about these peaks.\n
", "status": "generated" } }; var example34: fhir.Basic = { "resourceType": "Basic", "id": "referral", "text": { "status": "generated", "div": "
\n

Patient:Roel

\n

Requestor:Dokter Bronsig

\n

Type:Consultation

\n

Target Date:April 1 - April 31

\n

COMPLETED

\n The patient had fever peaks over the last couple of days. He is worried about these peaks.\n
" }, "extension": [ { "url": "http://example.org/do-not-use/fhir-extensions/referral#requestingPractitioner", "valueReference": { "reference": "Practitioner/f201", "display": "Dokter Bronsig" } }, { "url": "http://example.org/do-not-use/fhir-extensions/referral#notes", "valueString": "The patient had fever peaks over the last couple of days. He is worried about these peaks." }, { "url": "http://example.org/do-not-use/fhir-extensions/referral#fulfillingEncounter", "valueReference": { "reference": "Encounter/f201" } } ], "modifierExtension": [ { "url": "http://example.org/do-not-use/fhir-extensions/referral#referredForService", "valueCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "11429006", "display": "Consultation" } ] } }, { "url": "http://example.org/do-not-use/fhir-extensions/referral#targetDate", "valuePeriod": { "start": "2013-04-01", "end": "2013-04-15" } }, { "url": "http://example.org/do-not-use/fhir-extensions/referral#status", "valueCode": "complete" } ], "code": { "coding": [ { "system": "http://hl7.org/fhir/basic-resource-type", "code": "referral" } ] }, "subject": { "reference": "Patient/f201", "display": "Roel" }, "author": { "reference": "Practitioner/example" }, "created": "2013-05-14" }; var example35: fhir.Basic = { "code": { "coding": [ { "code": "UMLCLASSMODEL", "system": "http://example.org/do-not-use/fhir-codes#resourceTypes" } ] }, "extension": [ { "extension": [ { "url": "name", "valueString": "Class1" }, { "extension": [ { "url": "name", "valueString": "attribute1" }, { "url": "minOccurs", "valueInteger": 1 }, { "url": "maxOccurs", "valueCode": "*" } ], "url": "attribute" }, { "extension": [ { "url": "name", "valueString": "attribute2" }, { "url": "minOccurs", "valueInteger": 0 }, { "url": "maxOccurs", "valueInteger": 1 } ], "url": "attribute" } ], "url": "http://example.org/do-not-use/fhir-extensions/UMLclass" } ], "id": "classModel", "resourceType": "Basic", "text": { "div": "
\n

Class1

\n \n
", "status": "generated" } }; var example36: fhir.Basic = { "resourceType": "Basic", "id": "classModel", "text": { "status": "generated", "div": "
\n

Class1

\n \n
" }, "extension": [ { "extension": [ { "url": "name", "valueString": "Class1" }, { "extension": [ { "url": "name", "valueString": "attribute1" }, { "url": "minOccurs", "valueInteger": 1 }, { "url": "maxOccurs", "valueCode": "*" } ], "url": "attribute" }, { "extension": [ { "url": "name", "valueString": "attribute2" }, { "url": "minOccurs", "valueInteger": 0 }, { "url": "maxOccurs", "valueInteger": 1 } ], "url": "attribute" } ], "url": "http://example.org/do-not-use/fhir-extensions/UMLclass" } ], "code": { "coding": [ { "system": "http://example.org/do-not-use/fhir-codes#resourceTypes", "code": "UMLCLASSMODEL" } ] } }; var example37: fhir.Binary = { "content": "JVBERi0xLjUNJeLjz9MNCjEwIDAgb2JqDTw8L0xpbmVhcml6ZWQgMS9MIDEzMDA2OC9PIDEyL0UgMTI1NzM1L04gMS9UIDEyOTc2NC9IIFsgNTQ2IDIwNF0+Pg1lbmRvYmoNICAgICAgICAgICAgICAgDQo0MSAwIG9iag08PC9EZWNvZGVQYXJtczw8L0NvbHVtbnMgNS9QcmVkaWN0b3IgMTI+Pi9GaWx0ZXIvRmxhdGVEZWNvZGUvSURbPDRDRDkwQkY3MkI2NjU5NkVCMEJDQzlBN0ZGNzIwMjE3PjwyOTkwODAzRkY2QTc0OTQ4OEEwNTdBREQzRDdFQTM0Nj5dL0luZGV4WzEwIDU4XS9JbmZvIDkgMCBSL0xlbmd0aCAxMzcvUHJldiAxMjk3NjUvUm9vdCAxMSAwIFIvU2l6ZSA2OC9UeXBlL1hSZWYvV1sxIDMgMV0+PnN0cmVhbQ0KaN5iYmRgEGBgYmBgugciGf1AJMNmEMn2H0RyxIJI9slg9k4wuQNMHgCLZ4DJNLBIJIjkagGbA2abeIDZmiAyvhFsMkic0fApWFwDRPoWgNmhIFIzHMyWBZFWWWD1YSCS/yhYXAFsyxUQyXoQSP6XmsbABHT/TLBKBsZBRAKDTvQFQIABAIHlFZoNCmVuZHN0cmVhbQ1lbmRvYmoNc3RhcnR4cmVmDQowDQolJUVPRg0KICAgICAgICAgICAgIA0KNjcgMCBvYmoNPDwvRmlsdGVyL0ZsYXRlRGVjb2RlL0kgMTM3L0wgMTIxL0xlbmd0aCAxMTcvUyAzOD4+c3RyZWFtDQpo3mJgYJBlYGAqYGBgYHz+mgEVMAIxCwNHA7KYLBQzMIQy8DPsEVth4VD84E3jjcNb24X5lGQEAisY3OoSTPXFGFgSFZj9Mm4wsCo4GMl0NTDKPGDWsf4RdqCuAW4846toqDVtYKsYf/JD+IxcAAEGAMGGGRoNCmVuZHN0cmVhbQ1lbmRvYmoNMTEgMCBvYmoNPDwvTWV0YWRhdGEgMiAwIFIvUGFnZUxhYmVscyA2IDAgUi9QYWdlcyA4IDAgUi9UeXBlL0NhdGFsb2c+Pg1lbmRvYmoNMTIgMCBvYmoNPDwvQ29udGVudHNbMTQgMCBSIDE1IDAgUiAxNiAwIFIgMTcgMCBSIDE4IDAgUiAxOSAwIFIgMjAgMCBSIDIxIDAgUl0vQ3JvcEJveFswIDAgNjEyIDc5Ml0vTWVkaWFCb3hbMCAwIDYxMiA3OTJdL1BhcmVudCA4IDAgUi9SZXNvdXJjZXMgNDIgMCBSL1JvdGF0ZSAwL1R5cGUvUGFnZT4+DWVuZG9iag0xMyAwIG9iag08PC9GaWx0ZXIvRmxhdGVEZWNvZGUvRmlyc3QgMTkxL0xlbmd0aCAxNDM3L04gMjUvVHlwZS9PYmpTdG0+PnN0cmVhbQ0KaN7EWFtv4jgU/it+bDVi47sdaVSJQi9I04sKux0J8ZBChmY3EBRSqf33e44NNIRQLrPbCoU49rHPxZ8/H1tyQokUhAtFpCRcCSIVEQxemihliTTEKE6kJVaDSEgYNZYoSpgSjChGmNGCgAQXVBHozpWCnjCUUfCtCLcG2jWMyUDeEKEYJzCwMDCeCokIoVGDEdRIohkYw+ANGjWMB0NLKzjRElRyRrALA1M1qBCSk+/fg1aWZnl3Fg1j/Jhr9IaSh7Oz4OK1uOoWUYENV12G/vmGy2xaQF2vx9A9qMMiQ+d8maNfvijQFV+U6IUvOsN9UaPNvmjQTF8M0UKv7D7Pht246Af37cugF78WQWcSjePWIPh59/R3PERLOhNGhHV9OxMOIVkUwXvqhzk76wedVus8mscjwnHSHgbQ8e6e/IrSeQyFG8KCbnPx2b0h9A/Kg97bLH6PQ5DNfPvZGfRtzofxtIDZpUGr0wYTYQqd3lY0u46T8XMBc01p0I69YIOD5GUajedEuhCen2ev/YaigjQENYRxMDbUcuAaL6NJkr6dtKI0ecqTU1+XpDEAxQcJK26jSRz8uG3e3La+LSRdfbfI42L4HNxm+SRKXdWjt0iCQZ0CRIfN6TiNCQ26RTz5i1jqfUVRNDhPZkWWBz9LjjinMYAoU9WKEXibw1Cd6a8MA5uP4jyZjk86I/A9Kd5Og4d4nMyL/O2kOcqe4tOg+zKbpfEEQwNj4wi97KrTvolmwbJT0H70MVw3C5cYhqD78lSg0dAVBdAB/u5G8NgXfc71wFreF1QPBh964KdpFEGYoXXelw6Ag+BiOsxG4MnKqMb1SjHqgsBlf04TEIph7Xr8Lk0o44SBI1uhIWi4gIbgJWywUC6woa2FLlasgaOZJ1F6+o4E9904T6PhPztgEG6BAaeH4qCscxWqx2TanM6T1fdlks+L1nOUL90rz6Vftz+ihQQz8j2++UvcWwZ6ManJqHie94XAtbb/T2uzR7uFUYUNa3oYY/fSsezl32Ury63SUSn+77Lr//hZSgcbDLaTs9aAeThp6U3Sumt/BWmVtO6DV1HFq6JH4dUF4P0nIID4YJkr/w8bl4V9GaJafWipBJJ6HYvKIGIVYE0zSDGAKaTbXjUXflSGX5LDzEM+oYHYtMYt2o0rhZOWFndfqHV4VCzcQI0ELQoITnLh3yHkIJBiSMPcN+dOi/IlE3ppxY17g8cScxXYp4Xy/cEyg/YKtEAcjGKMmmTWPdRZc1h/iOZg2z5ujtnHIWawJPRiSRi2c0nYmiVxsQRn4zxLRzvWhdmyLsCCYxZGRffnbumK/0dbetWN6r7uoHbovh5u39ePYc9DoSJoDVQuvxAqFd37EKnamHFVIVLO9iDSbQudA3FJsVra5WXu2806AWsIv9JIXXDWgH4l2oRzGV9u1NwTk170VniggvOYDJX7DqmusUVC2qaEcdSEb9wtBYOTlfH13OWW0lJXsnBYdFLCSwNVQmgEEKiQxo8DGo1UnqiNXKOt8J22BPuYtjhfgFGXU0zIS6ENtDEBahiVpoLGCUxztIZGvonGe0SEk/wtNEp+BBqruj+ZuMz+xEXrCKtq/gZh2cMJS4jthBV+RFgrjAj5myCpOaXeX30hSCq696AsszHXmh5DWcrdhhgOQVF1pwbuSMdnXKG7DanJViBzkhpyqhApgS3qDMHLHp9PWmJDpDW8ZvFyQDF4H4R3RFq5DBH7uaxMsDUSgZCpFYuoCouU4cHCzcwHkQG5JWBEuIHWkNF9mzxl6Rowak4C99ffvOBN78ijQO1JoAYFJUWfSxN6z/yGcdqXup4oSsZXSUIfkdUI8wFJICC2kQRjdVmNBpA1BJ4EQBq76N2XFUfPt7XH3FOAuqPuKHQlVQGJ3cueGwuT+K8AAwB0flq9DQplbmRzdHJlYW0NZW5kb2JqDTE0IDAgb2JqDTw8L0ZpbHRlci9GbGF0ZURlY29kZS9MZW5ndGggMTgxND4+c3RyZWFtDQpIibRX227bRhB911fwkS6izd4vQBEgaZLGRfrQREUegj4wMm2pkCVXlJ3mR/oZ/cbOXiiSSyreNdQYgWSTOztzZubMmec/fyTFTTN7tZg9XyxoQYrF9YxgZIQhBYYf+10XkiNDC2kw4rRY3M5wcTNDGGN4fQm/LL7OyrfvLj/8e7H409oh3g5FzFABRhav7UvL2Y9whL3w74S7EKU8vFL+MzyOuNHUP+of5OODby+GNrkwJjyq7KM3i9lfM1KsCwhNIiELqRXiulBIF4Qhpot9PftUbC0M4+AJIUjzXvRlE4z+Nn0goKXgg9v3LVLSxl8u93V1qK+GcTJEiKDJMFlr1Fn78i0CzGjxCNxzjhiFy+YEccx5sOfSWG7qh3pf3ay3N0OzHFGCJ/3r4QowCohcSPuB1BjX75XX8bRBwiN86COcUJmMI6xbrJkLxxbkMBBIo2Y8C2jjTDW7zf1hPawkrRG2FxNEeEElAsMppUSR7Lvr3Ch3SfVENJJtiKEA6jhATMGDjACJcoaqpqlvv2ysNagMyjWLKoT593bXUcVpplTyfXPrOXeGDquR60yox11v+9pa0s7S3X69HGYmwIUxBFJwg3haZjBScAiaUdt+aFNTp6RGKIUU/x/KTzhT6yZCXVJOsrLsG7y5Xx+moBLAVDoDKdesXcweqCoJKAkzgQ6BuqoO1QgoyvIC9EA1q2q/3gZjMhijyBhHr9gGZ3vWuwI9aFw/Pf+pkcWyKby7zXLrLPoO+7RqOVa0Mw0bcopk5dE3IruSJzoUxCT2jFoqCOALW7I98Ee+21kkeM95D/5lHl0KYhCT/UF+vpoN0e6ur+t9M9IDWp3KqwoDiiItAAT4ZApQ9MNf6fCWGU/4Yjj8gY81lV0Leb55u4t1gLAAcpjpUO4apRU+sYONGxZq2GO/jLBXp7DX1GLPoW8o71HM08Mrf42Dwv4GGPI2nmTio3rgVnmfGZKEmeEQOUeqPt5NRyW09TM9LEhW37UJOk+IjENH5maKT0fn++Jye5gOj1MEb6eHx6xUGvqXHR01iOgzhDfvZtWbh+nwQCFRnpU90OeRg0OdlBAfXETkGRqtmwfv6+nwbBPRnPBi58qHvNiYUVZ4niW2tvHuJ2NjBhaA3L6L3CvvMqPT4GJ24z2FVpjStsRywxv6l9t4TAqUPQBO9F0ozHf3F8M5SpDkVDgZL0x/4j6dwphH8lU1jSSXNuXpSFIk4JAZbELxMH1ExDHq0nFKxGHph/+m/nv9Zb2JNrhgAtYqzTMEGAN12rvY+525rzIsj/VzE0y8jES+0KDKcBBAj+wJrgY+l8v6Yg66ptwe9tXm4o/FLwPxpbk0yQtWOblUMbcfZawKTtx20ZarlC2BgiqTx3XKF92qrjaHVawnpU1xzkLlh/Cy2k9FRzWsNOnBYQOLWM/ZjIWRAgFQ7NXWmeW3N1VdXe2dJ6CjCbS84wEMcQ0WwpebTXwf5pjm3MfI2VwPpppvk7kBdunaNImnoVApvK90T2yXTVJ6mFXQPjeBX2+rbXVTRwsNQ1LALakxlpH0U3AefGTELmMc218SI+u5mNhSGFhOtuWmfM7u94dVvX8Wx8QwycpbMFdXwdAjnE1gdorTlO07dLGqgzXRlpOS+pRb8ugWkbFbUJlD1KFfoR8IzH3bvSCjdRLtE1t+R999MX3IY30CXW9wW403Z+78IMDXUY1ClJw8IZ3NYT1mB06Z+L6tOZSlgiES8Y0Pc7FfVyObShmW5Z9xtn5v6mcjU5pndKOrV/AXvCOxv37oXNUP9WZ3FzcIlVkOCxNyPLQzB6GkFSg0ihi8f9RzTrN89lbnMDoxEu6X9v8LGPHdX17YKd/TYpZAoE5h4kJ1E1e6EaX05N3kWumOGyRknzY7kgkXCWX5VUFV+29z+9Ve8gPcgu0DBLUtgamOT+BB1/L2x7a8BPKjhYLiFdBoQPDc7rXw+rW7C1gfa+cg0/ax1DChFbZzegkMcnlLite7U9RHrFrxYOjBGujz5VADGg0XEIjZ2ufSnYDz/gbqbzgCzC1bS5AKUGvKtfUY4JNEEPYHCSTEvSJqUjmEEOkQ6I4eok5nsKqNFSMfa7u2EttyldT0eFMHOp/QW1idan8+7q/L6BYqNeuawrPMNhqJBKoJ6iHAC1jTMb4T0EjIcA+ZJCVmMykhkwq4uRWbRHkh/e79BRCDKRWKVDTQMqG0t33JIxATNMC5Np28Ed62HUgw+GF4jEzDv3T6igQ6kSCHIRpaaBtPCmjKotvFX+7iJm+LXUg7JX2jpygUZptICmNb+Vio38uEspKmO9DVx1EGdAKV5o0L4sfipjrUzSGuZ6pU1v5A/Vz4WkfYB5xAyQHfpONELeN4BjpW7e4xrLRrkOOpXi/Fk99QkQUVDbvDfgQ6YzhdixT/CTAAxS/MDQ0KZW5kc3RyZWFtDWVuZG9iag0xNSAwIG9iag08PC9GaWx0ZXIvRmxhdGVEZWNvZGUvTGVuZ3RoIDE4Njg+PnN0cmVhbQ0KSImsV02P4zYMvedX+OgAG62+LQFFD90u0BYFim4D7GHRQybjyaSbxFM7M9v59yUtJVZkK7GnvcwHYFLk4+MjSSilIluuZ1/yu+ftbr5QROfH+Z/LX2bvl0uWsWz5MGPEKKoymi1/nFH8+Du0+n751+zjcvb3jGXbbMaYJEJnWjDCZKYKwkzGBBEmq8vZ5+ww+2GJHrn3SIlVloFLmuHf8G1BSQHmklCTLfez/GHu/P9+0xJetplmhmg0JJRqhkHm5T26CNOg3IqhNDr3hHPpM12QDpvtYb4AXKoeMJrr0Q7BH5dtZN+q+ut8ED5KCU/BN5Q6JcqAlYDvKcP0qUs9Ao+lwdOE9R3cTMTy9p3q4RJiYqRgUwA5AVz+s22OW0e/wyaCGYLjtBjtNl8NYqsKScwEaAWRaFSQQraEXIWYDhkY/LIzgOxU4VtrN1eEQ1Vi+nAFQE7hj25hf6jqmNrMmEnAsza0/LkpY08S8BkN9RatF9CAVKlsAcZUylNpXRdu3kUUKTi/XUtru0hdzk1Zv5RR2pwoqcZHix3NWsLl6yriCFcEHlLKIjGkxp8jSKIVsWClORG86779mSkRAwVHdfMUVNjpF+KofQk4sVZx944A0QJuAbIc7CU+B++8/9DobN1kLphmffAv/xz1/RWPEPkYj5884sqjqTX1jA2x1mesmQ7UU7Uutk3koyhUigEJR65od+XxeKLrlXGgCaSqmEXI25pskEZSul7crw5zCc34GjUjJ1zrSWLu+L3dP9UxmXy5IRKs2ljFgQkYBY7+XxJkkpaiR26IGiVnMKvQSFwwdX1L0zThJrDCWnAvHFFbW2bHdyL4EU6AqkNvSCudYocc1EQ/ovc4PUz+tHMyG5RDcmJCwPS43gY95z3EUr0tYbqIjGucx5P2HvjF0LwAOQhH+PP4/adt5dADlsnTvV3pFKx0oCD59gROSHuqTIr2g3jT4gT4k3feBxwCkx4SQWEvGwO3xrnZxyEJuDLITaWwPNMQh1YAiYfpy9Mb0xXzgtDQ/qQEX/L19gFWGFDUfL06boHZ8RoDo89OGX2xgJ56TXM5OOyDEmiLNPcgMeT/AEYymaQ3PycZrONRGSQKZ3rhTz+BCxaYwxhsH4gLcMXQtHw/WSJO1hWgBj7m1ZznTyXWweT16s4dNQI2FcL8ZdNT6qtJDKFThKE7Ar2mAAJNwJV+SBiGydkaWQzl7Ly6pdPYNYEVctLp9O6lfwYV2sjRHb/oNP+hrvbelzirh2CpDbbvK/8pGpTC4kLkIYLtSI6SCjwVQ4zyX1PYgwHwVwDTpquygcDAhrWzOBjDI+QYp83ZFGvhD9J6tSmbeIXVVkzSX+PV5nM5L4DidyeVEafyWnX6OqkODh5hYRHCgWjfoqDCQru40+hpiniK0LQj6lNVH3vYMKFusysUTL8MfPr4x3wBeeXLCJ00YUPtNB4aAffFNGRa0zMuqwQvRWGQuknRvIW8gXtvWDVvja3ONJjkbm7hhermVhMNLknAevx1eU57QtLDIwh4GeRap9CE8wtaDfbm/iZ8awKBKAs44tp9I1g1bllyfmG5OM+gfHW4VEjYZ7kVF9iJgkccFlSH105xnmaaaCjxguWre/wHft/thkeYgJsVWDcaXTgJ4RMhWwEefw8UgUknbF/PM+acteLjx0KbtPN099qDjxkx2hOG5Hamptpte0HZYRb3wYQVA0YkNBus0aDnMJwuKOWvVMDQ2lagKEIO4oOUAog4w9MBIHr/odHZuskciM36MIMV5JJkV3wZIuV1Zye0lEdCce0n+5XkqHi7+Fi0174jabaZ5Y9TFAgSuTTHgrlDcLXblYdNGU8AK9XgMEudlbDGtatKVcdbDzNmZPXfDBDshXD3dBkG4Fw+wQ1g8ZYXKIoch0tWy77+D2EusWSdwc2Tg0s3jetqXTZN2ZBLGGEqamm7tmX6jGUSzzcnCxMAJK0L3mnUb+MJB8Yg0Zy6exLD9YdC06CcFnkZjzoYr0an9GaQcF64jo/xlcZg6RTFlHPPq+n6cbUbnKAcNN5M0XiGI5+DYBfGQeAQbG6RRqHr0A7zlA66Y4mrQpHvm3cRdnBDJaV6EDrhOr86xMBRpW8DFza9I+23x/8FNjgvQIj7sKW2OS7am21CWcAELDvPj7cKovHgiYwiqSTSGh5pf5Jowjf5dr+qXy/9gPZZZqegj0cYeKvbgBYQYwFPLWC/gAY+64Tw1I6ChpGXOn6G32L+raZ6rtdlHLrSdtBdnxNU4Xb5FlEyOMU4NXjloQSvE7RgsO/q8xOTloh24jPYfFVi7n+KNFAlfXHaxpL2FUKuT5CzokO8Bfy+fCl31dNgf11NdCAk6C9jupAcm+Pd+4qqwwvwKAi7paf2bBcJapxCPc+BhDY/3Jf1ptoeNr1rRms5jiUMLgub6uxbLMEFMggyv58wt3B/YIrCBDmpb3vYQk7/VSqpW4/jYQUFlOMvvMBPpN3ZvwIMAIhH1T4NCmVuZHN0cmVhbQ1lbmRvYmoNMTYgMCBvYmoNPDwvRmlsdGVyL0ZsYXRlRGVjb2RlL0xlbmd0aCAxOTA2Pj5zdHJlYW0NCkiJrFfbjttGEn3XV/CRWuz09P0SLPZh7TxkESCIM0ACGHnQaDgeLXRJJHkM/0i+N6e6KZJqkRI5XhiQhVFXdfWpqlOnmDPGFLx4eD/Dx3L2L865+vfD/2b3Dw+yEMXD84xJGUI6wvCrp2Pll9VTNU/HRDomWHBWX3d1ZxgXprgTTHOt6eQduRTR5Q8fzh0yF4K6GZo2TWgyhbY4ZH68s6PdlIvMWHvh00837+cu3v/8eb3OoZFhSgxbMv/+YfbnTBSrYiaEZsoWQkkmZGEcQ0RCMeWLfTX7tdjO/vMwE5wFEwQc8IK+44T1TMO5AuaWIN7Myl3t+OfcNbfMDrlGjLp+x+UlOCxxCQ/MnC55aS65aRyYOLOlJEYMj8c/vru/f1k7tuvH4lrA/VjQwc5VMQ/lfgAQF07O7+gr+f4HnHP6gXFVWCSi+QU/3L872GJ5KET8d1huG0fcFEqxYAutmYnnn9NtnjkZQ1SecWB0Ou+YK5ab2f0PG1W833Uic4IZXVjvUJOFtszbvlTJQbQtIPOFDZzKokGgyrI1bO9Qfrpjj2ShlyOKuz+q/eJxnTECnh2EHCh7fUEu5YfzVKMhmPHNg+nyKe89mTfxdp6aQequlP4VPGECW82CzpprBJIondYUSFrC52O5eZwb5ssVPg1ogL5X+FTlYf77w3872MKD89PYUafOerngbWVVb5Y6XfctQElpKIEdpB7HIyWiqQnUO41ph56NEmIkPQsVATgcF9unxf4pmxIak0mJ6zBIaRnyZiwVlqSQpuGQrJu3LIbqUQkqdh3rd1JJOh5LXuExPl7xPB5pRdlpTQkwn4pyv5vfoQfLTVaDAnxix9fgt4xWEVLuquPFZFUnJ+PaQKUhvXvORYJy7qZ4EQaBRPUCyOqhbxJIq+0cB2T56QIkRBimRChSox6+Ho7V5pBTqrS+V691mhWEKS1GlGEWYwfRThsU1K9k7vFJNXScwmsoHssVKKIZ6CokgNbHOQigrPbbuWIOxYAiL9PfVviLLl8r/CfLA8sQRBsEpTuF0pMazWxwEJaSKWFDg05SUl26kMaOKbmeWnVqrAz8FoWccXaar6+L/WreR8gGnOpHqyApSVsYh0/dJwAy3yAqNd65sBhWsLJIQUdebLrF01cyyFzHiMr/NArnyKouP29Xy8VxtdteVAUKvJd8LlG69pLrneCY7b6pXGW9YGtTjONgkpzDBRCxdDVuM+DTENuoVYh0iBRiEp9wYk41Zlw+yy7fIizJmTfIFcwGMg+kMmN6PqGwxre2iRCemZNsESlZ1QYqxUatoqNuCWhtxHihWxQtI7cXzi5hp7G9e636W+AaIMMp7Tykfw9I3jXUIzwinElbkSXu1EENt8JVc3RovPtkf9csl0Aac8YScy5o3qgSrUFfRJk3iGLG+Bsjrau+/8oZL3g5WI2kZRBpDY8gQpkqhaL56YUdoZIlAASh3rKY2rggakApdb2YTkgA5Lc9M56WAjUiBbqv2HktudYr8qghd8njRdFr45lEO/I+hdgHRojvsRAjnYJ8vsXNihbT1oriS9pkX51Gm7q1RAy91NY0/7wDTzg04Dl0dCcfkk2XDmN6ai76fKD0KJBRrsS0Nr3j92LnrPF9687ZQlZ+GaprLUmkgYZ47xZxpbBdDE1DbMYbvmZVrYarGitLa3gzQ/QCIt7PxzzXWqpzCldOZp6UkKJNjRDnoludRLfRYpqjbIdtyy9w2+epm1pDlF8Dr+j7FNwb8xPuj0OZpTVPv4WyMKEt2QeypCt+nEJYeFTH1GVIGx5yNh/Ku0p5f5WZi+DN0OBu/ZzGyV2zGpWL7VOeLQidob2xNySXQnr3nhxBFnLnfdzDTKhPGJ2a/0CyQ+JOaBBTPi3mxAT7Ob7GP+RyBB0unBgIpWctmDgkUQNYwDiRgaBxNFV8kjWWqbSH/TZQcCpoFl1PJCtiEsCogiNLumExXg7GqFpTynbK0WWyuRGTJoOIC2P5S7V/XS2zRofO9uGW6vcxqgSLFn0j8nqjS2r0Diw/DQHvfOxxPsDhV5APWNuUx4qQuGQ/BXhwRMe0ul2RgwQfcV7utsvVIXODye/EpFXVq7rZ52c3olkhZ1WnWTtb59v4KcX9sfyy2pNIcu2gb0rOGzul4qzqaBFd7jcXqiuwANSxB6LqtWdu3KphsOzACtKwFV2L26LLFUpDF/i6sVQd3W573M014lun/z6tqks6U75f4vTT2aJ3pVJcxd115EoVeUTCyp5q8uX2G9GUrQEltZaDFTQ16cH18WW52OcSTjGv5KSyVEkxHI7/j5fS2sK7L81Teu5dgojcBBijFpQhqoDG+U+3sLQkB1srasW6QV4rlLNppXWjgxX3Q5P8EsQ4yesSPK42J219J8p/Zo7RHQIDZXT1bXpzMg01mpKmi1q5uwWYoPaV6ErJ027XeeC6Ikrx5fZTXnpQjdIPiZb2cSf90w7Ex68ZQ4fxEBFJJ159qp5X/XBpy/yQ3OwXmWQUAAKfQkuGWX9mR82VBN6xeq32zSOLvwUYAA3s0xENCmVuZHN0cmVhbQ1lbmRvYmoNMTcgMCBvYmoNPDwvRmlsdGVyL0ZsYXRlRGVjb2RlL0xlbmd0aCAxOTA1Pj5zdHJlYW0NCkiJrFfbbttGEH3XV/CRBKLN3i9AUSC9BEnRNmgroAXSPigybauQRZeU0+RH+r2d0S5FckmKpNsXy7Y4s9wzZ86cYcnmdsUJk5onNNl8s4Ifu9UXlFLx5ebP1cvNhicMnyGcS+UfIfCtw8fSx8P2dFtk8OCaE6OlTdaMSOpseIzZ82NV8VTu8opkPiPzGQUR2rBLSuEuJ9enf7tZ/bViyT5ZMcOIkgmnijieCEPgrSDeJmW++jU5rr7atF6VUeKUw8w0wd9twrQlGqItsTrZPPhLprvMn/HTZLgRcP1WPLwuF+cc27Lc51X3YpwIRuVsONNtN5xIC7idv5qsAz+/RJlvb7IhvJiBe/NEGQIZmSJcdgHT4cacOKe4v7EgkJUZCvVMmIU0eOGXX1c62VWJR6XaHQOEDxGE4wktJ9xeS4is8nTJj6eAiArpiKJUjwCqL7gw3ZCJ4WPv08cyM0SmRfbH5ruF8PTvwLkiVjZ3iFkUJdeQQNfJF5LVwLcauA4t5E+6C6fdzOesBCL1sgA2MmCTf8wzAeAc4KdOi0f4cFBQ/MN/cTz/53TGrqGnhHxKXWf3WhFGLfNqIGUoigwtc7zpEh7gEnZ+v6CuKA/G/mNeVnncfU6xoWT98kuDH8srxLkmcCumKEIMyKanMRII0Fb+TBIIiFCEal+9tFhSesY7wYhZ0IqH7Qlgi6WYgegsqoDxyv6YDwvPtXsPA6pt540nmotq7FwIE3IIV3kNV5ASRh1RnZPKCN3xDPAGrpsB8fDcvnt5e78vsw5wMA60ak/XNBqEhCsj/PdrTKV7g7BVBSmta+Q/tPLr4pCtBbHQywx7OZY7Z4i1NWiCnlVsRlFAOgeQ+jtCitVtDGqhhKoFEzNAPaGsBuYmsm9E9QMx3x5PZRGNsUsCuFsC3QZDmDn8T+u9+6eiPrdP9a/9FFOJ87POamuwi8FTuGWmAvqBQF21AxXgXZXO57Yq5w4/ujkQE9k2Tr1mZWrarblAk/T39BwfoD+f7aEXlDX2KxD4/mBIeHmu4d0k4GO92CHrATA4CwG6jWE0S9pd4XU16BQc0EHuQxu5gUjB8IhuJDoHE2Zala3NwNBiBCLtIoE7d2F6m29PT2W/BMLJwYnV4m7ARWlk4/OGDNBAK4cswwGwnc0qQAnxvYQiQr7L+rOXKm0WAeOR3j4+Hj7vj9laEpPeRXCDe5BugqIQaKUSyRrtsnZ19pD+ocjW0L/pzdNhWz4je+ud1w27d0WsL5RAoTWyCoyAImaWMFqKWqGFJNQ2AvMwJjDQOnrMCA43B0w4zXBluSQ/TfQF6AhvYi71fp/ebz2Q/Y4QUi/qCK6CJh1i+wCznppl3SXqxSUbahoF/T3WM8ODSqOPM1i/C2T5lJSAkLaC1jW309PnaD4bO8OeumYsC2+OitsojxVmUatR6Wu4K46nPANTbdJP0WivAYNWF8sQQ1GCFUW0RuR+CjGKiEVBx+iSStRTZfJ+9ZYGLX6XCShYl6KcULFMm+oxsD9Wpz0CxgPv+4AxjRK5FDBwH0KPm8a6t8YUOYqfvI+uV7VPmYbi7zNQkrQCqE6w1rLw9xF+ugEJZlzPF8mL9KbVaaQnFyJmwbPpHmLHEZGU4IAWEVijBEsnOly8nSYwt60o5KDfSatTPBc5rTt6Hnz/43brQtVBugHztPrc024r5Ni6FhYXJD+D/WANxNOQPDRImArltoT+0OiXQupmWVGu3XPpi96yUhupmUsiDPMt+oQ0vgYnXMNgnOOipLJYuee4qLNJl5rh8oAuKl5frrgojuc0oc0M3J/uezbKqUVKFexY8V/tmKormmdwU+heUAoOwgQmCfRhUPuugjnUyRK1r8HB82I31skS64p5Zd9MNfwcNj4CwoG4zSkfomqNR/vN4BK+bhSt+NQDGXtsLsjpP1EHSGf5tQ5oOQHuReHDtsrjd7DOLbJMhgfLFKmz4uD5AuhgacSsigJIMoa6mg01mE3gr4QP1vK/ryKYNK3dzkJ8FRqoJQ4iff3m7c89fEEjF+Hblu9+z8DV+TK/AO5NwpOsNf1+m5pPHGxvE9ToxA/fv+hNFW6mFaemInYDVV4pvvvlHc4Vkf6YrRnIeyzKQgoxT5SvYXJVWWGB4q17pm9GtEQ4CQ8K8D6DB1xhKFwDog2udXjAuyXchn2gCUXgdJDYfR58OOylNWyitltU2MFZ1pw2aLdelbuIcIYjLP7qcOnZK2nntT3f7mfPuoC3BRFtScJN3Jlc6X5nDl/PK1++rfaHep8SF4oZOo1Vh7serKded2qFY0YYixzkFLzOTG8KMMW3zcdYqM8VUWgk5rS+ggjgSJN4O21LZRwT+VGwZVTOFEWuvRkuylgzmLVjtvHKSvA+vck/5gewcMSmRewpsDtriKQjsyCyHOdPdOPHCZSgM7HUcAa1XXXsW26q2KLdh4fhur8ryuKp6qbD+wzahZ4iCqmRWM9RRIEjtblca5WJjqACkz/HCcOaCLpCdSB9l5bXnTA71+sSitCHJQWwP/NiW97ALpH8K8AAy1DV1A0KZW5kc3RyZWFtDWVuZG9iag0xOCAwIG9iag08PC9GaWx0ZXIvRmxhdGVEZWNvZGUvTGVuZ3RoIDE5MTM+PnN0cmVhbQ0KSImkV8tu68gR3esruKSAq77sd3cQBJg8gItggGQAIVncZKEr07Zm9HBEOU5+YxbzvTnVTYpUkxLJycY2YHZ116lTp06t/7z4vF7zjGfr54VgrnAmK7L1Hxf4sV38tigK+bv1j/SNiN8wIZSOnzD8V9Nn+a5axo/qQMwIxWfFESHO64ni/Gm9+NeCZ7tsIYRjVmSykIy7TFv6ySWTLjuXi79nx8Xv1wteMK893VZk9LfLhNNMGpwyjCPuIb4h/6hj/5BEF84ymynB7KTgwjJlMuELZlQb/HQNPnxKSiZc5xRyRi508lwm2Dk9EzsT4jzvyv1TUgcBwJovpwUTMgTbxFetJHPWiGwlmOTG3xTra37cLVea2fz4svznussjzqy2avK1+SZBQDlgE/41/l4V3lvtDm/7Qe4II5gwM7gjmKJTmgmUqC1wOVJgqq7y4FA8RPWNnD4fPt2mx5kq+HiXed9WODJluzn2Ignn55RX8tgKp/MwWMowp2aAxZkWN3lHsH4aA8szkEgUjkFuIlrSRuJ925dpknZeP/BIidfLYZ9Gcl7JWaG6LdpBy0oSC1Fo5nFOkMxMQQsqpjpZR6ze7sgStw4ymgnOvMk46Kg60fFgUyclmPcoQrhHBliFDlJGxaFrPv+hMtm2yuJbqu2xvnjbLdLDgBJveBRvBaiUiqJQVssV6JNXjSboK1dViPoA/CHdDILJ0Y7+2o4vofFjaTbp5IFezdK7Okyvs4pihoK13f7le5tG0qaYRbq6R6vLYIty6Jmfo2egagpgyPge7ZRlWmWYV/g5ZRwa+oTrAqrdRr+MjcOCFapzijUO4Lzb9LpWeDtrhtWleK9KloYyxrtZs7Vm9XfPy5VhOr+Ugdb9qsggApOrAtQMndKsMN2qbMdw46QD3XP0SBsfuQuPFPluu7nsTsdPyVSmilo7ee7kh2H+zcwUqnH74I5VSiIXARR8qifJKYyYROjCU4fF0B+JpDV1HwASgnpzdqpFfU8Fx/N5lKoH3amvONqMV6cTSPkQaP2xS5XCqMCSiKcg1s9Qig4maS838eGvfWZhyl0mbSCyZ8bdjife5CVxkdTNOGldg8UcjPb83oB6T6t5PyR8tXMPQ16NQb21fKDZdseX7MstdhJcFHVuXFHQNLf+7VL6gIfrrhtFuOL7JIX7g85BXjKDPFQdA/9pHi7agKfzy+fn112wbzQJYSl01wHm/1gm/JQF51PMdP5LclATVae58LlrIBBpKtQmGmllnINTIBUQIoMs4ASB/zwFQNDXWMW86viEpt2eU58gZ2hhawUx33/uLVl45CwXXjvUv5WJC5ck7wY54BTM6hQVlKpAu96kHczDyBwB1BAFoz114q0nmLGHNfCsOpPysqMhJPOX10tvK3T+103f59NyBdOcb9+rJOb9Bbcjh5FXwJbfW20eE6sgv26kYkXwKtfBOKGpPalje5Ry4jGnN+Tk4ZOP5fGSZoXXST+LnYWpN8R9cE8ryJfGqrOiXRMPuapD4q06QUaLoV18OO2OCoE0ivzUK4fUEx7eRP2ab/e7IwiDAsH6JM4qlo0Hpk61G1IJElDDsTuFWm3GGyG4aUvigQNE5ei/L6mYWeFG9pf/R027UhPuP5y+7fZlKjWODyvqsIV7CmRQzBopIhloTesw5mv+fgn4S9gysAZ8rFLfKJj1E7Syq2+6XqqeeruQHFyFOhKIGutMQ5gkjXWm5zWrhB/BL40lSYqkWW94pbkhokAUTF9mH/c0WQMNVyAjw45z1ABS3R69ToKv+dOGVNPn56fqNz34teYjC+QKNeLgDX5Ly02jyTWRT+noM7PWqTjcsV4c3ogpIt+XB/pD571lKECrYGIA5+SWhXuCb1Je1iWLSpXCqh4NftQQqw1M73Un4jH38j+bw9u+TFoZrs34EUhvMXAyMvrfy4HRojQ8Ix6iKdUpRlvR1FWGk8WZvPqBPWBLe4oqEzcAWvZ6nqQQxaBa9R4PxYTngN9yc+eipgIrRZsUNUI1qxHag1eint7P27RUILYYF7y7qqt8o9njI7S733UXAg/5bGDigaTTSO1Um2MscTl5PQWn4RgU7ubuen5yp15eY6OWVdkTE6H1LC0X0T9Xl1rNu1KtURw80tC2KSyp2jTDSu16m1pnTt+yE4dA96laQl6NmgRfctMG/zLWWoZ+taeIkZEN6/VfP6UzzKp5+qnrqnx3WWLHy0+Hpc77M1ZPbNdHgDyejC6ozjXJ/C/DkEuvwFkVTO/ABQ90GIXFPd5SCeiC1zkSjsnYHl1d+xFj51Juo/2/vJ/LvlU2ZoYtI0LHRW6T2juHLn9sTUBZQB/xATLD+NwvgOJMqi4+H3cKYB0VVwqq17wKSFIN6TgNVLohFZwHR8kwtycJpyjK5+pyOjU+TgyLcv4pXSv048Wxq1mx0b79NwnhnZ7eZfm3obks4QLB9bhBTBEPEXA3mGsBvbcx2YDXVO33pBrRJpTnKhUNoYSb0t9SmV+7pgraZKTyzZr6PH0eG5pq7VGqfizL6XzY7NOJLL24X5rsfwIMAJZ714wNCmVuZHN0cmVhbQ1lbmRvYmoNMTkgMCBvYmoNPDwvRmlsdGVyL0ZsYXRlRGVjb2RlL0xlbmd0aCAxODI1Pj5zdHJlYW0NCkiJrFfbjuNEEH3PV1jixZF2evt+kRDSclktCAmxiuBh4MEknkmYJB7szA58Bz9MlduJ7bYTt1e8TCJNquw6darOKZasHhaEc6kSmqy+XRBKmUlW68V9esiel3cyfV4yotLd8vfVD4vvVou/FizZJQtuFXGJoIIwmyhOBE+YIMImZb74NTkuvl4tGCVOOQZ5aYLfbYJBAoI0YTxZHRYUH5S+Lld/YuafMejtasUShi81Eu7gaTqM/5JSKr6CFBDKfWi/HviKjzkVS/+jJj+xhjY/istDbZ1nmx03+7yfixPjOB9L1iImJCXaniHjRA4Aax88rP0Sfa49PXVhG8NaE4qYQZzEgMn6uKzryzabfBOWp/R4eb1czvmf3CGJrmCu4yFPsyBYWgCu/tdEYLXsIe+5yjUnXCfKIPwxXAVSa4hShNflAOR5NFOtIdb2gifhZ66G7KHMDvlrUT71i5dQvZO3GRZR522K8X65D5dy+w+Qmlj5GQ/glhEJkEpHjG2e8TTNYtWLmMRR+KWyO237CDJiWQSJuwOv/CKETHcAS5pXeb0Fu4PBlTJRXflc0ISwA9DyK42h8JcnShI9sy+iXhXUwnzWD3gOiH4j1GJZbeh59O/TMq+Wd4ZoeFsi0uMpO+2KY4CfJIYJF4MfA1Y72P0QMW9xYnGwOBkQ252Jnc0pD57aDUZeOF/hcQP6SGyalRsyIIbWWswhm1fd9F0VLD1n5CyVEj5P8RBuXmFGidrmAY4zbUVyB1NKpaw3aRlkEYrKWyt4IAF+ejQxaTg7DNarmDWPzAvwc17uioFCXcO7I8DQU6A5k4YoCXM1czkyYoAJisIirklUjA8hExwV+vO2o0BuK0J1Q9QinqgGrVE3GLngVbg6BV00IG7Rao6E985gv3vK9/+EwFOnRyf4ajJP0NO2LMZk+iZ+o6JFeB817ypfrrQHDJTmiXBk2P/ry4M6cEDd7JPmy9S97MSleThLVsLKnAGcb+ZLtTs+hj1gil1LJUeVjfvZ/OI9ziZPPwTuXshaEQx4VdQFouCFHCLRozI7T7KA+oXy9YuzWwUPYkAWvFt9+02lk3WVeJCq9bHB8cfQUd1I6bBxt1KeMWpW9OsiNcn7D9/3WQZLh+imMgFc0IPKRp4NJpp2y6lfntaP+Bg7okJKxFFDLtkkeewmmut2O8wQTTuP+d9LqAvYGa5a45SdP/H36WN+RO8jYHvfwd9ynCfaQBJLTMwNiNQAk6KNJE62A1XdHighFY55G4X3ih8IdBWB0QPXOD1Z3cvHe0b+JtyTms3SJ+/gf8nLaheQztQ2CXHiDNsfgZOT+BHiVEzhJMAva+WQao0INIZggBLVfFZ5qrE9u8NSEQkeUYGq7+vv+RL98QE4whqdH3JEgZO38XvdaXRebSW+/GO41c/ZBSPsmr0eV3OcRbCT1LbZ91Pgws9lJ6pVs3wzQJe7Wf5PNzP878elwVsDEFUwFQIQLV6WGkYPTsB0fQXcmeU7Cw8flJ9Plc/hBEk0TPrZ6nPvyLJ9ODiMTZjNfvFW+OKz4xJWbLoZ7C8lrJw1is3+ymqLLtLD7jiOnIL5Qr1GuYoADo4xUFplDJ4hF+A200OJd9klijQCnOafduu8ehPKuVHjR9HVQ9W3Yb0vXjbB4mmqhDGC0mTtfeLKBPui4OYSneE7TJVZe9A2Csv0db6st+F8SBPhQYf30aEocxLiJcWk9/c4SBBfqJ0xouddkQIMo8R40dTW2USTul9LVyc0tONCRN1UCIIXqt/SbfYpD1Hgep7qNdfBa1EOxQqEqsEK9EoNsRpf2L0yPWeepkcDJk/CaHB5uVuYZ02222d/7Ad1amPimXM5RNNTEfpvrWaZBK/uT7v16IhJWCRixgZ2NVqdukO8gvR452iMjtM38N8QA8ybsd4VuuEgKNA1UE2lb5G1C1gjDlWIu5lFU+bT7MI1OTfP2QcNzjDL4nngXXqn+TAkjHe6w+JmBUxTi3RHP4Kmcz9TNtbV1B+SO/w9Js6mWq7r6bsEXIal3FThwuaGzlrYZ1HKBsZTcjstb+etd9euvXU4wU7xPgWE4UEiQc9L8cL/AGOAAlTKRbpyUEaLQQKlDiH+aRpi4EQbgMj4ct69nLYD6eecTx9qXZQb/3lakxBmxcYX3AACPDWAw2rsgLutbHBYQrTBChGL13hNBFuvO6FYifaV7EMzCafrrDvl/9o7ft8f8qoKiGOBAw1o4CRklHGESqXsFOy36+R8+v5YhkummU/p19hp4KhgF80r0Gfa5J/yffEc1Kgpen20AgzfHs1PnAfQndeN1B08WZER7VHl9f/4GDLB6VlXAPeUegh3PryfjeBU13jpZgOV5fgaaeZ8znkL3Wqr9lCtrwiBoKLOy4mLvG7hToXV1+vDafq6NZ0gqFr55bLNQ/huHrfJfwIMANsX0QANCmVuZHN0cmVhbQ1lbmRvYmoNMjAgMCBvYmoNPDwvRmlsdGVyL0ZsYXRlRGVjb2RlL0xlbmd0aCAxODIzPj5zdHJlYW0NCkiJrFfLjttGELzrK3ikAGs8j54XEARI7BziWwIBOQQ5cCXtmrEsOaLW8P5HviPfmO4ZkqKGlEgau5ddw+wmu7q6ulpk68cFk9L7jGfr9wvGuVDZerPIvxansngo9+V5uf578ct68c9CZGW2UNoxnSmumHAZCGZNJhRTLjvtFn9kh8XP64XgzGsvMCPP6G+XKW/pEcUNEzJbf17w8I6XOvVvN6JA4auk58wABdHHUdyf+ZfdcqWZyDflY7kpzuXx8Gb51/rD4u16LTJBNQHz3plYVHjZD5xz9eN1KZifu0wayaTBb2S+XwtmlDHj0PdJpgzGaybDp31e5I/dku4Ha2blVTDWp2wA5niiNJdqmHNCDxVzeUOniStM1CC1+3ZGrAyT+WFbHgJIHQAcAgANAMJijonNFHD15bGdT23tCcBgmINMW6LMhPzKMYfIgGfWdfPvxugCTMFV3IUxAQaizGG5AmbzCjlTJZxRzFkjR2EG3c4Kl+HDnqvlILFm1u19oFOv7nJ8TBTixRE2U1ctXYgsqpRHdnAmBuvLiyQYHNYR/us+/y4i8ljs99dJBJPg1CyMQwfzh2LzKU3l8GfSiAtkOA73cCfuTmmtCsh1PzjiN9vRDRmHS0eWfigCPWX+vBRM5cXppUdRAXJ6C4kJsROSi0GO3kVmmKPgroqLHIUbsy/AMj1jBlBScUMIzek1bfbjGOSWeehFPSb8xfVj7vG3SzqIDTmfSpINjbOwkgzyfdIPwYyaoMydzMLWkrFL2QxikMzDs5lu5e9D2+uwv1vcxoGWjHakZty0CtuI4NPHtCIt7SxsLlw17DoXLijn9GW9CRP6EzKGrNSkmL9uEMRAnCbMKzLsnsJ3XTfh199TeVTW3hcU4Jx2pUX/4zKCB6dYeGYSQRENBgqfUTpCqCLmnCmMd7UTevuuMtmmyiLM1eawyH9PPMTtZMAF7ex72bBaiLD+ly2HSjHOUve/Qxu9YThQBguC2tQ91ZN3muqC6Bt0kqLVwzw4u5QIgmMb5+wPH3JV5+KwLeYjMPDN2iD9rz76uuYkO7o8P3EYsZfGAmnZVOkjBqBYpVEJajiJepL05SoN5F5O3fl10w7bng6oWRtfBfHN373/KU1klR4UlH5LsUcaMTUkh/NIjS4Ywz1CFhTxMJ3KYZNeQltpxDWC6wNHNH8I28TmeFW9sN5q586O2JmmOiXIgYsoxnOKcwwoHGhZUHW76dWh4MhOKPUpOrPqX5b2iZvGZ9Jjvq1moPOguxQKCdcfd+l2xN3L1fRd0g5jgxtC5Vrc8E7Q0wYdH7mJ1rCYWZxF4Vjjw7mLBCir84nOMCBN+7rrtV4JOWtEIlBfTsdhQROalHm6oEHobfPdUUIebuiZRqmZLpakajgO2lqCpk2+TVfcbd7hhnNp/KgWNWff5viZJs7n+AvBfz6EAXT5pggt6CE3rzjQmi7VtLjzDeSAVj/mxeyTkDO0lcCHc6JN/ml8H4DpRLVmNi8PT71bTJpZuxRMTefDEhDO8xJ5hlOB0pCfHotN5PWqNsUr+hIMbrLnyf2Gow/Q7BZlZfLii1u/GDZc4qdz7wr0MGt2ZNxT293X3T4dH0v9BCSBQgiZkRNJgBsLkAQSuifR8RYN0ETLOScXgkyihfbgxgDdpkETRCyIEBZfzrttKq7K8nlHpYkH1vGUNkM4J2a5s9iM/bCQzYSKBBvdVgLVZly1MS9ITy+JWNVW5hvKdlog+vdZUN1zRW7W8NUzsEfeDoMlDTJwrnhd6r5vY5UHJmeQ1tJNRL9ERxmLsVagCZKdqFbJ86fEEKDV8rOI9np9qG3P9rh5HuyDsi6AJImL03QeP0A5Ud9wEapRr4FTazpRVKKLHawSqCzAq1G2VtoVPWbu+zroooqreF/G7etxIgeXrwJDfZdANJ4GnMIg39izCYOONucS0Pqz/HzYVVUqikKLQdj63420Fbdcw9ixgTsGN13dxPxlvOum8/y4vEINPh4gFpF/rlD8r80nOmMtZw1AvGryh5d0JN3wdTZs0QO5VsAMlUhegWOB9QsuNgP5IvJN8M7oNIqKTMz19wMTyk9/7SaZWXBo+KRDB5c52rPTtgzITKKbM0Glbm56aWZuekuPSIPri0cnkT9NN8qSbt1u8LidU6+libWnKrZoL8pBVZyJBWhJ6HbLibp4uD8hyqNtQwnxzLoY9qoGWEftP3/c9XyBcfY7tnlVfO6dusKOnbo4Nl5Jn63I75hmbOqbZ1tWX/ZLegT3LQ6WQ1XpjTyY6TNzsWnHm93lmrR1zsVJSs9x+My4YxbIHW8olv4xYY58WL3IHX/FHRhTV3TyA2FvEp2TGous75ZpuJWJjWTaTNCs7j1bK+LDblOEixbyXdJUxaRCZZ6ysARY0gqgPThvX2Gs5nSWXsvezRvEuU5A9r8AAwAhq9d1DQplbmRzdHJlYW0NZW5kb2JqDTIxIDAgb2JqDTw8L0ZpbHRlci9GbGF0ZURlY29kZS9MZW5ndGggMTgxMD4+c3RyZWFtDQpIiaRXy47bRhC86yuYGwVYE857BjByCOzACXJJIiAHJwday91VrJU2kvz6+1TPMCI1pKShffH6wG5Nd1dXV72sqkr+sPxn9v1yKQpeLO9nTAili6pYvpqxquKuWK5m5cfmOI9f8fgVZ8IZEz+r6JOXo5m8P2USKmQ6PjZpJmmkuJmp/yYbMh2eQ6bXy9m/M16si5kSFfOm4MoyrQppmHIFl0y6Yt/M/iy2sx+XM45PtOfIVRX0f1coLUOUruj75VN8RLlqc/92yq4tU6owzoa8mnGRld3Qh8Yju+iy70/ZL0R5elMXhaorESLvDuftY15oOal7JuS539dPzadd0kErmDb/16gEq0xGjZoL5iVGPblKx/AaYxXzqq2SS4p8Wz7vd/OFZb68+7A6zv9e/tIrWVJBdkrNlY5ZN+vtfKGZKJuQsld4O1wrCvyP5+CGqhau9/pY8+ESbiRnHKjUTOeiUqI3UrGqh8rmdked6EXR3sn4rt2H/apJwCOBzSq/k4vegFb1fOGZKbfJcDhTEuWOpOx122vCV9sS7sO/SUu6B4y1XjKjCXCnQnudSfqOTQVRjU/12o8oreiP4Y6Z8Avv+r2/GmkqZlUX2QdgQ/gz5dNh0DYv7CQWFJGZ64SYmeMAWG6esk6ilbMtm9wmEtUSScIhGX0fGyl6JrqeRbjXF4aqsXSuAN3rPA7WzOEnrKWxnJIfb3OwVr0oKtmHyPVue3iRXjEvxaR7WPGQ6/Wb39NMRsvzBZJWJJkkF7yd4Lvz9utKMevaDnnmhps13nxNBN4V22v9he5YuhTKI3lg/DK9S9IrkYmkuB0lyPk8hdVafwuUucuFcqso1tuHTSJPBJPaj1JkD/JGMYxM4fyh0xASYhrVaA451e/l3QXcK0xVFhIHcBph0gZQtEUg4Q4/sctnMzxOnAXTyOLyPz8122PaMOPcKJMNOEJBYWBpqPqp3CwJ5ErhlodqVtnV4EIq00X2iHSToo/zrxAZ5bZpUo0mUKwdFWnDlghDw/2acxVITglPkdSTfX5PfOjmKZQ2IhZTPwzUutJV/n1Bpig/mnr1+FWM2c8Ut3R3HD04Vzt3YedMr+h4FB6zaE96S5rlbBXGNoGbaRW2PNR8Xj3WgQwXoB/87ILa7tuPlIpaYo1PFLTsUEoYeQO4yKe9s8XCMCeh8fteD4k/NnuSKao8NEluIFlWflJJLZC2d+n4tcz3LWVq9ZwhgyQrSdMTlqRG3syNQ1TwZLQjHy8QrYADstlYIjqCnhXgf6OG7Dq+cbL3PYE7yoFDKueslNMg9E397uuTqHVWu6fn0X0TJpC3Q59yOiTwnTBg3SrekLhu29t+Bmw9jHtIb701ubJVtlL8pzc/z2Ejyt8H6+OcHDUwlzLq1hLtG+yjIacVUmJ3Le457W7Y2fjrshXN9VPzabd/f16HYproJHsrxplQVBpuYgJ6wSIIgnU0WeCFvanOAlLdpoU2mdMAgkI/dvsUrtzdPjMDuMKXbtbbNdgLkgD4pKueMpi1twzSguAGRllI5rkw36ou27v1al/fDy5E5c00Oo34+eNYb0dnj4tDxDjFdoEKORbMny3YJQXKlY2uKB9bwAqHJla9K7u6vfYgxi6K5tsu2fp+varnCwfscyZLGjV2bjfHrFS5fZFMWzKt5agYvdjgyMNvfh1v77Ty6eDoQfU27a3m4A1RGBwdRabN5rhaDSgYXBAlusz7633V3JAhTKPep9DWSiXQ7vnL9q14oyTXMs3nCPJJBi7Gq840Xn8w9rALyNyPt+Wnx/lCARHrzVDCYLdHOXZYJCrkdOlGbtz1OiXN0EiAP2rxJleLaw49asFrXXDvqB/Wmy8pT1o/TmfDarimZqIaOc09EknAHxiOrQzV1PnVGAZ5eYpcUC2iJeojdhd7RLuL8eKIpHOqcNWzKtPAB9YRmmoqHivoYDRbw9xaNbU2GC57FkzVRdV0aAbyS/G8MSlsJyrAqoxo2usPio7GS+oD1XKXX4slmu5Cu8tcf/nur/lASppMzLWmDC9zU0fD6Sk9O/s4pRiuzu1s1RqrRGWADV0exKQnkUQjn7g7Fei85xfPFe8tfGkxajUfmkM6EWnGz9ywkGiZ8BtqKgtwgvmoecqgAboXp1CCV6CBcrf5uN4+pKpIKXvDq0BcGydsVNf4iZb9W24B6QdO+bw+fmFDC3taRRJn/vQLo7+iyDDgr+QQaq1mjVPYr5oDS+fgBbcxd+A6cy05lsLj6ecGoaX6x/o4GLEyt3QrzpXlQbdaYdz5cw/1fUPdSFqND/W1ZgwA1CpMqSYf/yoA74rUzNgIL8G4/RxUYNTE9X7AuVLb2yZi4ORG3YiXOmu/WoUoBL146n7BNnVisacTL4ijwAxdwG1xFKr7tN5shsdJXCqv+E+AAQCeM8Y+DQplbmRzdHJlYW0NZW5kb2JqDTIyIDAgb2JqDTw8L0FsdGVybmF0ZS9EZXZpY2VSR0IvRmlsdGVyL0ZsYXRlRGVjb2RlL0xlbmd0aCAyNTk3L04gMz4+c3RyZWFtDQpo3pyWd1RU1xaHz713eqHNMNIZepMuMID0LiAdBFEYZgYYygDDDE1siKhARBERAUWQoIABo6FIrIhiISioYA9IEFBiMIqoqGRG1kp8eXnv5eX3x73f2mfvc/fZe5+1LgAkTx8uLwWWAiCZJ+AHejjTV4VH0LH9AAZ4gAGmADBZ6am+Qe7BQCQvNxd6usgJ/IveDAFI/L5l6OlPp4P/T9KsVL4AAMhfxOZsTjpLxPkiTsoUpIrtMyKmxiSKGUaJmS9KUMRyYo5b5KWffRbZUczsZB5bxOKcU9nJbDH3iHh7hpAjYsRHxAUZXE6miG+LWDNJmMwV8VtxbDKHmQ4AiiS2CziseBGbiJjEDw50EfFyAHCkuC845gsWcLIE4kO5pKRm87lx8QK6LkuPbmptzaB7cjKTOAKBoT+Tlcjks+kuKcmpTF42AItn/iwZcW3poiJbmlpbWhqaGZl+Uaj/uvg3Je7tIr0K+NwziNb3h+2v/FLqAGDMimqz6w9bzH4AOrYCIHf/D5vmIQAkRX1rv/HFeWjieYkXCFJtjI0zMzONuByWkbigv+t/OvwNffE9I/F2v5eH7sqJZQqTBHRx3VgpSSlCPj09lcni0A3/PMT/OPCv81gayInl8Dk8UUSoaMq4vDhRu3lsroCbwqNzef+pif8w7E9anGuRKPWfADXKCEjdoALk5z6AohABEnlQ3PXf++aDDwXimxemOrE4958F/fuucIn4kc6N+xznEhhMZwn5GYtr4msJ0IAAJAEVyAMVoAF0gSEwA1bAFjgCN7AC+IFgEA7WAhaIB8mADzJBLtgMCkAR2AX2gkpQA+pBI2gBJ0AHOA0ugMvgOrgJ7oAHYASMg+dgBrwB8xAEYSEyRIHkIVVICzKAzCAGZA+5QT5QIBQORUNxEA8SQrnQFqgIKoUqoVqoEfoWOgVdgK5CA9A9aBSagn6F3sMITIKpsDKsDRvDDNgJ9oaD4TVwHJwG58D58E64Aq6Dj8Ht8AX4OnwHHoGfw7MIQIgIDVFDDBEG4oL4IRFILMJHNiCFSDlSh7QgXUgvcgsZQaaRdygMioKiowxRtihPVAiKhUpDbUAVoypRR1HtqB7ULdQoagb1CU1GK6EN0DZoL/QqdBw6E12ALkc3oNvQl9B30OPoNxgMhobRwVhhPDHhmATMOkwx5gCmFXMeM4AZw8xisVh5rAHWDuuHZWIF2ALsfuwx7DnsIHYc+xZHxKnizHDuuAgcD5eHK8c14c7iBnETuHm8FF4Lb4P3w7Px2fgSfD2+C38DP46fJ0gTdAh2hGBCAmEzoYLQQrhEeEh4RSQS1YnWxAAil7iJWEE8TrxCHCW+I8mQ9EkupEiSkLSTdIR0nnSP9IpMJmuTHckRZAF5J7mRfJH8mPxWgiJhJOElwZbYKFEl0S4xKPFCEi+pJekkuVYyR7Jc8qTkDclpKbyUtpSLFFNqg1SV1CmpYalZaYq0qbSfdLJ0sXST9FXpSRmsjLaMmwxbJl/msMxFmTEKQtGguFBYlC2UesolyjgVQ9WhelETqEXUb6j91BlZGdllsqGyWbJVsmdkR2gITZvmRUuildBO0IZo75coL3FawlmyY0nLksElc3KKco5yHLlCuVa5O3Lv5enybvKJ8rvlO+QfKaAU9BUCFDIVDipcUphWpCraKrIUCxVPKN5XgpX0lQKV1ikdVupTmlVWUfZQTlXer3xReVqFpuKokqBSpnJWZUqVomqvylUtUz2n+owuS3eiJ9Er6D30GTUlNU81oVqtWr/avLqOeoh6nnqr+iMNggZDI1ajTKNbY0ZTVdNXM1ezWfO+Fl6LoRWvtU+rV2tOW0c7THubdof2pI6cjpdOjk6zzkNdsq6Dbppune5tPYweQy9R74DeTX1Y30I/Xr9K/4YBbGBpwDU4YDCwFL3Ueilvad3SYUOSoZNhhmGz4agRzcjHKM+ow+iFsaZxhPFu417jTyYWJkkm9SYPTGVMV5jmmXaZ/mqmb8YyqzK7bU42dzffaN5p/nKZwTLOsoPL7lpQLHwttll0W3y0tLLkW7ZYTllpWkVbVVsNM6gMf0Yx44o12trZeqP1aet3NpY2ApsTNr/YGtom2jbZTi7XWc5ZXr98zE7djmlXazdiT7ePtj9kP+Kg5sB0qHN44qjhyHZscJxw0nNKcDrm9MLZxJnv3OY852Ljst7lvCvi6uFa6NrvJuMW4lbp9thd3T3Ovdl9xsPCY53HeU+0p7fnbs9hL2Uvllej18wKqxXrV/R4k7yDvCu9n/jo+/B9unxh3xW+e3wfrtRayVvZ4Qf8vPz2+D3y1/FP8/8+ABPgH1AV8DTQNDA3sDeIEhQV1BT0Jtg5uCT4QYhuiDCkO1QyNDK0MXQuzDWsNGxklfGq9auuhyuEc8M7I7ARoRENEbOr3VbvXT0eaRFZEDm0RmdN1pqraxXWJq09EyUZxYw6GY2ODotuiv7A9GPWMWdjvGKqY2ZYLqx9rOdsR3YZe4pjxynlTMTaxZbGTsbZxe2Jm4p3iC+Pn+a6cCu5LxM8E2oS5hL9Eo8kLiSFJbUm45Kjk0/xZHiJvJ4UlZSslIFUg9SC1JE0m7S9aTN8b35DOpS+Jr1TQBX9TPUJdYVbhaMZ9hlVGW8zQzNPZkln8bL6svWzd2RP5LjnfL0OtY61rjtXLXdz7uh6p/W1G6ANMRu6N2pszN84vslj09HNhM2Jm3/IM8krzXu9JWxLV75y/qb8sa0eW5sLJAr4BcPbbLfVbEdt527v32G+Y/+OT4XswmtFJkXlRR+KWcXXvjL9quKrhZ2xO/tLLEsO7sLs4u0a2u2w+2ipdGlO6dge3z3tZfSywrLXe6P2Xi1fVl6zj7BPuG+kwqeic7/m/l37P1TGV96pcq5qrVaq3lE9d4B9YPCg48GWGuWaopr3h7iH7tZ61LbXadeVH8Yczjj8tD60vvdrxteNDQoNRQ0fj/COjBwNPNrTaNXY2KTUVNIMNwubp45FHrv5jes3nS2GLbWttNai4+C48Pizb6O/HTrhfaL7JONky3da31W3UdoK26H27PaZjviOkc7wzoFTK051d9l2tX1v9P2R02qnq87Inik5Szibf3bhXM652fOp56cvxF0Y647qfnBx1cXbPQE9/Ze8L1257H75Yq9T77krdldOX7W5euoa41rHdcvr7X0WfW0/WPzQ1m/Z337D6kbnTeubXQPLB84OOgxeuOV66/Jtr9vX76y8MzAUMnR3OHJ45C777uS9pHsv72fcn3+w6SH6YeEjqUflj5Ue1/2o92PriOXImVHX0b4nQU8ejLHGnv+U/tOH8fyn5KflE6oTjZNmk6en3KduPlv9bPx56vP56YKfpX+ufqH74rtfHH/pm1k1M/6S/3Lh1+JX8q+OvF72unvWf/bxm+Q383OFb+XfHn3HeNf7Puz9xHzmB+yHio96H7s+eX96uJC8sPCbAAMA94Tz+w0KZW5kc3RyZWFtDWVuZG9iag0yMyAwIG9iag08PC9GaWx0ZXIvRmxhdGVEZWNvZGUvTGVuZ3RoIDIwPj5zdHJlYW0NCmjemsBAT6DAMAoGAAAEGABBpACxDQplbmRzdHJlYW0NZW5kb2JqDTI0IDAgb2JqDTw8L0ZpbHRlci9GbGF0ZURlY29kZS9MZW5ndGggMTMyOTgvTGVuZ3RoMSA0NTU4ND4+c3RyZWFtDQpo3rRbB3xVRfY+t70XQot0CMILj9AVREQEhBCSUEJJCCUJLYWE0Is0QTECIgSwYFBREaKuBQFfYotrQxcVxcK6Yll37QUVFAvuAsm7/2/KeXl5FNnf7j/w5XxzptyZuXNnzpmZkEFEdamYLOoxOqN7zxP/fOoDaJ4DcvKXLPIF7t73LpHRmshpXTh/+pzffx9Zj8jTh6hOq+mzry5c+bVnCdF8xBvrigpypx35pOfnROUfIn/vIijq725UQNRwLMLti+YsWjamxzNfIryMqH/p7Hn5udRskE204AGE75mTu2x+3JAO8chfifS+ublzCuYHG79FtCeByFo6f2HB/FmPmUGiEahD+xiy7K7GLeRQlLPVuRQ1aKOkdZDWmhRFZkPHNE3bMu3PyHQTaJeLUkV7aWSGz0coM+h6KEjGPu+9ZgcfGdtFnPW000A8HT1C3nuR5jYK/0mjmXQV+quY1tImuo1epI8pj1aDbaUd9CA9QgF6iV6nD+h/+BO82plD9aynyUONidyT7tHgg0AlalqjuQ2hxravRuPGuD9G6H4M3ubGBCs9jSha5q1vvgvtr0a1e9IcKMJubxE2bwRvKHP87L03+FjwoYg+SKdsmkiTaDLlUC7aP42KaAZ6ZhbNpjk0V4bmIm46fhciNBWp8pFK8JpU82g+sJAW0WJagn/zwa/SIRG3QIYX01L8W0ZX03JaQdfQtfr3Uqm5BjHLZXgZsJKuw5u5nlZJxlJpVtMaugFv7UZaR+vPGVofYiW0gTbiPd9EN5+Vb6oVugX/bqXNGA+ltIVupzsxLu6meyK0d0j9XXQvbceYEXFboNkumYh9jl6lJ2kPPUZPyb7MR6+pHuF+KZR9OB99cA1auDqsxqr/loZ6ayXaLtpWolu6DPpVYTmW6H4UKVcjpSpFvQdRyrURPXEL2qB4TYtUaItsf402vFfOpeX+uCesZ+6WIcEitWfjt9M2fIFl+C16VbD7wBXbLnm4/t5Q2h0yfD89QH/Cu3hIMpZK8yD4Q/Qwvu2d9Cjtwr8aHs6U3EO75ZsLUDlV0OP0BN7kU/Q0VUr9ueLOpH9c6ytCmmfoz/QsRsgLtBczzcv4x5rnoXtRa/dJnQq/TH9BWKRSoVfpNcxQb9ABepPeoVcQelv+3o/QQXqX/kYfGPXB/krf4Xc1HXS+ogY0CGvAn9HP99AUmpIwZNrUKZMnTczOyhw3NmNMetroUSNHpA4fNnRISnLS4MRBCQMHXNm/X98r+lze+7LuF1/UrVOH+Pb+dm1bNLkgpmH9utF1orweBzOzQd2S/Sk5vkCHnIDdwT906EUi7M+FIjdMkRPwQZVSO03AlyOT+WqnTEDKwoiUCSplQiilEePrT/0v6uZL9vsCbyX5fZVGdnom+KYkf5YvcFTykZLbHWSgPgJxccjhS25RlOQLGDm+5EDKkqKS5JwklFdeN3qwf3BB9EXdqDy6LmhdsEAn//xyo9MAQxKzU3LfcqxL9cVjA1Z8cu60QFp6ZnJSbFxcltTRYFlWwDM44JVl+WaIOtMGX3m3vSUbK2MoL6drvWn+abmTMgNWLjKVWMklJTcGLuga6OxPCnRe/lULNLkg0M2flBzo6kdhqWNCDzACTnyM31dynFB5/9EjtTW5WuOJjzlOgoomhroJ8cwJdUMN0b64OFGXDZUJlIdAoDg9U4V9lBdbQQndu2YFzBwRs5djmo4TMcUcE8qe448Tryo5R/9fUtQiUJznu6gbel/+j8d/xPsCVoecvPwiIXMLSvxJSarfxmYGEpJAEnJ1W5PLe3RH+twcNGKG6Ib0zEB3//xAE3+iSgCFT7yDGRmZMovOFmgyOADDR+cKdE9OEvXyJZfkJKkKirL86ZnP0KXuZ+W9fLGPX0q9KEvUI9BsMF5Kh+SSzGmFgbY5sdMwPgt9mbFxgYQsdF+WP7MgS7wlf0yg82d4XJx8osyFtkWk5sSi5d74KF+mGWtlibcFhS8Fv/yJ/RERg9clg+KNJvb3ZRqxxMnwFJ1CsFrlIGDFDx4qoiyRdfDQ2LisOPVzjirF6jo58YGosLJioAjVST3nrFVTqUWFOvuSC5LCKlirUEdXUJd25nqaoi/0g5EjSrzOoRxlxePLhc5EMVIl3mILX4DSfJn+An+WH2MoIS1TtE30tXy/qRn+1PTsTPm29SgZWyuk4vuoUIDiEM0BczDGYErXWH6tMjxEhkPBoRHRwzjaVxLlT80oEYX7dYHkwxeERns6DMvd0KdRL3yaKZjd/Cm5fl+ML6Ukt9ItzispT0gomZ+cU9RXlOEfNq3En5HZP1bWdUzmtbHLxaMaUaqROjbxom6YexLL/ca69PIEY11GduYzMbBy143NrDANc3BOYlZ5e8RlPuMjSpBaU2iFUgR8IiBKGoNAlEwf+wws6GIZa0uFDOdXGiR1UawzKL/SVLoY1pnQ2UqXIHXiBy+pRRG6GNNtsm+aeD3XZBWV5GSJj4ua4VXivxEw/AMoYPoHlBump14g2l+QGKjrTxT6gUI/UOk9Qu/FwDCaGegcMSeV5PgxT2FAZVKsoYaiJYr0Vbru2My4t2KPZsVhqE0CsjMDdbpi7nfihyPdEIEcqIcEivNzRT1oXKbI640flp+FYcsFIsmwQB2UUEeXgBQpMo8YjsiUj3eDFyjzFyMQKM4KZHUVD82ckSWHc0yAhvr74rWrMp0O4kHds0oa+XvKbxOfQnT8jULUQd0oI1NpYhHEw7JUJ3nroeb5fkTl5/jQ2zblZ2Coq7k0OlZpCjAl2h0KJKJjdSSJZlnxdetHB+pcjALxX/C6F4tP0on3ZmWpysvQjToBnh0TqIsadQjrSp0BvYOoYaIu+H8jqiqSviSKSa+kMf5lmFlEpWVJXkQH6scPy8Xkr/LXhcbfhzNHiTmiri5jn9J6Rcvrod+t+LGV7kP+q+PCfi7q5heLgxiYFPsMBjZllUQqAhO7XtQtKlJbX6pLSqLqnzmD6q+o+iEplL5krBrKx1R+ZfSOUydP7qhzRHmdNT8N29sNakLGO0R2GfnPF55Y900BO5t22UmUe0YcQdwRusN2KVbAOky7gGQtUzTyganA9Vq/y9pNu5x6NDESdhXKA5wE8pk27TJtdzhkJ8grgEuANGA0sAL6NkBHezPSbSKvucl9xO6E/IA1WeJ6K0/z+dTankK7PB+g7C5ngBcYQfl/iNEKnp8o326HZwFOHngmuEKGkGjfEI2mQItQ+BtqGA6nHe08X9gl1M7bhq6MhN2ReqCsNqfhReqn0UrK3yjmfOFMcr8QsG0qsw7QnDPBLqAyYKa9lHoKWMVIW4y6KOnT6AZ0BhK1vsxKQ75VNPs0LIN+GW20t1GCcYTKjCNuJmRLyKFAR2AcMAZYAP0FQAs7lsrMAUTmAHej9TrKBszPJG40v9H8GOp2iMo8HpR/awhbgWWSFwI7qfAP8WcFlFNovYJnAXY5+FFwhWQpR9MwBfc48HsonEWtrSw3qCTG4ybaDtyj5R3AYs1Pg1VNcZ4BdHkkrDept7Ua7ywSMyhJI0rKQzQpAm3OoJPwdFewe9FWfD/ZGqOACRz2zqNszz8BQwFpc+yNwEygF+Vap2jy+cBcQPGeuyg+6hDF24+C3615/wiMjoDWe5ZEYH0EtL5W+jp4xuCwslfXxNlHFZzGFO/tRPHWProsErKtp2Or3cvdbQ92Txjv0w3G++5cyIaQ2YAPWAhkAtOhvwDYau2lG+w2tM743j2kkW/dD72GSAN0MVtLmWqcotZmNW31TBPPqoVRUt7nbpOyD95HbYw+TddfwfOmfHdcTo75Bm1VcE9AzrXiKF0B4zbOreaws0cBZW01fkb6PRRn7gOEfI462N9QnL34/IC+jvOmYnx/dH5APUuBm7RcC4wE1mteGg5rG7VzKumySFhLMSdtp3anoTNlaXil7EMLrVyaZi3DWN1FSebXNNscJeVQs5KGGC9Re/MOvKPvaLaRT7nGHPdDhGcbUzCfjUfabySSZT7kMX6H7EGJxpfkF3nMG6it9RN1M1dijVtLbc3LKdEci/lsMVAqVu3qKKKqw+b403WoH1lTAamr2g5Mj9BtA2YYLsJ3AfcBD0t9AZBjtUd5x6FLAaZL/Q5gpdUR4WHAzFAZ11r1EG4IXCB1u4BHzFuR/05gh9R9B3xhwsYwXwaeRNqXgM9hc0jro2oMcInxNuyQ94G3FdCWkQJo2xrI5eZ1Ui4x/kVrzEvYXnHXCxvEysD6uob6Khsi+JpY05S9ELxXrM3KXgjCTXDHSDtgC7Xn9R59nKHWcLeZzIN123oUtolah7FeBucK6WmMZ2I99RDd4qTRFCcteILXRLEWmqfkGuMPrWWYW/W6VWY/QYVq3ULbjrhj5Xr0OV3A6451I00JrSXL1PphTaRUuR6Ezd0OekrM604m3SjWF4kS2FoCCfhOe2I8bsba1wPp/oQxCpj7MQeMQJzAIMxHy8hj9qRSs6d7BFgONJTzyhNoXyHkHRjrJo20LHw7PCfMpk52I1qC/Fl4/5OslmTZ4+gWjWuBZk5vGuf0o3FodyPnESp1NtM0AXO9fJfR6CfxrnubDt0RQnuMe5fmCsj3OZJ2y/c5X2MJ3lFHssJsx1xPEZ7xBqU6wr7S0PZgmrD1QvbWl2R5TgIfKLvRa9XYcfYJ9Z6Fncq2F9qpUIl5oVS9a6c10hwHFtIizy8oow34D9TQ0wIyAcijyXYu5XmjwBfAvnOR/xfYbhjYcmz8SPdJO6mJRke872JqEGYPdXOWYQ0upgn2esStp9uBLdrGGSfsF7S1TADv1pDjZZm2SR4BZuqxIuwutiO2Ycxug83dHe2IVuPFvgl5ZiDdSZrj8cPeSUZ4KjV3VkN3GPiKZlnHYL/0BHexvk+ltnY+gC8Qa7gh9Vj/7cHoFzG2DmFe36dxSKxBbibsvOZinQhfw1H+ANgEqXYGxl4GbKoMrGlqDVwo1jXrKYw3wG5KzTwmNXZm0FR7CNaxTnqtugToIteftSGbQ6wzLSlarHV6bm5hvUvt7CD0mLsxFrfal8o1NNF5j7Y6QYSHU7QzFrqXgQ0Y25tQt1fBD1AfO8M9IdZmvO8W1ly0TQNj9U8C5t1GtHk3vShgPUk3AFMkPsHYzqGjQLk1jZZjLZiKcdxFjGngWTG+nbV0O3QbhZ4l3tE6oCtLretqPkWLgL0s7Zaw+Vrie9DSak6G+SnWhMeMEqvK2INwXYQvMq/CGgJYVbAnAe8A2hIO6E5YVfRS6JubQzcAy81FaNMiyjbX0HhgsZmAeTUB+uEUAKafLR3KuhdYCiwDltgBmmVfCXugimYCVxr7aIN1GW1wsCY5WJu8/wKwbnj7K+nZTY8JwP8sdh6ggc4uGon2EvIOtB+nYdB3AZ8AKWynTPBngOEIZ0DOQV90Be9l/Yq1eju+3xfgP25Huu2w0+JoWNSlmCuqML9/iTF+AV1ol9JU8wDm5SOUB6RjfLSzPoDsTSutCthsvTEf9MbYbkBDgT3AQmA64AMKgFlAPjBGYjD6ZhO1tK7HPHgV5sNd1MEqQj2eRh8Mo+4YG6nWczQG9UkDNgEFQB7QF5gu67wd42c7xivSnFa/Tuddvx5nqh++j6HGv2FDBCjV3E2DzI8p3nwQY+RTmoh1uaf5OfSfwk75ntIh082DNMF4jnKAzP8mr7mN+hjH6RJzDPU3h2FcDqcmZgrypFMPsw+1MyegrJEo+3zTlbupVmNKcqYCWEud5lpeDGQAr9Moiek0xHkauA94izo611IyeDLWdmHPDY0aRUOhm+R9He+rCut6FY0AcoCuwBTNswB8Q3hXKn4cMF6MZ+c76mY7dJnnbzQD7z7XPAr7r4qihL0h7ACxZnoKMBePpYl2MxqOb+4u4HbgdYkG9Ji3gdGXZfQousvTB75bIXUySmAP/F2uu/8ljIMRezQtgabAhTrcOgxSF9pvOQxf8bB7GPhOy8NChzW1KbDjnHsepWcB7028embU2osI+Zfus0A5UKkAnzLEQ7pJYetLD+uU+7HGR8ABocf60kGsMTU+jXsY+L5GQrfjNAyTkv2Dd0PYqGWKkHq9MYXE2puBvu9TszfiPg/s1XK/1u2vDejYPix2jwEPATuA+4CboBd7F3WA0rD9hTigXZgstI+cBXpPwGkawl1aLhZS2ZHuz0Ke17h7iQqd9rCbBDywcW7DnCpwDeoPm0n4dMLmEH5ruE8e7nfDj2htfks3WR6s3al0k/kwsBHhJIQn0k3Gg8ABcszPoEfYnoO4xZg3F2PN+VDybKy9E8xiSsHcYMOOmmB+Sa3sZMwVT6LsDUAlpcHGrBawC103HNZLAlhf6kHWC0lT+BAChuu64UAZdQTMnbRK404B+CRrwnQK16HOgPSXbqU1+A6roW8CNJb+Vgh4pvCzhP8k12PgLuV7Ebnw2YIj8MxTCsGBCtUvC+jnNkH5qyGbArcJWHcZI1R+1W5Vb+FrCRl8WtejiXiW6AfRBn5mJGyDmtiGMUSUZu4UadEXbyuoPhN6+dz9AtbPtJ/j2V+DfodVLuqq8nsnUX/vJCHDQQM9B11XANzSSDA+pR4S31JPAfo3JQmYXqwJAnVohICxDWm2SV1PCa23NIypGmOohcRfqJnEixijAPo/PRzo+0et5zFOWqEPBJqRIdEqAgaZ4RDPEP2Adsu+wLfXUPouCdRG+gTb4I+5FOuslPoRmE9nO/Hwzd7AmN/tvu80wFpRgnGbBr+lA2x1+KTeOpgbuyAO86qnO/J/hby8Xwx/1B6o94WF7yn2fBP1Pi58IVEu1v6iqEdpV1RT2uURvs4QlPk00ATfLeZ7+Ed95Zx9pv3jsH390H57J7qK53mUHxW1RZUt4rzCh35P+c/wwX9S64n7Odo5F3628MVGIF8/6Wtlui+iHXPxnO7iWaK+ch8fcwrqPBL+dz9ejyLXF7E+oPyP7CT3W2syxVrfYA0opWn2LPRtMvoNfjyee69ZRl74OvnwcVphHo+V7RFnEwpbw84jagHPXKOxCuglzyH0+QOfN2h0EhLt6g0s4LMEYIc+T7gMyAEKhb/JOO0sIaJ9fE4QdkawNOKMYMh/cj4gzgHCzwKEDxs6A3iRmob2/UVfvuzeDT8pVjxPvosFeO4XeBdJWNN2wx56ErqZ1FHv/9nW43ovt4fYm3V/9AxWe4Ni78AcRB2tJzCHjIC/NYCypB5+GuZ0ue8HeylW7pmJsVoIO7iI0ryiv/bCdmqDtIdoPHzCCXJt7kXLgXXhwLqehzSZAnL/eYT7hdxzvZ/68jqPsi+GT5kjy1V7sSjXfVHZDEgvbYPg23hOAeyAoyKP+YZ7lfkGxdi9MAf0ohvl2OwF2/sttFPY0iNQZ21zRO6XChvAXE932j+oPU7PbZTj2Yxn52FdFz6qaC/GKvL2NxPcfwnIfVQXffUF7IiF0tdZKNIav8K/64z54w6MMfib0teu2XtdK/zeM+0tR+yZD+R9c26/xnSgsbBr0Pa2Gtlh+8mzsH6v13vQAlnCt2aE10NC9UHNvrGO1/vDJUA0+tWt2R+WsOR42KP3gfe47wrovdlBwAq9V7vW2kZG+N6s3I/lPdnOiFN7sCTSooxXZRoRhz4zfqYMORYPUWfE3W7no30fA0nI8zL1Rj/2M3+k/lZLjNN+NA5jPkrs0QBNrAM0VPqX4szqb1KfAXtsof0AFVolVGSlwX5cRbPhdzY2e8JmOeIGxT6epyfdat+KONhlzmaai28qSp/1ZMg9vNUIizOdcmWfwU9UZzC3wL69jWZZd9I479tUFjUO32E2lcGH2eV5h8q8RfgeYS/iOUOkzbeJbj/t7CfsTI7PylCnMWw74hnEZYs4zzjYbnm0Q+45/ua+ouxR2NzFNNI4EjyIZ81Hvgtl3qPuA2jHNDyH5LNQX3kGd5vcc5pgbUQbtD0beR4m7UwRd4DaYw7oaGW5P1hXwNcVZ7KbEK7GnFAMO2EAyt4gz8k6Ik89PGOcSIfvYRfe8S75PeTQUd5j1ZgbdsYocL2WW1CXLkAHYBBAwPDQmSLvxS6juwCf4GhvF7HPxueDwEp9RkhAJ6C92HNjhJ0RKkS2W5/9hZ37DQBurTn3k6CaMz+JFkBL/U6v1nIxn+2Fn+/JMz0+15tBjj7Hk21BGdEyje572e9T4F+8Aom62E8hzU9qX1qO9TTMH1uhZ7t9iEb4uVqkPb9KI/xMjc/RzuM853zOcPDt3l5zbib3/PpZd9fMf3ItAJxY+OrqzDHVvgzoh7lvkJpjJdIRt43aWgdhQ1wq/To1T2F+wBz3q9gDF+do5rfuQ+YJoUP8Wsx5+VQqIec+92WZL0PtRzpYA+W+dm8ah3nOHwY1/91EpYAf3/QNEmJu/949ZCa6/5ayxN2H+W+QmAMxr3S0l2ANGEe38Hwn57F01FnMcX8DnsP88SyNl+tIKU2REm12vDRV7MGizdmwhbLFnqkoG3N5RzG3yX7SeTzzsC69RzneluiTX9G/+yjOWY6+rod3tgdpZ6CPf6JuwHy095A90j1kvY85paH7JdbaPLsRyjxAM2EXbLWzYEsMRPp5NE742KbwZ26Ff3SMesi9W9FPi9DvB2DbiP3phzEndqImnjfRhqKwtfphlPEO1leBgbBBZuKbLKBU5zVK9UyDX/MJ+TwN0B+jKdHqDntErCF4j+YvyIc4Ow0SZTjdaTXWUEP4mLDDSfiZ5inUl/3MhyntPPxM5WtW0FDhb0pfU/uZ0scUZ3u71Bmd3VWf8+kzPoml8EsF7qAu4pxPnPHVOt8bRb2l1Gd9ofO9j2HTj1fnfOZwqm++AJ6CuNXUySrA+JoK/0WcG4pzQX0eGEqDcpAmTaTxlGJsP+s+ZD+Pdx7tPuS5x/3afgJ24Av49scArYBtWN8aQnZ2X8b772eJORQ2gmcd1mJ8D+YMjMUi4GNgn7b50mGrwJaAnZpjw0YzjtEsz3VSz+v9TGsF1vSTGC8Yv5hjOlv9YftdA9vlwzD7RH+j4psVY0auwZfim/yQSq0llIq2zJLnpnOBCmApJYqzU8AbOj/dDB9zpzxHnSP510Apwiuw3rfHmjte9bkVi/HYGhLtE/1t9UafizPVOe6Hxley3wnvrBvi5krcoM9VS4EHgYWw1cR7+k71ucyH/gfiTQvYgLLFmexaamvso7FWLxpba38fvrr017dSATCb9xTtVEoSMNPpF3leK85xwcV+gORCdwW+oyvUPsMZ9xp2oq+ED56Lvpmizorl2bB4TgzdHgl7Qm1ANxjybOgeCaQXMj4S0LeCPA3QJ0KeCZH1OFu6xHPU40z6DpCn4b+txznK9UOehnPULxXyTDjfepytn9tDnoZz1GMU5JlQqx4YW3kC0rYW+0LiTGon5ngFue8j9rjEeA3tqSGdPOvSe2QMO8H9XcAy6U655yXQXu4RkbcRvScg51Uxf4rvTYxjcWfiI9dVwPcNiLPjcBBVFQrU3ltTZUucTf9bBFjfUe1tyb2/j3Q4LH/kfmhkObAhnhKQvry69ziYJXzuBvb44H4h5Z6CSDOZ2jiwae37qKFMJ3x/cWaP9QdIFGfz9geU7lkDX1qctzeC36Tmz34s5Rn7Msz5Yh3dinSviPs91FCcywsbw14CiPMjrL/6Pt7QkFyP8bM+OE/KNHlHbSJ80TYOgU+G7fwx0om7a2XuK3ZZsATIA28HvAq+ISxcDGTWPnM4dx5PAfk9Be4rnoJgCZAHDp37KvgGDluHg8fs54OrgOWSvxRcq/kDwBa7KnjM+WtwFbDcyQruPEP4AWCLvvtxzrSevfCz9gaPebcEVwHLvRcKXe2waQePmR8FVwHLzdwzhh8Atpi2OwpY7oxwPc7x4CpPveAKyX8JXudxgoucEcF3gF12u+Ax65tgqdMc9WgcXGlvD+5EeIiCOg9x0mS+FZ76wWXO1uDOUPiC4DUqjLLSgrvUHZRzp/U2oSneJq7H+1RwhfevwWXeyUKnw4eC14hw6P7IHyP7P0hbKx/fRQFGazlGQ+r1/ZTNwM1AaVh4c1hYICuMn1d6fJ+G2dNdC6wG8hAmHRbIAWLMnsF3NP8JWAF0BmYARWe4M1cb6jtdou/CrNJYc4ZwIyAGKA67OzMIWCDu0PB9mf8P/Cf3e/+ju8DP/DH0edcwjUi+Iswv/yPMO590nv5/DHXG5uZpFJwedmOMI8HvIKfpO1sb9V5Bht4jOed94NA+gPDFxVz7P5PucWs9EKEP3QX7H8Gz+I9xPnP++czD5zOPnc/aETmfg4+MDJ82HzYJ5taaDxFm+4NtDnlGFm5PhPMweyJkP9RTdgH8g6sZzih5Xyxa3i0shL87CHWtUPfY7D/pvf+ZFOvUo4byrLWcdnn7QHZVdkXNXUT4TUvga78L++EuWiTupQG7nd+pk4C4Byfux9lTkbcBWaHzC6TzetU5EJ/zWIcpS5xJCeg7dU1r3asLP6fIoxGh+3ECC2mBuHMp7sHJ9tygzhnQxss8k+lyz4V0pd2KrvQ2JEucFTlNaaIThza8QdlOHdRrKvz3T5WfKfZerO3w5fequ2LoT3knzPoB8UPQZwswj3+I+J8h52G9EHZQS4qWPqdABXWGDRRtfQ+bea/EVns/tRSQ98/eQTiOmok9Enusvhf2FE0VfWUdoov5TAH+6fjQ3pK6txYl9l/sDNoC3BG6jwZYG8iudTd4L3UWd+HEHTPZnnK1Zy18YM84ynHuRrv+TKmettTMk4Z6JFOafT3qLPb1u6JuD8t7eB3lnNEE8giVOQf1vcDW6v4f0BH1aG7fiTgD89hSzHf3UYG07cLuidqNqbeTTK3R/3PEfT+gzBlNPgFxr1DeN3SRN5sMOWeW6XuB3cWecM1+svi7DFG+gL6jaMk94PW0Q4LvIAo78yt557AGJ5G+CZ61WrXHbq73LQ/TcGcdkEULrQ9pIcax4WmJOqyD/56ENhRTkT0J9YKlH0XqfrCQ5mOA+DulcdClQT4HbKWwP2py/wHE2w1I/F1Te/l9VrknhE9uZdI69tXtB4AlRjTiTplXwSf/kUbz3yvBRu8o7piJfT+nC/m8ORjfQ+WdT59zXJ71xYrvMOph6mn3dYP2KoqzK2iivYV8yOsTZYj7Z4Dor2+cbfSNuF/kNeg5yDx7jPGBPYZesAm+ERnPKzB3fxfnv2j7RPE9o6wF9kHq6+TRIut1ikGdSu3uNNVugW80mzLsuvjWBtE8qwPel7gfqwHfbK/Gfomd7kYB+zPK8v5G0d4vqIn3TnyTs1FXzEFOXWrveQhyP43zDsT38AbFifvNdiW1jpokv/1+Iq2AaJ8zk9o5veT9yljnMchiivXUxTc1ipqJO7/Wu+4+bzLG9D2U7UnE/IL0Yox7KmmO8xe85wxqhO+8DM9NQZvE+t9O3mW+mNp5f6ZCpyEVeQIYi0hv3QO8Jv3Sj/FeNql3HEwXf6smfE7jNbx/sd9W7qZG76An7EO02TxEqwXAKyDnC/0fAf7kUDWGqpvzaArdjWgfhrCw2K8JrQPPy/sOG50042txR53TijT4wYpAnwNHxZ/v1SrvHIj8CdUnRZUpfe+G+n5+io4bqnGfgqzjVJn+XkDc4m+neS2cxRdpIBFu61XWINwmC7Or5sE+2a+ANGexJ9DP+HqrWwFLgdFEp4LASbwHOrs8F6oPQvZQOOWejir+u4TdWgLVsRq9IpCjcZUGRlv11Ahcp1BVBjlP3b2p+gn4Rf+dhMAe/bxCHe6uIcJTdZ1/hpwD+SvkAo1y/TcYP2t0V20QfaX2PnR8ODACqq+G/EShOlWh6mEFWe6DClVfQo7Q0OmqV0L/aU3+qpv132SEYzNwh8Z4jVuRd5XGfI2TGtxXV2vcrDFXY7lC1SmF6qc0HtYo0tD9EuoPxligg0ZnjY4RuKw2wsuX/ZCiMUTDrA3Zt4X672fCUaZxNv3lEeAxsV2NiepL1fMi88uxaoaN2Yhyqp9XqMLXXXW/QvVfa6NqpoDYY4CfcECBWonz/dPuD+hzvfOZI/8/YV9L92N+99NYiq2oY/kqzTVP1GlhDAdZzWQVk+uZFDO5jslKJtcyuYbJCibLmVzNZBmTpUyWMFnMZBGTq5gsYDKfyTwmc5nMYTKbySwmM5nMYFLEZDqTQiYFTKYxyWeSxySXSQ6TqUymMJnMZBKTiUyymWQxyWQygcl4JuOYjGWSwWQMk3QmaUxGMxnFZCSTEUxSmQxnMozJUCZDmKQwSWaSxGQwk0Qmg5gkMBnIZACTK5n0Z9KPSV8mVzDpw+RyJr2ZXMakF5NLmfRkcgmTHky6M7mYyUVMujHpyqQLk85MOjHpyKQDk3gm7Zn4mbRjEsfEx6QtkzZMLmTSmkksk1ZMWjJpwaQ5k2ZMmjJpwqQxk0ZMLmASw6QhkwZM6jOpx6Quk2gmdZhEMfEy8TBxmNhMLCYmE4MJaWK4TIJMqplUMTnF5CSTE0z+zeRfTH5ncpzJb0x+ZfILk5+ZHGPyE5MfmRxlcoTJD0y+Z/Idk8NMvmXyDZOvmXzF5EsmXzD5nMlnTD5l8gmTfzL5B5OPmfydyUdMPmTyAZP3mRxi8h6TvzF5l8lfmRxk8g6Tt5m8xeRNJgeYvMHkdSb7mbzG5FUmrzDZx+QvTF5m8hKTvUxeZPICk+eZPMfkWSZ/ZvIMk0omTzN5ismTTJ5g8jiTCiblTAJMHmOyh8luJruYPMpkJ5NHmDzM5CEmDzL5E5MHmNzP5D4mZUx2MNnO5F4m25jcw+RuJncx2crkTiZ3MLmdyRYmpUxuY7KZya1MbmFyM5ObmGxispHJBiYlTNYzWcfkRiZrmdzAhM0eg80eg80eg80eg80eg80eg80eg80eg80eg80eg80eg80eg80eg80eg80eg80eg80eg80eYyETtn8Mtn8Mtn8Mtn8Mtn8Mtn8Mtn8Mtn8Mtn8Mtn8Mtn8Mtn8Mtn8Mtn8Mtn8Mtn8Mtn8Mtn8Mtn8Mtn8Mtn8Mtn8Mtn8Mtn8Mtn8Mtn8Mtn8Mtn8Mtn8Mtn8Mtn8Mtn8MNnsMNnsMNnsMtnYMtnYMtnYMtnYMtnYMtnYMtnYMtnYMtnaMwY8LAqu5os2AtrCZK9o0hVilQtdXtOkLUaxC1ymxsqJNPYhrVegaJVYosVyJqysuHASxrOLCwRBLlViixGIVt0iFrlJioVIuqLgwEWK+EvOUmKuSzFFithKzKlonQ8xUYoYSRUpMV6KwonUSRIEKTVMiX4k8JXKVyFFiqhJTVL7JKjRJiYlKZCuRpUSmEhOUGK/EOCXGKpGhxBgl0pVIU2K0EqOUGKnECCVSlRheETsMYpgSQytih0MMUSKlIjYVIrkidgREkhKDlUhUcYNUvgQlBqp8A5S4Uon+KmU/Jfqq7Fco0UeJy5XorcRlqrBeSlyqSumpxCVK9FCFdVfiYpXvIiW6KdFViS5KdFaikxIdVdEdlIhXZbZXwq9EO1V0nBI+la+tEm2UuFCJ1krEKtGqotUoiJZKtKhoNRqiuRLNlLKpEk2UsrESjZS4QMXFKNFQKRsoUV+JeiqurhLRStRRcVFKeJXwVLRMg3AqWqZD2EpYSmmqkKEESWG4SgRlEqNahaqUOKXESRV3QoX+rcS/lPhdieMVLcZC/FbRIgPiVxX6RYmflTim4n5SoR+VOKrEERX3gxLfK+V3ShxW4lslvlFJvlahr1ToSxX6QonPlfhMxX2qxCdK+U8l/qHEx0r8XSX5SIU+VOKDiuYTIN6vaD4e4pAS7ynl/7Fv59FNVHscwO+dtElpmiYpSeg+YStgobSUJQjSlEIASwu0HaQtFEvXQEshC8hSqCKIS1kUFcUFUUSMYjqsAgKKO5uCKyiL+4bgrmDp+05+9Zx33nnHP57nvPN8ZwKf+d57587NTMjvVs+BExTHKd6keIOmHKM4SoNHKA5THKJ4naa8RvEqDb5C8TLFSxQvUhykmS9Q73mKAxT76dw+iudocC/FHordFM9S7KKZO6m3g2I7xTaKrbItCyHLtlJEC0WQ4hmKLRRPUzxFEaB4UrZhv+abaZUnKDbRuccpNlI8RvEoxQaKRyjWUzxMiz1EqzxI8QCdW0dxP8V9FGvpgnupdw/F3RRr6NxdtMqdFKvp3CqKlRQrKJop7qCZt1PvNopbKZZT3EKxTLaWI5bK1mmImymWyNZqxE0UN8pWCdEkW7EZ88WydSBiEUUjXb6QrltAMV+2ViLm0eU3UMylmEPhp/BReGlpD10+m2KWbK1ANNBiM2lmPUUdxQyK6RRuuq6WooburJour6KopJkVFNMoyimup5hKUUYPPYXubDJFKT10CS1dTG80ieI6ut2J9EYSrVJEUUhRQDFBtjgR42WL8g7jZIvy9c6XLUsQebKlD2IsTcmluFa24L8L+BjqjaYYRYMu2bIIMVK23IIYIVsWI3JkSxNiuBzjQmRTOCmyKIbJMfj5zq+h3lDZXIwYQnG1bFa+GoMpHLJ5FGKQbJ6EGCibSxAD6Fx/ikzZ3BvRj2ZmyGblwdJls1KbfSnS6PI+9A69KVJpsasoetFiPSl6UKRQdJfNyqfUjaIrrdmF1uxMi9lpFZEima5LokikSKCIp4iTTVMQsbKpDNFJNk1F2CisFBaKjhQxdIGZLjDRoJEimsJAEUUz9TQzkgY7UERQ6Ci0NDOcZobRoIZCoOAUzNlmnCYqrhgrxFZjpfg72pfhEvyGsV8x9gv8DD/Bjxj/Ab7Hue/QvwgX4Fs4j/Fv4Guc+wr9L+EL+Bw+i64RP42uFT+Bj+EjOIexs8gzcBo+RP8D5Ck4Ce/De4YZ4ruGDPEd5NuGOvEtQ4p4Ao6j/aYhVXwDjsFRnD+CscOGevEQ2q+j/Rrarxqmi68Y3OLLhlrxJUON+CKuPYj1XoDnwdl2AMf9sA+ei5ot7o3yiHuivOLuKJ/4LOyCnRjfAdtxbhvObcWYDC0QhGf088Qt+vni0/qF4lP6RjGgXyQ+CZvhCdgEj8NGfR/xMeSjsAHXPIJcr58hPoz2Q2g/CA+gvQ5r3Y+17sNaazF2L9wDd8MauAvuxHWrsd6qyHxxZeQ4cUVkjdgcuVG8I3KTuFTTXbxZ4xCXcId4k9Qk3RhokhZLjdKiQKOkb+T6xoTG3MYFjYHGU43OGG3kQmm+tCAwX5onzZVuCMyVdgvLWLWw1DlUmhPwS2F+i9/n1/zo5wE/H+Hn6X4uML/Jb/dronySR/IGPBLzjPc0eYKesCFBz1mPwDw8clfbga2ehGQX0rnQYzC5ZksN0qxAgzSzul6ajht0O2qk2kCNVO2olKoClVKFY5pU7rhemuqYIpUFpkiTHSVSaaBEKnZMkq7D/ImOIkkKFEmFjglSQWCCNM6RL+VjPM+RK40N5ErXOkZLYwKjpVEOlzQSD88STYn2RI1JuYH8RNwJS+DD0xOcCWcTLiaEsYRgwoEETYwxXowXehnjeM64ON4QtzhuZZzGGHssVnDG9urtMnY61ulMpwudwjo6O/VKczGbyWa3aazKs9nyilyhzBpBmTEg9Kx5tq4pLqOVG62iVRgpWjkznzVfNGus+03HTILRyI3GNqPgNGK6MVqMFpRDW7TGGZ0xyGU0iAZBObQZNDanASPKij2ixhe5jHpRL0hZ+nF6wanPynE59X3SXUzD7ZwzbkJoIpS74FbRhbreauPhHD/PW4oKU1Nzd0WwgtxgxPjSIF8e7F6oHJ0TSoLa5UEmlZROauF8RXELF3KKgpbcCSXUX9rczIYn5QaTCicF1ycV5wab0HAqjTY0WFKLjQ0vTi3z+r2pqb4yHMq8vtTQb/S4X+mlKoPKb68PfeWXP9RnqX/6ommIqV68fH8M+lL/1i/+9779/4VXC8NXdFJ2m3AzqxSWwE1wIzTBYlgEjbAQFsB8mAc3wFyYA37wgRdmwyxogJlQD3UwA6aDG2qhBqqhCiqhAqZBOVwPU6EMpsBkKIUSKIZJcB1MBAmKoBAKYAKMh3GQD3kwFnLhWhgDo2EUuGAkjIAcGA7Z4IQsGAbXwFAYAlfDYHDAIBgIA6A/ZEI/yIB06Atp0Ad6QypcBb2gJ/SAFOgO3aArdIHOYAcRkiEJEiEB4iEOYqET2MAKFugIMWAGExghGgwQBXqIhA4QATrQQjiEZbfhqAEBODBWyTHGr0Ar/A6X4RL8Br/CL/Az/AQ/wg/wPXwHF+ECfAvnmfL3iiv51/AVfAlfwOfwGXwKn8DH8BGcg7NwBk7Dh/ABnIKT8D68B+/CO/A2vAUn4Di8CW/AMTgKR+AwHILX4TV4FV6Bl+EleBEOwgvwPByA/bAPnoO9sAd2w7OwC3bCDtgO22AryNACQXgGtsDT8BQE4EnYDE/AJngcNsJj8ChsgEdgPTwMD8GD8ACsg/vhPlgL98I9cDesgbvgTlgNq2AlrIBmuANuh9vgVlgOt8AyWMoqs5s46p+j/jnqn6P+Oeqfo/456p+j/jnqn6P+Oeqfo/456p+j/jnqn6P+Oeqfo/65B7AHcOwBHHsAxx7AsQdw7AEcewDHHsCxB3DsARx7AMcewLEHcOwBHHsAxx7AsQdw7AEcewDHHsCxB3DsARx7AMcewLEHcOwBHHsAxx7AsQdw7AEcewDHHsBR/xz1z1H/HLXPUfsctc9R+xy1z1H7HLXPUfsctc9R++pPgr/0KlY/gr/0ip1axsIZu+LVHFf+LjvTscEsj+Wz0r3MgK+0jV3Nt2+3jhgR0Ue3D19XgdnxhY9gnOc4jWGCYWd8fFbXnQO0zRrzGPzP+7YsXTO28qzW061H+7aePh8zuO953vfDc6fPmb47ah7cN/PcW+cy0rm5sznEEi3odBZt1y5pwoAeKQMzM/sNEwb0T+naJVoIjfUfOGiYJrNfsqCx/DEyTFD6XHP89xLNuFatsKhr1sTM8OR4o8WgDRcSY2P6DO1uKiztPjQtSafRaTXhEbqeg4Z3ya0b2eWkzpxktSXFRETEJNmsSWZd66nw6Evfh0dfzgmru7xGox0yOaubZm1khBCm1e5Kjo27akjnMRONHU1h+o4msy1CF2OO6jlicusya6KyRqLVSmu15jHORvJtQhp+ZhtZ9Dam058PY8qTH8HD4vk6d0nBs2R2xp0LaTHmK2UxePENEYYO4fy3HsliSkqy1hxPfwuVD1epVCqVSqVSqVQq1d/KcpVKpVKpVCqVSqVSqVQqlUqlUqlUKpVKpVKpVCqVSqVSqVQqlUqlUqn++1g024KjJvSPlCtDR6WtY3PQ4/Rvl1k/drK9rWHRPKq9HYZ2fHtbi3bP9raODeEDlVXCOmAkkc9ubwuY09ze1mB8XXs7DO2d7W0t2ifQ5mjjfviF9jbuRyhkm5kd95LOMnC0szzmZhXMwxqYF6qZD2M5aHnYrNCxHCNutGayNJzJZnX4ZWcFGKthtTjnDfWqkFWYPQfHSszMwXV1mDMNY27McIfmlYMvtGYl5tUjPWwGxpT3Vc7UYvTf31FNqO/HPf0xuwJZj3457swdev+0zfZ+6Rn97HnuCk+Dt6HaZ89p8Mxq8JT73A0z0+zZdXX2AndNrc9rL6jyVnnmVFWmjc3PzsvPSc0pr3NP87j/rNcedrfXXm73ecorq+rLPTPsDdV2X23VP71ljafBP0sZrmion1U+013lTWNjWT4+uDwcc1jqv3w0ykdXgwerC30YfzbzPz33f/vHzZRKMaZwOzOxg/huC8i+OMXMq7qZUA88VEnhuwpmn1m9Yapx6E8sLiJUWnu+XnhYyUMnty65fKn19g7f6Hagq9RWqPb+IcAAOB8cUw0KZW5kc3RyZWFtDWVuZG9iag0yNSAwIG9iag08PC9GaWx0ZXIvRmxhdGVEZWNvZGUvTGVuZ3RoIDIyNz4+c3RyZWFtDQpo3lRQsW7EIAzd+QqPPXWAcJW6REjVdcnQa9Wk3TlwUqQGkEOG/H2BRqk6YPSe/exn80v33HmXgL9RMD0mGJ23hEtYySDccHIeGgnWmbSjGs2sI/As7rcl4dz5MUDbMv6ek0uiDe6GobkXJ+CvZJGcnzLzID8+M9OvMX7jjD6BAKXA4sj45UXHq54ReBX+kcMWEWTFzT47WFyiNkjaTwitEOKs8nd+lArQ2/95Jn9Vt9F8aWJHtXgSiu2iVoomo6zdq0qXsuHhyqxE2XA9Q7VVDDmPx6ViiGV2eexHgAEAFNhtJg0KZW5kc3RyZWFtDWVuZG9iag0yNiAwIG9iag08PC9GaWx0ZXIvRmxhdGVEZWNvZGUvTGVuZ3RoIDI0MTA3L0xlbmd0aDEgNjI3MTI+PnN0cmVhbQ0KaN60Wwd8VUX2Pre9F0KLNIEgvPAIXUFEREAIIaGFkhBKQk0hIfQiTbBEQIQAriKoqAioa0HQl9hwbeiiorjKuotl3bUXdEHBtisk7/6/M3PPy8ujyP52/4Ev55sz5c7MnTtzzsyEDCKqS6VkUebI7C7dfv3HU+9B83cgr3B2/rz7Mp7uS3S0PZH1SeHihYHQXfveITL6EDktiudNm/3LL8PrEPlyiGo1nzbrquLes1clE81DfMqIkqL8qUc+6vYp0U97UV6PEijq7m5QRFR/IcJtSmYvXDqq6zOfI3wHUZ9Ns+YW5ltT2w0lCq1H+O7Z+UvnJQ1qi/J+2o70gTn5s4v+cdXjbxMd5/osmTf3yoWoN36Ox3H8vAVF82Y+ZoaJhnVG8Qlk2Z2Mm8mhOGeLcwlq3VJL6yCtNimOzPqOaZq2ZdqfkOmm0C4XpXB/0PDsQIBSiMKuj8Jk7PPfY7YNkLGN46ynnXr8NH6y/x6kuZWifzJpBl2J/iyl1bSBbqUX6UMqoJVgW2g7PUAPU4heotfpPfof/oSvcmZTHetp8lFDIveEezT8ALAHNa3W3IpQQztQrXET3O9idN+Fb3UTwnt8DShe5a1rvgPtj0aVe8Lsx2G3B4fNG8HrqxzH/feEHws/GNMHWTSeJtBEmkR5lI/2T6USmo6emUmzaDbNUaE5iJuG38UITUGqQqRiXp1qLs0DFtBCWkSL8W8e+JVeiOPmq/AiWoJ/S+kqWkbL6Wq6xvu9RGmuRswyFV4KXEvX4c1cTysUE6k1K2kV3YC3diOtobVnDa2NsDJaR+vxnm+i352Rb6gRuhn/bqGNGA+baDPdRndgXNxFd8dob1f6O+ke2oYxw3GbodmmGMc+R6/Sk/QoPUZPqb4sRK/pHpF+KVZ9OA99cDVauDKqxrr/lkR661q0ndtW5rV0KfQronIs9vqRU65ESl2Kfg9cyjUxPXEz2qB5dYt0aLNqf7U2ulfOppX+uDuqZ+5SIWax2jPx22grvsAd+M29yuxecM22KR6tvyeSdrsK30f30+/xLh5UTKTWPAD+ID2Eb3snPUK78K+aRzMtH6Xd6s2FqJwq6HF6Am/yKXqa9ij92eJOp3/c01dENM/QH+hZjJAXaC9mmpfxTzTPQ/eip92ndDr8Mv0RYU6lQ6/Sa5ih3qAD9Ca9Ta8g9Jb6vR+hg/QO/YXeM+qC/Zm+we8qOuh8QfWoP9aEP6Cf76bJNDll0NQpkydNnDA+N2fM6OxRWZkjRwwfljF0yOBBA9PTBqT2T+nX94o+vXtd3vOyHpd2uejCzu3bJrcJtm7VtNF5CfXr1o6vFef3OZiZDeqcHhyYFwi1zQvZbYODB1/I4WA+FPlRirxQAKqBNdOEAnkqWaBmyhSkLI5JmaJTpkRSGgmBPtTnws6B9GAg9Ke0YGCPMT4rB3xDWjA3EDqq+HDF7bYqUBeBpCTkCKQ3LUkLhIy8QHpo4OKSsvS8NJRXXjt+QHBAUfyFnak8vjZobbBQ++C8cqN9X0MRs316r3KsS3X5sSErOT1/aigzKyc9LTEpKVfpaIAqK+QbEPKrsgLTuc60LlDeeW/Z+j0JVJDXqc7U4NT8iTkhKx+Zyqz0srIbQ+d1CnUIpoU6LPuiKZpcFOocTEsPdQqisIxRkQcYISc5IRgo+5lQ+eDRIzU1+Z7Gl5zwMzHlJka6CfHCCXVDDdG+pCSuy7o9KVSAQKg0K0eHA1SQWEEpXTrlhsw8jtkrMY3HcEypxESy5wWT+FWl53n/F5c0DZUWBC7sjN5X/5PxH/GBkNU2r6CwhGV+UVkwLU332+icUEoaSEq+19b08q5dkD4/D42Yzt2QlRPqEpwXahRM1QmgCPA7mJ6do7J42UKNBoRgGHm5Ql3S07hegfSyvDRdQS4rmJXzDF3iflLePZD4+CXUnXK5HqEmA/BS2qaX5UwtDrXKS5yK8VkcyElMCqXkovtygzlFufyWggmhDp/gcUnqiSoX2haTWhJzy/3JcYEcM9HK5bcFRWAgfgVT+yAiAa9LBfmNpvYJ5BiJJMnwFC8FsxrlIGAlDxjMURZnHTA4MSk3Sf+cpUqJXp2c5FBcVFkJUETqpJ9zxqrp1FyhDoH0orSoCtYo1PEq6JV2+nqa3Bfeg5Ejjl/nYImykvHlQmeiGKXit9g0EKLMQE6wKJgbxBhKyczhtnFfq/ebkR3MyBqfo962N0pG1wjp+J46FKIkREvAHIAxOLBTorxWFR6kwpHg4JjoIRIdKIsLZmSXceFBr0AK4AtCo31th+Sv69mgOz7NgZjdggPzg4GEwMCy/D1uaUFZeUpK2bz0vJJeXEZwyNSyYHZOn0RV11E51yQu40c1oAwjY3TqhZ0x96SWB401WeUpxprs8TnPJMDKXTM6p8I0zAF5qbnlbRCX80wApr3SmqxlJQcCHOCSRiEQp9InPgMLulTF2kqhwoV7DFK6ONEZVLjH1LoE0ZnQ2VqXonT8g5fUtARdjOk2PTCVX8/VuSVlebn8cVETvEr8N0JGsC+FzGDfcsP01QnFB4tSQ7WDqazvx/p+Wu9jvR8Dw2hioHN4TirLC2KewoDKoURDD0WLiwzscd3ROUl/Sjyam4ShNhEYnxOq1Qlzv5M8FOkGMfKgHhQqLcznetCYHM7rTx5SmIthKwUiyZBQLZRQyysBKQaqPDwckakQ7wYvUOUvRSBUmhvK7cQPzZmeq4ZzQogGB3vhtesynbb8oC65ZQ2C3dS3iU8hPvlGFrVQN8rO0ZpEBPGwXN1J/jqoeWEQUYV5AfS2TYXZGOp6Lo1P1JoiTIl22yKF+EQvkrhZVnLtuvGhWhehQPxnXvsi/iSdZH9urq68Ct3oJcCzE0K1UaO2UV3pZUDvIGoI1wX/b0RVOelLXEzWHhoVXIqZhSutSvIjOlQ3eUg+Jn+dvzY0wZ6SOY7niNpeGfu01s8tr4N+t5JH73EfDF6VFPVzYecgLw48MCnxGQxsyi2LVYQmdLqwc1ystq5Sl5XF1T19Bt1fcXUjkpWBdKwa2sfUfmX89pMnTmyvdUR7ndU/9dvY9apDBjxeewcFzxW+RPdNhj2edtlplH9aHEHcEbrddimRYR2mXUC6Jwd6KASmANd7+l3Wbtrl1KEJsbArUR7gpFDAtGmXabtDIdtDXg5cDGQCI4Hl0LcE2tkbkW4D+c0N7sN2e+QHrEkK11sFHp9HLezJtMv3HsrueBr4gWFU+JsYqeH7ngrt1ngW4BSA54BrZLNE+wZ5aAw0jYS/ovrRcFrTznOFXUat/S3piljY7agrymp5Cl6k3h6aK/kTJZwrnInuZwzbph3WAZp9OthFtAOYYS+hbgyrFGlLURctAx46Ax2AVE+/w8pEvhU06xQshX4prbe3UopxhHYYR9wcyGaQg4F2wBhgFDAf+vOApnYi7TD7Epl93fXW6ygbMD9RuNH8yuPHULdDtMPnQ/m3RLAFWKp4MbCTin8Tf9BAOcXWK3gWYJeDHwXXSFdyJA3RcH8GfomEc6mFleuGtcR43EDbgLs9eTuwyOOnwKqiJF9fuiwW1pvUw1qJdxaL6ZTmIU7JQzQxBi1Po1PwddGwu9MWfD/jPYwAxknYP5fG+/4BGBpIm2evB2YA3SnfOkmTzgXmfEr23UnJcYco2X4E/C6P94nByBh4et/iGKyNgaevkb4WnjEgquyV1XH2UQ2nISX721OytY8ujYVq66nYYnd3d9sD3F+Nd+kG4113DmR9yPFAAFgA5ADToD8P2GLtpRvslrTG+NY95KHQug96D5wG6Gi2UDLDOEktzCra4pvKz6qBEUre625VsifeR02MPEXXR8P3pnp3Uk6e+QZt0XB/hZxjJVGWBsZtklslYedRDZS1xTiO9I9SkrkPYPkctbW/oiR70bkBfZ3kz8D4/uDcgHpuAm7y5GpgOLDW45uiYW2l1s4eujQW1hLMSduo9SnoQLke/Er2pAVWPk21lmKs7qI080uaZY5QcrC5hwYZL1Eb83a8o29ollFI+cZs932EZxmTMZ+NRdqvFNJVPuQxfoHsSqnG5xTkPOYN1Mr6njqb12KNW02tzMso1RyN+WwRsIlX7ao4osrD5thTdagfWVMApavcBkyL0W0FphsuwncC9wIPKX0RkGe1QXk/QzcQmKb024FrrXYIDwFmRMq4xqqDcH3gPKXbBTxs3oL8dwDble4b4DMTNob5MvAk0r4EfAqbQ1kflaOAi423YIe8C7ylgbYMZ6BtqyCXmdcpudj4F60yLxZ7xV3LNoiVjfV1FfXSNkT4NV7TtL0QvofXZm0vhOEmuKOUHbCZ2sh6jz7O1mu420TlwbptPQLbRK/DWC/Dc1j6GuKZWE99RDc7mTTZyQz/Kmsir4XmSbXGBCNrGeZWb93aYT9BxXrdQtuOuKPVevQpnSfrjnUjTY6sJUv1+mFNoAy1HkTN3Q56iud1J4du5PVFoQy2FiMF32k3jMeNWPu6It3vMUYBcz/mgGGIY/THfLSUfGY32mR2c48Ay4D6al55Au0rhrwdY92k4ZaFb0fmhFnU3m5Ai5E/F+9/otWMLHsM3ezhGqCJ04PGOL1pDNrdwHmYNjkbaSrDXKveZTz6id91D9Oh2yNog3Hv0hyGep/Dabd6n/M8LMY7akdWlO2Y7yvBM96gDIftKw+ePZjJtl7E3vqcLN8J4D1tN/qtajvO/lW/Z7ZTxfZCOzX2YF7YpN+10wJpfgYW0ELfDyijJfg/qb6vKWQKUECT7Hwq8MeBz4d95yL/D7DdMLDV2PiO7lV2UiMP7fC+S6lelD3U2VmKNbiUxtlrEbeWbgM2ezbOGLZf0NYdDLxbQ42XpZ5N8jAwwxsrbHeJHbEVY3YrbO4uaEe8Hi/2TcgzHelO0GxfEPZOOsJT6HxnJXSHgS9opnUM9ks3cBfr+xRqZRcC+AKxhhtKj/XfHoB+4bF1CPP6Pg+HeA1yc2Dnnc/rRPQajvL7wibIsLMx9rJhU2VjTdNr4AJe16ynMN4AuzE18ZnU0JlOU+xBWMfae2vVxUBHtf6sjtgcvM40o3he67y5uan1DrW2w9Bj7sZY3GJfotbQVOevtMUJIzyU4p3R0L0MrMPY3oC6vQp+gHra2e6vvDbjfTe15qBtHjBWf88w7zLizbvoRYb1JN0ATFb4CGM7j44C5dZUWoa1YArGcUce08CzPL6d1XQbdOtZLxLvaA3QSaSn62Q+RQuBvSLtZrD5muF78KR1Phnmx1gTHjPKrErjUYRrI3yheSXWEMCqhD0J+PvS5mhA96tVSS9FvrnZdAOwzFyINi2k8eYqGgssMlMwr6ZAP5RCwLQzpUNZ9wBLgKXAYjtEM+0rYA9U0gzgCmMfrbMupXUO1iQHa5P/XwDWDX8fLX276TEG/M9S537q5+yi4WgvIW8/+3EaAn1H8HGQbDvlgD8DDEU4G3I2+qITeHfrR6zV2/D9vgD/cRvSbYOdlkRD4i7BXFGJ+f1zjPHz6AJ7E00xD2BePkIFQBbGR2vrPcgedK1VAZutB+aDHhjb9Wgw8CiwAJgGBIAiYCZQCIxSGIC+2UDNrOsxD16J+XAXtbVKUI+n0QdDqAvGRob1HI1CfTKBDUARUAD0AqapOm/D+NmG8Yo0p9Sv/TnXr+vp6ofvY7Dxb9gQIcowd1N/80NKNh/AGPmYJmBd7mZ+Cv3HsFO+pSzILPMgjTOeozwg57/Ja26lnsbPdLE5ivqYQzAuh1IjcyDyZFFXsye1NsehrOEo+1zTlbsZVkNKc6YAWEud8z15EZANvE4jFKbRIOdp4F7gT9TOuYbSwdOxtrM9NzhuBA2GbqL/dbyvSqzrlTQMyAM6AZM9ngvgG8K70vFjgLE8np1vqLPt0KW+v9B0vPt88yjsv0qKY3uD7QBeM31FmItH0wS7CQ3FN3cncBvwukI9esxfz+glMn4E3enrCd+tmNobZbAH/qbW3f8SxsGYPZpmQGPgAi/cIgpKF9lvOQxf8bB7GPjGk4dZhzW1MbD9rHsem84A2Zt49fSosRcR8S/dZ4FyYI8GfMoIj+gmRq0vXa2T7ocePgAOsB7rS1teY6p9Gvcw8G21hG77KRiipPgH70Sw3pMDWXrrjckSa282+r5n9d6I+zyw15P7Pd3+moBO7MNS9xjwILAduBe4CXreu6gFbIraX0gCWkfJYvvIGeDtCTiNI7jTk4tYajvSPc7ynMbdS1TstIHdxPDBxrkVcyrjatQfNhP7dGxzsN8a7ZNH+93wI1qYX9NNlg9rdwbdZD4ErEc4DeEJdJPxAHCAHPMT6BG2ZyNuEebNRVhz3ld8PNbecWYpDcTcYMOOGmd+Ts3tdMwVT6LsdcAeyoSNWcWwi103GtZLDKwvdSDrRKTJPgTDcF03GiijFsPcSSs83MGAT7IqSqdxHeoMKH/pFlqF77AK+kZAQ+VvRYBnsp/F/pNaj4E7te9F5MJnCw/DM09qhPtpVL3M8J7bCOWvhGwM3Mqw7jSG6fy63bre7GuxDD/t1aMRP4v7gdsgz4yFbVAj2zAGcWnmTk6LvnhLQ/cZ69Vz9zOs47Rf4sVfg367Vc511fn9E6mPfyLLaFA/30HXZYBbHlKMj6mrwtfUjUH/pjSG6ceawKhFwxjGVqTZqnTdFDy95cGY4mEUNVX4IzVReBFjFED/Z0UDff+I9TzGSXP0AaMJGQrNY2CQGQ1+BvcD2q36At9efeW7pFBL5RNshT/mUqJzrdIPw3w6y0mGb/YGxvxu912nHtaKMozbTPgtbWGrwyf118Lc2BFxmFd9XZD/C+SV/WL4o3Y/b1+YfU/e80319nHhC3G5WPtL4h6hXXGNaZePfZ1BKPNpoBG+W8z38I96qTn7dPvHUfv6kf329nSlzPMoPy5usy6b4/zsQ/9V+8/wwb/X64n7Kdo5B342+2LDkK+38rVy3BfRjjl4Thd+FtdX7eNjTkGdh8P/7i3rUez6wusDyv/ATnO/tiZRovUV1oBNNNWeib5NR7/Bj8dz7zF3kB++TiF8nOaYxxNVe/hsQmNL1HlEDeCZqzysALqrcwjv/EHOGzy0Z4l29QDmy1kCsN07T7gUyAOK2d8UnHKWENM+OSeIOiNYEnNGMOg/OR/gc4DoswD2YSNnAC9S48i+P/fly+5d8JMS+XnqXczHcz/Du0jDmrYb9tCT0M2gdt7+n2097u3lduW9Wfc73wC9N8h7B2Z/amc9gTlkGPytvpSr9PDTMKerfT/YS4lqz4zHajHs4BLK9HN/7YXt1BJpD9FY+ITj1NrcnZYBa6KBdb0AaXIYav95mPuZ2nO9j3rJOo+yL4JPmafK1XuxKNd9UdsMSK9sg/BbeE4R7ICjnMd8w73SfIMS7O6YA7rTjWpsdoft/Se0k23pYaizZ3PE7peyDWCupTvsf+o9Tt+tlOfbiGcXYF1nH5Xbi7GKvH3MFPdfDLWP6qKvPoMdsUD5Ogs4rfEj/LsOmD9uxxiDv6l87eq919Xs955ubzlmz7yf7JtL+z1MAxqyXYO2t/IwPmo/eSbW77XeHjQjl31rQXQ9FHQfVO8be/He/nAZEI9+dav3hxUsNR4e9faBH3XfYXh7s/2B5d5e7WprKxnRe7NqP1b2ZDsgTu/BEqdFGa+qNByHPjOOU7Yai4eoA+JuswvRvg+BNOR5mXqgH3ub31EfqxnGaW8agzEfx3s0QCPrAA1W/iWfWf1F6bNhjy2w76diq4xKrEzYjytoFvzOhmY32CxH3DDv4/m60S32LYiDXeZspDn4puK8s55stYe3EmE+0ynX9hn8RH0GczPs21tppnUHjfG/RTvixuA7HE874MPs8r1NO/wl+B5hL+I5g5TNt4FuO+XsJ+pMTs7KUKdRYjviGSRlc5xvDGy3Atqu9hx/cl/R9ihs7lIabhwJH8Sz5iHfBSrvUfd+tGMqnkPqWaivOoO7Ve05jbPWow2ePRt7HqbsTI47QG0wB7Szct1/WpfD1+Uz2Q0IV2FOKIWd0Bdlr1PnZO2Qpw6eMYbT4XvYhXe8S30PeXRU9lg9zIk6Y2Rc78nNqEtHoC3QHyBgaORMUfZil9KdQIA52tuR99nkfBC41jsjJKA90Ib33ARRZ4Qase32zv6izv36ArdUn/spUPWZn0JToJn3Tq/y5CI524s+31NnenKuN50c7xxPtQVlxKs0Xt+rfp8M/+IVSNTFfgppvtf70mqsZ2L+2AK92O2DPESfq8Xa8ys8RJ+pyTnaOZznnMsZDr7d26rPzdSeX2/rrur5T60FgJMIX12fOWbYlwK9Mff113OsQhbitlIr6yBsiEuUX6fnKcwPmON+5D1wPkczv3YfNH9lHeJXY84rpE0Kau5zX1b5svV+pIM1UO1r96AxmOeCUdDz3020CQjim75Bgef2b91DZqr7byXL3H2Y//rzHIh5pZ29GGvAGLpZ5js1j2WhzjzH/QV4DvPHszRWrSObaLKSaLPjpym8B4s2j4ctNJ73TLlszOXteG5T/eTl8c3FuvRXyvM3Q5/8iP7dR0nOMvR1HbyzR5F2Ovr4e+oMzEN7D9nD3UPWu5hT6rufY60tsBugzAM0A3bBFjsXtkQ/pJ9LY9jHNtmfuQX+0THqqvZuuZ8Wot8PwLbh/emHMCe2p0a+N9GGkqi1+iGU8TbWV0Y/2CAz8E0WUYbzGmX4psKv+YgCvnroj5GUanWBPcJrCN6j+QPyIc7OhEQZThdaiTXUYB8Tdjixn2meRH3Fz3yIMs/Bz9S+ZgUNZn9T+Zqen6l8TD7b26XP6OxO3jmfd8ansAR+KeN26sjnfHzGV+N8bwT1UNI764uc730Im36sPuczh1Jd8wXwgYhbSe2tIoyvKfBf+NyQzwW988BIGpSDNJmcxrcJY/tZ90H7ebzzePdB393ul/YTsANfwLc/CmgObMX6Vh+yg/sy3n9vi+dQ2Ai+NViL8T2Y0zEWS4APgX2ezZcFWwW2BOzUPBs2mnGMZvquU3pZ72dYy7Gmn8B4wfjFHNPB6gPb72rYLu9H2SfeN8rfLI8ZtQZfgm/yfdpkLaYMtGWmOjedA1QASyiVz04Bf+T8dCN8zJ3qHHW24l8CmxBejvW+DdbcsbrPrUSMxxaQaB/3t9UDfc5nqrPd940vVL8T3llnxM1RuME7V90EPAAsgK3G7+kb3ecqH/ofSDYtYB3K5jPZ1dTK2Eejre40usb+Pnx15a9voSJgluwp2hmUxjCz6Ad1XsvnuOC8H6A46y7Hd3S53mc47V7DTvQV++D56JvJ+qxYnQ3zcxLotljY42oCugGQZ0KXWCA9y+RYQN8c8hRAnwp5OsTW40zpUs9Sj9Pp20Kegv+2HmcpNwh5Cs5SvwzI0+Fc63Gmfm4DeQrOUo8RkKdDjXpgbBUwlG3N+0J8JrUTc7yG2vfhPS4er5E9NaRTZ13eHpnATnF/YVgm3aH2vBht1B4R+RvQXxlqXuX5k783Hsd8Z+ID19XA9w3w2XE0iCqLGTX31nTZCmfS/xQD0bfTe1tq7+8DLxyVP3Y/NLYc2BBPMZQvr+89DhAJn7uePTa8n6XaU+A0k6ilA5vWvpfqq3Ts+/OZPdYfIJXP5u33KMu3Cr40n7c3gN+k58/eItUZ+1LM+byObkG6V/h+D9Xnc3m2MezFAJ8fYf317uMNjsi1GD9rw3OVzFR31CbAF23pEPgk2M4fIh3fXdvhvmLvCJcBBeCtgVfB10WFS4GcmmcOZ8/jK6Kgr8h9xVcULgMKwKFzXwVfJ2HrcPiY/Xx4BbBM8ZfCqz1+P7DZrgwfc/4cXgEsc3LDO08Tvh/Y7N39OGta3174WXvDx/ybwyuAZf4LWFczbNrhY+YH4RXAMjP/tOH7gc2m7Y4AljnDXJ/zc3iFr054ueI/hK/zOeGFzrDw28Auu3X4mPVVeJNzPurRMHytvS28E+FBGvo8xMlU+Zb76oaXOlvCOyPh88JX6zDKygzv0ndQzp7W34gm+xu5Pv9T4eX+P4eX+iexzgsfCl/N4cj9kd/G+P8gbY18chcFGOnJUR6U3rufshH4HbApKrwxKszIjeLnlB7fp2F2c1cDK4EChMkLM/KABLNb+G2Pfw8sBzoA04GS09yZqwn9nS727sKs8LDqNOEGQAJQGnV3pj8wn+/QyH2Z/w/8J/d7/6O7wM/8NrzzriEeYvnyKL/8tzD3XNL5+vw29BmbW+Ch6NSwm2AcCX8DOdW7s7Xe2yvI9vZIznofOLIPwL44z7X/M+n+bK0FYvSRu2D/I/gW/TbOZc4/l3n4XOaxc1k7Yudz8OGx4VPmw0bh/BrzIcJif4jNoc7Iou2JaB5lT0TshzraLoB/cJXAGaHui8Wru4XF8Hf7o64V+h6b/Xtv738GJTp1qL46ay2nXf6ekJ20XVF9FxF+02L42u/AfriTFvK9NGC38wu1Z/A9OL4fZ09B3npkRc4vkM7v1+dAcs5jHaZcPpNieHfqGte4Vxd9TlFAwyL34xgLaD7fueR7cKo9N+hzBrTxUt8kusx3AV1hN6cr/PXJ4rMipzFNcJLQhjdovFML9ZoC//1j7Wfy3ou1Db78Xn1XDP2p7oRZ/0T8IPTZfMzj7yP+OORcrBdsBzWjeOVzMiqoA2ygeOtb2Mx7FbbY+6kZQ90/exvhJGrCeyT2aO9e2FM0hfvKOkQXyZkC/NOxkb0lfW8tjvdf7GzaDNweuY8GWOvIrnE3eC914LtwfMdMtadc71mzD+wbQ3nOXWjXHyjD14qa+DJRj3TKtK9HnXlfvxPq9pC6h9dOzRmNII/QDuegdy+whb7/B7RDPc6370CcgXlsCea7e6lI2XZR90TthtTDSacW6P/ZfN8P2OGMpACD7xWq+4Yu8o4nQ82ZO7x7gV14T7h6P5n/LoPLZ3h3FC21B7yWtivIHUS2M79Qdw6rcQLpG+FZK3V77PO9fcvDNNRZA+TSAut9WoBxbPiaoQ5r4L+noQ2lVGJPRL1g6ceRvh/M0nwM4L9TGgNdJuRzwBaK+qMm9+9Asl2P+O+a2qjvs9L9lX1yK4fWiK9u3w8sNuIRd9K8Ej75dzRS/l4JNno7vmPG+35ORwr48zC+B6s7nwHnZ3XWl8jfYdxD1M3u5YbtFZRkV9AEezMFkDfAZfD9M4D76ytnK33F94v8Bj0HWWCPMt6zR9ELNsE3IuN5DeHuL3z+i7ZP4O8ZZc23D1Ivp4AWWq9TAuq0ye5CU+ym+EbHU7ZdG99af5prtcX74vuxHuCb7fWwX2Gnu55hf0K5/p8o3v8ZNfLfgW9yFuqKOcipTW18D0LupzH+fvge3qAkvt9s76EWcRPVt9+b0zK4fc4Mau10V/crE53HIEsp0Vcb39QIasJ3fq133H3+dIzpu2m8LxXzC9LzGPftodnOH/Ges6kBvvMdeO5AtInX/9bqLvNF1Np/nIqd+lTiC2EsIr11N/Ca8ks/xHvZoN9xOIv/Vo19TuM1vH/ebyt3M+K30xP2IdpoHqKVDPAKyHms/y3Anxysx1DV+TKaIncj2kQhKsz7NZF14Hl132G9k2l8yXfUJS2nwQ9WBPoUOMp/vlejvLMg9idSn4G6TOV71/fu5w/04gZ7uFdD1XGKSn8PwLf4W3u8Bs7gi9RTiLb19lQj2iaLsqvmwj7Zr4E0Z7An0M/4equaA0uAkUQnw8AJvAc6szwbqg5CdtU46Z6KSvm7hN2eBKoSPXSPQZ6HKz1gtFVNicF1GpU7IOfquzeV3wM/eH8nwXjUe16xF+7igcNTvDofh5wN+SPkfA/l3t9gHPfQRbeB+0rvfXjx0cAIqLoK8iONqgyNyoc0VLkPaFR+DjnMg5eu6lroP67OX/k7728yorERuN3DWA+3IO8KD/M8nPAgfXWVh995mONhmUblSY2qpzw85KHEg9cvkf4QjAbaeujgoV0MLq2J6PJVPwz0MMiDWROqb4u9v5+Jxg4PZ9JfFgMZE9v0mKi6RD8vNr8aq2bUmI0pp+p5jUp83ZX3aVT9uSYqZzB4jwF+wgENas7n+6fcH/DO9c5ljvz/hH0N3Yf5PUijKbGilhXYY656olZTYyjISiErhFwvpFTIdUKuFXKNkKuFLBeyTMhVQpYKWSJksZBFQhYKuVLIfCHzhMwVMkfIbCGzhMwUMkPIdCElQqYJKRZSJGSqkEIhBULyheQJmSJkspBJQiYKmSBkvJBcITlCxgkZK2SMkNFCsoWMEpIlJFPISCEjhAwXMkxIhpChQoYIGSxkkJCBQtKFpAkZICRVSH8hKUL6Cekr5AohfYT0FtJLyOVCegq5TEgPIZcK6S7kEiHdhFwspKuQLkIuEnKhkM5COgnpKKSDkPZC2glpKyRZSBshQSGthSQJCQhpJaSlkAuEtBCSKKS5kGZCmgo5X0gTIY2FNBLSUEgDIecJSRBSX0g9IXWF1BFSW0i8kFpC4oT4hfiEOEJsIZYQU4ghhDxiuELCQqqEVAo5KeSEkF+F/FvIv4T8IuRnIT8J+VHID0KOCzkm5Hsh3wk5KuSIkH8K+VbIN0IOC/layFdCvhTyhZDPhXwm5FMhnwj5WMhHQv4h5O9CPhTyNyEfCHlfyHtC3hVySMhfhfxFyDtC/izkoJC3hbwl5E9C3hRyQMgbQl4Xsl/Ia0JeFfKKkH1C/ijkZSEvCdkr5EUhLwh5XshzQp4V8gchzwjZI+RpIU8JeVLIE0IeF1IhpFxISMhjQh4VslvILiGPCNkp5GEhDwl5UMgDQn4v5H4h9wm5V8gOIduFbBNyj5CtQu4WcpeQO4VsEXKHkNuF3CZks5BNQm4VslHILUJuFvI7ITcJ2SBkvZB1QsqErBWyRsiNQlYLuUGImD2GmD2GmD2GmD2GmD2GmD2GmD2GmD2GmD2GmD2GmD2GmD2GmD2GmD2GmD2GmD2GmD2GmD3GAiFi/xhi/xhi/xhi/xhi/xhi/xhi/xhi/xhi/xhi/xhi/xhi/xhi/xhi/xhi/xhi/xhi/xhi/xhi/xhi/xhi/xhi/xhi/xhi/xhi/xhi/xhi/xhi/xhi/xhi/xhi/xhi/xhi9hhi9hhi9hhi7Rhi7Rhi7Rhi7Rhi7Rhi7Rhi7Rhi7Rhi7RgDHmcCq7miZd9WsJkrWjaGWKFD11e07AVRqkPXaXFtRcs6ENfo0NVaLNdimRZXVVzQH2JpxQUDIJZosViLRTpuoQ5dqcUCrZxfcUEqxDwt5moxRyeZrcUsLWZWtEiHmKHFdC1KtJimRXFFizSIIh2aqkWhFgVa5GuRp8UULSbrfJN0aKIWE7QYr0WuFjlajNNirBZjtBitRbYWo7TI0iJTi5FajNBiuBbDtMjQYmhF4hCIIVoMrkgcCjFIi4EViRkQ6RWJwyDStBigRaqO66/zpWjRT+frq8UVWvTRKXtr0Utnv1yLnlpcpkUPLS7VhXXX4hJdSjctLtaiqy6sixYX6XwXatFZi05adNSigxbttWini26rRbIus40WQS1a66KTtAjofK20aKnFBVq00CJRi+YVzUdANNOiaUXzkRDna9FEKxtr0UgrG2rRQIvzdFyCFvW1sp4WdbWoo+NqaxGvRS0dF6eFXwtfRbNMCKeiWRaErYWllaYOGVqQEoarRVglMap0qFKLk1qc0HG/6tC/tfiXFr9o8XNF09EQP1U0zYb4UYd+0OK4Fsd03Pc69J0WR7U4ouP+qcW3WvmNFoe1+FqLr3SSL3XoCx36XIc+0+JTLT7RcR9r8ZFW/kOLv2vxoRZ/+z/2vTs+juraf+7MbG8z24t2Z1e72tVqJa16t3Zky+rFKusud2xscLcw4IoxTgg4NIdgAgkktGDA1rrJNsVJTAhJAIcACUlwzAsJBp6ISfIIxZJ+586dleTCe3mf98/vfT5v8Xe+d+4UzTlzzrnnnjuQU94me78l9JuUYwbQWynHdKA3Cb1BOn9N6HVCvyJ0mpzyGqFXSecrhH5J6BeEfk5OeZnQz0jnS4R+SuhFQqcI/YSc+WOy9yNCJwm9QI49T+g50vksoROEjhM6RmiQnHmU7B0hdJjQIUIHU/YEUCplnwM0QOgAof2EniH0NKGnCO0j9GTKDvEa/ZDc5QlCj5NjjxF6lNAjhH5A6PuEHib0EKHvkZt9l9zlQUIPkGPfIXQ/ob2E7iMXfJvs3UvoW4T2kGP3kLvcTegucuxOQncQ+iah3YRuJ2feRva+QehWQl8n9DVCu1K2hUC3pGyLgHYSujllWwq0g9BNKVsSaHvKBsEYbUvZyoC2EtpCLt9MrttE6MaUbQnQDeTy6wltJHQdoX5CGwitJ7deRy5fS2hNyrYYaDW52Spy5kpC1xK6htAKQsvJdVcTWkaebCm5/CpCS8iZiwktIrSQ0AJC8wnNI0L3kSebS2gOEXo2ufUs8odmEppBHnc6+UNJcpdeQj2Eugl1pawi0LSUFf+FzpQVm3dHynozUHvKmgfURk5pJdSSskJegJrJXhOhRtLZkLJuBZqasn4NqD5l3QY0JWXdDjQ5ZW4AqiMkEkoQqk2ZYXxHk8heTYqfBVRNqCrFY9OoJFSR4huBylP8TKCyFD8bqJQcKyFUnOJzgYrImYUpHgtWkOKxb8YJ5ZPL88hfyCUUIzfLIRQlN8smFCEUJpSV4rGWQoSC5J6Z5J4BcjM/uYtAyEeu8xLKIOQh5CbkSnF9QM4UNw/IkeLmA9kJ2QhZCVkImckFPLmAI50mQkZCBkJ6cqaOnKklnRpCakIqQkpypoKcyZJOhhBNCBGixFHTIgFjxLRYGDYtES5A+0vAF4DPoe8z6Psn4FPAfwD+Af1/B/wNjn0C++cBfwV8DBiC/n8HfATHPoT9DwDnAO8D/mJcJvzZeLXwHuBPgH8DvAt9Z4H/CDgDeAf2/wD8e8DvAG8Dfmu4RviNoVB4C/hNw7XCG4aw8GvA69D+lSEmnAa8BngVjr8Cfb80rBR+Ae2fQ/tlaP/MsEJ4ybBc+KnhauFFwzLhFFz7E7jfjwE/AoijJ2H7AuB5wHP6tcKz+nXCCf164bh+g3AMMAg4Cv1HAIfh2CE4dhD6UoABwAHAft0NwjO6G4WndZuFp3RbhH26rcKTgB8CngA8DngM8KguT3gE+AeA78M1DwM/pLtG+B60vwvtBwEPQPs7cK/74V574V73Qd+3AfcCvgXYA7gHcDdcdxfc705th3CHtlP4pnaZsFv7qHC79nHhFiZL2MlUCDejCmFHcnvypn3bk9uSW5Jb921J6rYg3RbPltYtm7bs2/L7LaJZqd2cvDG5ad+NyRuSG5PX79uYPE7vopbSt4g1yev29SfZfmv/hn7mH/1oXz+q70cF/Yim+rl+fz+j35Bcl1y/b12SWjdt3fZ1B9ax1QfWnV1HU+uQdnD05MF1Hl8DsLh5nYFrWJtcnVyzb3Vy1dKVyRXwgMsrliWv3rcsubRiSfKqfUuSiysWJRdWLEjOr+hLztvXl5xbMTs5Z9/s5KyKmckZcP70it5kcl9vsqeiK9m9ryvZWdGR7ID+9orWZNu+1mRLRVOyeV9TsrGiITkVhKcyuAx/BsPhB+jIgCehPGhygUf0nPWc97CU54DnpIcxm9yCm46aXGhKpwutdm1z3eFiTM7XnLTojOY2mByvOf7o+KuDtYiOaH4DZefsfjtjw7LZ23sbJE7UEy4slWRttwfDDSYbMtkEGz1VsCGKP8uf5xnbC9xrHG0yIZNp1ESLJjjdZBSMNN6MGhnRWFjeYDIIBhpvRg2MXTRAD75jRD+tt8GkE3R0MqHr1NGiLjGlQdTlFTRQDPIjRCEOiFHjp0A2oQH8+qAdKRCM5wO9PbFY66Ca6m49oJ425wD6+oGsHrwVu2YfUH79AJWcPWfmAELfnDWA6Cm9B6ytXbPJ/i27d1OTva0HvD0zDzzkndV6YDs0RNwYhQblHbBTk2fF5q3vXx+LbZgHm3nrN8Skf7CH+vFeDHfif+s3wD7+r1/ap2L/6Y+cBjR/Pfw2pDs3xP5X/9D/7sf//+E3QIGJzqwbpXdSS+ibATsANwG2A7YBtgK2ADYDNgFuBNwAuB6wEXAdoB+wAbAesBawBrAasAqwEnAt4BrACsBywNWAZYClgKsASwCLAYsACwELAPMB8wB9gLmAOYDZgFmAmYAZgOmAJKAX0APoBnQBpgE6AR2AdkAboBXQAmgGNAEaAQ2AqYB6wBTAZEAdQAQkALWASYAaQDWgClAJqACUA8oApYASQDGgCFAIKADEAfmAPEAuIAbIAUQB2YAIIAzIAoQAQUAmIADwAwSAD+AFZAA8ADfABXACHAA7wAawAiwAM4AHcAATwAgwAPQAHUAL0ADUABVACVAA2LpR2DIAGoAAFLUEQR8aAQwDLgC+BHwB+BzwGeCfgE8B/wH4B+DvgL8BPgGcB/wV8DFgiMLfFS9BHwE+BHwAOAd4H/AXwJ8B7wH+BPg3wLuAs4A/As4A3gH8AfB7wO8AbwN+C/gN4C3Am4A3AL8GvA74FeA04DXAq4BXAL8E/ALwc8DLgJ8BXgL8FPAi4BTgJ4AfA34EOAl4AfA84DnAs4ATgOOAY4BBwFHAEcBhwCHAQUAKMAA4ANgPeAbwNOApwD7Ak4AfAp4APA54DPAo4BHADwDfBzwMeAjwPcB3AQ8CHgB8B3A/YC/gPsC3AfcCvgXYA7gHcDfgLsCdgDsA3wTsBtwOuA3wDcCtgK8DvgbYBbiFWlK3HYH/I/B/BP6PwP8R+D8C/0fg/wj8H4H/I/B/BP6PwP8R+D8C/0fg/wj8H4H/I/B/tA4AMQBBDEAQAxDEAAQxAEEMQBADEMQABDEAQQxAEAMQxAAEMQBBDEAQAxDEAAQxAEEMQBADEMQABDEAQQxAEAMQxAAEMQBBDEAQAxDEAAQxAEEMQBADEMQABP6PwP8R+D8C30fg+wh8H4HvI/B9BL6PwPcR+D4C30fg+/83EvyPfrP+TwX/o59z/jxKQVEj65nX8bfslIqqpNqpDmrOs5QBTNpOVaHDh2319eo81fNgrjTlB4NXUwhNEU0sbTjqdieCR0uVuxm+GSbvhxKq3RDKE8Nnhl+ND58ZMlfGh1D8nXfPvMt98ipfGS9+9413CwsQH+AlWI20SmVVBjPz6dJIuKy4uKiWLi0JBzONtNRXUlZeyxQX+WjGmu6ppfE+Yl6/MJvpHFbSW4OJ6cUKn9tkNSgVdIbTnFeTxfXMyarJ96oYlZJRqFXZ5ZMzW6+dmvk7Fe+12b1mtdrstdu8vGr49wrjF39TGL+cwl775R5GWT03EWLu06ppVqkc9DldOdWB5ukmC8fqLBxvV6vMvD67fu7wLlsGvkeGzUbuNdwOagmOfsFuVVipTCpMPXiMCo2eO6TnUFtwUG6EB0fPH9JBQ5duwJzqvOjGrSwObw3SVi9txWyUhQ/n6lB7KBjO+odep3dmeoNaA7KzekrP6en9wReCrwWZoD6oN3u7zUlFkkokEubKyni8r493VPLQ5Iu5oSK+GDQe6yOvG7L1LLtdKak8wgQYIxPMDIfLyhHRs0MVZAJsvxpxWYKQZdGwq4f/soLRWoIZ3iwTUqMUa3BFfP4ct5HdhP6IfjzJ7jGyjEqvQdUjL2sMGlZh9NjZlM6oZhi1Sbd7eBP+fHzh6HlWr/CBZS06mEFVx0AnBznUDnz+oEnifz9okPjjg3qJzx0EwWPPQ25jpJwoTgWoMMpNWXrYEyiHKqUKUP6AZjqY2RtDGCj+riQc99apwoIsq1E5wVSUNtl0sFHZrD4a2xgWldXTCrVVnL+peesv7mjvufdX2ypWzG7wqBUMq9apjUWdazun715SXrr4zjnt67tKTCqtkjnKOc1GazTi6X3kkwcfvrB/rs2f4zFa3GZrhkUTiUem7vrR5k3PbasLx8NK3gdW8RRFsXeAX5kpgdooehMBZHGC5BYOxLZYQWaLGQS2OEFaywn8/8xRbqIbt6wbiQ0Sf4p145Z14z4B+ZYGdKNPGbs8gyg8oOilEkOJMV28QaiwoA97WTCQGS7lS8qKAyC5qgS0EeSxItg7pj96/rGRjx3RqANlPXHuwa7DJauf3LV/YPOT6yrp+5/48tFuIcLuiAgzfnBu7/LDO1su8LXbf4TfKUjGbAbJcqnrBtwR+Y1G5KeOyE8dkZ86Ij91ZJDmRY3G4rf44eHdg0gtGraH0ckwOh1G4bDShQtjhq4I0ICSyAMRpG/tOhArLpk2R8Qqkt7zxWJJLzrAX9JkNrNag3r4HiwhvVRtUCsUsBlRopQazJXVQLuDRmqDlm00e8xqIq3a7LGaPbx6ZIWGy7CY3ZxqpFDNeyS5R79gekHuCDV3QGWR5bbIcltkuS2y3BZZbgvIfdjgpXxeFYh20GJxKQdR9sHMLhd2WjlKxk/xlWPSocuESUfAtLhMLwimGgHtqeDhpbaotvrdzkyrGkRtkHpPWTJAiiYV57FZPLxm+M8qg0qhgA37DJbSK0vEToPIFacGDyUKUVAvC6WXhdLLQullofSyUHr8MjMcIR22aB22aB0Hp+m0cI4OW7RukOZEByXaUDslWvCG4yErEuE45cDlDTiA+Qgcc+R0hwZRrmg6qUen9Uh/cUwDExhKoDhYNVaPrKRxU+jLGlPORD0RP7dBX7rJTlNbA06336oePggtF9aV2prpdAWsarpd0h603Go9VpJeTdcO/zjdZn+Xbg1/QSvTbVl/aCboz0ZNO5pwdDr2OxhKViElq5CSVUjJKqRkFVLHwYu1oyePgia0XLckLog55rpZlwmDZqafW2MLOFwTn3b8CfFTqUY/Ru/BU2VTM49R1H/jcbzwODxq9xqD3ZoTqIiyQJDJH1DI0RbMdOzxEHk6ZXpQlkbv8Sd9L6N+dXdGeX6mTqWgGYipalcwX8gs8HNEBIsGNbRvn12oMfF6Pe8y22FENplNfH5XHfNdLA8L8siRphUkcVNNxygbkcQmS2KTJbHJkthkSWz460ZKY+q2DaKYHEpQ/JX0k0+IHWNGgl2qFeKBZviUI5o2CnQaD2qtVo9FA5HhmbSCv3xYw2fI714Zg2hQQz0lcgtq19TShoICRzyuzXc63YP/YijHfuQLFer1WuxJWuxJWuxJWuxJWuxJWvxiqNGTogu/pVBZl87pMMSdhflKIbtLSKYdJWGGYb8YBH0j7SOQAIy1+MpJ8eJinA1MsKsgwhkA5AIoeFGEkZIBVIzTAkk/ypjaKrgcAYuaHilmdDav1eaz6uiRRgRe43L6Lapcz9X+gpBTgzYq0C6dWwi7Vpo8Fv24eS77co9Kq2JYGEgh3do71v9YTkjvzvZcmME85stx6TQWr02OSlsVPDWJuuVgxGSyysqU2CSzQeLzWJlWWZlWSZk+bX5+EVZmkdOEN3BiEafHLTilCJ/CUb6Kbm2+KcK6cBTGFiKpDyvvMt3Fi2WTIZoKhyNBu912BX35GEdxeIJVsVsNNreh3B0JBm0jV/vrMmiaVlsEp1Mwq3Pd3d6I4OVRlbesqNCJYBCyCC6736xutEJ+qfMWReizlVuqm+5tufD3sbD9ZHam1hEVhn9WsnhBX7xzXyf9PGRfMI6Bq0C+sXh0iD2nCIDTRqjNotuKdWDFBmXFyYYVJxtWJ1FTsajxUwXUdsj5fbJyfbKl+uSEzCcnZD5Zub4TkJBpKReKpkw9QexZOCxMTDr6LokNYwm7lHNMyMDYcy33nNlz95u31bfsObPnjjd2Tz0cmXPfmjX3zY+GZ3973dr752XT9z54YWD+jMc+fWjvF/vnT3/07z9c9dxtHb23n1i27uRt7b13PIvzKxiNXwL/y6Ci1PUDIaUsiFIWRCm7nFJ2OaUsiBKbgIP3YvV4sXq8nN6A2rx+OObFn+lQfNYg0h5UKvUgpu6grUs/YaAmBsJdPFYHLx2g2QlpFvOSuPHp6+/RWAIuHFVy3MiW0758ZVv0cPWMvtzvfadjWUOIuWfhA6tqRvLH/AJetcqRmHvDjM4VJcbhz7MbF1NEYlYHEpdR9dRdoo/L58vV8NTlWIpySYpyLFU5fsvl8JaPRkXYjSZ4rApo8bJqeFk1vKwaXlYNjz/fycjnIDc7skZEouiYBBo4HOhyyEFGysiGKtOvvCgdayA9k71EmlrkM5epxO7wMTiZUYGbWOx2VBKOhMPpRFSntIZ87oBVx2605dX2Vq9PKwsSU0thnbt1fUckOHlupb8kL9u6wageGa6f5koU3/VE/eLJAgQZGC404OKFJTMSweG3x5QIaY6CMVRMXz2lbllnldUYq+koHPlTyMvc0rbcoVKOtAWqp0G0aRwdYhaD3zRT7x+j6mDKZoJJWJ2sojpZdXVyrKmTVVU3SOeKsSLRYkVtRSKMmaGiUJHe48TXenAA93Ac3sAlHvw6PMfpQhzFD3qkIffkQZfMVsJHTDg90uefQBGqnNKisKjj/eWoXNTpURuP1460uFXOl/P2GsgjD9d5FNEe+yCKyn4Ir2CIx1lyLNbHDXHYVMfzJTM5cImDshcN3iVjg/ml0yYls3jKxof76lbPqHboYGBWG4unrW2p6JsSKupevurq7uLq5Xf1xma011iULM0odSpdvL6vqmxaibuoZ8WqFT3F6Jo531xcZPdnOrMEmIOrMrODvvJpxeUd1YXFtb1rO7u2Tc8zuQSLjndazDCbygh6vQWTs8o6aoqKJ/WshXdkAl//DVh+JnXVUacI6nXyWGuHcCLzLzs+Hkj50ZOHseUrzTgJ98q+XQSJ1yeScl6McadiYyn4eGqZDmdSqvAbaeqwJ52NQUueWjA7pYmFlHl/+d0xQ1yk5jMsFlIwwJnDkxCpb4CsJkbtFb0L8pAfe60fe7Efm44fj/1+bDX4/88Q+YlZNFgaZZcFtssC22WB7bLAdllg+3GawxkmzrXxIq6ogVtow91ct2fcbqTUWo7gsXET6UOX59LWS9M89oap2wf7rzmwtZ5MPizq3J7+5tb+rpikmgBkeWeuO7Z9cu0NRzYywbQ6Lvxt9q5Zebkzd8xgHBOz1kyIbleDVkLUKtEbwoEtO4TcmMNulO1AYQPKdaFcJ3INyk4qNXDYc6Z7cEM04y6X0+UMZwndToWZ5NbmygRvRsQRsIRUXx/q6+uL9cWypDSIxYN7WdmE5KfIbleq6KOs0RXx2gNOXq9iRmapkTk7MyNg1rBoPULLGTWELiFkYNQ+XPhArAKSXTYllUZgYvnlC2wC9+PSCJaxAOz4U2m+VSB6o3EUzUdhJwo7UMSOsikU7Q7qeG83P17QSYAt9km/8dINQmOVmwmPPPbEiHnPoDBHM/0hm44dOTvyjkJvC/kCYZPCgBaO7NerOHC/sF2rRHZkVWgtmV4hwrP6kQO1drdJAcm6hmaGhyGpYBQmt53uoRN2j4llVGDyGeg9tUElSTP8Ih6R5kLsTDA/p4opkTog+k2ThcnxyYxO4yjRgyGWYGsuwYZcwuG3UzKI/inC9DliopCewvZOVclxtUrO6apk261Kv9GqQVotWnnHi1QJV0JXnyxBVAkqKcmvyxlEHtF0OhNlZrLeD/NbJv1B385S8XTdYIiXpo7z+tIJyqnYvL5KuYZQBMPVPMiEsUIhZytVjleNikvlbEXuYSVLV5FQaC8uKitnElyGxy0Yq+/qalzflVe74Ynlm+2FHZWTFjYX6tWQkKk8k6cvLVn49d7wI7vrl0wWZk2rWz3JqddDRqGfnWjIalha17amJauhZFqpxxv0qjmXyeV1B72W3OTW3lOOvES0oWdyPWh3L2j3TcVaKgdnwofBVbWBMtnHy2SfL5P1hfclfZUNos9Ejy2G072YH1fWsP5jOMLEOKngRmtFDWXTlpUGWEXBIFIcCbd4Gri2SmgOKNqlmAAqdFSOZcPjOhuLChHb5eGBVBHTyZ6Kt9ul9OfN4sV39sWaGxoiarPHBumtUmXxO12Q62a3NjVlL7ptRvYztpLpor9WnBqp3zyldma5C73ff2JnAx+uiq6CCMGyECEUFWoyLVQP/zlaEeQ6bj7QP3XHkknmnMlFI3t7ZtQs3gT+NRs05mdepkqpWwcypPGVTH3PylPec4fwJOoKJauPLy5VjX5ISli0TjTEjcjoel8QtYYmITSI6EOWFuajQjz6aAxNhbmDSDmgaccz5NiQtEFxORM+NVasuqQoqSSDq3JiSZLx0wqVq6Z1ZnzhvVeV1q3dOyvWVV/q1Chps8EUqUlWbdwWEPtqKqcnYno8lfo+7+INriyvWdx0sP+WF26s5tyZTqPFaY4IgezA0Wdm3DwzFooF1RYv9tMFoJcHFCupMFVJ3SYKiWqk81Ri76zEY00lzlUqsXVUYmOpPIE+pygqTrQWl5UVl5UVlz02Lisrjg1Kawk06CojHtaYgz9Xc7aAq7MHje2KNjy8SuaUuKQ6KdnT2GR0ogtCsjhmVUw4PHHqUM48oOIzrLgI37h3zuLbZ2QXLbprfufNosoqYJvSPDZlS30CLAgsqi4wSWyIuNIGtLF9evvNA4s2nNjZOHUKrUvPqoangu0s2izW77gKbGlKIdZWH2hrL0S1GFVCPSPmxMsSZavLGAv2Josfl/osgVyc2eVibeViNeZK8Q1s4fPD9bFHYjQubx/G3lbCysbHyjYm7eskJgGOxfoLBHJf2s7eydInWXSaRSybEf9DuMX54QLjGiNt1HyYIRlY38SaKHHKd2LE2KBbHraVwcAEs7JdbHy0LVImKVTF7I24hlO+hjVd4pLmuF6lUzI0o9KVTV8rrn58XVXN2ocWr/jWgrzHmBs2TppbmwmT10ig9frp+Ta3TWV0mQ0Wk17nclpqbxy8ccOxm6bWr//OTMuOPfltV5XjcS5r9At6l+J6qoZakrJz2AElx/PIUcuTjlYeOZx5ZGPy4A/zC3KyBkdPi2ZcMczSDpU1usNDBU3+Nq5JmoMU4Tln7FTxJ8THik+NzzglU7ERuZUT5yAQ5tPRXdIDS++CkVqpsvminqwSv/FlGPUUZtPLaghNTr9FvY3jcKjZFmxa2RKcHNLDCG6yOIwKjU7jLO6qWqTi3ZaQ/8JHeLDHSwaMzR+yuHlV37yvTY8aTHqLh4K5denIPcytzM+oWqqDmk+dFm3mvEbsZY1qELnRz1lQW2NxYnD0M6yChOxfwGeP4EMJVSc0RYPJjNo6PaypgClWqbD1cJK+TooGaOQVqzweVXEei3UslmAlz8R/Yqafg8tm5mSJOuAsU4GKqWj5nb7nnM22oIL5oKYpxz/57YqWOW/7O+VSe0IaMYfeIqE/VvwKVq4D0iWcMPHQyb0Sg3+x9AZrHXRst5OhIBxRQjyzO+R5XtrmymF4LSmTtsSzYSqISsJjw2ktbYGpYMTIyHvMrRbTTcGMor7tHeWLPWZHXdlHU9Z055dc89jalXsX5XKBQn9hvChLCJXMvakt2iggjudHRq7qK2iMO66aU9gUd/TM7/rAH3Vqdl7XelWth9kQFEIz4h3X9+R67eZ8XzCf1tKBSbOqa9ckC7PEWSWB2opil6std9KCcFbf5PYbe/M06sDIJ3OX+Suas2ctFcqbhudVJWi1Ky+abaub4i2oxfa9F/K4h2BkLqJuOJQoQTnjxX7ZsCesAsirAjAsO3ykQC6VyqUquRQ2dPiYltTGfTkumH4rj+a1hBpcbVL4lKbdY7VXMhhXXlwglkYT1RXK3yQ5tDEPqc1kzHXmNxfUbq6HXalwlx6KG+9snr2pLeBK2zNtap9XH5qZHL4t3TNx/G1tnrT01oU4Ut4y+gXqUsQpGxWgbj+aCHYGVwcZu5zLXTQfsUh89pJ5C5mnnKDXUhmU7avKubJKbaCmI1pBhCvxJ+qHXFyzpJ+3hmJyNJRHlitXzy142MXGCFaIai9VgCW3uiqGMaYCZme6Do0KqnKilYD0m98Mb76E+paoT5ShaCEqFM2oHRKC09JjFsoBvxAnEXqJpYBfeIKOwPxVL0vz1SsrYAxue14ehQUlRmHP1CmymzMa+LRBwMQAxSG9gHxWioJFZ9NyjwkeQVcwB3mlF4KjCiG7ndmstmS6PUGnSTmy81KNoF612ZXpdGXaNAbTyHG0yqCTSi0wEdCgv40YLjeMC6+j67QGDQPDiEbv5EaOj2TxNllnqBZ0ZqNEaZVktbRKcuVliPTbpkAPh7RcgySx/H6vvCpy2bt0Xf5o8lMoTsOoPo36UPSYOZ289hrmcGEl4sTbNd2o4fL1O1IBmrDO9+GYR/t8dlwr9RWRer1UuZeK9pJja2E0OzoNz9mn1V6+HEpue9my6Qn0GYQVDilTrS2QbipFQ11LbUNeRXNem2vC+59Yeq2U63B8ZXqBBscH6ePc/yxIfFXUsMlTStlYFKdJ8LCorbn1+ZXrp+JB0hGwqOy5U/IrN4zFEqU5w2H3cqq2O5orZtUXcHldrY2hGdc1C+NRJVh5SVS5vIfZCUMxw2h06o3JTne8LruwPscC4aYtHXXhDRZRe0QTeYN4Iwfg8//aaiyeHvl0HJeOw9Li5YR1S/TZUTkU40AsavNaclyh5rTq8Tg5vg7GXaTtrH9ZtV8dkMeU+O32/yIgX6QoUNACHI/x/OcMaAivATwhZiSiKNuMojyunYT1KKxGYRXKYVCURleo+5+9Yt0fp6e+uBZpJywo+C9eUDhOa3Ft86iJal8Dr8mF/68UU0sQ5kryhBLPiWSVxceWCfrSv/9qvYA5U7X+6XWrH11VVrn+qfXA5c94ald0Ni+vD3gSKzqbVtT70Z9XHdvVOnnroXXALcCbm3csqiyZv6O9ZcfCypJ5O/BsemQP8yboBs+mt+PZdKBMK1uJVrYSbTr6aGXptdKwbSMTaWlKLVV4yZz6ijPpZq7zK2fSV5pIX8FGvnoiffe87Po6MTTBWKw2j1kVbWvvylv0DTyRLpYm0g2R+hun1M4qd6MPrnv25kYusyQ4UpuOhewHYDMMrvPckFMbtbXt3N8/9aYlNZbolMKR+3tm1izZLEdL+nGpsrP40JpSFDbJKjLJmjGlVWWSdWjCqjJPKFNinVFu0GCWqIm1hE02f7OtjZKDlzR8xcZymYkJvOqrVKKkH6eVGrXa4Q3ZXAWlVcFLnSarrqrSawiEvHqWQcwiu4/XaDRqa35b+fCBy93m5rL6iIlRa7Uao/R1R9foEP0qSNxMvSrq462J1s7Wba37WxUTlgI+lZcAJI+pw+UFyyVLBNLSAPqDKJD1AGklAAcXeTkAT3GwB3mOo0+lRV0tHuT1ojTww24Y7pfQ79fT+vx3yrUf8dP4BfwaniFl/9/jmn+L/RwxrbGCv1zu78MF3Anl/vFc6L9b7qdfLZ63o6NgxtQCu5bF5fxYYnpFTn2RJyJOS3aJkWj3pu5QU1XUpmJgrNcqNZllzfEcMWrLFruTPWIEGadeC+/b4bKGBIubU3n8HnOwLCtcki1kxmqn15QubM7Vm22c3mTneBensrvslmBBRqQ025+ZU9OL30Vg9K/0SvZpqoqaeyhK8cE8Wed58rvIk99FnhzF8mSrzMNGqHcY8oaCTV7DkKOpcBCxAyoShF7BZlcsVx9eOUVKM+yVJ4gXTyPt6ek0vVLN+aP5joYloneryYxr/lvSacf7uPZnNr1f3ugIZVjVCo2CnePN5IwaZVbr+g7aSGaIb6WXbN8ic8gRbd98jVajMDqx3HtwnYZ5Fka4u0UBxjVdBFtQBFtQBFfCI1JeEeGkBAJ9foR4miBrRZC1AvyZ5Ju4gdUipJ1VkG0UEujPRY0lrzmiU7iaIc1QjBdrsH+mM4sxk7piseaSpYGy8vGyzQMqs9fm8PLK9nulgUxlJRNrR7ypoHbTVJVVAM81a8bGt43Jjpplty6iM9PeOfyPzvlTsmYm6f50j7xGwGwC/eRSfzpGBUchNuO0TVDjbZaAfKThQ3ZZTpvM1vFkTmLz2Irn6HmxHC+XwhjJowiHshUoMxs6JmWiUCYK4GYigEIB5Jd6/SjkRxETui6AArhIoeFtTQE/eG0ArzxowBQDuEKE9/CbCOD76+HCQHZzQOdu1pEAKC26SF9k9knjYIz8kyr9RO94XSImfSM79pHG+ADpsDjKLfLHsZsQzdAjr7AGd7bPl+0ysiOvsgr8OYHDG7Ro2BGW+ZLWWgIeh49XMd9jNVq96sIP8ZIEqzZqmRl6s4aBKQ4NG82wW6+n/6LRqxlarcPaLoWMeSdoeyp15hjVCOFpEohWgYsX0QpUjjkrH4UDKOxHYQGFfSjsRZEMlM2iKIOqqlF1FarOQzW5iPPbUDsnT/8wi1owV84Pd+BMcjdmUY8HEtxtqmuWzsPKTHCd3GpuG8dyotnexBU3ZzVX3ZmLcvGxXBw1OYu9aVnuxlx6KvQ62jRYyW9iTfadSiReAU0SfY8v/JClH/IjilaO6ZmJqJi0ytNli4tUPqGp2MkqRv7JGBzZPiHHpWeeo+n9jMEd9QkR2Bv5XMFCruzIyDSrmbdp+iVa8//YtxLotqr0fO/bpKen5S3aJUtPlizbkSXvdmwnsbKR1VlsDImTODiJY0ScOPESlqSQOQUKAyQ0A+0p5RTmdA4pnGkgMAnOADPQ6YGyOC0MTeicyZz0zLRk0kmHCe1kSmK5/3168hIMJLSHoadPOp/ufZvuff927//f/8og9mHZTJ2i8EmKVyJ+bwFhi8npmGAK9RDPjw5MsMjhNPECcAj8rlE/zwOHbGB4STKaN39EmS2EX6WgHcuAX+Xo3uOoEggjkfgssRspYjGaUtgL8niMrMd4sUe3De78KTfmibTOIF4YeWYWwjOjuE7Agkomy4QrglBZUbqErFEtkcYnxLl1tfLxNTUivDn5TRS5nfl0Y3qaNStFmVizmm9WisOhqEtgPjjFCK7CYEGRhHnszV40Y6VYLYg6LczIPzAWKRwoKJIpPvtfZXbFyoKvacLd2T+Hgmatih2/iA/ZFRtDcxZT9gheyZGsI8HpyHYS6wEzwL1AnxhqPY4C8K61RPMDuDSAvZor6MVxe52dKuaxnwzJjX7sm0kI58PhJT6LssSyjFmJlukuWDOobiKntER5I3TuVeuVeBwkp2Z8KVHRAl9up4mqvo2rrPKrEsXt5UU6+0OzGAuFCp08izH9O04qVIMxicseFSXW6rTjBka20OtdXjtLmx220RR1UhFYGCdkRGHL2G/xT9lO8KhLkf0oWxRoEa+Dbp0+MSn7ho6PRz6uSKB/xUQS2IOyScJmVzQYiLrMdt5XEg6XgkR5S8PhEh+Ph/LzRfr7VtnKclbJeqkhkggIQiARiSR9guBLAk1nZH+GB9AZFECW5wVPEInvj+RSQUymnBbVK+PtDnB2j3Q/a1N8iuSxYOYewRvz+2Ie4UC4JpX0nTBZzJpgY2VfQBU5TlSJT/PS2EX8EP2o5tMEjiDnMLXnRUsoCh6ZYzFqHmkeIYN61afTjqQrX/sh8o5qCXnHEpW845XHtKqWkfcrUwuTpEyOlkRyJ+CFwTj6k0TL/hT6swPeWECeIyT54NVjJMmAp0EdoCuJ18jrTwo17SifMytFsH1ReWohgPzHDHoID7C3AdV4oNoieDLX/2shGhsPV5cnvSdMVs0c8Fi5y6/KHCdrVLuPvpVOaS3UI9v3uEJ3FbRSPULoNCU+q2+yME1zVpPZpwRP1OstdAuczSP+EWuVfbLotmA265nmAmgvs+hOvRf+UDUwdcRsMZFdAubs+c+4QHqboG+l3h3vrVDsqR7v7ThV4vGaCbKw0xKLepd05j7GJntJZ+i7LZ6ozxN1C9nHJl2A7jPaFdJ7tjgMvfGOmAXoDQyCWAIqShwnqf7PugD8w9kPaQv7A9A/8xGRReXllRUevTN6jM30V4zNWeDyRWSGozYwNiXkgkkiw/7G5jAzJpti4/bYHDy8v9OGMGjzeYai7kQOJD2PTMJxHEQMIvlmepg9khMnkn3CUIpyuVmRZYV+jXfwLFUXj0bjRVE+l6N+T/YQ/ph9AEVRYdpFE7NPE4eD1tLDaFdYuAc1l4PG5BKBOJjhyp7xzIIUrXE/9wb41xs3bFzHYnuBT/YrVrqudWYw3NBajXkx6PYERYrd9GZ27clT2Y63rZLAUpyZ3fruB6d37frpP73Xw3AcmGCR9OgO6NGH0KMIqj6O5Nx8TNbn86Q8Snoma0lQguYx5nqYqBrPVTLlx446ubaGKtbtmsct4w+DM1fX0VbFL/sLbJhd39nZyVBi0OMKSmaqZ4jy7Tr9wbtbWTNHsYJkfQsfOnUSH3qTFy3QO44Zya4EMu+jhuj97F2afVmF1qFo2rGsbs2aphvn+xzJpijrWA9G7f3Tr1eJp0+OyA3lIw1fnOJoyrv3WpabK2cP8rmiJPzqdns8blrLEgRHo47eP/uWh1vbD/Q0zr7lQBspO5KrdqQX9q1KaOXOlYndtNWtSC6biXJZI5GAFA473e6BktkJd02Zd4bDa9rLSUFXqmyGSl9uPZCZ3dSzv711f2ZWY8/+jkWDbWUV1/c1XzfYlqxs67uNgSkDxfLmhUUFDwpmGOx73D57KBmuqBXM8Xjagx0wZJp3qqCZ28AjeYVVUQ1ajP7sOFoKswqPg2q5aSlODDXjrc14fjOuacaxZtw8TM1PO63BoPWOWnxLLV5WixtrcaIW18KFYzsRJopDJnu5LPSzL8LfoAorBsf3E/CDqRZr41hFBRsfxuh5Ze2CYew6wm7M7wMhS34b3od5xYZ/1mZtMknl0GpkD0BikovLXOnSmq6Ip+SjSq/U9D61a/Xe9bOLRDm18tandhQtT5fZTQyFTQIvxOtaqjfc215K++e23FCZeXht/LCnrmNe0dKFzf5Ic2dzunNOAf7L9iduX1KytPeb3+lse+YvHuiZxTtkweZQ7LJfNNsl+/J9T693hLyOhu77b2rcOC9m84TlbxzOJCtWdxOrtxho+4aWsZtA59K+K0J1RflQXZLMcYsI0ZN4UhCORJ6dxDN0ktRVp5fUXqJgiEJqzilWdSVT9Yi1qruHUJ4lYxZ4MuowlUzzFpIMnEa0tiuNJ2v8lpUWCmn+jZaQTjil5SCSigVZkmWBYWx53tFGMmXzicAT2VUwHwLmTI6QJrS50mfH+5hJysPQb5Rvf+4bdxzamqjofW7fHiifswcSs1oq2m+Z7Q7N7V48s302jNrUNx/97ZGuG5+++OQjF7Xyu12P7W6v96168OXeP357X2Nsfmf/PSByhxGin2A9KIX+JR2LhXCsAMeCOBrAMT+O+fT8q1KN9jKZ6VZoa6uE3BUYEdKiUj3KUKoTtFT3t0t1gpbqU+lSklpsD3nJQ16B/AqSLvBQvv8C/Kek56RMOv+qnoILpIcnnpSwpMjDuPmFaGupOIxNuR0MVc2jI1qMh3xGyLJ3Pl+RUBYlJvyZDfoGh3zComTiuJwfU1+kR/QlzXN8grPYTKPrTVaB43ibGds/ISvcNCfweAZjhYESHHTuHMwM2QUkimMS/Yrsl3j6g0ctjC3kkbyilfshzTCYMQncpQO85CfWvh+o/TjI9Bz0SNpWWocTIVxaQHzD9HDedKSxm0ixWxuS3Krmg1DJY9VF8EUNOq0bvk/dhYQccQTiCQokTi/NbFDVBhC+1LFqN5dqExuGcUmeQrmIWLm2OEZiiyPjm8Y0Gmk+3xTiEDfuinQvTk+agMmFlur5OAtj7Git3eUw0RaH9dKNmQY5WLuqRkv2AqeDoVizt2nttqbOhzak3Ivu7Ruhqs0OgV1K8lhNYsjtDHk8NmxZf/C2TYlES2NhYUmhWQ65HG7R7opFvbXr71g4Z8+BZ/tP8rI2fveATTgI9FuD2eOoA0gWJCTrwJVmIEolUfxKjW6VhG6Vw1Rt2rKiLb5ihVfBLWkSg4jDLXHiGqfhbDxN2wNmMR911J4MqFqiRU5kA0D5o5q7p2VHEf2266Jp16XdThinABvsTWRJsok46cvLm7AmuroIpy3kZJPUJLnrhrGQtixpK/tYVdklJEVZGE9RLj/fII5nKYPbXZ7LOtWjllqyAVnGkhvE/HpfYmKjUd2k2GVuO0YuYpc/Mx0TXSGaPjhn8Jltc3etaXSYOdpu42vb+hbM27KgMNF2e8se4JWJE+z8rnmZJcX+mtW1jV3LqyzEm4T5jNLY3pfuuG9dUp3T0TS/b1US9689sLXeVRC222FuFwuqRWrhnPaq+jXpQlAPl+JzmArTa+tLltSFoyUwcwi4HR7JrgCfU9cPLZqdWd0gUKbaVdvA9pNM0B+zTjQD7NKldCMJpCRxcRmOFeNYHBcFcTyAo5qBKvLiIg+Ou3HcheNOHBcxsDjG4hiDEwGsWSs5Z62Sbi9U3Kqor7Xn1tjPvEjW4IOplDg8djldAHeIRP1EIhEiCS+KZBARyVRRJDtLixGTs1UMDAD5lKW0heQsMRXlxYGUxmAmERFFS6TVksutBa2rPl9VpUcCEnqUlWykGclv1NM18IoPnpqoM66aeMJWuXEUR+gfO+WD+f1Go+esog1mnBYTfo9VQmWhSGVIPCi5st+msuvwIbwzEs9+lA8tYpETQ14l5PPYaJn4s6zZxl9+PUr9crQRjY3lZzgUR7+FiAZuBs48y9pRGJ06jiTQKIsUwcslUdQ3SkzdQHFWt96/0yg0qIURxeH8U6KYC3hpT4n6U9plgUQqh0TCTk4PUka0fQDAyQielLr4gZY55dLHiUlZEWf1TXBnjsIzLlYaxskX/KuF8YR2baDQdCihRxXzwcWJuKIWkInosW/N4D1LszyXTbEOT8xfGJcoDp8b/ZaisBY7T12wuwSO+Vu5IOCzXzphBfeFA0eGWVoSU8DacXIQ6R88byqozi8Hes30YKqmgp1xlbg8PUyzJuG9q4f58angZ04Py0GEhL+bHtbha4PtmQk40FSI35keUv9UyPddPZTe6eGcZcDA58P12LXD/Q5Cnl9cHXzyVPivvzoEOr7eKKi5OoRmTSCc+vJQN03C2elRCPYm+s5nI3b22hB3T6DYPBUlj1wdSh/86jDju1ePMnCFkm99GqlzCJV/z4ABAwYM/H8H2Uxw1Xgyh8oKwOAknJxA1d0IVdd8Cdz9BThxdai5CaFa9PtHXej/Burv+Hpg5hmEGlcg1LQfodm7EWpGOkSE0isMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBg4KsHohDWNig7EU1qVAhxlEXbsYz+5x966ZSjO+m7tLKd7Fmme+lf0efpf6d/TX8Exxfoj7VrN075AwYgIy8KojjUylA5aoRyDlqAFqJliNzbgTrRFnQzGoD67Ve2jynswCL24xAuwatwB94A53pxHx7Cu/Ef4Pvh6EH8MH4MH8Wv4tfw6/iNa37DdXQnvRHKwWt87kn09f8w+FX47UVpxALtI6gUflPAgxpUD3yYi+ZrfLgOLUZL0FK0HK1AK9Eq1Ira0PWoHd2A1qAutBm40422oh7gUQZtg3/bgfrQTtQPHBtEQ+hW4NpB9Aj6E3RYVVSfGlQLxsag1Qgq0VurQHXTttYyTWubPtXa9imt7Ua3QWvfmtoaXUrfAJhBz6Zfhm/B2I/G/n7s/bFTY2fGfjH2r2MfjV0Yuzh2GZmQGQlIRAoqgN59G/01OoaOo79Bv0QX0H9gjGlsxnbsA2krwHGcxkvxCupN6m3qZ9SFn3f9fB75/q8o1TWJ2RfeYUeHx+/bMv6MCSi1Zby3Vegnep1GdmzV6wzU/Xqdg3qJXjehJlxHrAnDk//Eu/Q6RkH8j3qdgvt/o9dpOD+m1xkUpAJ6nYN6vV6H/lBt6GmkQl8qUCX8qsD/DEhXP/B3ALAV+KuCjPTBmZ3abxecyUBtB0iRCvLTC18V5CWjSccgPEWOuqHshrt3w+8WuHM+PNcL92yCcxm4I6Pd1wUY1P6TyNd2KPtBulStXXLlZjg7fY96tOMh6FP+7s1QbofjLuhZRms/9bRaVVFZpbZkNvf3DfRtHVTn9/Xv7OvvGsz07Uipc3t71dZMz82DA2pr90B3/+7uLanlK+a2rFyQmN/Vm9nUn/m8I71QMwNqlzrY37Wle3tX/za1b6s6eHP3pCZ7+vuGdpLTm/u27+zakekeSH0lBCdmY66mzAtQ4gryk7t7gHi9GsE/784ve+33wm5tcHXEsQrW5Ecg2xSU5XAJSQ/HRNABrGkSO9yafTn4g42OWf+JfGZNtV76t73vkPLtn7zwh5c+GX2A/5XpGBzy+VH8vwUYAB+utTMNCmVuZHN0cmVhbQ1lbmRvYmoNMjcgMCBvYmoNPDwvRmlsdGVyL0ZsYXRlRGVjb2RlL0xlbmd0aCAyMD4+c3RyZWFtDQpo3prAQE+gwDAKBgAABBgAQaQAsQ0KZW5kc3RyZWFtDWVuZG9iag0yOCAwIG9iag08PC9GaWx0ZXIvRmxhdGVEZWNvZGUvTGVuZ3RoIDEyNDMxL0xlbmd0aDEgNDIxNTY+PnN0cmVhbQ0KaN60mwdgVMX69t9TNw0IEEIJhA1LIkgJ0jshjRJaKLpBwCQU6eYCIqAUW8RoLMhFURC8FxUQdRMboiJFxAbYEQsqIqCCogIKhD3fM/POLpslCve7/wv8eM7UM2dmzsw7M2dJI6JoWkQGtRk8LLVtRfTLteHzKsgfO3uWO7Vfh35EWkMiO2JC0bXTHvsxfQORqylRZO1rp86d0HDljOuICu9GnOKJ4wvGHX293SGiNbOQvuNEeFQrrZVDFNsZ7qYTp82aU+fVs3PhHkXUfenU68YWUHzccaJxcXCvmFYwp6hhnbpPIf1wxHdPL5g2/ot3bZ1otY/IWFM0Y3zRzuOzWhMNQJo6K8gw++uvkkUR1nKrHUqQyGq8T5t0iiC9hks3TNPQzW9Id9Jog4NcxfPSwGFuN7mJ/I5NftLecD2qp7hJWyXCjC1WdXF31Ai5HkWcB+j8n5vxdwU9RS/QJtpK79BH9LsWRfl0O71O39GP9Bud1UhzaXW0hlpz+j/747/VmkbVjC1kU10i54zzg3+d8wMRSnre5wG46pop532cWs6xcD//A/6N/t12NMXKtLH6u/A9rh1zzui9hNvpKNz6HeJapjjuetT/rH9VpeIU0Qy6nubQXJpHN9J8WkAL6VYqpjtoMd2JuliI67vobiqle+heuo/upyX0AC2lf9IyepAeouX0MD2CelxJj9IqFSbcj+LvMhkqQv5FT9A62gD9N62hx+lJWgv3etT+BnoGfuzD7qfhs5oeg+8T8BWxhN+z+OujMiqn5+h5tBm7A66NtIVepJegL6M1X0Gff402ox23oGW3ST/hE3D/dUz+fzu9QTvoTdpJb9Hb6Bnv0nu0i3bTnv+vkB1BH+F6nz6gD9HXPqZP6FPaS/voC9pPX9M3dAC97ugF4Z8hxueI85WK9S1ifU8/IOYxxOR4HOdLGXpE5vAx0n5DB7UIOqnpdJYcXInWWyZbaLlsR9F6onXWyHoW7fEs3KKFngy2zdOo46fRnsIlrh9WrfEM4pahBgP1V3Wt7Vatw/X9KuKIuhAhu1Rd7FQtIfLZHEz7rgwrl+m2BXM9X6P8hJ+E1M6XIXX4PR2SNcO1x6Hna0/EOIg4opZFHpXr9gDScu2LtMI/NI0I+xzuHzA6HEVNC/1JtsRPdDh4fViFH6Of6Rc6Kf8/Tr9iPPmdTsB9Cj7H4brQN9znD/z9k07TGbRgBZ0LcZ0LCzmHoc/BaKVpumaQ//zVeV+JqVmajTEtQovUorQYrZpWXauhxcKnckh0MKTmBSExVYRFSp9aWm0tDuNlXa2e1kBLwLjZSEvUGmtJWpOQsPrBEDdCPFpTLVmFxcuU9YNpGyNG3ZC4zbU22g34v4XWWkvF9RVae62D1knrAp9WcLeFuyvC2khNpyFUSFPpjHVEfw/5x2FUKUvLvmbM6FFXj8zzjhg+bGjukMGDBg7I6d+vb5/srMyM9N5pvXr26N6ta5fOnTp2SG3dqmWzlOSmniaN68XVjK1RLToqMsJlW5iENGqZ5cnOd/tS8n1miqdv31bC7SmAR0GIR77PDa/synF87nwZzV05ZhpiTgiLmcYx04IxtVh3d+reqqU7y+P27cr0uDdqI3O9uC7N9OS5fcfk9UB5baZIRzU4kpKQwp1Vb2Km26flu7N82bMnlmTlZyK/suioDE/G+KhWLaksKhqX0bjyNfMUlWnNemryQm+W1bUMU3A1cVufkZxVMM43JNeblZmQlJQn/ShD5uWzM3wumZd7kigz3eUua7ml5O6NsVSY3yJmnGdcwSivzyhAohIjq6TkDl/NFr7mnkxf83kH6+GRx/taejKzfC08yCxnaPAGms9KjvW4S04SCu85drSyT4HysZNjT5K4FI8YrCaEB64JZUMJ8XxJSaIsd21Mo0I4fItyvex2U2FCOaWltsjz6fkiZEsgpM4IEbIoEBJMnu9JEk2Vla/+zZ5Yz7eo0N2qJWpf/kvGP4S7fUZKfuHYiUILxpd4MjO53oZ7fWmZuEgrUM+aVdYmFfEL8vEQk0Q15Hp9qZ4iX5wnnSPAwy3aYNIwr0yikvniMnyw8VQqX2pWpiiXO6skP5MLKPLy5HpfpnbON2Xt3QnPtaP2lCfK4YvPQKOkZJV4x03wNc5PGIf+OcHtTUjypeWh+vI83vF5opU8sb7m3+B2SfKOMhWeLSx2ILJ4cldyhNurJxh5orXg4c7Gf5707giIRXNJp2jR9O5ur5ZAgWi4i4ohrirlA4eRnNFXBBkiaUbfhKS8JP7zN0VKUGWykn0RIXnFwiNYJr7PXxaNY4sCNXdnjc8MKWClTC1VQJVb1eXURV2oGyNFhGjOvoEgIxlvLvx0ZCO9RCvWc/toiNvrGe/J86APpQ3ximcTdS3bN2eYJyd3pFe2tuolwyu5OLwzu3yUhOCAQ89AH8xukRBoVunuI91BZ9+w4H6BYHdJhCdnWInI3KMyJDfeIDy0ndKv4K7Otdrj1czG6ObJLvC4Y93ZJQUbnUWFJWVpaSVFWfkTu4o8PP3GlXiGebsnyLIO9c5PmCduVYtytJzh6a1aYuxJL/Noi3PL0rTFw0Z6X4Yt61483Fuua3pGfnpeWVOEeV/GCiBN+urCV3gKh1s4RE5D4YiQ8RNeTiNaJENN6SHdYzdqJP0iAn4ajd2os19swE+Hn8l+adJP/EEj1ZuIKsZwm+UeJ5rnpryJJfl54uWieDQl/mk+zdOTfLqnZ5mm2zG+KM/4dF+0J1349xL+vdjfFv4udAzMhagcMSaV5HswTqFDeSlB465oiCzdGx1nuDdpV8KxvCR0tVFgpNcX2QJjv5XcH/H6CPLh3ce3aGyBKAeN8Iq0ruR+Y/PQbQMZIko/XyRyiFQ5IEa2TCO6IxKNRdugAWX6RXD4FuX58lqIm3on5cnuHOujvp6uaHbO00oRN0rNK6nlaSvfTbwKUcl3CIlE2WiYl30S4MTN8riSXDEo+VgPgsbmu1HbJo0dhq7OY2lUAvuMx5BopoyXRCWoQBKPZSRHV4vyRbZGhvgnrqNbi1fSSnbl5XHhpesOFQH3jvVFo0QpIVWpEqB2ENRPlAX/7kBRRdStIpvcjTTUMwcjiyi0zMmFYF+15H4FGPw5fTR8PJ0DiSPEGBGt8niDfV3iyWNQ70by8I3Ok565SSF/WrX0iMlBdExKeBkdm/JKwj18V7do1TIi3Lea9C4piahWdQKur4hqQYWnXEfz2jlq9dnPzxRHHuWV9fk/NZqa1c+7tD1E5j6sRS8Ru73zkcC8iUrN7jS4KqxoKpU0ohoC4zCVgl4h2h0MBCPA9cq/1NiANPWp3wXEwF+QgXVxEyrVmzgjoSnQTNAXDAJXg0XwbwISzbcR7wky9CecZ818lBUYhZIZxj/U9WyqYy6gUtuPvLOqIAlMoiEXZQaDfIaY6bgXsObj+mZcM5OFGm/h2ZnGwBN0n6KYUKwudPelYr5C8a40ahGOOZGSzGYUG47xEbVTJAo1+1DUpWLd6xwQmJ2p2HiXRlaFeT8Vg5vNJyhFYNyLuPdSU6VuRSPQBvRS/sWGF+lWkLcKiiVbqb0eS8V6rJMPbQwdDnqDYWA8uBH+9UC8eR3iTSLSJzmPmRbSAr1CcrtRja+NGGpp1qFiuy/Cd1bBg+BzGnFRDjJ2a/Tlc8gXmPvhlwxlRgo1rqMMhQbsoPtGSgARShPMDXTbJdOBEuwSahGOaaLed1H0BdxLPRXxUn+nPmF0qsJPYrdjzBxaYORRX0W3kOu+rvkggvra1RnEzTHfBKUghwaYLup/KeiLqb69jepHRlJ9c3fI9XVh3ByG8rdfDOOtMJR/pfgDqX7EP0Py/vF8mBWvyKL6rjFUH/08IRz5rBeywMxxVpkFzmntD5qi/eHMgTaAjgWdwGwwDcyEfwRYYBo0xexK0/Vo5wvFNGMv6lwh4oC2+kypvfSGFGcU0AL7FnGvSoyVesZZJnUg2uNijGTszbLtAvnk6J/RAsb5DXqVcQX1YxwHSgG39TFjFtFCvSbiv0l19SNA6KeUYMViDnn20rDSqK6rBDS7NFDOuWGMqcJPYrxN8dYp8oRjPI2x6R28G+G0piyFIXU4TcC7OsJ4nIbor1NH/SSN1DOpM7SrvpO6au9TQ30FxqKzNFKbR4O125x9+hZcz8ZYMBVxT4OT1EWmE2kI2pW6a2eQDmn0x9H3EsitrwNPoO66Yuy7FuPZbWC1mLUr/OA7feIFfgeMjmgPjH3GI9LvITAuzG8ZGK9VwH0PWAKWSf8pYKKRC3cNMA0slv53gmlGY7j7gOnS7zEwz4iDuyFoKv3WglX6KpTn32Ct9DsA9uuwMfRt4AXE/Q72Rh2QJcNh01TU0BALfZmkHhD+5zIE+jSaAM3Xi6WO0HW6Vm8ZsFecGcIGQZlKzVXUgm0I/0oxp7G94J8n5ma2F/wPwDYYLO2ALdQgMN8bx2kgz+FODZFGzNvGNuov5mCeL/0DhdqoOzGf2rPpBszz/awZ/t+D86KYC2thnK9OScG5DGNrcN46RSN43oLtEusMlfNRItUMzDvGA3RVcC5ZwfOHMY8GyfkgZOy2XkEZMK5bn9F081vEFWzCmCoYjfd0KA01XkO5UXPGOozZQP+R0vA+L5CMgj1yL5l6f5oLSO/vzAeN5LhyEHlj/DB2oK/XwbyQSJnBMeFf5DZ70jjzaso2euM9b0q6OZZmKWaCZtZDlA4y0b8ircM029oMGxDod8q2NI0Tsq076k1pfpAOeG9iabhAtucMuke25/WKuWijQooKsRkH2Ouoq/EF9bQ6IUyh7MFBwtYL2FtWBEW5Lqco2c5oV1fLEDsuittZ2KkB28ssoAjJ9xgX3uG2hq1ZarkQ7x4a6GqFPCZLezbGHgu/aWAw6mYwDXYNxvVDlIb5IcaqARogvegXDWmx7BtJiq5o7xflHBywhxLRllfg3etv+hCmUDbOMGG/mDHwExSQIfvLCmWT7AUPqr4i7K6AHfEp1RWgvRug/LK/oH8Um/eBtpRrwy6yl8l86ll7ofWR/hCNNn6G/bJYxulvllAjxG+EeiQ7A/edijiY/1FnJPvWSYzrnyqOiznImWauxXgl5ruQOdz6HvbdZOpqzkLfm0VFQtUcOFvMayIfAWyYOLsj1bJe4H5sj1RzVT+QLeefuUGbQ8wziRQp5rrg2HwabXYtpYux21yI+AMQdoTa2AnIawjcN6BPlvO9jIVo70XU37ZxXQE7aZpzWszNZm+qafwLz6ZAX/2nQH+EDoFHBMYLNBMME5hR5EX77AH3G2NomjGCstBudWWf7kCrdQ/Nt8roJvhNkf5K0UbjlJ0nVfkl6FuR31ZaF1D0qzzwYECNItKNXpibdmlFRoV2B9wN4e4BG6CbwKhwTgpcPenWUOB3Gs+5NPjOLUA5FlCBvpxWgqswJ3UEk/Q8mgbG6jfQEjD+r+IZwm6uoHxQAK4036KhaLOrcJ0Iumj7MbfeQnMtjP/WbKKI3kSuNiCT1X6aHhVgrJxkbae21j6MEa+hziuwVnmRusPfjet+0KGmlwbgeh3IhFtcj0W/qIPrRsbX1MpYhfn3T7zDq2g4sOwO1CViDMaKCmro6oW+3IkaoF8O0vfDXvsN8Y5TBsb/ROMHrFHTMX9vplQzjQbiug/y7AKWAi8YARqAfDAc5IIeIB192Ks/jbpfTbnG7Vi/foT3uISuMXaT17iGko2PMT59iXFyFezoVaiLVTQEDAOivIUgC/QBnQUXlC/zksvXtKryGanoExY10p+nnroP9sgx8ujllKEfhA23klrD3R3XHfW96DfvS1slR9tJA0Gf/yYt5vVUpE3Wi6iNPgvprsdcN5mu0OfR5XoB8ryLEvXp6OeXGu8zp7XRkjpbd4ClIEPpSLAEnMF8I1hJ3ayfwBHqZrtgw5VRJq4zrSJqaX2C/rCAulg3UbbrGNqkgtqDTmA4aAKGqetc0cfABJAFRoi+DVKtH7BG7EJN7OfxHg5AH9SoOt4pv7A3hB0g5kw7HePBtSCLOuKdWwLuAC8K7Jdotv2SFhHQqBtpiZ1C880J1Ez7HLYOwLXC+QLsP+++VLS1YXs01sX2cIL7LYfR7oedI+A18BVD2ZhTW4LFf7fnYSdCl1aB2pew61ZNpb2I4PrSeQc8rHSH8oM6b4O3An4h80sb04X6cjkvgn0M9cf80lDMMefXNM5v4EPwC19TX6xBqiSwNrBaX8AYoaHrAbmenYD3N7g34hwB25UeUX6/gt8Uvwi/EPuQjHudteBWpYB6Yz5oCBaG7C/0BPWVdhZ+1l1VE9gTsEqqJtSWPN/vRJ/7i361lSZgDcb7YB1h47yAMXU7gAqbSazpxNwl1q2ha/LQdbdRm+oZUTTHiMd7NoXm6C+BJXDfhHfsWpqj+eC2qJl+Agq3+TDCRPhjsJlPsBrVELYY440PY+Mcmi7yNB9DmrexvtpANfXRlAAbs0KAdyGGwbwPjK2oZ0FMZcQaQqA5lcGc7wj09ZgTmYcE2m7EX0+3VGIh1hYLabLR1PlJvx91j/vCPw7UlustQZy6p1hnifWTnI/BPexH5P8KwBo/d4bxN2fOPSNQ941D/rdC6wDhJuNhBnHOKSJDCcbDvUQ9iGcI3DMcU6M4U9P6iNwC6cR9BcH6Yv+3BMav9FYgPLBeg/9qo4xuC6R3jaLugMLoZX8IG+DDSn5p2tfklhympgL6k1IFuouaSCKpk0BbiTETwM8jicT6GRiRmEuBdg31kAylWMl2siWvU4TAuAzzcwhEzhKsl8hsoIh3DkoaUHQlNMcJRdwjUEeiLiwv+r1YuzyAemxHV5hfYO0j9r0PS/9uGE+vxvw1BHFHGBucT62ZmDc2od9OwLplItU0x2Ft0RBjZhbCxLg6GekT5X5WqbEH9irWo1i71Zf7wmLtKfZ8x6t93J+wVvuVsjH3D4rYT6URXajUbo73FesT109gCN5bjPdYH2XIcbuq/eOQfX2rOe+3w06aGRjncQ+K2MF5izBXHPI8xOMC1uDHeD5xdom9fKyzN+Beo5Cum0hr3uy8jueYg/t0EfcS5ZVrcw/SdsGcfJTaBeaj8PlFzhH7MB9mO5/D1qppRjlPwbbsZi7DWngM1RDreOOIc7++nQysuwabK+H3PLnk84iziQCh5xEh4J7zFLeAnmBR8PwhcN7A1BGK58K86CwInCWEnCd0APlgglhvBrjgLCH8+dQ5QcgZQWnYGUGv/+R8QJwDhJ4FyP1/dQYQsuffzrgPNutBqoV1e025VsYzmO/hvifRFt2xZtuANdYP8FtCzeX+3zXOWeNFtZebIfZmnT/t6bw3KPYO9JuxnjkImwNu2Gty3xBr3WzYi3LfzxT7k2LP7BPU8SxKQT31cM1FXjpspysRF/M61oQFcr6uar/OBfssZA/anOXsl3uue2GPq3neWId5M9qZIvJVe7HI19nCNoPzHdsG/j1inxV2wM8iDWzMWfpnqIMcvPtiT3AdXQ7NxfubYzZGnl1R5oDNEbZPKmwAfQ3mqwo8/x68Oyspx16Fexc638o1qnjeeXj3z8LOzSdLIOrPiEBb/IY2vJ86CFveSIZN3YiWG/toufkc5hqsN+U9Q/Zxxbq3yr3lynvmfQP75oHnV1xr5mDcypHr9A6KSSH7yViP0wy1By0oFGvrAGH7yRfuISt/tT88E1RDvZ45vz8sMYTKPWCJs1+g2neg0pGBfdnQvVm5HxvYk21NmtqDjZD3fNNZK+OIMNSZXhP3EH37d2qgn3YeNBejbK3wjD2Q5gTGmLFY0/xMlxmD0E+Xo++cQpuIPZoWsMvepTSzOcqwiupbg6V/b9hjheaHGLOXwXbxOh/h3fIibpw+R5wfYdyzqNi+j24xdyIMdpndBDbYK0jLZz1Zcg8Ptrg80/mW7TPjtDqDKUFfKEHet1PvCIOKI+7Fe/gc8quLsWMPFbsm4v2DvajHOn3M9edtu0oEzuRGOQeCZ2UW2kTZjsifAnmLMBv5m6vV2VYfZwfbo85KlGegHusvx72KkC5Spk92HsZzTDI3OH/IcqO8cu9J2H821kZif1PZs+HnYcK+lGHv0nBd7DGL/Y521NbsTInIi8SZFdLVk/tbT8tzMjJ2Ob/LtXI7rP/a0GrcY7W5jsaJPZbAHqtiTsgZYyWQZ3PQGgwRe2sgO+RMsTiESKF43p5gROB8MOSMkEAzkCj23AJccD4Y/tyBs7/z536jws79WhrXOX+EnPkl/O2ZH+op9HxP7uUFzvXupRrqHK+z3DO+kaJEnEDdy3of4axAeUiUwUoVbY549yEN+jrqZZAZBb+FsDMEbygN2PHiehljv6D4VGnAvhfXH/L5HNrxouc5rssufoaDd3e+HNsGYA0kxj68s8ZiNf4VyDEvV2A1xTs5mdLl/uJg0Anj+QiKMccgTn9JX+NjqmV8Az8eX+bLMWMKxUr601xxjgY7sLbRmWrrJuI8Jce8uQpxbrdTjm8TQT+sEbeCJylT7HVjnGsk2SeVx7/VNBfEGz8iXwHGPO1nZ5ue7fwsdZXzDMa/ziDFLINt8zQNNXvTrMB4J8ex56k6yiPmyiwxHxnPANg8oK9UzAVWK/RvsW/aCWPYcNTNaNx7jfMsxvKGRncS9klOII39POalc5TjuppyrCZoB5vqWqswXxWizU7QPHMz4rdDv/yFrjJHYxwbAy7DmHKD8znm2lz0nSjjFbxvhegrhajPfPQh1DnqbrI+Dfc7gPflDLnl3q3Y511LVyF+plmC/nUnDbKaUYS9mYYaL58/TzC+kOvH9qDYGIE+Xowx9DrE/Q5xHsSYG4l+1Q39fDr66ijqinrsjfG7FtYhxbAfo8zrocjDWkMz0M715HqwLsop1pmX4b0PrDNfwvt/sXVmqVprnqYBcr0p1ppqnSnXmOJsbwPmlpPoYy3VOZ8649M3Umv9RrTnDWAF1RPnfOKMr9L5XiZdrh+CHuKzvuD53hd41ql8zqc/Cb/fcL0A/fJL6mR8gPF4G6XK/MS5oDoPDMY5hvpUcexH0G+/puoYf3KMVlTdNZPirKFYh7xKLmMC7K4e4ChoBYqAsJta0Ti0W0cb76Q+FX1/JdVG22nmAdiEeGdkn3+GcvS1mAtfwLs0Bf2rD820YS9g/gjM9zMxL/czpjrbYFPGm60xRw+lLHMjbJcPkWYyqEn98e7yO1qTcvXZNEW8z+JdMN/CXH8Xpenf0yB5bjodfIM6uoHai7NTbatzNnh++gfFaeU0FPUxSvsT86/4xOlVXD9Ho/S+GGOncp0bWM+DkUYTzBuoe+Ml5NcV9lUUxei10VevwvvVhnrrP9FQ/SDYqs5VHwXvgH/B9o1Hmc5yncszW9S/dgpr0BjwPO6TwOex2huw+TPQP87v708OrIn15ai75TQmsKeI+mor0HMRJs5rxTmuOGO9TF0Lvy6w/brwPkOVew3rMS+upwdAvDhDls8lzobFfWJpWTjmVZWBXwb0r0gNB/GFJocD/wbQC4B/OrQqwsvxV/HS/6YcVfmnQC/gvy3H3+TrgV7A35QvB1oVl1qOv6rnptAL+JtyDIJWRaVyoF8VCsSeFcbG2+SZ1Hq6XSH3ffRVNEH0V2Mr1mLf8d6RPOtaH9wfkntlZppzSmDo9JDo45Kmal+oFn0skOPqRoyhYowU/Xgn9dD2oe+HIM6OQwnuWTUPo6niAn/HkZzAdSiB+I15f07u/e1T7lDiwgjLR+z9CeRaXnz3eCXGuYCmYo2S6s8WKvcURJwpWLdvlmvtGMy5g+Xavz/smKWYE5dSd4ydtcy9lGLvwNzclfLNns5xeeYpbCDW1tZjmNOWYMwX8+hO5PMzxuP3YTP0wdon2vkCa/WnzIPos3sx7/H3eGlKe8DeSzSj/O2ESrv4DZRpOLW1huN6FnWCXSVtWHOfs9Tc5x8EUsAxuB+F5oE24CjcQ0BK5TMFmcar4hxT7mAaew1sjjXOUnuN3wvagGPKnafcR43D/k3mj/5ZYGrI9RRcXwtGWzH+TXYN/ywwzdrp3x3mfg/uiWCU+vYjEDYVYbvC3O/Z27DO2ubf5NrhnwWmuub7d4W539Ob+DcZyf5ZYJr+lX9XJXcTGX4tGB347tSa5N9vd8Q9OvrT1fVMkInrR8AYMx3P1MxfaN3vnwVWWPc7HrgJNAych1gzHMvu6b8fjLR+939izfBXKPfV1hn/x3CXgXn8DYqMexMYgrA98P8V1wuVe7crk/q5Mh0rItZ/Exjies+/x5Xp/xXXC5V7d/D7kf8hgW9RQFbIdZDg9ykXZ/R/EFfGh50frfd3isGtYCrcUcotmATiFPngF3AjaKvCJl70eznxXYzg/Pcwf0UEiAzzGwb+Ia4D38v8L/hPvu/9T7BjQPzfo8668sTZVhXX14Wty/9r7P4g7++BrZaMdf9dYIb6ZrhBiLsIVAc1wA0Ii4SuBulggoh/se+BA/sAci0uxtr/sQa/Bfs/wl4GVv89lzLmX8o4fME4NsPfp9I4NsOffSlzx6WM55cyHobbHvKcLdTOCLUtQuyJoP0AO0FvSyu1X85jLcY8fxfVkN8W3oFx/joqdTXg79iwBi81n5P7c7FWC9gHhaizDxHuhfZhu+L8t4hgLyXZFtzv0kDxXRootXtQokB8Bye+jzOFveHFGl7U/2j1/dpgPgcKnPMYhylLnEkJ1Dd10fJsJvBdXeg5xWDYE4Hv4wTID2u6UvEdnHyeneSW5wzTqJl9J3W3iZqbHam5K5aixFmRlYI2rk0x4vzLysTY8SLGZpfcl1lg2BRrPEkL7J7qWzGx9uwG6iLfUsRZiuuTtMA6Ab1VfWfeiCKNPUgHTB33PoRxtSdsWluywLIoXvI9tTFj5fdfceYo6KMAcaxvqYaoK+N3qhY8U3BRh+DekvxuzTknzwP427VK+97GQudspW+Dj1CK+BZOfmMmnsfPe9Ziz8ruRjnWTLoc8S6321CcfRXyGo18bsczTIatPx1lOy2/wyM5ZiQ5DvpJsd1EfRco9jx7ym8AyVxHCbD1iq0uCL8Hfh8oGy/kO1HMeSnWYNiP4/EsbcEoxP+W3ALxXaH43tBMQ9r1ZMgx85D6LvABuT8Y/I0HxuZBaNchAvWNoiH3gAPfKQa+QRR25iGMReq7Q/ntYVsaJL53FN8XQsm8mvct8YydrQqwCM9Vl/rb7cmwi6Qd6jWL8QzLMB8uQbmIKAIEVH8WiN8pjYBfdbn2J205hfyoyfkSJKtvopqKsxTD75wWa3LxnZ32EjUTa3VzByinQ0aFc0a/j7rifRuC+pK/VzJeRF+qTvli38+6ldyuUejfCXgPl1NLuxHWNDdRLfEeRvyM8Xa+c9Z8Be37LfUzzyDPy3Bf5CG+P7OTqL01hw5ZK8V9aJhLo1fld3JDtb3mUNpsEtZGpL3GBK6dU66aVIJ+0UueV1aHPoH+60U6F1UX+5FmF/SZFk6FMYo6GLvJNnMxj3ZFXwusr8RewvAw1jvjBeY3lO06gXfxgPOH6yHnO9cSutLuhfeyA/yaUXOMN27XWrwPv2HOnk03iG9gI95Bu79MQ0RcgdkUtsRW8qDvLTD/iTINRj3p1NDehD4/AePWYZptnHY+Qj590T/62qPQ7xHfSKd+9na896fk72miMGYUW0PpChehb9yNvia+ZS6iBhHzEOcyzC3bGdmvd8p16R7Ux9Xcxv5c8Vs1PY8e13ai/eeh3WKcnKjV9Lz5CS3RP6FbBbguhxYJ/4tBVNGX+9C5uoHeFPi2IrhObFrZrV8ZMg+8xvVsDdHewFpwbCCuiIP5IxHZfQz267fhHWkaludfEP4nWJ5p7Bbfzstv7qcplqjv8vuoa8Fw/t4ff24DvVB/Z6DXh2Mt9U8H91tLnTpYr5qgDq9dQbitp7jA3lIYu5yjDMahUHsixG5APc8Dg8FI5qz4zQJe5bNo37Ofs/tsRYg6TAVV5uw55pz4zUFr5lwUUzEfLED4d0zFBsV6sE7dX9Be0U7RRzFbkSV+exCGiI9aryiBTlf3+1XxIFjO95AUgX+r8qWK31Aw54ZxfJnP7+L3EYoJ4ncZ4CtFa34OURaZV5H6jcYUdf0PkM11WnEMHFZlzlK/xVjL+Z5bBTCKVpzle0vSFQtC7i+4FwwLY4n6HclDIX6vI+14RaHikCJXMVaxCCwM8Z/MVPzAnNuiKFFcpbiaqdgexgzQXaEpBilqK6or+jPnXoB+wHVRcQo6QBFo81SmYpciUL/limWqfR9XhPqLb8VXKTqHEfD/t+p7ffi+FWvCWKfaa70iLB/RV2R/WXU+zTlLUY2pyBDgHS7EuiBKkSjO9y/4dkB9p3cpY+T/EswlYr6rR+2pTlmksVE/XZ7YqPFG/c/yxBaQP8oTW0JOsZxkOcFhv7PrN5ZfWY6z/MLyM8c8xnKUPX9i+ZHlB5YjLIdZDrF8z3KwPDES8h27DrB8W96oFuSb8kb1IV+XN0qF7Gf5iuVLli84yufs2sfyGctelk9ZPmH5mOUjlg9ZPmB5n2UPy24uxC6W91jeZXmHb/s2x3yLZSfLmyw7WN5g2c6yjWUryxaW1znPzSyvseerLK+wbGJ5mWUjy0ssL7K8wPI8y3Ms5Sxl5Q3bQnwsz5Y3bAd5huVplg0sT7GsL294BWQdy1pO9yTLEyyPs6xh+TfLvzj5YyyrWVaxPMqykmUFZ/0Iy8OcfDnLQywPsixj+SenW8ryAMsSlvtZ7mO5l+UezrqUk9/NchdLCcudLIs5wR0sxSy3s9zGcivLLeUJ7SE3syxiWciygGU+y00sN7LMY5nLMoflBpbZLNezzGKZyTKD5R8sRSzXlTfoAJnOMo1lKssUlsksk1gmslzLMoFlPMs4lrEshSwFLPks17CMYRnNMorlapaRLHnl9TtBvCxXsVzJMoJlOMswlqEsuSxDWAazDGIZyDKAJYelP0s/lr4sfViyWbJYMlkyWNJZerOksfRi6cnSg6U7SzeWrixdyut1gXRm6cTSkaUDS3uWdixtWa5gaSPF0MrrtYYrlT1bs7RiacnSguVyluYszVguY0lhSS6v2w3SlMVTXld06CbldbtCktjTzdKYJZGlEUtDlgSWBiz1Weqx1GWJZ6nDd4jjO9Rmz1osNVliWWqwVGepxhLDEs0SxRLJeUawuNjTZrFYTBaDRWfRWEiK5rD4Wc6xVLCcZTnDcprlT5Y/5G21U/KJtJPseYLld5bfWH5lOc7yC8vPLMdYjrL8xPIjyw8sR1gO8/0Olcd7IN+zHCyPRwfTvmM5UB7fGfItyzfl8RmQr8vjMyH7Wb5i+bI8PgvyRXl8NuRzln0sn3HWe1k+5cw+4cw+ZvmI5UPO7ANO9z7LHpbdLLtY3mN5l9O9w1m/zfIWF34ny5t8vx3l8emQNzjBdr7RNi71Vs5sC8vrLJtZXmN5leUVlk2c9cuc9UbO+iXO+kWWF1ie5xs9x1LOUsa39bE8y/IMZ/00ywaWp1jWs6wrr4NxV1tbXqc35EmWJ8rrDIQ8Xl5nEGRNeZ3B/499M4+O6qrj+L3vzWSSySwZmASyzoQs0EZeFpYCoTAsCQMhCQl5lKUQQhKSKQmTvpkHZUlJF2pVILSlC2UtrUs72oQpKhUKWCkulBYVq4JtUatWWwQrbRUI8fvml3o8HvX4h0er3kk+9/O79/5m5r7ffTeZc3ICPRlNroX2RZN90BOUspdS9lDKbkrZRXM7KXMH9R6nzO2kx+gJj5IeiSbPgR6mp28jPUR6kJb0AGVupcxu0pZocg20mTI3kT5D+nTUPR/6VNS9ALo/6r4V+mTUvRi6L+qeBW2MuhdB99LcPZR5N6Xc5euBLznLPBcdfs95W5XnRfB1cAwcTZzniYL9oBf0gGfBl8AXQQQ8A54GXwCfB58DnwVPgSfBPvAE2Av2gN3WVs/jYDt4DDwKHgEPg23gIfAgeABsTWj1dIMtYDPYBKYkSNekK2we80hX4Vbm4Ruig43jeGd0kHFrhUmhqMu4tTTS7aQOUpC0ktROaiOtIN1GmkgqjSYZmkAaTxpHuok0ljSGNJo0ilQSdRr3aTGpiDSI5CIlkZwkB8kexaYc5DZSIslKSiDFkyxRu7HVcb5F8G/BBfAueAf8Bvwa2/kmeAO8Dn4CzoGz4MfYlh+BH4Ij4AVwGBwCXwO7sBU7wUHeRZVeG3UZt/waKs4dpNWkVSSdNI00leowheQjTSZNIt1Ml5xMcpMGG3pelmUp6vM8dUSW2AFwHMgyo7WsI82lXa+lldWQ5pCqSVWkStJsUgVpFmkmyU+aQSonlZGmk4aRsmnxXpKHlEXKJGWQ0klppFTSULrMIaQU3w64D1wDV8EV8Eds8B/Ah+AD8D64DH6PXX0P/A78CvwS/AK8BX4OfgZ+it09BV4GJ8F3wLfBt8A3wQnwEjgOvgEOgq9ix78CvgwOgOfADmP3pT6qcSdpPSkQdeGjEG8ltVBZlpOaSU2kRtIyUgNpKametIS0mHQraRFpIWkBaT7pFtI8kkqqIxWSFCr1SNInSAWkG0k3kEaQhpPySXm0N7mkHJKZZCLJJInE6UQy3z64H1wHb6Owr4EfgDPg++B74LvgNHgVvIJCPw82ynmee2XFcw9XPHf7u9S7Il3qBn+nemekU03sLO2s6JQTO9OhdZ2RznOdcev9a9V1kbWqaa17rWRd41+t3hFZrSau5rZVfl2t09/SL+uyW6/Tm/Swvk0/gwHLU/oB/bguH+w/5hukjyst79K36pIb8xLTudMYztYTHeVhv6aGIppq0kZrUulljZ/XuFSk8TnaUk1C1nNa7ohyI3uMlpJWnqQVaT5Nvt0fVDsiQbU6GAxuCO4JHg2aNwS7g1IPIskXTLCXr/S3q2+2c3ZY6mdJ4JjUH5WtwUPSdcbZRem6r5+vQAFuQyECSovaGmlRlytNanOkSW1UlqkNylK1XlmsLoksVm9VFqqLIgvVBcp89Rbkz1PqVDVSp85VatTaSI1arVSpVRivVCrU2ZEKdZbiV2dG/OocP5+hlKtl8lgPfoOwLHx3ZHVlXcoyJS7N7MiUOjLPZ17KlDsyLmVIG9K5M21DWnea7EQjUZPqSe1O3ZPak2p2xgLZ1jGoa5DU4epySUUun+u067zLxFx7XZKz27nH2eOUq531zovOfqepx8l7HEcdrzrkake9I+iQnQ6jLyf5HEpxudPusftmFNrliYX2yfZqu9xt5z67UlLus+cOL59sq7bV2+Q9Nu6z5d9QftHab5V8VkxcTOhPkPoTOJO5l3PGkyA53tgjnuwpx/34XAo3c3y02F83t6Cg4qClv7aiN37Ool5+f2/eXKP11Szsjbu/l6kLF83fz/mWBfu5NK2u111Rs5D6GzdvZlMzK3oz587v3Zu5oKK3C4HPCPoRsMz9KWzqgoIlIT0UCheECtCAJSGMhHV8x8TRwnrYmAmHGFIK/s7DyAgZ0mNJIb1ex2tgAsOh2LDRWxJLKfg4PEL/yTfnH4sS/F8+htYvYWbGrofkc2YHk5mFjWeVrIrVHWZ2vosNYRP4yQPTp8ePtBxBV2JefpLFM853+QabJHt6+uScMXGb5BrXzMmWTVIdm9z3xusn0JwaNL7wFC98/cJrF5L6TrjGF144c6G4iLuyXTHcDsliiYvLGaZIY4bnjx01qmSSNGZ0fs4whxQbGz32pknyqJIsSXZ/NDJJMvpcPnetWi7ry5XWZJfOLTbzgrwhnsHx8bIny543yuusqMwZOyLNbIqPk83xluFjp+aoq2cNe8U6dHhG5vChVjgzA+570ey48p7ZcfUW0/Srh6W3x8+flBu3xp4omRPid43ISs4tzri5wu60mx3pQ9IyLPEuh/VGf0Pf9rS8IVbrkLy0jDzjtfL6SvEzv5R3S+OkxczJXFFmSXyeZzMTK7zAC0/hgt1xOdnD8nE9o7KxemlcytDrS1NTUlL5XpvLZuYfTlAKx49TrENH/PkvgnyiQCAQCAQCgUAgEAj+q7hPIBAIBAKBQCAQCAQCgUAgEAgEAoFAIBAIBAKBQCAQCAQCgUAgEAgEgn8/zMGeRSvH/km5KdYasYWtQo8P/PNyCTs7EMtsMLcNxCbEnoE4DnHJQGxhpbzMeBVTAkYyeNdALDEH3zkQyyyfPzMQmxCfHojjEH+AmCPGeqSMgRjrkbrY08yLtRSxYrReVskCrJFpLMhCYDkLY2waIo11xNoGjAQQrWQKZqawNnx5WS3GWlgr5kKxXjPcjOxVaJuQOQ3Pa0POMowFkBGI5TWAcOw1m5DXDmtsBcaM9zVmWjH6t1fUEuvrWNNH2Y1wO/oNWFkg9v7K096SouISb2WgUQuGgsvD3mlBrSOoNYQDwZWKd0pbm7c20NIaDnlrm0PN2qrmJmV21ZTK6rKCaQ1tgWVaYOTUYFvTPzc0EHsDIW+DN6w1NDW3N2grvMHl3nBr81+soEUL6h3GcGOwvaNhZaA5pLDZrAp1rGTVrIwV/FWljEq24DrbYrX5R5kj2VRUoA2V/Fdm/c/eG8apcuZzL0tiL+AcSHAhW8qYrTF5J84Oj50688HaM531u+udE99nqfGxY3jonfUvGz559sDqq2f7Nie8a3kJXeMcxs7pnwQYAPmY44ENCmVuZHN0cmVhbQ1lbmRvYmoNMjkgMCBvYmoNPDwvRmlsdGVyL0ZsYXRlRGVjb2RlL0xlbmd0aCAyMjY+PnN0cmVhbQ0KaN5UUL1uxiAM3HkKj606QEilLhFS9XXJ0B81aXc+cFKkBpBDhrx9gUapOmB0Z599Nr/0T713CfgbBTNggsl5S7iGjQzCFWfnoZFgnUkHqtEsOgLP4mFfEy69nwJ0HePvObkm2uFmHNs7cQv8lSyS83Nm7uXHZ2aGLcZvXNAnEKAUWJwYvzzr+KIXBF6Ff+S4RwRZcXPMDhbXqA2S9jNCJ4RoVf7aB6kAvf2fZ/JXdZ3MlyZ2VotHodgh6qRoMsrao6p0KRuersxGlA3XM1RbxZDzeF4qhlhml8d+BBgAGEptKg0KZW5kc3RyZWFtDWVuZG9iag0zMCAwIG9iag08PC9GaWx0ZXIvRmxhdGVEZWNvZGUvTGVuZ3RoIDE5NzM4L0xlbmd0aDEgNTUyNDg+PnN0cmVhbQ0KaN60mwdgVMX69t9TNwkBQgslEDYsiSAlSO+ENEqkhCIbmimAtGAuIAJKsUWMNyLloqgIelEBUTexYQcs2AA7YkFFBFRQlKJA2PM9M+/sslmicL/7v5Gfz5l65szMmXln5ixpRFSdFpNBQ4cMT25fUe2FOvD5CuQWFOYVpSxIKSb64EoiY3LBnNnu5AGdBhBpPYnsiElF1xQ+9FPqZiJXOlFknWumz5t0c8GYJkT58LvCnDwxb8KR1zocJNpzL/LrPBke1UtrZxHFeOFuPrlw9tx6L5+dB/eNRD1XTr+2IE/fsPhhohU+uB8ozJtb1Lhe/ceRfi7iu2fkFU78upXLIvr4E5RnfdG1s2aj3Pj7+BkRXjRzYtGOY7PbEg2KIar3ABnmQP1lsijCWm11QKnjWY0P6EWdIkiv6dIN0zR081vSnRTa7CAXUR80aLjbTW4iv2OTn7Q3XA/qSW7S1oowY6tVQ9xN3Nn1IOKsoPN/N+G/B+hxepZepG30Ln1Mx7UoyqXb6DX6nn6i3+msRppLq6c11lrS/9mf/xarkKobW8mm+kTOGedH/0bnRyKU9LzPCrjqm0nnfZzaztFwP/8K/xb/Lrsaxci0Mfp78D2mHXXO6H2E2+ks3Prt4lqmOOZ60P+Uf22l4hTRTLqO5tI8mk830AJaSIvoFiqm22kJ3YG6WITrO+mfVEp30VK6m5bRclpBK+lftIruoXtpNd1H96Me19CDtFaFCfeD+G+VDBUhD9OjtJE2Q/9N6+kReow2wL0Jtb+ZnoQf+7D7Cfiso4fg+yh8RSzh9xT+81EZldPT9AzajN0B1xbaSs/R89AX0Jov0cv0Cr2KdtyKlt0u/YRPwP3XMfn/r9Mb9Ca9RTvobXoHPeM9ep920i7a/f8V8mbQR7g+oA/pI/S1T+hT+oz20F76kvbRN/Qt7UevO3JB+OeI8QXifK1ifYdYP9CPiHkUMTkex/lKhh6WOXyCtN/SAS2CTmo6nSUHV6L1VskWWi3bUbSeaJ31sp5FezwFt2ihx4Jt8wTq+Am0p3CJ6/tUazyJuGWowUD9VV1ru1TrcH2/jDiiLkTITlUXO1RLiHxeDaZ9T4aVy3Tbg7mer1F+wk9DauerkDr8gQ7KmuHa49DztSdiHEAcUcsij8p1ux9pufZFWuEfmkaEfQH3jxgdjqCmhf4sW+JnOhS8PqTCj9Iv9CudlP8/Rr9hPDlOJ+A+BZ9jcF3oG+7zB/77k07TGbRgBZ0LcZ0LCzmHoc/BaKVpumaQ//zVeV+JqVmajTEtQovUorRorbpWQ6upxcCncki1YEitC0KiqwiLlD61tTpaXYyX9bUGWiMtDuNmEy1ea6olaM1CwhoGQ9wI8WjNtUQVFitTNgymbYoY9UPittTaadfj/620tloyrq/QOmqdtC5aN/i0gbs93N0R1k5qKg2lfJpOZ6zD+vvIvy5GlbKUzKvHjxs7ZnSOd+SI4cOyhw4ZPOjKrIED+vfLzEhPS+2b0qd3r549unfr2qVzp+S2bVq3SEps7mnWtEHdWjE1q1eLioxw2RYmIY1aZ3gyc92+pFyfmeTp37+NcHvy4JEX4pHrc8Mrs3IcnztXRnNXjpmCmJPCYqZwzJRgTC3G3ZN6tmntzvC4fTvTPe4t2uhsL65L0z05bt9ReT1IXptJ0lEdjoQEpHBnNJic7vZpue4MX+acySUZuenIr6xaVJonbWJUm9ZUFlUNl9Vw5WvhKSrTWvTW5IXeIqN7Gabg6uK2PiMxI2+Cb2i2NyM9LiEhR/pRmszLZ6f5XDIv9xRRZrrTXdZ6a8k/t8RQfm6r6AmeCXljvT4jD4lKjIySktt9tVr5WnrSfS3nH2iAR57oa+1Jz/C18iCzrGHBG2g+KzHG4y45SSi85+iRyj55ysdOjDlJ4lI8YrCaEB64JpQNJcTzJSSIsty5JYXy4fAtzvay2035ceWUktwqx6fnipCtgZB6I0XI4kBIMHmuJ0E0VUau+jdncgPf4nx3m9aoffkvEf8Q7vYZSbn5BZOF5k0s8aSnc72N8PpS0nGRkqeeNaOsXTLi5+XiIaaIasj2+pI9Rb66nlSOAA+3aIMpw70yiUrmq5vmgw2oUvmSM9JFudwZJbnpXECRlyfb+wJ1cL4t6+iOe7oDdaQcUQ5fbBoaJSmjxDthkq9pbtwE9M9Jbm9cgi8lB9WX4/FOzBGt5InxtfwWt0uQd5Sp8GxhsQORxZO7EiPcXj3OyBGtBQ93Jv7nSe2JgBg0l3SKFk3t6fZqcRSIhruoGOKqUj5wGIlp/UWQIZKm9Y9LyEngv78pUpwqk5XoiwjJKwYewTLxff6yaBxbFKilO2NiekgBK2VqqQKq3Koupy7qQt0YKSJEc/YPBBmJeHPhpyMb6SVasYHbR0PdXs9ET44HfShlqFc8m6hr2b5Zwz1Z2aO9srVVLxlRycXhXdnlowQEBxx6GvpgZqu4QLNKdz/pDjr7hwUPCAS7SyI8WcNLROYelSG58Qbhoe2kAXl3dq3dEa9mJkY3T2aexx3jzizJ2+Iszi8pS0kpKcrIndxd5OEZMKHEM9zbM06WdZh3Qdx8cavalKVljUht0xpjT2qZR1uSXZaiLRk+2vsCbFn3khHecl3T03JTc8qaI8z7AlYAKdJXF77CUzjcwiFyGgZHhIwf90IK0WIZakoP6S7YopH0iwj4aVSwRWe/mICfDj+T/VKkn/hDIzWYjCrGcJvhniCa58acySW5OeLlolg0Jf5pPs3Tm3y6p3eZptvRvijPxFRfNU+q8O8j/Puwvy38XegYmAtROWJMKsn1YJxCh/JSnMZd0RBZurc4zghvws64ozkJ6GpjwWivL7IVxn4rcSDi9RPkwrufb3FBnigHjfSKtK7EAQU56LaBDBFlgC8SOUSqHBAjU6YR3RGJCtA2aECZfjEcvsU5vpxW4qbeKTmyO8f4qL+nO5qd87SSxI2Sc0pqe9rLdxOvQlTi7UIiUTYa7mWfODhxsxyuJFc0Sl7gQVBBrhu1bVLBcHR1Hkuj4thnIoZEM2miJCpOBZJ4LCOxWvUoX2RbZIh/4rpaW/FKWomunBwuvHTdriLg3jG+aihRUkhVqgSoHQQNEGXBv9tRVBF1m8gmewsN88zFyCIKLXNyIdhXPXFAHgZ/Tl8NPp6ugcQRYoyopvJ4g31d4smjUe9G4ogtzmOeeQkhf21ae8TkIDomxb2Ajk05JeEevjGt2rSOCPetLr1LSiKqV52A6yuielDhKdfRvHaOWnf2izPFkUd4ZX3+r2Zzs8Z5l7abyNyLteglYnd0PhaYN1Kp2ZOGVIVVjUolTaimwDhEpaBPiPYEg8BIcJ3yLzU2I01DGnAB0fAXpGFd3IxK9WbOaGgSNB30B4PBGLAY/s1AvPkO4j1Khv6o85SZi7ICI18y0/iHup5D9cyFVGr7kXdGFSSAKTT0osxkkM9QMxX3AtYCXN+Ea2aqUONtPDvTFHiC7lMUHYrVjf55qZgvUawrhVqFY06mBLMFxYRjfEwdFPFCzX4UdalYS539ArMrFRvv0eiqMJdRMbjJfJSSBMZSxF1KzZW6FU1AO9BH+RcbXqR7gLxVUCzZRh31GCrWY5xcaFPoCNAXDAcTwQ3wbwBizWsRbwqRPsV5yLSQFugVktuM6nxtRFNrsx4V2/0RvqMK7gFf0MiLcoCx26Ivn0O+wNwHv0QoM1qocS2lKTRgB903UByIUBpnbqZbL5lOFGeXUKtwTBP1vpOqXcBS6q2IlXqc+oXRpQo/id2BMbNooZFD/RU9Qq77uxaACOpv12AQN8t8C5SCLLrSdNHAS0FfQg3t7dQwMpIamrtCrq8N46YwlL/9XBhvh6H8K8UfRA0j/hWS90/nw6xYRQY1dI2nhujnceHIZ72QhWaWs9bMc05rf9A07Q9nLrQRtAB0AXNAIZgF/wiw0DRomtmdZujVnC8VhcYe1LlCxAHt9VlS++iNqa6RRwvtm8W9KlEg9YyzSuogtMfFGM3Yr8q2C+STpX9OCxnnd+go4woawDgOlAJu6xPGLKJFei3Ef4vq64eB0M8ozorBHPLUpWGlUH1XCWhxaaCc88IYX4WfxHiHYq1T5AnHeAJj07t4N8JpSxkKQ+oImoR3daTxCA3VX6PO+kkaradTV2h3fQd11z6gxvoDGIvO0mhtPg3RbnX26ltxPQdjwXTEPQ1OUjeZTqQhaHfqqZ1BOqTRH0HfiyO3vhE8irrrjrHvGoxnt4J1Ytau8IPv9ckX+O03OqM9MPYZ90u/e8GEML9VYKJWAfddYDlYJf2ngclGNtw1QSFYIv3vAIVGU7j7gRnS7yEw36gLd2PQXPptAGv1tSjPv8EG6bcf7NNhY+jbwbOI+z3sjXogQ4bDpqmoqSEW+jJJ3S/8z6UJ9EKaBM3Vi6WO1HW6Rm8dsFecmcIGQZlKzbXUim0I/xoxp7G94J8v5ma2F/wrYBsMkXbAVmoUmO+NYzSI53Cnpkgj5m1jOw0UczDPl/5BQm3UnZhP7Tl0Peb5AdZM//HgvCjmwtoY52tQQnAuw9ganLdO0Uiet2C7xDjD5HwUT7UC846xgkYF55IHeP4w5tNgOR+EjN3WSygDxnXrc5phfoe4ghcxpgrG4T0dRsOMV1Bu1JyxEWM20H+iFLzPCyVjYY8sJVMfSPMA6QOdBaCJHFcOIG+MH8ab6Ov1MC/EU3pwTHiY3GZvmmCOoUyjL97z5qSbBTRbMQu0sO6lVJCO/hVpHaI51quwAYF+h2xL0zgh27qz3pwWBOmE9yaGRghke86ku2R7XqeYhzbKp6gQm/FKeyN1N76k3lYXhCmUPThY2HoBe8uKoCjX5RQl2xnt6modYsdFcTsLOzVge5l5FCH5AePCu9zWsDVLLRfi3UWDXG2Qx1Rpz0bbBfArBENQN0NoiGsIru+lFMwP0VZN0AjpRb9oTEtk30hQdEd7Pyfn4IA9FI+2vALv3kDThzCFsnGGC/vFjIafII8M2V8eUDbJHnCP6ivC7grYEZ9RfQHauxHKL/sL+kexeTdoT9k27CJ7lcyngbUH2hDpD9I44xfYL0tknIFmCTVB/CaoR7LTcN/piIP5H3VGsm+dxLj+meKYmIOcQnMDxisx34XM4dYPsO+mUndzNvrebCoSqubAOWJeE/kIYMPUtTtTbetZ7sf2aDVXDQCZcv6ZF7Q5xDwTT5FirguOzafRZtdQqhi7zUWIfyXCDlM7Ow55DYX7evTJcr6XsQjtvZgG2jauK2AnFTqnxdxs9qVaxsN4NgX66r8E+v10ENwvMJ6lWWC4wIwiL9pnN1hmjKdCYyRloN3qyz7didbpHlpgldGN8Jsm/ZWijSYoO0+q8ovTtyG/bbQxoOhXOeCegBpFpBt9MDft1IqMCu12uBvD3Qs2QA+BUeGcFLh60y2hwO80nnNl8J1biHIspDx9Na0BozAndQZT9BwqBAX69bQcTPyreIawmysoF+SBq8y3aRjabBSu40E3bR/m1ptpnoXx35pDFNGXyNWOT6mF2k/QgwKMlVOs16m9tRdjxCuo8wqsVZ6jnvB343oAdJjppStxvRGkwy2uC9Av6uG6ifENtTHWYv79E+/wWhoBLLsTdYsYj7Gighq7+qAvd6FG6JeD9X2w135HvGOUhvE/3vgRa9RUzN+vUrKZQoNw3Q95dgMrgReMBI1ALhgBskEvkIo+7NWfQN2vo2zjNqxfP8Z7XEJXG7vIa1xNicYnGJ++wji5Fnb0WtTFWhoKhgNR3nyQAfqBroILypd+yeVrXlX5jGT0CYua6M9Qb90He+QoefRyStMPwIZbQ23h7onrzvoe9JsPpK2Spe2gQaDff5MW83oy0ibqRdROn41012Gum0pX6PPpcj0Ped5J8foM9PNLjfe509ZoTV2t28FKkKZ0NFgOzmC+EayhHtbP4DD1sF2w4cooHdfpVhG1tj5Ff1hI3awbKdN1FG1SQR1BFzACNAPD1XW26GNgEsgAI0XfBsnWj1gjdqNm9jN4D69EH9SoBt4pv7A3hB0g5kw7FePBNSCDOuOdWw5uB88J7Odpjv28FhHQqBtouZ1EC8xJ1EL7ArYOwLXC+RLsO+++VLQNYXs01sX2cIL7LYfQ7oecw+AV8DVDmZhTW4Mlf7fnYcdDV1aB2pew61dNpb2I4PrSeRfcp/RN5Qd13gFvB/xC5pd2pgv15XKeA3sZGoj5pbGYY86vaZzfwUfgV76m/liDVElgbWC1vYDxQkPXA3I9Ownvb3BvxDkMXld6WPn9Bn5X/Cr8QuxDMpY6G8AtSgH1xXzQGCwK2V/oDRoq7Sr8rDurJrAnYJVUTagteb7fiT73F/1qG03CGoz3wTrDxnkWY+rrACpsJrGmE3OXWLeGrslD191GHWpgRNFcIxbv2TSaqz8PlsN9I96xa2iu5oPbohb6CSjc5n0IE+EPwWY+wWpUR9gSjDc+jI1zaYbI03wIad7B+moz1dLHURxszAoB3oVoBvM+MLahngXRlRFrCIHmVAZzviPQN2FOZO4VaLsQfxPdXIlFWFssoqlGc+dnfRnqHveFf11QR663BHXVPcU6S6yf5HwM7mI/Iv/XANb4uTOMvyVz7kmBum9d5H8LtB4QbjLuYxDnnCIylGA83EvUg3iGwD3DMTWqa2paP5FbIJ24ryBYX+z/tsD4jd4OhAfWa/BfZ5TRrYH0rrHUE1AYfeyPYAN8VMkvRfuG3JJD1FxAf1KyQHdRM0kkdRFoazBmAvh5JJFYPwMjEnMp0K6mXpJhFCN5nWzJaxQhMC7D/BwCkbMc6yUyGylinQOSRlStEprjhCLuEagjUReWF/1erF1WoB470BXml1j7iH3vQ9K/B8bTMZi/hiLuSGOz85k1C/PGi+i3k7BumUy1zAlYWzTGmJmBMDGuTkX6eLmfVWrshr2K9SjWbg3lvrBYe4o934lqH/dnrNV+o0zM/YMj9lFpRDcqtVvifcX6xPUzGIr3FuM91kdpctyuav84ZF/fasn77bCTZgXGedyDIt7kvEWYqy7yPMjjAtbgR3k+cXaKvXysszfjXmORrodIa97kvIbnmIv7dBP3EuWVa3MP0nbDnHyEOgTmo/D5Rc4RezEfZjpfwNaqZUY5j8O27GGuwlp4PNUU63jjsLNMf50MrLuGmGvg9wy55POIs4kAoecRIeCe8xU3g95gcfD8IXDewNQTiufCvOgsDJwlhJwndAK5YJJYbwa44Cwh/PnUOUHIGUFp2BlBn//kfECcA4SeBcj9f3UGELLn38G4GzbrAaqNdXstuVbGM5jv474n0RY9sWbbjDXWj/BbTi3l/t/VzlnjObWXmyb2Zp0/7Rm8Nyj2DvSbsJ45AJsDbthrct8Qa91M2Ity388U+5Niz+xT1PFsSkI99XLNQ146bKerEBfzOtaEeXK+rmq/zgX7LGQP2pzt7JN7rntgj6t53tiIebOaM03kq/Zika+zlW0G53u2Dfy7xT4r7IBfRBrYmLP1z1EHWXj3xZ7gRrocmo33N8tsijy7o8wBmyNsn1TYAPp6zFcVeP7deHfWUJa9FvfOd76Ta1TxvPPx7p+FnZtLlkDUnxGBtvgdbbiMOglb3kiETd2EVht7abX5NOYarDflPUP2ccW6t8q95cp75v0D++aB51dcY2Zh3MqS6/ROiikh+8lYj9NMtQctyBdr6wBh+8kX7iErf7U/PAtUR72eOb8/LDGEyj1gibNPoNp3kNLRgX3Z0L1ZuR8b2JNtS5rag42Q93zL2SDjiDDUmV4L9xB9+zg10k8795hLULY2eMZeSHMCY0wB1jS/0GXGYPTT1eg7p9AmYo+mFeyy9yjFbIkyrKWG1hDp3xf2WL75EcbsVbBdvM7HeLe8iFtXnyvOjzDuWVRs3003mzsQBrvMbgYb7CWk5bOeDLmHB1tcnul8x/aZcVqdwZSgL5Qg79uob4RBxRFL8R4+jfzqY+zYTcWuyXj/YC/qMU4/c9N5264SgTO5sc7+4FmZhTZRtiPyp0DeIsxG/uY6dbbVz3mT7VFnDcozSI/xl+NeRUgXKdMnOvfhOaaYm50/ZLlRXrn3JOw/G2sjsb+p7Nnw8zBhX8qw92iELvaYxX5HB2pvdqV45EXizArpGsj9rSfkORkZO53jcq3cAeu/drQO91hnbqQJYo8lsMeqmBtyxlgJ5NkStAVDxd4ayAw5UywOIVIonrc3GBk4Hww5IyTQAsSLPbcAF5wPhj934Ozv/Lnf2LBzv9bGtc4fIWd+cX975od6Cj3fk3t5gXO9pVRTneN1lXvGN1CUiBOoe1nvI50HUB4SZbCSRZsj3t1Ig76OehlsRsFvEewMwRtKA3a8uF7F2M8qPlMasO/F9Ud8Pod2vOh5juuyi5/h4N1dIMe2K7EGEmMf3lljiRr/8uSYly2wmuOdnEqpcn9xCOiC8XwkRZvjEWegpL/xCdU2voUfjy8L5JgxjWIkA2meOEeDHVjH6Ep1dBNxHpdj3jyFOLfbIce3yWAA1ojbwGOULva6Mc41keyVyuPfOpoHYo2fkK8AY572i7Ndz3R+kbrWeRLjX1eQZJbBtnmChpl9aXZgvJPj2DNUA+URc2WGmI+MJwFsHtBfKuYCqw36t9g37YIxbATqZhzuvd55CmN5Y6MnCfskK5DGfgbz0jnKco2hLKsZ2sGm+tZazFf5aLMTNN98FfE7oF/+SqPMcRjHxoPLMKZc73yBuTYbfSfKeAnvWz76Sj7qMxd9CHWOupuqF+J++/G+nCG33LsV+7wbaBTip5sl6F930GCrBUXYr9Iw44Xz5wnGl3L92BEUGyPRx4sxhl6LuN8jzj0YcyPRr3qgn89AXx1L3VGPfTF+18Y6pBj2Y5R5HRR5WOtpJtq5gVwP1kc5xTrzMrz3gXXm83j/L7bOLFVrzdN0pVxvirWmWmfKNaY429uMueUk+lhrdc6nzvj0LdRWvwHteT14gBqIcz5xxlfpfC+dLtcPQg/yWV/wfO9LPOt0PufTH4Pf77heiH75FXUxPsR4vJ2SZX7iXFCdBwbjHEV9qjj2/ei331ANjD9ZRhuq4ZpFda1hWIe8TC5jEuyuXuAIaAOKgLCb2tAEtFtnG++kPh19fw3VQdtp5n7YhHhnZJ9/krL0DZgLn8W7NA39qx/NsmEvYP4IzPezMC8PMKY722FTxpptMUcPowxzC2yXj5BmKqhFA/Hu8jtai7L1OTRNvM/iXTDfxlx/J6XoP9BgeW46A3yLOrqeOoqzU22bczZ4fvoH1dXKaRjqY6z2J+Zf8YnTy7h+msbq/THGTuc6N7CeB6ONZpg3UPfG88ivO+yrKIrW66CvjsL71Y766j/TMP0A2KbOVR8E74KHYfvGokxnuc7lmS3qXzuFNWg0eAb3iePzWO0N2Pxp6B/n9/enBtbE+mrU3WoaH9hTRH21F+jZCBPnteIcV5yxXqauhV832H7deJ+hyr2GTZgXN9EKECvOkOVzibNhcZ8YWhWOOaoy8EuD/hXJ4SC+0MRw4N8IegHwT4VWRXg5/ipe6t+Uoyr/JOgF/Lfl+Jt8PdAL+JvyZUGr4lLL8Vf13Bx6AX9TjsHQqqhUDvSrfIHYs8LYeKs8k9pEtynkvo++liaJ/mpsw1rse947kmddm4L7Q3KvzExxTgkMne4VfVzSXO0L1aZPBHJc3YIxVIyRoh/voF7aXvT9EMTZcSjBPauWYTRXXODvOJITuA4lEL8p78/Jvb+9yh1K3TDC8hF7fwK5lhffPV6FcS6gyVijJPszhco9BRFnGtbtr8q1djTm3CFy7T8QdsxKzIkrqSfGztrmHkqy38Tc3J1yzd7OMXnmKWwg1rbWQ5jTlmPMF/PoDuTzC8bjD2Az9MPap5rzJdbqj5sH0Gf3YN7j7/FSlPaCvRdvRvk7CJV28Rso0whqb43A9WzqArtK2rDmXmeludc/GCSBo3A/CM0B7cARuIeCpMpnCjKNV8U5qtzBNPZ62BzrnZX2er8XtANHlTtHuY8Yh/wvmj/5Z4PpIdfTcH0NGGdF+1+0a/png0Jrh39XmPt9uCeDserbj0DYdITtDHO/b2/HOmu7/0XXm/7ZYLprgX9nmPt9vZn/RSPRPxsU6l/7d1ZyN5Ph14Bxge9OrSn+fXZn3KOzP1VdzwLpuL4fjDdT8Uwt/PnWMv9s8IC1zPHATaBx4DzEmulYdm//MjDaOu7/1Jrpr1DuMdYZ/ydwl4H5/A2KjHsjGIqw3fD/DdeLlHuXK50GuNIdKyLGfyMY6nrfv9uV7v8N14uUe1fw+5H/IYFvUUBGyHWQ4PcpF2fcfxBXxoedX00f6BSDW8B0uKOUWzAF1FXkgl/BDaC9Cpt80e/lxHcxgvPfw/wVESAyzG84+Ie4Dnwv87/gP/m+9z/Bjgaxf48668oRZ1tVXF8bti7/r7EHgpy/B7ZaItb9d4KZ6pvhRiHuIlAD1ATXIywSug6kgkki/sW+Bw7sA8i1uBhr/8ca/Bbs/wh7FVj391zKmH8p4/AF49hMf79K49hMf+alzB2XMp5fyngYbnvIc7ZQOyPUtgixJ4L2A+wEvT2t0X49j7UE8/ydVFN+W3g7xvlrqdTViL9jwxq81Hxa7s/FWK1gH+Sjzj5CuBfaj+2K898igj2UYFtwv0eDxHdpoNTuRfEC8R2c+D7OFPaGF2t4Uf/j1PdrQ/gcKHDOYxyiDHEmJVDf1FWTZzOB7+pCzymGwJ4IfB8nQH5Y05WK7+Dk8+wgtzxnKKQW9h3U0yZqaXamlq4YihJnRVYS2rgORYvzLysdY8dzGJtdcl9moWFTjPEYLbR7q2/FxNqzB6iPfEsRZyWuT9JC6wT0FvWdeROKNHYjHTB13PsgxtXesGltyULLoljJD9TOjJHff9U1x0IfBIhjfUc1RV0Zx6l68EzBRZ2Ce0vyuzXnnDwP4G/XKu17G4ucs5W+DT5MSeJbOPmNmXgeP+9Ziz0ruwdlWbPocsS73G5Hde1RyGsc8rkNzzAVtv4MlO20/A6P5JiR4DjoJ8V2M/VdoNjz7C2/ASRzI8XB1iu2uiH8Lvh9qGy8kO9EMeclWUNgP07Es7QHYxH/O3ILxHeF4ntDMwVpN5Ehx8yD6rvAFXJ/MPgbD4zNg9GuQwXqG0VD7gEHvlMMfIMo7MyDGIvUd4fy28P2NFh87yi+L4SSOYb3LfGMXa0KsBjPVZ8G2h3JsIukHeo1i/EMqzAfLke5iCgCBFR/CojfKY2EXw259idtNYX8qMn5CiSqb6Kai7MUw++cFmty8Z2d9jy1EGt1801QTgeNCueMfjd1x/s2FPUlf69kPIe+VINyxb6fdQu5XWPRv+PwHq6m1nYTrGlupNriPYz4BePtAues+RLa9zsaYJ5BnpfhvshDfH9mJ1BHay4dtNaI+9Bwl0Yvy+/khml7zGH0qklYG5H2ChO4dk65alEJ+kUfeV5ZA/oo+q8X6VxUQ+xHmt3QZ1o5FcZY6mTsItvMxjzaHX0tsL4SewkjwtjkTBSY31Km6wTexf3OH657ne9dy+kquw/ey07wa0EtMd64XRvwPvyOOXsOXS++gY14F+3+Ag0VcQVmc9gS28iDvrfQ/BfKNAT1pFNj+0X0+UkYtw7RHOO08zHy6Y/+0d8ei36P+EYqDbBfx3t/Sv6eJgpjRrE1jK5wEfrGP9HXxLfMRdQoYj7iXIa55XVG9usdcl26G/UxhtvYny1+q6bn0CPaDrT/fLRbtJMVtY6eMT+l5fqndIsA1+XQIuF/MYgq+nMfOlc/0JsC31YE14nNK7v1q0LmgVe4nq2h2htYCxYE4oo4mD/ikd0nYJ9+K96R5mF5/gXhf8HyFLJbfDsvv7kvVCxX3+X3U9eCEfy9P/5uBX1Qf2eg14VjrfTPAMuslU49rFdNUI/XriDc1lNcYG8pjJ3OEQbjUKg9EWI3oJ7ngyFgNHNW/GYBr/JZtO/ZL9h9tiJEHaaCKnP2HHNO/OagLXMuiqlYABYi/HumYrNiE9io7i/oqOig6KeYo8gQvz0IQ8RHrVeUQGeo+/2muAes5ntIisC/VfmSxW8omHPDOb7M57j4fYRikvhdBvha0ZafQ5RF5lWkfqMxTV3/A2RynVYcBYdUmTPUbzE2cL7n1gKMohVn+d6SVMXCkPsLloLhYSxXvyO5N8TvNaSdqMhXHFRkKwoUi8GiEP+pTMWPzLmtihLFKMUYpuL1MGaCngpNMVhRR1FDMZA59yz0Q66LilPQKxWBNk9mKnYqAvVbrlil2vcRRai/+FZ8raJrGAH/f6u+14/vW7E+jI2qvTYpwvIRfUX2l7Xn05yzFNWZijQB3uF8rAuiFPHifP+CbwfUd3qXMkb+L8FcIua7BtSR6pVFGlv00+XxTZpu0f8sj28F+aM8vjXkFMtJlhMcdpxdv7P8xnKM5VeWXzjmUZYj7Pkzy08sP7IcZjnEcpDlB5YD5fGRkO/ZtZ/lu/ImtSHfljdpCPmmvEkyZB/L1yxfsXzJUb5g116Wz1n2sHzG8inLJywfs3zE8iHLByy7WXZxIXayvM/yHsu7fNt3OObbLDtY3mJ5k+UNltdZtrNsY9nK8hrn+SrLK+z5MstLLC+yvMCyheV5ludYnmV5huVplnKWsvLG7SE+lqfKG3eAPMnyBMtmlsdZNpU3vgKykWUDp3uM5VGWR1jWs/yb5WFO/hDLOpa1LA+yrGF5gLO+n+U+Tr6a5V6We1hWsfyL061kWcGynGUZy90sS1nu4qxLOfk/We5kKWG5g2UJJ7idpZjlNpZbWW5hubk8riPkJpbFLItYFrIsYLmR5QaW+SzzWOayXM8yh+U6ltkss1hmsvyDpYjl2vJGnSAzWApZprNMY5nKMoVlMss1LJNYJrJMYClgyWfJY8lluZplPMs4lrEsY1hGs+SUN+wC8bKMYrmKZSTLCJbhLMNYslmGsgxhGcwyiOVKliyWgSwDWPqz9GPJZMlgSWdJY0ll6cuSwtKHpTdLL5aeLD1YurN0K2/QDdKVpQtLZ5ZOLB1ZOrC0Z7mCpZ0UQytv0BauZPZsy9KGpTVLK5bLWVqytGC5jCWJJbG8fg9IcxZPeX3RoZuV1+8OSWBPN0tTlniWJiyNWeJYGrE0ZGnAUp8llqUe36Eu36EOe9ZmqcUSw1KTpQZLdZZolmosUSyRnGcEi4s9bRaLxWQxWHQWjYWkaA6Ln+UcSwXLWZYzLKdZ/mT5Q95WOyWfSDvJnidYjrP8zvIbyzGWX1l+YTnKcoTlZ5afWH5kOcxyiO93sDzWA/mB5UB5LDqY9j3L/vLYrpDvWL4tj02DfFMemw7Zx/I1y1flsRmQL8tjMyFfsOxl+Zyz3sPyGWf2KWf2CcvHLB9xZh9yug9YdrPsYtnJ8j7Le5zuXc76HZa3ufA7WN7i+71ZHpsKeYMTvM432s6l3saZbWV5jeVVlldYXmZ5ieVFzvoFznoLZ/08Z/0cy7Msz/CNnmYpZynj2/pYnmJ5krN+gmUzy+Msm1g2/j/2vQTOjeLMt6q7JY26W9fovm9pRpqRNNJcmrM9tsdz3/I9vjHmHGN7bGwwOIQjEAyEywkETLiSrJNgxsYesAMs+MEm4JAFP5LAEszitxtYJhDCbl6MR/O+Vklz2CYYwsvm9540/ve/ulXqrvrqq++oao/owe7iH4zoZwF9n9CjI/pOoEdG9F1AD4/ou4EeGtH3AT04oheAvkeqPECq7CZV7idV7iPffZfUvJec3UNqfofQt8kPdhG6e0TfA3QX+fmdhO4gdDtp0rdIzdtIzVsJ3TKi7wXaSWreTOibhG4a0S0EunFEtwjoGyO6pUA3jOgGga4f0bUBXTeiWwJ0Lfnu66TmNaTK14THgD9SzXV+qGxxHue7nM8B/hHwLOAZbr5zBPA4YC/gMcBPAD8G/AiwB/APgB8CfgD4PuBRwCOAhwEPAR4EfA/wAGA34H52nfMewHcA3wbsAtwNuAtwJ+AOwO2AbwFuk69z3gq4BbATcDNglpw6RZ1E85GT+hR4HXLiq0e04nS8aqRQVK1NhDaOaETV2kDoMkLrCQ0RupTQJYQuJnQRoQsJ1RGqHVGLVEMoSaiaUBWhSkIVhMoJJQjFR1SinpYRihEqJKQhpCakIqQkpBiBQRnFPCGOEEtITqiAkGxEIQ61VFgC/HvAGOADwH8A3ge8B8P5NuC3gLcA/wJ4E/AG4DcwLL8G/ArwNOCngMOAQ4CnAPfBUHwXMIp3EElvG9GIKr+VCOdyQlsIbSY0TGg2oSYih1mEBEKNhBoI1ZMu6wnpCGlFepKmaWpEcD78NE2h/YAjAJpGpC1XEOono95HWtZLqIdQN6EuQp2EOgi1E2oj1EqohdA8Qs2E5hKaQ8hDyE0a7yLkJOQgZCdkI2QlZCFkJmQi3TQSMgj3Ao8DTgE+BZwE/BkG+H8D/gT4L8B/Aj4B/BFG9WPAHwD/Dvg3wP8CnAC8C/hXwDswukcBLwNeAvwc8DPAPwFeBLwA+B+AI4DnAaOAgzDiBwBPAPYD9gHuFUefGicy3k7oSkIXjGggFMLrCJ1PxLKW0HmE1hBaTWgVoZWEVhBaTmgZoUFCSwktIbSY0CJCCwktIDSfUIrQAKEooQgRdSmhEkJhQiFCxYSKCAUJBQj5ydj4CHkJSQgxhGhCFCFMZiQSHgSeAKQBvwPBvg74n4BjgNcArwL+GfBLwCuAX4CgnwRcR/ud19IR59dxxHlNy47U1/bsSF3dsj111Z7tKW577fb27TS33Qp0xfY929/cLr2yZVvqij3bUsw23TaK3dqyJXX5ni0pbgvmN7cMpwaGTwx/MkzrhgeG1wxvGr5z+BhckD08vH/4yDA9OvGsUDhcXdu8Y/i2YUoH31NoGKvEy+5hTtm8qWVDauOeDSlmQ/kGqvaTDfj4BkzFNuCeDSs2UFBr3wZfUbNYu2KDwdKs3hDbIGygL2sZSq3fM5TqHhoaunpo99AzQ5Krh24doh6DEiUMyRXNl7Zcknr7EowOUxNIDXiWmhih2aFDVBph9CGVFibwRSCAC0EQF0TOT63bc35qbWRN6rw9a1KrI6tSKyMrUssjg6llewZTSyOLU0v2LE4tiixMLYD68yMDqdSegVR/pDfVt6c31R3pSnXB9c5Ie6pjT3uqLdKSat3TkuppwfMizam5dKUTPAhywL/1jh2OjxwMt8K+3k6ttx+3f2Sn19s+slFXW7HKcrXlVgutggNFDman+VbzbvNjZokqU6D59YU7Cqn1mh0aKqYRNL/UHNcwSPOAhlLdqtqtekxFd6uWqz5UTaiYx1T4MeUzyleUdLdyuXJISauU4jmtFpSRsmaVwqkQ5kUVdF1U0ajoVtC3KrCgiMSbBYUv2NzId/PLeXo3jwU+UNz8ITvBUgILX3won5BTE3KMaOzCGGE1EF0gjhHWO5tBH/cZsARDaPH4QH843D4qm+hr31vQs2Qv/sZef794FHoX75V+Yy9KLV6y8HGMb1n0OKZmD+zVtfcuJufX7dyJmuzte+39C/c+YF/UvncHFASxMAEFZH/cgJoWhZdtHN64cVN4YxgOgGUb4cqmYfiXIQxH4OFN4jebNiKoEv6Mj1hjo0jDmUobh5cPwz3gC7i8MXNZPFuWqRL+e/hs/O98OP67EMH/lx/T8mVIglB6I/2mRIloJENJ1Im60MBhpMD3ISOqwS/tnzOnoFT2NJxSyIVfQgUI4/sELUMprNZGb4X0ZrpX09oou5kaQI3jv33rBTgcLUxGj+LoW2Ovj6nHX9Ako2PHxspiWOPWZKBTUjKZVOr1RKiKYKAykYg3UBXlAa9HSWWulVdWNdCJuIOidbkrDZR4juk3T3XTc8d91FZ3bX+ZBIf9Rqe2oIB2OhT+hEvV3umtLLJImAIpLSmQBSubvKktbZ5fsKagzR40scB2G/D4cxLlyY8lyk8XMHM+PUz9LrmwwSfdquAoibzgviKH3ldmq29XqBQSpdVosckKNEo21LJy/DsWv5FljX6LzS/eyz9eCxIxTpxknpfokAcF0Dui2UktfBL5Jn63n1PhDu/oxO8Eh1jy8wqvSYEMWGkIcKzXwyIX48Uab8APrlxwCBzicSHN80G7z+t1sAoD8npMskJ7X2FKkkKmxsbGQmOyWpPQgGSXLxtMWDrH4tgcXTZoMR2NJ7bfcOQINh1ZNkiKZTEwTtaZzXhCLPw1TyuLhcOL/AYDGbcg7ZYpaa8nEKiswmSwjDIv7WYe56WG6rJE0sEzC9KWPkZhrwhHynVSHt8qVXsbErXNQY30OXwQD63yhfQSWq5WYGZcqeUYqTHkZa7U6Dma5gzaF8bfAH3ciRBTCZrpQGFUjXbn5Ouk7njCwun1HBLXcksCCXF1k7MEIaDZV1Ym841mO+6DIEiQq3vLTeJZuRguCbIB6CB0KNw4FobujSVxdCweHQMlLUyCklof/5K3KYstAsVmvG5PoEJTXplwg0j0oqY7aFweobxejajm2qkiUxmYPbj+6q70D9ylpW48d8sjl9WZIrPDVYNzi9I/MsVa66+7Izmn1DDbUbO45btPV7VXOfG1c9fPbyjSBkuYdSXBot4rB6L9c8rVbLz7Qvx2sKHYkN5rjTaO/7l0XsySvs1YOlt8laJ74j8YXuKFmf1NIr8RGwo/Tb2IlMiEVyI3CmS7GRBjWm0/AwHrwYpYpq8xMegV5PMzfR0PHxtrFA8gsWOgZNbDX/YGICu/TkkMQHlhZSWoj1SfneuiFdDrHJQoIlGtGJ6WsobGJcNzrnv97p6F9791XeWa1BwrK6UZVilXRVrPa+7cmiqJLriis3lta1TB8gXMEbPXXGj0uQ19D33y4CMY/WRxoT1gLbQFbI6QhfeGvY3Dj67b8P2LK9xFrgJTWHwJRdS0Z0HTCpETXUbk9AzSUvcihCzU7UiOTNlOmiAuF+TKXmumf1YxZhck05QBE2MH0+9cf0E0h5qhOZJpevLs4E/+/KP0Sxkt6fjxHx6Zn/4ovPyurdfdePGdq8uoe0bGH2gnCtG7+/2Hlt6/adap26ov+wGMPPSJvhn6VIL2kh6Juk3dLqjkWpfWBX2ymBTQIstTuFgcwwMK3BkISM05tTdn2q3oDWbaHRTzEUE6U+3DYn9h4iSjUbVoIqwHvopbEvWgzphKXrfmtCJ0j1XJxzeLsqGulytZiQSUIh3HN8hVYlklT2/Fr4rl88EBcERMrDnoADfApY9wRnAMASObvoMzBcW5snPiJL0aJBZET2YlJtOOUncKBoUdOeyyIhXulJl4Be6QqTkoPoUXIO3ERwegrNWapaMTx/dBDWmmt0rcIYUMcL/g6TVnbKrYxWwHw6LUjmiSGZEJmq/wvpO6NF1SOS+akyV0kQMpLcI75UpOkilv5J3xYCDhUIAcV4pXmQcdxSY+/TBrKnI4iixc2sGpOakUDsxdJUHOHCLSYq4G3xdFr+Qsc5Q01Z9tsi/LXJbZLCPg/cBeXtxNM/o4IPBKxlCfL6MZvkN4NRIQD+5TJ56reCdP8eCxZviojHMKZ1QHR4+NxdXES4kfqyD/0vfKqV9GZNOlRwySHq7liszVCkc8EEzYFWkb7yASVDgSgWDcweMTCnsiGIg7FD5WzUqlcKC48f/MlZkXcqW0H7+ZKxOp4rtAqnoUykkVUXc+IbDqPtJYHIVmguLsy12Y0eBc0/BdilyDnHGxQVPNmHo0ylqJAXieBbXnnqcHleeQXNWnz0hQL65rTJunOHpUfL7wmRVmTuBJsYmqNwCTkh1/zF2aFZMC74ILkksdxVYepueuXMs+/ZAzF4Nd7pl4T2KW+JEW5uSkXdZRz4FddsCRReYp07IUWtTvNZGQR2yRZP7Z7PK5/iI3l6YFoBmzPM1BScw997/3nV3v3N0OfM8d7+zqTH/g6tyxYuU1PW5Xx46VIlN3fy/9+GD3gyf33Pfp3mVdD/7pwNrvb5nVuu2hJRf+8PLGlisfEb0PzKROsDuVaA66j/RyvzqiKWYPUS9AT6uoe0eKGzWZneeIOmdM1RCW7BMEY33uQj1EJgcEd68xp9ViR8TgJJwJco6BACCiS4pBzpe7yzRFC9IRGhzUTNNiMDrobMxjNBoMuDwQDARybqyzwFETD8XtPLNJX1QmhPqy+smDW+tONFm7ti+IuIVldfZEaZH2EhWb/nFNky5Ruvn66oFqm4dTsQzDaXjsLutIWNLaSV3eVRJkaK5ywZbOWRcNNGiVRcnWyETAS68RFhZKpOlvWcvmiFreOPEeOAs/akWHclo+i9r1hC/ui/NWMYpEfOQQLkVViMWlBzRV8Geoy4mkbhSXCvwsq6S435BRFoO4jDdNWUCqY2ENcYPqMdEYZXziWCZIinxFt53SRyanjyRzikiz56cHUVL65o5rfrJ69saFtRaOATeoTPQMtcY6KmyxzlXrVnXG5g7vXhRZ2tOgk0koWqbguFjz0qqwENZHu9esW9MVw9euvef8coPTYymLOEMWzl3kNoYaAiWNZeFYfWpT7+DOwYjS5NApjV6LvcjC29xWvb/cHibfbwS58+BR3wfN9qBU1qMiKXjUfSaNtDAnh8KMP7P38pP+LI6jR8aPior6F2tNebspe52brRlr834mBDgs2hrREqYPsyREYOnbxKCAedBebOY/HZtUJi1vLrY7QmZOdHDQ+vDESZkObGMdupq0XpBHWR7VxWJ8fJTqFNg63mhS+L1e3jNK3SUUCia+qi/UF/Ny9GnZFJhtc9R0DJpdmDRHk8nCpEl9LFMuTJI5Kag+86fivBOzLXHaeelsCUPuVZlJvLQJbTYFy5YgS5NJ3pbqQ02J5NyiQskr1BFJYXB2VQ2cSNNvyClzMhGtsrH0u/gDRuGsLI0lnUrmE+pdmrWVR0vKDLR8tsmukkhUdhNdfuplo12dKTMX+IoNEprTa0+56V9rTQoJozDpThXR/6I2KiQSQ9gPtmwezLTN9K9QAgm4OJtxyI3lo9SS/SgYRDWj1FxBraGN+I9GbBzly/GpclwursTKxQCovDwyKzSKTYL1uAfT2z07PZTg6fGs8NAqj9ND8YzHw9ghehCUPOiE3aTGnfaTkTbRekGKhjvrTwh8J4NM0ZwVDxPXPji4fFC0ftHw4GVjg5eBPTySFGNWIvn/5tZk7KqYWAcCFRXZhRFRhxMVWX+TvcJkHKmMzG5DIl5ZRW/WhUOlxZqqnfPnbVkQq9+6f8sCTXBWrHF1R0LNaTgpa2teNlR7wV0rSv60on5+pXleY8WiiFOplsnUynm1Tf7Wi1u6Nrb7KkONIZ3NY1NaAkanz+51aItT1y99o9CXcFcLleVihnTVxHsMkqxHIVSP7s6OK+uuPEStgFAlTF0ryJGeraxwM5JYbspC9tcuKAJt1mZ1RzJj4ZLihpUg6cxZuEYx6DcmRYuZHYwDX/Ye09x1UH9m0EZmSM6ByzQGQ8YrofJVty4p7Zo31wdT3uEsNrO8Peb3x+y8Z86clqLVNy0oSn+qCc1OmGOJSkfFyoqyOaU6/MGWp69v0QRqildm/BKr4iRelsTHbFrriTmV3dfvG05e2Fem9FQWpX89Z168Zy3Yk5aJ92k3/TqqyHl5yMWDT1ObMrm4E1JP39SSg3NE28Y8hVtQGWgjB6lAWUmm+yXivp4g78yl1OHJpPxIPJuU/3V3mpGd5/yKlLgV6fTUHLoikZlq2hZEzt99cdXsyx9eVdQ5u8Igl9A6tSZQ3hJftc6S6EyUt1cHFHJexuy1eE0qo9uiFrbv33T98zsawHUYVCavuSYKqrfr9pZL2/zOgJO1hkR9awc78rLkEhRASXRXVlqcNXmIWgYRUZTaILBadzOXDFoZZSinLDBXWwW5qW1ypaZ1v6DslHTkPAbRlMZMLEimvvzL3mN60D19zkIQNKl0dCAwPVqsol9mTcUOV5GZm7tr6dqdi4oSq25f3r6tjsuonI0/Wbm6smxeWF9YPKfcUpaodHly6rW6rQ80arWodvW1+N2cro2Xz2kp6zuvovrC/rjKU1Ukyq0N5HYA7G8YlWMJkds+rdZdIr6HFi5nRkXJuekSbQllLXmeEU2dEbJ0xKgZqqOHWcFQDzB7GYphbFGQiJisiSy4oE70RKDN9F9IqVZSGlopN/G4U26CCvI/C7acEoWPgXkby1q6wcsgpxpbNihGn2+Bs4tmJP63fXbGLEi97ml6q5+p3ZQ+WJkZJxl9oNg3/o61dnBW05rWmErOF9AUU6CoWbypacu+y2sbNv/wwvW718Y+oZcsj82Lmil8MlKSHJzl0Rq1skK32eA0qJQmo6Zu21PbtzxzXXPT8APLXBdu9dX3R2HumydOUt+WXA6xxMbsqBjUCELP5ftiIT87iu37KudZAqNTa2nOA0KsxdWhbpmMwuONMM2PJMaPJI5kMhn2HH80zTRm9FFPpCCdHsCD88n5nIxUGOrbTAErlWnMHqM1aOEfEgMmnfYh3hb3+crs3HqtVgKXhnydW3qDzUVKOcN8bPdqZbICmcZfG+5jjUX2quh4hCULMSz1arTKXmRk25fcuCSiUCnMQUQja/oO+kH6NdSAutByTGVjrG5VTEZXe9sSbc+30c423PbOz3gMI87/rB87+rGpH/f/4ageG/UY6dV6SqXXr6im/1zXEnKVNB1uolATbjpa3aZagtX0kpcFVzdxFKAbjWODg4XJxoznFZ0wnA6+nqGM/7AKqelP5trw5z986tl1TS83UUwTVv3F5y+basGMBgzmPBgMisFA/FcgKAV7azBms6qcylZBlFBemTkSewOJFy4PTEYF4ipzIBhU0tkz+kGD+gKDtnzljQPhLj2vTUR+07GlN1yz6bHhDd87P6pxx5zhaGXYG6pa9Y2+UKcbWzX69E97Wv3V/sKeeYFqv7a2pXGfxamVnrc02RXT0StiEVO9u2trf1ivVPgMdj9VQPtnL6trGp4f9wmLKtx1VXGjsTtauzLoXdXadUWqlJWXpP/c0mMOJ51zuk2hqvH5pTFKovW6HOp4uTEQFWPtqyBTeBXiizi6JJehcdTykXhIN0qt2AdB+fSUtVOQC6VtvmZzBzHMuSyV5LkwlCPnVn/m0knGw8nOsuJDAm09/SpvK/P5y2y81pcMxFZV5GKFHM+6oXXJ9k6PJ6f0eHxWW4W9efb4Y7kr0+MEobFu3TdXizb7oomTeKekCwIpN5qbW+UwUM8gG9JDfMUiJ77iCcGsbiWtfx0aP7WeceZ3Z10Q0oo+XNQcUBm87fSWaxsGUrX1qYG6ybbT28DvQEuhF7GOmurWjtpkdpQOwSiVo1W5dpZBCz2Ih6MBeakD+0pLDewodVBQCsjg4SRFrbZmzaTYIdeBYC+TBkXH1OPxE+K0485WbfpiAz7LmGS3ncCMyTA2GOhDnD1eVJxwF8rSvzq9d7igQOcuC/gTTl6lSn+KIzznhsxQwojbT6+ni84cnVN/wKv5wsxVTuXRpn+dLtXZSf/xNui/HjVmrZVKoccQVHEsViDMMQi0VVysayZdyS7WZWL+Qeu+3OWzL9mdMSqeMxtG2iCVg4fvQXuyOXWzVvQjDkecFd+Y72kIilF5HKmnTYCR9rbpG1qdMDyz2hqaS6tbSzvM0+U+bcEseUzcFxP3tkDN/qqbfc48+6yJp89muNmhlsp5W8wfiNk5jbfCX7q0EuTkE+Wk8VT6IksnpyNrKXa6Qka27Y6eqoVz45qizvb24KJt7a5JeVKa0tMm5plX6CtzpfN7eozhOn+4IaitO/+mzklrBWMQR1/LjkFIKwrdkTFayAHG56N9EGpnjBCfM0IcGKGQ2dc6KaNCIqEwSYBygv4ivzw3C6b/PAs2KbLv9H+OBZshFhDHSrBfLZAbMiCN01ZphzOrtMMzV2ktglzVNrnmapueyX3GKu1f/MU5rNIyTN220Su27N1UXb/t4BWX791YnR7Xx/sbqwcqrYaygYbkQKUFv7fh8Dfamq4a3bzhpze0zbpq9GtNQ32R4u6hecClxV1DYgacvotB0MvpGbC7ks1lwNf9pQy4Vd39V2fAn3eP6RnwWVTgszJgSEKWBWfV17kmdcFc7HRAJhxs7+qPrhIz4JOa4tlxc5mYAa8oL5tbosdjW565vkXljDjTS3OWifltTjEuKKov1nVeP7IleUFfmUrMgN+Y3RrvXUvmDXUoszq0PjtvAiqwmAKPLCrWyUZZWkGzYvDPibtFuF9ghXBbQKV3teozep+zKcvFrOJIdsawn1//tBBY9lnykVKHIOJnC3RmR6E+VAoT5bQJ4m2orrYpHC4TJ2Eout0XsbBiyOurKxk/duYUGYrPCqhomZzl9eKOWevEe9TH0PtW9N7UKnRkchV6jgB+lIngyIkqcCfsv2uqBNEQVLmqKDqzdKyqw3VgWARrZvn4hLh03GZQiytVyIDVjOHjSaUQd7PI+vFgZgF5+WBYPTYI/2YsTguu/8tP+xJr1tTHyXW39MeXtMQMPFPAy7mwkKr0VAR1/vrO3s56f3zZDQOhbqFEW8DQtIwvkAeS7TFP3KUONHT3djcEsKNjU1dQZTTpS0vsXr3M7LAoLUUWR9hl85QIixuFizpCfKFepdI7jVaPTqY36ZUWr84ZctncJcIiGCXjxAfULczjqAbdQUbpoEajqC1G3lLRuxoVpbmZWQr51j5vi12Ru6AQF1uMLWXiG9iCLCscmJxHM6YtMR4/EteQNPhJVPplbkKsPXP2lG1mYmfIpbvULVyhN1pla7+0xXORVieq5YWcnXiB59hMVvd8pFbnMmtkUk4q2VYS1ULgF+i+vA//jORsL8IUl0hgir9Isrr0YGurTC6T6X0gra3iOg39AnjCi7IzmguSRRontVxQaUtbg5zE3JrdjAVfdtpyijhDM2Y/k4Epz6X62dZepgLDjNWvrJpahXlZNGjuYhM4t76l2zvdmc7DlC70gwtcWZVbffFM92vrblxLTV5IFzRnnCDVm7sC/TZABLAP+l2S29kYUbvF/7N5QNC7XVK3d5QaFHgBudxFrW7O0splzZG4D2AxvZWJgC3qtyxjYhJiPXhapey8keHcYv+UdzNqjVXZ9X56H6YlTPoTiSY4u7JidkAjSX8C0TBnK/MXixttL0ml/0QrbNGAP2ph6d0SpcagPPUbjZ5nJLxeTQd1LqUUOsNI5Bp+/DKzmbqV10BQzKrECMc7cVLyGvRvLtqVnQU2e2GkpEQdGqVmC5xdXa1UM3RNjbpulAoLCoFWz2pNtKpjnKqlZnTil/uAS4AFpVioUdNGf6uxQ96R29UIh8Mz90Qy+yC5TRFxgySzMi/e8yy/biQSkspyuyF0cKqYy4xnyGpaUfKatOD3ErW7vqyswatm7qaomxiVr6EsXg9nH8gloB/+oriNox+nqEdphSXq90esHD1CU/9AiQGoP2pl6Qc4l2NKlpRDLh//1ynJ2t0c5BcMw4qC5XlRsKKYVez4xVz2jJGrQMou0KKdIOUouplI+TDyUDchE/JRIUEeMcEfMnL8KLVSUAni+4O0gXNFkdfLQaj/hHjNxRW3ejmNvVUzFRrO0DJRtBaT+i0w0qK2FU7tJ0LmdbbfitPLkNvmzUq1SktP7TdNbjLR9HUF2FYTK61yqphHHmGU9vJQSbkJy/90Qo4tybKSCodSsvt+mreUBksqjJj7bTmooISWK1hcn36eVchpidKgwQfxdwvNSiktVbDp13GogC9gGKVZl75InGfpu+j9ICEfWkckdADL5UpkAX/ZdEDwWVysxTRKbQRRKC3OVjOrbWXbmW7UnstBpilZdr6Jb6eKnefPWh1676aJUanSBgJBHCifts8mLrgYdDLq6xfLezqLYiZKtkWhl6SPKkzJaDhuU8pepZ+VakuqwklrQfqI2SBTmzQ4LDUr6XKvX19A82bj+B5qpUVTUGDwm8Xc/4GJP+Kn6McysbP1caQbpUYPsg4vBPqqFtR4tPEoOA7xxZbTo1zN6S/HPqV0VxYXV7p5nrDy9HPaEKr2qVS+6lC4xqdW+2rGW0JJ8UIyFKoVuVac99uhPY/iIsQh+Yic7oAmlMX809cOHp01MCDMSvULtw0KjQuXCY3ir6j0P9PzJa9AIGw+jPRUJ/wcUV0jrFqColEw72+BummzqpTN3GWnJGp72F1cbmWk1HxGbSt1hRIWRpIeV6hZSYHarJHeqtCQEsjJBjPlbYkOLUKDaNcBx5LFrYz4v1VePVgcKq+oZ4obRvFrB1vAh81nUoVi2WZfOtjG2NqhLJSmksUtthTHpWwtxUkpivT0za9vfW1xhXRxuWzJMUdI41gMf77Zfb6UMYXIRIhGNYkEBOXxLIGbOmKEq+JHPaYxJk87ZMfIK04OPSnlJs+0Us5pa7MSTWgnHVVuH1cm3kECp/TbYJ8LNnhWafRiYYsfy41Bhyuok+HAcTgxBF3OgF5G+ZaLFZTyTZ7zNHqD5nIfaypyOgM6if+4B4PPdoll7F2h0Y8/63nbS282uXXy9LvBiMkD/CJMRzBVCjlOpl8sUObKgaj4LbYHorEA9kEd8HyKgvSb2FegzJWD16bfxeK6yEKE6MMSP2rAhdl1ESVTgpkwltdgeRJzwujEswdUoBcCNoxSvz+Q8MMfSj5F/R5xE+8LrPgVh1U0FxrFFxzQVCddrqQ1mwdYc5GRFb4TFAmDNNKvnsyEFk178yhOgtBw5m3e5BjOvNQ1dpRYvLLYYBgtGxzEg4NWQTujddAqFf1VPhlUAR6dfVruZajs8m1VA33avq40kXtZWJZ5beGwhFWz4yaDSyeXqs2647P7Ihp9cUOodsnciEKuKJDQUtY8e9Vm4bxda8pMHTdt2IXT4GmkF9mLLVyBscTrjvq9+o+aNy7v8blrS8wOv5O3RT1Gp1Fj8ntNiSXbWxq37dxz2b28uRjGrjezpqdETnR/1tNLCrFEgzl3btDcWD1KvbRPKtVrDlE/h9BOP3Fc4MRv9CA4vUSTk5NmFJ+3X7D0ctNf5RAHIbP9MzkEEOdlHwG3VtF/8fdTopwRElVhd3YmZUR2iIFUID1fqoVMoaLBThXgn48f1+vF5UsaF5qUMma3Pex3a0/5FWo5LVMZNfTHVXWOsI2XmUpQ5oPrZoK654uD/i1CEuYz8OuZkLHnhoLqs0N+yzSkvzzY735xcNd8efAnZkK59OxQWf46qLvyyOOLozDwxaG9ECHd3ecG/S9mwrj23GDa9vcNy/XnBus1U7CVfHnYp2Pv2eEsR8jV9NlwF30xeC6egvfCmfCrzw2Bhr8dgpXnjiIDQsVXnonQ/QiFr8ojjzzyyCOPL44SJWDOV4xH8zhXROb8v4sYOhNlTB555JFHHnnkkUceeeSRRx555JFHHnnkkUceeeSRRx555JFHHnnkkUceeeSRRx555JFHHnnkkcffHohCOPMflHWIFkuUA0kpNvM/ltFX86EPnvXqQvriDP9+8sofM8cFM6oxSIMKkQnZUADOSlA0c7Uhc2zPHBejZWhNprTpzKdgCquwGluwAxfhHrwYD8K1i/EQHsab8XZ8I5zdjG/D9+An8LP4H/EL+EWU/0yTPm6BYxcSkAQpkRdFQP5xVIVq0Cw0G81Bc1EzakGtqAN1oz7UjwbQArQSrYbxOA+tReejdegCdBG6GF2KhtB6tAFthDEaRlvQ1okJuO/M+zV95v1WnXG/S2bcbzO6fGKCvpMO0fX0YfizTzw/8crEsYlfTRyfODHxbxMfT5xCBYhDamRH30M/RgfQk+g59B76GH2CMaZxAVZiM+iIHQewgNtw11em+tPU/XNrKNFPJuutmfyNDHq3ZrI9cfRGtkwjLeazZQbKzmxZCuV4tixDtXiuOKsZuXhPvCNbxsiGT2TLFFJSKFumUYBSZssMlMuzZSmUF2fL0B5qB/ohckFbYqgMji7UCaOyGkbj/xBXNSkNA1E4FUQLQlcu3L2VC0ujdu0mBly1FnIBnSbT9OEkEybTuvEK3sALCC5dCNKlKz1Br6BbVyL4zWBBRMSFKCHzfuabmcd870s0+NDgySIXwzPgyI0CGYZXgm8C0woPgV/2jFqscpGElUBPMWZAxlingBkix0Cwxwm81u/peqKANegI8ue6mTGyX1eU+3iCmhboFLZALFAZ+/PDS+ru7Hapz6nRtR5ZirWptBGWdRlSpBQlnI9tTYmspZnKLOwdRv3BQTsWioeGO/taZT9LvfvENQmyRmSyEOaE9IjsWH6oIDd6Url0qotKlCzr8E/uvwfdR9h7AE22P7Hh0DnuUvn7/w7Zga414uxXUf/SG05Vrc0G4Tsygw6WYLeD4yBYS9cvoJeGV93yTXK1NZsftfaeg41VL8Pbx7MHZ+/n16cv89fz5tPKHcLm4s/7JsAA1XlxHw0KZW5kc3RyZWFtDWVuZG9iag0zMSAwIG9iag08PC9GaWx0ZXIvRmxhdGVEZWNvZGUvTGVuZ3RoIDE2Pj5zdHJlYW0NCmjemsAwCoYCAAgwAPAoAJENCmVuZHN0cmVhbQ1lbmRvYmoNMzIgMCBvYmoNPDwvRmlsdGVyL0ZsYXRlRGVjb2RlL0xlbmd0aCAxMDQ5Ny9MZW5ndGgxIDM0MzA4Pj5zdHJlYW0NCmje7HsJeFRVtu46Y1XmEBIIFIQKRcJQgWCYEgxJyAQhDGHSSqJQIQWGKIOCIzKIIFDgVVtFpVFotbXbiRP1eoMKYquIiohD23Y7NCK2Q4OiFwEZct6/9jkVKpFuuP1ev++976si/57Htfdee621DyQRUQwtI4UGTpicnTNpx9NPIuVFwF9/zUJ3TcHUvURSNyJ5/Kz5l835LG3qNUTKFUSxUy674vpZ9/+2eD/RmOMov6thZl1g/xUjlxKt3I340AYkRP1XcgpRwg7EezXMWXjd0s+Gvof4AaLBx6+YV19H0b75RJXIH3xqTt118zvcG3cP6j+B8u65dXNm5nT7eSXRMoxH/W7+VTPnv5avjSQq/YRI70aKult+kTRyahu0Qaix0fKlYzRLapETZNWpaKquyOo+ks0iUqeT/Rs32e0mN9FJVc9ryZPqHBuk190kbeI8ZZ82lXsnRQtSPBFiieQVLqk57Fo/ZZ8VNg+b97NrhYlaJlnhtj99MSUqI8zDMmqZm1GiA53Hz2lD5chi+ox2ieS7sF4N8O+ltTSC/HTlP23kJ/of/6QCaajUX+pFD9EaaaCULqXSOjs9R+pDT7UWXEJX0156gDbSHbSAGrCZfqR9tBw5M2huaykeXzH+EdWI6Vh9xEsD6Aj21aSzDOADwg6SkpC/l6bRdTSe1qOvT2g/70v6Fn2cGWtWqxvEODbDvxV4TmTOQPwWkWZQAL0TPUZX0Zh2a7OdnPJCrM9NWJd99CGSrqapVNDaw3Cpn5RGvwPdD2Bk62WVPpFO0A70cViKR8pzmPE+6TOqUXSMcj0dpmsw7k9aPmr51DysVuiS9qijkqioZmZg+rRLL6mtqfZNnTJp3NjKMRWjR5WXlhSPLCosGJF/4fC83GFDhwwelHPBwOwB/bO8/fr26Z2Z0cvTM93dI617N1fXLqmdO6Ukd0zqkJgQHxcbEx3ldOiaqsgSZUmpRmqJr6zR6FLiN2I9pZ5EtxE7/vC4bIOSXOmeDu5B2dX97VKG5jWoY6WRXOVroqLcakP3ti8y3lAyEn9MR+VxLneZoWbgzzOmLmD0meRL9yR+6GrNr0Ydo2uJLz3dZcgZ+KtAFv7G1LkDRmIV0tNdVkqFQVU+RrO5PxeJlJteDXeSz0gLRaurzzbIrThZO9oNc7wUTGyK7VJSalByE8XuNyiFix3OxUrnG328GEgiQqI1yjak5B8NqaMhpYzDkNt2wdX25Z6FBmWBRk9ZYDYoGvCfoelhi6Lp7qA7OMnXYRCCYtCVxq6JvqaY6BJPycxoJJBIoKboGKTEcAKamN8kxRZIIiDHlg1vkskZB/Il8XDLGI1G0Vo/Ap5S0A05Hc/kNJs71oVnEaqFQh2tkDUIQy8xHNYg3LONojqD1rqbsnYE1zUn0gy/NzbgCdRd4jOUOhRoIiWjrGGK0a2yqgZJ6ArwN7h5uUuFw4vnLmtwBxHnsn64nlJe9DbpgYaZft4mkt9TiryoEt+q9B0uIwl+mdHBa8ShWNwNB1xKsCx1tpujweAqt7EZww3LTWcXmyAVQw+WedAbGitrLOYlyW5dNrEbKwJicYrW1rmNZTMarb1Xty60/9ODiUbs0XSsDtYHNUVFm5QBfyMPubGOp1nW6A6unSmmuk5MDfvVXdZYyuCK2P00FbVrfGUNnrIzHWLiCCgZ7eumpxtdvFwxGCzjIdYFMHpryMg4M34+Ey6vhPGUGEVThEdTxBqgx6K60mo7yS5Qw9U4x19aXZ1urTuKGo6MVdoAjzvILToyjGRvYvqryNvRP6tykq+s1CVmb8glvhGHUl2HEK6sak2WUlEmmH3IZdGocrKncqK1CxpCjn+KdYDl1pVHUbu8aPXtVNfbVvgSX7mn3B8Mlnvc5UF/sK7ZXDbD4070BJtiY4Pzy/xucfwlpD+/1mWUr6s2Ev0N0nCxQtycm/de+aRKo+PEWl6qcndDncU4Cj3pua70Dq1lqv5Rtn3msPtxBvjMBRMPYmyx4E4udzmzmmZwCJeRmMtHFgOa6sOZqBf7Vzg4K5PRuItPjVKdUTZ7sk0s7Ex78zAPnGinopH0dD5Pa5uLaAYixrKJPivuphmup6ko24t19HPOjlBOylTOWRbKaa3u92DdUisnn2N/h+/tYAdPkjsvW9BfsN6AsWMK5ng813Dm2kvfscSnuGQ7JLsUDkV7wcryjc5eUZFpAo4ZTPS493qMRK+hlfh2uPKr3YkdwOoklBnt5RMEjrrX84bEfJSSEw0p35A6cTqBrwr2rnTORWbrRnKXBf32Tgufln0ZBBrOPjeUSfRgei6rfIckD89wt2BvNtfOKOdz5Uq3SoypNuKZNxvxB4WD8bpKfG5wIpzciSLgLnM38GIbbn+pYAnVrvDkZnOfv5RZIIbMRVz2FodrkbbtXuufdb4bfRk2+k3rqhuGo5WifpiBewi6Fadlis+mUq7LPlHcVwVPpW1+KxVDZbD4OHjpxsCub6Rio3ZNPVR9NpJXTmkTC+tM5OW2coYpPqPcG2rcio/yusKjo9tlV4SywT4Wu27ga0Sm4iaPtHpiU5G0enKNbytEY/fqKb6nZUku8RdXN/VCnm8rRO4ikSpzKidyxM0RqpTQ2tOyU5R3bS2C1C9yVZEg4vXNEok0ZyhNovpm2UpLDKXJSFOttCKRZkkVZakNIIHPg0UPGEVVvhurG4L+aiY2dbI2IHa2p4AM2VPQJMl6rBHtmVlsxHiKOb2Q0wutdJ3THZ5ibH8cDjcf9aDfg+MPBuwjl1TNW5i3i5zhbjZNcNC3wXnTDT3jEgAMNspb7cYuHoNyoxh+JI8yltXX8Th4myrMyyvqqw1na4MoUmFEoYUouwWUKBd1+BZApXps1jqPCCIZh2NZtVHt5U59s7kBtxvy0GjPcEPPtNrUMrmj7OpgkidHXCd6hhGdsYq9KIyNGaFIcSGKzqotIjliMfJ6D7Lq/W5QW6X6ydiMaib/RbuslJm41dXMmQLRLjuTrBMUExdtRA3gu8ohwjED0CD+HNXV1uBFbJVdAH0nGjEYUWYYKe0KoA6yKngs+FuFoXLRl7mZic00yXMdziAPWrTkQLYRl1FRB4Zj1Y9Biic3VBltOUUSt/GqlergmccKgXZKs/mo5/r0sF//LA9uZx9vTHJBhiyi6mD7BKMWjNPZPjVOJAeDzrizV7Do5Yxr9TnRXTYbe5XcuFNARj2zom5tbtLg/jgB5NjQkgclPvpYj9N3Rp/klPBfXIFWStuFHvOKBW2YeVwbSn51PV2mPQR/EzCb/FoW4jvJL+8GniePthDpDeTXX6NLtXnA7dSofoNy8LVK5LloitadirXZNFbrSCmOJnKp/00p6ofUQV1NVaKf84AjxvyRweNpDx6f9gT1FWM8B8T4w4G5aHvFfPLFnHaTF9CBETZ62Ol+7Za2c27FVZSiTUf+PJsG887Q4nzgeMCiVQhMs/YQNAyBaXkeYFqHQ9A8HKB/CGK8TMPD6H805asv0ABlB9WqryNeSLXyRipQ+1IvdScNl1dQhXw5xasvInwtDXf0oAr1A+A/RHmu61eaqEJ5gibKBykDaUVoo6NejzEMpkQOK3+kYtHPeUCvtcDjaQ8N6xIa4znB4w8H5gJkYj4DxZxWUIq8wtwP3wP0ATQ7vUL9XszZwXNW30AY81ZutOYvb6NEZS3SP7DpYEP7kUYImpwH9I8xH6ZZCKBde2iNVCDfQQXKKcpguioKDRS0PQ8w7cPBaxAOXo8Q1N0Y/53k4z2g3mueUP+AcBRorcHvSz7lKPw7EB9GPvlB4Fdo7xukf0k+nWiq+jHwKeZ1K8qxvw15H1K1GqQ8tDlCXUQd9FdQZz74QDX6J/TJ/ZwH9GHmMQaPpz14fFo8DeUxnhMYfzh4LlqJmE+BmNOD1Et+0PwBfg4wDEi2033a4LZzbsVBGqx+grY/tmnwcRgtzgP6JotWITDN2kPQMASm5XmAaR0OQfNwMP1DwHgFDbH+Sg722nIaLL9PU7C/L1ayaIrsoEKlG/VXgjRCOkqjpC+pC87BCOkQjdAG0CjlLqBelOe6F8tv0Cj5NRonF4KfrKWRynCcu63UW+mFegjL+6nYcTEVRP03FWi5VOCYgXALwm6EX4TvgP8Q4EP6EcQ7IrwF/t9pEnhulTyKhgIdiE43AU8gPBuYQdTSG/HT8ijzKPANwr8CVtjxr8/E6TrEX2EgPo2BNBXxEwhvBu5GPMqOP2jFza+ATxFeDqA+9geA8HsM5H0JHEL4PmA18jYwMKahwBCEhyAdbRDG0NIf4R/gz5Y+plR5BBUC9yJ8mT6A/iY/TVcIPEXPAL9nKPdTDVDOkD6namBEyFeysU+yz/ho5wKlL10AvlEdDrV/GHoBMeBjt9PX2AM1DKcN3Yayju6Wh9AqhlJKjwFeJZ8eBLzyD/Qy0OpjbScAZ/xNVKr2pJkCJbhvngUvC8kXuD81D10g7me+h/g+fpgaxX2Le1bLNY+HZAvs5eniztyIspAx1Oept7gPR5s/6o2YA+QK/VnEj9Bo0f5W86C+3zyo/N08yHe5noM40kT5BeZB9Qjm+g49qD5Ms9SV5vvgA5coP2DfP0IN6lvm2yL9QyJ5M92m/pHGqHnUWf0M5a+k7sptuJfBtzXdPKxuoXvVL0Gj99He1SSjHulO0C0d8bHmWxhboR5AGP1x+9w2twmo8mZzs7gDUCcEUdbmuzavzRA8C+dT8CmdapgPMf8RPDHEc8stfgt6+gTvnUhZgk88bX6n3UEXMr/VjlN/3CNjRPtos5WHg88JPoSyojzKyGP4jafFJY8xbyM6dZz3ZAi8T5VBdJwhaN0ba8XryXLQfErj9XTcQglqFfjJX5DGCADPULRYz522jPg7ey1ZjsNaqj9SH/0i0BZrqb1C1dgDVU43+Z0X0jS9ErziNtTrifJ3ULnjTdFmCvepXggZ9HrUD0L+ZJnJlvds2W2EkNvsMTg+oA6OIyj/qNUfj0UvBW15PI9SDyF3rAEtFuIefh134S7qz/KDPoqSwYNztRi6iIH9WKH+lZK1zfCP2PLPO1iH1y1ZRfWCDrhbtRaksdzzDcrspByHRBUOF+QDN6Xpc5E2Ef38SLn6ZITvJhf3qTyM8K8oE+m1fPeHZBhbHvGw/BUag/4wJevNou1McZ+/g7Y96JvH8xziq+lisd4PY0/wnjoA/xjGg/XX36dkNRXnbjz2AiMGmI41wp7ivSH2k9feT3zP8n6aQdHaPpxj3k+FKE802nEF+RyLEL4Jc8JdiHn4VCdNdijw91IC9wnZwgcZM4/bEXeZfReH9h/fqaExOMZStKMfwvvt/jAGbRXCPJ6x5JLnm+8ywDvrgQm4LzcAeYKHxdCF8jGcW4UWK3W02DHdgr6H5jK06ylT30UB9Rm6S0uDfLSOioS/DfDRdYj/Cv61iBtiHa+iQqRVCn8bXa6+bt6npdM4pOXBz+N+lUtoEu7Bac4Z4FM/gG+sowXKYOqjapDRVPC3dZANumBPrsP+7ILzt46mAzVcDrgfuBK4UZRbB37C5ay4VW4bXalMhjxWSMPUMjGOwepUmqEaNFcdS+MR9yNcxeWAB4ArgKWi3Da0vw3lttESUW4bXaoshYy+FPRZKsKNQDmwFJgGzAZ8wCRgJnAZA7LuSiDn/0ZdOt5S71iNddsDrIaOtIf8MdFi7NcBi2z/13INLbfjdwJrbOTZ+eGYp+hYw5WUoR+hObg7qpTLaIDupoE4K32010DXj2iT3kT12p+pq3odxtQEfn2e42X9iPeWOov6EJlTgbHApeCfScAg7NEg0Ag+eg/Ad/6lVvz0TcAtwCO2vBDyf2v7a4HbWXY4X105hF/qv+bT4fFWvbatPtozPA6edFaEdEz95rOjjZ7ZRp8zfzinzvdL3Y3C4606WVsdqkt4XJtzdoT0IW3T2dFGLzpPnaQVv9AzIBuExUP6Qzu5f2R4XNtxdoRkee2ts6ONPA99mO9SoXszv95D6zGfgDYX6YuBRqw/6yl/B/6EMTE9Wa/caP6svEClylDI8N/BLwW6Ab+hUWoKlcrJQAbKvYe0BMh0BvTFt4FPUf4OpLH/rMgrg3yUhbaylZUUp02gFOUG6MizcA94iM9CvoUWltP9CH9uoxvOxlH4l9lnQ8jXVhkB7ISWCqAHkCqPOn0A+B5l3gHA8U/vttDitM8Pg++I19Duz0gfgPAmS07nvk8/CUwH7rT1Ae5vvq0H8DkcYUOzMQe4Fm1tsnB6noVTrF9cgDZH2m3yHC4CdgHQNVr62TzAnvfp961yLdxmi13nSWucp/fZ87jYRrXt8z23EOgENFt2u5ZoIAZIBBJsnuK3+m3pC8QizDpHrgUT8zR5ngeB3mF0/y3oGKLXa2G4y0Yoj+n8lo0/WQi1ffpNG0/bOGpju40tNtIsiDEDp00bb9jzZj1spx3ffsZvGWbxwdOPAUXAzH/i9wQmnvFFX30tnB4K2TxNyKsXULl6D2Qzlj2foL761SK9Uv09eBvbMatw7842rxJ2wq6UIu+ji8Av01gvcXaii7V55rXCfrcK/PAFpCfhXOXhDrb0kr5CN9lEV2h3ob2rbXvbHPQ3B+3eSBXRTvJHXQd5VIX8+T7a7EuXOv4C2Ri8G/30Ezz4bLa9MJuoVm7bMRee4ePcR6htznNAvnY+ifD1PGar/fD7Qd5tbhTzCvH9kC3S7k/I8Cyvr0X5UzQ7ZLcV9tR2tkzm9yKPbbNX4V5lmd6F+kWgx2zqxvqc6PN5yI73o84UyEh2HdYfQmi167bDWe26YXbp9sC8NJb/BX1stLHd2rbrEM5lwxW6yjdnbLXnbbP9R3bbjqCDbRdvtY2H2cdbcSP0sxvN16Cv9BV9fg781dKZxR7mfKw57oiuwm73JnnUp2z7LeR/eaO5nKGfouHqVtyxL1K5/BLFC512N3SIJ1G2mXKV7ZBljlKGfJIytIttu+AP1Ef5EnX6UJaTde/9NNxRiPsXdzXujq623feXdsdxNDnchov78KCwu7IN1b6nlU8g918OdZnb5bwPrHbD5QB5hbmJbbGtdZpoKNtIQ/0oJuTrnTQc+rZfXSL0jOLW+u1trWzrfBdlh0DH2oV5Qo/Sv8UeAJQPaLywtb6POV8D/WkEDZIfJQdD2LTfga6E+vJx81WWw3Hn5cn96XHlRXpcfo5S5XpaEbKdh9BqQ2+Ps9inWYYMt7O3B+jwtQWsLdPQhrBBX0sdgHQgju3xIbS3Sf+CHmyvZ3013Pb8D+zPLE+E46xrbstOrXZm1nvDbP6tNmaeD9potUXzXrrDsm+LfXkJxpRm/gX69XAtmoaLOhPMb7BmIyCLDFOm0zS2sWgrIfdthxzzW5oEvXKysAPH01BtF9IfRp088HOWrTJounLUXKTeAd5bB1rdQ+PlHZTKNhRHDeSbj80Nwgb7N9SvQt1H0WYCzpZlQ7HkqE9wzg5D9/rEtplCbwamq0OoKkojXxT4k34tdOoT4OngwU4JuiDkQrYlizGczT4bZtfGHCx79DdhMmLqmbY5z/EI+Zy9EP6cJgqbTzvZU37QfA79dWutH7Inh/pjXX+YLfutQH7I9t73F3JprZAlOY/19SOgFWig/Anl9yL8Z4oReYPQp0GJmozyu5GOOvIw2qJ8QVvkDyhNzqM7Wt8QQgjZ6tvhbHb68LeG9gjZ5wW9bLSxx9vvESGc0y5/q23n2NYW57TD/yNb/CLwcPuto/W9I/zNw4ZYD7TRapsHvQS9axDfCH8bVYPn+3AvChug2OdO8ii3I95MG8WZYJ7yAcB3Avgu6D9Jfc6OM8/aQckCm2iwMtH83tERZ/UDc7nNTyvUDTjfS8x58hoA51JTwOvuAU0e4DON8TCfhp4AGQoylgm5soVluCPABMQVyFVfILwXfoEln57+gy1HXwFcgjyWs1cD/2XLxmxLH4x0tt1PsFFgy5k3n+lHyOHTrLTT42y/ISy+2cYKCy1TxD3N8oct27EvbL5bzUPsC3mBy/ShUfoanNHbKVu9Buf4z6DVwzRL+Qg0+Qhn9kPonZDU9e+gx62nJeoWkpX/RN5z1D/ks41X+ZnuFXR8jfJxl9+H9j3KFgqIN9ItiLPt+NPWd6rJrb5ta2WIff4G+OwiGqYdpanK/ZSpvIQzfhHvdfOg7jP36K+be7S7zY1avfmTfpO5XweF9R5IG4Z5rbff7M/gn9ZxvAz58WXzoHO/uSdqornH2cPc6Dhk/hQVY+6PGkvk/D3qQbrXv0cbJxD+DZGjM+pDotegoYC/kg6p3dkJddPR3mhzow6twFlg7nd2R9kbkebg+ijL9tVzlHVWQV5dQxS92dwT/TjG9J65MWoq4rvM/dGPwtfNPSq0Ja0bxtIb4fHmRtzjpJWa+zUP1mk50uKIlJ+I7Lf8Hjo0M8ci9HcQc4DW43jY3O/4CmOCFqdvRd3v4GMXOX5COjQ4x2CUewlpLyAP+0TsmReR/gbGl4t2NIz7r4j/gHFj5zpuQ/nn4YO58JvDuco6l9DoqHLMZTLm+AfM8TbMcTbiizBHaDjRXTCHI9Y7wb8T4o3jn0C8ffybYL97dJU3mzuA7Qgvg/8t0AysB5psbLbLltnhKPhfnfMtnd9iGGHvKf8K+A3m34X/sV3pPOHIOjfO9S5+tnv2fweOt84N2y42Bvf5YeA7O94V4a+BncDnNvaGbGh2WLzLn/NtPXSvh/Hb8wW/g/2fhKPl3BD822se0vuBvywDv6sF/x5sHtUrwH9vBK/5GPzlLfDvl8xDzu3gI8mIfw/+vcs86vwU/DsRvHUe6jHf3QPe8zfwnnyU6Qye9DfkaeBJuUi/B+k14LszwHtuAE/ai7YeB0+6AfH7wJN2w/eiHeZtT6H8TpQH/9WPoZ2diH+JdlLhX4v01eBtxShfg3YMtLMW7dQgfj3aeQJ+jLlHHkWbgVXAFmCsPMp8AH4q/O3ARn6XB54D7gK22HjQrhdlvbvTs3KQVgrb9V00mXVgrSf1hc7Mb499tXzI3p/b745bkfcsMIf66rdCzoLO7MgjP8bs13tYMoKwT9h2aq0aeviVKLcCMvISoB7l1pgfMbg/fs/UHkV7zRStbYP/lrAnVOlvnrGpiG/UwuwioTdQtsm0voOG2xPuoHJ+gwyB2+P3TH7nVKebV6mfCXtAHOZY7phF5frXNBK6SRXuq2inzO/jdJk+HHOogi60GePiN8FaSlffgf70LvVQr4Vuf5P1bqkeogroRhXq05SpraM0yOwVegbwIsa33/qeKvRmKXAxJeqLEH8XMvZ7AHQ2LdE8yuC3UPVP1vunus9+/9xJOfwWKl8JvTRc72f9lm0BQOgNleXJ1nfUMP7N76BtbPBok99D+Z1UeddcrRYIfTKG5V0d8q12HHp2RxqgQ7bVWb+9BbpCEaUJ+XcvJWszcO43QX+7B3fbdzSU9Tr9iP3mOQA86nKgEPriz6AHZGzwZ58jE2nZtrzGsn3Irn43peivUp6WQqM1J41mHUp70zzJYJ7Eb6ka152DdciGX2m9jerJZ/Q0oeeF6Vqh99fwN9g2vMsJus2g6BC4PX5L5TdW5YC5UvULnSIRYxuk30U5oHe5OgV7ZTxFOy5AW/eBHndjDtB/tYvRxhgaApr6gXzQqFYtpUp9IE0T79rvgvZLqDZk74D+Uas+A134BegAr1AJ/BKcvQmKah6UZ9EAzHU4ZJ8iR2fQ/V1gPeTpMZjTLIDl4oepm8D9ws9XqmiEMhU6zQYaK+wJj5g3y/ebNyvjyCXfa9bLDwEHzW/1epJY51A99neCjVSM/ZKtTCZNKaZopRHr+2eaqWfSWH6jx76ZBN2zFntwlLzUrFcN86DyPE1QX7P0n1A9B5+rJcAR8c1nhnoA+J4y9DjKcEygAm029neCsI950OdjOOsuhjrNPKF9Zh7R/VQJfSxN+QZ97UH7+xE+Bnp8QcXyWvFNYBf1dzRMeRV7qQll12OP/B57+ius74OQ5Z/AejxP8Vi7yViHqa37fizaepiS1NtA9yHgA0tpsPotLdNHoN4RCuIcROszQAvItei7StmOtm8nt/g2AWMT3xygDe0/KZPPI7/jQLf7SbzlHMMYQ285k2j4Od5yRrS+52yiMeJNh99z7Lcc8Y7D34Tl0IVKkC5WH7G+Dwt9G6YMonHyazRYfhlp3ai/dJTK+Nsw8V3YWuu7MPlDjIG/D7O/EWv9Lqwz9n+m9X0Y2klA+8uVK7HW07G281B2NEXz92b8PVnoO7KzldHfw159x3wI/Nwv7zJ3OEaZ+9RTwLvmY8qr5g7lRuCYeVQZZu5TToO+NdQVutwYNYm6ODZShvw7SpA/Nk0tzjytPmr+jP0gCVse+A3b5rQvxNlp+91ryH7GdrJbzXmCbw2mxFY75E5bNwcfZL4kzlpHmsz6NOvuCpk/CDvmT9g7q2kEf28nf4P5+FHmMyrkb+5kJ9b1ZtA5SCPlNEoFLYplovFyH9yfFbgXs2gQf4MH+o8HHUdpGaDRHszzc9DrSqpkeqs34MyJb/HMo3IF6P4MaDcL/VyGvusETZP4ezzlWiAZ7X+E8czBOQ5ijEEq42/9xPd8r1AfxQnU4m7jb/n4Oz77W4vw79FkiSqBcvki0uSp4D2ht/hnxLcXAWkTXScPpf5AjghfQsnyUPDSodCdpwFDqUoeQXOB6Yh7wiF90dKCttK4b3ve4/ibQnk65jSZAu2hJrcF0jLhdwE6A6l2uAvSnfA1QA3zVWWyaarJ2BPJZouNU8BJpJ+0w22Adri9WCChHdqPo0tYXhwQz2Gky/A7tkOS1Z8YbxvY5Ql9m+F17PbjzzKWfzaO1rH8chyifTrHOJLaj91uP/EsYznXOMRYbDqf/CWdxbqcbLc2p+11bLOGHEZ6BvyuNnjtU+y1bzuOLGpiyO9Sf/ENSzb2GMLg89HyOOgd46xvPnHucpTfAU9iX75MJG3Efl0DGXcNLQ754JE5ylzgWZR/DufhK2Ax5cifQ6aaTcsZgq9m2XyRv40FL1UJsjoQ8uXHAf4/GlORNhf+w1aYrgr9Pw7zEyDD8lsmShuQ/zrKbhPfD9WoJfQ1fxfFZ5O/D5UHYp7PU0ArxVl7ih5TIFzIO+kaeTxt1mZBVtpGlwETbP9ywe+2UWr0McjQuFsdUyFfbqNS/n4G/gXRPsiK26g3wPFJ6jbzv+3vj64BhkDuHuV41/zZcZQWA5eG+Y1AuR1favuNdni2/iwtwB1WHvId0+B/T+UMbRW9qS2i9doJutvxAm0X/OWP0lfqH83btTzzUy1PvtBCKGx+6hxGV2jJkIUngicvpWHqYch0PaALpFFn3PE16i7cpxtpE9YrQTlO/SFb10Kmxq4/PRAYDuQAo20baJ5lq+RvC04dBqBhnfoT8LHiowSiYy8B0LaO9XC8Q0P0/ZA9xkJPgFziiDe/inoRY8iHDMbfrT5KPaJugV6wmxqdVwNr6DauA7nPry+kRdqXoP/tkCG/xdhPYk9MwP3RDJmvkQr5Oz/nPeJ7v1rIsBZQRzGo1tETZfIhe3xknnCUQnbMM791Pgv58TTox9+DjiVXVALkxC4oW2sDdZQvqTbq19gjX9AE+U7wwAbcQY3kUf5C/ZT5lKfspUIlAB68D/47NIDL/v8A7RXQ/EfoY4Xk20puKe3ZqFRpjLtZ6h4KdAsFOocCnUKBpFCgQyiQEArEhQLRoUBUKOAMBfRQQAsF1KJvROikcE8I91vhHhDuF8L9XLifCfcj4b4v3LeFu1u4bwh3l3B3CvdV4f5BuDuEu024TcLdItx1wl0r3KBw1wj3FuGuFO4K4d4s3OXCvUm4y4S7VLhLhLtYuBOFWyXcCuGOZjd7ZLaUSYXABGA6MA9YCtwGbAK2AC8B7wAx1EPqRdlAITABmA7MA5YCtwGbgC3AS0AMFtJTdJ30132dOnf74I9wFt3YybXoxi7vvofwNdfCmTMfzhXz4Fw+t5Pr8rlLr+q68OrklG6XNcKZNRvOzIZk18yGlVd27bKg0w0lXdKvBxyvd35d/uprybvwGanzdqn3h/7t87cv267et0H2Fm2Qpt8p3fEr2dtsHi5K/Lure15UfWr96/WKuz4uIY8Ts0b1yMhLfGzmkrwH7vX0SL0ns1/ePfdK3tH3Suvvlr2JdxcW5f35binGcBkrDGVknOSQwIXJK+m2r9q+VlQRJO9aYA0QXKl7b1oqeRcv0bxLVvTssXql5F0FrFipeW8GXMNSUoempAxJSRqckjAoJTYnJeqCFH1gipKdQgNSmiV30bKSgvTM3vF9eick9JP6HDe9x39OOHos/shP8QOPDjwuHz4u9fPGZ3kTenrie3kS0nrEu3skJCR2iI2KjonVHc5YRdViSZJjdSXQIyahMkGOoQuhKsyKWqisinqcHon6OCEqhmKUmIQL6cKoaqU26hplYcKv6ddR9yVsjfoLxW+V0qWeRUkJLql7XKqja1xKYuc4iA1xPUbGS+n8HxThJgLZQCGwCXhJSi/K1LPy++X3yc/M75XfM9+dn5bvyk/NT8lPyk/Ij8rX85V8yq8aNEUykiqpckqx0VGCP7nYGOStbFbck4wcb6URVVXra5Kk/6hGqiGvbpZoiqGubpbhJZXU1PqapS6cvdK1lSSJjEr/ylurvd7uRoD/i/qy7tVGDgdu715NlUbORMPlKfa2/y1YaHtXt0k1jpQZx8tm1xnHPaXG0bLZiPiNo57SBVZuvzIjq6zO6IPETE9pmwaldu0TOrD6YG/BAnS1gENGqlGI+bYfT1MUT7xqUrEhl1xSaQQmVRquqlq/0dVTXGnsQmxoVa0R6ylesGBBE8klU5pkdnQ4tbW+kd2lNMjr3YFuQGegE5AEdAASgDggGogCnIAOaIBaNC5wMnAi8G3gQOCLwOeBzwIfBd4PvB3YHXgjsCuwM/Bq4A+BHYFtgabAlsC6wNpAMLAmcEtgZWBF4ObA8sBNgWWBpYElgcWBiYGqQEVgdMD7r/yq/6VaELy2Q3q6hb9RoiwaSIOpT1EKrUjockuq6+6UxHt6xt6rpXTSuvVMoMLCwsS/JR5IPCBlH8o+cMFAacjgAnlYgTJkcKanZ7zs8AwZOnRQTpqckoxIvJKS0jnFM0TqkN6BIQ/TO/Xr1TnTlTCywD2wV5cof/6akvL6gm4JvfKz3JkpjqTbpVOndaXuVK70VadOGf2G9O6SPSjPUzkpuVdO2vK0Ad0HlffNLBhR3j89q3efbvrc3/ym5YC64eQs9diJJzB667crgggiiCCCCCKIIIIIIogggggiiCCCCCKIIIIIIogggggiiCCCCCKIIIIIIogggggiiCCCCCKIIIIIIogggggiiOD/McTTU3AV4l9AuBx20AnEJLJ+OdI0O6xQR+l2O6wi/JAd1hF+zg47aLH0BreiRiGl2/9ip1pSIoiBaNl+GPzfwFq5EdvBnaDCONArR2TUtWam0zPBns6QZDyBC72AuPACHkFw58K9R3DhDcSFCL6ERkREFHQnoVOvXlUllU54UVLiiKajVomHaT7ql3gE+KzEY8DXwEPA6Ce6LzH6GU7okpiWqYqxAtQgRW0ypMniy8iBqwMZ6odZgFFABcWI1CjHYGqC61AXMRs8CSuRfYQ5RWYddT1qgVFAjNnnSViHKp/JgTfAnRB1gfXVDOz3TeH1YA0dgtNvNZ9Hsx+dxXdUhLV8N0x78FTowe+/AySCZ8OeBdilsgP97gRteANEXTinz44veblaXeGGahttdea4rk1fG+GULmKu5Tk3VafrLDelleZIpvHmVq2xnSzURa9llFjc0Hn6ParErCxL5brSsGAjO8o6aWTKzohU9oQ5ZO0j79zs8/ZYFYxleK9QDvU7TjhpWRTpEhbQYYO2HhTOKGlj2qQtvIYGbVNCCx/uuxludYCX4u/nq8xF2sA/zPF/fzPr/4X/4QuHokChptbphCp0Cq2JaBa1GWTtbnLXK01QsNHHm8nziaf9mdVHmqgESbt6OF/z9jbpHj/NvVyMP1cO4HpNC5r3KsAA11lG/A0KZW5kc3RyZWFtDWVuZG9iag0zMyAwIG9iag08PC9GaWx0ZXIvRmxhdGVEZWNvZGUvTGVuZ3RoIDIxNT4+c3RyZWFtDQpo3lRQu27DMAzc9RUcW3SQ4jZDAMNLunjoA7WTXZFoR0BNCbQ8+O8rCU7aDiTBIw93pDy2ry25CPKTvekwwuDIMs5+YYNwwdER7CqwzsStK9lMOoBM5G6dI04tDR7qWsivNJwjr/DQ9/sn9Qjygy2yozEhL9XpnJBuCeEbJ6QICpoGLA5CHt90eNcTgizEX7BfA0JV+t2m7S3OQRtkTSNCrZR6bm4Fyf6f31iXwVw1iz/bh0ak7Q3PvHzT3YdZmJPFcngxki04wvtvgg9ZLYf4EWAA2Fhqbw0KZW5kc3RyZWFtDWVuZG9iag0zNCAwIG9iag08PC9GaWx0ZXIvRmxhdGVEZWNvZGUvTGVuZ3RoIDE0NjEyL0xlbmd0aDEgNDEzOTY+PnN0cmVhbQ0KaN7Uewl8VdW1/jrjvZlDSCBwIdxwSRhuIBimBEMSyAAhDGHSm0ThhlwwRCYFR0YRBC74nFEpCrVWW4dyoj5fUEGsiqiIONTaOhQR61BQtAjIkPO+tc854SbSwuv/3/f7vUu+PY9r7732WmsfSCKiOFpOClWOn5SdM3HnU08i5WMgWDendn5odvhqoo07iaT1ddcu9FYXTNmHcD6RPG7m/CvmfJo25VoiZT1R7OQrZt8w88uVy2cSVaQSdX6ifkZt6MDs4cuIfrkY7Q2uR0LUfyWnECXsR7xH/ZyF1y/7dPC7RIkq0cATs+fV1UqXRA0lmvEK4qfn1F4/v919cfei/mUo751bO2fGgMUn1xBtmk2kfjt/3oKFGDd+m8Zw/vyrZ8x/NV8bTlRymkjvQoq6R36BNHJrG7UBXMzypeM0U2qWE2TVrWiqrsjqfpLNIlKnkf0bO8nrJS/RKVXPa86Tal0bpde8JG3mPGW/NoV7I0ULUzwRYonkFy6pOexaP2W/FTaPmA+wa4WJmida4dY/fQklKsPMIzJqmVtQoh1dwM9tQ+XIEvqUdovku7Ge9fDvo3U0jIJ01T9t5Ef6H/+kAmmw1FfqQb+itVJ/KV1KpfV2eo7Ui37XUnApXUP76EHaRHfQAqrHZvuB9tMK5EynuS2leHwj8I+oWkzH6iNe6kdHsc8mnmMA79MelEhC/j6aStfTONqAvj6mA7xv6RvaHzHWrBY3jHFsgX8r8KzInI74LSLNoBB6J3qMrqbRbdZmB7nlhVifm7Au++kDJF1DU6igpYehUh8pjX4Duh/EyDbIKn0snaSd6OOIFI+UZzHj/dKnVK3oGOUGOkLXYtwfN3/Y/Il5RC3XJe1RVwVRUfWM0LSpl19WU10VmDJ54tgxFaPLR40sKykeMbyosGBY/sVD83KHDB40cEDORf2z+/XN8vfp3atnZkYPX/d0b7e0rl08nTulduyQktw+qV1iQnxcbEx0lNula6oiS5QlpRqpxYHSBqNTcdCI9ZX4Er1G7LgjY7MNSvKk+9p5B2RX9bVLGZrfoPYVRnJloJGKcqsM3d+2yDhDyUj8IR2Vx3q8pYaagT/f6NqQ0WtiIN2X+IGnJb8KdYzOxYH0dI8hZ+CvHFn4G13rDRmJlUhP91gp5QZVBhhN5oFcJFJuehXciQEjzYlWVZ1rkNtwsna2GeY4KZzYGNupuMSg5EaKPWBQChc7kouVzjd6+TGQRIREa5RtSMk/GFJ7Q0oZiyG37oKr7c89Bw1KQw2+0tAsUDQUPEvTIxZF071hb3hioN0ABMWgK4zdEwKNMdHFvuIZ0UggkUCN0TFIieEENDG/UYotkERAji0d2iiTOw7kS+LhljIajKJ1QQR8JaAbctqfzWkyd66PzCJUc0LtrZA1CEMvNlzWILyzjKJag9Z5G7N2htc3JdL0oD825AvVXhYwlFoUaCQlo7R+stGlorIaSegKCNZ7eblLhMOL5y2t94YR57JBuL4SXvRW6aH6GUHeJlLQV4K8qOLA6vSdHiMJfqnRzm/EoVjcjQc9Srg0dZaXo+Hwaq+xBcONyE1nF5sgFUMPl/rQGxorbRjBS5LdsmxiN5aHxOIUrav1GsunN1h7r3a9s//Tw4lG7LF0rA7WBzVFRZuUoWADD7mhlqdZ2uANr5shprpeTA371VvaUMLgitj9NAW1qwOl9b7Ssx1i4ggoGW3rpqcbnfxcMRwu5SHWhjB6a8jIODt+PhMev4TxFBtFk4VHk8UaoMei2pIqO8kuUM3VOCdYUlWVbq07ihqujNVaP583zC26Moxkf2L6K8jb2TerYmKgtMQjZm/IxYFhh1M9hxGuqGxJllJRJpx92GPRqGKSr2KCtQvqHSc42TrAcsvKo6hdXrT6VqrnLSt8WaDMVxYMh8t83rJwMFzbZC6f7vMm+sKNsbHh+aVBrzj+EtKfW+cxytZXGYnBemmoWCFuzst7r2xihdF+Qg0vVZm3vtZiHIW+9FxPeruWMpX/KNs+c9j9OAN85sKJhzC2WHAnj7eMWU0TOITHSMzlI4sBTQngTNSJ/SscnJVJaNzDp0apyiidNckmFnamvXmYB06wU9FIejqfp3VNRTQdEWP5hIAV99J0z1NUlO3HOgY5Z6eTkzKFc5Y7OS3Vgz6sW2rFpPPs78i9HW7nS/LmZQv6C9YbMnZOxhxP5BruXHvp2xcHFI9sh2SPwqFoP1hZvtHRLyoyTcAxw4k+7z6fkeg3tOLATk9+lTexHVidhDKj/HyCwFH3+V6XmI9ScqIh5RtSB04n8FXB3pWOuchs2Uje0nDQ3mmR07Ivg1D9ueeGMok+TM9jlW+X5OMZ7hHszebaGWV8rjzpVonRVUY882Yj/pBwMF5PccALToSTO0EEvKXeel5swxssESyhyhOZ3GTuD5YwC8SQuYjH3uJwLdK23mt9sy50oy/HRr9pfVX9ULRS1Acz8A5Ct+K0TA7YVMr12CeK+yrnqbTOb6GiUwaLj4OXbvTv/HoqNmrn1MNV5yJ5xeRWsYjORF5uC2eYHDDK/E7jVnyk3xMZHdUmu9zJBvtY4rmRrxGZRjT6pDUTGoukNZOqA9sgGnvXTA48JUtycXBEVWMP5AW2QeQuEqkyp3IiR7wcoQoJrT0lu0V5z7YiouUiVxUJIl7XJJFIcztpEtU1yVZaopMmI0210opEmiVVlKbWgwQBHxY9ZBRVBhZX1YeDVUxs6mBtQOxsXwEZsq+gUZL1WCPaN2OEEeMbwemFnF5opeuc7vKNwPbH4fDyUQ8HfTj+YMAB8khVvIV5u8gZ3ibTBAd9C5w33dAzLgPAYKP8VV7s4tEoN5IRRPJIY3ldLY+Dt6nCvLy8rspwtzSIIuVGFFqIsltAiTJRh28BVKrDZq31iSCScTiWVxlVfu40MIsb8HohD43yDTX0TKtNLZM7yq4KJ/lyxHWiZxjRGavZi8LYmBGKFA+i6KzKIpIrFiOv8yGrLugFtVWqm4TNqGbyX7THSpmBW13NnCEQ7bEzyTpBMXHRRlQ/vqtcIhzTDw3iz1VVZQ1exFbbBdB3ohGDEWVGkNKuAOogq5zHgr/VGCoXfYmbmdBEE33X4wzyoEVLLmQbcRnltWA4Vv0YpPhyncpoyy2SuI1XrFQXzzxWCLSTm8xHfTekR/z6ZvlwOwd4Y5IHMmQRVYXbJhg1YJzutqlxIjkcdsedu4JFL3dci8+J3tJZ2KvkxZ0CMuqZ5bXrcpMG9sUJINfG5jyimOjj3c7cFX2KUyJ/cQVaCe0QeszLFrQh5gltMAXVDXSF9iv4m4FZFNSyEN9FQXkP8Bz5tIVIr6eg/ipdrs0DbqcG9WuUg69VIM9Dk7WuNEKbRWO09pTiaiSP+ndKUT+gduoaqhT9XABcMeYPDB5PW/D4tCeotxjjeSDGHwnMRdsn5pMv5rSH/IAODLPRzU4Pare0nnMLrqYUbRry59k0mHeWFhcC14MWrRwwzdpC0NAB0/ICwLSOhKB5JEB/B2K8TMMj6H8U5avPUz9lJ9WoryFeSDXyJipQe1MPdRcNlVdSuXwlxasvIHwdDXV1o3L1feA/RHmuG1QaqVx5gibIhygDaUVoo71ehzEMpEQOK3+gEaKfC4BeY4HH0xYa1sUZ43nB448E5gJkYj79xZxWUoq80jwA3wf0AjQ7vVz9TszZxXNWX0cY81YWW/OXt1Oisg7p79t0sKH9QMMETS4A+keYD9PMAWjXFloDFch3UIFymjKYropC/QVtLwBM+0jwGkSC18OBugfjv4sCvAfU+8yT6u8RjgKtNfi9KaAcg38H4kMoID8E3In2vkb6FxTQiaaoHwGfYF63ohz725H3AVWpYcpDm8PURdROfxl15oMPVKF/Qp/czwVAH2IeZ/B42oLHp8XTYB7jeYHxR4LnohWL+RSIOT1EPeSHzO/h5wBDgGQ7PaANbD3nFhyigerHaPsjmwYfRdDiAqBvtmjlgGnWFoKGDpiWFwCmdSQEzSPB9HeA8QoaYv2VHOy1FTRQfo8mY39fqmTRZNlFhUoX6quEaZh0jEZKX1AnnINh0mEapvWjkcrdQJ0oz3UvlV+nkfKrNFYuBD9ZR8OVoTh326in0gP1EJYP0AjXpVQQ9Xcq0HKpwDUd4WaEvQi/AN8F/1dAAOlHEW+P8Fb4f6OJ4LmV8kgaDLQjOtMIPIHwLGA6UXNPxM/II81jwNcI3wmstONfnY3T9Yi/zEB8KgNpKuInEd4C3IN4lB1/yIqbXwKfILwCQH3sDwDhdxnI+wI4jPD9wBrkbWRgTIOBQQgPQjraIIyhuS/C38OfJX1EqfIwKgTuQ/gKvR/9VX6KZgv8jp4GfstQHqBqoIwhfUZVwDDHV7KxT7LP+mjnIqU3XQS+URUJtW8EegAx4GO301fYA9UMtw3dhrKe7pEH0WqGUkKPAX4lnx4C/PL39BLQ4mNtxwNn/c1UonanGQLFuG+eAS9z5Avcn5qPLhL3M99DfB8/TA3ivsU9q+WaJxzZAnt5mrgzN6EsZAz1Oeop7sNR5g96A+YAuUJ/BvGjNEq0v808pB8wDyl/Mw/xXa7nII40UX6BeUg9irm+TQ+pD9NMdZX5HvjAZcr32PePUL36pvmWSP+ASN5Ct6l/oNFqHnVUP0X5q6irchvuZfBtTTePqFvpPvUL0Og9tHcNyahHuht0S0d8jPkmxlaohxBGf9w+t81tAqq8xdwi7gDUcSDK2nzX5rUZgmfhfAo+pVM18yHmP4InOjy3zOK3oGdA8N4JlCX4xFPmt9oddDHzW+0E9cU9Mlq0jzZbeDj4nOBDKCvKo4w8ml7AvvTIo83biE6f4D3pgPepMoBOMASte2KteD1ZDppPabyerlsoQa0EP/kz0hgh4GmKFuu5y5YRf2OvJctxWEv1B+qlXwLaYi21l6kKe6DS7aWg+2KaqleAV9yGet1R/g4qc70h2kzhPtWLIYPegPphyJ8sM9nyni27DRNymz0G1/vUznUU5R+1+uOx6CWgLY/nUeom5I61oMVC3MOv4S7cTX1ZftBHUjJ4cK4WQ5cwsB/L1b9QsrYF/lFb/nkb6/CaJauoftABd6vWjDSWe75GmV2U45Ko3OWBfOClNH0u0iagnx8oV5+E8D3k4T6VhxG+kzKRXsN3vyPD2PKIj+UvZwz6w5SsN4m2M8V9/jba9qFvHs+ziK+hS8V6P4w9wXvqIPzjGA/WX3+PktVUnLtx2AuMGGAa1gh7iveG2E9+ez/xPcv7aTpFa/txjnk/FaI80SjXbAq4FiF8E+aEuxDzCKhumuRS4O+jBO4TskUAMmYetyPuMvsudvYf36nOGFxjKNrVB+EDdn8Yg7YaYR7PGPLI8813GOCddcB43JcbgTzBw2LoYvk4zq1CS5RaWuKaZkHfS3MZ2g2Uqe+mkPo03a2lQT5aT0XC3w4E6HrE74R/HeKGWMerqRBpFcLfTleqr5n3a+k0Fml58PO4X+Uymoh7cKp7OvjU9+Ab62mBMpB6qRpkNBX8bT1kg07Yk+uxPzvh/K2naUA1lwMeAK4CFoty68FPuJwVt8ptp6uUSZDHCmmIWirGMVCdQtNVg+aqY2gc4kGEK7kc8CAwG1gmym1H+9tRbjstFeW20+XKMsjoy0CfZSLcAJQBy4CpwCwgAEwEZgBXMCDrrgJy/jfq0onmOtcarNteYA10pL0UjIkWY78eWGT7v5CraYUdvwtYayPPzo/EPEXHGq6iDP0ozcHdUalcQf10L/XHWemlvQq6fkib9Uaq0/5EndXrMaZG8OsLHC/rR7y31JnUi8icAowBLgf/TAIGYI+GgQbw0XsBvvMvt+JnbgJuAR6x5QXH/7XtrwNuZ9nhQnVlBz/Xf82nIuMtem1rfbR7ZBw86ZxwdEz95nOjlZ7ZSp8zvz+vzvdz3Y0i4y06WWsdqlNkXJtzbjj6kLb53GilF12gTtKCn+kZkA0i4o7+0EbuHx4Z13aeG44sr715brSS56EP810qdG/m13tpA+YT0uYifQnQgPVnPeVvwB8xJqYn65WbzJ+U56lEGQwZ/lv4JUAX4Jc0Uk2hEjkZyEC5d5GWAJnOgL74FvAJyt+BNPafEXmlkI+y0Fa2soritPGUotwIHXkm7gEf8VnIt9DMcnoQ4c9sdMHZOAb/CvtsCPnaKiOAndBcDnQDUuWRZw4C36HM2wA4/pk9Fprd9vlh8B3xKtr9Cen9EN5syenc95kngWnAXbY+wP3Nt/UAPofDbGg25gDXoa3NFs7Ms3Ca9YuL0OZwu02ewyXAbgC6RnMfmwfY8z7znlWumdtstus8aY3zzH57HpfaqLJ9vucWAh2AJstu1xwNxACJQILNU4JWv829gViEWefItWBinibP8xDQM4LuvwYdHXq9GoG7bTh5TOc3bfzRgtP2mTdsPGXjmI0dNrbaSLMgxgycMW28bs+b9bBddnzHWb95iMUHzzwGFAEz/onfHZhw1hd99bZwZjBk8zQhr15EZeq9kM1Y9nyCeuvXiPQK9bfgbWzHrMS9O8u8WtgJO1OKvJ8uAb9MY73E3YEu1eaZ1wn73Wrww+eRnoRzlYc72NJLegvdZDPN1u5Ge9fY9rY56G8O2l1M5dFuCkZdD3lUhfz5HtrsTZe7/gzZGLwb/fQRPPhctr0Im6hWZtsxF57l49yH0zbnuSBfu59E+AYes9V+5P0g7zE3iXk5fN+xRdr9CRme5fV1KH+aZjl2W2FPbWPLZH4v8tg2ezXuVZbpPahfBHrMoi6sz4k+n4Ps+ADqTIaMZNdh/cFBi123Dc5p142wS7cF5qWx/C/oY6OV7da2XTs4nw1X6Cpfn7XVXrDN9h/ZbduDDrZdvMU2HmEfb8Fi6GeLzVehr/QWfX4G/MXSmcUe5nysOe6IzsJu9wb51N/Z9lvI//ImcwVDP01D1W24Y1+gMvlFihc67R7oEE+ibBPlKjsgyxyjDPkUZWiX2nbB76mX8gXq9KIsN+veB2ioqxD3L+5q3B2dbbvvz+2OY2lSpA0X9+EhYXdlG6p9TysfQ+6/Euoyt8t571vtRsoB8kpzM9tiW+o00mC2kTr9KCbk6100FPp2UF0q9IwRLfXb2lrZ1vkOyg6CjrUb84QepX+DPQAo79M4YWt9D3O+FvrTMBogP0ouhrBpvw1dCfXlE+YrLIfjzsuT+9Ljygv0uPwspcp1tNKxnTtosaG3xTns0yxDRtrZ2wJ0+MoC1pZpaEPYoK+jdkA6EMf2eAdtbdI/owfb61lfjbQ9/wP7M8sTkTjnmtuyU4udmfXeCJt/i42Z54M2WmzRvJfusOzbYl9ehjGlmX+Gfj1Ui6ahos5482us2TDIIkOUaTSVbSzaKsh9OyDH/JomQq+cJOzA8TRY2430h1EnD/ycZasMmqYcMxepd4D31oJW99I4eSelsg3FVQ355iNzo7DB/hX1K1H3UbSZgLNl2VAsOepjnLMj0L0+tm2m0JuBaeogqozSKBAF/qRfB536JHg6eLBbgi4IuZBtyWIM57LPRti1MQfLHv11hIyYerZtznM9QgF3D4Q/ownC5tNG9pQfMp9Ff11a6jv2ZKc/1vWH2LLfSuQ7tvfeP5NLa4QsyXmsrx8FrUAD5Y8ovw/hP1GMyBuAPg1K1GSU34N01JGH0Fblc9oqv09pch7d0fKG4MCx1bfBuez0kW8NbeHY5wW9bLSyx9vvEQ7Oa5e/1bZzbG+N89rh/5EtfhF4uP3W0fLeEfnmYUOsB9posc2DXoLe1Yhvgr+dqsDzA7gXhQ1Q7HM3+ZTbEW+iTeJMME95H+A7AXwX9J+oPmvHmWftpGSBzTRQmWB+52qPs/q+ucLmp+XqRpzvpeY8eS2Ac6kp4HX3giYP8pnGeJhPQ0+ADAUZy4Rc2cwy3FFgPOIK5KrPEd4Hv8CST8/83pajZwOXIY/l7DXAf9myMdvSByKdbffjbRTYcubNZ/sRcvhUK+3MWNuvj4hvsbHSQvNkcU+z/GHLduwLm+828zD7Ql7gMr1opL4WZ/R2ylavxTn+E2j1MM1UPgRNPsSZ/QB6JyR1/VvocRtoqbqVZOU/kfcs9XV8tvEqP9F9go6vUj7u8vvRvk/ZSiHxRroVcbYdf9LyTjWpxbdtrQyxz18Hn11EQ7RjNEV5gDKVF3HGL+G9bh7SA+Ze/TVzr3aPuUmrM3/UbzIP6KCw3g1pQzCvDfab/Vn80zqulyA/vmQech8w90ZNMPe6u5mbXIfNH6NizANRY4jcv0U9SPf6d2jjJMK/JHJ1RH1I9Bo0FPBX0iG1uzugbjraG2Vu0qEVuAvMA+6uKLsYaS6uj7JsXz1PWXcl5NW1RNFbzL3Rj2NM75qboqYgvts8EP0ofN3cq0Jb0rpgLD0RHmduwj1OWol5QPNhnVYgLY5I+ZHIfsvvpkMzcy1Cf4cwB2g9rofNA64vMSZocfo21P0WPnaR60ekQ4NzDUS5F5H2PPKwT8SeeQHpr2N8uWhHw7j/gvj3GDd2rus2lH8OPpgLvzmcr6x7KY2KKsNcJmGOv8ccb8McZyG+CHOEhhPdCXM4ar0T/Dsh3jj+CcTbx78J9rtHZ3mLuRPYgfBy+N8ATcAGoNHGFrtsqR2Ogv/led/S+S2GEfGe8q+A32D+Xfgf25UuEK6s8+N87+Lnumf/X+B68/yw7WKjcZ8fAb61450R/grYBXxmY59jQ7PD4l3+vG/rzr0ewW8vFPwO9v8TrubzQ/Bvv3lY7wP+shz8rgb8e6B5TC8H/10MXvMR+Mub4N8vmofdO8BHkhH/Dvx7t3nM/Qn4dyJ46zzUY767F7znr+A9+SjTETzpr8jTwJNykX4v0qvBd6eD99wInrQPbT0OnnQj4veDJ+2B70c7zNt+h/K7UB78Vz+OdnYh/gXaSYV/HdLXgLeNQPlqtGOgnXVopxrxG9DOE/BjzL3ySNoCrAa2AmPkkeaD8FPh7wA28bs88CxwN7DVxkN2vSjr3Z2ekcO0Stiu76ZJrANr3ak3dGZ+e+yt5UP2/sx+d9yGvGeAOdRbvxVyFnRmVx4FMeag3s2SEYR9wrZTa1XQw69CuZWQkZcCdSi31vyQwf3xe6b2KNpromhtO/w3hT2hUn/jrE1FfKMWYRdx3kDZJtPyDhppT7iDyvgN0gG3x++Z/M6pTjOvVj8V9oA4zLHMNZPK9K9oOHSTStxX0W6Z38fpCn0o5lAJXWgLxsVvgjWUrr4N/ekd6qZeB93+JuvdUj1M5dCNytWnKFNbT2mQ2cv1DOAFjO+A9T2V82YpcCkl6osQfwcy9rsAdDYt0TzG4LdQ9Y/W+6e6337/3EU5/BYqXwW9NFLvZ/2WbQGA84bK8mTLO2oE/+Z30FY2eLTJ76H8Tqq8Y65RC4Q+GcPyrg75VjsBPbs99dMh2+qs394CXaGI0oT8u4+Stek495uhv92Lu+1bGsx6nX7UfvPsBx51JVAIffEn0AMyNvhzwJWJtGxbXmPZ3rGr30Mp+iuUp6XQKM1No1iH0t4wTzGYJ/FbqsZ152AdsuFXWG+jevJZPU3oeRG6lvP+GvkG24p3uUG36RTtgNvjt1R+Y1UOmqvUoNApEjG2AfrdlAN6l6mTsVfGUbTrIrR1P+hxD+YA/Ve7FG2MpkGgaRDIB41q1BKq0PvTVPGu/Q5ov5RqHHsH9I8a9Wnows9DB3iZiuEX4+yNV1TzkDyT+mGuQyH7FLk6gu7vABsgT4/GnGYCLBc/TF0EHhB+vlJJw5Qp0Gk20hhhT3jEvFl+wLxZGUse+T6zTv4VcMj8Rq8jiXUO1Wd/J9hAI7BfspVJpCkjKFppwPr+iWbomTSG3+ixbyZC96zBHhwpLzPrVMM8pDxH49VXLf3Hqefic7UUOCq++cxQDwLfUYYeRxmu8VSgzcL+ThD2MR/6fAxn3cNQp5ontU/No3qQKqCPpSlfo6+9aP8AwsdBj89phLxOfBPYSf0NDVFewV5qRNkN2CO/xZ7+Euv7EGT5J7Aez1E81m4S1mFKy74fg7YepiT1NtB9EPjAMhqofkPL9WGod5TCOAfR+nTQAnIt+q5UdqDt28krvk3A2MQ3B2hD+0/K5PPI7zjQ7X4UbznHMUbnLWciDT3PW86wlveczTRavOnwe479liPecfibsBy6WAnTpeoj1vdhzrdhygAaK79KA+WXkNaF+krHqJS/DRPfha2zvguTP8AY+Psw+xuxlu/COmL/Z1rfh6GdBLS/QrkKaz0NazsPZUdRNH9vxt+TOd+RnauM/i726tvmr8DPg/Juc6drpLlfPQ28Yz6mvGLuVBYDx81jyhBzv3IG9K2mztDlRqtJ1Mm1iTLk31CC/JFpanHmGfVR8yfsB0nY8sBv2DanfS7OTuvvXh37GdvJbjXnCb41kBJb7JC7bN0cfJD5kjhr7WkS69Osuytkfi/smD9i76yhYfy9nfw15hNEmU+pkL+5k91Y15tB5zANl9MoFbQYIRONk3vh/izHvZhFA/gbPNB/HOg4UssAjfZinp+BXldRBdNbvRFnTnyLZx6Ty0H3p0G7mejnCvRdK2iaxN/jKdcByWj/Q4xnDs5xGGMMUyl/6ye+53uZeiluoAZ3G3/Lx9/x2d9aRH6PJktUAZTJl5AmTwHvcd7inxbfXoSkzXS9PJj6AjkifBkly4PBSwdDd54KDKZKeRjNBaYh7ouE9HlzM9pK477teY/lbwrlaZjTJAq1hZrcGkjLhN8J6Aik2uFOSHfD1wA1wleVSaapJmNPJJvNNk4Dp5B+yg63Atrh9mKBhDZoO45OEXlxQDyHkS7Db98GSVZ/YrytYJcn9G1G1rHbjz/HWP7ZOFrG8vNxiPbpPONIajt2u/3Ec4zlfOMQY7HpfOrndBbrcqrN2pyx17HVGnIY6RnwO9vgtU+x1771OLKokSG/Q33FNyzZ2GMIg89Hy2Ohd4y1vvnEuctRfgM8iX35EpG0Cft1LWTctbTE8cEjc5S5wDMo/yzOw5fAEsqRP4NMNYtWMARfzbL5In8bC16qEmR1wPHlxwH+PxpTkDYX/sNWmK52/h+H+TGQYfnNE6SNyH8NZbeL74eq1WL6ir+L4rPJ34fK/THP5yikleCs/Y4eUyBcyLvoWnkcbdFmQlbaTlcA423/SsHvtlNq9HHI0LhbXVMgX26nEv5+Bv5F0QHIitupJ8Dxiep28+/290fXAoMgd490vWP+5DpGS4DLI/wGoMyOL7P9Bjs8S3+GFuAOK3N811T431EZQ1tNb2iLaIN2ku5xPU87BH/5g/Sl+gfzdi3P/ETLky+24ITNT9xDaLaWDFl4AnjyMhqiHoFM1w26QBp1xB1fre7GfbqJNmO9EpQT1BeydQ1kauz6M/2BoUAOMMq2geZZtkr+tuD0EQAa1uk/Ah8pAUogOv4iAG3reDfX2zRIPwDZYwz0BMglrnjzy6gXMIZ8yGD83eqj1C3qFugFe6jBfQ2wlm7jOpD7gvpCWqR9AfrfDhnyG4z9FPbEeNwfTZD5GqiQv/Nz3yu+96uBDGsBdRSDalzdUSYfsseH5klXCWTHPPMb9zOQH8+Afvw96BjyRCVATuyEsjU2UEf5gmqifoE98jmNl+8CD6zHHdRAPuXP1EeZT3nKPipUQuDB++G/Tf247P8FaC+D5j9AHyukwDbySmnPRKVKo71NUlcn0MUJdHQCHZxAkhNo5wQSnECcE4h2AlFOwO0EdCegOQG16GsROiXck8L9RrgHhfu5cD8T7qfC/VC47wn3LeHuEe7rwt0t3F3CfUW4vxfuTuFuF26jcLcKd71w1wk3LNy1wr1FuKuEu1K4Nwt3hXBvEu5y4S4T7lLhLhHuBOFWCrdcuKPYzR6eLWVSITAemAbMA5YBtwGbga3Ai8DbQAx1k3pQNlAIjAemAfOAZcBtwGZgK/AiEIOF9BVdL/1lf4eOXd7/A5xFizt4Fi3u9M67CF97HZw58+HMngfnyrkdPFfOXXZ154XXJKd0uaIBzsxZcGbUJ3tm1K+6qnOnBR1uLO6UfgPgeq3ja/KXX0n+hU9LHXdIPT8I7pi/Y/kO9f6Nsr9oozTtLumOO2V/k3mkKPFvnq55UXWpda/VKd66uIQ8Tswa2S0jL/GxGUvzHrzP1y313sw+effeJ/lH3SdtuEf2J95TWJT3p3ukGMNjrDSU4XGSSwIXJr+k275q+1pReZj864C1QHiV7r9pmeRfslTzL13ZvduaVZJ/NbBylea/GfAMSUkdnJIyKCVpYErCgJTYnJSoi1L0/ilKdgr1S2mSvEXLiwvSM3vG9+qZkNBH6nXC9J/4KeHY8fijP8b3P9b/hHzkhNTHH5/lT+jui+/hS0jrFu/tlpCQ2C42KjomVne5YxVViyVJjtWVULeYhIoEOYYuhqowM2qhsjrqcXok6qOEqBiKUWISLqaLo6qUmqhrlYUJv6BfRN2fsC3qzxS/TUqXuhclJXikrnGprs5xKYkd4yA2xHUbHi+l839QhJsIZAOFwGbgRSm9KFPPyu+T3ys/M79Hfvd8b35avic/NT8lPyk/IT8qX89X8im/csBkyUiqoIrJI4z2EvxJI4wB/oomxTvRyPFXGFGVNYFGSfqPKqQa8pomiSYb6pomGV5ScXVNoEnqxNmrPNtIksioCK66tcrv72qE+L+oL+9aZeRw4PauVVRh5EwwPL4R/ra/BQtt75pWqcbRUuNE6axa44SvxDhWOguRoHHMV7LAyu1TamSV1hq9kJjpK2nVoNSmfUIHVh/sLViArhZwyEg1CjHftuNpjOKJV04cYcjFl1UYoYkVhqeyJmh09o2oMHYjNriyxoj1jViwYEEjycWTG2V2dDg1NYHhXaU0yOtdgS5AR6ADkAS0AxKAOCAaiALcgA5ogFo0NnQqdDL0Tehg6PPQZ6FPQx+G3gu9FdoTej20O7Qr9Ero96Gdoe2hxtDW0PrQulA4tDZ0S2hVaGXo5tCK0E2h5aFloaWhJaEJocpQeWhUyP+v/Kr+pVoQvHZAerqFv1GiLOpPA6lXUQqtTOh0S6rnnpTEe7vH3qeldNC6dE+gwsLCxL8mHkw8KGUfzj54UX9p0MACeUiBMmhgpq97vOzyDRo8eEBOmpySjEi8kpLSMcU3SGqX3o4hD9E79OnRMdOTMLzA279Hp6hg/trisrqCLgk98rO8mSmupNul02d0pfZ0rvRlhw4ZfQb17JQ9IM9XMTG5R07airR+XQeU9c4sGFbWNz2rZ68u+txf/rL5oLrx1Ez1+MknMHqJgphHT20K85VGSS6eEiiaSL5En9dn+FRfWkJmt8zszBcz1SglM9Of5lfS7izCdndTamVqMHV+KtJTU1K6Kl3vTPlv9q0EuI3rPL/dt1gAxLU4F8Ql3CABAiABkiAoHisQkkiRlEXKFE3REkVJFMWIEi2S0thWdMSiHcvNxDpMh3bcuEpqsZGTdMZn0pk0sS3LbmrNxPGRSTutj8QZH03s1LXbSBbYfxcLXqIlecbTaadL6APf7r597/3f/7/v/e+NyJlNZ7JmTCsVyjNZhS8YCCArx7JRFzqkJazxtxKGdNx2Ab4uJFA8okdJa2ME2azMHyLIypzr27xJz1cQrs7H4ZI5v6mi3M5lv4zRIOt199gTMLkwa/ZUgYf0lTEyVOXR+2Kkz6dPJqqrU8n8BUnQDFvqu/z7QMRMy8yRIH7hmCfGtT9zJJ70qPbuVXsTsSOXqlJes16WySitpVw53hTnSoqLMrln+5pCOezMNuTaGlc6UN4HsgHwQQ06LfqgPKzBmhNc2GcJnygvN8kpzFrYM1naYgiUJ7G3wufznsn6MDoUUalqw9pDjgLDybdQI2+qngVrk1Bik2AfbyVPZvA6m7V+bhtAj8Ui0ENWQXxewZVZS5rhfmUwKFxgM3VJU1J1+dNarzZXR6nZEufljwuckZqqEEOc04SqyaKyEr3sUns6qMlkdK5UF3EiN+KrC9qM8kymiC1tLMeb8+xldP7l7bnHiLVtywO6TEZtD1dW5xkkdwODDnSjyKCZNS0MgUNarcupNxBpYGo2AOGb50W3uLJ1QYUlYoI3jSSuMKg0ZFJcWjjwvvKGUisMXFXsr63ht2m8t9fCWCtQPXpeHG3KbitLJstw8iSHygg7LivTEtoETpzUclrNmawWV3hJP0GQZ7KE3RZNH7L4fY3J6CG54HbmtcSrbxnS6bxV+uRcnOsNCMyF0Lbly2ne2PD19yXycI0mezzzmUlYWF7MaFpuhkhhhWgJhkLCFOJjB8NEguDh1Y/cPY+71fsfaahsDq3ct3VNf6gxvD6dO1zbstaXqErVakuqh7et21nPHjm0YWE4eLyOrr2tW7+xqbTIvavz7t7eosy67zzaxllzf99a59dSD11+NdK+s+HuuyFGMqB0/wy8e9E9IutBAwLTsVbH2eQ6OZaf5HTYQyDiTBYZ9HYNp7Ufomm/Twya120XmNcvFEKHNx8lgZILwEWC59X2+a3NxtPit3ryzOUXAj2vNDKeJj7aiAPhCivdUcfFvapj1APHjBa7y5ssbRaEJyNnwyvK8TuOuoEo0Zc7neWiLoPyM7uoOGCtHXbTT4C1PnRAtLaEVtowK/cw2GqFSW/FOrcPG3Ran9fDGPRuBq5YrAw4WQiqJHM+oWfT4Pj8PxRnk42CEoAo8Maal2wM7FxQr4eorgZP53VBTvgw4SPy04emzSbWSCSNdLfWlEwSpwOJElfu2B/fzv3HxdwrFm/YTdoqE84fEsvefh/nYps8lRVUJqMoXdN96cf40c+6qC2dnFuRydCxcNUtl1vwZ59R/NyKzXxE9cqmkA3W5WOi3SE5PZ2VK4kiVQn26/zYP8npGIsLW11TnMViMxz1eMJF9glbQUJBHcBPaZC8vLt4FXxekE/X1VsC65d8scdYGcOhqgBw0kAmExZ+cvi8IXmIMFlgURGmAvDxMFkECzjBHiDqNu6ofeyxoV9OfefomiOEp6vn5v4NvWUbaqjG5rYat0mZ0V5+jkjV+S5d/OF7+9JpA7HqwL5nHn/+2VhXEjzfO/MR/kv8EXKhUZEBF6M6ojJi4xSnYhBFObBjkrIwnA5SWLf1qCAi/NIBAY4a84sjbwA/318SfH3l6xxlyVu5qHIPwfK2Basq+aQGpr4vKGQ5Zpj5YCpe17716eHf/O7g+9/qOJ05r6urCTQlXWVb19UOEmjTlvUzH//1hwdY0582bwj0PrBv3+nuBK+X4NN7wKduFEePixZVuZzTWRds7EzghSnOxNAKrDhL07LpLE0ri+I4oongyCSnsSiULEYT8XhFyVFGNPQtNolmPRSP8za8EymY09gouLr0ujuY5+0l2+ohTC6SNct8qdACaqoEuQwkCdH9QixUV1EOmaEknvvoNqWu+eGWp57c85sHyrpqaWMwQZgP5t7o7GroiW7ojXTVEv62VWF7UZPyONFyw8VLZ9+7VcX07uqJ24qatJfR7ft7/mbs+WcjPbXAIB8Rf4aIKAYOfyYyWOs2YvcUd4uR0BmXGW8w9hkpCzYai3AR5E9TXBGDigkVLsbYgi2THLYUI8OEzeZ1GyfowkT50/kEKsQAyFmjbd7qsEnMOOJfsJu5qFq6xZ7AfBItLP/xCLGVwnyo0XL8xo4X73jvg9v+9VTvsa3uoNFEXL6LOHxH2+2rf0o1r2vvVT41vHHm0nc/uC3cWtXYsX7/k4+mm4nWB+5/6BTMnVpYI74OsbZ8do0oCem1OFwans4ypeblLjuGDwyUqUlNZ2tQLaGYMJvrl7snyufkA9xeCIrkbAbFk+G8alt81rXUe7yI8raaZ7MtUlhrhaiBe5Rwj+Lv5VWG+GXvva17bk1htTloz9njPo1mWUVJcH0K0yqD15GzuLxGLYWLTMEwxBS+uaOpY+q23Kmy9pjTBGmLKrymj5BtH6l3xTtiua/W1HtsFgPclxuLQys5rN7QkfKYFKBBz/OK2wJf9bIRhJEdPSFylsYkxts4HXkDSc6QhI78GfkGFCglIhmSZDCpP6vTaaezOl0xZaems3bCQBomFAqnQ1xqzzHn5vYIMKN4/2/etHdUDKryL9r+vPx/cWs9BLCHRUoF+vKMEi/n/viVioBGWRzxEsaDInVW2cgnn1x8RRNu7iNerqjzG+VZxeV0gSKUjyCyHCKIResKmajZNJ01I5ag5LQc5ANNaDTF1kWZaF51dIurWuc9BiERU+85XxMvqQPJgkOVZsGhhKevOaK50l/86MBb9JugBD3oV+LoOIVfJaxkoO1EFnMUhzmQd6bnbHf3hulst461VVS2yNqSxa2tbdPZVv2ES1E2UeOqqXH19qCVE+uEuIfAT8fjDOSiokX5zYNA99ximA9tQRa+YK8iEVdtFdYeURTEDfUV80VL8ffIuXuUOIfmtjQFUf6Fuvdk25qtWfPAZMe6oeyy/FxyRb0atTcetJVF3Ua5jPEFcv6YTy1Tm+0BR6AjpfJHc57ygEZmDJUThkP4Jty1KtiyfHNb+KaJmxfNMPXGvZyD8XjDlctzf5dtLnPye4RwyxZCnemtCdu0sc547uDm1ogqkxHC7dtrVkfsRbA3EbxITYIX02hS9GKEJdPYVmybzhLF5tDZQMA/nQ3oSvTaKCSkk1yUSU7Q9HJXScg44eIdpk/q81I1qzZ5Uue0yn2tFudL1cKXhf3A1fmVC5lQwUfUZM4e82toDevwO4KdNepAPOeco1Gnbtg8mO4cbnIKXsioIi19hGp1b22oWB1fH88d7ltzBUvHcaoxEN94x4bcyTzrKL8OUkngTQe5UbfInBUJmQ2yKEGMpzgloz5qtbqZo1QhWRCXuEZRe5jF9WcX+7ycyLzBIH/CI+Z5Qoonbndomlx+6rVb10w8vevfP7397dwTfVuqVkcMfZuynUFm8Ld/e9e5I/Uzn/7og1FS9+or1Tvu7fn1axt+wI+7LtdJDcK4fbBnfFIcdyUvEVg+zdF281mj0YAN05xRV85GbVEcneRsjCeEQ1Ocx+I8Gg4nzRY/ZEEq3iY2sciqvAvzq+478+ZoyfX2MJ+BpRvrkS0IAZwPAWG2ismwfkEqTLzElFbmtPEAg1WmUJAwH9CpN0zeIOTEg9v4fLj75mhX9eOtDX51JqP11rfhXavrwnaTIqs4gde3CImxjWjg0+IXfh7rqhK1D/OzJoh+LnJYoydUSMEoSCVWUBypMqi8KqynKBVW8WIUPOv3+6azfp2l2Fo8nbUqOLm8JAh5kLOgeXHbhQXrlGA4vzfOb/Bg48QTGfti3SxcrJZqUlQ6Vp/PrvGSCvaPmpYHN9Y3PalPxSxVUSOtDSdyxnna1IE3tGly/1bbYK9IVlbmnulriygXSw2w1gG540ZgLY5eybP2E+SbefdpJdNc5PMZfT+eeZeryF9g1sgZYXMwZWRQHJK6eBlXhjGeKrNYWTa07E6dLha6k6YrEBcD/oSjQGGC6dPx/L5DNLFQNMD2M6Lnv4DEK3v1XL1XrqwQl1dptsdoEcMuGIrhuU2LkFzxexY2fy4LAVr1a+vO7tZ2X8fWVH9zeOczX235xsgEm8rEMmsdzYOb9zfUDX+r95FfENre3uyK0tqqiLW2ZWNq48Qqtek9bpW9rjpYnYyEukbWdOxrC8Q/BGYDwCxJ/RNyoPvEeCwzKmF/adTpCDXWGVdzjM7BqZlmh8OK4cOnxwYDMjEmrcKUz8LPw96cOZeOF9Lw8/EIlPJxIqiV55otzibci94tJNp6X1UDTiXNHrNHn9/EQaZN3nR83eSpg/WwiZB9SDhzvzUnAo6yCvutrfWnv0fGVxaVNA13XDyYq987nCyyWfk4Ms58Sq3Eb4LyDhZ2pYRWj506G6Uyy1zCdksnt1pZudyp0rspZ+EUIi0cPyw8fTAt9SrMm4VnD+Ihg3HuDALLxQMIko6X2Y4/bDKVlxF3On3LyoK5F3+a+y+7t9SF38wo/f7y9lwrcbi8xRdOyTNNSlt4/Y2X28k/37B8Gc2frjCwArvBmtrZHWkt0jmjlDUQqkxhf5W4XMoUFlwMRvHTOoroUqeuyK9DKWPUWWGtSBXRdF2p32jlLT0nHN6eS8CynJ4P8UyPTc4eyeoNrHCM575Wh4XDuyve7SGM+SQoH/ghubD7FG5Up1I4RgkHNPwtNjXLHU3Lyfve9yQrnLniBlpt2Dvk1ftDucOR7oaXP7C4vXZWRfyu0WAa3GE1lvqIg9G2ZtKfeyJe71VAKhpVm822736tNGi1eqlMRrlq9R+INndpwKwkQHMi+oDj1GFXqcXhIyEJauzm4yXXKsRLFD0jMlxnDZRgc9Bg95bJYDc0nbXoXIjRySG05aCohEblVJF5WaXsoNVmpGOwy2X2lsTt5rloYpOMcNBxQZDVTfmdZjy5MMCi198XR9n5OXSV5npkeQVJitNn4RnYgvAk164Yu3Nb64pbNCFfsL69Jp275PCUuoiPF4dr9MQjncZ34r7w2Cj5oRCVnxO1hf8A9OK1Qbblgb8J0V17bcgey4P+qznI75fwfwGKBxFSfgUh/i8wVK/PQQOLvtY6D08hxHwVIf0TCBmGETI+lofpXYQssOFly0Xk8ijegpDtBxIkSJAgQYIECRIkSJAgQYIECRIkSJAgQYIECRIkSJAgQYIECRIkSJAgQYIECRIkSJAgQYIECRIkXB8QiQjh759MCPMlwgag0Zf0o0QqdaFsRix0Ofds4s67vo7QPX+B0DfvPX7iJLpv8n40hR78Nvrf8UOhW+DbihjgRYFWoRbUiW5E3WgADcGTcbQf3TYzAzVWoWbxyVa0Ew2jUXhy68zMzHOFD/LO+xBX6RFfc0xa9KPZettn35Gji3BVaDlBbBbLGBmJ42KZgvL3xDIN5afEshwdJP6B9zyl5NskV4llAjnIs2KZRFryvFjGKEi+KpYpKF8UyzQKYrdYhvHgVej7yI0SqBw+aSi1A2vbgJsRNAbYAfy5UROURoFL/rsf7gxBaQ+KwZMVwOMw/O6Ee4PA6ji8xV8NwO8BgeEBsDgGLfSj3cD7KNTrhxpDQj3eQ+PwFl/TLdwfhfKg8HRcuMu/7YYy3+92uNoNv0fRLrg3MvvO0k93fCFb+BHtEdriR+NGXXA1JIyB7389lPqFqzGhzz1wNy6OYGSeBdvgah88HRfs5GvHvu9OlJen3e1D20ZHxkZ2jLubRkZvGRntHx8a2RNzrxgedncODe4cH3N3DowNjO4f2B5rW7uifd3qSFP/7q2jQ/3RzMjw9uu7JZbdQ2PugaHxnQOj7n736MDg0Nj4wOjAdvf4aP/2gd39o7vcI/yTeZc7lh6ee2iPG5pxd+0ZGof314/3jw+Mufv3bI9DAyNCB9tG9u0ZHx0aGIv9j0RRG1oLddvROrQaRRbFVKcQOfugHT4GrlYzijLQ8zC0+GXW+n8b4aBGoFCaBnQ3qO8x0BcSlDgOY0H4V+obhbWKVzDZJ8+9/uwd/9Knq/sEqRSCpP3k91P1/O8XVu2c+M9llx8quqTYIixF4kr33wIMAKimjFENCmVuZHN0cmVhbQ1lbmRvYmoNMzUgMCBvYmoNPDwvRmlsdGVyL0ZsYXRlRGVjb2RlL0xlbmd0aCAxNz4+c3RyZWFtDQpo3prAgAIaYAyAAAMAEhgBEQ0KZW5kc3RyZWFtDWVuZG9iag0zNiAwIG9iag08PC9GaWx0ZXIvRmxhdGVEZWNvZGUvTGVuZ3RoIDM2OTcvTGVuZ3RoMSA1OTI0Pj5zdHJlYW0NCmje5DhrdFRFml9V3dt984B0Qgh5gLntJckknQcvIa9JupPuBGgSQrrBbh7anU7ngYFkIQQzgJOBZcRGMu3ogquzwjj4AGbH2wHczqwD0RnHOWd115Wd7BxlZlUQOK4PjoO4Ksndr26aSFyPZ8/unz1nb+Wr713fV19V3a4bIACQAAPAYN5KV8kC788/XomSFxDWBPp65YLffLkXgKQCiEJbT/umDeVXGIAhHfnD7V39bdvlR08BpKxA+6GOoL/1X45bHwBI+wD5xR0oSDrCfoABosjP7djUe+/2pmVVyJ8HoDe6ugP+9Mr0SoAZqCa7N/nv7aEZhiXo/yoK5M3+TcG/ak39Z4DUv0R7R8+WYM+aY09VA0z/AwDbCkR4jYRBBEl8TFyII+RMYHYE2mhKIhNFQonRQEUjfO1xN9TKYL0qXx0XHxyvIwulBPLSwKRW3ADzxRWQjTCbPQJZANo7Mbg47tU+FO8BZXyjdj4vCY1PxWDi8UMO3AX5sBxegqtwhhRAE4xor0MAPHQ7FKH8R/B3MAJ/Aju0AoVMshNk7SfwIOTCHjgCZUKmdhpWwBUpCdJgLpSTbjDATGiHJ8h5WAZOHKMC6uEB2IL9KpR/RkpRQyAeNmD0R+BxOAP/CP8GGThiMYwSI/lM+3uoBRfmsAOG4U9ijbgfC/4QPAPH4EV4jxSTo+R99pF2WntV+3f0yof5sBjWQQu2H8NP0e4Z+AeqsJ9pmdoO7VntdzAbsz+Bs34RXsZY14lM1pAAfZr1j3+hbdZOYB0SMWfMHpsNZ9MIvfAUWo7ClyQO224q02oaGE/WZoERskEGC+a3GjbBfbAPDuAsHoPD8BxcIdWkg7xGPqLT6AA9KzYZG42NcWfHfq/Va9cxRiKYMds74R64Fz1/DA/DQfT8Kcb6DbarMEYWkwpSRZaRZvIj8kPyFPkPaqFv0S/ZdJbECpmX+dhO9i77XBLHVo4fGn9da9LuxVoSrHk8rmQtztMN66EHtsJ22ImnZB8MYgtj9U5gU7GeZ7H9Gv4IF7BdgivwAe45EecYTwqwzcNWQaxkOVlN7ibtZCs5RJ4nUXKGvEzeJ9foIrqYltGVtJm20x7aS8NUpRF6ll6kf8Ysy5mDbWXfZyfYS+x37A32pgDCcsEvdArbhEcEVfi9cFW4JoyLICrYikW/eGTsyXHn+DotV6vQWrQDWhjbFazxbTibXMjD+TThqgagDXdOD7a/wNaPtduLMzoIT2DtePWehyi+AUZwD78Mv4XX4U2c3x/hXfgMPsfi8PnNJGZSROZjfb9L6rGtxXXqIzvJABkkj2GdI+Q0thFyHmc5jjNcQ730LtpHd9ID9BB9nA7TETqKK6ExA65EOqtnTnYnW8fuYr3sIHuU/TV7gh1mUTbCfitQoVxoErYIe4Sw8KTwnPCKcE44L84TK8QQNlU8Lf5KvGRIMWQZFhlchqjRIPVLl6VxOAmvQAROf/3sk33ERCLwt+QyE9gAfZV6aAIdJbuFfyJ5uAKVBMRB2AyfYIZzyBt0CbmTBcharN9u0kbWwd+w2exJthxeFTcTF2sireASDsEN8dfgF0N0iFExxMbI5/QEdMAgvWfsmOYl08FFjtKnccfsgkrIFzJhlJYJwySH5tOzxl+QKFQZDayMlUtJyB1lFzBNl5RE3gc/exfPzzt4tprp0/hOuETOG1didmPsObTZBVXk6HgyHBO91Edm06NkxdiesT+wx7XDJIO+CzCWPGajtbjjVmvH6Rn4GA6Nfy68DWfoW7Aa3xoB/eR8gmdvO75p1sANOg3PkwvfIz1Wq7u66ruVFeVlpUvuWLRwwfx5JcVFhZaC/O/k5ebMVW43y9m3zZmdlZmRPittZuqMlGRT0vRpiQnxcZLRIAqMEih0KHU+Wc31qUKusnRpEecVPwr8twh8qoyiuqk2quzTzeSplla0bPuapXXC0jppSUxyJVQWFcoORVZfsytylKxd5UH6gF3xyuqHOt2g00KuzkxDxmxGD9mR3mGXVeKTHWpdX0fI4bPjeJGE+FqlNhhfVAiR+AQkE5BSZyk9ETKriugEneUoj1CQpmFWaqZid6gZip2noLIch79VbVrlcdizzGZvUaFKagNKiwpKjZpk0U2gVg+jGmpVox5G7uTTgf1ypHAk9GDUBC0+S2Kr0upf71GZ38tjJFswrl2d9b2L6V+xOHhKref+W7VZLORI75Q5GwrdL6tHVnlu1Zp57/XiGOhLc+p8oToM/SBW0emSMRrd6/WoZC+GlPlM+Kwm5hdUHFzi2yircUqN0hHa6MO1yQyp0NxvHsrMtA5rb0OmQw65PYpZrc5SvH777EgqhJr7T2ZY5YypmqLCiCl5orCR6UkxInHarURwUqdTujmnnM2TlSU8I2UZ7ghVDsiYiUfBOZXyLlgKoUApmuHjJeiltuKKdKpxtb6QqZzLub8q5pgUOfQp4A5QPvxgqsQfkxhyTJ8CJ/k+mdxrqL9JqxaLWlDAt4ixFtcUc6zS+TuKCvui1Kb0mGREWD5owtr6veUlWH6zmS/w/qgVWpBRB1Z5JngZWrKGwFpi8arUxzUjNzUzV3PNwE3NpLtPwZ18CvilbqYq5U7+JZnSZjg6ylWS9i3q4ITe6VKcq9Z6ZEfIF6ut0z2Fm9CXTupilDqj1sOyaIyiWUzX4qZcP2nMGU+iKuTgn0Hf1K1Ro4S7UpcQuU41+ZZO9N54s/m/6RTVrnIvHX3lFktTLbdM5Sum8FPSSwwxTFjIpU732lAofooOD3hNRCH7VkWsZJ9rrWfYhDfUfW7PECW01lfjjcxFnWdYBrDqUjop5ZzMOXAS3LBDVNJVWcNWgAFdK+gCnQ9ECegy6aaMQCBKJ2QmXYZPEfA1lBLG8S4trRk/caNYuqyv6q3PGeE1/JXnzxd4e0ZEj8NF8RT4BYAcoRVWGY5DvaEMlrI9UI46N0IR6h5CXQ7ab47hh2iZpqF8OcJVhEIEF4KM0ILgRViBsBNhFS2DnyPsR99K7s8xOwAeTouvQKq4Bm5HnCK8B5nCBcgzZMFS4RwoKMvF+AvFRGhEOkfcBanGOdxHu4L8CkMO2nyEOWyFXOEFKEXfCnEvpGHu9agrFfOhxrAe412ANBznGcNlshHxctGOMtA+FoC9iWO7MY9+hDp2DRzou0ywQD1bjvM7B0X0SahF7ED9TIT5wk9wThb4DtI8/yVIexF3ok0j+lpQX4/1tGGuTewTWIe4BMddx/4VzpHH4CjiUbRfJFyHGeQLPW4lwdVCn8VYKzAYYNhgIPMQf4ZwXVoD+cb3wInjb7iJ2UJo47XDG0dnrKb96N+GcWzsF7AxVmMOc3ksCeCScI6WSaAdwLnLhoO45rugCGtzl/E9shtr1ajDQfAjbuCA45UiLEGoiEG5eIrEIySg3oX8ckMzBDgYs2EB+hZjLDffG6ibh3nqEMt/RSx/HWOeJVhX201/w3IoQB8LSwHXLQCTcA3vP9fwu0vH5Cj6bEP/Kjofv8t20acnAGpZivYwS6EbJjAoSP9Ax+hLjsLsiDvFlkrzsOXSXOgmaXg87tb7lXpfrfclvKclQyXZ2VFaPHSEo8KhOfmI5loT3snMnp+Xkl2Zx/lZ1oqu/Oy3j2dkv4NwIm9B9r7KBdl7EEoQ+pDndnnH87O787o3df+w+35hCaSl4TKnJEvWKLnw/OrUuNS4JeEoOWstM4Z/ZQyfNIbbjeFWY/hOY7jOGF5sDBcbwxZjOMcYnmtMlVIkkzRdSpTiJUkySIJEJZBSo9rbVgs//akGE0cGgfeCTpso7/lJx1cBJRLFz011BnNSp6uGONWRADhbZPW6S4mSeHzziUoNUVOc4HTXpKulFmfUqDWrSyxO1di0zhMhZNCLUpXuwzeS2xMlGhftzeKXjGEgRNt7ICuGvV5I66tOr06pSi6rs39D54v1lq+edMutj7Op/wXIJtv41yDpPWnMftjIpS6UhnVpmEvDujR9jnrQ6fKox+d41QWc0OZ4yUnbaesOfi/xKY4ggk/d39eRrg60yHLEejp2Ycn1tQQ6OPYH1dNK0K5aFbscse34BvUOrrYp9gjscLg9kR3WoH3IZrU5FL/dOwyNpCVSMDgl3AM3ww1DAWn5ryNGSQsfsoBHbBz8hoiDXN3IIw7yiIM8YqO1UY/o6OQL2OSJSFDjxR9DHZ+kCfG4Fr4ss7cmzdRTpS9MhTn9vqxfCkCehQS8GyTiPXMaAlcV2YpsXIUbhqum8ytoTJV+X4U565fk2ZjKhOJkpQYs2yxfe7byB9IdnXYOmMmwNkIHhlKyF1i8Fv4jg783QruIxxjXrMJ6m8EYwC8BUQgwiDeIAcZoZpxRCBDIkPJL0y2NpmuVDWOVjabrlQ2msUqorhyr5DB/3sJkc3KOOdncLsANmY3csIrwJf7gjOhbG87Rt/DdlwDmYWDklHV6nBEypxkyEqd9bObDWhovmi5BdcOH8+eRVINye+4dixYvXJBG3xo99Ojo6KOHRqltAo/qv44L/p817/+xxp94uG/y/rJ+4gUGfBclITdBC0jfE6MNSH8PtSDEIReFB2I0gduILUZTmE7ujtEM5ZtitID0/hhtQPqYu78n2OYPBOVjsrsjKDd0b+7uRZFc272lp3uLv7eze7Pc0xUolu3+Xv+3Gdm6uuTmzvaO3q1yc3BrcEtfsHVFo62haanF1b+ppburwf3tLLihH3ogCG34AR5ALMMxBDd06HQDdOOHfzf0xqxkqEVuC9K896O8U7eQUdKF/sVI2XW5/388kg1H6kLcjJJ29O6FrToXRBxE2z7sW/V/8Nlw1CZYqv8jrx82QQuO0IUyt27dDtuQ86PHt9v+b7SxXTOCwUR9l1AwQQmsRuoj8TDc1KPujT1/Trs7qfJTaY6ki3+29IUKjl+sLxM1bbxKuiwl6P8Vj+3I/xRgAAzukIINCmVuZHN0cmVhbQ1lbmRvYmoNMzcgMCBvYmoNPDwvRmlsdGVyL0ZsYXRlRGVjb2RlL0xlbmd0aCAyMTg+PnN0cmVhbQ0KaN5UUD1PxTAM3PMrPIIYklchlaHqwENIHfgQLex5iVsiUSdy06H/niRqH2KwLZ99urPluXvqyEWQ7+xNjxFGR5Zx8SsbhAtOjuBUgXUm7l3JZtYBZCL32xJx7mj00DRCfqThEnmDm2Go79QtyDe2yI6mhNxXn18J6dcQfnBGiqCgbcHiKOT5RYdXPSPIQvwDhy0gVKU/7dre4hK0QdY0ITRK1Q/tUZDs//nBuozmW7M4tp/VY92KtL3jmZdvuvowK3OyWA4vRrIFR3j9TfAhq+UQvwIMAPahar0NCmVuZHN0cmVhbQ1lbmRvYmoNMzggMCBvYmoNPDwvQml0c1BlckNvbXBvbmVudCA4L0NvbG9yU3BhY2UgNDMgMCBSL0ZpbHRlci9EQ1REZWNvZGUvSGVpZ2h0IDgwL0xlbmd0aCAxODUyL1N1YnR5cGUvSW1hZ2UvVHlwZS9YT2JqZWN0L1dpZHRoIDk2Pj5zdHJlYW0NCv/Y/+4ADkFkb2JlAGSAAAAAAf/bAIQADAgICAkIDAkJDBELCgsRFQ8MDA8VGBMTFRMTGBcSFBQUFBIXFxscHhwbFyQkJyckJDUzMzM1Ozs7Ozs7Ozs7OwENCwsNDg0QDg4QFA4PDhQUEBEREBQdFBQVFBQdJRoXFxcXGiUgIx4eHiMgKCglJSgoMjIwMjI7Ozs7Ozs7Ozs7/8AAEQgAUABgAwEiAAIRAQMRAf/EAT8AAAEFAQEBAQEBAAAAAAAAAAMAAQIEBQYHCAkKCwEAAQUBAQEBAQEAAAAAAAAAAQACAwQFBgcICQoLEAABBAEDAgQCBQcGCAUDDDMBAAIRAwQhEjEFQVFhEyJxgTIGFJGhsUIjJBVSwWIzNHKC0UMHJZJT8OHxY3M1FqKygyZEk1RkRcKjdDYX0lXiZfKzhMPTdePzRieUpIW0lcTU5PSltcXV5fVWZnaGlqa2xtbm9jdHV2d3h5ent8fX5/cRAAICAQIEBAMEBQYHBwYFNQEAAhEDITESBEFRYXEiEwUygZEUobFCI8FS0fAzJGLhcoKSQ1MVY3M08SUGFqKygwcmNcLSRJNUoxdkRVU2dGXi8rOEw9N14/NGlKSFtJXE1OT0pbXF1eX1VmZ2hpamtsbW5vYnN0dXZ3eHl6e3x//aAAwDAQACEQMRAD8A9VSSSSUpZ/XM12B0+zLb/goMLQXMfX7Obj9HNJPuvO0BNmaiT4Njk8Xu8xihV8UgCPDq73T8tuZh05DTIsaCfiVZXKf4v8qy7pQref5vQLq0Mc+OIkjm8Ps58mP92RA8lJJJJ7ApJJJJSkkkklKSSWD1Drfr5n7MwDvsGt9g4YBygZAbsmLDLKaiNhcj0A7l17czHqrfY94DKxLivMOudRt+sXVyyqfs1R08BHdWvrL1u7MvHR+nOJraYsePzj3RKun19K6c5o/nXNmxyy/iHPCAGOPzz0A/a7vI8rHlYjLLXNl0xxP6MT+kW79RMlozL6GmK6hB8JXdAhwBBkHgrzT6tg4/SOo5k7TYCGO811f1K6ueo9JYLD+lp9h8SArvLERhCHhbV+LcsTky54/LCUccvOt3oUkklYchSSSSSlJJJJKea+uXXrOn4oxMXXKyPa2O0rCzAfq50EM1d1PqGr3/AJ2qv3Y46n9aQ63+bxjP3Kr1St3V/rEGu1qxyA35Khl5mNTn2l7cPpu7vLRx444sRHpEfvGf+sf0I+SL6t9EGJj/AG/KE5FurQe0of1jveK24tQ335BgtHOq6PLeymrcdGViAs/ovTRk5T+tZvtqq1rB7rB5SMub50zlrCBsnpovjzNylzOXWvlj3P6MQ5vW8c9L+r+P0xv89ZD3x5pf4v7X4+c6hx9rxwo9Wts6pnWXAexujR5In1bqNXVWOC1xzkTniInQERHkyy/3FlhPWeQHJP8AvHV9DSSXLfW3N6hXn4OJhv2faCQ4rUlLhFuBy+A58gxgiNgmztURb1KS5f8AY31g0P2r46BWPrHmZfTul0Fjv0shr3eKHHoSQRTJ90BnCGPLHIZmtOnm9Akq+BY63Cpsf9JzASqP1ly7sTpptpMP3AJxNC2GGIyyjEDqZcLTxsf0uq5TuC8EhUuk0Rn2PPMldBl0bMht4Gjva5Z9VPodQd+67grnOZEoSOI6cOWQ+mTWJb0M3FGXeUAP8VqZtL8vKrxG8Ey9E6xdFbOnYohjBDo7lXcWoDKvuPLRoh4eIH2PvsEknRQ4YyxcvHDj+fPKXFL+pA/xXe4AQT8uIAgd5yaOP0xuPh2PePe5qD0PFJz2mOFs54iiPFVMNwxmuc0TY7QKOJjh5mAnKhGpy+nRcMs545ncz0eiDgZA1hcf9cshmN1npd9n0GkzHxXVYbHNobv+mdSuY+tjGv690prxuaSZB+K6gyMsUZEcJlwmu1tf4cAOao6gQyX/AIpdP/nb0oQJfrA+iqn11sa7pVNw+iXB3yW6OnYJA/Qs+4LD+uzQOnVNA9u8CE6fFwSsjZPKnCeaw+3GUfVrxStngfWrpdeFQxxduawA6eCo/WT6x9Py+nejUXb3OESFvdNwMJ2Bjk0sJ2DWFn/WvCxK+lFzKmtcHCCAhIT4DqNuy/DLlfvUahPi9zfiFXfk9A9ge0tPBVTJwyWhzfpM4V1JM5jlcWeJExqRXEN/Bz4TlE6OdQA71Z0LxwiY1cVx5qwaGb940KiKrWyGkQVRx8nkxSiZj3ODjFx68Ru6ZTkButLrdo5tbiZcYHYKGFh+pYHke1qu/Yi92610+QVlrGsbtaIAVfF8Jll5o58w4MYNiBNykfHsFxz8MOGJs911i9Z6Hf1DqeFmV2BrcUkuae620lumIIosWLLPFLjgaNGP0kKKw0ACyvrD0i3quMymp4YWu3SVrJJEAiijFkljmMkfmibCHDpNGLVS4ya2hpPwVTrnTrOpYJxq3BjiQZK0UkiARSo5JRyDIPmB4vq//9kNCmVuZHN0cmVhbQ1lbmRvYmoNMzkgMCBvYmoNPDwvQml0c1BlckNvbXBvbmVudCA4L0NvbG9yU3BhY2UgNDMgMCBSL0ZpbHRlci9EQ1REZWNvZGUvSGVpZ2h0IDQxL0xlbmd0aCAxMzIxL1N1YnR5cGUvSW1hZ2UvVHlwZS9YT2JqZWN0L1dpZHRoIDcxPj5zdHJlYW0NCv/Y/+4ADkFkb2JlAGSAAAAAAf/bAIQADAgICAkIDAkJDBELCgsRFQ8MDA8VGBMTFRMTGBcSFBQUFBIXFxscHhwbFyQkJyckJDUzMzM1Ozs7Ozs7Ozs7OwENCwsNDg0QDg4QFA4PDhQUEBEREBQdFBQVFBQdJRoXFxcXGiUgIx4eHiMgKCglJSgoMjIwMjI7Ozs7Ozs7Ozs7/8AAEQgAKQBHAwEiAAIRAQMRAf/EAT8AAAEFAQEBAQEBAAAAAAAAAAMAAQIEBQYHCAkKCwEAAQUBAQEBAQEAAAAAAAAAAQACAwQFBgcICQoLEAABBAEDAgQCBQcGCAUDDDMBAAIRAwQhEjEFQVFhEyJxgTIGFJGhsUIjJBVSwWIzNHKC0UMHJZJT8OHxY3M1FqKygyZEk1RkRcKjdDYX0lXiZfKzhMPTdePzRieUpIW0lcTU5PSltcXV5fVWZnaGlqa2xtbm9jdHV2d3h5ent8fX5/cRAAICAQIEBAMEBQYHBwYFNQEAAhEDITESBEFRYXEiEwUygZEUobFCI8FS0fAzJGLhcoKSQ1MVY3M08SUGFqKygwcmNcLSRJNUoxdkRVU2dGXi8rOEw9N14/NGlKSFtJXE1OT0pbXF1eX1VmZ2hpamtsbW5vYnN0dXZ3eHl6e3x//aAAwDAQACEQMRAD8A9VVfPtNOFfaDtLK3EO8CBonysujEr9S520Ew0dyT2AXIfWLrd3VrD0fCOylvuzrgdA39yVFmzQxQlOZoANnlOVnmyR0qANymdgBu9B9WOpO6n0ejJeZfGx5PdzeStZcV9TOp14dTMSwFtGVdY3Gd2lnb5rtUcM+LHEncgWnn8PtcxkAFQMiYeV/sUkkkpGqpJJJJSkkkklPFdVys3Itys8c1u+y4FPYOOjrfiEI9M+xYTOn4v6TLyfpP7lzvpPd8FsZGAWX0lwhtVxcf7XCk/Hsa622v+evd6VZ/dZ4hc5zWaWfJCOSxjxkzyDqSOn26OzHOIxjGFCO4HTTSN+A3eT6ix2PmYdOI6aemEEOH51k+93zXo7bgMUXv42b3R8JK5rK6RTW2mlsSTL3lbznh3TbC36IqcB8mwr/w7mpZcmWM/SRREf5fRh57JHLHBWvCZAy6mzv9TaLB6y3Ncz08a5jLBLbHthsKxgZ1OfQb6J2B7maiDLTBWf0BvVvsmMb30nG9P6LQ7f5a8Kl9X29ZOC/7K+htPr27Q8OLvpnmFoiR0vqwZOXx/reExj7coxB4iRrxb6b6Oo7r2E2m+47tuNcMezT88kDT70svrVWPknFbRbfa1oe4VtmAVzg9b9ldS9ctNv7RbvLPozubwtPJ/aX7cyD051QsFLSRaCZ07Qm8Z/L9rKeUxRketCXzSqOgh1/wnVx+qUZGFZmVtefSa4vpI/SAtE7dviks7pVpHQsrNq3HMe22y4H6XqtadI+WiSfZ4L8Gv7UPvPtUeHi4a/t7eLs3Y9dwhw18UAUlhaXjg/SHEK4oXfzZVDmfu3uf63S+HbfTjY4cdf1f5bNF+Gci7cQQwck/wV11LHUmnhpaW/IiFNv0QnTfh33X3M/t373F+t49/p4Jye56L2/RpFi47MbHZj1/QrG0Sh4GBTgUGimS0vc/XxcZKspLS00/Bafcqd3XEOP+9rV/i5jug4jqb6SXbcm8ZD/6wIP8FaZg1MzXZgn1HtDD4QFZSQHD0ZJ/eKPFxVRvy0v9jWxsGrGtvsrJjJdve08bojRJWUkdK8Fn63j68dfWq/g//9kNCmVuZHN0cmVhbQ1lbmRvYmoNNDAgMCBvYmoNPDwvQml0c1BlckNvbXBvbmVudCA4L0NvbG9yU3BhY2UgNDMgMCBSL0ZpbHRlci9EQ1REZWNvZGUvSGVpZ2h0IDgwL0xlbmd0aCA5NDYvU3VidHlwZS9JbWFnZS9UeXBlL1hPYmplY3QvV2lkdGggMzk+PnN0cmVhbQ0K/9j/7gAOQWRvYmUAZIAAAAAB/9sAhAAMCAgICQgMCQkMEQsKCxEVDwwMDxUYExMVExMYFxIUFBQUEhcXGxweHBsXJCQnJyQkNTMzMzU7Ozs7Ozs7Ozs7AQ0LCw0ODRAODhAUDg8OFBQQEREQFB0UFBUUFB0lGhcXFxcaJSAjHh4eIyAoKCUlKCgyMjAyMjs7Ozs7Ozs7Ozv/wAARCABQACcDASIAAhEBAxEB/8QBPwAAAQUBAQEBAQEAAAAAAAAAAwABAgQFBgcICQoLAQABBQEBAQEBAQAAAAAAAAABAAIDBAUGBwgJCgsQAAEEAQMCBAIFBwYIBQMMMwEAAhEDBCESMQVBUWETInGBMgYUkaGxQiMkFVLBYjM0coLRQwclklPw4fFjczUWorKDJkSTVGRFwqN0NhfSVeJl8rOEw9N14/NGJ5SkhbSVxNTk9KW1xdXl9VZmdoaWprbG1ub2N0dXZ3eHl6e3x9fn9xEAAgIBAgQEAwQFBgcHBgU1AQACEQMhMRIEQVFhcSITBTKBkRShsUIjwVLR8DMkYuFygpJDUxVjczTxJQYWorKDByY1wtJEk1SjF2RFVTZ0ZeLys4TD03Xj80aUpIW0lcTU5PSltcXV5fVWZnaGlqa2xtbm9ic3R1dnd4eXp7fH/9oADAMBAAIRAxEAPwD1VJJJJSkkkklKSSSSUpJJJJSkkkklKSSSSUpJZDMu89A+0k/pdhM+aj9WM2/L6T695l+5wn4JvELA7i2c8vIQnOxWOftnzdlJcN0t3Xer35bq79jKrS1ogdlcb1LrPQ8muvqAFmLcQ0W+BKaMo3ogd2efw6UZGAywlkAvgG/fR61JR9Rvp+p+bG6fKJSUjR8HFr/8TH/Wyh/U7/kQ/wBZynX/AOJj/rZUPqd/yIf6zlEPmj/ddGf+58/+3H7XE+q/W8Lp1uezJLgfWcdBPdWsrMd9asiqjCb+p0PD7LDoZCf6mYuPc/PNtbXn1ncie6a+v/m99Ya7aRtwcvR7RwHFMF8EbPpvVuZPaPNZfbifvMYcUDI+kkR1od+z1vpD0PR7bdv4Qkpbm7N/5sTPkkrDh2bvq0G9Nsb0f7BuG/Zt3KHQel29M6d9lteHukncPNaiSHCLB7CmQ58hhKBIqcuM6fpOL9Xeh3dKOSbXh/r2F4jsCj9f6R+1cMUtdssY7cx3gQtNJDhHDw9Enmcpze/f6wEG67NGnFym9Kdi2PByDU5gs8yIBSV5JGtKY+M8fHpd8W2l+T//2Q0KZW5kc3RyZWFtDWVuZG9iag0xIDAgb2JqDTw8L0ZpbHRlci9GbGF0ZURlY29kZS9GaXJzdCA5L0xlbmd0aCA0Mi9OIDIvVHlwZS9PYmpTdG0+PnN0cmVhbQ0KaN4yUzBQMFcwtFCwsdH3K80tjgZxDRSCYu3sgCLB+i52dgABBgCNhQg3DQplbmRzdHJlYW0NZW5kb2JqDTIgMCBvYmoNPDwvTGVuZ3RoIDM0MTIvU3VidHlwZS9YTUwvVHlwZS9NZXRhZGF0YT4+c3RyZWFtDQo8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/Pgo8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjQtYzAwNSA3OC4xNDczMjYsIDIwMTIvMDgvMjMtMTM6MDM6MDMgICAgICAgICI+CiAgIDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAgICAgICAgIHhtbG5zOnBkZj0iaHR0cDovL25zLmFkb2JlLmNvbS9wZGYvMS4zLyIKICAgICAgICAgICAgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIgogICAgICAgICAgICB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iCiAgICAgICAgICAgIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIj4KICAgICAgICAgPHBkZjpQcm9kdWNlcj5BY3JvYmF0IERpc3RpbGxlciAxMS4wIChXaW5kb3dzKTwvcGRmOlByb2R1Y2VyPgogICAgICAgICA8eG1wOkNyZWF0b3JUb29sPlBTY3JpcHQ1LmRsbCBWZXJzaW9uIDUuMi4yPC94bXA6Q3JlYXRvclRvb2w+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE0LTA1LTEzVDEwOjQ1OjUyLTA1OjAwPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpDcmVhdGVEYXRlPjIwMTQtMDUtMTNUMTA6NDU6NTItMDU6MDA8L3htcDpDcmVhdGVEYXRlPgogICAgICAgICA8ZGM6Zm9ybWF0PmFwcGxpY2F0aW9uL3BkZjwvZGM6Zm9ybWF0PgogICAgICAgICA8ZGM6dGl0bGU+CiAgICAgICAgICAgIDxyZGY6QWx0PgogICAgICAgICAgICAgICA8cmRmOmxpIHhtbDpsYW5nPSJ4LWRlZmF1bHQiPk1pY3Jvc29mdCBXb3JkIC0gRkhJUi1Dc3VpdGUuZG9jeDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpBbHQ+CiAgICAgICAgIDwvZGM6dGl0bGU+CiAgICAgICAgIDxkYzpjcmVhdG9yPgogICAgICAgICAgICA8cmRmOlNlcT4KICAgICAgICAgICAgICAgPHJkZjpsaT5Xb29keTwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwvZGM6Y3JlYXRvcj4KICAgICAgICAgPHhtcE1NOkRvY3VtZW50SUQ+dXVpZDpkNWNkNTNiZS00YWJlLTQ3YTMtOWJkNy02ODZmOGE3NDc4NGI8L3htcE1NOkRvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpJbnN0YW5jZUlEPnV1aWQ6ZGQ1MjEwM2ItMTU4NC00MjgwLTg4ZjItNmYyZjUzMjNkYjU3PC94bXBNTTpJbnN0YW5jZUlEPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgIAo8P3hwYWNrZXQgZW5kPSJ3Ij8+DQplbmRzdHJlYW0NZW5kb2JqDTMgMCBvYmoNPDwvRmlsdGVyL0ZsYXRlRGVjb2RlL0ZpcnN0IDQvTGVuZ3RoIDQ5L04gMS9UeXBlL09ialN0bT4+c3RyZWFtDQpo3rJQMFCwsdF3zi/NK1Ew1PfOTCmONjQCCgbF6odUFqTqBySmpxbb2QEEGADf+gutDQplbmRzdHJlYW0NZW5kb2JqDTQgMCBvYmoNPDwvRmlsdGVyL0ZsYXRlRGVjb2RlL0ZpcnN0IDQvTGVuZ3RoIDE3My9OIDEvVHlwZS9PYmpTdG0+PnN0cmVhbQ0KaN58zLEKwjAQgOFXuc1kaJrUZlBEEIvoUCgqdulSm4iB4Mnlivr2dnB2/79/ARpWq3wz8h1JtIjuI/Mt+Z4DPqqevaiWhTaltmZudGltkWk703r2qybUnAYKT7bKxQgXT2mSYFWhCpnX6P5PGkI3Dp7EZiC89gxVSBxi9ATGKA2daMPD4St1UubnwNGLOkxpwhtDi+Qgg93+cMy2aQzslcPhLdfrrwADAKY3QQENCmVuZHN0cmVhbQ1lbmRvYmoNNSAwIG9iag08PC9EZWNvZGVQYXJtczw8L0NvbHVtbnMgNS9QcmVkaWN0b3IgMTI+Pi9GaWx0ZXIvRmxhdGVEZWNvZGUvSURbPDRDRDkwQkY3MkI2NjU5NkVCMEJDQzlBN0ZGNzIwMjE3PjwyOTkwODAzRkY2QTc0OTQ4OEEwNTdBREQzRDdFQTM0Nj5dL0luZm8gOSAwIFIvTGVuZ3RoIDUwL1Jvb3QgMTEgMCBSL1NpemUgMTAvVHlwZS9YUmVmL1dbMSAzIDFdPj5zdHJlYW0NCmjeYmIAASZGxtfqDExAVhuI5FsIZveCSEYuoOx/NhmwCAMjiGT6DyIZGQACDACdPgUbDQplbmRzdHJlYW0NZW5kb2JqDXN0YXJ0eHJlZg0KMTE2DQolJUVPRg0K", "contentType": "application/pdf", "id": "example", "resourceType": "Binary" }; var example38: fhir.Binary = { "resourceType": "Binary", "id": "example", "contentType": "application/pdf", "content": "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ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjQtYzAwNSA3OC4xNDczMjYsIDIwMTIvMDgvMjMtMTM6MDM6MDMgICAgICAgICI+CiAgIDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAgICAgICAgIHhtbG5zOnBkZj0iaHR0cDovL25zLmFkb2JlLmNvbS9wZGYvMS4zLyIKICAgICAgICAgICAgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIgogICAgICAgICAgICB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iCiAgICAgICAgICAgIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIj4KICAgICAgICAgPHBkZjpQcm9kdWNlcj5BY3JvYmF0IERpc3RpbGxlciAxMS4wIChXaW5kb3dzKTwvcGRmOlByb2R1Y2VyPgogICAgICAgICA8eG1wOkNyZWF0b3JUb29sPlBTY3JpcHQ1LmRsbCBWZXJzaW9uIDUuMi4yPC94bXA6Q3JlYXRvclRvb2w+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE0LTA1LTEzVDEwOjQ1OjUyLTA1OjAwPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpDcmVhdGVEYXRlPjIwMTQtMDUtMTNUMTA6NDU6NTItMDU6MDA8L3htcDpDcmVhdGVEYXRlPgogICAgICAgICA8ZGM6Zm9ybWF0PmFwcGxpY2F0aW9uL3BkZjwvZGM6Zm9ybWF0PgogICAgICAgICA8ZGM6dGl0bGU+CiAgICAgICAgICAgIDxyZGY6QWx0PgogICAgICAgICAgICAgICA8cmRmOmxpIHhtbDpsYW5nPSJ4LWRlZmF1bHQiPk1pY3Jvc29mdCBXb3JkIC0gRkhJUi1Dc3VpdGUuZG9jeDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpBbHQ+CiAgICAgICAgIDwvZGM6dGl0bGU+CiAgICAgICAgIDxkYzpjcmVhdG9yPgogICAgICAgICAgICA8cmRmOlNlcT4KICAgICAgICAgICAgICAgPHJkZjpsaT5Xb29keTwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwvZGM6Y3JlYXRvcj4KICAgICAgICAgPHhtcE1NOkRvY3VtZW50SUQ+dXVpZDpkNWNkNTNiZS00YWJlLTQ3YTMtOWJkNy02ODZmOGE3NDc4NGI8L3htcE1NOkRvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpJbnN0YW5jZUlEPnV1aWQ6ZGQ1MjEwM2ItMTU4NC00MjgwLTg4ZjItNmYyZjUzMjNkYjU3PC94bXBNTTpJbnN0YW5jZUlEPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgIAo8P3hwYWNrZXQgZW5kPSJ3Ij8+DQplbmRzdHJlYW0NZW5kb2JqDTMgMCBvYmoNPDwvRmlsdGVyL0ZsYXRlRGVjb2RlL0ZpcnN0IDQvTGVuZ3RoIDQ5L04gMS9UeXBlL09ialN0bT4+c3RyZWFtDQpo3rJQMFCwsdF3zi/NK1Ew1PfOTCmONjQCCgbF6odUFqTqBySmpxbb2QEEGADf+gutDQplbmRzdHJlYW0NZW5kb2JqDTQgMCBvYmoNPDwvRmlsdGVyL0ZsYXRlRGVjb2RlL0ZpcnN0IDQvTGVuZ3RoIDE3My9OIDEvVHlwZS9PYmpTdG0+PnN0cmVhbQ0KaN58zLEKwjAQgOFXuc1kaJrUZlBEEIvoUCgqdulSm4iB4Mnlivr2dnB2/79/ARpWq3wz8h1JtIjuI/Mt+Z4DPqqevaiWhTaltmZudGltkWk703r2qybUnAYKT7bKxQgXT2mSYFWhCpnX6P5PGkI3Dp7EZiC89gxVSBxi9ATGKA2daMPD4St1UubnwNGLOkxpwhtDi+Qgg93+cMy2aQzslcPhLdfrrwADAKY3QQENCmVuZHN0cmVhbQ1lbmRvYmoNNSAwIG9iag08PC9EZWNvZGVQYXJtczw8L0NvbHVtbnMgNS9QcmVkaWN0b3IgMTI+Pi9GaWx0ZXIvRmxhdGVEZWNvZGUvSURbPDRDRDkwQkY3MkI2NjU5NkVCMEJDQzlBN0ZGNzIwMjE3PjwyOTkwODAzRkY2QTc0OTQ4OEEwNTdBREQzRDdFQTM0Nj5dL0luZm8gOSAwIFIvTGVuZ3RoIDUwL1Jvb3QgMTEgMCBSL1NpemUgMTAvVHlwZS9YUmVmL1dbMSAzIDFdPj5zdHJlYW0NCmjeYmIAASZGxtfqDExAVhuI5FsIZveCSEYuoOx/NhmwCAMjiGT6DyIZGQACDACdPgUbDQplbmRzdHJlYW0NZW5kb2JqDXN0YXJ0eHJlZg0KMTE2DQolJUVPRg0K" }; var example39: fhir.BodySite = { "code": { "coding": [ { "code": "53120007", "display": "Arm", "system": "http://snomed.info/sct" } ], "text": "Arm" }, "description": "front of upper left arm directly below the tattoo", "id": "example", "identifier": [ { "system": "http://www.acmehosp.com/bodysites", "use": "official", "value": "12345" } ], "image": [ { "contentType": "image/png;base64", "data": "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", "title": "ARM" } ], "modifier": [ { "coding": [ { "code": "419161000", "display": "Unilateral left", "system": "http://snomed.info/sct" } ], "text": "Left" }, { "coding": [ { "code": "261183002", "display": "Upper", "system": "http://snomed.info/sct" } ], "text": "Upper" }, { "coding": [ { "code": "255549009", "display": "Anterior", "system": "http://snomed.info/sct" } ], "text": "Anterior" } ], "patient": { "reference": "Patient/example" }, "resourceType": "BodySite", "text": { "div": "

Generated Narrative with Details

id: example

patient: Patient/example

identifier: 12345 (OFFICIAL)

code: Arm (Details : {SNOMED CT code '53120007' = '53120007', given as 'Arm'})

modifier: Left (Details : {SNOMED CT code '419161000' = '419161000', given as 'Unilateral left'}), Upper (Details : {SNOMED CT code '261183002' = '261183002', given as 'Upper'}), Anterior (Details : {SNOMED CT code '255549009' = '255549009', given as 'Anterior'})

description: front of upper left arm directly below the tattoo

image:

", "status": "generated" } }; var example40: fhir.BodySite = { "resourceType": "BodySite", "id": "example", "text": { "fhir_comments": [ " fhir build will generate narrative\n\t\n\t\t\n\t\t
[Put rendering here]
\n\t
\n " ], "status": "generated", "div": "

Generated Narrative with Details

id: example

patient: Patient/example

identifier: 12345 (OFFICIAL)

code: Arm (Details : {SNOMED CT code '53120007' = '53120007', given as 'Arm'})

modifier: Left (Details : {SNOMED CT code '419161000' = '419161000', given as 'Unilateral left'}), Upper (Details : {SNOMED CT code '261183002' = '261183002', given as 'Upper'}), Anterior (Details : {SNOMED CT code '255549009' = '255549009', given as 'Anterior'})

description: front of upper left arm directly below the tattoo

image:

" }, "patient": { "reference": "Patient/example" }, "identifier": [ { "use": "official", "system": "http://www.acmehosp.com/bodysites", "value": "12345" } ], "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "53120007", "display": "Arm" } ], "text": "Arm" }, "modifier": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "419161000", "display": "Unilateral left" } ], "text": "Left" }, { "coding": [ { "system": "http://snomed.info/sct", "code": "261183002", "display": "Upper" } ], "text": "Upper" }, { "coding": [ { "system": "http://snomed.info/sct", "code": "255549009", "display": "Anterior" } ], "text": "Anterior" } ], "description": "front of upper left arm directly below the tattoo", "image": [ { "contentType": "image/png;base64", "data": "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", "title": "ARM" } ] }; var example41: fhir.Bundle = { "entry": [ { "fullUrl": "https://example.com/base/MedicationOrder/3123", "resource": { "id": "3123", "medicationReference": { "reference": "Medication/example" }, "patient": { "reference": "Patient/347" }, "resourceType": "MedicationOrder", "text": { "div": "

Generated Narrative with Details

id: 3123

patient: Patient/347

medication: Medication/example

", "status": "generated" } }, "search": { "mode": "match", "score": 1 } }, { "fullUrl": "https://example.com/base/Medication/example", "resource": { "id": "example", "resourceType": "Medication", "text": { "div": "

Generated Narrative with Details

id: example

", "status": "generated" } }, "search": { "mode": "include" } } ], "id": "bundle-example", "link": [ { "relation": "self", "url": "https://example.com/base/MedicationOrder?patient=347&_include=MedicationOrder.medication" }, { "relation": "next", "url": "https://example.com/base/MedicationOrder?patient=347&searchId=ff15fd40-ff71-4b48-b366-09c706bed9d0&page=2" } ], "meta": { "lastUpdated": "2014-08-18T01:43:30Z" }, "resourceType": "Bundle", "total": 3, "type": "searchset" }; var example42: fhir.Bundle = { "resourceType": "Bundle", "id": "bundle-example", "meta": { "fhir_comments": [ " this example bundle is a search set ", " when the search was executed " ], "lastUpdated": "2014-08-18T01:43:30Z" }, "type": "searchset", "total": 3, "_total": { "fhir_comments": [ " the total number of matches. This is a stupid example - there's a grand total of 3 matches, and \n we're only going to return the first 1, with a next link, in order to demonstrate what a page link\n looks like " ] }, "link": [ { "fhir_comments": [ " all search sets include the self link - the server's statement of what it thought it was \n searching on. The client can use this to cross-check whether the server executed what it \n asked the server to, if it cares " ], "relation": "self", "url": "https://example.com/base/MedicationOrder?patient=347&_include=MedicationOrder.medication" }, { "fhir_comments": [ " now, the link to the next set of results. The actual URL is entirely at the \n discretion of the server, and is opaque to the client. Many servers will insert \n some kind of search instance identifier \n \n Note that a big set of results will include prev, first, last links as well as next " ], "relation": "next", "url": "https://example.com/base/MedicationOrder?patient=347&searchId=ff15fd40-ff71-4b48-b366-09c706bed9d0&page=2" } ], "entry": [ { "fhir_comments": [ " now, the actual entries " ], "fullUrl": "https://example.com/base/MedicationOrder/3123", "resource": { "resourceType": "MedicationOrder", "id": "3123", "text": { "fhir_comments": [ " snip " ], "status": "generated", "div": "

Generated Narrative with Details

id: 3123

patient: Patient/347

medication: Medication/example

" }, "patient": { "reference": "Patient/347" }, "medicationReference": { "reference": "Medication/example" } }, "search": { "fhir_comments": [ " and now optional search information " ], "mode": "match", "_mode": { "fhir_comments": [ " this resource included as a match to the search criteria.\n Servers are not required to populate this, but should, because\n there are a few cases where it might be ambiguous whether a \n resource is added because it's a match or an include " ] }, "score": 1, "_score": { "fhir_comments": [ " score. For matches where the criteria are not determinate,\n e.g. text search on narrative, the server can include a score to indicate\n how well the resource matches the conditions. Since this search is by patient\n identifier, there's nothing fuzzy about it, but for example purposes: " ] } } }, { "fullUrl": "https://example.com/base/Medication/example", "resource": { "resourceType": "Medication", "id": "example", "text": { "fhir_comments": [ " snip " ], "status": "generated", "div": "

Generated Narrative with Details

id: example

" } }, "search": { "mode": "include", "_mode": { "fhir_comments": [ " added because the client asked to include the medications " ] } } } ] }; var example43: fhir.CarePlan = { "activity": [ { "actionResulting": [ { "reference": "Encounter/example" } ], "detail": { "category": { "coding": [ { "code": "encounter", "system": "http://hl7.org/fhir/care-plan-activity-category" } ] }, "code": { "coding": [ { "code": "nursecon", "system": "http://example.org/local" } ], "text": "Nurse Consultation" }, "performer": [ { "display": "Nurse Nancy", "reference": "Practitioner/13" } ], "prohibited": false, "scheduledPeriod": { "end": "2013-01-01T10:50:00+00:00", "start": "2013-01-01T10:38:00+00:00" }, "status": "completed" } }, { "detail": { "category": { "coding": [ { "code": "encounter", "system": "http://hl7.org/fhir/care-plan-activity-category" } ] }, "code": { "coding": [ { "code": "doccon", "system": "http://example.org/local" } ], "text": "Doctor Consultation" }, "performer": [ { "display": "Doctor Dave", "reference": "Practitioner/14" } ], "prohibited": false, "status": "scheduled" } } ], "addresses": [ { "display": "obesity", "reference": "#p1" } ], "contained": [ { "code": { "text": "Overseas encounter" }, "id": "p1", "patient": { "display": "Peter James Chalmers", "reference": "Patient/100" }, "resourceType": "Condition", "verificationStatus": "confirmed" }, { "description": "Complete consultation", "id": "goal", "resourceType": "Goal", "status": "planned", "subject": { "display": "Peter James Chalmers", "reference": "Patient/100" } } ], "goal": [ { "reference": "#goal" } ], "id": "gpvisit", "participant": [ { "id": "part1", "member": { "display": "Nurse Nancy", "reference": "Practitioner/13" }, "role": { "coding": [ { "code": "nur", "system": "http://example.org/local" } ], "text": "nurse" } }, { "id": "part2", "member": { "display": "Doctor Dave", "reference": "Practitioner/14" }, "role": { "coding": [ { "code": "doc", "system": "http://example.org/local" } ], "text": "doctor" } } ], "period": { "start": "2013-01-01T10:30:00+00:00" }, "resourceType": "CarePlan", "status": "active", "subject": { "display": "Peter James Chalmers", "reference": "Patient/100" }, "text": { "div": "
\n

Represents the flow of a patient within a practice. The plan is created when\n they arrive and represents the 'care' of the patient over the course of that encounter.\n They first see the nurse for basic observations (BP, pulse, temp) then the doctor for\n the consultation and finally the nurse again for a tetanus immunization. As the plan is\n updated (e.g. a new activity added), different versions of the plan exist, and workflow timings\n for reporting can be gained by examining the plan history. This example is the version after\n seeing the doctor, and waiting for the nurse.The plan can either be created 'ad hoc' and modified as\n the parient progresses, or start with a standard template (which can, of course, be altered to suit the patient.

\n
", "status": "additional" } }; var example44: fhir.CarePlan = { "resourceType": "CarePlan", "id": "gpvisit", "text": { "status": "additional", "div": "
\n

Represents the flow of a patient within a practice. The plan is created when\n they arrive and represents the 'care' of the patient over the course of that encounter.\n They first see the nurse for basic observations (BP, pulse, temp) then the doctor for\n the consultation and finally the nurse again for a tetanus immunization. As the plan is\n updated (e.g. a new activity added), different versions of the plan exist, and workflow timings\n for reporting can be gained by examining the plan history. This example is the version after\n seeing the doctor, and waiting for the nurse.The plan can either be created 'ad hoc' and modified as\n the parient progresses, or start with a standard template (which can, of course, be altered to suit the patient.

\n
" }, "contained": [ { "resourceType": "Condition", "id": "p1", "patient": { "reference": "Patient/100", "display": "Peter James Chalmers" }, "code": { "text": "Overseas encounter", "_text": { "fhir_comments": [ " Could coded if we wanted to... " ] } }, "verificationStatus": "confirmed" }, { "resourceType": "Goal", "id": "goal", "subject": { "reference": "Patient/100", "display": "Peter James Chalmers" }, "description": "Complete consultation", "status": "planned" } ], "subject": { "reference": "Patient/100", "display": "Peter James Chalmers" }, "status": "active", "period": { "fhir_comments": [ " No end yet as the encounter is still in progress. " ], "start": "2013-01-01T10:30:00+00:00", "_start": { "fhir_comments": [ " This is the time the plan started - i.e. when they arrived " ] } }, "addresses": [ { "reference": "#p1", "display": "obesity" } ], "participant": [ { "id": "part1", "role": { "coding": [ { "system": "http://example.org/local", "code": "nur" } ], "text": "nurse" }, "member": { "reference": "Practitioner/13", "display": "Nurse Nancy" } }, { "id": "part2", "role": { "coding": [ { "system": "http://example.org/local", "code": "doc" } ], "text": "doctor" }, "member": { "reference": "Practitioner/14", "display": "Doctor Dave" } } ], "goal": [ { "reference": "#goal" } ], "activity": [ { "actionResulting": [ { "reference": "Encounter/example" } ], "detail": { "category": { "fhir_comments": [ " This activity is for the initial nurse encounter where vitals are taken. It has been completed. " ], "coding": [ { "system": "http://hl7.org/fhir/care-plan-activity-category", "code": "encounter" } ] }, "code": { "coding": [ { "system": "http://example.org/local", "code": "nursecon" } ], "text": "Nurse Consultation" }, "status": "completed", "prohibited": false, "scheduledPeriod": { "start": "2013-01-01T10:38:00+00:00", "_start": { "fhir_comments": [ " the nurse saw the patient between 10:38 and 10:50 " ] }, "end": "2013-01-01T10:50:00+00:00" }, "performer": [ { "reference": "Practitioner/13", "display": "Nurse Nancy" } ] } }, { "detail": { "category": { "fhir_comments": [ " This activity is for the encounter with the doctor. It is scheduled, but not yet started,\n so there is no timing[x] or actionTaken element yet " ], "coding": [ { "system": "http://hl7.org/fhir/care-plan-activity-category", "code": "encounter" } ] }, "code": { "coding": [ { "system": "http://example.org/local", "code": "doccon" } ], "text": "Doctor Consultation" }, "status": "scheduled", "prohibited": false, "performer": [ { "fhir_comments": [ " The status is 'scheduled' so the doctor knows the patient is waiting. " ], "reference": "Practitioner/14", "display": "Doctor Dave" } ] } } ] }; var example45: fhir.CarePlan = { "activity": [ { "detail": { "category": { "coding": [ { "code": "procedure", "system": "http://hl7.org/fhir/care-plan-activity-category" } ] }, "code": { "coding": [ { "code": "64915003", "display": "Operation on heart", "system": "http://snomed.info/sct" } ] }, "performer": [ { "display": "P. Voigt", "reference": "Practitioner/f002" } ], "prohibited": true, "scheduledString": "2011-06-27T09:30:10+01:00", "status": "completed" } } ], "addresses": [ { "display": "?????", "reference": "Condition/f201" } ], "contained": [ { "description": "recovery surgery on heart of patient", "id": "goal", "note": [ { "text": "goal accomplished without complications" } ], "resourceType": "Goal", "status": "achieved", "subject": { "display": "P. van de Heuvel", "reference": "Patient/f001" } } ], "goal": [ { "reference": "#goal" } ], "id": "f001", "identifier": [ { "system": "http://www.bmc.nl/zorgportal/identifiers/careplans", "use": "official", "value": "CP2903" } ], "modified": "2011-06-27T09:30:10+01:00", "participant": [ { "member": { "display": "P. Voigt", "reference": "Practitioner/f002" } } ], "period": { "end": "2011-06-27", "start": "2011-06-26" }, "resourceType": "CarePlan", "status": "completed", "subject": { "display": "P. van de Heuvel", "reference": "Patient/f001" }, "text": { "div": "

Generated Narrative with Details

id: f001

contained:

identifier: CP2903 (OFFICIAL)

subject: P. van de Heuvel

status: completed

period: 26/06/2011 --> 27/06/2011

modified: 27/06/2011 9:30:10 AM

addresses: ?????

Participants

-Member
*P. Voigt

goal: id: goal; P. van de Heuvel; description: recovery surgery on heart of patient; status: achieved; Annotation: goal accomplished without complications

activity

Details

-CategoryCodeStatusProhibitedScheduled[x]Performer
*Procedure (Details : {http://hl7.org/fhir/care-plan-activity-category code 'procedure' = 'Procedure)Operation on heart (Details : {SNOMED CT code '64915003' = '64915003', given as 'Operation on heart'})completedtrue2011-06-27T09:30:10+01:00P. Voigt
", "status": "generated" } }; var example46: fhir.CarePlan = { "resourceType": "CarePlan", "id": "f001", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: f001

contained:

identifier: CP2903 (OFFICIAL)

subject: P. van de Heuvel

status: completed

period: 26/06/2011 --> 27/06/2011

modified: 27/06/2011 9:30:10 AM

addresses: ?????

Participants

-Member
*P. Voigt

goal: id: goal; P. van de Heuvel; description: recovery surgery on heart of patient; status: achieved; Annotation: goal accomplished without complications

activity

Details

-CategoryCodeStatusProhibitedScheduled[x]Performer
*Procedure (Details : {http://hl7.org/fhir/care-plan-activity-category code 'procedure' = 'Procedure)Operation on heart (Details : {SNOMED CT code '64915003' = '64915003', given as 'Operation on heart'})completedtrue2011-06-27T09:30:10+01:00P. Voigt
" }, "contained": [ { "resourceType": "Goal", "id": "goal", "subject": { "reference": "Patient/f001", "display": "P. van de Heuvel" }, "description": "recovery surgery on heart of patient", "status": "achieved", "note": [ { "fhir_comments": [ " urn:oid:2.16.840.1.113883.4.642.1.38 " ], "text": "goal accomplished without complications" } ] } ], "identifier": [ { "use": "official", "system": "http://www.bmc.nl/zorgportal/identifiers/careplans", "_system": { "fhir_comments": [ " urn:oid:2.16.840.1.113883.4.642.1.36 " ] }, "value": "CP2903" } ], "subject": { "reference": "Patient/f001", "display": "P. van de Heuvel" }, "status": "completed", "period": { "fhir_comments": [ " urn:oid:2.16.840.1.113883.4.642.1.36 " ], "start": "2011-06-26", "end": "2011-06-27" }, "modified": "2011-06-27T09:30:10+01:00", "addresses": [ { "reference": "Condition/f201", "display": "?????", "_display": { "fhir_comments": [ " TODO Correcte referentie " ] } } ], "participant": [ { "member": { "reference": "Practitioner/f002", "display": "P. Voigt" } } ], "goal": [ { "reference": "#goal" } ], "activity": [ { "detail": { "category": { "coding": [ { "system": "http://hl7.org/fhir/care-plan-activity-category", "code": "procedure" } ] }, "code": { "fhir_comments": [ " urn:oid:2.16.840.1.113883.4.642.1.39 " ], "coding": [ { "system": "http://snomed.info/sct", "code": "64915003", "display": "Operation on heart" } ] }, "status": "completed", "prohibited": true, "scheduledString": "2011-06-27T09:30:10+01:00", "performer": [ { "reference": "Practitioner/f002", "display": "P. Voigt" } ] } } ] }; var example47: fhir.CarePlan = { "activity": [ { "detail": { "category": { "coding": [ { "code": "procedure", "system": "http://hl7.org/fhir/care-plan-activity-category" } ] }, "code": { "coding": [ { "code": "359615001", "display": "Partial lobectomy of lung", "system": "http://snomed.info/sct" } ] }, "performer": [ { "display": "M.I.M. Versteegh", "reference": "Practitioner/f003" } ], "prohibited": true, "scheduledString": "2011-07-07T09:30:10+01:00", "status": "completed" } } ], "addresses": [ { "display": "?????", "reference": "Condition/f201" } ], "contained": [ { "description": "succesful surgery on lung of patient", "id": "goal", "note": [ { "text": "goal accomplished with minor complications" } ], "resourceType": "Goal", "status": "achieved", "subject": { "display": "P. van de Heuvel", "reference": "Patient/f001" } } ], "goal": [ { "reference": "#goal" } ], "id": "f002", "identifier": [ { "system": "http://www.bmc.nl/zorgportal/identifiers/careplans", "use": "official", "value": "CP2934" } ], "modified": "2011-07-07T09:30:10+01:00", "participant": [ { "member": { "display": "M.I.M. Versteegh", "reference": "Practitioner/f003" } } ], "period": { "end": "2013-07-07", "start": "2011-07-06" }, "resourceType": "CarePlan", "status": "completed", "subject": { "display": "P. van de Heuvel", "reference": "Patient/f001" }, "text": { "div": "

Generated Narrative with Details

id: f002

contained:

identifier: CP2934 (OFFICIAL)

subject: P. van de Heuvel

status: completed

period: 06/07/2011 --> 07/07/2013

modified: 07/07/2011 9:30:10 AM

addresses: ?????

Participants

-Member
*M.I.M. Versteegh

goal: id: goal; P. van de Heuvel; description: succesful surgery on lung of patient; status: achieved; Annotation: goal accomplished with minor complications

activity

Details

-CategoryCodeStatusProhibitedScheduled[x]Performer
*Procedure (Details : {http://hl7.org/fhir/care-plan-activity-category code 'procedure' = 'Procedure)Partial lobectomy of lung (Details : {SNOMED CT code '359615001' = '359615001', given as 'Partial lobectomy of lung'})completedtrue2011-07-07T09:30:10+01:00M.I.M. Versteegh
", "status": "generated" } }; var example48: fhir.CarePlan = { "resourceType": "CarePlan", "id": "f002", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: f002

contained:

identifier: CP2934 (OFFICIAL)

subject: P. van de Heuvel

status: completed

period: 06/07/2011 --> 07/07/2013

modified: 07/07/2011 9:30:10 AM

addresses: ?????

Participants

-Member
*M.I.M. Versteegh

goal: id: goal; P. van de Heuvel; description: succesful surgery on lung of patient; status: achieved; Annotation: goal accomplished with minor complications

activity

Details

-CategoryCodeStatusProhibitedScheduled[x]Performer
*Procedure (Details : {http://hl7.org/fhir/care-plan-activity-category code 'procedure' = 'Procedure)Partial lobectomy of lung (Details : {SNOMED CT code '359615001' = '359615001', given as 'Partial lobectomy of lung'})completedtrue2011-07-07T09:30:10+01:00M.I.M. Versteegh
" }, "contained": [ { "resourceType": "Goal", "id": "goal", "subject": { "reference": "Patient/f001", "display": "P. van de Heuvel" }, "description": "succesful surgery on lung of patient", "status": "achieved", "note": [ { "fhir_comments": [ " urn:oid:2.16.840.1.113883.4.642.1.38 " ], "text": "goal accomplished with minor complications" } ] } ], "identifier": [ { "use": "official", "system": "http://www.bmc.nl/zorgportal/identifiers/careplans", "_system": { "fhir_comments": [ " urn:oid:2.16.840.1.113883.4.642.1.36 " ] }, "value": "CP2934" } ], "subject": { "reference": "Patient/f001", "display": "P. van de Heuvel" }, "status": "completed", "period": { "fhir_comments": [ " urn:oid:2.16.840.1.113883.4.642.1.36 " ], "start": "2011-07-06", "end": "2013-07-07" }, "modified": "2011-07-07T09:30:10+01:00", "addresses": [ { "reference": "Condition/f201", "display": "?????", "_display": { "fhir_comments": [ " TODO Correcte referentie " ] } } ], "participant": [ { "member": { "reference": "Practitioner/f003", "display": "M.I.M. Versteegh" } } ], "goal": [ { "reference": "#goal" } ], "activity": [ { "detail": { "category": { "coding": [ { "system": "http://hl7.org/fhir/care-plan-activity-category", "code": "procedure" } ] }, "code": { "fhir_comments": [ " urn:oid:2.16.840.1.113883.4.642.1.39 " ], "coding": [ { "system": "http://snomed.info/sct", "code": "359615001", "display": "Partial lobectomy of lung" } ] }, "status": "completed", "prohibited": true, "scheduledString": "2011-07-07T09:30:10+01:00", "performer": [ { "reference": "Practitioner/f003", "display": "M.I.M. Versteegh" } ] } } ] }; var example49: fhir.CarePlan = { "activity": [ { "detail": { "category": { "coding": [ { "code": "procedure", "system": "http://hl7.org/fhir/care-plan-activity-category" } ] }, "code": { "coding": [ { "code": "172960003", "display": "Incision of retropharyngeal abscess", "system": "http://snomed.info/sct" } ] }, "performer": [ { "display": "E.M. van den broek", "reference": "Practitioner/f001" } ], "prohibited": true, "scheduledString": "2011-06-27T09:30:10+01:00", "status": "completed" } } ], "addresses": [ { "display": "?????", "reference": "Condition/f201" } ], "contained": [ { "description": "Retropharyngeal abscess removal", "id": "goal", "note": [ { "text": "goal accomplished without complications" } ], "resourceType": "Goal", "status": "achieved", "subject": { "display": "P. van de Heuvel", "reference": "Patient/f001" } } ], "goal": [ { "reference": "#goal" } ], "id": "f003", "identifier": [ { "system": "http://www.bmc.nl/zorgportal/identifiers/careplans", "use": "official", "value": "CP3953" } ], "modified": "2013-06-27T09:30:10+01:00", "participant": [ { "member": { "display": "E.M. van den broek", "reference": "Practitioner/f001" } } ], "period": { "end": "2013-03-08T09:30:10+01:00", "start": "2013-03-08T09:00:10+01:00" }, "resourceType": "CarePlan", "status": "completed", "subject": { "display": "P. van de Heuvel", "reference": "Patient/f001" }, "text": { "div": "

Generated Narrative with Details

id: f003

contained:

identifier: CP3953 (OFFICIAL)

subject: P. van de Heuvel

status: completed

period: 08/03/2013 9:00:10 AM --> 08/03/2013 9:30:10 AM

modified: 27/06/2013 9:30:10 AM

addresses: ?????

Participants

-Member
*E.M. van den broek

goal: id: goal; P. van de Heuvel; description: Retropharyngeal abscess removal; status: achieved; Annotation: goal accomplished without complications

activity

Details

-CategoryCodeStatusProhibitedScheduled[x]Performer
*Procedure (Details : {http://hl7.org/fhir/care-plan-activity-category code 'procedure' = 'Procedure)Incision of retropharyngeal abscess (Details : {SNOMED CT code '172960003' = '172960003', given as 'Incision of retropharyngeal abscess'})completedtrue2011-06-27T09:30:10+01:00E.M. van den broek
", "status": "generated" } }; var example50: fhir.CarePlan = { "resourceType": "CarePlan", "id": "f003", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: f003

contained:

identifier: CP3953 (OFFICIAL)

subject: P. van de Heuvel

status: completed

period: 08/03/2013 9:00:10 AM --> 08/03/2013 9:30:10 AM

modified: 27/06/2013 9:30:10 AM

addresses: ?????

Participants

-Member
*E.M. van den broek

goal: id: goal; P. van de Heuvel; description: Retropharyngeal abscess removal; status: achieved; Annotation: goal accomplished without complications

activity

Details

-CategoryCodeStatusProhibitedScheduled[x]Performer
*Procedure (Details : {http://hl7.org/fhir/care-plan-activity-category code 'procedure' = 'Procedure)Incision of retropharyngeal abscess (Details : {SNOMED CT code '172960003' = '172960003', given as 'Incision of retropharyngeal abscess'})completedtrue2011-06-27T09:30:10+01:00E.M. van den broek
" }, "contained": [ { "resourceType": "Goal", "id": "goal", "subject": { "reference": "Patient/f001", "display": "P. van de Heuvel" }, "description": "Retropharyngeal abscess removal", "status": "achieved", "note": [ { "fhir_comments": [ " urn:oid:2.16.840.1.113883.4.642.1.38 " ], "text": "goal accomplished without complications" } ] } ], "identifier": [ { "use": "official", "system": "http://www.bmc.nl/zorgportal/identifiers/careplans", "_system": { "fhir_comments": [ " urn:oid:2.16.840.1.113883.4.642.1.36 " ] }, "value": "CP3953" } ], "subject": { "reference": "Patient/f001", "display": "P. van de Heuvel" }, "status": "completed", "period": { "fhir_comments": [ " urn:oid:2.16.840.1.113883.4.642.1.36 " ], "start": "2013-03-08T09:00:10+01:00", "end": "2013-03-08T09:30:10+01:00" }, "modified": "2013-06-27T09:30:10+01:00", "addresses": [ { "reference": "Condition/f201", "display": "?????", "_display": { "fhir_comments": [ " TODO Correcte referentie " ] } } ], "participant": [ { "member": { "reference": "Practitioner/f001", "display": "E.M. van den broek" } } ], "goal": [ { "reference": "#goal" } ], "activity": [ { "detail": { "category": { "coding": [ { "system": "http://hl7.org/fhir/care-plan-activity-category", "code": "procedure" } ] }, "code": { "fhir_comments": [ " urn:oid:2.16.840.1.113883.4.642.1.39 " ], "coding": [ { "system": "http://snomed.info/sct", "code": "172960003", "display": "Incision of retropharyngeal abscess" } ] }, "status": "completed", "prohibited": true, "scheduledString": "2011-06-27T09:30:10+01:00", "performer": [ { "reference": "Practitioner/f001", "display": "E.M. van den broek" } ] } } ] }; var example51: fhir.CarePlan = { "activity": [ { "detail": { "category": { "coding": [ { "code": "diet", "system": "http://hl7.org/fhir/care-plan-activity-category" } ] }, "code": { "coding": [ { "code": "284093001", "display": "Potassium supplementation", "system": "http://snomed.info/sct" } ] }, "dailyAmount": { "code": "258718000", "system": "http://snomed.info/sct", "unit": "mmol", "value": 80 }, "productReference": { "display": "Potassium", "reference": "Substance/f203" }, "prohibited": false, "scheduledString": "daily", "status": "completed" } }, { "detail": { "category": { "coding": [ { "code": "observation", "system": "http://hl7.org/fhir/care-plan-activity-category" } ] }, "code": { "coding": [ { "code": "306005", "display": "Echography of kidney", "system": "http://snomed.info/sct" } ] }, "prohibited": false, "status": "completed" } } ], "addresses": [ { "display": "Roel's renal insufficiency", "reference": "Condition/f204" } ], "contained": [ { "description": "Re-established renal function with at least healthy nutrients.", "id": "goal", "resourceType": "Goal", "status": "achieved", "subject": { "display": "Roel", "reference": "Patient/f201" } } ], "goal": [ { "reference": "#goal" } ], "id": "f201", "modified": "2013-03-11", "participant": [ { "member": { "display": "Dokter Bronsig", "reference": "Practitioner/f201" }, "role": { "coding": [ { "code": "425268008", "display": "Review of care plan", "system": "http://snomed.info/sct" } ] } }, { "member": { "display": "Nurse Carla Espinosa", "reference": "Practitioner/f204" }, "role": { "coding": [ { "code": "229774002", "display": "Carer", "system": "http://snomed.info/sct" } ] } } ], "period": { "end": "2013-03-13", "start": "2013-03-11" }, "resourceType": "CarePlan", "status": "draft", "subject": { "display": "Roel", "reference": "Patient/f201" }, "text": { "div": "

Generated Narrative with Details

id: f201

contained:

subject: Roel

status: draft

period: 11/03/2013 --> 13/03/2013

modified: 11/03/2013

addresses: Roel's renal insufficiency

participant

role: Review of care plan (Details : {SNOMED CT code '425268008' = '425268008', given as 'Review of care plan'})

member: Dokter Bronsig

participant

role: Carer (Details : {SNOMED CT code '229774002' = '229774002', given as 'Carer'})

member: Nurse Carla Espinosa

goal: id: goal; Roel; description: Re-established renal function with at least healthy nutrients.; status: achieved

activity

Details

-CategoryCodeStatusProhibitedScheduled[x]Product[x]DailyAmount
*Diet (Details : {http://hl7.org/fhir/care-plan-activity-category code 'diet' = 'Diet)Potassium supplementation (Details : {SNOMED CT code '284093001' = '284093001', given as 'Potassium supplementation'})completedfalsedailyPotassium80 mmol (Details: SNOMED CT code 258718000 = '258718000')

activity

Details

-CategoryCodeStatusProhibited
*Observation (Details : {http://hl7.org/fhir/care-plan-activity-category code 'observation' = 'Observation)Echography of kidney (Details : {SNOMED CT code '306005' = '306005', given as 'Echography of kidney'})completedfalse
", "status": "generated" } }; var example52: fhir.CarePlan = { "resourceType": "CarePlan", "id": "f201", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: f201

contained:

subject: Roel

status: draft

period: 11/03/2013 --> 13/03/2013

modified: 11/03/2013

addresses: Roel's renal insufficiency

participant

role: Review of care plan (Details : {SNOMED CT code '425268008' = '425268008', given as 'Review of care plan'})

member: Dokter Bronsig

participant

role: Carer (Details : {SNOMED CT code '229774002' = '229774002', given as 'Carer'})

member: Nurse Carla Espinosa

goal: id: goal; Roel; description: Re-established renal function with at least healthy nutrients.; status: achieved

activity

Details

-CategoryCodeStatusProhibitedScheduled[x]Product[x]DailyAmount
*Diet (Details : {http://hl7.org/fhir/care-plan-activity-category code 'diet' = 'Diet)Potassium supplementation (Details : {SNOMED CT code '284093001' = '284093001', given as 'Potassium supplementation'})completedfalsedailyPotassium80 mmol (Details: SNOMED CT code 258718000 = '258718000')

activity

Details

-CategoryCodeStatusProhibited
*Observation (Details : {http://hl7.org/fhir/care-plan-activity-category code 'observation' = 'Observation)Echography of kidney (Details : {SNOMED CT code '306005' = '306005', given as 'Echography of kidney'})completedfalse
" }, "contained": [ { "resourceType": "Goal", "id": "goal", "subject": { "reference": "Patient/f201", "display": "Roel" }, "description": "Re-established renal function with at least healthy nutrients.", "status": "achieved" } ], "subject": { "reference": "Patient/f201", "display": "Roel" }, "status": "draft", "period": { "fhir_comments": [ " This careplan is \"ended\", but was never closed in the EHR, wherefore the status is \"planned\" ", " Period is less than nine days because the careplan requires adjustments after evaluation " ], "start": "2013-03-11", "end": "2013-03-13" }, "modified": "2013-03-11", "addresses": [ { "reference": "Condition/f204", "display": "Roel's renal insufficiency" } ], "participant": [ { "role": { "coding": [ { "system": "http://snomed.info/sct", "code": "425268008", "display": "Review of care plan" } ] }, "member": { "reference": "Practitioner/f201", "display": "Dokter Bronsig" } }, { "role": { "coding": [ { "system": "http://snomed.info/sct", "code": "229774002", "display": "Carer" } ] }, "member": { "reference": "Practitioner/f204", "display": "Nurse Carla Espinosa" } } ], "goal": [ { "reference": "#goal" } ], "activity": [ { "detail": { "fhir_comments": [ " Potassium supplement " ], "category": { "coding": [ { "system": "http://hl7.org/fhir/care-plan-activity-category", "code": "diet" } ] }, "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "284093001", "display": "Potassium supplementation" } ] }, "status": "completed", "prohibited": false, "scheduledString": "daily", "productReference": { "fhir_comments": [ " TODO Isn't redundant when considering that was defined before? " ], "reference": "Substance/f203", "display": "Potassium" }, "dailyAmount": { "value": 80, "unit": "mmol", "system": "http://snomed.info/sct", "code": "258718000" } } }, { "detail": { "fhir_comments": [ " Echo of the kidney " ], "category": { "coding": [ { "system": "http://hl7.org/fhir/care-plan-activity-category", "code": "observation" } ] }, "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "306005", "display": "Echography of kidney" } ] }, "status": "completed", "prohibited": false } } ] }; var example53: fhir.CarePlan = { "activity": [ { "actionResulting": [ { "display": "Roel's Chemotherapy", "reference": "Procedure/f201" } ], "detail": { "category": { "coding": [ { "code": "procedure", "system": "http://hl7.org/fhir/care-plan-activity-category" } ] }, "code": { "coding": [ { "code": "367336001", "display": "Chemotherapy", "system": "http://snomed.info/sct" } ] }, "productReference": { "reference": "#tpf" }, "prohibited": false, "status": "in-progress" } } ], "addresses": [ { "display": "Roel's head-neck tumor", "reference": "Condition/f202" } ], "contained": [ { "code": { "coding": [ { "code": "108806006", "display": "Docetaxel", "system": "http://snomed.info/sct" } ] }, "id": "doce", "resourceType": "Medication" }, { "code": { "coding": [ { "code": "57066004", "display": "Cisplatin", "system": "http://snomed.info/sct" } ] }, "id": "cisp", "resourceType": "Medication" }, { "code": { "coding": [ { "code": "3127006", "display": "Fluorouracil", "system": "http://snomed.info/sct" } ] }, "id": "fluo", "resourceType": "Medication" }, { "code": { "text": "TPF" }, "id": "tpf", "product": { "ingredient": [ { "item": { "reference": "#doce" } }, { "item": { "reference": "#cisp" } }, { "item": { "reference": "#fluo" } } ] }, "resourceType": "Medication" }, { "description": "Elimination of the spenoid bone tumor", "id": "goal", "resourceType": "Goal", "status": "in-progress", "subject": { "display": "Roel", "reference": "Patient/f201" } } ], "goal": [ { "reference": "#goal" } ], "id": "f202", "participant": [ { "member": { "display": "Dokter Bronsig", "reference": "Practitioner/f201" }, "role": { "coding": [ { "code": "28995006", "display": "Treated with", "system": "http://snomed.info/sct" } ] } } ], "resourceType": "CarePlan", "status": "active", "subject": { "display": "Roel", "reference": "Patient/f201" }, "text": { "div": "

Generated Narrative with Details

id: f202

contained: , , , ,

subject: Roel

status: active

addresses: Roel's head-neck tumor

Participants

-RoleMember
*Treated with (Details : {SNOMED CT code '28995006' = '28995006', given as 'Treated with'})Dokter Bronsig

goal: id: goal; Roel; description: Elimination of the spenoid bone tumor; status: in-progress

activity

actionResulting: Roel's Chemotherapy

Details

-CategoryCodeStatusProhibitedProduct[x]
*Procedure (Details : {http://hl7.org/fhir/care-plan-activity-category code 'procedure' = 'Procedure)Chemotherapy (Details : {SNOMED CT code '367336001' = '367336001', given as 'Chemotherapy'})in-progressfalseid: tpf; TPF (Details )
", "status": "generated" } }; var example54: fhir.CarePlan = { "resourceType": "CarePlan", "id": "f202", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: f202

contained: , , , ,

subject: Roel

status: active

addresses: Roel's head-neck tumor

Participants

-RoleMember
*Treated with (Details : {SNOMED CT code '28995006' = '28995006', given as 'Treated with'})Dokter Bronsig

goal: id: goal; Roel; description: Elimination of the spenoid bone tumor; status: in-progress

activity

actionResulting: Roel's Chemotherapy

Details

-CategoryCodeStatusProhibitedProduct[x]
*Procedure (Details : {http://hl7.org/fhir/care-plan-activity-category code 'procedure' = 'Procedure)Chemotherapy (Details : {SNOMED CT code '367336001' = '367336001', given as 'Chemotherapy'})in-progressfalseid: tpf; TPF (Details )
" }, "contained": [ { "resourceType": "Medication", "id": "doce", "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "108806006", "display": "Docetaxel" } ] } }, { "resourceType": "Medication", "id": "cisp", "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "57066004", "display": "Cisplatin" } ] } }, { "resourceType": "Medication", "id": "fluo", "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "3127006", "display": "Fluorouracil" } ] } }, { "resourceType": "Medication", "id": "tpf", "code": { "fhir_comments": [ " TPF consists of Docetaxel, Cisplatin and Fluorouracil " ], "text": "TPF" }, "product": { "ingredient": [ { "item": { "reference": "#doce" } }, { "item": { "reference": "#cisp" } }, { "item": { "reference": "#fluo" } } ] } }, { "resourceType": "Goal", "id": "goal", "subject": { "reference": "Patient/f201", "display": "Roel" }, "description": "Elimination of the spenoid bone tumor", "status": "in-progress" } ], "subject": { "reference": "Patient/f201", "display": "Roel" }, "status": "active", "addresses": [ { "reference": "Condition/f202", "display": "Roel's head-neck tumor" } ], "participant": [ { "role": { "coding": [ { "system": "http://snomed.info/sct", "code": "28995006", "display": "Treated with" } ] }, "member": { "reference": "Practitioner/f201", "display": "Dokter Bronsig" } } ], "goal": [ { "reference": "#goal" } ], "activity": [ { "actionResulting": [ { "reference": "Procedure/f201", "display": "Roel's Chemotherapy" } ], "detail": { "category": { "coding": [ { "system": "http://hl7.org/fhir/care-plan-activity-category", "code": "procedure" } ] }, "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "367336001", "display": "Chemotherapy" } ] }, "status": "in-progress", "prohibited": false, "productReference": { "reference": "#tpf" } } } ] }; var example55: fhir.CarePlan = { "activity": [ { "detail": { "category": { "coding": [ { "code": "observation", "system": "http://hl7.org/fhir/care-plan-activity-category" } ] }, "code": { "coding": [ { "code": "241541005", "display": "High resolution computed tomography of lungs", "system": "http://snomed.info/sct" } ] }, "prohibited": false, "status": "not-started" } } ], "addresses": [ { "display": "Roel's sepsis", "reference": "Condition/f203" } ], "contained": [ { "description": "Check whether further treatment of sepsis/pulmonary abcess is required", "id": "goal", "resourceType": "Goal", "status": "cancelled", "subject": { "display": "Roel", "reference": "Patient/f201" } } ], "goal": [ { "reference": "#goal" } ], "id": "f203", "modified": "2013-03-11", "participant": [ { "member": { "display": "Dokter Bronsig", "reference": "Practitioner/f201" }, "role": { "coding": [ { "code": "425268008", "display": "Review of care plan", "system": "http://snomed.info/sct" } ] } }, { "member": { "display": "Luigi Maas", "reference": "Practitioner/f202" }, "role": { "coding": [ { "code": "278110001", "display": "Radiographic imaging", "system": "http://snomed.info/sct" } ] } } ], "period": { "end": "2013-04-21", "start": "2013-04-14" }, "resourceType": "CarePlan", "status": "completed", "subject": { "display": "Roel", "reference": "Patient/f201" }, "text": { "div": "

Generated Narrative with Details

id: f203

contained:

subject: Roel

status: completed

period: 14/04/2013 --> 21/04/2013

modified: 11/03/2013

addresses: Roel's sepsis

participant

role: Review of care plan (Details : {SNOMED CT code '425268008' = '425268008', given as 'Review of care plan'})

member: Dokter Bronsig

participant

role: Radiographic imaging (Details : {SNOMED CT code '278110001' = '278110001', given as 'Radiographic imaging'})

member: Luigi Maas

goal: id: goal; Roel; description: Check whether further treatment of sepsis/pulmonary abcess is required; status: cancelled

activity

Details

-CategoryCodeStatusProhibited
*Observation (Details : {http://hl7.org/fhir/care-plan-activity-category code 'observation' = 'Observation)High resolution computed tomography of lungs (Details : {SNOMED CT code '241541005' = '241541005', given as 'High resolution computed tomography of lungs'})not-startedfalse
", "status": "generated" } }; var example56: fhir.CarePlan = { "resourceType": "CarePlan", "id": "f203", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: f203

contained:

subject: Roel

status: completed

period: 14/04/2013 --> 21/04/2013

modified: 11/03/2013

addresses: Roel's sepsis

participant

role: Review of care plan (Details : {SNOMED CT code '425268008' = '425268008', given as 'Review of care plan'})

member: Dokter Bronsig

participant

role: Radiographic imaging (Details : {SNOMED CT code '278110001' = '278110001', given as 'Radiographic imaging'})

member: Luigi Maas

goal: id: goal; Roel; description: Check whether further treatment of sepsis/pulmonary abcess is required; status: cancelled

activity

Details

-CategoryCodeStatusProhibited
*Observation (Details : {http://hl7.org/fhir/care-plan-activity-category code 'observation' = 'Observation)High resolution computed tomography of lungs (Details : {SNOMED CT code '241541005' = '241541005', given as 'High resolution computed tomography of lungs'})not-startedfalse
" }, "contained": [ { "resourceType": "Goal", "id": "goal", "subject": { "reference": "Patient/f201", "display": "Roel" }, "description": "Check whether further treatment of sepsis/pulmonary abcess is required", "status": "cancelled" } ], "subject": { "reference": "Patient/f201", "display": "Roel" }, "status": "completed", "period": { "start": "2013-04-14", "end": "2013-04-21" }, "modified": "2013-03-11", "addresses": [ { "reference": "Condition/f203", "display": "Roel's sepsis" } ], "participant": [ { "role": { "coding": [ { "system": "http://snomed.info/sct", "code": "425268008", "display": "Review of care plan" } ] }, "member": { "reference": "Practitioner/f201", "display": "Dokter Bronsig" } }, { "role": { "coding": [ { "system": "http://snomed.info/sct", "code": "278110001", "display": "Radiographic imaging" } ] }, "member": { "reference": "Practitioner/f202", "display": "Luigi Maas" } } ], "goal": [ { "reference": "#goal" } ], "activity": [ { "detail": { "category": { "coding": [ { "system": "http://hl7.org/fhir/care-plan-activity-category", "code": "observation" } ] }, "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "241541005", "display": "High resolution computed tomography of lungs" } ] }, "status": "not-started", "prohibited": false } } ] }; var example57: fhir.CarePlan = { "activity": [ { "detail": { "category": { "coding": [ { "code": "other", "system": "http://hl7.org/fhir/care-plan-activity-category" } ] }, "description": "Eve will review photos of high and low density foods and share with her parents", "extension": [ { "url": "http://example.org/DoNotUse/StructureDefinition/RevisionDate", "valueDate": "2012-09-10" } ], "goal": [ { "reference": "#g1" } ], "prohibited": false, "scheduledPeriod": { "start": "2012-09-10" }, "status": "not-started" }, "progress": [ { "text": "Eve eats one meal a day with her parents", "time": "2012-09-10" } ] }, { "detail": { "category": { "coding": [ { "code": "other", "system": "http://hl7.org/fhir/care-plan-activity-category" } ] }, "description": "Eve will ask her dad to asist her to put the head of her bed on blocks", "extension": [ { "url": "http://example.org/DoNotUse/General/RevisionDate", "valueDate": "2012-09-10" } ], "goal": [ { "reference": "#g1" } ], "prohibited": false, "scheduledPeriod": { "start": "2012-09-10" }, "status": "not-started" }, "progress": [ { "text": "Eve will sleep in her bed more often than the couch", "time": "2012-09-10" } ] }, { "detail": { "category": { "coding": [ { "code": "other", "system": "http://hl7.org/fhir/care-plan-activity-category" } ] }, "description": "Eve will reduce her intake of coffee and chocolate", "extension": [ { "url": "http://example.org/DoNotUse/General/RevisionDate", "valueDate": "2012-09-10" } ], "goal": [ { "reference": "#g2" } ], "prohibited": false, "scheduledPeriod": { "start": "2012-09-10" }, "status": "in-progress" } }, { "detail": { "category": { "coding": [ { "code": "other", "system": "http://hl7.org/fhir/care-plan-activity-category" } ] }, "description": "Eve will walk her friend's dog up and down a big hill 15-30 minutes 3 days a week", "extension": [ { "url": "http://example.org/DoNotUse/General/RevisionDate", "valueDate": "2012-09-10" } ], "goal": [ { "reference": "#g3" } ], "prohibited": false, "scheduledPeriod": { "start": "2012-08-27" }, "status": "in-progress" }, "progress": [ { "text": "Eve would like to try for 5 days a week.", "time": "2012-08-27" }, { "text": "Eve is still walking the dogs.", "time": "2012-09-10" } ] }, { "detail": { "category": { "coding": [ { "code": "other", "system": "http://hl7.org/fhir/care-plan-activity-category" } ] }, "description": "Eve will walk 3 blocks to her parents house twice a week", "extension": [ { "url": "http://example.org/DoNotUse/General/RevisionDate", "valueDate": "2012-09-10" } ], "goal": [ { "reference": "#g3" } ], "prohibited": false, "scheduledPeriod": { "start": "2012-07-23" }, "status": "in-progress" }, "progress": [ { "text": "Eve walked 4 times the last week.", "time": "2012-08-13" }, { "text": "Eve did not walk to her parents the last week, but has plans to start again", "time": "2012-09-10" } ] }, { "detail": { "category": { "coding": [ { "code": "other", "system": "http://hl7.org/fhir/care-plan-activity-category" } ] }, "description": "Eve will us a calendar to check off after medications are taken", "extension": [ { "url": "http://example.org/DoNotUse/General/RevisionDate", "valueDate": "2012-08-13" } ], "goal": [ { "reference": "#g4" } ], "prohibited": false, "scheduledPeriod": { "start": "2012-07-23" }, "status": "in-progress" } }, { "detail": { "category": { "coding": [ { "code": "other", "system": "http://hl7.org/fhir/care-plan-activity-category" } ] }, "description": "Eve will use her lights MWF after her shower for 3 minutes", "extension": [ { "url": "http://example.org/DoNotUse/General/RevisionDate", "valueDate": "2012-08-27" } ], "goal": [ { "reference": "#g5" } ], "prohibited": false, "scheduledPeriod": { "start": "2012-07-23" }, "status": "in-progress" }, "progress": [ { "text": "After restarting the vinegar soaks the psoriasis is improved and Eve plans to treat the remainder with light treatments. She plans to start this week.", "time": "2012-08-13" }, { "text": "Since her skin is improved Eve has not been using the light treatment as often, maybe once a week. She would like to increase to 3 times a week again", "time": "2012-08-27" } ] }, { "detail": { "category": { "coding": [ { "code": "other", "system": "http://hl7.org/fhir/care-plan-activity-category" } ] }, "description": "Eve will use a calendar of a chart to help her remember when to take her medications", "extension": [ { "url": "http://example.org/DoNotUse/General/RevisionDate", "valueDate": "2012-09-10" } ], "goal": [ { "reference": "#g4" } ], "prohibited": false, "scheduledPeriod": { "start": "2012-07-10" }, "status": "in-progress" }, "progress": [ { "text": "Eve created a chart as a reminer to take the medications that do not fit in her pill box", "time": "2012-07-23" } ] }, { "detail": { "category": { "coding": [ { "code": "other", "system": "http://hl7.org/fhir/care-plan-activity-category" } ] }, "description": "Eve will start using stretch bands and one step 2 days a week Mon/Wed 6-7am and maybe Friday afternoon", "extension": [ { "url": "http://example.org/DoNotUse/General/RevisionDate", "valueDate": "2012-08-23" } ], "goal": [ { "reference": "#g3" } ], "prohibited": false, "scheduledPeriod": { "start": "2012-07-23" }, "status": "on-hold" }, "progress": [ { "text": "Will be able to esume exercise.", "time": "2012-07-30" }, { "text": "Eve prefers to focus on walking at this time", "time": "2012-08-13" } ] }, { "detail": { "category": { "coding": [ { "code": "other", "system": "http://hl7.org/fhir/care-plan-activity-category" } ] }, "description": "Eve will match a printed medication worksheet with the medication bottles at home", "extension": [ { "url": "http://example.org/DoNotUse/General/RevisionDate", "valueDate": "2012-07-23" } ], "goal": [ { "reference": "#g4" } ], "prohibited": false, "scheduledPeriod": { "start": "2012-07-10" }, "status": "completed" } }, { "detail": { "category": { "coding": [ { "code": "other", "system": "http://hl7.org/fhir/care-plan-activity-category" } ] }, "description": "Eve will get a medication box to sort her pills. She will have one for scheduled medications and one for as needed", "extension": [ { "url": "http://example.org/DoNotUse/General/RevisionDate", "valueDate": "2012-07-16" } ], "goal": [ { "reference": "#g4" } ], "prohibited": false, "scheduledPeriod": { "start": "2012-07-10" }, "status": "completed" }, "progress": [ { "text": "Eve now has some of her medications set up in pill packs by her pharmacist", "time": "2012-07-16" } ] }, { "detail": { "category": { "coding": [ { "code": "other", "system": "http://hl7.org/fhir/care-plan-activity-category" } ] }, "description": "Eve will open \"The Firm\" DVD workout package and listen to it", "extension": [ { "url": "http://example.org/DoNotUse/General/RevisionDate", "valueDate": "2012-08-13" } ], "goal": [ { "reference": "#g3" } ], "prohibited": false, "scheduledPeriod": { "start": "2012-07-23" }, "status": "on-hold" }, "progress": [ { "text": "Eve will be able to resume exercise on 7/30/12", "time": "2012-07-12" }, { "text": "hold until \"less busy\"", "time": "2012-08-13" } ] } ], "addresses": [ { "display": "GERDS", "reference": "#p1" }, { "display": "Obesity", "reference": "#p2" }, { "display": "Psoriasis", "reference": "#p3" } ], "contained": [ { "code": { "text": "GERDS" }, "id": "p1", "patient": { "display": "Eve Everywoman", "reference": "Patient/1" }, "resourceType": "Condition", "verificationStatus": "confirmed" }, { "code": { "text": "Obesity" }, "id": "p2", "patient": { "display": "Eve Everywoman", "reference": "Patient/1" }, "resourceType": "Condition", "verificationStatus": "confirmed" }, { "code": { "text": "Psoriasis" }, "id": "p3", "patient": { "display": "Eve Everywoman", "reference": "Patient/1" }, "resourceType": "Condition", "verificationStatus": "confirmed" }, { "description": "Eve will lose weight and reduce her GERDS symptoms by improving her diet", "id": "g1", "resourceType": "Goal", "status": "in-progress", "subject": { "display": "Eve Everywoman", "reference": "Patient/1" } }, { "description": "Eve will improve her GERDS symptoms", "id": "g2", "resourceType": "Goal", "status": "in-progress", "subject": { "display": "Eve Everywoman", "reference": "Patient/1" } }, { "description": "Eve will increase her energy by being more active", "id": "g3", "resourceType": "Goal", "status": "in-progress", "subject": { "display": "Eve Everywoman", "reference": "Patient/1" } }, { "description": "Eve will set up her medications and take as prescribed", "id": "g4", "resourceType": "Goal", "status": "in-progress", "subject": { "display": "Eve Everywoman", "reference": "Patient/1" } }, { "description": "Eve will restart her light treatments", "id": "g5", "resourceType": "Goal", "status": "in-progress", "subject": { "display": "Eve Everywoman", "reference": "Patient/1" } } ], "goal": [ { "reference": "#g1" }, { "reference": "#g2" }, { "reference": "#g3" }, { "reference": "#g4" }, { "reference": "#g5" } ], "id": "integrate", "modified": "2012-09-10", "note": { "text": "Patient family is not ready to commit to goal setting at this time. Goal setting will be addressed in the future" }, "resourceType": "CarePlan", "status": "active", "subject": { "display": "Eve Everywoman", "reference": "Patient/1" }, "text": { "div": "
\n

Patient family is not ready to commit to goal setting at this time. Goal setting will be addressed in the future

\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
Start DateGoalAction StepsStatusDate Last UpdatedComments
10 Sep 2012Eve will lose weight and reduce her GERDS symptoms by improving her dietEve will review photos of high and low density foods and share with her parentsNew Goal10 Sep 20129/10/12 Eve eats one meal a day with her parents
10 Sep 2012Eve will lose weight and reduce her GERDS symptoms by improving her dietEve will ask her dad to asist her to put the head of her bed on blocksNew Goal10 Sep 20129/10/12 Eve will sleep in her bed more often than the couch
10 Sep 2012Eve will improve her GERDS symptomsEve will reduce her intake of coffee and chocolateIn Process10 Sep 2012\n
27 Aug 2012Eve will increase her energy by being more activeEve will walk her friend's dog up and down a big hill 15-30 minutes 3 days a weekIn Process10 Sep 20128/27/12 Eve would like to try for 5 days a week. 9/10/12 Eve is still walking the dogs.
23 Jul 2012Eve will increase her energy by being more activeEve will walk 3 blocks to her parents house twice a weekIn Process10 Sep 20128/13/12 Eve walked 4 times the last week. 9/10/12 Eve did not walk to her parents the last week, but has plans to start again
23 Jul 2012Eve will set up her medications and take as prescribedEve will us a calendar to check off after medications are takenIn Process13 Aug 2012\n
23 Jul 2012Eve will restart her light treatmentsEve will use her lights MWF after her shower for 3 minutesIn Process27 Aug 20128/13/12 After restarting the vinegar soaks the psoriasis is improved and Eve plans to treat the remainder with light treatments. She plans to start this week. 8/27/12 Since her skin is improved Eve has not been using the light treatment as often, maybe once a week. She would like to increase to 3 times a week again
10 Jul 2012Eve will set up her medications and take as prescribedEve will use a calendar of a chart to help her remember when to take her medicationsIn Process10 Sep 20127/23/12 Eve created a chart as a reminer to take the medications that do not fit in her pill box
23 Jul 2012Eve will increase her energy by being more activeEve will start using stretch bands and one step 2 days a week Mon/Wed 6-7am and maybe Friday afternoonOn-Hold23 Aug 20127/30/12 will be able to esume exercise. 8/13/12 Eve prefers to focus on walking at this time
10 Jul 2012Eve will set up her medications and take as prescribedEve will match a printed medication worksheet with the medication bottles at homeCompleted23 Jul 2012\n
10 Jul 2012Eve will set up her medications and take as prescribedEve will get a medication box to sort her pills. She will have one for scheduled medications and one for as neededCompleted16 Jul 20127/16/12 Eve now has some of her medications set up in pill packs by her pharmacist
23 Jul 2012Eve will increase her energy by being more activeEve will open "The Firm" DVD workout package and listen to itDiscontinued13 Aug 20127/30/12 Eve will be able to resume exercise on 7/30/12. 8/13/12 -hold until "less busy"
\n
", "status": "generated" } }; var example58: fhir.CarePlan = { "resourceType": "CarePlan", "id": "integrate", "text": { "status": "generated", "div": "
\n

Patient family is not ready to commit to goal setting at this time. Goal setting will be addressed in the future

\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
Start DateGoalAction StepsStatusDate Last UpdatedComments
10 Sep 2012Eve will lose weight and reduce her GERDS symptoms by improving her dietEve will review photos of high and low density foods and share with her parentsNew Goal10 Sep 20129/10/12 Eve eats one meal a day with her parents
10 Sep 2012Eve will lose weight and reduce her GERDS symptoms by improving her dietEve will ask her dad to asist her to put the head of her bed on blocksNew Goal10 Sep 20129/10/12 Eve will sleep in her bed more often than the couch
10 Sep 2012Eve will improve her GERDS symptomsEve will reduce her intake of coffee and chocolateIn Process10 Sep 2012\n
27 Aug 2012Eve will increase her energy by being more activeEve will walk her friend's dog up and down a big hill 15-30 minutes 3 days a weekIn Process10 Sep 20128/27/12 Eve would like to try for 5 days a week. 9/10/12 Eve is still walking the dogs.
23 Jul 2012Eve will increase her energy by being more activeEve will walk 3 blocks to her parents house twice a weekIn Process10 Sep 20128/13/12 Eve walked 4 times the last week. 9/10/12 Eve did not walk to her parents the last week, but has plans to start again
23 Jul 2012Eve will set up her medications and take as prescribedEve will us a calendar to check off after medications are takenIn Process13 Aug 2012\n
23 Jul 2012Eve will restart her light treatmentsEve will use her lights MWF after her shower for 3 minutesIn Process27 Aug 20128/13/12 After restarting the vinegar soaks the psoriasis is improved and Eve plans to treat the remainder with light treatments. She plans to start this week. 8/27/12 Since her skin is improved Eve has not been using the light treatment as often, maybe once a week. She would like to increase to 3 times a week again
10 Jul 2012Eve will set up her medications and take as prescribedEve will use a calendar of a chart to help her remember when to take her medicationsIn Process10 Sep 20127/23/12 Eve created a chart as a reminer to take the medications that do not fit in her pill box
23 Jul 2012Eve will increase her energy by being more activeEve will start using stretch bands and one step 2 days a week Mon/Wed 6-7am and maybe Friday afternoonOn-Hold23 Aug 20127/30/12 will be able to esume exercise. 8/13/12 Eve prefers to focus on walking at this time
10 Jul 2012Eve will set up her medications and take as prescribedEve will match a printed medication worksheet with the medication bottles at homeCompleted23 Jul 2012\n
10 Jul 2012Eve will set up her medications and take as prescribedEve will get a medication box to sort her pills. She will have one for scheduled medications and one for as neededCompleted16 Jul 20127/16/12 Eve now has some of her medications set up in pill packs by her pharmacist
23 Jul 2012Eve will increase her energy by being more activeEve will open "The Firm" DVD workout package and listen to itDiscontinued13 Aug 20127/30/12 Eve will be able to resume exercise on 7/30/12. 8/13/12 -hold until "less busy"
\n
" }, "contained": [ { "resourceType": "Condition", "id": "p1", "patient": { "reference": "Patient/1", "display": "Eve Everywoman" }, "code": { "text": "GERDS" }, "verificationStatus": "confirmed" }, { "resourceType": "Condition", "id": "p2", "patient": { "reference": "Patient/1", "display": "Eve Everywoman" }, "code": { "text": "Obesity" }, "verificationStatus": "confirmed" }, { "resourceType": "Condition", "id": "p3", "patient": { "reference": "Patient/1", "display": "Eve Everywoman" }, "code": { "text": "Psoriasis" }, "verificationStatus": "confirmed" }, { "resourceType": "Goal", "id": "g1", "subject": { "reference": "Patient/1", "display": "Eve Everywoman" }, "description": "Eve will lose weight and reduce her GERDS symptoms by improving her diet", "status": "in-progress" }, { "resourceType": "Goal", "id": "g2", "subject": { "reference": "Patient/1", "display": "Eve Everywoman" }, "description": "Eve will improve her GERDS symptoms", "status": "in-progress" }, { "resourceType": "Goal", "id": "g3", "subject": { "reference": "Patient/1", "display": "Eve Everywoman" }, "description": "Eve will increase her energy by being more active", "status": "in-progress" }, { "resourceType": "Goal", "id": "g4", "subject": { "reference": "Patient/1", "display": "Eve Everywoman" }, "description": "Eve will set up her medications and take as prescribed", "status": "in-progress" }, { "resourceType": "Goal", "id": "g5", "subject": { "reference": "Patient/1", "display": "Eve Everywoman" }, "description": "Eve will restart her light treatments", "status": "in-progress" } ], "subject": { "reference": "Patient/1", "display": "Eve Everywoman" }, "status": "active", "modified": "2012-09-10", "addresses": [ { "reference": "#p1", "display": "GERDS", "_display": { "fhir_comments": [ " Local reference " ] } }, { "reference": "#p2", "display": "Obesity", "_display": { "fhir_comments": [ " Local reference " ] } }, { "reference": "#p3", "display": "Psoriasis", "_display": { "fhir_comments": [ " Local reference " ] } } ], "goal": [ { "reference": "#g1" }, { "reference": "#g2" }, { "reference": "#g3" }, { "reference": "#g4" }, { "reference": "#g5" } ], "activity": [ { "progress": [ { "time": "2012-09-10", "text": "Eve eats one meal a day with her parents" } ], "detail": { "extension": [ { "url": "http://example.org/DoNotUse/StructureDefinition/RevisionDate", "valueDate": "2012-09-10" } ], "category": { "coding": [ { "system": "http://hl7.org/fhir/care-plan-activity-category", "code": "other" } ] }, "goal": [ { "reference": "#g1" } ], "status": "not-started", "prohibited": false, "scheduledPeriod": { "start": "2012-09-10" }, "description": "Eve will review photos of high and low density foods and share with her parents" } }, { "progress": [ { "time": "2012-09-10", "text": "Eve will sleep in her bed more often than the couch" } ], "detail": { "extension": [ { "url": "http://example.org/DoNotUse/General/RevisionDate", "valueDate": "2012-09-10" } ], "category": { "coding": [ { "system": "http://hl7.org/fhir/care-plan-activity-category", "code": "other" } ] }, "goal": [ { "reference": "#g1" } ], "status": "not-started", "prohibited": false, "scheduledPeriod": { "start": "2012-09-10" }, "description": "Eve will ask her dad to asist her to put the head of her bed on blocks" } }, { "detail": { "extension": [ { "url": "http://example.org/DoNotUse/General/RevisionDate", "valueDate": "2012-09-10" } ], "category": { "coding": [ { "system": "http://hl7.org/fhir/care-plan-activity-category", "code": "other" } ] }, "goal": [ { "reference": "#g2" } ], "status": "in-progress", "prohibited": false, "scheduledPeriod": { "start": "2012-09-10" }, "description": "Eve will reduce her intake of coffee and chocolate" } }, { "progress": [ { "time": "2012-08-27", "text": "Eve would like to try for 5 days a week." }, { "time": "2012-09-10", "text": "Eve is still walking the dogs." } ], "detail": { "extension": [ { "url": "http://example.org/DoNotUse/General/RevisionDate", "valueDate": "2012-09-10" } ], "category": { "coding": [ { "system": "http://hl7.org/fhir/care-plan-activity-category", "code": "other" } ] }, "goal": [ { "reference": "#g3" } ], "status": "in-progress", "prohibited": false, "scheduledPeriod": { "start": "2012-08-27" }, "description": "Eve will walk her friend's dog up and down a big hill 15-30 minutes 3 days a week" } }, { "progress": [ { "time": "2012-08-13", "text": "Eve walked 4 times the last week." }, { "time": "2012-09-10", "text": "Eve did not walk to her parents the last week, but has plans to start again" } ], "detail": { "extension": [ { "url": "http://example.org/DoNotUse/General/RevisionDate", "valueDate": "2012-09-10" } ], "category": { "coding": [ { "system": "http://hl7.org/fhir/care-plan-activity-category", "code": "other" } ] }, "goal": [ { "reference": "#g3" } ], "status": "in-progress", "prohibited": false, "scheduledPeriod": { "start": "2012-07-23" }, "description": "Eve will walk 3 blocks to her parents house twice a week" } }, { "detail": { "extension": [ { "url": "http://example.org/DoNotUse/General/RevisionDate", "valueDate": "2012-08-13" } ], "category": { "coding": [ { "system": "http://hl7.org/fhir/care-plan-activity-category", "code": "other" } ] }, "goal": [ { "reference": "#g4" } ], "status": "in-progress", "prohibited": false, "scheduledPeriod": { "start": "2012-07-23" }, "description": "Eve will us a calendar to check off after medications are taken" } }, { "progress": [ { "time": "2012-08-13", "text": "After restarting the vinegar soaks the psoriasis is improved and Eve plans to treat the remainder with light treatments. She plans to start this week." }, { "time": "2012-08-27", "text": "Since her skin is improved Eve has not been using the light treatment as often, maybe once a week. She would like to increase to 3 times a week again" } ], "detail": { "extension": [ { "url": "http://example.org/DoNotUse/General/RevisionDate", "valueDate": "2012-08-27" } ], "category": { "coding": [ { "system": "http://hl7.org/fhir/care-plan-activity-category", "code": "other" } ] }, "goal": [ { "reference": "#g5" } ], "status": "in-progress", "prohibited": false, "scheduledPeriod": { "start": "2012-07-23" }, "description": "Eve will use her lights MWF after her shower for 3 minutes" } }, { "progress": [ { "time": "2012-07-23", "text": "Eve created a chart as a reminer to take the medications that do not fit in her pill box" } ], "detail": { "extension": [ { "url": "http://example.org/DoNotUse/General/RevisionDate", "valueDate": "2012-09-10" } ], "category": { "coding": [ { "system": "http://hl7.org/fhir/care-plan-activity-category", "code": "other" } ] }, "goal": [ { "reference": "#g4" } ], "status": "in-progress", "prohibited": false, "scheduledPeriod": { "start": "2012-07-10" }, "description": "Eve will use a calendar of a chart to help her remember when to take her medications" } }, { "progress": [ { "time": "2012-07-30", "text": "Will be able to esume exercise." }, { "time": "2012-08-13", "text": "Eve prefers to focus on walking at this time" } ], "detail": { "extension": [ { "url": "http://example.org/DoNotUse/General/RevisionDate", "valueDate": "2012-08-23" } ], "category": { "coding": [ { "system": "http://hl7.org/fhir/care-plan-activity-category", "code": "other" } ] }, "goal": [ { "reference": "#g3" } ], "status": "on-hold", "prohibited": false, "scheduledPeriod": { "start": "2012-07-23" }, "description": "Eve will start using stretch bands and one step 2 days a week Mon/Wed 6-7am and maybe Friday afternoon" } }, { "detail": { "extension": [ { "url": "http://example.org/DoNotUse/General/RevisionDate", "valueDate": "2012-07-23" } ], "category": { "coding": [ { "system": "http://hl7.org/fhir/care-plan-activity-category", "code": "other" } ] }, "goal": [ { "reference": "#g4" } ], "status": "completed", "prohibited": false, "scheduledPeriod": { "start": "2012-07-10" }, "description": "Eve will match a printed medication worksheet with the medication bottles at home" } }, { "progress": [ { "time": "2012-07-16", "text": "Eve now has some of her medications set up in pill packs by her pharmacist" } ], "detail": { "extension": [ { "url": "http://example.org/DoNotUse/General/RevisionDate", "valueDate": "2012-07-16" } ], "category": { "coding": [ { "system": "http://hl7.org/fhir/care-plan-activity-category", "code": "other" } ] }, "goal": [ { "reference": "#g4" } ], "status": "completed", "prohibited": false, "scheduledPeriod": { "start": "2012-07-10" }, "description": "Eve will get a medication box to sort her pills. She will have one for scheduled medications and one for as needed" } }, { "progress": [ { "time": "2012-07-12", "text": "Eve will be able to resume exercise on 7/30/12" }, { "time": "2012-08-13", "text": "hold until \"less busy\"" } ], "detail": { "extension": [ { "url": "http://example.org/DoNotUse/General/RevisionDate", "valueDate": "2012-08-13" } ], "category": { "coding": [ { "system": "http://hl7.org/fhir/care-plan-activity-category", "code": "other" } ] }, "goal": [ { "reference": "#g3" } ], "status": "on-hold", "prohibited": false, "scheduledPeriod": { "start": "2012-07-23" }, "description": "Eve will open \"The Firm\" DVD workout package and listen to it" } } ], "note": { "text": "Patient family is not ready to commit to goal setting at this time. Goal setting will be addressed in the future" } }; var example59: fhir.CarePlan = { "activity": [ { "detail": { "category": { "coding": [ { "code": "encounter", "system": "http://hl7.org/fhir/care-plan-activity-category" } ] }, "code": { "coding": [ { "code": "1an", "system": "http://example.org/mySystem" } ], "text": "First Antenatal encounter" }, "description": "The first antenatal encounter. This is where a detailed physical examination is performed. and the pregnanacy discussed with the mother-to-be.", "performer": [ { "display": "Mavis Midwife", "reference": "#pr1" } ], "prohibited": false, "scheduledTiming": { "repeat": { "boundsPeriod": { "end": "2013-02-28", "start": "2013-02-14" } } }, "status": "scheduled" }, "extension": [ { "url": "http://example.org/DoNotUse/careplan#andetails", "valueUri": "http://orionhealth.com/fhir/careplan/1andetails" } ] }, { "detail": { "category": { "coding": [ { "code": "encounter", "system": "http://hl7.org/fhir/care-plan-activity-category" } ] }, "code": { "coding": [ { "code": "an", "system": "http://example.org/mySystem" } ], "text": "Follow-up Antenatal encounter" }, "description": "The second antenatal encounter. Discuss any issues that arose from the first antenatal encounter", "performer": [ { "display": "Mavis Midwife", "reference": "#pr1" } ], "prohibited": false, "scheduledTiming": { "repeat": { "boundsPeriod": { "end": "2013-03-14", "start": "2013-03-01" } } }, "status": "not-started" } }, { "detail": { "category": { "coding": [ { "code": "encounter", "system": "http://hl7.org/fhir/care-plan-activity-category" } ] }, "code": { "coding": [ { "code": "del", "system": "http://example.org/mySystem" } ], "text": "Delivery" }, "description": "The delivery.", "performer": [ { "display": "Mavis Midwife", "reference": "#pr1" } ], "prohibited": false, "scheduledTiming": { "repeat": { "boundsPeriod": { "end": "2013-09-14", "start": "2013-09-01" } } }, "status": "not-started" } } ], "addresses": [ { "display": "pregnancy", "reference": "#p1" } ], "contained": [ { "code": { "text": "pregnancy" }, "id": "p1", "patient": { "display": "Eve Everywoman", "reference": "Patient/1" }, "resourceType": "Condition", "verificationStatus": "confirmed" }, { "id": "pr1", "name": { "family": [ "Midwife" ], "given": [ "Mavis" ] }, "practitionerRole": [ { "specialty": [ { "text": "Midwife" } ] } ], "resourceType": "Practitioner" }, { "id": "pr2", "name": { "family": [ "Obstetrician" ], "given": [ "Oscar" ] }, "practitionerRole": [ { "specialty": [ { "text": "Obstetrician" } ] } ], "resourceType": "Practitioner" }, { "description": "Maintain patient's health throughout pregnancy and ensure a healthy child", "id": "goal", "resourceType": "Goal", "status": "in-progress", "subject": { "display": "Eve Everywoman", "reference": "Patient/1" } } ], "extension": [ { "url": "http://example.org/DoNotUse/careplan#lmp", "valueDateTime": "2013-01-01" } ], "goal": [ { "reference": "#goal" } ], "id": "preg", "participant": [ { "member": { "display": "Mavis Midwife", "reference": "#pr1" }, "role": { "coding": [ { "code": "lmc", "system": "http://example.org/mysys" } ], "text": "Midwife" } }, { "member": { "display": "Oscar Obstetrician", "reference": "#pr2" }, "role": { "coding": [ { "code": "obs", "system": "http://example.org/mysys" } ], "text": "Obstretitian" } } ], "period": { "end": "2013-10-01", "start": "2013-01-01" }, "resourceType": "CarePlan", "status": "active", "subject": { "display": "Eve Everywoman", "reference": "Patient/1" }, "text": { "div": "
\n

A maternity care plan (for a pregnant woman).

\n

LMP is 1st Jan, 2013 (a greaat new years party!) The plan has a scheduled first antenatal,\n and 'placeholders' for the second antenatal and delivery (there would be lots of others of course)

\n

Note that where is a proposed 'status' element against each activity

\n
", "status": "additional" } }; var example60: fhir.CarePlan = { "resourceType": "CarePlan", "id": "preg", "text": { "status": "additional", "div": "
\n

A maternity care plan (for a pregnant woman).

\n

LMP is 1st Jan, 2013 (a greaat new years party!) The plan has a scheduled first antenatal,\n and 'placeholders' for the second antenatal and delivery (there would be lots of others of course)

\n

Note that where is a proposed 'status' element against each activity

\n
" }, "contained": [ { "resourceType": "Condition", "id": "p1", "patient": { "reference": "Patient/1", "display": "Eve Everywoman" }, "code": { "text": "pregnancy" }, "verificationStatus": "confirmed" }, { "resourceType": "Practitioner", "id": "pr1", "name": { "family": [ "Midwife" ], "given": [ "Mavis" ] }, "practitionerRole": [ { "specialty": [ { "text": "Midwife" } ] } ] }, { "resourceType": "Practitioner", "id": "pr2", "name": { "family": [ "Obstetrician" ], "given": [ "Oscar" ] }, "practitionerRole": [ { "specialty": [ { "text": "Obstetrician" } ] } ] }, { "resourceType": "Goal", "id": "goal", "subject": { "reference": "Patient/1", "display": "Eve Everywoman" }, "description": "Maintain patient's health throughout pregnancy and ensure a healthy child", "status": "in-progress" } ], "extension": [ { "fhir_comments": [ " an extension to record the LMP, which is required at the plan level... " ], "url": "http://example.org/DoNotUse/careplan#lmp", "valueDateTime": "2013-01-01" } ], "subject": { "reference": "Patient/1", "display": "Eve Everywoman" }, "status": "active", "period": { "start": "2013-01-01", "_start": { "fhir_comments": [ " The likely duration of the pregnancy " ] }, "end": "2013-10-01" }, "addresses": [ { "reference": "#p1", "display": "pregnancy" } ], "participant": [ { "role": { "fhir_comments": [ " In New Zealand, there is a Lead Maternity Carer (LMC) - often a midwife " ], "coding": [ { "system": "http://example.org/mysys", "code": "lmc" } ], "text": "Midwife" }, "member": { "reference": "#pr1", "display": "Mavis Midwife" } }, { "role": { "fhir_comments": [ " To indicate that there is an obstretian consultant involved in this case. " ], "coding": [ { "system": "http://example.org/mysys", "code": "obs" } ], "text": "Obstretitian" }, "member": { "reference": "#pr2", "display": "Oscar Obstetrician" } } ], "goal": [ { "reference": "#goal" } ], "activity": [ { "extension": [ { "fhir_comments": [ " This will be the first antenatal encounter ", " a link to further details about the first antenatal details " ], "url": "http://example.org/DoNotUse/careplan#andetails", "valueUri": "http://orionhealth.com/fhir/careplan/1andetails" } ], "detail": { "fhir_comments": [ " This is a booked encounter with Mavis Midwife for the first antenatal checkup. \n This entry is only made after the appointment (a planned encounter) has been made.\n Commented out for now because Encounter hasn't been defined yet\n \n \n \n " ], "category": { "coding": [ { "system": "http://hl7.org/fhir/care-plan-activity-category", "code": "encounter" } ] }, "code": { "coding": [ { "system": "http://example.org/mySystem", "code": "1an" } ], "text": "First Antenatal encounter" }, "status": "scheduled", "prohibited": false, "scheduledTiming": { "repeat": { "fhir_comments": [ " The encounter should occur between 14 feb and 28 feb " ], "boundsPeriod": { "start": "2013-02-14", "end": "2013-02-28" } } }, "performer": [ { "reference": "#pr1", "display": "Mavis Midwife" } ], "description": "The first antenatal encounter. This is where a detailed physical examination is performed. and the pregnanacy discussed with the mother-to-be." } }, { "detail": { "category": { "fhir_comments": [ " This will be the second antenatal encounter - 3 months after LMP. It is not yet scheduled. " ], "coding": [ { "system": "http://hl7.org/fhir/care-plan-activity-category", "code": "encounter" } ] }, "code": { "coding": [ { "fhir_comments": [ " The code is just for an antenatal encounter. There are many of these, the first is special... " ], "system": "http://example.org/mySystem", "code": "an" } ], "text": "Follow-up Antenatal encounter" }, "status": "not-started", "prohibited": false, "scheduledTiming": { "repeat": { "fhir_comments": [ " The encounter should occur between 1 march and 14 march " ], "boundsPeriod": { "start": "2013-03-01", "end": "2013-03-14" } } }, "performer": [ { "reference": "#pr1", "display": "Mavis Midwife" } ], "description": "The second antenatal encounter. Discuss any issues that arose from the first antenatal encounter" } }, { "fhir_comments": [ " \n There would be a number of other encounters to be scheduled here... \n ...\n ...\n \n " ], "detail": { "category": { "fhir_comments": [ " This will be the delivery. It is not yet scheduled. " ], "coding": [ { "system": "http://hl7.org/fhir/care-plan-activity-category", "code": "encounter" } ] }, "code": { "coding": [ { "system": "http://example.org/mySystem", "code": "del" } ], "text": "Delivery" }, "status": "not-started", "prohibited": false, "scheduledTiming": { "repeat": { "fhir_comments": [ " The delivery should occur between 1 September and 14 September " ], "boundsPeriod": { "start": "2013-09-01", "end": "2013-09-14" } } }, "performer": [ { "fhir_comments": [ " Where the delivery is to occur... \n Commented out for now because location resource isn't defined\n \n \n \n " ], "reference": "#pr1", "display": "Mavis Midwife" } ], "description": "The delivery." } } ] }; var example61: fhir.CarePlan = { "activity": [ { "detail": { "category": { "coding": [ { "code": "observation", "system": "http://hl7.org/fhir/care-plan-activity-category" } ] }, "code": { "text": "a code for weight measurement" }, "performer": [ { "display": "Peter James Chalmers", "reference": "Patient/example" } ], "prohibited": false, "scheduledTiming": { "repeat": { "frequency": 1, "period": 1, "periodUnits": "d" } } } } ], "addresses": [ { "display": "obesity", "reference": "#p1" } ], "contained": [ { "code": { "text": "Obesity" }, "id": "p1", "patient": { "display": "Peter James Chalmers", "reference": "Patient/example" }, "resourceType": "Condition", "verificationStatus": "confirmed" }, { "id": "pr1", "name": { "family": [ "Dietician" ], "given": [ "Dorothy" ] }, "practitionerRole": [ { "specialty": [ { "text": "Dietician" } ] } ], "resourceType": "Practitioner" }, { "description": "Target weight is 80 kg", "extension": [ { "extension": [ { "url": "goal-target.measure", "valueCodeableConcept": { "coding": [ { "code": "29463-7", "display": "Body weight", "system": "http://loinc.org" } ] } }, { "url": "goal-target.detail", "valueQuantity": { "code": "kg", "system": "http://units-of-measure.org", "value": 80 } } ], "url": "http://hl7.org/fhir/StructureDefinition/goal-target" } ], "id": "goal", "resourceType": "Goal", "status": "planned", "subject": { "display": "Peter James Chalmers", "reference": "Patient/example" } } ], "goal": [ { "reference": "#goal" } ], "id": "example", "participant": [ { "member": { "display": "Peter James Chalmers", "reference": "Patient/example" }, "role": { "text": "responsiblePerson" } }, { "member": { "display": "Dorothy Dietition", "reference": "#pr1" }, "role": { "text": "adviser" } } ], "period": { "end": "2013-01-01" }, "resourceType": "CarePlan", "status": "active", "subject": { "display": "Peter James Chalmers", "reference": "Patient/example" }, "text": { "div": "
\n

A simple care plan to indicate a patient taking their weight once a day because of obesity.\n Some Notes:

\n
    \n
  • It would be good to have some way of specifying/coding a goal. e.g. what the target weight is
  • \n
  • In the codeable concepts I've been lazy and just put the text. There should, of course, be a code behind these
  • \n
\n
", "status": "additional" } }; var example62: fhir.CarePlan = { "resourceType": "CarePlan", "id": "example", "text": { "status": "additional", "div": "
\n

A simple care plan to indicate a patient taking their weight once a day because of obesity.\n Some Notes:

\n
    \n
  • It would be good to have some way of specifying/coding a goal. e.g. what the target weight is
  • \n
  • In the codeable concepts I've been lazy and just put the text. There should, of course, be a code behind these
  • \n
\n
" }, "contained": [ { "resourceType": "Condition", "id": "p1", "patient": { "reference": "Patient/example", "display": "Peter James Chalmers" }, "code": { "text": "Obesity" }, "verificationStatus": "confirmed" }, { "resourceType": "Practitioner", "id": "pr1", "name": { "family": [ "Dietician" ], "given": [ "Dorothy" ] }, "practitionerRole": [ { "specialty": [ { "text": "Dietician" } ] } ] }, { "resourceType": "Goal", "id": "goal", "extension": [ { "extension": [ { "url": "goal-target.measure", "valueCodeableConcept": { "coding": [ { "system": "http://loinc.org", "code": "29463-7", "display": "Body weight" } ] } }, { "url": "goal-target.detail", "valueQuantity": { "value": 80, "system": "http://units-of-measure.org", "code": "kg" } } ], "url": "http://hl7.org/fhir/StructureDefinition/goal-target" } ], "subject": { "reference": "Patient/example", "display": "Peter James Chalmers" }, "description": "Target weight is 80 kg", "status": "planned" } ], "subject": { "reference": "Patient/example", "display": "Peter James Chalmers" }, "status": "active", "period": { "end": "2013-01-01" }, "addresses": [ { "reference": "#p1", "display": "obesity" } ], "participant": [ { "role": { "text": "responsiblePerson" }, "member": { "reference": "Patient/example", "display": "Peter James Chalmers" } }, { "role": { "text": "adviser" }, "member": { "reference": "#pr1", "display": "Dorothy Dietition" } } ], "goal": [ { "reference": "#goal" } ], "activity": [ { "detail": { "category": { "coding": [ { "system": "http://hl7.org/fhir/care-plan-activity-category", "code": "observation" } ] }, "code": { "text": "a code for weight measurement" }, "prohibited": false, "scheduledTiming": { "repeat": { "frequency": 1, "period": 1, "periodUnits": "d" } }, "performer": [ { "reference": "Patient/example", "display": "Peter James Chalmers" } ] } } ] }; var example63: fhir.Claim = { "coverage": [ { "coverage": { "reference": "Coverage/9876B1" }, "focal": true, "relationship": { "code": "self" }, "sequence": 1 } ], "created": "2014-08-16", "diagnosis": [ { "diagnosis": { "code": "654456" }, "sequence": 1 } ], "id": "960150", "identifier": [ { "system": "http://happyhospital.com/claim", "value": "9612345" } ], "item": [ { "net": { "code": "USD", "system": "urn:iso:std:iso:4217", "value": 125 }, "provider": { "reference": "Practitioner/example" }, "sequence": 1, "service": { "code": "exam", "system": "http://hl7.org/fhir/ex-serviceproduct" }, "serviceDate": "2014-08-16", "type": { "code": "service" }, "unitPrice": { "code": "USD", "system": "urn:iso:std:iso:4217", "value": 125 } } ], "organization": { "reference": "Organization/1" }, "patient": { "reference": "Patient/1" }, "payee": { "type": { "code": "provider" } }, "priority": { "code": "normal" }, "resourceType": "Claim", "target": { "reference": "Organization/2" }, "text": { "div": "
A human-readable rendering of the Claim
", "status": "generated" }, "type": "institutional", "use": "complete" }; var example64: fhir.Claim = { "resourceType": "Claim", "id": "960150", "text": { "status": "generated", "div": "
A human-readable rendering of the Claim
" }, "type": "institutional", "identifier": [ { "system": "http://happyhospital.com/claim", "value": "9612345" } ], "created": "2014-08-16", "target": { "reference": "Organization/2" }, "organization": { "reference": "Organization/1" }, "use": "complete", "priority": { "code": "normal" }, "payee": { "type": { "code": "provider" } }, "diagnosis": [ { "sequence": 1, "diagnosis": { "code": "654456" } } ], "patient": { "reference": "Patient/1" }, "coverage": [ { "sequence": 1, "focal": true, "coverage": { "reference": "Coverage/9876B1" }, "relationship": { "code": "self" } } ], "item": [ { "sequence": 1, "type": { "code": "service" }, "provider": { "reference": "Practitioner/example" }, "service": { "system": "http://hl7.org/fhir/ex-serviceproduct", "code": "exam" }, "serviceDate": "2014-08-16", "unitPrice": { "value": 125, "system": "urn:iso:std:iso:4217", "code": "USD" }, "net": { "value": 125, "system": "urn:iso:std:iso:4217", "code": "USD" } } ] }; var example65: fhir.Claim = { "coverage": [ { "coverage": { "reference": "Coverage/9876B1" }, "focal": true, "relationship": { "code": "self" }, "sequence": 1 } ], "created": "2014-08-16", "diagnosis": [ { "diagnosis": { "code": "123456" }, "sequence": 1 } ], "id": "100151", "identifier": [ { "system": "http://happyvalley.com/claim", "value": "12346" } ], "item": [ { "net": { "code": "USD", "system": "urn:iso:std:iso:4217", "value": 135.57 }, "provider": { "reference": "Practitioner/example" }, "sequence": 1, "service": { "code": "1200", "system": "http://hl7.org/fhir/oralservicecodes" }, "serviceDate": "2014-08-16", "type": { "code": "service" }, "unitPrice": { "code": "USD", "system": "urn:iso:std:iso:4217", "value": 135.57 } }, { "bodySite": { "code": "21", "system": "http://fdi.org/fhir/oraltoothcodes" }, "net": { "code": "USD", "system": "urn:iso:std:iso:4217", "value": 105 }, "provider": { "reference": "Practitioner/example" }, "sequence": 2, "service": { "code": "21211", "system": "http://hl7.org/fhir/oralservicecodes" }, "serviceDate": "2014-08-16", "subSite": [ { "code": "L", "system": "http://fdi.org/fhir/oralsurfacecodes" } ], "type": { "code": "service" }, "unitPrice": { "code": "USD", "system": "urn:iso:std:iso:4217", "value": 105 } }, { "bodySite": { "code": "36", "system": "http://fdi.org/fhir/oraltoothcodes" }, "detail": [ { "net": { "code": "USD", "system": "urn:iso:std:iso:4217", "value": 750 }, "sequence": 1, "service": { "code": "27211", "system": "http://hl7.org/fhir/oralservicecodes" }, "type": { "code": "service" }, "unitPrice": { "code": "USD", "system": "urn:iso:std:iso:4217", "value": 750 } }, { "net": { "code": "USD", "system": "urn:iso:std:iso:4217", "value": 350 }, "sequence": 2, "service": { "code": "lab", "system": "http://hl7.org/fhir/oralservicecodes" }, "type": { "code": "service" }, "unitPrice": { "code": "USD", "system": "urn:iso:std:iso:4217", "value": 350 } } ], "net": { "code": "USD", "system": "urn:iso:std:iso:4217", "value": 1100 }, "provider": { "reference": "Practitioner/example" }, "sequence": 3, "service": { "code": "27211", "system": "http://hl7.org/fhir/oralservicecodes" }, "serviceDate": "2014-08-16", "type": { "code": "group" }, "unitPrice": { "code": "USD", "system": "urn:iso:std:iso:4217", "value": 1100 } } ], "organization": { "reference": "Organization/1" }, "patient": { "reference": "Patient/1" }, "payee": { "type": { "code": "provider" } }, "priority": { "code": "normal" }, "resourceType": "Claim", "target": { "reference": "Organization/2" }, "text": { "div": "
A human-readable rendering of the Oral Health Claim
", "status": "generated" }, "type": "oral", "use": "complete" }; var example66: fhir.Claim = { "resourceType": "Claim", "id": "100151", "text": { "status": "generated", "div": "
A human-readable rendering of the Oral Health Claim
" }, "type": "oral", "identifier": [ { "system": "http://happyvalley.com/claim", "value": "12346" } ], "created": "2014-08-16", "target": { "reference": "Organization/2" }, "organization": { "reference": "Organization/1" }, "use": "complete", "priority": { "code": "normal" }, "payee": { "type": { "code": "provider" } }, "diagnosis": [ { "sequence": 1, "diagnosis": { "code": "123456" } } ], "patient": { "reference": "Patient/1" }, "coverage": [ { "sequence": 1, "focal": true, "coverage": { "reference": "Coverage/9876B1" }, "relationship": { "code": "self" } } ], "item": [ { "sequence": 1, "type": { "code": "service" }, "provider": { "reference": "Practitioner/example" }, "service": { "system": "http://hl7.org/fhir/oralservicecodes", "code": "1200" }, "serviceDate": "2014-08-16", "unitPrice": { "value": 135.57, "system": "urn:iso:std:iso:4217", "code": "USD" }, "net": { "value": 135.57, "system": "urn:iso:std:iso:4217", "code": "USD" } }, { "sequence": 2, "type": { "code": "service" }, "provider": { "reference": "Practitioner/example" }, "service": { "system": "http://hl7.org/fhir/oralservicecodes", "code": "21211" }, "serviceDate": "2014-08-16", "unitPrice": { "value": 105, "system": "urn:iso:std:iso:4217", "code": "USD" }, "net": { "value": 105, "system": "urn:iso:std:iso:4217", "code": "USD" }, "bodySite": { "system": "http://fdi.org/fhir/oraltoothcodes", "code": "21" }, "subSite": [ { "system": "http://fdi.org/fhir/oralsurfacecodes", "code": "L" } ] }, { "sequence": 3, "type": { "code": "group" }, "provider": { "reference": "Practitioner/example" }, "service": { "system": "http://hl7.org/fhir/oralservicecodes", "code": "27211" }, "serviceDate": "2014-08-16", "unitPrice": { "value": 1100, "system": "urn:iso:std:iso:4217", "code": "USD" }, "net": { "value": 1100, "system": "urn:iso:std:iso:4217", "code": "USD" }, "bodySite": { "system": "http://fdi.org/fhir/oraltoothcodes", "code": "36" }, "detail": [ { "sequence": 1, "type": { "code": "service" }, "service": { "system": "http://hl7.org/fhir/oralservicecodes", "code": "27211" }, "unitPrice": { "value": 750, "system": "urn:iso:std:iso:4217", "code": "USD" }, "net": { "value": 750, "system": "urn:iso:std:iso:4217", "code": "USD" } }, { "sequence": 2, "type": { "code": "service" }, "service": { "system": "http://hl7.org/fhir/oralservicecodes", "code": "lab" }, "unitPrice": { "value": 350, "system": "urn:iso:std:iso:4217", "code": "USD" }, "net": { "value": 350, "system": "urn:iso:std:iso:4217", "code": "USD" } } ] } ] }; var example67: fhir.Claim = { "contained": [ { "id": "organization-1", "identifier": [ { "system": "http://www.jurisdiction.com/oralhealthoffices", "value": "3456" } ], "resourceType": "Organization" }, { "id": "organization-2", "identifier": [ { "system": "http://www.bindb.com/bin", "value": "123456" } ], "resourceType": "Organization" }, { "id": "practitioner-1", "identifier": [ { "system": "http://www.jurisdiction.com/oralhealthproviders", "value": "123456789" } ], "resourceType": "Practitioner" }, { "address": [ { "city": "Vancouver", "country": "CAD", "line": [ "1234 Main Street" ], "postalCode": "V2H1Y3", "use": "home" } ], "birthDate": "1986-05-17", "gender": "male", "id": "patient-1", "name": [ { "family": [ "Donald" ], "given": [ "Duck" ], "use": "official" } ], "resourceType": "Patient" }, { "dependent": 1, "id": "coverage-1", "identifier": [ { "system": "http://benefitsinc.com/certificate", "value": "12345" } ], "issuer": { "reference": "#organization-2" }, "plan": "CBI35", "resourceType": "Coverage", "sequence": 1, "subPlan": "123", "subscriber": { "reference": "#patient-1" }, "type": { "code": "EHCPOL", "system": "http://hl7.org/fhir/v3/ActCode" } } ], "coverage": [ { "coverage": { "reference": "#coverage-1" }, "focal": true, "relationship": { "code": "self" }, "sequence": 1 } ], "created": "2014-08-16", "diagnosis": [ { "diagnosis": { "code": "123456" }, "sequence": 1 } ], "id": "100152", "identifier": [ { "system": "http://happyvalley.com/claim", "value": "12347" } ], "item": [ { "net": { "code": "USD", "system": "urn:iso:std:iso:4217", "value": 135.57 }, "provider": { "reference": "#practitioner-1" }, "sequence": 1, "service": { "code": "1200" }, "serviceDate": "2014-08-16", "type": { "code": "service" }, "unitPrice": { "code": "USD", "system": "urn:iso:std:iso:4217", "value": 135.57 } } ], "organization": { "reference": "#organization-1" }, "patient": { "reference": "#patient-1" }, "payee": { "type": { "code": "provider" } }, "priority": { "code": "normal" }, "resourceType": "Claim", "target": { "reference": "#organization-2" }, "text": { "div": "
A human-readable rendering of the Oral Health Claim
", "status": "generated" }, "type": "oral", "use": "complete" }; var example68: fhir.Claim = { "resourceType": "Claim", "id": "100152", "text": { "status": "generated", "div": "
A human-readable rendering of the Oral Health Claim
" }, "contained": [ { "resourceType": "Organization", "id": "organization-1", "identifier": [ { "system": "http://www.jurisdiction.com/oralhealthoffices", "value": "3456" } ] }, { "resourceType": "Organization", "id": "organization-2", "identifier": [ { "system": "http://www.bindb.com/bin", "value": "123456" } ] }, { "resourceType": "Practitioner", "id": "practitioner-1", "identifier": [ { "system": "http://www.jurisdiction.com/oralhealthproviders", "value": "123456789" } ] }, { "resourceType": "Patient", "id": "patient-1", "name": [ { "use": "official", "family": [ "Donald" ], "given": [ "Duck" ] } ], "gender": "male", "birthDate": "1986-05-17", "address": [ { "use": "home", "line": [ "1234 Main Street" ], "city": "Vancouver", "postalCode": "V2H1Y3", "country": "CAD" } ] }, { "resourceType": "Coverage", "id": "coverage-1", "issuer": { "reference": "#organization-2" }, "type": { "system": "http://hl7.org/fhir/v3/ActCode", "code": "EHCPOL" }, "identifier": [ { "system": "http://benefitsinc.com/certificate", "value": "12345" } ], "plan": "CBI35", "subPlan": "123", "dependent": 1, "sequence": 1, "subscriber": { "reference": "#patient-1" } } ], "type": "oral", "identifier": [ { "system": "http://happyvalley.com/claim", "value": "12347" } ], "created": "2014-08-16", "target": { "reference": "#organization-2" }, "organization": { "reference": "#organization-1" }, "use": "complete", "priority": { "code": "normal" }, "payee": { "type": { "code": "provider" } }, "diagnosis": [ { "sequence": 1, "diagnosis": { "code": "123456" } } ], "patient": { "reference": "#patient-1" }, "coverage": [ { "sequence": 1, "focal": true, "coverage": { "reference": "#coverage-1" }, "relationship": { "code": "self" } } ], "item": [ { "sequence": 1, "type": { "code": "service" }, "provider": { "reference": "#practitioner-1" }, "service": { "code": "1200" }, "serviceDate": "2014-08-16", "unitPrice": { "value": 135.57, "system": "urn:iso:std:iso:4217", "code": "USD" }, "net": { "value": 135.57, "system": "urn:iso:std:iso:4217", "code": "USD" } } ] }; var example69: fhir.Claim = { "coverage": [ { "coverage": { "reference": "Coverage/9876B1" }, "focal": true, "relationship": { "code": "self" }, "sequence": 1 } ], "created": "2015-03-16", "diagnosis": [ { "diagnosis": { "code": "123457", "system": "http://hl7.org/fhir/sid/icd-10" }, "sequence": 1 } ], "id": "100153", "identifier": [ { "system": "http://happyvalley.com/claim", "value": "12355" } ], "item": [ { "detail": [ { "net": { "code": "USD", "system": "urn:iso:std:iso:4217", "value": 1000 }, "sequence": 1, "service": { "code": "ORTHOEXAM", "system": "http://hl7.org/fhir/oralservicecodes" }, "type": { "code": "CSINV", "system": "http://hl7.org/fhir/v3/ActCode" }, "unitPrice": { "code": "USD", "system": "urn:iso:std:iso:4217", "value": 1000 } }, { "net": { "code": "USD", "system": "urn:iso:std:iso:4217", "value": 1500 }, "sequence": 2, "service": { "code": "ORTHODIAG", "system": "http://hl7.org/fhir/oralservicecodes" }, "type": { "code": "CSINV", "system": "http://hl7.org/fhir/v3/ActCode" }, "unitPrice": { "code": "USD", "system": "urn:iso:std:iso:4217", "value": 1500 } }, { "net": { "code": "USD", "system": "urn:iso:std:iso:4217", "value": 500 }, "sequence": 3, "service": { "code": "ORTHOINITIAL", "system": "http://hl7.org/fhir/oralservicecodes" }, "type": { "code": "CSINV", "system": "http://hl7.org/fhir/v3/ActCode" }, "unitPrice": { "code": "USD", "system": "urn:iso:std:iso:4217", "value": 500 } }, { "quantity": { "value": 24 }, "sequence": 4, "service": { "code": "ORTHOMONTHS", "system": "http://hl7.org/fhir/oralservicecodes" }, "type": { "code": "CSINV", "system": "http://hl7.org/fhir/v3/ActCode" } }, { "net": { "code": "USD", "system": "urn:iso:std:iso:4217", "value": 250 }, "quantity": { "value": 24 }, "sequence": 5, "service": { "code": "ORTHOPERIODIC", "system": "http://hl7.org/fhir/oralservicecodes" }, "type": { "code": "CSINV", "system": "http://hl7.org/fhir/v3/ActCode" }, "unitPrice": { "code": "USD", "system": "urn:iso:std:iso:4217", "value": 250 } } ], "diagnosisLinkId": [ 1 ], "net": { "code": "USD", "system": "urn:iso:std:iso:4217", "value": 9000 }, "provider": { "reference": "Practitioner/example" }, "sequence": 1, "service": { "code": "ORTHPLAN", "system": "http://hl7.org/fhir/oralservicecodes" }, "serviceDate": "2015-05-16", "type": { "code": "FRAMEING", "system": "http://hl7.org/fhir/v3/ActCode" }, "unitPrice": { "code": "USD", "system": "urn:iso:std:iso:4217", "value": 9000 } }, { "bodySite": { "code": "21", "system": "http://fdi.org/fhir/oraltoothcodes" }, "net": { "code": "USD", "system": "urn:iso:std:iso:4217", "value": 105 }, "provider": { "reference": "Practitioner/example" }, "sequence": 2, "service": { "code": "21211", "system": "http://hl7.org/fhir/oralservicecodes" }, "serviceDate": "2014-08-16", "subSite": [ { "code": "L", "system": "http://fdi.org/fhir/oralsurfacecodes" } ], "type": { "code": "service" }, "unitPrice": { "code": "USD", "system": "urn:iso:std:iso:4217", "value": 105 } }, { "bodySite": { "code": "36", "system": "http://fdi.org/fhir/oraltoothcodes" }, "detail": [ { "net": { "code": "USD", "system": "urn:iso:std:iso:4217", "value": 750 }, "sequence": 1, "service": { "code": "27211", "system": "http://hl7.org/fhir/oralservicecodes" }, "type": { "code": "service" }, "unitPrice": { "code": "USD", "system": "urn:iso:std:iso:4217", "value": 750 } }, { "net": { "code": "USD", "system": "urn:iso:std:iso:4217", "value": 350 }, "sequence": 2, "service": { "code": "lab", "system": "http://hl7.org/fhir/oralservicecodes" }, "type": { "code": "service" }, "unitPrice": { "code": "USD", "system": "urn:iso:std:iso:4217", "value": 350 } } ], "net": { "code": "USD", "system": "urn:iso:std:iso:4217", "value": 1100 }, "provider": { "reference": "Practitioner/example" }, "sequence": 3, "service": { "code": "27211", "system": "http://hl7.org/fhir/oralservicecodes" }, "serviceDate": "2014-08-16", "type": { "code": "group" }, "unitPrice": { "code": "USD", "system": "urn:iso:std:iso:4217", "value": 1100 } } ], "organization": { "reference": "Organization/1" }, "patient": { "reference": "Patient/1" }, "payee": { "type": { "code": "provider" } }, "priority": { "code": "normal" }, "resourceType": "Claim", "target": { "reference": "Organization/2" }, "text": { "div": "
A human-readable rendering of the Oral Health Claim
", "status": "generated" }, "type": "oral", "use": "proposed" }; var example70: fhir.Claim = { "resourceType": "Claim", "id": "100153", "text": { "status": "generated", "div": "
A human-readable rendering of the Oral Health Claim
" }, "type": "oral", "identifier": [ { "system": "http://happyvalley.com/claim", "value": "12355" } ], "created": "2015-03-16", "target": { "reference": "Organization/2" }, "organization": { "reference": "Organization/1" }, "use": "proposed", "priority": { "code": "normal" }, "payee": { "type": { "code": "provider" } }, "diagnosis": [ { "sequence": 1, "diagnosis": { "system": "http://hl7.org/fhir/sid/icd-10", "code": "123457" } } ], "patient": { "reference": "Patient/1" }, "coverage": [ { "sequence": 1, "focal": true, "coverage": { "reference": "Coverage/9876B1" }, "relationship": { "code": "self" } } ], "item": [ { "sequence": 1, "type": { "fhir_comments": [ " was group changed by GG to be valid " ], "system": "http://hl7.org/fhir/v3/ActCode", "code": "FRAMEING" }, "provider": { "reference": "Practitioner/example" }, "diagnosisLinkId": [ 1 ], "service": { "system": "http://hl7.org/fhir/oralservicecodes", "code": "ORTHPLAN" }, "serviceDate": "2015-05-16", "unitPrice": { "fhir_comments": [ " Start Date " ], "value": 9000, "system": "urn:iso:std:iso:4217", "code": "USD" }, "net": { "value": 9000, "system": "urn:iso:std:iso:4217", "code": "USD" }, "detail": [ { "sequence": 1, "type": { "fhir_comments": [ " Exam Fee ", " was service, changed by GG to be valid " ], "system": "http://hl7.org/fhir/v3/ActCode", "code": "CSINV" }, "service": { "system": "http://hl7.org/fhir/oralservicecodes", "code": "ORTHOEXAM" }, "unitPrice": { "value": 1000, "system": "urn:iso:std:iso:4217", "code": "USD" }, "net": { "value": 1000, "system": "urn:iso:std:iso:4217", "code": "USD" } }, { "sequence": 2, "type": { "fhir_comments": [ " Diagnostic Fee ", " was service, changed by GG to be valid " ], "system": "http://hl7.org/fhir/v3/ActCode", "code": "CSINV" }, "service": { "system": "http://hl7.org/fhir/oralservicecodes", "code": "ORTHODIAG" }, "unitPrice": { "value": 1500, "system": "urn:iso:std:iso:4217", "code": "USD" }, "net": { "value": 1500, "system": "urn:iso:std:iso:4217", "code": "USD" } }, { "sequence": 3, "type": { "fhir_comments": [ " Initial Payment ", " was service, changed by GG to be valid " ], "system": "http://hl7.org/fhir/v3/ActCode", "code": "CSINV" }, "service": { "system": "http://hl7.org/fhir/oralservicecodes", "code": "ORTHOINITIAL" }, "unitPrice": { "value": 500, "system": "urn:iso:std:iso:4217", "code": "USD" }, "net": { "value": 500, "system": "urn:iso:std:iso:4217", "code": "USD" } }, { "sequence": 4, "type": { "fhir_comments": [ " Duration in Months ", " was service, changed by GG to be valid " ], "system": "http://hl7.org/fhir/v3/ActCode", "code": "CSINV" }, "service": { "system": "http://hl7.org/fhir/oralservicecodes", "code": "ORTHOMONTHS" }, "quantity": { "value": 24 } }, { "sequence": 5, "type": { "fhir_comments": [ " Periodic Payments ", " was service, changed by GG to be valid " ], "system": "http://hl7.org/fhir/v3/ActCode", "code": "CSINV" }, "service": { "system": "http://hl7.org/fhir/oralservicecodes", "code": "ORTHOPERIODIC" }, "quantity": { "value": 24 }, "unitPrice": { "value": 250, "system": "urn:iso:std:iso:4217", "code": "USD" }, "net": { "value": 250, "system": "urn:iso:std:iso:4217", "code": "USD" } } ] }, { "sequence": 2, "type": { "code": "service" }, "provider": { "reference": "Practitioner/example" }, "service": { "system": "http://hl7.org/fhir/oralservicecodes", "code": "21211" }, "serviceDate": "2014-08-16", "unitPrice": { "value": 105, "system": "urn:iso:std:iso:4217", "code": "USD" }, "net": { "value": 105, "system": "urn:iso:std:iso:4217", "code": "USD" }, "bodySite": { "system": "http://fdi.org/fhir/oraltoothcodes", "code": "21" }, "subSite": [ { "system": "http://fdi.org/fhir/oralsurfacecodes", "code": "L" } ] }, { "sequence": 3, "type": { "code": "group" }, "provider": { "reference": "Practitioner/example" }, "service": { "system": "http://hl7.org/fhir/oralservicecodes", "code": "27211" }, "serviceDate": "2014-08-16", "unitPrice": { "value": 1100, "system": "urn:iso:std:iso:4217", "code": "USD" }, "net": { "value": 1100, "system": "urn:iso:std:iso:4217", "code": "USD" }, "bodySite": { "system": "http://fdi.org/fhir/oraltoothcodes", "code": "36" }, "detail": [ { "sequence": 1, "type": { "code": "service" }, "service": { "system": "http://hl7.org/fhir/oralservicecodes", "code": "27211" }, "unitPrice": { "value": 750, "system": "urn:iso:std:iso:4217", "code": "USD" }, "net": { "value": 750, "system": "urn:iso:std:iso:4217", "code": "USD" } }, { "sequence": 2, "type": { "code": "service" }, "service": { "system": "http://hl7.org/fhir/oralservicecodes", "code": "lab" }, "unitPrice": { "value": 350, "system": "urn:iso:std:iso:4217", "code": "USD" }, "net": { "value": 350, "system": "urn:iso:std:iso:4217", "code": "USD" } } ] } ] }; var example71: fhir.Claim = { "coverage": [ { "coverage": { "reference": "Coverage/9876B1" }, "focal": true, "relationship": { "code": "self" }, "sequence": 1 } ], "created": "2014-08-16", "diagnosis": [ { "diagnosis": { "code": "654456" }, "sequence": 1 } ], "id": "760150", "identifier": [ { "system": "http://happypharma.com/claim", "value": "7612345" } ], "item": [ { "net": { "code": "USD", "system": "urn:iso:std:iso:4217", "value": 60 }, "provider": { "reference": "Practitioner/example" }, "sequence": 1, "service": { "code": "smokecess", "system": "http://hl7.org/fhir/ex-pharmaservice" }, "serviceDate": "2014-08-16", "type": { "code": "service" }, "unitPrice": { "code": "USD", "system": "urn:iso:std:iso:4217", "value": 60 } } ], "organization": { "reference": "Organization/1" }, "patient": { "reference": "Patient/1" }, "payee": { "type": { "code": "provider" } }, "priority": { "code": "stat" }, "resourceType": "Claim", "target": { "reference": "Organization/2" }, "text": { "div": "
A human-readable rendering of the Pharmacy Claim
", "status": "generated" }, "type": "pharmacy", "use": "complete" }; var example72: fhir.Claim = { "resourceType": "Claim", "id": "760150", "text": { "status": "generated", "div": "
A human-readable rendering of the Pharmacy Claim
" }, "type": "pharmacy", "identifier": [ { "system": "http://happypharma.com/claim", "value": "7612345" } ], "created": "2014-08-16", "target": { "reference": "Organization/2" }, "organization": { "reference": "Organization/1" }, "use": "complete", "priority": { "code": "stat" }, "payee": { "type": { "code": "provider" } }, "diagnosis": [ { "sequence": 1, "diagnosis": { "code": "654456" } } ], "patient": { "reference": "Patient/1" }, "coverage": [ { "sequence": 1, "focal": true, "coverage": { "reference": "Coverage/9876B1" }, "relationship": { "code": "self" } } ], "item": [ { "sequence": 1, "type": { "code": "service" }, "provider": { "reference": "Practitioner/example" }, "service": { "fhir_comments": [ " smoking cessation consult " ], "system": "http://hl7.org/fhir/ex-pharmaservice", "code": "smokecess" }, "serviceDate": "2014-08-16", "unitPrice": { "value": 60, "system": "urn:iso:std:iso:4217", "code": "USD" }, "net": { "value": 60, "system": "urn:iso:std:iso:4217", "code": "USD" } } ] }; var example73: fhir.Claim = { "coverage": [ { "coverage": { "reference": "Coverage/9876B1" }, "focal": true, "relationship": { "code": "self" }, "sequence": 1 } ], "created": "2014-08-16", "diagnosis": [ { "diagnosis": { "code": "654456" }, "sequence": 1 } ], "id": "860150", "identifier": [ { "system": "http://happypdocs.com/claim", "value": "8612345" } ], "item": [ { "net": { "code": "USD", "system": "urn:iso:std:iso:4217", "value": 75 }, "provider": { "reference": "Practitioner/example" }, "sequence": 1, "service": { "code": "exam", "system": "http://hl7.org/fhir/ex-serviceproduct" }, "serviceDate": "2014-08-16", "type": { "code": "service" }, "unitPrice": { "code": "USD", "system": "urn:iso:std:iso:4217", "value": 75 } } ], "organization": { "reference": "Organization/1" }, "patient": { "reference": "Patient/1" }, "payee": { "type": { "code": "provider" } }, "priority": { "code": "normal" }, "resourceType": "Claim", "target": { "reference": "Organization/2" }, "text": { "div": "
A human-readable rendering of the Claim
", "status": "generated" }, "type": "professional", "use": "complete" }; var example74: fhir.Claim = { "resourceType": "Claim", "id": "860150", "text": { "status": "generated", "div": "
A human-readable rendering of the Claim
" }, "type": "professional", "identifier": [ { "system": "http://happypdocs.com/claim", "value": "8612345" } ], "created": "2014-08-16", "target": { "reference": "Organization/2" }, "organization": { "reference": "Organization/1" }, "use": "complete", "priority": { "code": "normal" }, "payee": { "type": { "code": "provider" } }, "diagnosis": [ { "sequence": 1, "diagnosis": { "code": "654456" } } ], "patient": { "reference": "Patient/1" }, "coverage": [ { "sequence": 1, "focal": true, "coverage": { "reference": "Coverage/9876B1" }, "relationship": { "code": "self" } } ], "item": [ { "sequence": 1, "type": { "code": "service" }, "provider": { "reference": "Practitioner/example" }, "service": { "system": "http://hl7.org/fhir/ex-serviceproduct", "code": "exam" }, "serviceDate": "2014-08-16", "unitPrice": { "value": 75, "system": "urn:iso:std:iso:4217", "code": "USD" }, "net": { "value": 75, "system": "urn:iso:std:iso:4217", "code": "USD" } } ] }; var example75: fhir.Claim = { "coverage": [ { "coverage": { "reference": "Coverage/9876B1" }, "focal": true, "relationship": { "code": "self" }, "sequence": 1 } ], "created": "2014-08-16", "diagnosis": [ { "diagnosis": { "code": "654321" }, "sequence": 1 } ], "id": "660151", "identifier": [ { "system": "http://happysight.com/claim", "value": "6612346" } ], "item": [ { "detail": [ { "net": { "code": "USD", "system": "urn:iso:std:iso:4217", "value": 100 }, "sequence": 1, "service": { "code": "frame", "system": "http://hl7.org/fhir/ex-visionservice" }, "type": { "code": "product" }, "unitPrice": { "code": "USD", "system": "urn:iso:std:iso:4217", "value": 100 } }, { "net": { "code": "USD", "system": "urn:iso:std:iso:4217", "value": 100 }, "quantity": { "value": 2 }, "sequence": 2, "service": { "code": "lens", "system": "http://hl7.org/fhir/ex-visionservice" }, "type": { "code": "product" }, "unitPrice": { "code": "USD", "system": "urn:iso:std:iso:4217", "value": 50 } }, { "factor": 0.07, "net": { "code": "USD", "system": "urn:iso:std:iso:4217", "value": 14 }, "sequence": 3, "service": { "code": "fst", "system": "http://hl7.org/fhir/ex-visionservice" }, "type": { "code": "tax" }, "unitPrice": { "code": "USD", "system": "urn:iso:std:iso:4217", "value": 200 } } ], "net": { "code": "USD", "system": "urn:iso:std:iso:4217", "value": 214 }, "provider": { "reference": "Practitioner/example" }, "sequence": 1, "service": { "code": "glasses", "system": "http://hl7.org/fhir/ex-visionservice" }, "serviceDate": "2014-08-16", "type": { "code": "group" }, "unitPrice": { "code": "USD", "system": "urn:iso:std:iso:4217", "value": 214 } } ], "organization": { "reference": "Organization/1" }, "patient": { "reference": "Patient/1" }, "payee": { "type": { "code": "provider" } }, "prescription": { "reference": "http://www.optdocs.com/prescription/12345" }, "priority": { "code": "normal" }, "resourceType": "Claim", "target": { "reference": "Organization/2" }, "text": { "div": "
A human-readable rendering of the Vision Claim for Glasses
", "status": "generated" }, "type": "vision", "use": "complete" }; var example76: fhir.Claim = { "resourceType": "Claim", "id": "660151", "text": { "status": "generated", "div": "
A human-readable rendering of the Vision Claim for Glasses
" }, "type": "vision", "identifier": [ { "system": "http://happysight.com/claim", "value": "6612346" } ], "created": "2014-08-16", "target": { "reference": "Organization/2" }, "organization": { "reference": "Organization/1" }, "use": "complete", "priority": { "code": "normal" }, "prescription": { "reference": "http://www.optdocs.com/prescription/12345" }, "payee": { "type": { "code": "provider" } }, "diagnosis": [ { "sequence": 1, "diagnosis": { "code": "654321" } } ], "patient": { "reference": "Patient/1" }, "coverage": [ { "sequence": 1, "focal": true, "coverage": { "reference": "Coverage/9876B1" }, "relationship": { "code": "self" } } ], "item": [ { "sequence": 1, "type": { "code": "group" }, "provider": { "reference": "Practitioner/example" }, "service": { "system": "http://hl7.org/fhir/ex-visionservice", "code": "glasses" }, "serviceDate": "2014-08-16", "unitPrice": { "value": 214, "system": "urn:iso:std:iso:4217", "code": "USD" }, "net": { "value": 214, "system": "urn:iso:std:iso:4217", "code": "USD" }, "detail": [ { "sequence": 1, "type": { "code": "product" }, "service": { "system": "http://hl7.org/fhir/ex-visionservice", "code": "frame" }, "unitPrice": { "value": 100, "system": "urn:iso:std:iso:4217", "code": "USD" }, "net": { "value": 100, "system": "urn:iso:std:iso:4217", "code": "USD" } }, { "sequence": 2, "type": { "code": "product" }, "service": { "system": "http://hl7.org/fhir/ex-visionservice", "code": "lens" }, "quantity": { "value": 2 }, "unitPrice": { "value": 50, "system": "urn:iso:std:iso:4217", "code": "USD" }, "net": { "value": 100, "system": "urn:iso:std:iso:4217", "code": "USD" } }, { "sequence": 3, "type": { "code": "tax" }, "service": { "system": "http://hl7.org/fhir/ex-visionservice", "code": "fst" }, "unitPrice": { "value": 200, "system": "urn:iso:std:iso:4217", "code": "USD" }, "factor": 0.07, "net": { "value": 14, "system": "urn:iso:std:iso:4217", "code": "USD" } } ] } ] }; var example77: fhir.Claim = { "coverage": [ { "coverage": { "reference": "Coverage/9876B1" }, "focal": true, "relationship": { "code": "self" }, "sequence": 1 } ], "created": "2014-08-16", "diagnosis": [ { "diagnosis": { "code": "654321" }, "sequence": 1 } ], "id": "660150", "identifier": [ { "system": "http://happysight.com/claim", "value": "6612345" } ], "item": [ { "net": { "code": "USD", "system": "urn:iso:std:iso:4217", "value": 80 }, "provider": { "reference": "Practitioner/example" }, "sequence": 1, "service": { "code": "exam", "system": "http://hl7.org/fhir/ex-visionservice" }, "serviceDate": "2014-08-16", "type": { "code": "service" }, "unitPrice": { "code": "USD", "system": "urn:iso:std:iso:4217", "value": 80 } } ], "organization": { "reference": "Organization/1" }, "patient": { "reference": "Patient/1" }, "payee": { "type": { "code": "provider" } }, "priority": { "code": "normal" }, "resourceType": "Claim", "target": { "reference": "Organization/2" }, "text": { "div": "
A human-readable rendering of the Vision Claim
", "status": "generated" }, "type": "vision", "use": "complete" }; var example78: fhir.Claim = { "resourceType": "Claim", "id": "660150", "text": { "status": "generated", "div": "
A human-readable rendering of the Vision Claim
" }, "type": "vision", "identifier": [ { "system": "http://happysight.com/claim", "value": "6612345" } ], "created": "2014-08-16", "target": { "reference": "Organization/2" }, "organization": { "reference": "Organization/1" }, "use": "complete", "priority": { "code": "normal" }, "payee": { "type": { "code": "provider" } }, "diagnosis": [ { "sequence": 1, "diagnosis": { "code": "654321" } } ], "patient": { "reference": "Patient/1" }, "coverage": [ { "sequence": 1, "focal": true, "coverage": { "reference": "Coverage/9876B1" }, "relationship": { "code": "self" } } ], "item": [ { "sequence": 1, "type": { "code": "service" }, "provider": { "reference": "Practitioner/example" }, "service": { "system": "http://hl7.org/fhir/ex-visionservice", "code": "exam" }, "serviceDate": "2014-08-16", "unitPrice": { "value": 80, "system": "urn:iso:std:iso:4217", "code": "USD" }, "net": { "value": 80, "system": "urn:iso:std:iso:4217", "code": "USD" } } ] }; var example79: fhir.Claim = { "coverage": [ { "coverage": { "reference": "Coverage/9876B1" }, "focal": true, "relationship": { "code": "self" }, "sequence": 1 } ], "created": "2014-08-16", "diagnosis": [ { "diagnosis": { "code": "123456" }, "sequence": 1 } ], "id": "100150", "identifier": [ { "system": "http://happyvalley.com/claim", "value": "12345" } ], "item": [ { "net": { "code": "USD", "system": "urn:iso:std:iso:4217", "value": 135.57 }, "provider": { "reference": "Practitioner/example" }, "sequence": 1, "service": { "code": "1200" }, "serviceDate": "2014-08-16", "type": { "code": "service" }, "unitPrice": { "code": "USD", "system": "urn:iso:std:iso:4217", "value": 135.57 } } ], "organization": { "reference": "Organization/1" }, "patient": { "reference": "Patient/1" }, "payee": { "type": { "code": "provider" } }, "priority": { "code": "normal" }, "resourceType": "Claim", "target": { "reference": "Organization/2" }, "text": { "div": "
A human-readable rendering of the Oral Health Claim
", "status": "generated" }, "type": "oral", "use": "complete" }; var example80: fhir.Claim = { "resourceType": "Claim", "id": "100150", "text": { "status": "generated", "div": "
A human-readable rendering of the Oral Health Claim
" }, "type": "oral", "identifier": [ { "system": "http://happyvalley.com/claim", "value": "12345" } ], "created": "2014-08-16", "target": { "reference": "Organization/2" }, "organization": { "reference": "Organization/1" }, "use": "complete", "priority": { "code": "normal" }, "payee": { "type": { "code": "provider" } }, "diagnosis": [ { "sequence": 1, "diagnosis": { "code": "123456" } } ], "patient": { "reference": "Patient/1" }, "coverage": [ { "sequence": 1, "focal": true, "coverage": { "reference": "Coverage/9876B1" }, "relationship": { "code": "self" } } ], "item": [ { "sequence": 1, "type": { "code": "service" }, "provider": { "reference": "Practitioner/example" }, "service": { "code": "1200" }, "serviceDate": "2014-08-16", "unitPrice": { "value": 135.57, "system": "urn:iso:std:iso:4217", "code": "USD" }, "net": { "value": 135.57, "system": "urn:iso:std:iso:4217", "code": "USD" } } ] }; var example81: fhir.ClaimResponse = { "created": "2014-08-16", "disposition": "Claim settled as per contract.", "id": "R3500", "identifier": [ { "system": "http://www.BenefitsInc.com/fhir/remittance", "value": "R3500" } ], "item": [ { "adjudication": [ { "amount": { "code": "USD", "system": "urn:iso:std:iso:4217", "value": 135.57 }, "code": { "code": "eligible" } }, { "amount": { "code": "USD", "system": "urn:iso:std:iso:4217", "value": 10 }, "code": { "code": "copay" } }, { "code": { "code": "eligpercent" }, "value": 80 }, { "amount": { "code": "USD", "system": "urn:iso:std:iso:4217", "value": 100.47 }, "code": { "code": "benefit" } } ], "sequenceLinkId": 1 } ], "organization": { "reference": "Organization/2" }, "outcome": "complete", "payeeType": { "code": "provider", "system": "http://hl7.org/fhir/payeetype" }, "paymentAmount": { "code": "USD", "system": "urn:iso:std:iso:4217", "value": 100.47 }, "paymentDate": "2014-08-31", "paymentRef": { "system": "http://www.BenefitsInc.com/fhir/paymentRef", "value": "201408-2-1569478" }, "request": { "reference": "http://www.BenefitsInc.com/fhir/oralhealthclaim/15476332402" }, "requestOrganization": { "reference": "Organization/1" }, "resourceType": "ClaimResponse", "text": { "div": "
A human-readable rendering of the ClaimResponse
", "status": "generated" }, "totalBenefit": { "code": "USD", "system": "urn:iso:std:iso:4217", "value": 100.47 }, "totalCost": { "code": "USD", "system": "urn:iso:std:iso:4217", "value": 135.57 } }; var example82: fhir.ClaimResponse = { "resourceType": "ClaimResponse", "id": "R3500", "text": { "status": "generated", "div": "
A human-readable rendering of the ClaimResponse
" }, "identifier": [ { "system": "http://www.BenefitsInc.com/fhir/remittance", "value": "R3500" } ], "request": { "reference": "http://www.BenefitsInc.com/fhir/oralhealthclaim/15476332402" }, "created": "2014-08-16", "organization": { "reference": "Organization/2" }, "requestOrganization": { "reference": "Organization/1" }, "outcome": "complete", "disposition": "Claim settled as per contract.", "payeeType": { "system": "http://hl7.org/fhir/payeetype", "code": "provider" }, "item": [ { "fhir_comments": [ " Adjudication details " ], "sequenceLinkId": 1, "adjudication": [ { "code": { "code": "eligible" }, "amount": { "value": 135.57, "system": "urn:iso:std:iso:4217", "code": "USD" } }, { "code": { "code": "copay" }, "amount": { "value": 10, "system": "urn:iso:std:iso:4217", "code": "USD" } }, { "code": { "code": "eligpercent" }, "value": 80 }, { "code": { "code": "benefit" }, "amount": { "value": 100.47, "system": "urn:iso:std:iso:4217", "code": "USD" } } ] } ], "totalCost": { "value": 135.57, "system": "urn:iso:std:iso:4217", "code": "USD" }, "totalBenefit": { "value": 100.47, "system": "urn:iso:std:iso:4217", "code": "USD" }, "paymentDate": "2014-08-31", "_paymentDate": { "fhir_comments": [ " Payment details " ] }, "paymentAmount": { "value": 100.47, "system": "urn:iso:std:iso:4217", "code": "USD" }, "paymentRef": { "system": "http://www.BenefitsInc.com/fhir/paymentRef", "value": "201408-2-1569478" } }; var example83: fhir.ClinicalImpression = { "assessor": { "reference": "Practitioner/example" }, "date": "2014-12-06T22:33:00+11:00", "description": "This 26 yo male patient is brought into ER by ambulance after being involved in a motor vehicle accident", "finding": [ { "item": { "coding": [ { "code": "850.0", "system": "http://hl7.org/fhir/sid/icd-9" } ] } } ], "id": "example", "investigations": [ { "code": { "text": "Initial Examination" }, "item": [ { "display": "deep laceration of the scalp (left temporo-occipital)" }, { "display": "decreased level of consciousness" }, { "display": "disoriented to time and place" }, { "display": "restless" } ] } ], "patient": { "reference": "Patient/example" }, "plan": [ { "display": "hospital standard closed head injury management protocol " } ], "problem": [ { "display": "MVA" } ], "resourceType": "ClinicalImpression", "status": "completed", "summary": "provisional diagnoses of laceration of head and traumatic brain injury (TBI)", "text": { "div": "

Generated Narrative with Details

id: example

patient: Patient/example

assessor: Practitioner/example

status: completed

date: 06/12/2014 10:33:00 PM

description: This 26 yo male patient is brought into ER by ambulance after being involved in a motor vehicle accident

problem: MVA

Investigations

-CodeItem
*Initial Examination (Details )deep laceration of the scalp (left temporo-occipital)

summary: provisional diagnoses of laceration of head and traumatic brain injury (TBI)

Findings

-Item
*?? (Details : {ICD-9 code '850.0' = '??)

plan: hospital standard closed head injury management protocol

", "status": "generated" } }; var example84: fhir.ClinicalImpression = { "resourceType": "ClinicalImpression", "id": "example", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: example

patient: Patient/example

assessor: Practitioner/example

status: completed

date: 06/12/2014 10:33:00 PM

description: This 26 yo male patient is brought into ER by ambulance after being involved in a motor vehicle accident

problem: MVA

Investigations

-CodeItem
*Initial Examination (Details )deep laceration of the scalp (left temporo-occipital)

summary: provisional diagnoses of laceration of head and traumatic brain injury (TBI)

Findings

-Item
*?? (Details : {ICD-9 code '850.0' = '??)

plan: hospital standard closed head injury management protocol

" }, "patient": { "reference": "Patient/example" }, "assessor": { "reference": "Practitioner/example" }, "status": "completed", "date": "2014-12-06T22:33:00+11:00", "description": "This 26 yo male patient is brought into ER by ambulance after being involved in a motor vehicle accident", "problem": [ { "fhir_comments": [ " todo: reference to condition with snomed code 418399005 : Motor vehicle accident (event) " ], "display": "MVA" } ], "investigations": [ { "code": { "text": "Initial Examination" }, "item": [ { "fhir_comments": [ " todo: turn all of these into observations " ], "display": "deep laceration of the scalp (left temporo-occipital)" }, { "display": "decreased level of consciousness" }, { "display": "disoriented to time and place" }, { "display": "restless" } ] } ], "summary": "provisional diagnoses of laceration of head and traumatic brain injury (TBI)", "finding": [ { "item": { "coding": [ { "system": "http://hl7.org/fhir/sid/icd-9", "code": "850.0" } ] } } ], "plan": [ { "display": "hospital standard closed head injury management protocol ", "_display": { "fhir_comments": [ " in real life, this would be a reference " ] } } ] }; var example85: fhir.Communication = { "category": { "coding": [ { "code": "Alert", "system": "http://acme.org/messagetypes" } ], "text": "Alert" }, "id": "example", "identifier": [ { "system": "urn:oid:1.3.4.5.6.7", "type": { "text": "Paging System" }, "value": "2345678901" } ], "payload": [ { "contentString": "Patient 1 has a very high serum potassium value (7.2 mmol/L on 2014-Dec-12 at 5:55 pm)" }, { "contentReference": { "reference": "Observation/643666aa12f" } } ], "recipient": [ { "reference": "Practitioner/21" } ], "resourceType": "Communication", "sender": { "reference": "Device/f001" }, "sent": "2014-12-12T18:01:10-08:00", "status": "completed", "subject": { "reference": "Patient/1" }, "text": { "div": "
Patient has very high serum potassium
", "status": "generated" } }; var example86: fhir.Communication = { "resourceType": "Communication", "id": "example", "text": { "status": "generated", "div": "
Patient has very high serum potassium
" }, "identifier": [ { "fhir_comments": [ " insert contents here " ], "type": { "text": "Paging System" }, "system": "urn:oid:1.3.4.5.6.7", "value": "2345678901" } ], "category": { "coding": [ { "system": "http://acme.org/messagetypes", "code": "Alert" } ], "text": "Alert" }, "sender": { "reference": "Device/f001" }, "recipient": [ { "reference": "Practitioner/21" } ], "payload": [ { "contentString": "Patient 1 has a very high serum potassium value (7.2 mmol/L on 2014-Dec-12 at 5:55 pm)" }, { "contentReference": { "fhir_comments": [ " Reference to the lab result " ], "reference": "Observation/643666aa12f" } } ], "status": "completed", "sent": "2014-12-12T18:01:10-08:00", "subject": { "reference": "Patient/1" } }; var example87: fhir.CommunicationRequest = { "id": "example", "resourceType": "CommunicationRequest", "subject": { "reference": "Patient/example" }, "text": { "div": "
To be filled out at a later time
", "status": "generated" } }; var example88: fhir.CommunicationRequest = { "resourceType": "CommunicationRequest", "id": "example", "text": { "status": "generated", "div": "
To be filled out at a later time
" }, "subject": { "fhir_comments": [ " insert contents here " ], "reference": "Patient/example" } }; var example89: fhir.Composition = { "attester": [ { "mode": [ "legal" ], "party": { "display": "Harold Hippocrates, MD", "reference": "Practitioner/xcda-author" }, "time": "2012-01-04T09:10:14Z" } ], "author": [ { "display": "Harold Hippocrates, MD", "reference": "Practitioner/xcda-author" } ], "class": { "coding": [ { "code": "LP173421-1", "display": "Report", "system": "http://loinc.org" } ] }, "confidentiality": "N", "custodian": { "display": "Good Health Clinic", "reference": "Organization/2.16.840.1.113883.19.5" }, "date": "2012-01-04T09:10:14Z", "encounter": { "reference": "Encounter/xcda" }, "event": [ { "code": [ { "coding": [ { "code": "HEALTHREC", "display": "health record", "system": "http://hl7.org/fhir/v3/ActCode" } ] } ], "detail": [ { "reference": "Observation/example" } ], "period": { "end": "2012-11-12", "start": "2010-07-18" } } ], "id": "example", "identifier": { "system": "http://healthintersections.com.au/test", "value": "1" }, "resourceType": "Composition", "section": [ { "code": { "coding": [ { "code": "11348-0", "display": "History of past illness Narrative", "system": "http://loinc.org" } ] }, "entry": [ { "reference": "Condition/stroke" }, { "reference": "Condition/example" }, { "reference": "Condition/example2" } ], "mode": "snapshot", "orderedBy": { "coding": [ { "code": "event-date", "display": "Sorted by Event Date", "system": "http://hl7.org/fhir/list-order" } ] }, "text": { "div": "
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\t\tCode\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tDate\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tType\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tBodySite\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tSeverity\n\t\t\t\t\t\t
Stroke2010-07-18Diagnosis\n\t\t\t\t\t\t\n\t\t\t\t\t
Burnt Ear2012-05-24DiagnosisLeft Ear\n\t\t\t\t\t
Asthma2012-11-12Finding\n\t\t\t\t\t\tMild
\n\t\t\t
", "status": "generated" }, "title": "History of present illness" }, { "code": { "coding": [ { "code": "10157-6", "display": "History of family member diseases Narrative", "system": "http://loinc.org" } ] }, "emptyReason": { "coding": [ { "code": "withheld", "display": "Information Withheld", "system": "http://hl7.org/fhir/list-empty-reason" } ] }, "mode": "snapshot", "text": { "div": "
\n\t\t\t

History of family member diseases - not available

\n\t\t\t
", "status": "generated" }, "title": "History of family member diseases" } ], "status": "final", "subject": { "display": "Henry Levin the 7th", "reference": "Patient/xcda" }, "text": { "div": "
\n\t\t\t

Consultation note for Henry Levin the 7th

\n\t\t\t

Managed by Good Health Clinic

\n\t\t
", "status": "generated" }, "title": "Consultation Note", "type": { "coding": [ { "code": "11488-4", "display": "Consult note", "system": "http://loinc.org" } ] } }; var example90: fhir.Composition = { "resourceType": "Composition", "id": "example", "text": { "status": "generated", "div": "
\n\t\t\t

Consultation note for Henry Levin the 7th

\n\t\t\t

Managed by Good Health Clinic

\n\t\t
" }, "identifier": { "system": "http://healthintersections.com.au/test", "value": "1" }, "date": "2012-01-04T09:10:14Z", "type": { "coding": [ { "system": "http://loinc.org", "code": "11488-4", "display": "Consult note" } ] }, "class": { "coding": [ { "system": "http://loinc.org", "code": "LP173421-1", "display": "Report" } ] }, "title": "Consultation Note", "status": "final", "confidentiality": "N", "subject": { "reference": "Patient/xcda", "display": "Henry Levin the 7th" }, "author": [ { "reference": "Practitioner/xcda-author", "display": "Harold Hippocrates, MD" } ], "attester": [ { "mode": [ "legal" ], "time": "2012-01-04T09:10:14Z", "party": { "reference": "Practitioner/xcda-author", "display": "Harold Hippocrates, MD" } } ], "custodian": { "reference": "Organization/2.16.840.1.113883.19.5", "display": "Good Health Clinic" }, "event": [ { "code": [ { "coding": [ { "system": "http://hl7.org/fhir/v3/ActCode", "code": "HEALTHREC", "display": "health record" } ] } ], "period": { "start": "2010-07-18", "end": "2012-11-12" }, "detail": [ { "reference": "Observation/example" } ] } ], "encounter": { "reference": "Encounter/xcda" }, "section": [ { "title": "History of present illness", "code": { "coding": [ { "system": "http://loinc.org", "code": "11348-0", "display": "History of past illness Narrative" } ] }, "text": { "status": "generated", "div": "
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\t\tCode\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tDate\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tType\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tBodySite\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tSeverity\n\t\t\t\t\t\t
Stroke2010-07-18Diagnosis\n\t\t\t\t\t\t\n\t\t\t\t\t
Burnt Ear2012-05-24DiagnosisLeft Ear\n\t\t\t\t\t
Asthma2012-11-12Finding\n\t\t\t\t\t\tMild
\n\t\t\t
" }, "mode": "snapshot", "orderedBy": { "coding": [ { "system": "http://hl7.org/fhir/list-order", "code": "event-date", "display": "Sorted by Event Date" } ] }, "entry": [ { "reference": "Condition/stroke" }, { "reference": "Condition/example" }, { "reference": "Condition/example2" } ] }, { "title": "History of family member diseases", "code": { "coding": [ { "system": "http://loinc.org", "code": "10157-6", "display": "History of family member diseases Narrative" } ] }, "text": { "status": "generated", "div": "
\n\t\t\t

History of family member diseases - not available

\n\t\t\t
" }, "mode": "snapshot", "emptyReason": { "coding": [ { "system": "http://hl7.org/fhir/list-empty-reason", "code": "withheld", "display": "Information Withheld" } ] } } ] }; var example91: fhir.ConceptMap = { "contact": [ { "telecom": [ { "system": "other", "value": "http://hl7.org/fhir" } ] }, { "telecom": [ { "system": "other", "value": "http://www.phconnect.org/group/laboratorymessagingcommunityofpractice/forum/attachment/download?id=3649725%3AUploadedFile%3A145786" } ] } ], "date": "2013-07-25", "element": [ { "code": "ACNE", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "309068002", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "ACNFLD", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119323008", "codeSystem": "http://snomed.info/sct", "comments": "HL7 term is a historical term. mapped to Pus", "equivalence": "equivalent", "product": [ { "code": "47002008", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-5" } ] } ] }, { "code": "AIRS", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "446302006", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "ALL", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119376003", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent", "product": [ { "code": "7970006", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-5" } ] } ] }, { "code": "AMP", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "408654003", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent", "product": [ { "code": "81723002", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-7" } ] } ] }, { "code": "ANGI", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119312009", "codeSystem": "http://snomed.info/sct", "comments": "TBD in detail", "equivalence": "equivalent" } ] }, { "code": "ARTC", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119312009", "codeSystem": "http://snomed.info/sct", "comments": "TBD in detail", "equivalence": "equivalent" } ] }, { "code": "ASERU", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "codeSystem": "http://snomed.info/sct", "comments": "pending", "equivalence": "unmatched" } ] }, { "code": "ASP", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119295008", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent", "product": [ { "code": "14766002", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-7" } ] } ] }, { "code": "ATTE", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "codeSystem": "http://snomed.info/sct", "comments": "TBD", "equivalence": "unmatched" } ] }, { "code": "AUTOC", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "codeSystem": "http://snomed.info/sct", "comments": "TBD", "equivalence": "unmatched" } ] }, { "code": "AUTP", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "codeSystem": "http://snomed.info/sct", "comments": "This really is not a specimen per se - it is the state of the subject from whom the specimen is collected, so it should be used as a specimen type modifier ONLY!. Often this is indicated with a special medical record number or other notation on the patient. needs to have specimen type (SPM-4) and source site (SPM.8) and spatial orientation (SPM.9)", "equivalence": "unmatched" } ] }, { "code": "BBL", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119304001", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "BCYST", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "codeSystem": "http://snomed.info/sct", "comments": "submitted (PLR155) with parent of 167874004^knee joint synovial fluid (specimen), with specimen source topography 32361000^Popliteal fossa structure (body structure)", "equivalence": "unmatched", "product": [ { "code": "32361000", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-8" } ] } ] }, { "code": "BITE", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "codeSystem": "http://snomed.info/sct", "comments": "Submit for new term with parent 119365002", "equivalence": "unmatched" } ] }, { "code": "BLEB", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "309049000", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent", "product": [ { "code": "339008", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-5" } ] } ] }, { "code": "BLIST", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "309049000", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent", "product": [ { "code": "339008", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-5" } ] } ] }, { "code": "BOIL", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119295008", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent", "product": [ { "code": "59843005", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-5" }, { "code": "14766002", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-7" } ] } ] }, { "code": "BON", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "430268003", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "BOWL", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "codeSystem": "http://snomed.info/sct", "comments": "Don't use this term for human samples - use Stool instead. animal would use small intestinal contents, large intestinal contents", "equivalence": "unmatched" } ] }, { "code": "BPU", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119300005", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "BRN", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119367005", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "BRSH", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "258415003", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent", "product": [ { "code": "439336003", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-7" } ] } ] }, { "code": "BRTH", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119336008", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "BRUS", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "309176002", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent", "product": [ { "code": "80657008", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-7" } ] } ] }, { "code": "BUB", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "302795002", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent", "product": [ { "code": "11585000", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-5" }, { "code": "14766002", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-7" } ] } ] }, { "code": "BULLA", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "258482009", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent", "product": [ { "code": "339008", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-5" } ] } ] }, { "code": "BX", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "258415003", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent", "product": [ { "code": "86273004", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-7" } ] } ] }, { "code": "CALC", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119350003", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "CARBU", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "309051001", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent", "product": [ { "code": "41570003", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-5" } ] } ] }, { "code": "CAT", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119311002", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "CBITE", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "codeSystem": "http://snomed.info/sct", "comments": "Submit for new term with parent 119365002", "equivalence": "unmatched" } ] }, { "code": "CLIPP", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119327009", "codeSystem": "http://snomed.info/sct", "comments": "Be more specific use either: 119326000^hair specimen or 119327009^nail specimen", "equivalence": "equivalent" } ] }, { "code": "CNJT", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119401005", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "CNJT", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "128160006", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "CNJT", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "258498002", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "COL", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119329007", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "CONE", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "399713008", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent", "product": [ { "code": "54535009", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-7" }, { "code": "71252005", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-8" } ] } ] }, { "code": "CSCR", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "codeSystem": "http://snomed.info/sct", "comments": "submit for new term with parent 119365002^Specimen from wound (specimen)", "equivalence": "unmatched" } ] }, { "code": "CSERU", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "codeSystem": "http://snomed.info/sct", "comments": "pending", "equivalence": "unmatched" } ] }, { "code": "CSITE", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "258507003", "codeSystem": "http://snomed.info/sct", "comments": "Prefer to have aspirate of the pus oozing out from cleaned insertion site - if swab is all that can be obtained, then swab after cleaning, otherwise you may get a contaminated specimen and a falsely identified infected central line. Do not just swab the reddened area - that will just collect skin flora ", "equivalence": "equivalent", "product": [ { "code": "386144009", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-5" }, { "code": "285570007", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-7" } ] } ] }, { "code": "CSMY", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "309051001", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "CST", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "258453008", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "CSVR", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "codeSystem": "http://snomed.info/sct", "comments": "TBD - may use blood and SPM-6", "equivalence": "unmatched" } ] }, { "code": "CTP", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119312009", "codeSystem": "http://snomed.info/sct", "comments": "TBD in detail", "equivalence": "equivalent" } ] }, { "code": "CVPS", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "258507003", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "CVPT", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119312009", "codeSystem": "http://snomed.info/sct", "comments": "TBD in detail", "equivalence": "equivalent", "product": [ { "code": "445085009", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-5" } ] } ] }, { "code": "CYN", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119368000", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent", "product": [ { "code": "27925004", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-5" } ] } ] }, { "code": "CYST", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119368000", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "DBITE", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "codeSystem": "http://snomed.info/sct", "comments": "Submit for new term with parent 119365002", "equivalence": "unmatched" } ] }, { "code": "DCS", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119335007", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "DEC", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "258505006", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "DEION", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "codeSystem": "http://snomed.info/sct", "comments": "TBD", "equivalence": "unmatched" } ] }, { "code": "DIA", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119360007", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "DISCHG", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "258439008", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "DIV", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119376003", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent", "product": [ { "code": "31113003", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-5" } ] } ] }, { "code": "DRN", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119306004", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "DRNG", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "258455001", "codeSystem": "http://snomed.info/sct", "comments": "Historical term - consider what is being drained and indicate that in SPM-4 instead: not an acceptible specimen for micro - not specific enough term", "equivalence": "equivalent", "product": [ { "code": "122462000", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-7" } ] } ] }, { "code": "DRNGP", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "309051001", "codeSystem": "http://snomed.info/sct", "comments": "Historical term - consider what is being drained and indicate that in SPM-4 instead", "equivalence": "equivalent", "product": [ { "code": "122462000", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-7" } ] } ] }, { "code": "EARW", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "122580007", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "EBRUSH", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "309210009", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent", "product": [ { "code": "36213007", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-7" }, { "code": "32849002", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-8" } ] } ] }, { "code": "EEYE", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "codeSystem": "http://snomed.info/sct", "comments": "TBD", "equivalence": "unmatched" } ] }, { "code": "EFF", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "codeSystem": "http://snomed.info/sct", "comments": "TBD", "equivalence": "unmatched" } ] }, { "code": "EFFUS", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "258440005", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "EFOD", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119320006", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "EISO", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "258536003", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "ELT", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119314005", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "ENVIR", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119324002", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "EOTH", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "codeSystem": "http://snomed.info/sct", "comments": "TBD", "equivalence": "unmatched" } ] }, { "code": "ESOI", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "codeSystem": "http://snomed.info/sct", "comments": "TBD", "equivalence": "unmatched" } ] }, { "code": "ESOS", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "codeSystem": "http://snomed.info/sct", "comments": "TBD", "equivalence": "unmatched" } ] }, { "code": "ETA", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119307008", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent", "product": [ { "code": "14766002", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-7" }, { "code": "321667001", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-8" } ] } ] }, { "code": "ETTP", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119312009", "codeSystem": "http://snomed.info/sct", "comments": "TBD in detail", "equivalence": "equivalent" } ] }, { "code": "ETTUB", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119307008", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent", "product": [ { "code": "14766002", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-7" }, { "code": "321667001", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-8" } ] } ] }, { "code": "EWHI", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "codeSystem": "http://snomed.info/sct", "comments": "TBD", "equivalence": "unmatched" } ] }, { "code": "EXG", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119336008", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "EXS", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "codeSystem": "http://snomed.info/sct", "comments": "TBD", "equivalence": "unmatched" } ] }, { "code": "EXUDTE", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "258441009", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "FAW", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "codeSystem": "http://snomed.info/sct", "comments": "TBD", "equivalence": "unmatched" } ] }, { "code": "FBLOOD", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119297000", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent", "product": [ { "code": "303112003", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-5" } ] } ] }, { "code": "FGA", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "168139001", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent", "product": [ { "code": "83670000", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-8" } ] } ] }, { "code": "FIST", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119370009", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "FLD", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "309051001", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "FLT", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "codeSystem": "http://snomed.info/sct", "comments": "TBD", "equivalence": "unmatched" } ] }, { "code": "FLU", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "309051001", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "FLUID", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "258442002", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "FOLEY", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119312009", "codeSystem": "http://snomed.info/sct", "comments": "TBD in detail", "equivalence": "equivalent" } ] }, { "code": "FRS", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "258442002", "codeSystem": "http://snomed.info/sct", "comments": "this term is not specific enough, choose from terms that more accurately describe the specimen", "equivalence": "equivalent", "product": [ { "code": "272626006", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-8" } ] } ] }, { "code": "FSCLP", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "309502007", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent", "product": [ { "code": "41695006", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-8" } ] } ] }, { "code": "FUR", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119295008", "codeSystem": "http://snomed.info/sct", "comments": "Further describe the sample as tissue or pus. or by the collection method. The term boil is not specifc to a body site - need to indicate source site (spm.8). preferred term is Aspirate_Boil", "equivalence": "equivalent", "product": [ { "code": "59843005", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-5" } ] } ] }, { "code": "GAS", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119317003", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "GASA", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "168137004", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent", "product": [ { "code": "14766002", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-7" }, { "code": "69695003", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-8" } ] } ] }, { "code": "GASAN", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119379005", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent", "product": [ { "code": "66051006", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-8" } ] } ] }, { "code": "GASBR", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "309213006", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent", "product": [ { "code": "235157009", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-7" }, { "code": "69695003", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-8" } ] } ] }, { "code": "GASD", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "258459007", "codeSystem": "http://snomed.info/sct", "comments": "Historical term - consider what is being drained and indicate that in SPM-4 instead", "equivalence": "equivalent", "product": [ { "code": "122462000", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-7" }, { "code": "69695003", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-8" } ] } ] }, { "code": "GAST", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "258459007", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "GENV", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119394009", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "GRAFT", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "440493002", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "GRANU", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119376003", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent", "product": [ { "code": "45647009", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-5" } ] } ] }, { "code": "GROSH", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119311002", "codeSystem": "http://snomed.info/sct", "comments": "TBD in detail", "equivalence": "equivalent" } ] }, { "code": "GSOL", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "codeSystem": "http://snomed.info/sct", "comments": "TBD", "equivalence": "unmatched" } ] }, { "code": "GSPEC", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "309211008", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent", "product": [ { "code": "79121003", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-7" }, { "code": "69695003", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-8" } ] } ] }, { "code": "GT", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "codeSystem": "http://snomed.info/sct", "comments": "TBD", "equivalence": "unmatched" } ] }, { "code": "GTUBE", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "258459007", "codeSystem": "http://snomed.info/sct", "comments": "Historical term - consider what is being drained and indicate that in SPM-4 instead", "equivalence": "equivalent", "product": [ { "code": "127490009", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-5" }, { "code": "122462000", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-7" }, { "code": "69695003", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-8" } ] } ] }, { "code": "HBITE", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "codeSystem": "http://snomed.info/sct", "comments": "Submit for new term with parent 119365002", "equivalence": "unmatched" } ] }, { "code": "HBLUD", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119297000", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent", "product": [ { "code": "303113008", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-5" } ] } ] }, { "code": "HEMAQ", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119312009", "codeSystem": "http://snomed.info/sct", "comments": "TBD in detail", "equivalence": "equivalent" } ] }, { "code": "HEMO", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119312009", "codeSystem": "http://snomed.info/sct", "comments": "TBD in detail", "equivalence": "equivalent" } ] }, { "code": "HERNI", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119376003", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "HEV", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119306004", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "HIC", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119312009", "codeSystem": "http://snomed.info/sct", "comments": "TBD in detail", "equivalence": "equivalent", "product": [ { "code": "445085009", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-5" } ] } ] }, { "code": "HYDC", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "309051001", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent", "product": [ { "code": "55434001", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-5" } ] } ] }, { "code": "IBITE", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "codeSystem": "http://snomed.info/sct", "comments": "Submit for new term with parent 119365002", "equivalence": "unmatched" } ] }, { "code": "ICYST", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "309075001", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "IDC", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119312009", "codeSystem": "http://snomed.info/sct", "comments": "TBD in detail", "equivalence": "equivalent" } ] }, { "code": "IHG", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119337004", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "ILEO", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "258455001", "codeSystem": "http://snomed.info/sct", "comments": "Historical term - consider what is being drained and indicate that in SPM-4 instead: stool is what is expected, should use stool sample", "equivalence": "equivalent", "product": [ { "code": "419954003", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-5" } ] } ] }, { "code": "ILLEG", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "codeSystem": "http://snomed.info/sct", "comments": "TBD", "equivalence": "unmatched" } ] }, { "code": "IMP", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "439961009", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "INCI", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "438660002", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "INFIL", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "codeSystem": "http://snomed.info/sct", "comments": "This describes a morphologic abnormality, not a sample", "equivalence": "unmatched" } ] }, { "code": "INS", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "258614005", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "INTRD", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119312009", "codeSystem": "http://snomed.info/sct", "comments": "TBD in detail", "equivalence": "equivalent" } ] }, { "code": "IT", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119307008", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "IUD", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "codeSystem": "http://snomed.info/sct", "comments": "pending", "equivalence": "unmatched" } ] }, { "code": "IVCAT", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119312009", "codeSystem": "http://snomed.info/sct", "comments": "TBD in detail", "equivalence": "equivalent", "product": [ { "code": "255560000", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-5" } ] } ] }, { "code": "IVFLD", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "258649003", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "IVTIP", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119312009", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "JEJU", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "258463000", "codeSystem": "http://snomed.info/sct", "comments": "Historical term - consider what is being drained and indicate that in SPM-4 instead: stool is what is expected, should use stool sample", "equivalence": "equivalent", "product": [ { "code": "122462000", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-7" }, { "code": "21306003", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-8" } ] } ] }, { "code": "JNTFLD", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119332005", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "JP", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "309051001", "codeSystem": "http://snomed.info/sct", "comments": "Historical term - consider what is being drained and indicate that in SPM-4 instead", "equivalence": "equivalent", "product": [ { "code": "122462000", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-7" } ] } ] }, { "code": "KELOI", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "440674008", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent", "product": [ { "code": "67889009", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-7" } ] } ] }, { "code": "KIDFLD", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "309051001", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent", "product": [ { "code": "64033007", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-8" } ] } ] }, { "code": "LAVG", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "258607008", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent", "product": [ { "code": "397394009", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-7" } ] } ] }, { "code": "LAVGG", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "168138009", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent", "product": [ { "code": "173830003", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-7" }, { "code": "69695003", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-8" } ] } ] }, { "code": "LAVGP", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "440137008", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "LAVPG", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "440674008", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent", "product": [ { "code": "67889009", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-7" }, { "code": "44567001", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-8" } ] } ] }, { "code": "LENS1", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "440473005", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "LENS2", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "codeSystem": "http://snomed.info/sct", "comments": "TBD", "equivalence": "unmatched" } ] }, { "code": "LESN", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "309049000", "codeSystem": "http://snomed.info/sct", "comments": "should be more specific what kind of lesion is observed - be more specific is it a wound, abscess, mass - specify! Ask SNOMED CT to mark it as a grouper term only (309049000)", "equivalence": "equivalent" } ] }, { "code": "LIQ", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "258442002", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "LIQO", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "codeSystem": "http://snomed.info/sct", "comments": "TBD", "equivalence": "unmatched" } ] }, { "code": "LSAC", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "258450006", "codeSystem": "http://snomed.info/sct", "comments": "The HL7 term is a historical term Mapped to CSF obtained by lumbar puncture", "equivalence": "equivalent", "product": [ { "code": "303949008", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-8" } ] } ] }, { "code": "MAHUR", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119312009", "codeSystem": "http://snomed.info/sct", "comments": "TBD in detail", "equivalence": "equivalent" } ] }, { "code": "MASS", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "420548004", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent", "product": [ { "code": "4147007", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-5" } ] } ] }, { "code": "MBLD", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119345009", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "MUCOS", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119376003", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent", "product": [ { "code": "414781009", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-8" } ] } ] }, { "code": "MUCUS", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "258483004", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "NASDR", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "258474009", "codeSystem": "http://snomed.info/sct", "comments": "Historical term - consider what is being drained and indicate that in SPM-4 instead", "equivalence": "equivalent", "product": [ { "code": "122462000", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-7" }, { "code": "2095001", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-8" } ] } ] }, { "code": "NEDL", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "codeSystem": "http://snomed.info/sct", "comments": "TBD", "equivalence": "unmatched" } ] }, { "code": "NEPH", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "438660002", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "NGASP", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "302794003", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent", "product": [ { "code": "6853008", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-7" }, { "code": "69695003", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-8" } ] } ] }, { "code": "NGAST", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "258459007", "codeSystem": "http://snomed.info/sct", "comments": "Historical term - consider what is being drained and indicate that in SPM-4 instead", "equivalence": "equivalent", "product": [ { "code": "127492001", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-5" }, { "code": "122462000", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-7" }, { "code": "69695003", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-8" } ] } ] }, { "code": "NGS", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "438660002", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "NODUL", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "codeSystem": "http://snomed.info/sct", "comments": "pending", "equivalence": "unmatched" } ] }, { "code": "NSECR", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "168141000", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "ORH", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "123038009", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "ORL", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "codeSystem": "http://snomed.info/sct", "comments": "be more precise use ulcer, tumor, vesicle", "equivalence": "unmatched", "product": [ { "code": "74262004", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-8" } ] } ] }, { "code": "OTH", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "123038009", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "PACEM", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "codeSystem": "http://snomed.info/sct", "comments": "TBD", "equivalence": "unmatched" } ] }, { "code": "PCFL", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "122571007", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "PDSIT", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "438660002", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "PDTS", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "codeSystem": "http://snomed.info/sct", "comments": "submitted for code", "equivalence": "unmatched" } ] }, { "code": "PELVA", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119371008", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent", "product": [ { "code": "12921003", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-8" } ] } ] }, { "code": "PENIL", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "codeSystem": "http://snomed.info/sct", "comments": "need to know what kind of lesion, so map to: UlcerTissue_penile, VesicleFluid_penile, Wound_penile, Mass tissue_penile, Necrotic tissue_penile, AbscessAspirate_penile, Anything else?", "equivalence": "unmatched", "product": [ { "code": "18911002", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-8" } ] } ] }, { "code": "PERIA", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119371008", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent", "product": [ { "code": "397158004", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-8" } ] } ] }, { "code": "PILOC", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119368000", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "PINS", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "438660002", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "PIS", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "258507003", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "PLAN", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119301009", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "PLAS", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119361006", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "PLB", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119305000", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "PLEVS", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119364003", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent", "product": [ { "code": "255587001", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-5" } ] } ] }, { "code": "PND", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "258439008", "codeSystem": "http://snomed.info/sct", "comments": "Historical term -though in this case more often used for discharge", "equivalence": "equivalent", "product": [ { "code": "122462000", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-7" }, { "code": "13648007", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-8" } ] } ] }, { "code": "POL", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119376003", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent", "product": [ { "code": "41329004", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-5" } ] } ] }, { "code": "POPGS", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "440493002", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent", "product": [ { "code": "6902008", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-8" } ] } ] }, { "code": "POPLG", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "440493002", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent", "product": [ { "code": "6902008", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-8" } ] } ] }, { "code": "POPLV", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "codeSystem": "http://snomed.info/sct", "comments": "TBD", "equivalence": "unmatched" } ] }, { "code": "PORTA", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119311002", "codeSystem": "http://snomed.info/sct", "comments": "TBD in detail", "equivalence": "equivalent" } ] }, { "code": "PPP", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119362004", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "PROST", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "438660002", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "PRP", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119363009", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "PSC", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119368000", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "PUNCT", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119365002", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent", "product": [ { "code": "129300006", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-5" } ] } ] }, { "code": "PUS", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119323008", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "PUSFR", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119323008", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent", "product": [ { "code": "47002008", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-5" } ] } ] }, { "code": "PUST", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119323008", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent", "product": [ { "code": "47002008", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-5" } ] } ] }, { "code": "QC3", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "codeSystem": "http://snomed.info/sct", "comments": "TBD", "equivalence": "unmatched" } ] }, { "code": "RANDU", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "278020009", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "RBITE", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "codeSystem": "http://snomed.info/sct", "comments": "Submit for new term with parent: 119365002", "equivalence": "unmatched" } ] }, { "code": "RECT", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119339001", "codeSystem": "http://snomed.info/sct", "comments": "Historical term - consider what is being drained and indicate that in SPM-4 instead: stool is what is expected, should use stool sample", "equivalence": "equivalent", "product": [ { "code": "122462000", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-7" }, { "code": "34402009", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-8" } ] } ] }, { "code": "RECTA", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119371008", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent", "product": [ { "code": "34402009", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-8" } ] } ] }, { "code": "RENALC", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "258420003", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent", "product": [ { "code": "64033007", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-8" } ] } ] }, { "code": "RENC", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "258453008", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent", "product": [ { "code": "64033007", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-8" } ] } ] }, { "code": "RES", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "258603007", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "SAL", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119342007", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "SCAR", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119376003", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "SCLV", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119312009", "codeSystem": "http://snomed.info/sct", "comments": "TBD in detail", "equivalence": "equivalent", "product": [ { "code": "9454009", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-8" } ] } ] }, { "code": "SCROA", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119371008", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent", "product": [ { "code": "20233005", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-8" } ] } ] }, { "code": "SECRE", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "432825001", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "SER", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119364003", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "SHU", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119295008", "codeSystem": "http://snomed.info/sct", "comments": "Preferred is aspiration with sterile syringe from inflamed area. Specify body location of shunt site", "equivalence": "equivalent", "product": [ { "code": "257351008", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-5" }, { "code": "14766002", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-7" } ] } ] }, { "code": "SHUNF", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "446861007", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent", "product": [ { "code": "446860008", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-7" }, { "code": "279107003", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-8" } ] } ] }, { "code": "SHUNT", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "codeSystem": "http://snomed.info/sct", "comments": "TBD", "equivalence": "unmatched" } ] }, { "code": "SITE", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "codeSystem": "http://snomed.info/sct", "comments": "TBD", "equivalence": "unmatched" } ] }, { "code": "SKBP", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "309066003", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent", "product": [ { "code": "240977001", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-7" } ] } ] }, { "code": "SKN", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119325001", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "SMM", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "420548004", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent", "product": [ { "code": "4147007", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-5" } ] } ] }, { "code": "SNV", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119332005", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "SPRM", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119349003", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "SPRP", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119312009", "codeSystem": "http://snomed.info/sct", "comments": "TBD in detail", "equivalence": "equivalent" } ] }, { "code": "SPRPB", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119312009", "codeSystem": "http://snomed.info/sct", "comments": "TBD in detail", "equivalence": "equivalent" } ] }, { "code": "SPS", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "codeSystem": "http://snomed.info/sct", "comments": "TBD", "equivalence": "unmatched" } ] }, { "code": "SPT", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119334006", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "SPTC", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119335007", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "SPTT", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "258609006", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "SPUT1", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "codeSystem": "http://snomed.info/sct", "comments": "TBD", "equivalence": "unmatched" } ] }, { "code": "SPUTIN", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "258610001", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "SPUTSP", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119335007", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "STER", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "codeSystem": "http://snomed.info/sct", "comments": "TBD", "equivalence": "unmatched" } ] }, { "code": "STL", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119339001", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "STONE", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119350003", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent", "product": [ { "code": "64033007", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-8" } ] } ] }, { "code": "SUBMA", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119371008", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent", "product": [ { "code": "5713008", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-8" } ] } ] }, { "code": "SUBMX", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119371008", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent", "product": [ { "code": "4335006", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-8" } ] } ] }, { "code": "SUMP", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "446562005", "codeSystem": "http://snomed.info/sct", "comments": "Historical term - consider what is being drained and indicate that in SPM-4 instead", "equivalence": "equivalent", "product": [ { "code": "122462000", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-7" } ] } ] }, { "code": "SUP", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "122575003", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent", "product": [ { "code": "58088002", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-7" } ] } ] }, { "code": "SUTUR", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "codeSystem": "http://snomed.info/sct", "comments": "TBD", "equivalence": "unmatched" } ] }, { "code": "SWGZ", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119312009", "codeSystem": "http://snomed.info/sct", "comments": "TBD in detail", "equivalence": "equivalent" } ] }, { "code": "TASP", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "122877000", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent", "product": [ { "code": "129112001", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-7" }, { "code": "44567001", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-8" } ] } ] }, { "code": "TISS", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119376003", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "TISU", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "122593002", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "TLC", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119312009", "codeSystem": "http://snomed.info/sct", "comments": "TBD in detail", "equivalence": "equivalent" } ] }, { "code": "TRAC", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "438660002", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "TRANS", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "258538002", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "TSERU", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119364003", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent", "product": [ { "code": "255588006", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-5" } ] } ] }, { "code": "TSTES", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119371008", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent", "product": [ { "code": "279572002", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-8" } ] } ] }, { "code": "TTRA", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "258480001", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent", "product": [ { "code": "129112001", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-7" } ] } ] }, { "code": "TUBES", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119310001", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "TUMOR", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "258435002", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "TZANC", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "codeSystem": "http://snomed.info/sct", "comments": "This is the name of a lab test. A skin sample is examined for viral inclusions.", "equivalence": "unmatched" } ] }, { "code": "UDENT", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "123038009", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "UR", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "122575003", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "URC", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "122880004", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "URINB", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "122575003", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent", "product": [ { "code": "78533007", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-7" } ] } ] }, { "code": "URINC", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "446846006", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "URINM", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "258574006", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent", "product": [ { "code": "225271002", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-7" }, { "code": "431938005", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-8" } ] } ] }, { "code": "URINN", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "446277003", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent", "product": [ { "code": "225109005", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-7" }, { "code": "25990002", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-8" } ] } ] }, { "code": "URINP", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "codeSystem": "http://snomed.info/sct", "comments": "TBD", "equivalence": "unmatched" } ] }, { "code": "URT", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "122565001", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "USCOP", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "codeSystem": "http://snomed.info/sct", "comments": "NEW specimenTERM 7", "equivalence": "unmatched", "product": [ { "code": "176178006", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-7" }, { "code": "89837001", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-8" } ] } ] }, { "code": "USPEC", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "123038009", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "VASTIP", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119312009", "codeSystem": "http://snomed.info/sct", "comments": "TBD in detail", "equivalence": "equivalent" } ] }, { "code": "VENT", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119312009", "codeSystem": "http://snomed.info/sct", "comments": "TBD in detail", "equivalence": "equivalent" } ] }, { "code": "VITF", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "258438000", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "VOM", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "122572000", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "WASH", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "440674008", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "WASI", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "122609004", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "WAT", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119318008", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "WB", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "codeSystem": "http://snomed.info/sct", "comments": "Bloodbanking term ONLY now map to blood and the respective preservative", "equivalence": "unmatched" } ] }, { "code": "WEN", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "309075001", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "WICK", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "codeSystem": "http://snomed.info/sct", "comments": "TBD", "equivalence": "unmatched" } ] }, { "code": "WND", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119365002", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "WNDA", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119366001", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "WNDD", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "122566000", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent", "product": [ { "code": "122462000", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-7" } ] } ] }, { "code": "WNDE", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "122568004", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "WORM", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "258618008", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "WRT", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "309068002", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "WWA", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "code": "119318008", "codeSystem": "http://snomed.info/sct", "equivalence": "equivalent" } ] }, { "code": "WWO", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "codeSystem": "http://snomed.info/sct", "comments": "TBD", "equivalence": "unmatched" } ] }, { "code": "WWT", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "codeSystem": "http://snomed.info/sct", "comments": "TBD", "equivalence": "unmatched" } ] }, { "code": "CSITE", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "codeSystem": "http://snomed.info/sct", "comments": "Prefer to have aspirate of the pus oozing out from cleaned insertion site - if swab is all that can be obtained, then swab after cleaning, otherwise you may get a contaminated specimen and a falsely identified infected central line. Do not just swab the reddened area - that will just collect skin flora", "equivalence": "unmatched", "product": [ { "code": "119295008", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-5" }, { "code": "386144009", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-7" }, { "code": "14766002", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-8" } ] } ] }, { "code": "CLIPP", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "codeSystem": "http://snomed.info/sct", "comments": "Be more specific use either: 119326000^hair specimen, or 119327009^nail specimen", "equivalence": "unmatched", "product": [ { "code": "119326000", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-5" } ] } ] }, { "code": "SHU", "codeSystem": "http://hl7.org/fhir/v2/0487", "target": [ { "codeSystem": "http://snomed.info/sct", "comments": "assume swab from shunt site for mapping here - clean surface of skin prior to expressing the shunt site - preferred is aspiration with sterile syringe should use SPM.8 to specify body approximate match location of shunt site", "equivalence": "unmatched", "product": [ { "code": "438660002", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-5" }, { "code": "257351008", "codeSystem": "http://snomed.info/sct", "element": "http://hl7.org/fhir/v2/element/SPM-7" } ] } ] } ], "experimental": false, "id": "102", "name": "Specimen mapping from v2 table 0487 to SNOMED CT", "publisher": "FHIR project team (original source: LabMCoP)", "resourceType": "ConceptMap", "sourceReference": { "reference": "http://hl7.org/fhir/ValueSet/v2-0487" }, "status": "draft", "targetReference": { "reference": "http://snomed.info/id" }, "text": { "div": "
\n

Specimen mapping from v2 table 0487 to SNOMED CT (http://hl7.org/fhir/ConceptMap/102)

\n

Mapping from \n http://hl7.org/fhir/ValueSet/v2-0487 to \n SNOMED-CT\n

\n

DRAFT. Published on 25/07/2013 by FHIR project team (original source: LabMCoP) (\n http://hl7.org/fhir; , \n http://www.phconnect.org/group...; ). \n

\n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n Source Concept\n \n Equivalence\n \n Destination Concept\n \n Comments\n
\n Code [http://hl7.org/fhir/v2/0487]\n \n \n Code [http://snomed.info/sct]\n \n v2 SPM-7 [http://snomed.info/sct]\n \n v2 SPM-8 [http://snomed.info/sct]\n \n v2 SPM-5 [http://snomed.info/sct]\n \n
ACNE (Tissue, Acne)EQUIVALENT309068002\n \n \n \n
ACNFLD (Fluid, Acne)EQUIVALENT119323008\n \n 47002008HL7 term is a historical term. mapped to Pus
AIRS (Air Sample)EQUIVALENT446302006\n \n \n \n
ALL (Allograft)EQUIVALENT119376003\n \n 7970006\n
AMP (Amputation)EQUIVALENT40865400381723002\n \n \n
ANGI (Catheter Tip, Angio)EQUIVALENT119312009\n \n \n TBD in detail
ARTC (Catheter Tip, Arterial)EQUIVALENT119312009\n \n \n TBD in detail
ASERU (Serum, Acute)UNMATCHED\n \n \n \n pending
ASP (Aspirate)EQUIVALENT11929500814766002\n \n \n
ATTE (Environment, Attest)UNMATCHED\n \n \n \n TBD
AUTOC (Environmental, Autoclave Capsule)UNMATCHED\n \n \n \n TBD
AUTP (Autopsy)UNMATCHED\n \n \n \n This really is not a specimen per se - it is the state of the subject from whom the specimen is collected, so it should be used as a specimen type modifier ONLY!. Often this is indicated with a special medical record number or other notation on the patient. needs to have specimen type (SPM-4) and source site (SPM.8) and spatial orientation (SPM.9)
BBL (Blood bag)EQUIVALENT119304001\n \n \n \n
BCYST (Cyst, Baker's)UNMATCHED\n \n 32361000\n submitted (PLR155) with parent of 167874004^knee joint synovial fluid (specimen), with specimen source topography 32361000^Popliteal fossa structure (body structure)
BITE (Bite)UNMATCHED\n \n \n \n Submit for new term with parent 119365002
BLEB (Bleb)EQUIVALENT309049000\n \n 339008\n
BLIST (Blister)EQUIVALENT309049000\n \n 339008\n
BOIL (Boil)EQUIVALENT11929500814766002\n 59843005\n
BON (Bone)EQUIVALENT430268003\n \n \n \n
BOWL (Bowel contents)UNMATCHED\n \n \n \n Don't use this term for human samples - use Stool instead. animal would use small intestinal contents, large intestinal contents
BPU (Blood product unit)EQUIVALENT119300005\n \n \n \n
BRN (Burn)EQUIVALENT119367005\n \n \n \n
BRSH (Brush)EQUIVALENT258415003439336003\n \n \n
BRTH (Breath (use EXHLD))EQUIVALENT119336008\n \n \n \n
BRUS (Brushing)EQUIVALENT30917600280657008\n \n \n
BUB (Bubo)EQUIVALENT30279500214766002\n 11585000\n
BULLA (Bulla/Bullae)EQUIVALENT258482009\n \n 339008\n
BX (Biopsy)EQUIVALENT25841500386273004\n \n \n
CALC (Calculus (=Stone))EQUIVALENT119350003\n \n \n \n
CARBU (Carbuncle)EQUIVALENT309051001\n \n 41570003\n
CAT (Catheter)EQUIVALENT119311002\n \n \n \n
CBITE (Bite, Cat)UNMATCHED\n \n \n \n Submit for new term with parent 119365002
CLIPP (Clippings)EQUIVALENT119327009\n \n \n Be more specific use either: 119326000^hair specimen or 119327009^nail specimen
CNJT (Conjunctiva)EQUIVALENT119401005\n \n \n \n
CNJT (Conjunctiva)EQUIVALENT128160006\n \n \n \n
CNJT (Conjunctiva)EQUIVALENT258498002\n \n \n \n
COL (Colostrum)EQUIVALENT119329007\n \n \n \n
CONE (Biospy, Cone)EQUIVALENT3997130085453500971252005\n \n
CSCR (Scratch, Cat)UNMATCHED\n \n \n \n submit for new term with parent 119365002^Specimen from wound (specimen)
CSERU (Serum, Convalescent)UNMATCHED\n \n \n \n pending
CSITE (Catheter Insertion Site)EQUIVALENT258507003285570007\n 386144009Prefer to have aspirate of the pus oozing out from cleaned insertion site - if swab is all that can be obtained, then swab after cleaning, otherwise you may get a contaminated specimen and a falsely identified infected central line. Do not just swab the reddened area - that will just collect skin flora
CSMY (Fluid, Cystostomy Tube)EQUIVALENT309051001\n \n \n \n
CST (Fluid, Cyst)EQUIVALENT258453008\n \n \n \n
CSVR (Blood, Cell Saver)UNMATCHED\n \n \n \n TBD - may use blood and SPM-6
CTP (Catheter tip)EQUIVALENT119312009\n \n \n TBD in detail
CVPS (Site, CVP)EQUIVALENT258507003\n \n \n \n
CVPT (Catheter Tip, CVP)EQUIVALENT119312009\n \n 445085009TBD in detail
CYN (Nodule, Cystic)EQUIVALENT119368000\n \n 27925004\n
CYST (Cyst)EQUIVALENT119368000\n \n \n \n
DBITE (Bite, Dog)UNMATCHED\n \n \n \n Submit for new term with parent 119365002
DCS (Sputum, Deep Cough)EQUIVALENT119335007\n \n \n \n
DEC (Ulcer, Decubitus)EQUIVALENT258505006\n \n \n \n
DEION (Environmental, Water (Deionized))UNMATCHED\n \n \n \n TBD
DIA (Dialysate)EQUIVALENT119360007\n \n \n \n
DISCHG (Discharge)EQUIVALENT258439008\n \n \n \n
DIV (Diverticulum)EQUIVALENT119376003\n \n 31113003\n
DRN (Drain)EQUIVALENT119306004\n \n \n \n
DRNG (Drainage, Tube)EQUIVALENT258455001122462000\n \n Historical term - consider what is being drained and indicate that in SPM-4 instead: not an acceptible specimen for micro - not specific enough term
DRNGP (Drainage, Penrose)EQUIVALENT309051001122462000\n \n Historical term - consider what is being drained and indicate that in SPM-4 instead
EARW (Ear wax (cerumen))EQUIVALENT122580007\n \n \n \n
EBRUSH (Brush, Esophageal)EQUIVALENT3092100093621300732849002\n \n
EEYE (Environmental, Eye Wash)UNMATCHED\n \n \n \n TBD
EFF (Environmental, Effluent)UNMATCHED\n \n \n \n TBD
EFFUS (Effusion)EQUIVALENT258440005\n \n \n \n
EFOD (Environmental, Food)EQUIVALENT119320006\n \n \n \n
EISO (Environmental, Isolette)EQUIVALENT258536003\n \n \n \n
ELT (Electrode)EQUIVALENT119314005\n \n \n \n
ENVIR (Environmental, Unidentified Substance)EQUIVALENT119324002\n \n \n \n
EOTH (Environmental, Other Substance)UNMATCHED\n \n \n \n TBD
ESOI (Environmental, Soil)UNMATCHED\n \n \n \n TBD
ESOS (Environmental, Solution (Sterile))UNMATCHED\n \n \n \n TBD
ETA (Aspirate, Endotrach)EQUIVALENT11930700814766002321667001\n \n
ETTP (Catheter Tip, Endotracheal)EQUIVALENT119312009\n \n \n TBD in detail
ETTUB (Tube, Endotracheal)EQUIVALENT11930700814766002321667001\n \n
EWHI (Environmental, Whirlpool)UNMATCHED\n \n \n \n TBD
EXG (Gas, exhaled (=breath))EQUIVALENT119336008\n \n \n \n
EXS (Shunt, External)UNMATCHED\n \n \n \n TBD
EXUDTE (Exudate)EQUIVALENT258441009\n \n \n \n
FAW (Environmental, Water (Well))UNMATCHED\n \n \n \n TBD
FBLOOD (Blood, Fetal)EQUIVALENT119297000\n \n 303112003\n
FGA (Fluid, Abdomen)EQUIVALENT168139001\n 83670000\n \n
FIST (Fistula)EQUIVALENT119370009\n \n \n \n
FLD (Fluid, Other)EQUIVALENT309051001\n \n \n \n
FLT (Filter)UNMATCHED\n \n \n \n TBD
FLU (Fluid, Body unsp)EQUIVALENT309051001\n \n \n \n
FLUID (Fluid)EQUIVALENT258442002\n \n \n \n
FOLEY (Catheter Tip, Foley)EQUIVALENT119312009\n \n \n TBD in detail
FRS (Fluid, Respiratory)EQUIVALENT258442002\n 272626006\n this term is not specific enough, choose from terms that more accurately describe the specimen
FSCLP (Scalp, Fetal)EQUIVALENT309502007\n 41695006\n \n
FUR (Furuncle)EQUIVALENT119295008\n \n 59843005Further describe the sample as tissue or pus. or by the collection method. The term boil is not specifc to a body site - need to indicate source site (spm.8). preferred term is Aspirate_Boil
GAS (Gas)EQUIVALENT119317003\n \n \n \n
GASA (Aspirate, Gastric)EQUIVALENT1681370041476600269695003\n \n
GASAN (Antrum, Gastric)EQUIVALENT119379005\n 66051006\n \n
GASBR (Brushing, Gastric)EQUIVALENT30921300623515700969695003\n \n
GASD (Drainage, Gastric)EQUIVALENT25845900712246200069695003\n Historical term - consider what is being drained and indicate that in SPM-4 instead
GAST (Fluid/contents, Gastric)EQUIVALENT258459007\n \n \n \n
GENV (Genital vaginal)EQUIVALENT119394009\n \n \n \n
GRAFT (Graft)EQUIVALENT440493002\n \n \n \n
GRANU (Granuloma)EQUIVALENT119376003\n \n 45647009\n
GROSH (Catheter, Groshong)EQUIVALENT119311002\n \n \n TBD in detail
GSOL (Solution, Gastrostomy)UNMATCHED\n \n \n \n TBD
GSPEC (Biopsy, Gastric)EQUIVALENT3092110087912100369695003\n \n
GT (Tube, Gastric)UNMATCHED\n \n \n \n TBD
GTUBE (Drainage Tube, Drainage (Gastrostomy))EQUIVALENT25845900712246200069695003127490009Historical term - consider what is being drained and indicate that in SPM-4 instead
HBITE (Bite, Human)UNMATCHED\n \n \n \n Submit for new term with parent 119365002
HBLUD (Blood, Autopsy)EQUIVALENT119297000\n \n 303113008\n
HEMAQ (Catheter Tip, Hemaquit)EQUIVALENT119312009\n \n \n TBD in detail
HEMO (Catheter Tip, Hemovac)EQUIVALENT119312009\n \n \n TBD in detail
HERNI (Tissue, Herniated)EQUIVALENT119376003\n \n \n \n
HEV (Drain, Hemovac)EQUIVALENT119306004\n \n \n \n
HIC (Catheter, Hickman)EQUIVALENT119312009\n \n 445085009TBD in detail
HYDC (Fluid, Hydrocele)EQUIVALENT309051001\n \n 55434001\n
IBITE (Bite, Insect)UNMATCHED\n \n \n \n Submit for new term with parent 119365002
ICYST (Cyst, Inclusion)EQUIVALENT309075001\n \n \n \n
IDC (Catheter Tip, Indwelling)EQUIVALENT119312009\n \n \n TBD in detail
IHG (Gas, Inhaled)EQUIVALENT119337004\n \n \n \n
ILEO (Drainage, Ileostomy)EQUIVALENT258455001\n \n 419954003Historical term - consider what is being drained and indicate that in SPM-4 instead: stool is what is expected, should use stool sample
ILLEG (Source of Specimen Is Illegible)UNMATCHED\n \n \n \n TBD
IMP (Implant)EQUIVALENT439961009\n \n \n \n
INCI (Site, Incision/Surgical)EQUIVALENT438660002\n \n \n \n
INFIL (Infiltrate)UNMATCHED\n \n \n \n This describes a morphologic abnormality, not a sample
INS (Insect)EQUIVALENT258614005\n \n \n \n
INTRD (Catheter Tip, Introducer)EQUIVALENT119312009\n \n \n TBD in detail
IT (Intubation tube)EQUIVALENT119307008\n \n \n \n
IUD (Intrauterine Device)UNMATCHED\n \n \n \n pending
IVCAT (Catheter Tip, IV)EQUIVALENT119312009\n \n 255560000TBD in detail
IVFLD (Fluid, IV)EQUIVALENT258649003\n \n \n \n
IVTIP (Tubing Tip, IV)EQUIVALENT119312009\n \n \n \n
JEJU (Drainage, Jejunal)EQUIVALENT25846300012246200021306003\n Historical term - consider what is being drained and indicate that in SPM-4 instead: stool is what is expected, should use stool sample
JNTFLD (Fluid, Joint)EQUIVALENT119332005\n \n \n \n
JP (Drainage, Jackson Pratt)EQUIVALENT309051001122462000\n \n Historical term - consider what is being drained and indicate that in SPM-4 instead
KELOI (Lavage)EQUIVALENT44067400867889009\n \n \n
KIDFLD (Fluid, Kidney)EQUIVALENT309051001\n 64033007\n \n
LAVG (Lavage, Bronhial)EQUIVALENT258607008397394009\n \n \n
LAVGG (Lavage, Gastric)EQUIVALENT16813800917383000369695003\n \n
LAVGP (Lavage, Peritoneal)EQUIVALENT440137008\n \n \n \n
LAVPG (Lavage, Pre-Bronch)EQUIVALENT4406740086788900944567001\n \n
LENS1 (Contact Lens)EQUIVALENT440473005\n \n \n \n
LENS2 (Contact Lens Case)UNMATCHED\n \n \n \n TBD
LESN (Lesion)EQUIVALENT309049000\n \n \n should be more specific what kind of lesion is observed - be more specific is it a wound, abscess, mass - specify! Ask SNOMED CT to mark it as a grouper term only (309049000)
LIQ (Liquid, Unspecified)EQUIVALENT258442002\n \n \n \n
LIQO (Liquid, Other)UNMATCHED\n \n \n \n TBD
LSAC (Fluid, Lumbar Sac)EQUIVALENT258450006\n 303949008\n The HL7 term is a historical term Mapped to CSF obtained by lumbar puncture
MAHUR (Catheter Tip, Makurkour)EQUIVALENT119312009\n \n \n TBD in detail
MASS (Mass)EQUIVALENT420548004\n \n 4147007\n
MBLD (Blood, Menstrual)EQUIVALENT119345009\n \n \n \n
MUCOS (Mucosa)EQUIVALENT119376003\n 414781009\n \n
MUCUS (Mucus)EQUIVALENT258483004\n \n \n \n
NASDR (Drainage, Nasal)EQUIVALENT2584740091224620002095001\n Historical term - consider what is being drained and indicate that in SPM-4 instead
NEDL (Needle)UNMATCHED\n \n \n \n TBD
NEPH (Site, Nephrostomy)EQUIVALENT438660002\n \n \n \n
NGASP (Aspirate, Nasogastric)EQUIVALENT302794003685300869695003\n \n
NGAST (Drainage, Nasogastric)EQUIVALENT25845900712246200069695003127492001Historical term - consider what is being drained and indicate that in SPM-4 instead
NGS (Site, Naso/Gastric)EQUIVALENT438660002\n \n \n \n
NODUL (Nodule(s))UNMATCHED\n \n \n \n pending
NSECR (Secretion, Nasal)EQUIVALENT168141000\n \n \n \n
ORH (Other)EQUIVALENT123038009\n \n \n \n
ORL (Lesion, Oral)UNMATCHED\n \n 74262004\n be more precise use ulcer, tumor, vesicle
OTH (Source, Other)EQUIVALENT123038009\n \n \n \n
PACEM (Pacemaker)UNMATCHED\n \n \n \n TBD
PCFL (Fluid, Pericardial)EQUIVALENT122571007\n \n \n \n
PDSIT (Site, Peritoneal Dialysis)EQUIVALENT438660002\n \n \n \n
PDTS (Site, Peritoneal Dialysis Tunnel)UNMATCHED\n \n \n \n submitted for code
PELVA (Abscess, Pelvic)EQUIVALENT119371008\n 12921003\n \n
PENIL (Lesion, Penile)UNMATCHED\n \n 18911002\n need to know what kind of lesion, so map to: UlcerTissue_penile, VesicleFluid_penile, Wound_penile, Mass tissue_penile, Necrotic tissue_penile, AbscessAspirate_penile, Anything else?
PERIA (Abscess, Perianal)EQUIVALENT119371008\n 397158004\n \n
PILOC (Cyst, Pilonidal)EQUIVALENT119368000\n \n \n \n
PINS (Site, Pin)EQUIVALENT438660002\n \n \n \n
PIS (Site, Pacemaker Insetion)EQUIVALENT258507003\n \n \n \n
PLAN (Plant Material)EQUIVALENT119301009\n \n \n \n
PLAS (Plasma)EQUIVALENT119361006\n \n \n \n
PLB (Plasma bag)EQUIVALENT119305000\n \n \n \n
PLEVS (Serum, Peak Level)EQUIVALENT119364003\n \n 255587001\n
PND (Drainage, Penile)EQUIVALENT25843900812246200013648007\n Historical term -though in this case more often used for discharge
POL (Polyps)EQUIVALENT119376003\n \n 41329004\n
POPGS (Graft Site, Popliteal)EQUIVALENT440493002\n 6902008\n \n
POPLG (Graft, Popliteal)EQUIVALENT440493002\n 6902008\n \n
POPLV (Site, Popliteal Vein)UNMATCHED\n \n \n \n TBD
PORTA (Catheter, Porta)EQUIVALENT119311002\n \n \n TBD in detail
PPP (Plasma, Platelet poor)EQUIVALENT119362004\n \n \n \n
PROST (Prosthetic Device)EQUIVALENT438660002\n \n \n \n
PRP (Plasma, Platelet rich)EQUIVALENT119363009\n \n \n \n
PSC (Pseudocyst)EQUIVALENT119368000\n \n \n \n
PUNCT (Wound, Puncture)EQUIVALENT119365002\n \n 129300006\n
PUS (Pus)EQUIVALENT119323008\n \n \n \n
PUSFR (Pustule)EQUIVALENT119323008\n \n 47002008\n
PUST (Pus)EQUIVALENT119323008\n \n 47002008\n
QC3 (Quality Control)UNMATCHED\n \n \n \n TBD
RANDU (Urine, Random)EQUIVALENT278020009\n \n \n \n
RBITE (Bite, Reptile)UNMATCHED\n \n \n \n Submit for new term with parent: 119365002
RECT (Drainage, Rectal)EQUIVALENT11933900112246200034402009\n Historical term - consider what is being drained and indicate that in SPM-4 instead: stool is what is expected, should use stool sample
RECTA (Abscess, Rectal)EQUIVALENT119371008\n 34402009\n \n
RENALC (Cyst, Renal)EQUIVALENT258420003\n 64033007\n \n
RENC (Fluid, Renal Cyst)EQUIVALENT258453008\n 64033007\n \n
RES (Respiratory)EQUIVALENT258603007\n \n \n \n
SAL (Saliva)EQUIVALENT119342007\n \n \n \n
SCAR (Tissue, Keloid (Scar))EQUIVALENT119376003\n \n \n \n
SCLV (Catheter Tip, Subclavian)EQUIVALENT119312009\n 9454009\n TBD in detail
SCROA (Abscess, Scrotal)EQUIVALENT119371008\n 20233005\n \n
SECRE (Secretion(s))EQUIVALENT432825001\n \n \n \n
SER (Serum)EQUIVALENT119364003\n \n \n \n
SHU (Site, Shunt)EQUIVALENT11929500814766002\n 257351008Preferred is aspiration with sterile syringe from inflamed area. Specify body location of shunt site
SHUNF (Fluid, Shunt)EQUIVALENT446861007446860008279107003\n \n
SHUNT (Shunt)UNMATCHED\n \n \n \n TBD
SITE (Site)UNMATCHED\n \n \n \n TBD
SKBP (Biopsy, Skin)EQUIVALENT309066003240977001\n \n \n
SKN (Skin)EQUIVALENT119325001\n \n \n \n
SMM (Mass, Sub-Mandibular)EQUIVALENT420548004\n \n 4147007\n
SNV (Fluid, synovial (Joint fluid))EQUIVALENT119332005\n \n \n \n
SPRM (Spermatozoa)EQUIVALENT119349003\n \n \n \n
SPRP (Catheter Tip, Suprapubic)EQUIVALENT119312009\n \n \n TBD in detail
SPRPB (Cathether Tip, Suprapubic)EQUIVALENT119312009\n \n \n TBD in detail
SPS (Environmental, Spore Strip)UNMATCHED\n \n \n \n TBD
SPT (Sputum)EQUIVALENT119334006\n \n \n \n
SPTC (Sputum - coughed)EQUIVALENT119335007\n \n \n \n
SPTT (Sputum - tracheal aspirate)EQUIVALENT258609006\n \n \n \n
SPUT1 (Sputum, Simulated)UNMATCHED\n \n \n \n TBD
SPUTIN (Sputum, Inducted)EQUIVALENT258610001\n \n \n \n
SPUTSP (Sputum, Spontaneous)EQUIVALENT119335007\n \n \n \n
STER (Environmental, Sterrad)UNMATCHED\n \n \n \n TBD
STL (Stool = Fecal)EQUIVALENT119339001\n \n \n \n
STONE (Stone, Kidney)EQUIVALENT119350003\n 64033007\n \n
SUBMA (Abscess, Submandibular)EQUIVALENT119371008\n 5713008\n \n
SUBMX (Abscess, Submaxillary)EQUIVALENT119371008\n 4335006\n \n
SUMP (Drainage, Sump)EQUIVALENT446562005122462000\n \n Historical term - consider what is being drained and indicate that in SPM-4 instead
SUP (Suprapubic Tap)EQUIVALENT12257500358088002\n \n \n
SUTUR (Suture)UNMATCHED\n \n \n \n TBD
SWGZ (Catheter Tip, Swan Gantz)EQUIVALENT119312009\n \n \n TBD in detail
TASP (Aspirate, Tracheal)EQUIVALENT12287700012911200144567001\n \n
TISS (Tissue)EQUIVALENT119376003\n \n \n \n
TISU (Tissue ulcer)EQUIVALENT122593002\n \n \n \n
TLC (Cathether Tip, Triple Lumen)EQUIVALENT119312009\n \n \n TBD in detail
TRAC (Site, Tracheostomy)EQUIVALENT438660002\n \n \n \n
TRANS (Transudate)EQUIVALENT258538002\n \n \n \n
TSERU (Serum, Trough)EQUIVALENT119364003\n \n 255588006\n
TSTES (Abscess, Testicular)EQUIVALENT119371008\n 279572002\n \n
TTRA (Aspirate, Transtracheal)EQUIVALENT258480001129112001\n \n \n
TUBES (Tubes)EQUIVALENT119310001\n \n \n \n
TUMOR (Tumor)EQUIVALENT258435002\n \n \n \n
TZANC (Smear, Tzanck)UNMATCHED\n \n \n \n This is the name of a lab test. A skin sample is examined for viral inclusions.
UDENT (Source, Unidentified)EQUIVALENT123038009\n \n \n \n
UR (Urine)EQUIVALENT122575003\n \n \n \n
URC (Urine clean catch)EQUIVALENT122880004\n \n \n \n
URINB (Urine, Bladder Washings)EQUIVALENT12257500378533007\n \n \n
URINC (Urine, Catheterized)EQUIVALENT446846006\n \n \n \n
URINM (Urine, Midstream)EQUIVALENT258574006225271002431938005\n \n
URINN (Urine, Nephrostomy)EQUIVALENT44627700322510900525990002\n \n
URINP (Urine, Pedibag)UNMATCHED\n \n \n \n TBD
URT (Urine catheter)EQUIVALENT122565001\n \n \n \n
USCOP (Urine, Cystoscopy)UNMATCHED\n 17617800689837001\n NEW specimenTERM 7
USPEC (Source, Unspecified)EQUIVALENT123038009\n \n \n \n
VASTIP (Catheter Tip, Vas)EQUIVALENT119312009\n \n \n TBD in detail
VENT (Catheter Tip, Ventricular)EQUIVALENT119312009\n \n \n TBD in detail
VITF (Vitreous Fluid)EQUIVALENT258438000\n \n \n \n
VOM (Vomitus)EQUIVALENT122572000\n \n \n \n
WASH (Wash)EQUIVALENT440674008\n \n \n \n
WASI (Washing, e.g. bronchial washing)EQUIVALENT122609004\n \n \n \n
WAT (Water)EQUIVALENT119318008\n \n \n \n
WB (Blood, Whole)UNMATCHED\n \n \n \n Bloodbanking term ONLY now map to blood and the respective preservative
WEN (Wen)EQUIVALENT309075001\n \n \n \n
WICK (Wick)UNMATCHED\n \n \n \n TBD
WND (Wound)EQUIVALENT119365002\n \n \n \n
WNDA (Wound abscess)EQUIVALENT119366001\n \n \n \n
WNDD (Wound drainage)EQUIVALENT122566000122462000\n \n \n
WNDE (Wound exudate)EQUIVALENT122568004\n \n \n \n
WORM (Worm)EQUIVALENT258618008\n \n \n \n
WRT (Wart)EQUIVALENT309068002\n \n \n \n
WWA (Environmental, Water)EQUIVALENT119318008\n \n \n \n
WWO (Environmental, Water (Ocean))UNMATCHED\n \n \n \n TBD
WWT (Environmental, Water (Tap))UNMATCHED\n \n \n \n TBD
CSITE (Catheter Insertion Site)UNMATCHED\n 38614400914766002119295008Prefer to have aspirate of the pus oozing out from cleaned insertion site - if swab is all that can be obtained, then swab after cleaning, otherwise you may get a contaminated specimen and a falsely identified infected central line. Do not just swab the reddened area - that will just collect skin flora
CLIPP (Clippings)UNMATCHED\n \n \n 119326000Be more specific use either: 119326000^hair specimen, or 119327009^nail specimen
SHU (Site, Shunt)UNMATCHED\n 257351008\n 438660002assume swab from shunt site for mapping here - clean surface of skin prior to expressing the shunt site - preferred is aspiration with sterile syringe should use SPM.8 to specify body approximate match location of shunt site
\n
", "status": "generated" }, "url": "http://hl7.org/fhir/ConceptMap/102", "version": "20130725" }; var example92: fhir.ConceptMap = { "resourceType": "ConceptMap", "id": "102", "text": { "status": "generated", "div": "
\n

Specimen mapping from v2 table 0487 to SNOMED CT (http://hl7.org/fhir/ConceptMap/102)

\n

Mapping from \n http://hl7.org/fhir/ValueSet/v2-0487 to \n SNOMED-CT\n

\n

DRAFT. Published on 25/07/2013 by FHIR project team (original source: LabMCoP) (\n http://hl7.org/fhir; , \n http://www.phconnect.org/group...; ). \n

\n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n Source Concept\n \n Equivalence\n \n Destination Concept\n \n Comments\n
\n Code [http://hl7.org/fhir/v2/0487]\n \n \n Code [http://snomed.info/sct]\n \n v2 SPM-7 [http://snomed.info/sct]\n \n v2 SPM-8 [http://snomed.info/sct]\n \n v2 SPM-5 [http://snomed.info/sct]\n \n
ACNE (Tissue, Acne)EQUIVALENT309068002\n \n \n \n
ACNFLD (Fluid, Acne)EQUIVALENT119323008\n \n 47002008HL7 term is a historical term. mapped to Pus
AIRS (Air Sample)EQUIVALENT446302006\n \n \n \n
ALL (Allograft)EQUIVALENT119376003\n \n 7970006\n
AMP (Amputation)EQUIVALENT40865400381723002\n \n \n
ANGI (Catheter Tip, Angio)EQUIVALENT119312009\n \n \n TBD in detail
ARTC (Catheter Tip, Arterial)EQUIVALENT119312009\n \n \n TBD in detail
ASERU (Serum, Acute)UNMATCHED\n \n \n \n pending
ASP (Aspirate)EQUIVALENT11929500814766002\n \n \n
ATTE (Environment, Attest)UNMATCHED\n \n \n \n TBD
AUTOC (Environmental, Autoclave Capsule)UNMATCHED\n \n \n \n TBD
AUTP (Autopsy)UNMATCHED\n \n \n \n This really is not a specimen per se - it is the state of the subject from whom the specimen is collected, so it should be used as a specimen type modifier ONLY!. Often this is indicated with a special medical record number or other notation on the patient. needs to have specimen type (SPM-4) and source site (SPM.8) and spatial orientation (SPM.9)
BBL (Blood bag)EQUIVALENT119304001\n \n \n \n
BCYST (Cyst, Baker's)UNMATCHED\n \n 32361000\n submitted (PLR155) with parent of 167874004^knee joint synovial fluid (specimen), with specimen source topography 32361000^Popliteal fossa structure (body structure)
BITE (Bite)UNMATCHED\n \n \n \n Submit for new term with parent 119365002
BLEB (Bleb)EQUIVALENT309049000\n \n 339008\n
BLIST (Blister)EQUIVALENT309049000\n \n 339008\n
BOIL (Boil)EQUIVALENT11929500814766002\n 59843005\n
BON (Bone)EQUIVALENT430268003\n \n \n \n
BOWL (Bowel contents)UNMATCHED\n \n \n \n Don't use this term for human samples - use Stool instead. animal would use small intestinal contents, large intestinal contents
BPU (Blood product unit)EQUIVALENT119300005\n \n \n \n
BRN (Burn)EQUIVALENT119367005\n \n \n \n
BRSH (Brush)EQUIVALENT258415003439336003\n \n \n
BRTH (Breath (use EXHLD))EQUIVALENT119336008\n \n \n \n
BRUS (Brushing)EQUIVALENT30917600280657008\n \n \n
BUB (Bubo)EQUIVALENT30279500214766002\n 11585000\n
BULLA (Bulla/Bullae)EQUIVALENT258482009\n \n 339008\n
BX (Biopsy)EQUIVALENT25841500386273004\n \n \n
CALC (Calculus (=Stone))EQUIVALENT119350003\n \n \n \n
CARBU (Carbuncle)EQUIVALENT309051001\n \n 41570003\n
CAT (Catheter)EQUIVALENT119311002\n \n \n \n
CBITE (Bite, Cat)UNMATCHED\n \n \n \n Submit for new term with parent 119365002
CLIPP (Clippings)EQUIVALENT119327009\n \n \n Be more specific use either: 119326000^hair specimen or 119327009^nail specimen
CNJT (Conjunctiva)EQUIVALENT119401005\n \n \n \n
CNJT (Conjunctiva)EQUIVALENT128160006\n \n \n \n
CNJT (Conjunctiva)EQUIVALENT258498002\n \n \n \n
COL (Colostrum)EQUIVALENT119329007\n \n \n \n
CONE (Biospy, Cone)EQUIVALENT3997130085453500971252005\n \n
CSCR (Scratch, Cat)UNMATCHED\n \n \n \n submit for new term with parent 119365002^Specimen from wound (specimen)
CSERU (Serum, Convalescent)UNMATCHED\n \n \n \n pending
CSITE (Catheter Insertion Site)EQUIVALENT258507003285570007\n 386144009Prefer to have aspirate of the pus oozing out from cleaned insertion site - if swab is all that can be obtained, then swab after cleaning, otherwise you may get a contaminated specimen and a falsely identified infected central line. Do not just swab the reddened area - that will just collect skin flora
CSMY (Fluid, Cystostomy Tube)EQUIVALENT309051001\n \n \n \n
CST (Fluid, Cyst)EQUIVALENT258453008\n \n \n \n
CSVR (Blood, Cell Saver)UNMATCHED\n \n \n \n TBD - may use blood and SPM-6
CTP (Catheter tip)EQUIVALENT119312009\n \n \n TBD in detail
CVPS (Site, CVP)EQUIVALENT258507003\n \n \n \n
CVPT (Catheter Tip, CVP)EQUIVALENT119312009\n \n 445085009TBD in detail
CYN (Nodule, Cystic)EQUIVALENT119368000\n \n 27925004\n
CYST (Cyst)EQUIVALENT119368000\n \n \n \n
DBITE (Bite, Dog)UNMATCHED\n \n \n \n Submit for new term with parent 119365002
DCS (Sputum, Deep Cough)EQUIVALENT119335007\n \n \n \n
DEC (Ulcer, Decubitus)EQUIVALENT258505006\n \n \n \n
DEION (Environmental, Water (Deionized))UNMATCHED\n \n \n \n TBD
DIA (Dialysate)EQUIVALENT119360007\n \n \n \n
DISCHG (Discharge)EQUIVALENT258439008\n \n \n \n
DIV (Diverticulum)EQUIVALENT119376003\n \n 31113003\n
DRN (Drain)EQUIVALENT119306004\n \n \n \n
DRNG (Drainage, Tube)EQUIVALENT258455001122462000\n \n Historical term - consider what is being drained and indicate that in SPM-4 instead: not an acceptible specimen for micro - not specific enough term
DRNGP (Drainage, Penrose)EQUIVALENT309051001122462000\n \n Historical term - consider what is being drained and indicate that in SPM-4 instead
EARW (Ear wax (cerumen))EQUIVALENT122580007\n \n \n \n
EBRUSH (Brush, Esophageal)EQUIVALENT3092100093621300732849002\n \n
EEYE (Environmental, Eye Wash)UNMATCHED\n \n \n \n TBD
EFF (Environmental, Effluent)UNMATCHED\n \n \n \n TBD
EFFUS (Effusion)EQUIVALENT258440005\n \n \n \n
EFOD (Environmental, Food)EQUIVALENT119320006\n \n \n \n
EISO (Environmental, Isolette)EQUIVALENT258536003\n \n \n \n
ELT (Electrode)EQUIVALENT119314005\n \n \n \n
ENVIR (Environmental, Unidentified Substance)EQUIVALENT119324002\n \n \n \n
EOTH (Environmental, Other Substance)UNMATCHED\n \n \n \n TBD
ESOI (Environmental, Soil)UNMATCHED\n \n \n \n TBD
ESOS (Environmental, Solution (Sterile))UNMATCHED\n \n \n \n TBD
ETA (Aspirate, Endotrach)EQUIVALENT11930700814766002321667001\n \n
ETTP (Catheter Tip, Endotracheal)EQUIVALENT119312009\n \n \n TBD in detail
ETTUB (Tube, Endotracheal)EQUIVALENT11930700814766002321667001\n \n
EWHI (Environmental, Whirlpool)UNMATCHED\n \n \n \n TBD
EXG (Gas, exhaled (=breath))EQUIVALENT119336008\n \n \n \n
EXS (Shunt, External)UNMATCHED\n \n \n \n TBD
EXUDTE (Exudate)EQUIVALENT258441009\n \n \n \n
FAW (Environmental, Water (Well))UNMATCHED\n \n \n \n TBD
FBLOOD (Blood, Fetal)EQUIVALENT119297000\n \n 303112003\n
FGA (Fluid, Abdomen)EQUIVALENT168139001\n 83670000\n \n
FIST (Fistula)EQUIVALENT119370009\n \n \n \n
FLD (Fluid, Other)EQUIVALENT309051001\n \n \n \n
FLT (Filter)UNMATCHED\n \n \n \n TBD
FLU (Fluid, Body unsp)EQUIVALENT309051001\n \n \n \n
FLUID (Fluid)EQUIVALENT258442002\n \n \n \n
FOLEY (Catheter Tip, Foley)EQUIVALENT119312009\n \n \n TBD in detail
FRS (Fluid, Respiratory)EQUIVALENT258442002\n 272626006\n this term is not specific enough, choose from terms that more accurately describe the specimen
FSCLP (Scalp, Fetal)EQUIVALENT309502007\n 41695006\n \n
FUR (Furuncle)EQUIVALENT119295008\n \n 59843005Further describe the sample as tissue or pus. or by the collection method. The term boil is not specifc to a body site - need to indicate source site (spm.8). preferred term is Aspirate_Boil
GAS (Gas)EQUIVALENT119317003\n \n \n \n
GASA (Aspirate, Gastric)EQUIVALENT1681370041476600269695003\n \n
GASAN (Antrum, Gastric)EQUIVALENT119379005\n 66051006\n \n
GASBR (Brushing, Gastric)EQUIVALENT30921300623515700969695003\n \n
GASD (Drainage, Gastric)EQUIVALENT25845900712246200069695003\n Historical term - consider what is being drained and indicate that in SPM-4 instead
GAST (Fluid/contents, Gastric)EQUIVALENT258459007\n \n \n \n
GENV (Genital vaginal)EQUIVALENT119394009\n \n \n \n
GRAFT (Graft)EQUIVALENT440493002\n \n \n \n
GRANU (Granuloma)EQUIVALENT119376003\n \n 45647009\n
GROSH (Catheter, Groshong)EQUIVALENT119311002\n \n \n TBD in detail
GSOL (Solution, Gastrostomy)UNMATCHED\n \n \n \n TBD
GSPEC (Biopsy, Gastric)EQUIVALENT3092110087912100369695003\n \n
GT (Tube, Gastric)UNMATCHED\n \n \n \n TBD
GTUBE (Drainage Tube, Drainage (Gastrostomy))EQUIVALENT25845900712246200069695003127490009Historical term - consider what is being drained and indicate that in SPM-4 instead
HBITE (Bite, Human)UNMATCHED\n \n \n \n Submit for new term with parent 119365002
HBLUD (Blood, Autopsy)EQUIVALENT119297000\n \n 303113008\n
HEMAQ (Catheter Tip, Hemaquit)EQUIVALENT119312009\n \n \n TBD in detail
HEMO (Catheter Tip, Hemovac)EQUIVALENT119312009\n \n \n TBD in detail
HERNI (Tissue, Herniated)EQUIVALENT119376003\n \n \n \n
HEV (Drain, Hemovac)EQUIVALENT119306004\n \n \n \n
HIC (Catheter, Hickman)EQUIVALENT119312009\n \n 445085009TBD in detail
HYDC (Fluid, Hydrocele)EQUIVALENT309051001\n \n 55434001\n
IBITE (Bite, Insect)UNMATCHED\n \n \n \n Submit for new term with parent 119365002
ICYST (Cyst, Inclusion)EQUIVALENT309075001\n \n \n \n
IDC (Catheter Tip, Indwelling)EQUIVALENT119312009\n \n \n TBD in detail
IHG (Gas, Inhaled)EQUIVALENT119337004\n \n \n \n
ILEO (Drainage, Ileostomy)EQUIVALENT258455001\n \n 419954003Historical term - consider what is being drained and indicate that in SPM-4 instead: stool is what is expected, should use stool sample
ILLEG (Source of Specimen Is Illegible)UNMATCHED\n \n \n \n TBD
IMP (Implant)EQUIVALENT439961009\n \n \n \n
INCI (Site, Incision/Surgical)EQUIVALENT438660002\n \n \n \n
INFIL (Infiltrate)UNMATCHED\n \n \n \n This describes a morphologic abnormality, not a sample
INS (Insect)EQUIVALENT258614005\n \n \n \n
INTRD (Catheter Tip, Introducer)EQUIVALENT119312009\n \n \n TBD in detail
IT (Intubation tube)EQUIVALENT119307008\n \n \n \n
IUD (Intrauterine Device)UNMATCHED\n \n \n \n pending
IVCAT (Catheter Tip, IV)EQUIVALENT119312009\n \n 255560000TBD in detail
IVFLD (Fluid, IV)EQUIVALENT258649003\n \n \n \n
IVTIP (Tubing Tip, IV)EQUIVALENT119312009\n \n \n \n
JEJU (Drainage, Jejunal)EQUIVALENT25846300012246200021306003\n Historical term - consider what is being drained and indicate that in SPM-4 instead: stool is what is expected, should use stool sample
JNTFLD (Fluid, Joint)EQUIVALENT119332005\n \n \n \n
JP (Drainage, Jackson Pratt)EQUIVALENT309051001122462000\n \n Historical term - consider what is being drained and indicate that in SPM-4 instead
KELOI (Lavage)EQUIVALENT44067400867889009\n \n \n
KIDFLD (Fluid, Kidney)EQUIVALENT309051001\n 64033007\n \n
LAVG (Lavage, Bronhial)EQUIVALENT258607008397394009\n \n \n
LAVGG (Lavage, Gastric)EQUIVALENT16813800917383000369695003\n \n
LAVGP (Lavage, Peritoneal)EQUIVALENT440137008\n \n \n \n
LAVPG (Lavage, Pre-Bronch)EQUIVALENT4406740086788900944567001\n \n
LENS1 (Contact Lens)EQUIVALENT440473005\n \n \n \n
LENS2 (Contact Lens Case)UNMATCHED\n \n \n \n TBD
LESN (Lesion)EQUIVALENT309049000\n \n \n should be more specific what kind of lesion is observed - be more specific is it a wound, abscess, mass - specify! Ask SNOMED CT to mark it as a grouper term only (309049000)
LIQ (Liquid, Unspecified)EQUIVALENT258442002\n \n \n \n
LIQO (Liquid, Other)UNMATCHED\n \n \n \n TBD
LSAC (Fluid, Lumbar Sac)EQUIVALENT258450006\n 303949008\n The HL7 term is a historical term Mapped to CSF obtained by lumbar puncture
MAHUR (Catheter Tip, Makurkour)EQUIVALENT119312009\n \n \n TBD in detail
MASS (Mass)EQUIVALENT420548004\n \n 4147007\n
MBLD (Blood, Menstrual)EQUIVALENT119345009\n \n \n \n
MUCOS (Mucosa)EQUIVALENT119376003\n 414781009\n \n
MUCUS (Mucus)EQUIVALENT258483004\n \n \n \n
NASDR (Drainage, Nasal)EQUIVALENT2584740091224620002095001\n Historical term - consider what is being drained and indicate that in SPM-4 instead
NEDL (Needle)UNMATCHED\n \n \n \n TBD
NEPH (Site, Nephrostomy)EQUIVALENT438660002\n \n \n \n
NGASP (Aspirate, Nasogastric)EQUIVALENT302794003685300869695003\n \n
NGAST (Drainage, Nasogastric)EQUIVALENT25845900712246200069695003127492001Historical term - consider what is being drained and indicate that in SPM-4 instead
NGS (Site, Naso/Gastric)EQUIVALENT438660002\n \n \n \n
NODUL (Nodule(s))UNMATCHED\n \n \n \n pending
NSECR (Secretion, Nasal)EQUIVALENT168141000\n \n \n \n
ORH (Other)EQUIVALENT123038009\n \n \n \n
ORL (Lesion, Oral)UNMATCHED\n \n 74262004\n be more precise use ulcer, tumor, vesicle
OTH (Source, Other)EQUIVALENT123038009\n \n \n \n
PACEM (Pacemaker)UNMATCHED\n \n \n \n TBD
PCFL (Fluid, Pericardial)EQUIVALENT122571007\n \n \n \n
PDSIT (Site, Peritoneal Dialysis)EQUIVALENT438660002\n \n \n \n
PDTS (Site, Peritoneal Dialysis Tunnel)UNMATCHED\n \n \n \n submitted for code
PELVA (Abscess, Pelvic)EQUIVALENT119371008\n 12921003\n \n
PENIL (Lesion, Penile)UNMATCHED\n \n 18911002\n need to know what kind of lesion, so map to: UlcerTissue_penile, VesicleFluid_penile, Wound_penile, Mass tissue_penile, Necrotic tissue_penile, AbscessAspirate_penile, Anything else?
PERIA (Abscess, Perianal)EQUIVALENT119371008\n 397158004\n \n
PILOC (Cyst, Pilonidal)EQUIVALENT119368000\n \n \n \n
PINS (Site, Pin)EQUIVALENT438660002\n \n \n \n
PIS (Site, Pacemaker Insetion)EQUIVALENT258507003\n \n \n \n
PLAN (Plant Material)EQUIVALENT119301009\n \n \n \n
PLAS (Plasma)EQUIVALENT119361006\n \n \n \n
PLB (Plasma bag)EQUIVALENT119305000\n \n \n \n
PLEVS (Serum, Peak Level)EQUIVALENT119364003\n \n 255587001\n
PND (Drainage, Penile)EQUIVALENT25843900812246200013648007\n Historical term -though in this case more often used for discharge
POL (Polyps)EQUIVALENT119376003\n \n 41329004\n
POPGS (Graft Site, Popliteal)EQUIVALENT440493002\n 6902008\n \n
POPLG (Graft, Popliteal)EQUIVALENT440493002\n 6902008\n \n
POPLV (Site, Popliteal Vein)UNMATCHED\n \n \n \n TBD
PORTA (Catheter, Porta)EQUIVALENT119311002\n \n \n TBD in detail
PPP (Plasma, Platelet poor)EQUIVALENT119362004\n \n \n \n
PROST (Prosthetic Device)EQUIVALENT438660002\n \n \n \n
PRP (Plasma, Platelet rich)EQUIVALENT119363009\n \n \n \n
PSC (Pseudocyst)EQUIVALENT119368000\n \n \n \n
PUNCT (Wound, Puncture)EQUIVALENT119365002\n \n 129300006\n
PUS (Pus)EQUIVALENT119323008\n \n \n \n
PUSFR (Pustule)EQUIVALENT119323008\n \n 47002008\n
PUST (Pus)EQUIVALENT119323008\n \n 47002008\n
QC3 (Quality Control)UNMATCHED\n \n \n \n TBD
RANDU (Urine, Random)EQUIVALENT278020009\n \n \n \n
RBITE (Bite, Reptile)UNMATCHED\n \n \n \n Submit for new term with parent: 119365002
RECT (Drainage, Rectal)EQUIVALENT11933900112246200034402009\n Historical term - consider what is being drained and indicate that in SPM-4 instead: stool is what is expected, should use stool sample
RECTA (Abscess, Rectal)EQUIVALENT119371008\n 34402009\n \n
RENALC (Cyst, Renal)EQUIVALENT258420003\n 64033007\n \n
RENC (Fluid, Renal Cyst)EQUIVALENT258453008\n 64033007\n \n
RES (Respiratory)EQUIVALENT258603007\n \n \n \n
SAL (Saliva)EQUIVALENT119342007\n \n \n \n
SCAR (Tissue, Keloid (Scar))EQUIVALENT119376003\n \n \n \n
SCLV (Catheter Tip, Subclavian)EQUIVALENT119312009\n 9454009\n TBD in detail
SCROA (Abscess, Scrotal)EQUIVALENT119371008\n 20233005\n \n
SECRE (Secretion(s))EQUIVALENT432825001\n \n \n \n
SER (Serum)EQUIVALENT119364003\n \n \n \n
SHU (Site, Shunt)EQUIVALENT11929500814766002\n 257351008Preferred is aspiration with sterile syringe from inflamed area. Specify body location of shunt site
SHUNF (Fluid, Shunt)EQUIVALENT446861007446860008279107003\n \n
SHUNT (Shunt)UNMATCHED\n \n \n \n TBD
SITE (Site)UNMATCHED\n \n \n \n TBD
SKBP (Biopsy, Skin)EQUIVALENT309066003240977001\n \n \n
SKN (Skin)EQUIVALENT119325001\n \n \n \n
SMM (Mass, Sub-Mandibular)EQUIVALENT420548004\n \n 4147007\n
SNV (Fluid, synovial (Joint fluid))EQUIVALENT119332005\n \n \n \n
SPRM (Spermatozoa)EQUIVALENT119349003\n \n \n \n
SPRP (Catheter Tip, Suprapubic)EQUIVALENT119312009\n \n \n TBD in detail
SPRPB (Cathether Tip, Suprapubic)EQUIVALENT119312009\n \n \n TBD in detail
SPS (Environmental, Spore Strip)UNMATCHED\n \n \n \n TBD
SPT (Sputum)EQUIVALENT119334006\n \n \n \n
SPTC (Sputum - coughed)EQUIVALENT119335007\n \n \n \n
SPTT (Sputum - tracheal aspirate)EQUIVALENT258609006\n \n \n \n
SPUT1 (Sputum, Simulated)UNMATCHED\n \n \n \n TBD
SPUTIN (Sputum, Inducted)EQUIVALENT258610001\n \n \n \n
SPUTSP (Sputum, Spontaneous)EQUIVALENT119335007\n \n \n \n
STER (Environmental, Sterrad)UNMATCHED\n \n \n \n TBD
STL (Stool = Fecal)EQUIVALENT119339001\n \n \n \n
STONE (Stone, Kidney)EQUIVALENT119350003\n 64033007\n \n
SUBMA (Abscess, Submandibular)EQUIVALENT119371008\n 5713008\n \n
SUBMX (Abscess, Submaxillary)EQUIVALENT119371008\n 4335006\n \n
SUMP (Drainage, Sump)EQUIVALENT446562005122462000\n \n Historical term - consider what is being drained and indicate that in SPM-4 instead
SUP (Suprapubic Tap)EQUIVALENT12257500358088002\n \n \n
SUTUR (Suture)UNMATCHED\n \n \n \n TBD
SWGZ (Catheter Tip, Swan Gantz)EQUIVALENT119312009\n \n \n TBD in detail
TASP (Aspirate, Tracheal)EQUIVALENT12287700012911200144567001\n \n
TISS (Tissue)EQUIVALENT119376003\n \n \n \n
TISU (Tissue ulcer)EQUIVALENT122593002\n \n \n \n
TLC (Cathether Tip, Triple Lumen)EQUIVALENT119312009\n \n \n TBD in detail
TRAC (Site, Tracheostomy)EQUIVALENT438660002\n \n \n \n
TRANS (Transudate)EQUIVALENT258538002\n \n \n \n
TSERU (Serum, Trough)EQUIVALENT119364003\n \n 255588006\n
TSTES (Abscess, Testicular)EQUIVALENT119371008\n 279572002\n \n
TTRA (Aspirate, Transtracheal)EQUIVALENT258480001129112001\n \n \n
TUBES (Tubes)EQUIVALENT119310001\n \n \n \n
TUMOR (Tumor)EQUIVALENT258435002\n \n \n \n
TZANC (Smear, Tzanck)UNMATCHED\n \n \n \n This is the name of a lab test. A skin sample is examined for viral inclusions.
UDENT (Source, Unidentified)EQUIVALENT123038009\n \n \n \n
UR (Urine)EQUIVALENT122575003\n \n \n \n
URC (Urine clean catch)EQUIVALENT122880004\n \n \n \n
URINB (Urine, Bladder Washings)EQUIVALENT12257500378533007\n \n \n
URINC (Urine, Catheterized)EQUIVALENT446846006\n \n \n \n
URINM (Urine, Midstream)EQUIVALENT258574006225271002431938005\n \n
URINN (Urine, Nephrostomy)EQUIVALENT44627700322510900525990002\n \n
URINP (Urine, Pedibag)UNMATCHED\n \n \n \n TBD
URT (Urine catheter)EQUIVALENT122565001\n \n \n \n
USCOP (Urine, Cystoscopy)UNMATCHED\n 17617800689837001\n NEW specimenTERM 7
USPEC (Source, Unspecified)EQUIVALENT123038009\n \n \n \n
VASTIP (Catheter Tip, Vas)EQUIVALENT119312009\n \n \n TBD in detail
VENT (Catheter Tip, Ventricular)EQUIVALENT119312009\n \n \n TBD in detail
VITF (Vitreous Fluid)EQUIVALENT258438000\n \n \n \n
VOM (Vomitus)EQUIVALENT122572000\n \n \n \n
WASH (Wash)EQUIVALENT440674008\n \n \n \n
WASI (Washing, e.g. bronchial washing)EQUIVALENT122609004\n \n \n \n
WAT (Water)EQUIVALENT119318008\n \n \n \n
WB (Blood, Whole)UNMATCHED\n \n \n \n Bloodbanking term ONLY now map to blood and the respective preservative
WEN (Wen)EQUIVALENT309075001\n \n \n \n
WICK (Wick)UNMATCHED\n \n \n \n TBD
WND (Wound)EQUIVALENT119365002\n \n \n \n
WNDA (Wound abscess)EQUIVALENT119366001\n \n \n \n
WNDD (Wound drainage)EQUIVALENT122566000122462000\n \n \n
WNDE (Wound exudate)EQUIVALENT122568004\n \n \n \n
WORM (Worm)EQUIVALENT258618008\n \n \n \n
WRT (Wart)EQUIVALENT309068002\n \n \n \n
WWA (Environmental, Water)EQUIVALENT119318008\n \n \n \n
WWO (Environmental, Water (Ocean))UNMATCHED\n \n \n \n TBD
WWT (Environmental, Water (Tap))UNMATCHED\n \n \n \n TBD
CSITE (Catheter Insertion Site)UNMATCHED\n 38614400914766002119295008Prefer to have aspirate of the pus oozing out from cleaned insertion site - if swab is all that can be obtained, then swab after cleaning, otherwise you may get a contaminated specimen and a falsely identified infected central line. Do not just swab the reddened area - that will just collect skin flora
CLIPP (Clippings)UNMATCHED\n \n \n 119326000Be more specific use either: 119326000^hair specimen, or 119327009^nail specimen
SHU (Site, Shunt)UNMATCHED\n 257351008\n 438660002assume swab from shunt site for mapping here - clean surface of skin prior to expressing the shunt site - preferred is aspiration with sterile syringe should use SPM.8 to specify body approximate match location of shunt site
\n
" }, "url": "http://hl7.org/fhir/ConceptMap/102", "version": "20130725", "_version": { "fhir_comments": [ " version: the date of the source " ] }, "name": "Specimen mapping from v2 table 0487 to SNOMED CT", "status": "draft", "experimental": false, "publisher": "FHIR project team (original source: LabMCoP)", "contact": [ { "telecom": [ { "system": "other", "value": "http://hl7.org/fhir" } ] }, { "telecom": [ { "system": "other", "value": "http://www.phconnect.org/group/laboratorymessagingcommunityofpractice/forum/attachment/download?id=3649725%3AUploadedFile%3A145786" } ] } ], "date": "2013-07-25", "sourceReference": { "reference": "http://hl7.org/fhir/ValueSet/v2-0487" }, "targetReference": { "reference": "http://snomed.info/id" }, "element": [ { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "ACNE", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "309068002", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "ACNFLD", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119323008", "equivalence": "equivalent", "comments": "HL7 term is a historical term. mapped to Pus", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-5", "codeSystem": "http://snomed.info/sct", "code": "47002008" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "AIRS", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "446302006", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "ALL", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119376003", "equivalence": "equivalent", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-5", "codeSystem": "http://snomed.info/sct", "code": "7970006" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "AMP", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "408654003", "equivalence": "equivalent", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-7", "codeSystem": "http://snomed.info/sct", "code": "81723002" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "ANGI", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119312009", "equivalence": "equivalent", "comments": "TBD in detail" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "ARTC", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119312009", "equivalence": "equivalent", "comments": "TBD in detail" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "ASERU", "target": [ { "codeSystem": "http://snomed.info/sct", "equivalence": "unmatched", "comments": "pending" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "ASP", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119295008", "equivalence": "equivalent", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-7", "codeSystem": "http://snomed.info/sct", "code": "14766002" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "ATTE", "target": [ { "codeSystem": "http://snomed.info/sct", "equivalence": "unmatched", "comments": "TBD" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "AUTOC", "target": [ { "codeSystem": "http://snomed.info/sct", "equivalence": "unmatched", "comments": "TBD" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "AUTP", "target": [ { "codeSystem": "http://snomed.info/sct", "equivalence": "unmatched", "comments": "This really is not a specimen per se - it is the state of the subject from whom the specimen is collected, so it should be used as a specimen type modifier ONLY!. Often this is indicated with a special medical record number or other notation on the patient. needs to have specimen type (SPM-4) and source site (SPM.8) and spatial orientation (SPM.9)" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "BBL", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119304001", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "BCYST", "target": [ { "codeSystem": "http://snomed.info/sct", "equivalence": "unmatched", "comments": "submitted (PLR155) with parent of 167874004^knee joint synovial fluid (specimen), with specimen source topography 32361000^Popliteal fossa structure (body structure)", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-8", "codeSystem": "http://snomed.info/sct", "code": "32361000" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "BITE", "target": [ { "codeSystem": "http://snomed.info/sct", "equivalence": "unmatched", "comments": "Submit for new term with parent 119365002" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "BLEB", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "309049000", "equivalence": "equivalent", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-5", "codeSystem": "http://snomed.info/sct", "code": "339008" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "BLIST", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "309049000", "equivalence": "equivalent", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-5", "codeSystem": "http://snomed.info/sct", "code": "339008" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "BOIL", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119295008", "equivalence": "equivalent", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-5", "codeSystem": "http://snomed.info/sct", "code": "59843005" }, { "element": "http://hl7.org/fhir/v2/element/SPM-7", "codeSystem": "http://snomed.info/sct", "code": "14766002" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "BON", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "430268003", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "BOWL", "target": [ { "codeSystem": "http://snomed.info/sct", "equivalence": "unmatched", "comments": "Don't use this term for human samples - use Stool instead. animal would use small intestinal contents, large intestinal contents" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "BPU", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119300005", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "BRN", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119367005", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "BRSH", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "258415003", "equivalence": "equivalent", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-7", "codeSystem": "http://snomed.info/sct", "code": "439336003" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "BRTH", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119336008", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "BRUS", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "309176002", "equivalence": "equivalent", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-7", "codeSystem": "http://snomed.info/sct", "code": "80657008" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "BUB", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "302795002", "equivalence": "equivalent", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-5", "codeSystem": "http://snomed.info/sct", "code": "11585000" }, { "element": "http://hl7.org/fhir/v2/element/SPM-7", "codeSystem": "http://snomed.info/sct", "code": "14766002" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "BULLA", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "258482009", "equivalence": "equivalent", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-5", "codeSystem": "http://snomed.info/sct", "code": "339008" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "BX", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "258415003", "equivalence": "equivalent", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-7", "codeSystem": "http://snomed.info/sct", "code": "86273004" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "CALC", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119350003", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "CARBU", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "309051001", "equivalence": "equivalent", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-5", "codeSystem": "http://snomed.info/sct", "code": "41570003" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "CAT", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119311002", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "CBITE", "target": [ { "codeSystem": "http://snomed.info/sct", "equivalence": "unmatched", "comments": "Submit for new term with parent 119365002" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "CLIPP", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119327009", "equivalence": "equivalent", "comments": "Be more specific use either: 119326000^hair specimen or 119327009^nail specimen" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "CNJT", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119401005", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "CNJT", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "128160006", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "CNJT", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "258498002", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "COL", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119329007", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "CONE", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "399713008", "equivalence": "equivalent", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-7", "codeSystem": "http://snomed.info/sct", "code": "54535009" }, { "element": "http://hl7.org/fhir/v2/element/SPM-8", "codeSystem": "http://snomed.info/sct", "code": "71252005" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "CSCR", "target": [ { "codeSystem": "http://snomed.info/sct", "equivalence": "unmatched", "comments": "submit for new term with parent 119365002^Specimen from wound (specimen)" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "CSERU", "target": [ { "codeSystem": "http://snomed.info/sct", "equivalence": "unmatched", "comments": "pending" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "CSITE", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "258507003", "equivalence": "equivalent", "comments": "Prefer to have aspirate of the pus oozing out from cleaned insertion site - if swab is all that can be obtained, then swab after cleaning, otherwise you may get a contaminated specimen and a falsely identified infected central line. Do not just swab the reddened area - that will just collect skin flora ", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-5", "codeSystem": "http://snomed.info/sct", "code": "386144009" }, { "element": "http://hl7.org/fhir/v2/element/SPM-7", "codeSystem": "http://snomed.info/sct", "code": "285570007" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "CSMY", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "309051001", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "CST", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "258453008", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "CSVR", "target": [ { "codeSystem": "http://snomed.info/sct", "equivalence": "unmatched", "comments": "TBD - may use blood and SPM-6" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "CTP", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119312009", "equivalence": "equivalent", "comments": "TBD in detail" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "CVPS", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "258507003", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "CVPT", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119312009", "equivalence": "equivalent", "comments": "TBD in detail", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-5", "codeSystem": "http://snomed.info/sct", "code": "445085009" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "CYN", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119368000", "equivalence": "equivalent", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-5", "codeSystem": "http://snomed.info/sct", "code": "27925004" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "CYST", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119368000", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "DBITE", "target": [ { "codeSystem": "http://snomed.info/sct", "equivalence": "unmatched", "comments": "Submit for new term with parent 119365002" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "DCS", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119335007", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "DEC", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "258505006", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "DEION", "target": [ { "codeSystem": "http://snomed.info/sct", "equivalence": "unmatched", "comments": "TBD" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "DIA", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119360007", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "DISCHG", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "258439008", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "DIV", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119376003", "equivalence": "equivalent", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-5", "codeSystem": "http://snomed.info/sct", "code": "31113003" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "DRN", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119306004", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "DRNG", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "258455001", "equivalence": "equivalent", "comments": "Historical term - consider what is being drained and indicate that in SPM-4 instead: not an acceptible specimen for micro - not specific enough term", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-7", "codeSystem": "http://snomed.info/sct", "code": "122462000" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "DRNGP", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "309051001", "equivalence": "equivalent", "comments": "Historical term - consider what is being drained and indicate that in SPM-4 instead", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-7", "codeSystem": "http://snomed.info/sct", "code": "122462000" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "EARW", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "122580007", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "EBRUSH", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "309210009", "equivalence": "equivalent", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-7", "codeSystem": "http://snomed.info/sct", "code": "36213007" }, { "element": "http://hl7.org/fhir/v2/element/SPM-8", "codeSystem": "http://snomed.info/sct", "code": "32849002" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "EEYE", "target": [ { "codeSystem": "http://snomed.info/sct", "equivalence": "unmatched", "comments": "TBD" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "EFF", "target": [ { "codeSystem": "http://snomed.info/sct", "equivalence": "unmatched", "comments": "TBD" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "EFFUS", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "258440005", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "EFOD", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119320006", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "EISO", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "258536003", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "ELT", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119314005", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "ENVIR", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119324002", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "EOTH", "target": [ { "codeSystem": "http://snomed.info/sct", "equivalence": "unmatched", "comments": "TBD" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "ESOI", "target": [ { "codeSystem": "http://snomed.info/sct", "equivalence": "unmatched", "comments": "TBD" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "ESOS", "target": [ { "codeSystem": "http://snomed.info/sct", "equivalence": "unmatched", "comments": "TBD" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "ETA", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119307008", "equivalence": "equivalent", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-7", "codeSystem": "http://snomed.info/sct", "code": "14766002" }, { "element": "http://hl7.org/fhir/v2/element/SPM-8", "codeSystem": "http://snomed.info/sct", "code": "321667001" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "ETTP", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119312009", "equivalence": "equivalent", "comments": "TBD in detail" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "ETTUB", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119307008", "equivalence": "equivalent", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-7", "codeSystem": "http://snomed.info/sct", "code": "14766002" }, { "element": "http://hl7.org/fhir/v2/element/SPM-8", "codeSystem": "http://snomed.info/sct", "code": "321667001" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "EWHI", "target": [ { "codeSystem": "http://snomed.info/sct", "equivalence": "unmatched", "comments": "TBD" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "EXG", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119336008", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "EXS", "target": [ { "codeSystem": "http://snomed.info/sct", "equivalence": "unmatched", "comments": "TBD" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "EXUDTE", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "258441009", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "FAW", "target": [ { "codeSystem": "http://snomed.info/sct", "equivalence": "unmatched", "comments": "TBD" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "FBLOOD", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119297000", "equivalence": "equivalent", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-5", "codeSystem": "http://snomed.info/sct", "code": "303112003" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "FGA", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "168139001", "equivalence": "equivalent", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-8", "codeSystem": "http://snomed.info/sct", "code": "83670000" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "FIST", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119370009", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "FLD", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "309051001", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "FLT", "target": [ { "codeSystem": "http://snomed.info/sct", "equivalence": "unmatched", "comments": "TBD" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "FLU", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "309051001", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "FLUID", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "258442002", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "FOLEY", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119312009", "equivalence": "equivalent", "comments": "TBD in detail" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "FRS", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "258442002", "equivalence": "equivalent", "comments": "this term is not specific enough, choose from terms that more accurately describe the specimen", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-8", "codeSystem": "http://snomed.info/sct", "code": "272626006" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "FSCLP", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "309502007", "equivalence": "equivalent", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-8", "codeSystem": "http://snomed.info/sct", "code": "41695006" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "FUR", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119295008", "equivalence": "equivalent", "comments": "Further describe the sample as tissue or pus. or by the collection method. The term boil is not specifc to a body site - need to indicate source site (spm.8). preferred term is Aspirate_Boil", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-5", "codeSystem": "http://snomed.info/sct", "code": "59843005" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "GAS", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119317003", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "GASA", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "168137004", "equivalence": "equivalent", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-7", "codeSystem": "http://snomed.info/sct", "code": "14766002" }, { "element": "http://hl7.org/fhir/v2/element/SPM-8", "codeSystem": "http://snomed.info/sct", "code": "69695003" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "GASAN", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119379005", "equivalence": "equivalent", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-8", "codeSystem": "http://snomed.info/sct", "code": "66051006" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "GASBR", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "309213006", "equivalence": "equivalent", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-7", "codeSystem": "http://snomed.info/sct", "code": "235157009" }, { "element": "http://hl7.org/fhir/v2/element/SPM-8", "codeSystem": "http://snomed.info/sct", "code": "69695003" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "GASD", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "258459007", "equivalence": "equivalent", "comments": "Historical term - consider what is being drained and indicate that in SPM-4 instead", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-7", "codeSystem": "http://snomed.info/sct", "code": "122462000" }, { "element": "http://hl7.org/fhir/v2/element/SPM-8", "codeSystem": "http://snomed.info/sct", "code": "69695003" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "GAST", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "258459007", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "GENV", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119394009", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "GRAFT", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "440493002", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "GRANU", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119376003", "equivalence": "equivalent", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-5", "codeSystem": "http://snomed.info/sct", "code": "45647009" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "GROSH", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119311002", "equivalence": "equivalent", "comments": "TBD in detail" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "GSOL", "target": [ { "codeSystem": "http://snomed.info/sct", "equivalence": "unmatched", "comments": "TBD" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "GSPEC", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "309211008", "equivalence": "equivalent", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-7", "codeSystem": "http://snomed.info/sct", "code": "79121003" }, { "element": "http://hl7.org/fhir/v2/element/SPM-8", "codeSystem": "http://snomed.info/sct", "code": "69695003" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "GT", "target": [ { "codeSystem": "http://snomed.info/sct", "equivalence": "unmatched", "comments": "TBD" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "GTUBE", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "258459007", "equivalence": "equivalent", "comments": "Historical term - consider what is being drained and indicate that in SPM-4 instead", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-5", "codeSystem": "http://snomed.info/sct", "code": "127490009" }, { "element": "http://hl7.org/fhir/v2/element/SPM-7", "codeSystem": "http://snomed.info/sct", "code": "122462000" }, { "element": "http://hl7.org/fhir/v2/element/SPM-8", "codeSystem": "http://snomed.info/sct", "code": "69695003" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "HBITE", "target": [ { "codeSystem": "http://snomed.info/sct", "equivalence": "unmatched", "comments": "Submit for new term with parent 119365002" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "HBLUD", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119297000", "equivalence": "equivalent", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-5", "codeSystem": "http://snomed.info/sct", "code": "303113008" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "HEMAQ", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119312009", "equivalence": "equivalent", "comments": "TBD in detail" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "HEMO", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119312009", "equivalence": "equivalent", "comments": "TBD in detail" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "HERNI", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119376003", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "HEV", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119306004", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "HIC", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119312009", "equivalence": "equivalent", "comments": "TBD in detail", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-5", "codeSystem": "http://snomed.info/sct", "code": "445085009" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "HYDC", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "309051001", "equivalence": "equivalent", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-5", "codeSystem": "http://snomed.info/sct", "code": "55434001" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "IBITE", "target": [ { "codeSystem": "http://snomed.info/sct", "equivalence": "unmatched", "comments": "Submit for new term with parent 119365002" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "ICYST", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "309075001", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "IDC", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119312009", "equivalence": "equivalent", "comments": "TBD in detail" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "IHG", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119337004", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "ILEO", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "258455001", "equivalence": "equivalent", "comments": "Historical term - consider what is being drained and indicate that in SPM-4 instead: stool is what is expected, should use stool sample", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-5", "codeSystem": "http://snomed.info/sct", "code": "419954003" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "ILLEG", "target": [ { "codeSystem": "http://snomed.info/sct", "equivalence": "unmatched", "comments": "TBD" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "IMP", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "439961009", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "INCI", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "438660002", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "INFIL", "target": [ { "codeSystem": "http://snomed.info/sct", "equivalence": "unmatched", "comments": "This describes a morphologic abnormality, not a sample" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "INS", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "258614005", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "INTRD", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119312009", "equivalence": "equivalent", "comments": "TBD in detail" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "IT", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119307008", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "IUD", "target": [ { "codeSystem": "http://snomed.info/sct", "equivalence": "unmatched", "comments": "pending" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "IVCAT", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119312009", "equivalence": "equivalent", "comments": "TBD in detail", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-5", "codeSystem": "http://snomed.info/sct", "code": "255560000" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "IVFLD", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "258649003", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "IVTIP", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119312009", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "JEJU", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "258463000", "equivalence": "equivalent", "comments": "Historical term - consider what is being drained and indicate that in SPM-4 instead: stool is what is expected, should use stool sample", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-7", "codeSystem": "http://snomed.info/sct", "code": "122462000" }, { "element": "http://hl7.org/fhir/v2/element/SPM-8", "codeSystem": "http://snomed.info/sct", "code": "21306003" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "JNTFLD", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119332005", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "JP", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "309051001", "equivalence": "equivalent", "comments": "Historical term - consider what is being drained and indicate that in SPM-4 instead", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-7", "codeSystem": "http://snomed.info/sct", "code": "122462000" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "KELOI", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "440674008", "equivalence": "equivalent", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-7", "codeSystem": "http://snomed.info/sct", "code": "67889009" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "KIDFLD", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "309051001", "equivalence": "equivalent", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-8", "codeSystem": "http://snomed.info/sct", "code": "64033007" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "LAVG", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "258607008", "equivalence": "equivalent", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-7", "codeSystem": "http://snomed.info/sct", "code": "397394009" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "LAVGG", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "168138009", "equivalence": "equivalent", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-7", "codeSystem": "http://snomed.info/sct", "code": "173830003" }, { "element": "http://hl7.org/fhir/v2/element/SPM-8", "codeSystem": "http://snomed.info/sct", "code": "69695003" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "LAVGP", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "440137008", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "LAVPG", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "440674008", "equivalence": "equivalent", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-7", "codeSystem": "http://snomed.info/sct", "code": "67889009" }, { "element": "http://hl7.org/fhir/v2/element/SPM-8", "codeSystem": "http://snomed.info/sct", "code": "44567001" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "LENS1", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "440473005", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "LENS2", "target": [ { "codeSystem": "http://snomed.info/sct", "equivalence": "unmatched", "comments": "TBD" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "LESN", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "309049000", "equivalence": "equivalent", "comments": "should be more specific what kind of lesion is observed - be more specific is it a wound, abscess, mass - specify! Ask SNOMED CT to mark it as a grouper term only (309049000)" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "LIQ", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "258442002", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "LIQO", "target": [ { "codeSystem": "http://snomed.info/sct", "equivalence": "unmatched", "comments": "TBD" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "LSAC", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "258450006", "equivalence": "equivalent", "comments": "The HL7 term is a historical term Mapped to CSF obtained by lumbar puncture", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-8", "codeSystem": "http://snomed.info/sct", "code": "303949008" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "MAHUR", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119312009", "equivalence": "equivalent", "comments": "TBD in detail" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "MASS", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "420548004", "equivalence": "equivalent", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-5", "codeSystem": "http://snomed.info/sct", "code": "4147007" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "MBLD", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119345009", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "MUCOS", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119376003", "equivalence": "equivalent", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-8", "codeSystem": "http://snomed.info/sct", "code": "414781009" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "MUCUS", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "258483004", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "NASDR", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "258474009", "equivalence": "equivalent", "comments": "Historical term - consider what is being drained and indicate that in SPM-4 instead", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-7", "codeSystem": "http://snomed.info/sct", "code": "122462000" }, { "element": "http://hl7.org/fhir/v2/element/SPM-8", "codeSystem": "http://snomed.info/sct", "code": "2095001" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "NEDL", "target": [ { "codeSystem": "http://snomed.info/sct", "equivalence": "unmatched", "comments": "TBD" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "NEPH", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "438660002", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "NGASP", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "302794003", "equivalence": "equivalent", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-7", "codeSystem": "http://snomed.info/sct", "code": "6853008" }, { "element": "http://hl7.org/fhir/v2/element/SPM-8", "codeSystem": "http://snomed.info/sct", "code": "69695003" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "NGAST", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "258459007", "equivalence": "equivalent", "comments": "Historical term - consider what is being drained and indicate that in SPM-4 instead", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-5", "codeSystem": "http://snomed.info/sct", "code": "127492001" }, { "element": "http://hl7.org/fhir/v2/element/SPM-7", "codeSystem": "http://snomed.info/sct", "code": "122462000" }, { "element": "http://hl7.org/fhir/v2/element/SPM-8", "codeSystem": "http://snomed.info/sct", "code": "69695003" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "NGS", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "438660002", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "NODUL", "target": [ { "codeSystem": "http://snomed.info/sct", "equivalence": "unmatched", "comments": "pending" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "NSECR", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "168141000", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "ORH", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "123038009", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "ORL", "target": [ { "codeSystem": "http://snomed.info/sct", "equivalence": "unmatched", "comments": "be more precise use ulcer, tumor, vesicle", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-8", "codeSystem": "http://snomed.info/sct", "code": "74262004" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "OTH", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "123038009", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "PACEM", "target": [ { "codeSystem": "http://snomed.info/sct", "equivalence": "unmatched", "comments": "TBD" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "PCFL", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "122571007", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "PDSIT", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "438660002", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "PDTS", "target": [ { "codeSystem": "http://snomed.info/sct", "equivalence": "unmatched", "comments": "submitted for code" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "PELVA", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119371008", "equivalence": "equivalent", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-8", "codeSystem": "http://snomed.info/sct", "code": "12921003" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "PENIL", "target": [ { "codeSystem": "http://snomed.info/sct", "equivalence": "unmatched", "comments": "need to know what kind of lesion, so map to: UlcerTissue_penile, VesicleFluid_penile, Wound_penile, Mass tissue_penile, Necrotic tissue_penile, AbscessAspirate_penile, Anything else?", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-8", "codeSystem": "http://snomed.info/sct", "code": "18911002" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "PERIA", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119371008", "equivalence": "equivalent", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-8", "codeSystem": "http://snomed.info/sct", "code": "397158004" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "PILOC", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119368000", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "PINS", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "438660002", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "PIS", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "258507003", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "PLAN", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119301009", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "PLAS", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119361006", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "PLB", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119305000", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "PLEVS", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119364003", "equivalence": "equivalent", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-5", "codeSystem": "http://snomed.info/sct", "code": "255587001" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "PND", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "258439008", "equivalence": "equivalent", "comments": "Historical term -though in this case more often used for discharge", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-7", "codeSystem": "http://snomed.info/sct", "code": "122462000" }, { "element": "http://hl7.org/fhir/v2/element/SPM-8", "codeSystem": "http://snomed.info/sct", "code": "13648007" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "POL", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119376003", "equivalence": "equivalent", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-5", "codeSystem": "http://snomed.info/sct", "code": "41329004" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "POPGS", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "440493002", "equivalence": "equivalent", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-8", "codeSystem": "http://snomed.info/sct", "code": "6902008" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "POPLG", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "440493002", "equivalence": "equivalent", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-8", "codeSystem": "http://snomed.info/sct", "code": "6902008" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "POPLV", "target": [ { "codeSystem": "http://snomed.info/sct", "equivalence": "unmatched", "comments": "TBD" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "PORTA", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119311002", "equivalence": "equivalent", "comments": "TBD in detail" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "PPP", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119362004", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "PROST", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "438660002", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "PRP", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119363009", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "PSC", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119368000", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "PUNCT", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119365002", "equivalence": "equivalent", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-5", "codeSystem": "http://snomed.info/sct", "code": "129300006" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "PUS", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119323008", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "PUSFR", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119323008", "equivalence": "equivalent", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-5", "codeSystem": "http://snomed.info/sct", "code": "47002008" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "PUST", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119323008", "equivalence": "equivalent", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-5", "codeSystem": "http://snomed.info/sct", "code": "47002008" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "QC3", "target": [ { "codeSystem": "http://snomed.info/sct", "equivalence": "unmatched", "comments": "TBD" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "RANDU", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "278020009", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "RBITE", "target": [ { "codeSystem": "http://snomed.info/sct", "equivalence": "unmatched", "comments": "Submit for new term with parent: 119365002" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "RECT", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119339001", "equivalence": "equivalent", "comments": "Historical term - consider what is being drained and indicate that in SPM-4 instead: stool is what is expected, should use stool sample", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-7", "codeSystem": "http://snomed.info/sct", "code": "122462000" }, { "element": "http://hl7.org/fhir/v2/element/SPM-8", "codeSystem": "http://snomed.info/sct", "code": "34402009" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "RECTA", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119371008", "equivalence": "equivalent", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-8", "codeSystem": "http://snomed.info/sct", "code": "34402009" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "RENALC", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "258420003", "equivalence": "equivalent", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-8", "codeSystem": "http://snomed.info/sct", "code": "64033007" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "RENC", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "258453008", "equivalence": "equivalent", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-8", "codeSystem": "http://snomed.info/sct", "code": "64033007" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "RES", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "258603007", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "SAL", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119342007", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "SCAR", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119376003", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "SCLV", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119312009", "equivalence": "equivalent", "comments": "TBD in detail", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-8", "codeSystem": "http://snomed.info/sct", "code": "9454009" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "SCROA", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119371008", "equivalence": "equivalent", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-8", "codeSystem": "http://snomed.info/sct", "code": "20233005" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "SECRE", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "432825001", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "SER", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119364003", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "SHU", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119295008", "equivalence": "equivalent", "comments": "Preferred is aspiration with sterile syringe from inflamed area. Specify body location of shunt site", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-5", "codeSystem": "http://snomed.info/sct", "code": "257351008" }, { "element": "http://hl7.org/fhir/v2/element/SPM-7", "codeSystem": "http://snomed.info/sct", "code": "14766002" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "SHUNF", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "446861007", "equivalence": "equivalent", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-7", "codeSystem": "http://snomed.info/sct", "code": "446860008" }, { "element": "http://hl7.org/fhir/v2/element/SPM-8", "codeSystem": "http://snomed.info/sct", "code": "279107003" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "SHUNT", "target": [ { "codeSystem": "http://snomed.info/sct", "equivalence": "unmatched", "comments": "TBD" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "SITE", "target": [ { "codeSystem": "http://snomed.info/sct", "equivalence": "unmatched", "comments": "TBD" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "SKBP", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "309066003", "equivalence": "equivalent", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-7", "codeSystem": "http://snomed.info/sct", "code": "240977001" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "SKN", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119325001", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "SMM", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "420548004", "equivalence": "equivalent", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-5", "codeSystem": "http://snomed.info/sct", "code": "4147007" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "SNV", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119332005", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "SPRM", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119349003", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "SPRP", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119312009", "equivalence": "equivalent", "comments": "TBD in detail" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "SPRPB", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119312009", "equivalence": "equivalent", "comments": "TBD in detail" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "SPS", "target": [ { "codeSystem": "http://snomed.info/sct", "equivalence": "unmatched", "comments": "TBD" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "SPT", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119334006", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "SPTC", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119335007", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "SPTT", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "258609006", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "SPUT1", "target": [ { "codeSystem": "http://snomed.info/sct", "equivalence": "unmatched", "comments": "TBD" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "SPUTIN", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "258610001", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "SPUTSP", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119335007", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "STER", "target": [ { "codeSystem": "http://snomed.info/sct", "equivalence": "unmatched", "comments": "TBD" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "STL", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119339001", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "STONE", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119350003", "equivalence": "equivalent", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-8", "codeSystem": "http://snomed.info/sct", "code": "64033007" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "SUBMA", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119371008", "equivalence": "equivalent", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-8", "codeSystem": "http://snomed.info/sct", "code": "5713008" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "SUBMX", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119371008", "equivalence": "equivalent", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-8", "codeSystem": "http://snomed.info/sct", "code": "4335006" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "SUMP", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "446562005", "equivalence": "equivalent", "comments": "Historical term - consider what is being drained and indicate that in SPM-4 instead", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-7", "codeSystem": "http://snomed.info/sct", "code": "122462000" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "SUP", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "122575003", "equivalence": "equivalent", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-7", "codeSystem": "http://snomed.info/sct", "code": "58088002" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "SUTUR", "target": [ { "codeSystem": "http://snomed.info/sct", "equivalence": "unmatched", "comments": "TBD" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "SWGZ", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119312009", "equivalence": "equivalent", "comments": "TBD in detail" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "TASP", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "122877000", "equivalence": "equivalent", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-7", "codeSystem": "http://snomed.info/sct", "code": "129112001" }, { "element": "http://hl7.org/fhir/v2/element/SPM-8", "codeSystem": "http://snomed.info/sct", "code": "44567001" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "TISS", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119376003", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "TISU", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "122593002", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "TLC", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119312009", "equivalence": "equivalent", "comments": "TBD in detail" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "TRAC", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "438660002", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "TRANS", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "258538002", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "TSERU", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119364003", "equivalence": "equivalent", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-5", "codeSystem": "http://snomed.info/sct", "code": "255588006" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "TSTES", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119371008", "equivalence": "equivalent", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-8", "codeSystem": "http://snomed.info/sct", "code": "279572002" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "TTRA", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "258480001", "equivalence": "equivalent", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-7", "codeSystem": "http://snomed.info/sct", "code": "129112001" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "TUBES", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119310001", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "TUMOR", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "258435002", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "TZANC", "target": [ { "codeSystem": "http://snomed.info/sct", "equivalence": "unmatched", "comments": "This is the name of a lab test. A skin sample is examined for viral inclusions." } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "UDENT", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "123038009", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "UR", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "122575003", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "URC", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "122880004", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "URINB", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "122575003", "equivalence": "equivalent", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-7", "codeSystem": "http://snomed.info/sct", "code": "78533007" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "URINC", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "446846006", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "URINM", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "258574006", "equivalence": "equivalent", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-7", "codeSystem": "http://snomed.info/sct", "code": "225271002" }, { "element": "http://hl7.org/fhir/v2/element/SPM-8", "codeSystem": "http://snomed.info/sct", "code": "431938005" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "URINN", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "446277003", "equivalence": "equivalent", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-7", "codeSystem": "http://snomed.info/sct", "code": "225109005" }, { "element": "http://hl7.org/fhir/v2/element/SPM-8", "codeSystem": "http://snomed.info/sct", "code": "25990002" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "URINP", "target": [ { "codeSystem": "http://snomed.info/sct", "equivalence": "unmatched", "comments": "TBD" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "URT", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "122565001", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "USCOP", "target": [ { "codeSystem": "http://snomed.info/sct", "equivalence": "unmatched", "comments": "NEW specimenTERM 7", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-7", "codeSystem": "http://snomed.info/sct", "code": "176178006" }, { "element": "http://hl7.org/fhir/v2/element/SPM-8", "codeSystem": "http://snomed.info/sct", "code": "89837001" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "USPEC", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "123038009", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "VASTIP", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119312009", "equivalence": "equivalent", "comments": "TBD in detail" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "VENT", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119312009", "equivalence": "equivalent", "comments": "TBD in detail" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "VITF", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "258438000", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "VOM", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "122572000", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "WASH", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "440674008", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "WASI", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "122609004", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "WAT", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119318008", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "WB", "target": [ { "codeSystem": "http://snomed.info/sct", "equivalence": "unmatched", "comments": "Bloodbanking term ONLY now map to blood and the respective preservative" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "WEN", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "309075001", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "WICK", "target": [ { "codeSystem": "http://snomed.info/sct", "equivalence": "unmatched", "comments": "TBD" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "WND", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119365002", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "WNDA", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119366001", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "WNDD", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "122566000", "equivalence": "equivalent", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-7", "codeSystem": "http://snomed.info/sct", "code": "122462000" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "WNDE", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "122568004", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "WORM", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "258618008", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "WRT", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "309068002", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "WWA", "target": [ { "codeSystem": "http://snomed.info/sct", "code": "119318008", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "WWO", "target": [ { "codeSystem": "http://snomed.info/sct", "equivalence": "unmatched", "comments": "TBD" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "WWT", "target": [ { "codeSystem": "http://snomed.info/sct", "equivalence": "unmatched", "comments": "TBD" } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "CSITE", "target": [ { "codeSystem": "http://snomed.info/sct", "equivalence": "unmatched", "comments": "Prefer to have aspirate of the pus oozing out from cleaned insertion site - if swab is all that can be obtained, then swab after cleaning, otherwise you may get a contaminated specimen and a falsely identified infected central line. Do not just swab the reddened area - that will just collect skin flora", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-5", "codeSystem": "http://snomed.info/sct", "code": "119295008" }, { "element": "http://hl7.org/fhir/v2/element/SPM-7", "codeSystem": "http://snomed.info/sct", "code": "386144009" }, { "element": "http://hl7.org/fhir/v2/element/SPM-8", "codeSystem": "http://snomed.info/sct", "code": "14766002" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "CLIPP", "target": [ { "codeSystem": "http://snomed.info/sct", "equivalence": "unmatched", "comments": "Be more specific use either: 119326000^hair specimen, or 119327009^nail specimen", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-5", "codeSystem": "http://snomed.info/sct", "code": "119326000" } ] } ] }, { "codeSystem": "http://hl7.org/fhir/v2/0487", "code": "SHU", "target": [ { "codeSystem": "http://snomed.info/sct", "equivalence": "unmatched", "comments": "assume swab from shunt site for mapping here - clean surface of skin prior to expressing the shunt site - preferred is aspiration with sterile syringe should use SPM.8 to specify body approximate match location of shunt site", "product": [ { "element": "http://hl7.org/fhir/v2/element/SPM-5", "codeSystem": "http://snomed.info/sct", "code": "438660002" }, { "element": "http://hl7.org/fhir/v2/element/SPM-7", "codeSystem": "http://snomed.info/sct", "code": "257351008" } ] } ] } ] }; var example93: fhir.ConceptMap = { "contact": [ { "name": "FHIR project team (example)", "telecom": [ { "system": "other", "value": "http://hl7.org/fhir" } ] } ], "copyright": "Creative Commons 0", "date": "2012-06-13", "description": "A mapping between the FHIR and V3 AddressUse Code systems", "element": [ { "code": "home", "codeSystem": "http://hl7.org/fhir/address-use", "target": [ { "code": "H", "codeSystem": "http://hl7.org/fhir/v3/AddressUse", "equivalence": "equivalent" } ] }, { "code": "home", "codeSystem": "http://hl7.org/fhir/address-use", "target": [ { "code": "H", "codeSystem": "http://hl7.org/fhir/v3/AddressUse", "equivalence": "equivalent" } ] }, { "code": "work", "codeSystem": "http://hl7.org/fhir/address-use", "target": [ { "code": "WP", "codeSystem": "http://hl7.org/fhir/v3/AddressUse", "equivalence": "equivalent" } ] }, { "code": "temp", "codeSystem": "http://hl7.org/fhir/address-use", "target": [ { "code": "TMP", "codeSystem": "http://hl7.org/fhir/v3/AddressUse", "equivalence": "equivalent" } ] }, { "code": "old", "codeSystem": "http://hl7.org/fhir/address-use", "target": [ { "code": "BAD", "codeSystem": "http://hl7.org/fhir/v3/AddressUse", "comments": "In the V3 AD, old is handled by the usablePeriod element, but you have to provide a time, there's no simple equivalent of flagging an address as old", "equivalence": "disjoint" } ] } ], "experimental": true, "id": "101", "identifier": { "system": "urn:ietf:rfc:3986", "value": "urn:uuid:53cd62ee-033e-414c-9f58-3ca97b5ffc3b" }, "name": "FHIR/v3 Address Use Mapping", "publisher": "HL7, Inc", "requirements": "To help implementers map from v3/CDA to FHIR", "resourceType": "ConceptMap", "sourceReference": { "reference": "http://hl7.org/fhir/address-use" }, "status": "draft", "targetReference": { "reference": "http://hl7.org/fhir/v3/AddressUse" }, "text": { "div": "
\n

FHIR/v3 Address Use Mapping (http://hl7.org/fhir/ConceptMap/101)

\n

Mapping from \n http://hl7.org/fhir/address-use to \n http://hl7.org/fhir/v3/AddressUse\n

\n

DRAFT (not intended for production usage). Published on 13/06/2012 by HL7, Inc (FHIR project team (example): \n http://hl7.org/fhir; ). Creative Commons 0\n

\n

A mapping between the FHIR and V3 AddressUse Code systems

\n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n Source Code\n \n Equivalence\n \n Destination Code\n \n Comments\n
home (Home)equivalentH (home address)\n
home (Home)equivalentH (home address)\n
work (Work)equivalentWP (work place)\n
temp (Temporary)equivalentTMP (temporary address)\n
old (Old / Incorrect)disjointBAD (bad address)In the V3 AD, old is handled by the usablePeriod element, but you have to provide a time, there's no simple equivalent of flagging an address as old
\n
", "status": "generated" }, "url": "http://hl7.org/fhir/ConceptMap/101", "useContext": [ { "text": "for CDA Usage" } ], "version": "20120613" }; var example94: fhir.ConceptMap = { "resourceType": "ConceptMap", "id": "101", "text": { "status": "generated", "div": "
\n

FHIR/v3 Address Use Mapping (http://hl7.org/fhir/ConceptMap/101)

\n

Mapping from \n http://hl7.org/fhir/address-use to \n http://hl7.org/fhir/v3/AddressUse\n

\n

DRAFT (not intended for production usage). Published on 13/06/2012 by HL7, Inc (FHIR project team (example): \n http://hl7.org/fhir; ). Creative Commons 0\n

\n

A mapping between the FHIR and V3 AddressUse Code systems

\n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n Source Code\n \n Equivalence\n \n Destination Code\n \n Comments\n
home (Home)equivalentH (home address)\n
home (Home)equivalentH (home address)\n
work (Work)equivalentWP (work place)\n
temp (Temporary)equivalentTMP (temporary address)\n
old (Old / Incorrect)disjointBAD (bad address)In the V3 AD, old is handled by the usablePeriod element, but you have to provide a time, there's no simple equivalent of flagging an address as old
\n
" }, "url": "http://hl7.org/fhir/ConceptMap/101", "identifier": { "system": "urn:ietf:rfc:3986", "value": "urn:uuid:53cd62ee-033e-414c-9f58-3ca97b5ffc3b" }, "version": "20120613", "_version": { "fhir_comments": [ " for version, we are going to simply use the day of publication. This is also \n arbitrary - whatever is here is what people use to refer to the version. \n Could also be a UUID too " ] }, "name": "FHIR/v3 Address Use Mapping", "_name": { "fhir_comments": [ " set of loinc codes for cholesterol for LONC 2.36 " ] }, "status": "draft", "experimental": true, "publisher": "HL7, Inc", "contact": [ { "name": "FHIR project team (example)", "telecom": [ { "system": "other", "value": "http://hl7.org/fhir" } ] } ], "date": "2012-06-13", "description": "A mapping between the FHIR and V3 AddressUse Code systems", "useContext": [ { "text": "for CDA Usage" } ], "requirements": "To help implementers map from v3/CDA to FHIR", "copyright": "Creative Commons 0", "sourceReference": { "reference": "http://hl7.org/fhir/address-use" }, "targetReference": { "reference": "http://hl7.org/fhir/v3/AddressUse" }, "element": [ { "codeSystem": "http://hl7.org/fhir/address-use", "code": "home", "target": [ { "codeSystem": "http://hl7.org/fhir/v3/AddressUse", "code": "H", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/address-use", "code": "home", "target": [ { "codeSystem": "http://hl7.org/fhir/v3/AddressUse", "code": "H", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/address-use", "code": "work", "target": [ { "codeSystem": "http://hl7.org/fhir/v3/AddressUse", "code": "WP", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/address-use", "code": "temp", "target": [ { "codeSystem": "http://hl7.org/fhir/v3/AddressUse", "code": "TMP", "equivalence": "equivalent" } ] }, { "codeSystem": "http://hl7.org/fhir/address-use", "code": "old", "target": [ { "codeSystem": "http://hl7.org/fhir/v3/AddressUse", "code": "BAD", "equivalence": "disjoint", "comments": "In the V3 AD, old is handled by the usablePeriod element, but you have to provide a time, there's no simple equivalent of flagging an address as old" } ] } ] }; var example95: fhir.Condition = { "asserter": { "display": "P. van de Heuvel", "reference": "Patient/f001" }, "bodySite": [ { "coding": [ { "code": "40768004", "display": "Left thorax", "system": "http://snomed.info/sct" } ], "text": "heart structure" } ], "category": { "coding": [ { "code": "439401001", "display": "diagnosis", "system": "http://snomed.info/sct" } ] }, "clinicalStatus": "active", "code": { "coding": [ { "code": "368009", "display": "Heart valve disorder", "system": "http://snomed.info/sct" } ] }, "dateRecorded": "2011-10-05", "encounter": { "reference": "Encounter/f001" }, "evidence": [ { "code": { "coding": [ { "code": "426396005", "display": "Cardiac chest pain", "system": "http://snomed.info/sct" } ] } } ], "id": "f001", "onsetDateTime": "2011-08-05", "patient": { "display": "P. van de Heuvel", "reference": "Patient/f001" }, "resourceType": "Condition", "severity": { "coding": [ { "code": "6736007", "display": "Moderate", "system": "http://snomed.info/sct" } ] }, "text": { "div": "

Generated Narrative with Details

id: f001

patient: P. van de Heuvel

encounter: Encounter/f001

asserter: P. van de Heuvel

dateRecorded: 05/10/2011

code: Heart valve disorder (Details : {SNOMED CT code '368009' = '368009', given as 'Heart valve disorder'})

category: diagnosis (Details : {SNOMED CT code '439401001' = '439401001', given as 'diagnosis'})

clinicalStatus: active

verificationStatus: confirmed

severity: Moderate (Details : {SNOMED CT code '6736007' = '6736007', given as 'Moderate'})

onset: 05/08/2011

Evidences

-Code
*Cardiac chest pain (Details : {SNOMED CT code '426396005' = '426396005', given as 'Cardiac chest pain'})

bodySite: heart structure (Details : {SNOMED CT code '40768004' = '40768004', given as 'Left thorax'})

", "status": "generated" }, "verificationStatus": "confirmed" }; var example96: fhir.Condition = { "resourceType": "Condition", "id": "f001", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: f001

patient: P. van de Heuvel

encounter: Encounter/f001

asserter: P. van de Heuvel

dateRecorded: 05/10/2011

code: Heart valve disorder (Details : {SNOMED CT code '368009' = '368009', given as 'Heart valve disorder'})

category: diagnosis (Details : {SNOMED CT code '439401001' = '439401001', given as 'diagnosis'})

clinicalStatus: active

verificationStatus: confirmed

severity: Moderate (Details : {SNOMED CT code '6736007' = '6736007', given as 'Moderate'})

onset: 05/08/2011

Evidences

-Code
*Cardiac chest pain (Details : {SNOMED CT code '426396005' = '426396005', given as 'Cardiac chest pain'})

bodySite: heart structure (Details : {SNOMED CT code '40768004' = '40768004', given as 'Left thorax'})

" }, "patient": { "reference": "Patient/f001", "display": "P. van de Heuvel" }, "encounter": { "reference": "Encounter/f001" }, "asserter": { "reference": "Patient/f001", "display": "P. van de Heuvel" }, "dateRecorded": "2011-10-05", "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "368009", "display": "Heart valve disorder" } ] }, "category": { "coding": [ { "system": "http://snomed.info/sct", "code": "439401001", "display": "diagnosis" } ] }, "clinicalStatus": "active", "verificationStatus": "confirmed", "severity": { "coding": [ { "system": "http://snomed.info/sct", "code": "6736007", "display": "Moderate" } ] }, "onsetDateTime": "2011-08-05", "evidence": [ { "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "426396005", "display": "Cardiac chest pain" } ] } } ], "bodySite": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "40768004", "display": "Left thorax" } ], "text": "heart structure" } ] }; var example97: fhir.Condition = { "asserter": { "display": "P. van de Heuvel", "reference": "Patient/f001" }, "bodySite": [ { "coding": [ { "code": "51185008", "display": "Thorax", "system": "http://snomed.info/sct" } ] } ], "category": { "coding": [ { "code": "439401001", "display": "diagnosis", "system": "http://snomed.info/sct" } ] }, "clinicalStatus": "active", "code": { "coding": [ { "code": "254637007", "display": "NSCLC - Non-small cell lung cancer", "system": "http://snomed.info/sct" } ] }, "dateRecorded": "2012-06-03", "encounter": { "reference": "Encounter/f002" }, "evidence": [ { "code": { "coding": [ { "code": "169069000", "display": "CT of thorax", "system": "http://snomed.info/sct" } ] } } ], "id": "f002", "onsetDateTime": "2011-05-05", "patient": { "display": "P. van de Heuvel", "reference": "Patient/f001" }, "resourceType": "Condition", "severity": { "coding": [ { "code": "24484000", "display": "Severe", "system": "http://snomed.info/sct" } ] }, "stage": { "summary": { "coding": [ { "code": "258219007", "display": "stage II", "system": "http://snomed.info/sct" } ] } }, "text": { "div": "

Generated Narrative with Details

id: f002

patient: P. van de Heuvel

encounter: Encounter/f002

asserter: P. van de Heuvel

dateRecorded: 03/06/2012

code: NSCLC - Non-small cell lung cancer (Details : {SNOMED CT code '254637007' = '254637007', given as 'NSCLC - Non-small cell lung cancer'})

category: diagnosis (Details : {SNOMED CT code '439401001' = '439401001', given as 'diagnosis'})

clinicalStatus: active

verificationStatus: confirmed

severity: Severe (Details : {SNOMED CT code '24484000' = '24484000', given as 'Severe'})

onset: 05/05/2011

Stages

-Summary
*stage II (Details : {SNOMED CT code '258219007' = '258219007', given as 'stage II'})

Evidences

-Code
*CT of thorax (Details : {SNOMED CT code '169069000' = '169069000', given as 'CT of thorax'})

bodySite: Thorax (Details : {SNOMED CT code '51185008' = '51185008', given as 'Thorax'})

", "status": "generated" }, "verificationStatus": "confirmed" }; var example98: fhir.Condition = { "resourceType": "Condition", "id": "f002", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: f002

patient: P. van de Heuvel

encounter: Encounter/f002

asserter: P. van de Heuvel

dateRecorded: 03/06/2012

code: NSCLC - Non-small cell lung cancer (Details : {SNOMED CT code '254637007' = '254637007', given as 'NSCLC - Non-small cell lung cancer'})

category: diagnosis (Details : {SNOMED CT code '439401001' = '439401001', given as 'diagnosis'})

clinicalStatus: active

verificationStatus: confirmed

severity: Severe (Details : {SNOMED CT code '24484000' = '24484000', given as 'Severe'})

onset: 05/05/2011

Stages

-Summary
*stage II (Details : {SNOMED CT code '258219007' = '258219007', given as 'stage II'})

Evidences

-Code
*CT of thorax (Details : {SNOMED CT code '169069000' = '169069000', given as 'CT of thorax'})

bodySite: Thorax (Details : {SNOMED CT code '51185008' = '51185008', given as 'Thorax'})

" }, "patient": { "reference": "Patient/f001", "display": "P. van de Heuvel" }, "encounter": { "reference": "Encounter/f002" }, "asserter": { "reference": "Patient/f001", "display": "P. van de Heuvel" }, "dateRecorded": "2012-06-03", "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "254637007", "display": "NSCLC - Non-small cell lung cancer" } ] }, "category": { "coding": [ { "system": "http://snomed.info/sct", "code": "439401001", "display": "diagnosis" } ] }, "clinicalStatus": "active", "verificationStatus": "confirmed", "severity": { "coding": [ { "system": "http://snomed.info/sct", "code": "24484000", "display": "Severe" } ] }, "onsetDateTime": "2011-05-05", "stage": { "summary": { "coding": [ { "system": "http://snomed.info/sct", "code": "258219007", "display": "stage II" } ] } }, "evidence": [ { "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "169069000", "display": "CT of thorax" } ] } } ], "bodySite": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "51185008", "display": "Thorax" } ] } ] }; var example99: fhir.Condition = { "asserter": { "display": "P. van de Heuvel", "reference": "Patient/f001" }, "bodySite": [ { "coding": [ { "code": "280193007", "display": "Entire retropharyngeal area", "system": "http://snomed.info/sct" } ] } ], "category": { "coding": [ { "code": "439401001", "display": "diagnosis", "system": "http://snomed.info/sct" } ] }, "clinicalStatus": "active", "code": { "coding": [ { "code": "18099001", "display": "Retropharyngeal abscess", "system": "http://snomed.info/sct" } ] }, "dateRecorded": "2012-02-20", "encounter": { "reference": "Encounter/f003" }, "evidence": [ { "code": { "coding": [ { "code": "169068008", "display": "CT of neck", "system": "http://snomed.info/sct" } ] } } ], "id": "f003", "onsetDateTime": "2012-02-27", "patient": { "display": "P. van de Heuvel", "reference": "Patient/f001" }, "resourceType": "Condition", "severity": { "coding": [ { "code": "371923003", "display": "Mild to moderate", "system": "http://snomed.info/sct" } ] }, "text": { "div": "

Generated Narrative with Details

id: f003

patient: P. van de Heuvel

encounter: Encounter/f003

asserter: P. van de Heuvel

dateRecorded: 20/02/2012

code: Retropharyngeal abscess (Details : {SNOMED CT code '18099001' = '18099001', given as 'Retropharyngeal abscess'})

category: diagnosis (Details : {SNOMED CT code '439401001' = '439401001', given as 'diagnosis'})

clinicalStatus: active

verificationStatus: confirmed

severity: Mild to moderate (Details : {SNOMED CT code '371923003' = '371923003', given as 'Mild to moderate'})

onset: 27/02/2012

Evidences

-Code
*CT of neck (Details : {SNOMED CT code '169068008' = '169068008', given as 'CT of neck'})

bodySite: Entire retropharyngeal area (Details : {SNOMED CT code '280193007' = '280193007', given as 'Entire retropharyngeal area'})

", "status": "generated" }, "verificationStatus": "confirmed" }; var example100: fhir.Condition = { "resourceType": "Condition", "id": "f003", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: f003

patient: P. van de Heuvel

encounter: Encounter/f003

asserter: P. van de Heuvel

dateRecorded: 20/02/2012

code: Retropharyngeal abscess (Details : {SNOMED CT code '18099001' = '18099001', given as 'Retropharyngeal abscess'})

category: diagnosis (Details : {SNOMED CT code '439401001' = '439401001', given as 'diagnosis'})

clinicalStatus: active

verificationStatus: confirmed

severity: Mild to moderate (Details : {SNOMED CT code '371923003' = '371923003', given as 'Mild to moderate'})

onset: 27/02/2012

Evidences

-Code
*CT of neck (Details : {SNOMED CT code '169068008' = '169068008', given as 'CT of neck'})

bodySite: Entire retropharyngeal area (Details : {SNOMED CT code '280193007' = '280193007', given as 'Entire retropharyngeal area'})

" }, "patient": { "reference": "Patient/f001", "display": "P. van de Heuvel" }, "encounter": { "reference": "Encounter/f003" }, "asserter": { "reference": "Patient/f001", "display": "P. van de Heuvel" }, "dateRecorded": "2012-02-20", "code": { "fhir_comments": [ " first suspected by physician visit " ], "coding": [ { "system": "http://snomed.info/sct", "code": "18099001", "display": "Retropharyngeal abscess" } ] }, "category": { "coding": [ { "system": "http://snomed.info/sct", "code": "439401001", "display": "diagnosis" } ] }, "clinicalStatus": "active", "verificationStatus": "confirmed", "severity": { "coding": [ { "system": "http://snomed.info/sct", "code": "371923003", "display": "Mild to moderate" } ] }, "onsetDateTime": "2012-02-27", "evidence": [ { "fhir_comments": [ " actual diagnose be E.N.T. specialist " ], "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "169068008", "display": "CT of neck" } ] } } ], "bodySite": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "280193007", "display": "Entire retropharyngeal area" } ] } ] }; var example101: fhir.Condition = { "asserter": { "reference": "Practitioner/f201" }, "bodySite": [ { "coding": [ { "code": "38266002", "display": "Entire body as a whole", "system": "http://snomed.info/sct" } ] } ], "category": { "coding": [ { "code": "55607006", "display": "Problem", "system": "http://snomed.info/sct" }, { "code": "finding", "system": "http://hl7.org/fhir/condition-category" } ] }, "clinicalStatus": "active", "code": { "coding": [ { "code": "386661006", "display": "Fever", "system": "http://snomed.info/sct" } ] }, "dateRecorded": "2013-04-04", "encounter": { "reference": "Encounter/f201" }, "evidence": [ { "code": { "coding": [ { "code": "258710007", "display": "degrees C", "system": "http://snomed.info/sct" } ] }, "detail": [ { "display": "Temperature", "reference": "Observation/f202" } ] } ], "id": "f201", "onsetDateTime": "2013-04-02", "patient": { "display": "Roel", "reference": "Patient/f201" }, "resourceType": "Condition", "severity": { "coding": [ { "code": "255604002", "display": "Mild", "system": "http://snomed.info/sct" } ] }, "text": { "div": "

Generated Narrative with Details

id: f201

patient: Roel

encounter: Encounter/f201

asserter: Practitioner/f201

dateRecorded: 04/04/2013

code: Fever (Details : {SNOMED CT code '386661006' = '386661006', given as 'Fever'})

category: Problem (Details : {SNOMED CT code '55607006' = '55607006', given as 'Problem'}; {http://hl7.org/fhir/condition-category code 'finding' = 'Finding)

clinicalStatus: active

verificationStatus: confirmed

severity: Mild (Details : {SNOMED CT code '255604002' = '255604002', given as 'Mild'})

onset: 02/04/2013

Evidences

-CodeDetail
*degrees C (Details : {SNOMED CT code '258710007' = '258710007', given as 'degrees C'})Temperature

bodySite: Entire body as a whole (Details : {SNOMED CT code '38266002' = '38266002', given as 'Entire body as a whole'})

", "status": "generated" }, "verificationStatus": "confirmed" }; var example102: fhir.Condition = { "resourceType": "Condition", "id": "f201", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: f201

patient: Roel

encounter: Encounter/f201

asserter: Practitioner/f201

dateRecorded: 04/04/2013

code: Fever (Details : {SNOMED CT code '386661006' = '386661006', given as 'Fever'})

category: Problem (Details : {SNOMED CT code '55607006' = '55607006', given as 'Problem'}; {http://hl7.org/fhir/condition-category code 'finding' = 'Finding)

clinicalStatus: active

verificationStatus: confirmed

severity: Mild (Details : {SNOMED CT code '255604002' = '255604002', given as 'Mild'})

onset: 02/04/2013

Evidences

-CodeDetail
*degrees C (Details : {SNOMED CT code '258710007' = '258710007', given as 'degrees C'})Temperature

bodySite: Entire body as a whole (Details : {SNOMED CT code '38266002' = '38266002', given as 'Entire body as a whole'})

" }, "patient": { "reference": "Patient/f201", "display": "Roel" }, "encounter": { "reference": "Encounter/f201" }, "asserter": { "reference": "Practitioner/f201" }, "dateRecorded": "2013-04-04", "code": { "fhir_comments": [ " The problem was entered at April fourth " ], "coding": [ { "fhir_comments": [ " The problem is a fever " ], "system": "http://snomed.info/sct", "code": "386661006", "display": "Fever" } ] }, "category": { "coding": [ { "fhir_comments": [ " The fever is a mild problem " ], "system": "http://snomed.info/sct", "code": "55607006", "display": "Problem" }, { "system": "http://hl7.org/fhir/condition-category", "code": "finding" } ] }, "clinicalStatus": "active", "verificationStatus": "confirmed", "severity": { "coding": [ { "fhir_comments": [ " The fever is mild " ], "system": "http://snomed.info/sct", "code": "255604002", "display": "Mild" } ] }, "onsetDateTime": "2013-04-02", "evidence": [ { "fhir_comments": [ " Problem began on April second ", " No remission means no " ], "code": { "fhir_comments": [ " Problem is confirmed by 39 degrees Celsius " ], "coding": [ { "system": "http://snomed.info/sct", "code": "258710007", "display": "degrees C" } ] }, "detail": [ { "reference": "Observation/f202", "display": "Temperature" } ] } ], "bodySite": [ { "coding": [ { "fhir_comments": [ " Fever applies to whole body " ], "system": "http://snomed.info/sct", "code": "38266002", "display": "Entire body as a whole" } ] } ] }; var example103: fhir.Condition = { "bodySite": [ { "coding": [ { "code": "361355005", "display": "Entire head and neck", "system": "http://snomed.info/sct" } ] } ], "category": { "coding": [ { "code": "diagnosis", "system": "http://hl7.org/fhir/condition-category" } ] }, "clinicalStatus": "active", "code": { "coding": [ { "code": "363346000", "display": "Malignant neoplastic disease", "system": "http://snomed.info/sct" } ] }, "dateRecorded": "2012-12-01", "evidence": [ { "detail": [ { "display": "Erasmus' diagnostic report of Roel's tumor", "reference": "DiagnosticReport/f201" } ] } ], "id": "f202", "onsetQuantity": { "code": "258707000", "system": "http://snomed.info/sct", "unit": "years", "value": 52 }, "patient": { "display": "Roel", "reference": "Patient/f201" }, "resourceType": "Condition", "severity": { "coding": [ { "code": "24484000", "display": "Severe", "system": "http://snomed.info/sct" } ] }, "text": { "div": "

Generated Narrative with Details

id: f202

patient: Roel

dateRecorded: 01/12/2012

code: Malignant neoplastic disease (Details : {SNOMED CT code '363346000' = '363346000', given as 'Malignant neoplastic disease'})

category: Diagnosis (Details : {http://hl7.org/fhir/condition-category code 'diagnosis' = 'Diagnosis)

clinicalStatus: active

verificationStatus: confirmed

severity: Severe (Details : {SNOMED CT code '24484000' = '24484000', given as 'Severe'})

onset: 52 years (Details: SNOMED CT code 258707000 = '258707000')

Evidences

-Detail
*Erasmus' diagnostic report of Roel's tumor

bodySite: Entire head and neck (Details : {SNOMED CT code '361355005' = '361355005', given as 'Entire head and neck'})

", "status": "generated" }, "verificationStatus": "confirmed" }; var example104: fhir.Condition = { "resourceType": "Condition", "id": "f202", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: f202

patient: Roel

dateRecorded: 01/12/2012

code: Malignant neoplastic disease (Details : {SNOMED CT code '363346000' = '363346000', given as 'Malignant neoplastic disease'})

category: Diagnosis (Details : {http://hl7.org/fhir/condition-category code 'diagnosis' = 'Diagnosis)

clinicalStatus: active

verificationStatus: confirmed

severity: Severe (Details : {SNOMED CT code '24484000' = '24484000', given as 'Severe'})

onset: 52 years (Details: SNOMED CT code 258707000 = '258707000')

Evidences

-Detail
*Erasmus' diagnostic report of Roel's tumor

bodySite: Entire head and neck (Details : {SNOMED CT code '361355005' = '361355005', given as 'Entire head and neck'})

" }, "patient": { "reference": "Patient/f201", "display": "Roel" }, "dateRecorded": "2012-12-01", "_dateRecorded": { "fhir_comments": [ " It was not established during an encounter, but through a diagnostic report of december 2012 " ] }, "code": { "fhir_comments": [ " The problem was asserted at December first " ], "coding": [ { "fhir_comments": [ " The problem is a malignant tumor " ], "system": "http://snomed.info/sct", "code": "363346000", "display": "Malignant neoplastic disease" } ] }, "category": { "coding": [ { "system": "http://hl7.org/fhir/condition-category", "code": "diagnosis" } ] }, "clinicalStatus": "active", "verificationStatus": "confirmed", "severity": { "coding": [ { "system": "http://snomed.info/sct", "code": "24484000", "display": "Severe" } ] }, "onsetQuantity": { "value": 52, "unit": "years", "system": "http://snomed.info/sct", "code": "258707000" }, "evidence": [ { "fhir_comments": [ " No remission means no " ], "detail": [ { "fhir_comments": [ " Problem is confirmed in diagnostic report " ], "reference": "DiagnosticReport/f201", "display": "Erasmus' diagnostic report of Roel's tumor" } ] } ], "bodySite": [ { "coding": [ { "fhir_comments": [ " Head and neck malignancy " ], "system": "http://snomed.info/sct", "code": "361355005", "display": "Entire head and neck" } ] } ] }; var example105: fhir.Condition = { "asserter": { "reference": "Practitioner/f201" }, "bodySite": [ { "coding": [ { "code": "281158006", "display": "Pulmonary vascular structure", "system": "http://snomed.info/sct" } ] } ], "category": { "coding": [ { "code": "55607006", "display": "Problem", "system": "http://snomed.info/sct" }, { "code": "finding", "system": "http://hl7.org/fhir/condition-category" } ] }, "clinicalStatus": "active", "code": { "coding": [ { "code": "10001005", "display": "Bacterial sepsis", "system": "http://snomed.info/sct" } ] }, "dateRecorded": "2013-03-11", "encounter": { "display": "Roel's encounter on March eleventh", "reference": "Encounter/f203" }, "evidence": [ { "detail": [ { "display": "Diagnostic report for Roel's sepsis", "reference": "DiagnosticReport/f202" } ] } ], "id": "f203", "onsetDateTime": "2013-03-08", "patient": { "display": "Roel", "reference": "Patient/f201" }, "resourceType": "Condition", "severity": { "coding": [ { "code": "371924009", "display": "Moderate to severe", "system": "http://snomed.info/sct" } ] }, "text": { "div": "

Generated Narrative with Details

id: f203

patient: Roel

encounter: Roel's encounter on March eleventh

asserter: Practitioner/f201

dateRecorded: 11/03/2013

code: Bacterial sepsis (Details : {SNOMED CT code '10001005' = '10001005', given as 'Bacterial sepsis'})

category: Problem (Details : {SNOMED CT code '55607006' = '55607006', given as 'Problem'}; {http://hl7.org/fhir/condition-category code 'finding' = 'Finding)

clinicalStatus: active

verificationStatus: confirmed

severity: Moderate to severe (Details : {SNOMED CT code '371924009' = '371924009', given as 'Moderate to severe'})

onset: 08/03/2013

Evidences

-Detail
*Diagnostic report for Roel's sepsis

bodySite: Pulmonary vascular structure (Details : {SNOMED CT code '281158006' = '281158006', given as 'Pulmonary vascular structure'})

", "status": "generated" }, "verificationStatus": "confirmed" }; var example106: fhir.Condition = { "resourceType": "Condition", "id": "f203", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: f203

patient: Roel

encounter: Roel's encounter on March eleventh

asserter: Practitioner/f201

dateRecorded: 11/03/2013

code: Bacterial sepsis (Details : {SNOMED CT code '10001005' = '10001005', given as 'Bacterial sepsis'})

category: Problem (Details : {SNOMED CT code '55607006' = '55607006', given as 'Problem'}; {http://hl7.org/fhir/condition-category code 'finding' = 'Finding)

clinicalStatus: active

verificationStatus: confirmed

severity: Moderate to severe (Details : {SNOMED CT code '371924009' = '371924009', given as 'Moderate to severe'})

onset: 08/03/2013

Evidences

-Detail
*Diagnostic report for Roel's sepsis

bodySite: Pulmonary vascular structure (Details : {SNOMED CT code '281158006' = '281158006', given as 'Pulmonary vascular structure'})

" }, "patient": { "reference": "Patient/f201", "display": "Roel" }, "encounter": { "reference": "Encounter/f203", "display": "Roel's encounter on March eleventh" }, "asserter": { "reference": "Practitioner/f201" }, "dateRecorded": "2013-03-11", "code": { "coding": [ { "fhir_comments": [ " The problem is bacterial sepsis " ], "system": "http://snomed.info/sct", "code": "10001005", "display": "Bacterial sepsis" } ] }, "category": { "coding": [ { "fhir_comments": [ " Bacterial sepsis is certainly a moderate to severe problem " ], "system": "http://snomed.info/sct", "code": "55607006", "display": "Problem" }, { "system": "http://hl7.org/fhir/condition-category", "code": "finding" } ] }, "clinicalStatus": "active", "verificationStatus": "confirmed", "severity": { "coding": [ { "system": "http://snomed.info/sct", "code": "371924009", "display": "Moderate to severe" } ] }, "onsetDateTime": "2013-03-08", "evidence": [ { "detail": [ { "reference": "DiagnosticReport/f202", "display": "Diagnostic report for Roel's sepsis" } ] } ], "bodySite": [ { "coding": [ { "fhir_comments": [ " Location is intravascular pulmonary " ], "system": "http://snomed.info/sct", "code": "281158006", "display": "Pulmonary vascular structure" } ] } ] }; var example107: fhir.Condition = { "abatementDateTime": "2013-03-20", "asserter": { "reference": "Practitioner/f201" }, "bodySite": [ { "coding": [ { "code": "181414000", "display": "Kidney", "system": "http://snomed.info/sct" } ] } ], "category": { "coding": [ { "code": "55607006", "display": "Problem", "system": "http://snomed.info/sct" }, { "code": "finding", "system": "http://hl7.org/fhir/condition-category" } ] }, "clinicalStatus": "active", "code": { "coding": [ { "code": "36225005", "display": "Acute renal insufficiency specified as due to procedure", "system": "http://snomed.info/sct" } ] }, "dateRecorded": "2013-03-11", "encounter": { "display": "Roel's encounter on March eleventh", "reference": "Encounter/f203" }, "id": "f204", "onsetDateTime": "2013-03-11", "patient": { "display": "Roel", "reference": "Patient/f201" }, "resourceType": "Condition", "severity": { "coding": [ { "code": "24484000", "display": "Severe", "system": "http://snomed.info/sct" } ] }, "stage": { "summary": { "coding": [ { "code": "14803004", "display": "Temporary", "system": "http://snomed.info/sct" } ] } }, "text": { "div": "

Generated Narrative with Details

id: f204

patient: Roel

encounter: Roel's encounter on March eleventh

asserter: Practitioner/f201

dateRecorded: 11/03/2013

code: Acute renal insufficiency specified as due to procedure (Details : {SNOMED CT code '36225005' = '36225005', given as 'Acute renal insufficiency specified as due to procedure'})

category: Problem (Details : {SNOMED CT code '55607006' = '55607006', given as 'Problem'}; {http://hl7.org/fhir/condition-category code 'finding' = 'Finding)

clinicalStatus: active

verificationStatus: differential

severity: Severe (Details : {SNOMED CT code '24484000' = '24484000', given as 'Severe'})

onset: 11/03/2013

abatement: 20/03/2013

Stages

-Summary
*Temporary (Details : {SNOMED CT code '14803004' = '14803004', given as 'Temporary'})

bodySite: Kidney (Details : {SNOMED CT code '181414000' = '181414000', given as 'Kidney'})

", "status": "generated" }, "verificationStatus": "differential" }; var example108: fhir.Condition = { "resourceType": "Condition", "id": "f204", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: f204

patient: Roel

encounter: Roel's encounter on March eleventh

asserter: Practitioner/f201

dateRecorded: 11/03/2013

code: Acute renal insufficiency specified as due to procedure (Details : {SNOMED CT code '36225005' = '36225005', given as 'Acute renal insufficiency specified as due to procedure'})

category: Problem (Details : {SNOMED CT code '55607006' = '55607006', given as 'Problem'}; {http://hl7.org/fhir/condition-category code 'finding' = 'Finding)

clinicalStatus: active

verificationStatus: differential

severity: Severe (Details : {SNOMED CT code '24484000' = '24484000', given as 'Severe'})

onset: 11/03/2013

abatement: 20/03/2013

Stages

-Summary
*Temporary (Details : {SNOMED CT code '14803004' = '14803004', given as 'Temporary'})

bodySite: Kidney (Details : {SNOMED CT code '181414000' = '181414000', given as 'Kidney'})

" }, "patient": { "reference": "Patient/f201", "display": "Roel" }, "encounter": { "reference": "Encounter/f203", "display": "Roel's encounter on March eleventh" }, "asserter": { "reference": "Practitioner/f201" }, "dateRecorded": "2013-03-11", "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "36225005", "display": "Acute renal insufficiency specified as due to procedure" } ] }, "category": { "coding": [ { "fhir_comments": [ " Renal insufficiency could become a severe problem " ], "system": "http://snomed.info/sct", "code": "55607006", "display": "Problem" }, { "system": "http://hl7.org/fhir/condition-category", "code": "finding" } ] }, "clinicalStatus": "active", "verificationStatus": "differential", "severity": { "fhir_comments": [ " The patient is being treated on the basis that this is the problem, but it is still not confirmed ( is therewith also working) " ], "coding": [ { "system": "http://snomed.info/sct", "code": "24484000", "display": "Severe" } ] }, "onsetDateTime": "2013-03-11", "abatementDateTime": "2013-03-20", "stage": { "fhir_comments": [ " After the nine days of inpatient admission, the problem went in remission " ], "summary": { "fhir_comments": [ " The problem is temporary and will not become permanent renal insufficiency " ], "coding": [ { "system": "http://snomed.info/sct", "code": "14803004", "display": "Temporary" } ] } }, "bodySite": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "181414000", "display": "Kidney" } ] } ] }; var example109: fhir.Condition = { "asserter": { "reference": "Practitioner/f201" }, "clinicalStatus": "active", "code": { "coding": [ { "code": "87628006", "display": "Bacterial infectious disease", "system": "http://snomed.info/sct" } ] }, "dateRecorded": "2013-04-04", "id": "f205", "patient": { "display": "Roel", "reference": "Patient/f201" }, "resourceType": "Condition", "text": { "div": "

Generated Narrative with Details

id: f205

patient: Roel

asserter: Practitioner/f201

dateRecorded: 04/04/2013

code: Bacterial infectious disease (Details : {SNOMED CT code '87628006' = '87628006', given as 'Bacterial infectious disease'})

clinicalStatus: active

verificationStatus: differential

", "status": "generated" }, "verificationStatus": "differential" }; var example110: fhir.Condition = { "resourceType": "Condition", "id": "f205", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: f205

patient: Roel

asserter: Practitioner/f201

dateRecorded: 04/04/2013

code: Bacterial infectious disease (Details : {SNOMED CT code '87628006' = '87628006', given as 'Bacterial infectious disease'})

clinicalStatus: active

verificationStatus: differential

" }, "patient": { "reference": "Patient/f201", "display": "Roel" }, "asserter": { "reference": "Practitioner/f201" }, "dateRecorded": "2013-04-04", "code": { "fhir_comments": [ " The problem was entered at April fourth " ], "coding": [ { "fhir_comments": [ " The problem is a bacterial infection " ], "system": "http://snomed.info/sct", "code": "87628006", "display": "Bacterial infectious disease" } ] }, "clinicalStatus": "active", "verificationStatus": "differential" }; var example111: fhir.Condition = { "category": { "coding": [ { "code": "diagnosis", "display": "Diagnosis", "system": "http://hl7.org/fhir/condition-category" } ] }, "clinicalStatus": "active", "code": { "coding": [ { "code": "422504002", "display": "Ischemic stroke (disorder)", "system": "http://snomed.info/sct" } ], "text": "Stroke" }, "id": "stroke", "onsetDateTime": "2010-07-18", "patient": { "reference": "Patient/example" }, "resourceType": "Condition", "text": { "div": "
Ischemic stroke, July 18, 2010
", "status": "generated" }, "verificationStatus": "confirmed" }; var example112: fhir.Condition = { "resourceType": "Condition", "id": "stroke", "text": { "status": "generated", "div": "
Ischemic stroke, July 18, 2010
" }, "patient": { "reference": "Patient/example" }, "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "422504002", "display": "Ischemic stroke (disorder)" } ], "text": "Stroke" }, "category": { "coding": [ { "system": "http://hl7.org/fhir/condition-category", "code": "diagnosis", "display": "Diagnosis" } ] }, "clinicalStatus": "active", "verificationStatus": "confirmed", "onsetDateTime": "2010-07-18" }; var example113: fhir.Condition = { "bodySite": [ { "coding": [ { "code": "49521004", "display": "Left external ear structure", "system": "http://snomed.info/sct" } ], "text": "Left Ear" } ], "category": { "coding": [ { "code": "diagnosis", "display": "Diagnosis", "system": "http://hl7.org/fhir/condition-category" }, { "code": "439401001", "display": "Diagnosis", "system": "http://snomed.info/sct" } ] }, "code": { "coding": [ { "code": "39065001", "display": "Burn of ear", "system": "http://snomed.info/sct" } ], "text": "Burnt Ear" }, "id": "example", "onsetDateTime": "2012-05-24", "patient": { "reference": "Patient/example" }, "resourceType": "Condition", "severity": { "coding": [ { "code": "24484000", "display": "Severe", "system": "http://snomed.info/sct" } ] }, "text": { "div": "
Severe burn of left ear (Date: 24-May 2012)
", "status": "generated" }, "verificationStatus": "confirmed" }; var example114: fhir.Condition = { "resourceType": "Condition", "id": "example", "text": { "status": "generated", "div": "
Severe burn of left ear (Date: 24-May 2012)
" }, "patient": { "reference": "Patient/example" }, "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "39065001", "display": "Burn of ear" } ], "text": "Burnt Ear" }, "category": { "coding": [ { "system": "http://hl7.org/fhir/condition-category", "code": "diagnosis", "display": "Diagnosis" }, { "fhir_comments": [ " and also a SNOMED CT coding " ], "system": "http://snomed.info/sct", "code": "439401001", "display": "Diagnosis" } ] }, "verificationStatus": "confirmed", "severity": { "coding": [ { "system": "http://snomed.info/sct", "code": "24484000", "display": "Severe" } ] }, "onsetDateTime": "2012-05-24", "bodySite": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "49521004", "display": "Left external ear structure" } ], "text": "Left Ear" } ] }; var example115: fhir.Condition = { "category": { "coding": [ { "code": "finding", "display": "Finding", "system": "http://hl7.org/fhir/condition-category" } ] }, "clinicalStatus": "active", "code": { "text": "Asthma" }, "id": "example2", "onsetDateTime": "2012-11-12", "patient": { "reference": "Patient/example" }, "resourceType": "Condition", "severity": { "coding": [ { "code": "255604002", "display": "Mild", "system": "http://snomed.info/sct" } ] }, "text": { "div": "
Mild Asthma (Date: 21-Nov 2012)
", "status": "generated" }, "verificationStatus": "confirmed" }; var example116: fhir.Condition = { "resourceType": "Condition", "id": "example2", "text": { "status": "generated", "div": "
Mild Asthma (Date: 21-Nov 2012)
" }, "patient": { "reference": "Patient/example" }, "code": { "text": "Asthma" }, "category": { "coding": [ { "system": "http://hl7.org/fhir/condition-category", "code": "finding", "display": "Finding" } ] }, "clinicalStatus": "active", "verificationStatus": "confirmed", "severity": { "coding": [ { "system": "http://snomed.info/sct", "code": "255604002", "display": "Mild" } ] }, "onsetDateTime": "2012-11-12" }; var example117: fhir.Conformance = { "acceptUnknown": "both", "contact": [ { "name": "System Administrator", "telecom": [ { "system": "email", "value": "wile@acme.org" } ] } ], "copyright": "Copyright © Acme Healthcare and GoodCorp EHR Systems", "date": "2012-01-04", "description": "This is the FHIR conformance statement for the main EHR at ACME for the private interface - it does not describe the public interface", "document": [ { "documentation": "Basic rules for all documents in the EHR system", "mode": "consumer", "profile": { "reference": "http://fhir.hl7.org/base/Profilebc054d23-75e1-4dc6-aca5-838b6b1ac81d/_history/b5fdd9fc-b021-4ea1-911a-721a60663796" } } ], "experimental": true, "fhirVersion": "1.0.0", "format": [ "xml", "json" ], "id": "example", "implementation": { "description": "main EHR at ACME", "url": "http://10.2.3.4/fhir" }, "kind": "instance", "messaging": [ { "documentation": "ADT A08 equivalent for external system notifications", "endpoint": [ { "address": "mllp:10.1.1.10:9234", "protocol": { "code": "mllp", "system": "http://hl7.org/fhir/message-transport" } } ], "event": [ { "category": "Consequence", "code": { "code": "admin-notify", "system": "http://hl7.org/fhir/message-type" }, "documentation": "Notification of an update to a patient resource. changing the links is not supported", "focus": "Patient", "mode": "receiver", "request": { "reference": "StructureDefinition/daf-patient" }, "response": { "reference": "StructureDefinition/MessageHeader" } } ], "reliableCache": 30 } ], "name": "ACME EHR Conformance statement", "publisher": "ACME Corporation", "requirements": "Main EHR conformance statement, published for contracting and operational support", "resourceType": "Conformance", "rest": [ { "compartment": [ "http://hl7.org/fhir/compartment/Patient" ], "documentation": "Main FHIR endpoint for acem health", "interaction": [ { "code": "transaction" }, { "code": "history-system" } ], "mode": "server", "resource": [ { "conditionalCreate": true, "conditionalDelete": "not-supported", "conditionalUpdate": false, "interaction": [ { "code": "read" }, { "code": "vread", "documentation": "Only supported for patient records since 12-Dec 2012" }, { "code": "update" }, { "code": "history-instance" }, { "code": "create" }, { "code": "history-type" } ], "profile": { "reference": "http://fhir.hl7.org/base/Profile7896271d-57f6-4231-89dc-dcc91eab2416" }, "readHistory": true, "searchInclude": [ "Organization" ], "searchParam": [ { "definition": "http://hl7.org/fhir/SearchParameter/Patient-identifier", "documentation": "Only supports search by institution MRN", "modifier": [ "missing" ], "name": "identifier", "type": "token" }, { "chain": [ "name", "identifier" ], "definition": "http://hl7.org/fhir/SearchParameter/Patient-careprovider", "modifier": [ "missing" ], "name": "careprovider", "target": [ "Organization" ], "type": "reference" } ], "searchRevInclude": [ "Person" ], "type": "Patient", "updateCreate": false, "versioning": "versioned-update" } ], "security": { "certificate": [ { "blob": "IHRoaXMgYmxvYiBpcyBub3QgdmFsaWQ=", "type": "application/jwt" } ], "cors": true, "description": "See Smart on FHIR documentation", "service": [ { "coding": [ { "code": "SMART-on-FHIR", "system": "http://hl7.org/fhir/restful-security-service" } ] } ] } } ], "software": { "name": "EHR", "releaseDate": "2012-01-04", "version": "0.00.020.2134" }, "status": "draft", "text": { "div": "
\n \n

The EHR Server supports the following transactions for the resource Person: read, vread, \n update, history, search(name,gender), create and updates.

\n \n

The EHR System supports the following message: admin-notify::Person.

\n \n

The EHR Application has a \n general document profile.\n

\n \n
", "status": "generated" }, "url": "68D043B5-9ECF-4559-A57A-396E0D452311", "version": "20130510" }; var example118: fhir.Conformance = { "resourceType": "Conformance", "id": "example", "text": { "status": "generated", "div": "
\n \n

The EHR Server supports the following transactions for the resource Person: read, vread, \n update, history, search(name,gender), create and updates.

\n \n

The EHR System supports the following message: admin-notify::Person.

\n \n

The EHR Application has a \n general document profile.\n

\n \n
" }, "url": "68D043B5-9ECF-4559-A57A-396E0D452311", "_url": { "fhir_comments": [ " the identifier for this conformance statement. \n The identifier and version establish identifiers that other specifications etc may use to \n refer to the conformance statement that this resource represents in a logical manner \n rather than in a literal (URL) fashion \n\n The identifier should be globally unique - a UUID, an OID, or a URL/URI\n " ] }, "version": "20130510", "name": "ACME EHR Conformance statement", "status": "draft", "experimental": true, "publisher": "ACME Corporation", "contact": [ { "name": "System Administrator", "telecom": [ { "system": "email", "value": "wile@acme.org" } ] } ], "date": "2012-01-04", "description": "This is the FHIR conformance statement for the main EHR at ACME for the private interface - it does not describe the public interface", "requirements": "Main EHR conformance statement, published for contracting and operational support", "copyright": "Copyright © Acme Healthcare and GoodCorp EHR Systems", "kind": "instance", "software": { "name": "EHR", "version": "0.00.020.2134", "releaseDate": "2012-01-04" }, "implementation": { "description": "main EHR at ACME", "url": "http://10.2.3.4/fhir" }, "fhirVersion": "1.0.0", "_fhirVersion": { "fhir_comments": [ " while the FHIR infrastructure is turning over prior to development, a version is \n required. Note that this may be rescinded later? " ] }, "acceptUnknown": "both", "_acceptUnknown": { "fhir_comments": [ " this system accepts unknown content in the resources " ] }, "format": [ "xml", "json" ], "rest": [ { "fhir_comments": [ " in a real conformance statement, it's unlikely that a single conformance statement \n would declare conformance for REST, messaging and documents, though it is legal. \n This example does so in order to show all the parts of a conformance statement " ], "mode": "server", "_mode": { "fhir_comments": [ " this is a server conformance statement. Note that servers are required to provide \n one of these. It can easily be edited by hand - copy this, replace the metadata above, \n delete the messaging and document stuff below, and then replace the details appropriately. " ] }, "documentation": "Main FHIR endpoint for acem health", "security": { "cors": true, "_cors": { "fhir_comments": [ " cors support is highly recommended - mandatory if using SMART on FHIR " ] }, "service": [ { "coding": [ { "system": "http://hl7.org/fhir/restful-security-service", "code": "SMART-on-FHIR" } ] } ], "description": "See Smart on FHIR documentation", "certificate": [ { "type": "application/jwt", "blob": "IHRoaXMgYmxvYiBpcyBub3QgdmFsaWQ=", "_blob": { "fhir_comments": [ " base JWT. this blob is not valid " ] } } ] }, "resource": [ { "fhir_comments": [ " zero or more of these - declaration of support for a resource " ], "type": "Patient", "profile": { "fhir_comments": [ " let's assume that HL7 has stood up a profile registry at http://fhir.hl7.org/fhir \n - it's likely to have a registry, though this is not decided, nor is a URL decided. \n This application simply uses a profile registered directly with HL7. For the simplest \n case of a FHIR REST Server, just delete this profile reference. Profile references do \n not need to be a UUID, though a profile registry could insist that they are " ], "reference": "http://fhir.hl7.org/base/Profile7896271d-57f6-4231-89dc-dcc91eab2416" }, "interaction": [ { "code": "read" }, { "code": "vread", "documentation": "Only supported for patient records since 12-Dec 2012" }, { "code": "update" }, { "code": "history-instance" }, { "code": "create" }, { "code": "history-type" } ], "versioning": "versioned-update", "readHistory": true, "updateCreate": false, "_updateCreate": { "fhir_comments": [ " this server doesn't let the clients create identities " ] }, "conditionalCreate": true, "_conditionalCreate": { "fhir_comments": [ " it's good to support conditional create on patients; this solves a common middleware problem " ] }, "conditionalUpdate": false, "conditionalDelete": "not-supported", "_conditionalDelete": { "fhir_comments": [ " 0..1 If allows/uses conditional update " ] }, "searchInclude": [ "Organization" ], "searchRevInclude": [ "Person" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/Patient-identifier", "type": "token", "documentation": "Only supports search by institution MRN", "modifier": [ "missing" ] }, { "name": "careprovider", "definition": "http://hl7.org/fhir/SearchParameter/Patient-careprovider", "type": "reference", "target": [ "Organization" ], "modifier": [ "missing" ], "chain": [ "name", "identifier" ] } ] } ], "interaction": [ { "code": "transaction" }, { "code": "history-system" } ], "compartment": [ "http://hl7.org/fhir/compartment/Patient" ] } ], "messaging": [ { "fhir_comments": [ " a messaging conformance statement. Applications are not required to make a conformance \n statement with regard to messaging, though there is active argument that they should. " ], "endpoint": [ { "protocol": { "system": "http://hl7.org/fhir/message-transport", "code": "mllp" }, "address": "mllp:10.1.1.10:9234", "_address": { "fhir_comments": [ " LLP server at 10.1.1.10 on port 9234 " ] } } ], "reliableCache": 30, "documentation": "ADT A08 equivalent for external system notifications", "event": [ { "code": { "system": "http://hl7.org/fhir/message-type", "code": "admin-notify" }, "category": "Consequence", "mode": "receiver", "_mode": { "fhir_comments": [ " this a receiver - i.e. answers. Not neccessariy a server (though this is) " ] }, "focus": "Patient", "request": { "fhir_comments": [ " specify a profile for the request person. Very often there's no \n point profiling the response, it's not interesting " ], "reference": "StructureDefinition/daf-patient" }, "response": { "reference": "StructureDefinition/MessageHeader" }, "documentation": "Notification of an update to a patient resource. changing the links is not supported" } ] } ], "document": [ { "fhir_comments": [ " a document conformance statement " ], "mode": "consumer", "documentation": "Basic rules for all documents in the EHR system", "profile": { "fhir_comments": [ " this is the important element: a reference to a published document profile \n note that this is a version specific reference. " ], "reference": "http://fhir.hl7.org/base/Profilebc054d23-75e1-4dc6-aca5-838b6b1ac81d/_history/b5fdd9fc-b021-4ea1-911a-721a60663796" } } ] }; var example119: fhir.Conformance = { "acceptUnknown": "no", "contact": [ { "telecom": [ { "system": "other", "value": "http://hl7.org/fhir" } ] } ], "date": "2013-06-18", "description": "Prototype Conformance Statement for September 2013 Connectathon", "fhirVersion": "1.0.0", "format": [ "json", "xml" ], "id": "phr", "kind": "capability", "name": "PHR Template", "publisher": "FHIR Project", "resourceType": "Conformance", "rest": [ { "documentation": "Protoype server conformance statement for September 2013 Connectathon", "mode": "server", "resource": [ { "interaction": [ { "code": "read" }, { "code": "search-type", "documentation": "When a client searches patients with no search criteria, they get a list of all patients they have access too. Servers may elect to offer additional search parameters, but this is not required" } ], "type": "Patient" }, { "interaction": [ { "code": "read" }, { "code": "search-type" } ], "searchParam": [ { "documentation": "_id parameter always supported. For the connectathon, servers may elect which search parameters are supported", "name": "_id", "type": "token" } ], "type": "DocumentReference" }, { "interaction": [ { "code": "read" }, { "code": "search-type" } ], "searchParam": [ { "documentation": "Standard _id parameter", "name": "_id", "type": "token" } ], "type": "Condition" }, { "interaction": [ { "code": "read" }, { "code": "search-type" } ], "searchParam": [ { "documentation": "Standard _id parameter", "name": "_id", "type": "token" }, { "documentation": "which diagnostic discipline/department created the report", "name": "service", "type": "token" } ], "type": "DiagnosticReport" } ], "security": { "description": "We recommend that PHR servers use standard OAuth using a standard 3rd party provider. We are not testing the ability to provide an OAuth authentication/authorization service itself, and nor is providing any security required for the connectathon at all", "service": [ { "text": "OAuth" } ] } } ], "software": { "name": "ACME PHR Server" }, "text": { "div": "
\n \n

Prototype Conformance Statement for September 2013 Connectathon

\n \n

The server offers read and search support on the following resource types:

\n \n
    \n \n
  • Patient
  • \n \n
  • DocumentReference
  • \n \n
  • Condition
  • \n \n
  • DiagnosticReport
  • \n \n
\n \n
", "status": "generated" } }; var example120: fhir.Conformance = { "resourceType": "Conformance", "id": "phr", "text": { "status": "generated", "div": "
\n \n

Prototype Conformance Statement for September 2013 Connectathon

\n \n

The server offers read and search support on the following resource types:

\n \n
    \n \n
  • Patient
  • \n \n
  • DocumentReference
  • \n \n
  • Condition
  • \n \n
  • DiagnosticReport
  • \n \n
\n \n
" }, "name": "PHR Template", "publisher": "FHIR Project", "contact": [ { "telecom": [ { "system": "other", "value": "http://hl7.org/fhir" } ] } ], "date": "2013-06-18", "description": "Prototype Conformance Statement for September 2013 Connectathon", "kind": "capability", "software": { "name": "ACME PHR Server" }, "fhirVersion": "1.0.0", "_fhirVersion": { "fhir_comments": [ " while the FHIR infrastructure is turning over prior to development, a version is required. Note that this may be rescinded later " ] }, "acceptUnknown": "no", "_acceptUnknown": { "fhir_comments": [ " this is not particularly important for this usage (server doesn't accept any content), but we have to provide it anyway " ] }, "format": [ "json", "xml" ], "rest": [ { "mode": "server", "documentation": "Protoype server conformance statement for September 2013 Connectathon", "security": { "service": [ { "text": "OAuth" } ], "description": "We recommend that PHR servers use standard OAuth using a standard 3rd party provider. We are not testing the ability to provide an OAuth authentication/authorization service itself, and nor is providing any security required for the connectathon at all" }, "resource": [ { "type": "Patient", "_type": { "fhir_comments": [ " patient resource: read and search for patients the authenticated user has access too " ] }, "interaction": [ { "code": "read" }, { "code": "search-type", "documentation": "When a client searches patients with no search criteria, they get a list of all patients they have access too. Servers may elect to offer additional search parameters, but this is not required" } ] }, { "type": "DocumentReference", "_type": { "fhir_comments": [ " document reference resource: read and search " ] }, "interaction": [ { "code": "read" }, { "code": "search-type" } ], "searchParam": [ { "name": "_id", "type": "token", "documentation": "_id parameter always supported. For the connectathon, servers may elect which search parameters are supported" } ] }, { "fhir_comments": [ " for the purposes of the connectathon, servers can choose which additional resources to support. Here's a couple of examples " ], "type": "Condition", "_type": { "fhir_comments": [ " Condition - let the patient see a list of their Conditions " ] }, "interaction": [ { "code": "read" }, { "code": "search-type" } ], "searchParam": [ { "name": "_id", "type": "token", "documentation": "Standard _id parameter" } ] }, { "type": "DiagnosticReport", "_type": { "fhir_comments": [ " Diagnostic Reports - can be lots of these, so we'll suggest that at least service category should be supported as a search criteria " ] }, "interaction": [ { "code": "read" }, { "code": "search-type" } ], "searchParam": [ { "name": "_id", "type": "token", "documentation": "Standard _id parameter" }, { "name": "service", "type": "token", "documentation": "which diagnostic discipline/department created the report" } ] } ] } ] }; var example121: fhir.Contract = { "id": "C-123", "resourceType": "Contract", "text": { "div": "
A human-readable rendering of the contract
", "status": "generated" } }; var example122: fhir.Contract = { "resourceType": "Contract", "id": "C-123", "text": { "status": "generated", "div": "
A human-readable rendering of the contract
" } }; var example123: fhir.Coverage = { "dependent": 1, "id": "7546D", "identifier": [ { "system": "http://xyz.com/codes/identifier", "value": "AB9876" } ], "issuer": { "reference": "Organization/2" }, "period": { "end": "2012-03-17", "start": "2011-03-17" }, "plan": "11024", "resourceType": "Coverage", "subPlan": "D15C9", "subscriber": { "reference": "Patient/5" }, "text": { "div": "
A human-readable rendering of the coverage
", "status": "generated" }, "type": { "code": "EHCPOL", "display": "extended healthcare", "system": "http://hl7.org/fhir/v3/ActCode" } }; var example124: fhir.Coverage = { "resourceType": "Coverage", "id": "7546D", "text": { "status": "generated", "div": "
A human-readable rendering of the coverage
" }, "issuer": { "reference": "Organization/2" }, "period": { "start": "2011-03-17", "end": "2012-03-17" }, "type": { "system": "http://hl7.org/fhir/v3/ActCode", "code": "EHCPOL", "display": "extended healthcare" }, "identifier": [ { "system": "http://xyz.com/codes/identifier", "value": "AB9876" } ], "plan": "11024", "subPlan": "D15C9", "dependent": 1, "subscriber": { "reference": "Patient/5" } }; var example125: fhir.Coverage = { "dependent": 1, "id": "9876B1", "identifier": [ { "system": "http://benefitsinc.com/certificate", "value": "12345" } ], "issuer": { "reference": "Organization/2" }, "period": { "end": "2012-05-23", "start": "2011-05-23" }, "plan": "CBI35", "resourceType": "Coverage", "sequence": 1, "subPlan": "123", "subscriber": { "reference": "Patient/4" }, "text": { "div": "
A human-readable rendering of the coverage
", "status": "generated" }, "type": { "code": "EHCPOL", "display": "extended healthcare", "system": "http://hl7.org/fhir/v3/ActCode" } }; var example126: fhir.Coverage = { "resourceType": "Coverage", "id": "9876B1", "text": { "status": "generated", "div": "
A human-readable rendering of the coverage
" }, "issuer": { "reference": "Organization/2" }, "period": { "start": "2011-05-23", "end": "2012-05-23" }, "type": { "system": "http://hl7.org/fhir/v3/ActCode", "code": "EHCPOL", "display": "extended healthcare" }, "identifier": [ { "system": "http://benefitsinc.com/certificate", "value": "12345" } ], "plan": "CBI35", "subPlan": "123", "dependent": 1, "sequence": 1, "subscriber": { "reference": "Patient/4" } }; var example127: fhir.Basic = { "code": { "coding": [ { "code": "documentation-template" } ] }, "id": "guidanceartifact-documentationtemplate-example", "identifier": [ { "use": "official", "value": "phq-9" } ], "meta": { "profile": [ "http://hl7.org/fhir/StructureDefinition/cqif-guidanceartifact" ] }, "modifierExtension": [ { "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-moduleStatus", "valueCode": "draft" }, { "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-evaluationSupported", "valueBoolean": false } ], "resourceType": "Basic", "text": { "div": "
Patient Health Questionnaire (PHQ-9)
", "status": "generated" } }; var example128: fhir.Basic = { "resourceType": "Basic", "id": "guidanceartifact-documentationtemplate-example", "_id": { "fhir_comments": [ " This example demonstrates the GuidanceArtifact structure used to represent a Document Template artifact " ] }, "meta": { "profile": [ "http://hl7.org/fhir/StructureDefinition/cqif-guidanceartifact" ] }, "text": { "status": "generated", "div": "
Patient Health Questionnaire (PHQ-9)
" }, "modifierExtension": [ { "fhir_comments": [ " Version ", " ValidationFailure: DerivedProfileElement\n\t\n\t\t\n\t\n\t ", " Title ", " ValidationFailure: DerivedProfileElement\n\t\n\t\t\n\t\n\t ", " Description ", " ValidationFailure: DerivedProfileElement\n\t\n\t\t\n\t\n\t ", " PublicationDate ", " ValidationFailure: DerivedProfileElement\n\t\n\t\t\n\t\n\t ", " Topic ", " ValidationFailure: DerivedProfileElement\n\t\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t ", " Keyword ", " ValidationFailure: DerivedProfileElement\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t ", " RelatedResource ", " ValidationFailure: DerivedProfileElement\n\t\n\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\n\t\n\t\n\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\n\t\n\t\n\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\n\t\n\t\n\t\t\n\t\t\t\n\t\t\n\t\n\t ", " Status " ], "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-moduleStatus", "valueCode": "draft" }, { "fhir_comments": [ " Evaluation Supported " ], "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-evaluationSupported", "valueBoolean": false } ], "identifier": [ { "fhir_comments": [ " Identifier " ], "use": "official", "value": "phq-9" } ], "code": { "fhir_comments": [ " Code " ], "coding": [ { "code": "documentation-template" } ] } }; var example129: fhir.Basic = { "code": { "coding": [ { "code": "eca-rule" } ] }, "id": "guidanceartifact-ecarule-example", "identifier": [ { "use": "official", "value": "ChlamydiaScreening_CDS_UsingCommon" } ], "meta": { "profile": [ "http://hl7.org/fhir/StructureDefinition/cqif-guidanceartifact" ] }, "modifierExtension": [ { "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-moduleStatus", "valueCode": "draft" }, { "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-evaluationSupported", "valueBoolean": true } ], "resourceType": "Basic", "text": { "div": "
Chalmydia Screening CDS Example Using Common
", "status": "generated" } }; var example130: fhir.Basic = { "resourceType": "Basic", "id": "guidanceartifact-ecarule-example", "_id": { "fhir_comments": [ " This example demonstrates the GuidanceArtifact structure used to define an ECA rule " ] }, "meta": { "profile": [ "http://hl7.org/fhir/StructureDefinition/cqif-guidanceartifact" ] }, "text": { "status": "generated", "div": "
Chalmydia Screening CDS Example Using Common
" }, "modifierExtension": [ { "fhir_comments": [ " Version ", " ValidationFailure: DerivedProfileElement\n\t\n\t\t\n\t\n\t ", " Title ", " ValidationFailure: DerivedProfileElement\n\t\n\t\t\n\t\n\t ", " Description ", " ValidationFailure: DerivedProfileElement\n\t\n\t\t\n\t\n\t ", " PublicationDate ", " ValidationFailure: DerivedProfileElement\n\t\n\t\t\n\t\n\t ", " Topic ", " ValidationFailure: DerivedProfileElement\n\t\n\t\t\n\t\t\t\n\t\t\n\t\n\t ", " Keyword ", " ValidationFailure: DerivedProfileElement\n\t\n\t\t\n\t\n\t ", " Model ", " ValidationFailure: DerivedProfileElement\n\t\n\t\t\n\t\t\t\n\t\t\n\t\n\t ", " Library ", " ValidationFailure: DerivedProfileElement\n\t\n\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\n\t\n\t ", " Content ", " ValidationFailure: DerivedProfileElement\n\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t</valueAttachment>\n\t</extension>\n\t ", " Rule ", " ValidationFailure: DerivedProfileElement\n\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-expression\">\n\t\t<valueString value=\"No Screening\"/>\n\t</extension>\n\t ", " Action ", " ValidationFailure: Element is unknown or does not match any slice\n\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-guidance-action\">\n\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-guidance-action#title\">\n\t\t\t<valueString value=\"Patient has not had chlamydia screening within the recommended timeframe...\"/>\n\t\t</extension>\n\t\t<extension url=\"customization\">\n\t\t\t<extension url=\"customization.path\">\n\t\t\t\t<valueString value=\"~\"/>\n\t\t\t</extension>\n\t\t\t<extension url=\"customization.expression\">\n\t\t\t\t<valueString value=\"ChlamydiaScreeningRequest\"/>\n\t\t\t</extension>\n\t\t</extension>\n\t</extension>\n\t ", " Status " ], "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-moduleStatus", "valueCode": "draft" }, { "fhir_comments": [ " Evaluation Supported " ], "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-evaluationSupported", "valueBoolean": true } ], "identifier": [ { "fhir_comments": [ " Identifier " ], "use": "official", "value": "ChlamydiaScreening_CDS_UsingCommon" } ], "code": { "fhir_comments": [ " Code " ], "coding": [ { "code": "eca-rule" } ] } }; var example131: fhir.Basic = { "code": { "coding": [ { "code": "documentation-template" } ] }, "contained": [ { "address": [ { "city": "La Jolla", "country": "USA", "postalCode": "92037", "state": "CA" } ], "id": "organization1", "name": "Meliorix, Inc.", "resourceType": "Organization", "telecom": [ { "system": "email", "value": "aziz.boxwala@meliorix.com" } ] } ], "id": "guidanceartifact-hedreference-example", "identifier": [ { "use": "official", "value": "phq-9" } ], "meta": { "profile": [ "http://hl7.org/fhir/StructureDefinition/cqif-guidanceartifact" ] }, "modifierExtension": [ { "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-moduleStatus", "valueCode": "draft" }, { "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-evaluationSupported", "valueBoolean": false } ], "resourceType": "Basic", "text": { "div": "<div>Patient Health Questionnaire (PHQ-9)</div>", "status": "generated" } }; var example132: fhir.Basic = { "resourceType": "Basic", "id": "guidanceartifact-hedreference-example", "_id": { "fhir_comments": [ " This example demonstrates the GuidanceArtifact structure used to reference an existing HeD (CDS KAS) artifact " ] }, "meta": { "profile": [ "http://hl7.org/fhir/StructureDefinition/cqif-guidanceartifact" ] }, "text": { "status": "generated", "div": "<div>Patient Health Questionnaire (PHQ-9)</div>" }, "contained": [ { "resourceType": "Organization", "id": "organization1", "name": "Meliorix, Inc.", "telecom": [ { "system": "email", "value": "aziz.boxwala@meliorix.com" } ], "address": [ { "city": "La Jolla", "state": "CA", "postalCode": "92037", "country": "USA" } ] } ], "modifierExtension": [ { "fhir_comments": [ " Version ", " ValidationFailure: DerivedProfileElement\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-moduleVersion\">\n <valueString value=\"1.0.0\"/>\n </extension>\n ", " Title ", " ValidationFailure: DerivedProfileElement\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-title\">\n <valueCode value=\"Patient Health Questionnaire (PHQ-9)\"/>\n </extension>\n ", " Description ", " ValidationFailure: DerivedProfileElement\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-description\">\n <valueString value=\"Patient Depression Assessment (PHQ-9)\"/>\n </extension>\n ", " PublicationDate ", " ValidationFailure: DerivedProfileElement\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-publicationDate\">\n <valueDate value=\"2015-07-22\"/>\n </extension>\n ", " Topic ", " ValidationFailure: DerivedProfileElement\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-topic\">\n <valueCodeableConcept>\n <coding>\n <system value=\"http://snomed.info/sct\"/>\n <code value=\"35489007\"/>\n <display value=\"Depression disorder\"/>\n </coding>\n </valueCodeableConcept>\n </extension>\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-topic\">\n <valueCodeableConcept>\n <coding>\n <system value=\"http://snomed.info/sct\"/>\n <code value=\"116154003\"/>\n <display value=\"Patient\"/>\n </coding>\n </valueCodeableConcept>\n </extension>\n ", " Keyword ", " ValidationFailure: DerivedProfileElement\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-keyword\">\n <valueString value=\"Patient Health Questionnaire\"/>\n </extension>\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-keyword\">\n <valueString value=\"Depression Assessment\"/>\n </extension>\n ", " Contributor ", " ValidationFailure: DerivedProfileElement\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-contributor\">\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-contributor#type\">\n <valueCode value=\"author\"/>\n </extension>\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-contributor#party\">\n <valueReference>\n <reference value=\"#organization1\"/>\n <display value=\"Meliorix, Inc.\"/>\n </valueReference>\n </extension>\n </extension>\n ", " Publisher ", " ValidationFailure: DerivedProfileElement\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-publisher\">\n <valueReference>\n <reference value=\"Organization/publisher\"/>\n </valueReference>\n </extension>\n ", " RelatedResource ", " ValidationFailure: DerivedProfileElement\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-relatedResource\">\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-relatedResource#type\">\n <valueCode value=\"derived-from\"/>\n </extension>\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-relatedResource#uri\">\n <valueUri value=\"http://www.integration.samhsa.gov/images/res/PHQ%20-%20Questions.pdf\"/>\n </extension>\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-relatedResource#description\">\n <valueString value=\"PHQ-9 Patient Depression Questionnaire\"/>\n </extension>\n </extension>\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-relatedResource\">\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-relatedResource#type\">\n <valueCode value=\"documentation\"/>\n </extension>\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-relatedResource#uri\">\n <valueUri value=\"http://www.qualityforum.org/QPS/0712\"/>\n </extension>\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-relatedResource#description\">\n <valueString value=\"Depression Utilization of the PHQ-9 Tool\"/>\n </extension>\n </extension>\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-relatedResource\">\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-relatedResource#type\">\n <valueCode value=\"evidence\"/>\n </extension>\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-relatedResource#description\">\n <valueString value=\"Kurt Kroenke, Robert L Spitzer, Janet B W Williams. The PHQ-9: Validity of a Brief Depression Severity Measure. J Gen Intern Med. 2001 September; 16(9): 606–613. doi: 10.1046/j.1525-1497.2001.016009606.x. PMCID: PMC1495268\"/>\n </extension>\n </extension>\n ", " Content ", " ValidationFailure: DerivedProfileElement\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-content\">\n <valueAttachment>\n <contentType value=\"application/x-hed+xml\"/>\n <url value=\"http://hedrepository.gov/phq-9\"/>\n <title value=\"PHQ-9 Patient Health Questionnaire\"/>\n </valueAttachment>\n </extension>\n ", " Status " ], "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-moduleStatus", "valueCode": "draft" }, { "fhir_comments": [ " Evaluation Supported " ], "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-evaluationSupported", "valueBoolean": false } ], "identifier": [ { "fhir_comments": [ " Identifier " ], "use": "official", "value": "phq-9" } ], "code": { "fhir_comments": [ " Code " ], "coding": [ { "code": "documentation-template" } ] } }; var example133: fhir.Basic = { "code": { "coding": [ { "code": "order-set" } ] }, "contained": [ { "address": [ { "city": "Los Angeles", "country": "USA", "postalCode": "90024", "state": "CA" } ], "id": "organization1", "name": "Zynx Health", "resourceType": "Organization", "telecom": [ { "system": "phone", "use": "work", "value": "310-825-3333" } ] }, { "code": { "text": "Ventilator care management (procedure)" }, "id": "ventilatorSettings", "resourceType": "ProcedureRequest", "subject": { "display": "placeholder" } }, { "code": { "text": "Pulse oximetry (procedure)" }, "id": "pulseOximetry", "resourceType": "ProcedureRequest", "subject": { "display": "placeholder" } } ], "id": "guidanceartifact-orderset-example", "identifier": [ { "use": "official", "value": "respiratory-protocol" } ], "meta": { "profile": [ "http://hl7.org/fhir/StructureDefinition/cqif-guidanceartifact" ] }, "modifierExtension": [ { "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-moduleStatus", "valueCode": "draft" }, { "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-evaluationSupported", "valueBoolean": true } ], "resourceType": "Basic", "text": { "div": "<div>Respiratory Protocol</div>", "status": "generated" } }; var example134: fhir.Basic = { "resourceType": "Basic", "id": "guidanceartifact-orderset-example", "_id": { "fhir_comments": [ " xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://hl7.org/fhir ../../schema/fhir-single.xsd\"> ", " This example demonstrates the GuidanceArtifact structure used to represent an Order Set " ] }, "meta": { "profile": [ "http://hl7.org/fhir/StructureDefinition/cqif-guidanceartifact" ] }, "text": { "status": "generated", "div": "<div>Respiratory Protocol</div>" }, "contained": [ { "resourceType": "Organization", "id": "organization1", "name": "Zynx Health", "telecom": [ { "system": "phone", "value": "310-825-3333", "use": "work" } ], "address": [ { "city": "Los Angeles", "state": "CA", "postalCode": "90024", "country": "USA" } ] }, { "resourceType": "ProcedureRequest", "id": "ventilatorSettings", "subject": { "display": "placeholder" }, "code": { "text": "Ventilator care management (procedure)", "_text": { "fhir_comments": [ " Validation Failure: term server connect denied?\n <coding>\n <system value=\"http://snomed.info/sct\"/>\n <code value=\"410210009\"/>\n <display value=\"Ventilator care management (procedure)\"/>\n </coding>\n " ] } } }, { "resourceType": "ProcedureRequest", "id": "pulseOximetry", "subject": { "display": "placeholder" }, "code": { "text": "Pulse oximetry (procedure)", "_text": { "fhir_comments": [ " Validation Failure: term server connect denied?\n <coding>\n <system value=\"http://snomed.info/sct\"/>\n <code value=\"252465000\"/>\n <display value=\"Pulse oximetry (procedure)\"/>\n </coding>\n " ] } } } ], "modifierExtension": [ { "fhir_comments": [ " Version ", " ValidationFailure: DerivedProfileElement\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-moduleVersion\">\n <valueString value=\"2.7.0\"/>\n </extension>\n ", " Title ", " ValidationFailure: DerivedProfileElement\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-title\">\n <valueCode value=\"Respiratory Protocol\"/>\n </extension>\n ", " Description ", " ValidationFailure: DerivedProfileElement\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-description\">\n <valueString value=\"Respiratory Protocol\"/>\n </extension>\n ", " PublicationDate ", " ValidationFailure: DerivedProfileElement\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-publicationDate\">\n <valueDate value=\"2015-07-22\"/>\n </extension>\n ", " Topic ", " ValidationFailure: DerivedProfileElement\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-topic\">\n <valueCodeableConcept>\n <coding>\n <system value=\"http://snomed.info/sct\"/>\n <code value=\"53950000\"/>\n <display value=\"Respiratory therapy (procedure)\"/>\n </coding>\n </valueCodeableConcept>\n </extension>\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-topic\">\n <valueCodeableConcept>\n <coding>\n <system value=\"http://snomed.info/sct\"/>\n <code value=\"410210009\"/>\n <display value=\"Ventilator settings\"/>\n </coding>\n </valueCodeableConcept>\n </extension>\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-topic\">\n <valueCodeableConcept>\n <coding>\n <system value=\"http://snomed.info/sct\"/>\n <code value=\"252465000\"/>\n <display value=\"Pulse oximetry\"/>\n </coding>\n </valueCodeableConcept>\n </extension>\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-topic\">\n <valueCodeableConcept>\n <coding>\n <system value=\"http://snomed.info/sct\"/>\n <code value=\"32564009\"/>\n <display value=\"Blood gas, arterial\"/>\n </coding>\n </valueCodeableConcept>\n </extension>\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-topic\">\n <valueCodeableConcept>\n <coding>\n <system value=\"http://snomed.info/sct\"/>\n <code value=\"371907003\"/>\n <display value=\"Oxygen via nasal cannula\"/>\n </coding>\n </valueCodeableConcept>\n </extension>\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-topic\">\n <valueCodeableConcept>\n <coding>\n <system value=\"http://snomed.info/sct\"/>\n <code value=\"371908008\"/>\n <display value=\"Oxygen administration by mask (procedure)\"/>\n </coding>\n </valueCodeableConcept>\n </extension>\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-topic\">\n <valueCodeableConcept>\n <coding>\n <system value=\"http://snomed.info/sct\"/>\n <code value=\"429253002\"/>\n <display value=\"Oxygen administration by Venturi mask (procedure)\"/>\n </coding>\n </valueCodeableConcept>\n </extension>\n ", " Contributor ", " ValidationFailure: DerivedProfileElement\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-contributor\">\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-contributor#type\">\n <valueCode value=\"author\"/>\n </extension>\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-contributor#party\">\n <valueReference>\n <reference value=\"#organization1\"/>\n <display value=\"Zynx\"/>\n </valueReference>\n </extension>\n </extension>\n ", " Publisher ", " ValidationFailure: DerivedProfileElement\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-publisher\">\n <valueReference>\n <reference value=\"#organization1\"/>\n </valueReference>\n </extension>\n ", " Content ", " ValidationFailure: DerivedProfileElement\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-content\">\n <valueAttachment>\n <contentType value=\"application/x-elm+xml\"/>\n <url value=\"http://elmrepository.org/respiratory-protocol-logic.elm\"/>\n <title value=\"Respiratory Protocol Logic\"/>\n </valueAttachment>\n </extension>\n ", " Actions ", " Respiratory Order ", " ValidationFailure: DerivedProfileElement\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action\">\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action#title\">\n <valueString value=\"Respiratory Order\"/>\n </extension>\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action#concept\">\n <valueCodeableConcept>\n <coding>\n <system value=\"http://snomed.info/sct\"/>\n <code value=\"53950000\"/>\n <display value=\"Respiratory therapy (procedure)\"/>\n </coding>\n </valueCodeableConcept>\n </extension>\n ", " Ventilator Group ", " ValidationFailure: DerivedProfileElement\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action#actions\">\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action\">\n ", " Ventilator Settings ", " ValidationFailure: DerivedProfileElement\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action#actions\">\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action\">\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action#textEquivalent\">\n <valueString value=\"Ventilator settings\"/>\n </extension>\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action#resource\">\n <valueReference>\n <reference value=\"#ventilatorSettings\"/>\n </valueReference>\n </extension>\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action#customization\">\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action#customization.path\">\n <valueString value=\"subject\"/>\n </extension>\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action#customization.expression\">\n <valueString value=\"Patient\"/>\n </extension>\n </extension>\n </extension>\n </extension>\n ", " Oxygenation assessment ", " ValidationFailure: DerivedProfileElement\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action#actions\">\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action\">\n ", " Pulse oximetry ", " ValidationFailure: DerivedProfileElement\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action#actions\">\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action\">\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action#textEquivalent\">\n <valueString value=\"Pulse oximetry\"/>\n </extension>\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action#resource\">\n <valueReference>\n <reference value=\"#pulseOximetry\"/>\n </valueReference>\n </extension>\n </extension>\n </extension>\n ", " Blood gas, arterial ", " ValidationFailure: DerivedProfileElement\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action#actions\">\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action\">\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action#textEquivalent\">\n <valueString value=\"Blood gas, arterial\"/>\n </extension>\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action#resource\">\n <valueReference>\n <reference value=\"#bloodGasArterial\"/>\n </valueReference>\n </extension>\n </extension>\n </extension>\n </extension>\n </extension>\n </extension>\n </extension>\n ", " Supplemental oxygen group ", " ValidationFailure: DerivedProfileElement\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action#actions\">\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action\">\n ", " Supplemental oxygen ", " ValidationFailure: DerivedProfileElement\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action#actions\">\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action\">\n ", " Oxygen via nasal cannula ", " ValidationFailure: DerivedProfileElement\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action#actions\">\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action\">\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action#textEquivalent\">\n <valueString value=\"Oxygen via nasal cannula\"/>\n </extension>\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action#resource\">\n <valueReference>\n <reference value=\"#oxygenViaNasalCannula\"/>\n </valueReference>\n </extension>\n </extension>\n </extension>\n ", " Oxygen via nonrebreather ", " ValidationFailure: DerivedProfileElement\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action#actions\">\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action\"/>\n </extension>\n ", " Oxygen via simple face mask ", " ValidationFailure: DerivedProfileElement\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action#actions\">\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action\"/>\n </extension>\n ", " Oxygen via venturi mask ", " ValidationFailure: DerivedProfileElement\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action#actions\">\n <extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action\"/>\n </extension>\n </extension>\n </extension>\n </extension>\n </extension>\n </extension>\n ", " Status " ], "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-moduleStatus", "valueCode": "draft" }, { "fhir_comments": [ " Evaluation Supported " ], "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-evaluationSupported", "valueBoolean": true } ], "identifier": [ { "fhir_comments": [ " Identifier " ], "use": "official", "value": "respiratory-protocol" } ], "code": { "fhir_comments": [ " Code " ], "coding": [ { "code": "order-set" } ] } }; var example135: fhir.Basic = { "code": { "coding": [ { "code": "module" } ] }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-moduleVersion", "valueString": "1.0.0" }, { "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-title", "valueCode": "Guideline Appropriate Ordering" }, { "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-description", "valueString": "Guideline appropriate ordering is used to assess appropriateness of an order given a patient, a proposed order, and a set of clinical indications." }, { "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-publicationDate", "valueDate": "2015-07-22" }, { "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-topic", "valueCodeableConcept": { "text": "Guideline Appropriate Ordering" } }, { "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-keyword", "valueString": "Appropriate Use Criteria" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-data#type", "valueCode": "Patient" }, { "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-data#profile", "valueReference": { "reference": "http://hl7.org/fhir/StructureDefinition/patient-gao-gao-patient" } }, { "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-data#mustSupport", "valueString": "gender" }, { "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-data#mustSupport", "valueString": "birthDate" } ], "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-data" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-data#type", "valueCode": "Order" }, { "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-data#profile", "valueReference": { "reference": "http://hl7.org/fhir/StructureDefinition/order-gao-gao-order" } } ], "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-data" } ], "id": "knowledgemodule-example", "identifier": [ { "use": "official", "value": "guildeline-appropriate-ordering" } ], "meta": { "profile": [ "http://hl7.org/fhir/StructureDefinition/cqif-knowledgemodule" ] }, "modifierExtension": [ { "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-moduleStatus", "valueCode": "draft" }, { "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-evaluationSupported", "valueBoolean": true } ], "resourceType": "Basic", "text": { "div": "<div>Guideline Appropriate Ordering Module</div>", "status": "generated" } }; var example136: fhir.Basic = { "resourceType": "Basic", "id": "knowledgemodule-example", "_id": { "fhir_comments": [ " This example demonstrates the KnowledgeModule structure " ] }, "meta": { "profile": [ "http://hl7.org/fhir/StructureDefinition/cqif-knowledgemodule" ] }, "text": { "status": "generated", "div": "<div>Guideline Appropriate Ordering Module</div>" }, "extension": [ { "fhir_comments": [ " Version " ], "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-moduleVersion", "valueString": "1.0.0" }, { "fhir_comments": [ " Title " ], "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-title", "valueCode": "Guideline Appropriate Ordering" }, { "fhir_comments": [ " Description " ], "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-description", "valueString": "Guideline appropriate ordering is used to assess appropriateness of an order given a patient, a proposed order, and a set of clinical indications." }, { "fhir_comments": [ " PublicationDate " ], "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-publicationDate", "valueDate": "2015-07-22" }, { "fhir_comments": [ " Topic " ], "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-topic", "valueCodeableConcept": { "text": "Guideline Appropriate Ordering" } }, { "fhir_comments": [ " Keyword " ], "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-keyword", "valueString": "Appropriate Use Criteria" }, { "fhir_comments": [ " Patient Data Requirement " ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-data#type", "valueCode": "Patient" }, { "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-data#profile", "valueReference": { "reference": "http://hl7.org/fhir/StructureDefinition/patient-gao-gao-patient" } }, { "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-data#mustSupport", "valueString": "gender" }, { "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-data#mustSupport", "valueString": "birthDate" } ], "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-data" }, { "fhir_comments": [ " Order Data Requirement " ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-data#type", "valueCode": "Order" }, { "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-data#profile", "valueReference": { "reference": "http://hl7.org/fhir/StructureDefinition/order-gao-gao-order" } } ], "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-data" } ], "modifierExtension": [ { "fhir_comments": [ " Status " ], "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-moduleStatus", "valueCode": "draft" }, { "fhir_comments": [ " Evaluation Supported " ], "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-evaluationSupported", "valueBoolean": true } ], "identifier": [ { "fhir_comments": [ " Identifier " ], "use": "official", "value": "guildeline-appropriate-ordering" } ], "code": { "fhir_comments": [ " Code " ], "coding": [ { "code": "module" } ] } }; var example137: fhir.Basic = { "code": { "coding": [ { "code": "library" } ] }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-moduleVersion", "valueString": "2.0.0" }, { "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-title", "valueCode": "Chlamydia Screening Common Library" }, { "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-description", "valueString": "Common Logic for adherence to Chlamydia Screening guidelines" }, { "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-publicationDate", "valueDate": "2015-07-22" }, { "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-topic", "valueCodeableConcept": { "text": "Chlamydia Screening" } }, { "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-keyword", "valueString": "Chlamydia Screening" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-model#name", "valueString": "QUICK" } ], "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-model" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-valueSet#name", "valueString": "Female Administrative Sex" }, { "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-valueSet#id", "valueString": "2.16.840.1.113883.3.560.100.2" } ], "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-valueSet" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-data#type", "valueCode": "Condition" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-data#codeFilter.path", "valueString": "code" }, { "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-data#codeFilter.valueSet", "valueString": "Other Female Reproductive Conditions" } ], "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-data#codeFilter" } ], "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-data" }, { "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-content", "valueAttachment": { "contentType": "application/x-cql+text", "url": "http://cqlrepository.org/ChlamydiaScreening_Common.cql" } } ], "id": "knowledgemodule-library-example", "identifier": [ { "use": "official", "value": "ChalmydiaScreening_Common" } ], "meta": { "profile": [ "http://hl7.org/fhir/StructureDefinition/cqif-knowledgemodule" ] }, "modifierExtension": [ { "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-moduleStatus", "valueCode": "draft" }, { "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-evaluationSupported", "valueBoolean": false } ], "resourceType": "Basic", "text": { "div": "<div>ChlamydiaScreening_Common</div>", "status": "generated" } }; var example138: fhir.Basic = { "resourceType": "Basic", "id": "knowledgemodule-library-example", "_id": { "fhir_comments": [ " This example demonstrates the KnowledgeModule structure used to represent a CQL Library " ] }, "meta": { "profile": [ "http://hl7.org/fhir/StructureDefinition/cqif-knowledgemodule" ] }, "text": { "status": "generated", "div": "<div>ChlamydiaScreening_Common</div>" }, "extension": [ { "fhir_comments": [ " Version " ], "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-moduleVersion", "valueString": "2.0.0" }, { "fhir_comments": [ " Title " ], "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-title", "valueCode": "Chlamydia Screening Common Library" }, { "fhir_comments": [ " Description " ], "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-description", "valueString": "Common Logic for adherence to Chlamydia Screening guidelines" }, { "fhir_comments": [ " PublicationDate " ], "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-publicationDate", "valueDate": "2015-07-22" }, { "fhir_comments": [ " Topic " ], "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-topic", "valueCodeableConcept": { "text": "Chlamydia Screening" } }, { "fhir_comments": [ " Keyword " ], "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-keyword", "valueString": "Chlamydia Screening" }, { "fhir_comments": [ " Model " ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-model#name", "valueString": "QUICK" } ], "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-model" }, { "fhir_comments": [ " ValueSet " ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-valueSet#name", "valueString": "Female Administrative Sex" }, { "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-valueSet#id", "valueString": "2.16.840.1.113883.3.560.100.2" } ], "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-valueSet" }, { "fhir_comments": [ " ... other value sets as defined in the library ", " Data " ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-data#type", "valueCode": "Condition" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-data#codeFilter.path", "valueString": "code" }, { "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-data#codeFilter.valueSet", "valueString": "Other Female Reproductive Conditions" } ], "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-data#codeFilter" } ], "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-data" }, { "fhir_comments": [ " ... other data requirements as defined in the library ", " Content " ], "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-content", "valueAttachment": { "contentType": "application/x-cql+text", "url": "http://cqlrepository.org/ChlamydiaScreening_Common.cql" } } ], "modifierExtension": [ { "fhir_comments": [ " Status " ], "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-moduleStatus", "valueCode": "draft" }, { "fhir_comments": [ " Evaluation Supported " ], "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-evaluationSupported", "valueBoolean": false } ], "identifier": [ { "fhir_comments": [ " Identifier " ], "use": "official", "value": "ChalmydiaScreening_Common" } ], "code": { "fhir_comments": [ " Code " ], "coding": [ { "code": "library" } ] } }; var example139: fhir.Basic = { "code": { "coding": [ { "code": "order-set" } ] }, "contained": [ { "address": [ { "city": "San Francisco", "country": "USA", "line": [ "580 California St #1925" ], "postalCode": "94101", "state": "CA" } ], "id": "organization1", "name": "Motive Medical Intelligence", "resourceType": "Organization", "telecom": [ { "system": "phone", "use": "work", "value": "415-362-4007" }, { "system": "email", "use": "work", "value": "info@motivemi.com" } ] }, { "description": "refer to primary care-mental health integrated care program for evaluation and treatment of mental health conditions now", "id": "referralRequest", "resourceType": "ReferralRequest", "serviceRequested": [ { "text": "TODO: Validation failure: term service connect denied" } ], "specialty": { "text": "TODO: Validation failure: not done yet?" }, "status": "requested", "type": { "text": "TODO: Validation failure: term service connect denied" } }, { "dispenseRequest": { "numberOfRepeatsAllowed": 3, "quantity": { "unit": "{tbl}", "value": 30 } }, "dosageInstruction": [ { "doseQuantity": { "unit": "{tbl}", "value": 1 }, "route": { "text": "Oral route (qualifier value)" }, "text": "1 tablet oral 1 time daily", "timing": { "repeat": { "frequency": 1, "period": 1, "periodUnits": "d" } } } ], "id": "citalopramPrescription", "medicationReference": { "reference": "#citalopramMedication" }, "resourceType": "MedicationOrder" }, { "code": { "text": "citalopram" }, "id": "citalopramMedication", "product": { "form": { "text": "Tablet dose form" }, "ingredient": [ { "amount": { "denominator": { "unit": "{tbl}", "value": 1 }, "numerator": { "unit": "mg", "value": 20 } }, "item": { "reference": "#citalopramSubstance" } } ] }, "resourceType": "Medication" }, { "code": { "text": "citalopram" }, "id": "citalopramSubstance", "resourceType": "Substance" } ], "id": "mmi-suiciderisk-orderset-example", "identifier": [ { "use": "official", "value": "mmi:low-suicide-risk-order-set" } ], "meta": { "profile": [ "http://hl7.org/fhir/StructureDefinition/cqif-knowledgemodule", "http://hl7.org/fhir/StructureDefinition/cqif-guidanceartifact" ] }, "modifierExtension": [ { "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-moduleStatus", "valueCode": "draft" }, { "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-evaluationSupported", "valueBoolean": true } ], "resourceType": "Basic", "text": { "div": "<div>Low Suicide Risk Order Set...</div>", "status": "generated" } }; var example140: fhir.Basic = { "resourceType": "Basic", "id": "mmi-suiciderisk-orderset-example", "_id": { "fhir_comments": [ " This example demonstrates the GuidanceArtifact structure used to represent a Suicide Risk Order Set ", " The content for this example was provided by Motive Medical Intelligence " ] }, "meta": { "profile": [ "http://hl7.org/fhir/StructureDefinition/cqif-knowledgemodule", "http://hl7.org/fhir/StructureDefinition/cqif-guidanceartifact" ] }, "text": { "status": "generated", "div": "<div>Low Suicide Risk Order Set...</div>" }, "contained": [ { "resourceType": "Organization", "id": "organization1", "name": "Motive Medical Intelligence", "telecom": [ { "system": "phone", "value": "415-362-4007", "use": "work" }, { "system": "email", "value": "info@motivemi.com", "use": "work" } ], "address": [ { "line": [ "580 California St #1925" ], "city": "San Francisco", "state": "CA", "postalCode": "94101", "country": "USA" } ] }, { "resourceType": "ReferralRequest", "id": "referralRequest", "status": "requested", "type": { "fhir_comments": [ " Validation Failure: term server connect denied?\n\t\t\t\t<coding>\n\t\t\t\t\t<system value=\"http://snomed.info/sct\"/>\n\t\t\t\t\t<code value=\"306206005\"/>\n\t\t\t\t</coding>\n\t\t\t\t " ], "text": "TODO: Validation failure: term service connect denied" }, "specialty": { "fhir_comments": [ " Validation Failure: not done yet?\n\t\t\t\t<coding>\n\t\t\t\t\t<system value=\"urn:oid:2.16.840.1.113883.11.19465\"/ ", " NUCC Provider Codes ", " code value=\"261QM0850X\"/>\n\t\t\t\t</coding>\n\t\t\t\t " ], "text": "TODO: Validation failure: not done yet?" }, "description": "refer to primary care-mental health integrated care program for evaluation and treatment of mental health conditions now", "serviceRequested": [ { "fhir_comments": [ " Validation Failure: term server connect denied?\n\t\t\t\t<coding>\n\t\t\t\t\t<system value=\"http://snomed.info/sct\"/>\n\t\t\t\t\t<code value=\"385893007\"/>\n\t\t\t\t</coding>\n\t\t\t\t " ], "text": "TODO: Validation failure: term service connect denied" } ] }, { "resourceType": "MedicationOrder", "id": "citalopramPrescription", "medicationReference": { "reference": "#citalopramMedication" }, "dosageInstruction": [ { "text": "1 tablet oral 1 time daily", "timing": { "repeat": { "frequency": 1, "period": 1, "periodUnits": "d" } }, "route": { "fhir_comments": [ " Validation Failure: Term server connect denied?\n\t\t\t\t\t<coding>\n\t\t\t\t\t\t<system value=\"http://snomed.info/sct\"/>\n\t\t\t\t\t\t<code value=\"26643006\"/>\n\t\t\t\t\t\t<display value=\"Oral route (qualifier value)\"/>\n\t\t\t\t\t</coding>\n\t\t\t\t\t " ], "text": "Oral route (qualifier value)" }, "doseQuantity": { "value": 1, "unit": "{tbl}" } } ], "dispenseRequest": { "numberOfRepeatsAllowed": 3, "quantity": { "value": 30, "unit": "{tbl}" } } }, { "resourceType": "Medication", "id": "citalopramMedication", "code": { "fhir_comments": [ " Validation Failure: Not done yet?\n\t\t\t\t<coding>\n\t\t\t\t\t<system value=\"http://www.nlm.nih.gov/research/umls/rxnorm\"/>\n\t\t\t\t\t<code value=\"200371\"/>\n\t\t\t\t</coding " ], "text": "citalopram" }, "product": { "form": { "fhir_comments": [ " Validation Failure: Term server connect denied?\n\t\t\t\t\t<coding>\n\t\t\t\t\t\t<system value=\"http://snomed.info/sct\"/>\n\t\t\t\t\t\t<code value=\"385055001\"/>\n\t\t\t\t\t\t<display value=\"Tablet dose form\"/>\n\t\t\t\t\t</coding>\n\t\t\t\t\t " ], "text": "Tablet dose form" }, "ingredient": [ { "item": { "reference": "#citalopramSubstance" }, "amount": { "numerator": { "value": 20, "unit": "mg" }, "denominator": { "value": 1, "unit": "{tbl}" } } } ] } }, { "resourceType": "Substance", "id": "citalopramSubstance", "code": { "fhir_comments": [ " Validation Failure: Not done yet?\n\t\t\t\t<coding>\n\t\t\t\t\t<system value=\"http://www.nlm.nih.gov/research/umls/rxnorm\"/>\n\t\t\t\t\t<code value=\"2556\"/>\n\t\t\t\t</coding>\n\t\t\t\t " ], "text": "citalopram" } } ], "modifierExtension": [ { "fhir_comments": [ " Version ", " extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-moduleVersion\">\n\t\t<valueString value=\"1.0.0\"/>\n\t</extension ", " Title ", " extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-title\">\n\t\t<valueCode value=\"Low Suicide Risk Order Set\"/>\n\t</extension ", " Description ", " extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-description\">\n\t\t<valueString value=\"...\"/>\n\t</extension ", " PublicationDate ", " extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-publicationDate\">\n\t\t<valueDate value=\"2015-08-15\"/>\n\t</extension ", " Coverage ", " extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-coverage\">\n\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-coverage#focus\">\n\t\t\t<valueCode value=\"patient-age-group\"/>\n\t\t</extension>\n\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-coverage#value\">\n\t\t\t<valueCodeableConcept>\n\t\t\t\t<coding>\n\t\t\t\t\t<system value=\"http://snomed.info/sct\"/>\n\t\t\t\t\t<code value=\"133936004\"/>\n\t\t\t\t\t<display value=\"Adult\"/>\n\t\t\t\t</coding>\n\t\t\t</valueCodeableConcept>\n\t\t</extension>\n\t</extension>\n\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-coverage\">\n\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-coverage#focus\">\n\t\t\t<valueCode value=\"clinical-focus\"/>\n\t\t</extension>\n\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-coverage#value\">\n\t\t\t<valueCodeableConcept>\n\t\t\t\t<coding>\n\t\t\t\t\t<system value=\"http://snomed.info/sct\"/>\n\t\t\t\t\t<code value=\"87512008\"/>\n\t\t\t\t\t<display value=\"Mild major depression\"/>\n\t\t\t\t</coding>\n\t\t\t</valueCodeableConcept>\n\t\t</extension>\n\t</extension>\n\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-coverage\">\n\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-coverage#focus\">\n\t\t\t<valueCode value=\"clinical-focus\"/>\n\t\t</extension>\n\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-coverage#value\">\n\t\t\t<valueCodeableConcept>\n\t\t\t\t<coding>\n\t\t\t\t\t<system value=\"http://snomed.info/sct\"/>\n\t\t\t\t\t<code value=\"40379007\"/>\n\t\t\t\t\t<display value=\"Major depression, recurrent, mild\"/>\n\t\t\t\t</coding>\n\t\t\t</valueCodeableConcept>\n\t\t</extension>\n\t</extension>\n\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-coverage\">\n\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-coverage#focus\">\n\t\t\t<valueCode value=\"clinical-focus\"/>\n\t\t</extension>\n\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-coverage#value\">\n\t\t\t<valueCodeableConcept>\n\t\t\t\t<coding>\n\t\t\t\t\t<system value=\"http://snomed.info/sct\"/>\n\t\t\t\t\t<code value=\"394687007\"/>\n\t\t\t\t\t<display value=\"Low suicide risk\"/>\n\t\t\t\t</coding>\n\t\t\t</valueCodeableConcept>\n\t\t</extension>\n\t</extension>\n\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-coverage\">\n\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-coverage#focus\">\n\t\t\t<valueCode value=\"clinical-focus\"/>\n\t\t</extension>\n\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-coverage#value\">\n\t\t\t<valueCodeableConcept>\n\t\t\t\t<coding>\n\t\t\t\t\t<system value=\"http://snomed.info/sct\"/>\n\t\t\t\t\t<code value=\"225337009\"/>\n\t\t\t\t\t<display value=\"Suicide risk assessment\"/>\n\t\t\t\t</coding>\n\t\t\t</valueCodeableConcept>\n\t\t</extension>\n\t</extension>\n\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-coverage\">\n\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-coverage#focus\">\n\t\t\t<valueCode value=\"clinical-venue\"/>\n\t\t</extension>\n\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-coverage#value\">\n\t\t\t<valueCodeableConcept>\n\t\t\t\t<coding>\n\t\t\t\t\t<system value=\"http://snomed.info/sct\"/>\n\t\t\t\t\t<code value=\"440655000\"/>\n\t\t\t\t\t<display value=\"Outpatient environment\"/>\n\t\t\t\t</coding>\n\t\t\t</valueCodeableConcept>\n\t\t</extension>\n\t</extension>\n\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-coverage\">\n\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-coverage#focus\">\n\t\t\t<valueCode value=\"target-user\"/>\n\t\t</extension>\n\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-coverage#value\">\n\t\t\t<valueCodeableConcept>\n\t\t\t\t<coding>\n\t\t\t\t\t<system value=\"http://snomed.info/sct\"/>\n\t\t\t\t\t<code value=\"309343006\"/>\n\t\t\t\t\t<display value=\"Physician\"/>\n\t\t\t\t</coding>\n\t\t\t</valueCodeableConcept>\n\t\t</extension>\n\t</extension ", " Contributor ", " extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-contributor\">\n\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-contributor#type\">\n\t\t\t<valueCode value=\"author\"/>\n\t\t</extension>\n\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-contributor#party\">\n\t\t\t<valueReference>\n\t\t\t\t<reference value=\"#organization1\"/>\n\t\t\t\t<display value=\"Motive Medical Intelligence\"/>\n\t\t\t</valueReference>\n\t\t</extension>\n\t</extension ", " Publisher ", " extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-publisher\">\n\t\t<valueReference>\n\t\t\t<reference value=\"#organization1\"/>\n\t\t\t<display value=\"Motive Medical Intelligence\"/>\n\t\t</valueReference>\n\t</extension ", " Content ", " extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-content\">\n\t\t<valueAttachment>\n\t\t\t<contentType value=\"application/x-elm+xml\"/>\n\t\t\t<url value=\"mmi-suiciderisk-orderset-logic.xml\"/>\n\t\t\t<title value=\"Suicide Risk Order Set Logic\"/>\n\t\t</valueAttachment>\n\t</extension ", " Actions ", " Suicide Risk Assessment and Outpatient Management ", " extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action\">\n\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action#title\">\n\t\t\t<valueString value=\"Suicide Risk Assessment and Outpatient Management\"/>\n\t\t</extension ", " Consults and Referrals ", " extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action#actions\">\n\t\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action\">\n\t\t\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action#title\">\n\t\t\t\t\t<valueString value=\"Consults and Referrals\"/>\n\t\t\t\t</extension>\n\t\t\t\t<extension url=\"http://hl7.org/fhir/StructureDefintion/cqif-basic-action#groupingBehavior\">\n\t\t\t\t\t<valueCode value=\"logical-group\"/>\n\t\t\t\t</extension>\n\t\t\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action#selectionBehavior\">\n\t\t\t\t\t<valueCode value=\"any\"/>\n\t\t\t\t</extension ", " Refer to outpatient mental health program for evaluation and treatment of mental health conditions now ", " extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action#actions\">\n\t\t\t\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action\">\n\t\t\t\t\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action#textEquivalent\">\n\t\t\t\t\t\t\t<valueString value=\"Refer to outpatient mental health program for evaluation and treatment of mental health conditions now\"/>\n\t\t\t\t\t\t</extension>\n\t\t\t\t\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action#resource\">\n\t\t\t\t\t\t\t<valueReference>\n\t\t\t\t\t\t\t\t<reference value=\"#referralRequest\"/>\n\t\t\t\t\t\t\t</valueReference>\n\t\t\t\t\t\t</extension>\n\t\t\t\t\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action#customization\">\n\t\t\t\t\t\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action#customization.path\">\n\t\t\t\t\t\t\t\t<valueString value=\"fulfillmentTime\"/>\n\t\t\t\t\t\t\t</extension>\n\t\t\t\t\t\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action#customization.expression\">\n\t\t\t\t\t\t\t\t<valueString value=\"ReferralRequestFulfillmentTime\"/>\n\t\t\t\t\t\t\t</extension>\n\t\t\t\t\t\t</extension>\n\t\t\t\t\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action#customization\">\n\t\t\t\t\t\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action#customization.path\">\n\t\t\t\t\t\t\t\t<valueString value=\"patient\"/>\n\t\t\t\t\t\t\t</extension>\n\t\t\t\t\t\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action#customization.expression\">\n\t\t\t\t\t\t\t\t<valueString value=\"Patient\"/>\n\t\t\t\t\t\t\t</extension>\n\t\t\t\t\t\t</extension>\n\t\t\t\t\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action#customization\">\n\t\t\t\t\t\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action#customization.path\">\n\t\t\t\t\t\t\t\t<valueString value=\"requester\"/>\n\t\t\t\t\t\t\t</extension>\n\t\t\t\t\t\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action#customization.expression\">\n\t\t\t\t\t\t\t\t<valueString value=\"Practitioner\"/>\n\t\t\t\t\t\t\t</extension>\n\t\t\t\t\t\t</extension>\n\t\t\t\t\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action#customization\">\n\t\t\t\t\t\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action#customization.path\">\n\t\t\t\t\t\t\t\t<valueString value=\"reason\"/>\n\t\t\t\t\t\t\t</extension>\n\t\t\t\t\t\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action#customization.expression\">\n\t\t\t\t\t\t\t\t<valueString value=\"RiskAssessmentScore\"/>\n\t\t\t\t\t\t\t</extension>\n\t\t\t\t\t\t</extension>\n\t\t\t\t\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action#customization\">\n\t\t\t\t\t\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action#customization.path\">\n\t\t\t\t\t\t\t\t<valueString value=\"supportingInformation\"/>\n\t\t\t\t\t\t\t</extension>\n\t\t\t\t\t\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action#customization.expression\">\n\t\t\t\t\t\t\t\t<valueString value=\"RiskAssessment\"/>\n\t\t\t\t\t\t\t</extension>\n\t\t\t\t\t\t</extension>\n\t\t\t\t\t</extension>\n\t\t\t\t</extension>\n\t\t\t</extension>\n\t\t</extension ", " Medications ", " extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action#actions\">\n\t\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action\">\n\t\t\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action#title\">\n\t\t\t\t\t<valueString value=\"Medications\"/>\n\t\t\t\t</extension>\n\t\t\t\t<extension url=\"http://hl7.org/fhir/StructureDefintion/cqif-basic-action#groupingBehavior\">\n\t\t\t\t\t<valueCode value=\"logical-group\"/>\n\t\t\t\t</extension>\n\t\t\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action#selectionBehavior\">\n\t\t\t\t\t<valueCode value=\"at-most-one\"/>\n\t\t\t\t</extension ", " First-Line Antidepressants ", " extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action#actions\">\n\t\t\t\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action\">\n\t\t\t\t\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action#title\">\n\t\t\t\t\t\t\t<valueString value=\"First-Line Antidepressants\"/>\n\t\t\t\t\t\t</extension>\n\t\t\t\t\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action#supportingEvidence\">\n\t\t\t\t\t\t\t<valueAttachment>\n\t\t\t\t\t\t\t\t<contentType value=\"text/html\"/>\n\t\t\t\t\t\t\t\t<url value=\"http://psychiatryonline.org/pb/assets/raw/sitewide/practice_guidelines/guidelines/mdd.pdf\"/>\n\t\t\t\t\t\t\t\t<title value=\"Practice Guideline for the Treatment of Patients with Major Depressive Disorder\"/>\n\t\t\t\t\t\t\t</valueAttachment>\n\t\t\t\t\t\t</extension>\n\t\t\t\t\t\t<extension url=\"http://hl7.org/fhir/StructureDefintion/cqif-basic-action#groupingBehavior\">\n\t\t\t\t\t\t\t<valueCode value=\"logical-group\"/>\n\t\t\t\t\t\t</extension>\n\t\t\t\t\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action#selectionBehavior\">\n\t\t\t\t\t\t\t<valueCode value=\"at-most-one\"/>\n\t\t\t\t\t\t</extension ", " Selective Serotonin Reuptake Inhibitors (Choose a maximum of one or document reasons for exception) ", " extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action#actions\">\n\t\t\t\t\t\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action\">\n\t\t\t\t\t\t\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action#title\">\n\t\t\t\t\t\t\t\t\t<valueString value=\"Selective Serotonin Reuptake Inhibitors (Choose a maximum of one or document reasons for exception)\"/>\n\t\t\t\t\t\t\t\t</extension>\n\t\t\t\t\t\t\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action#documentation\">\n\t\t\t\t\t\t\t\t\t<valueAttachment>\n\t\t\t\t\t\t\t\t\t\t<contentType value=\"text/html\"/>\n\t\t\t\t\t\t\t\t\t\t<url value=\"http://dailymed.nlm.nih.gov/dailymed/drugInfo.cfm?setid=6daeb45c-451d-b135-bf8f-2d6dff4b6b01\"/>\n\t\t\t\t\t\t\t\t\t\t<title value=\"National Library of Medicine. DailyMed website. CITALOPRAM- citalopram hydrobromide tablet, film coated.\"/>\n\t\t\t\t\t\t\t\t\t</valueAttachment>\n\t\t\t\t\t\t\t\t</extension>\n\t\t\t\t\t\t\t\t<extension url=\"http://hl7.org/fhir/StructureDefintion/cqif-basic-action#groupingBehavior\">\n\t\t\t\t\t\t\t\t\t<valueCode value=\"logical-group\"/>\n\t\t\t\t\t\t\t\t</extension>\n\t\t\t\t\t\t\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action#selectionBehavior\">\n\t\t\t\t\t\t\t\t\t<valueCode value=\"at-most-one\"/>\n\t\t\t\t\t\t\t\t</extension ", " citalopram 20 mg tablet 1 tablet oral 1 time daily now (30 table; 3 refills) ", " extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action#actions\">\n\t\t\t\t\t\t\t\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action\">\n\t\t\t\t\t\t\t\t\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action#textEquivalent\">\n\t\t\t\t\t\t\t\t\t\t\t<valueString value=\"citalopram 20 mg tablet 1 tablet oral 1 time daily now (30 table; 3 refills)\"/>\n\t\t\t\t\t\t\t\t\t\t</extension>\n\t\t\t\t\t\t\t\t\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action#resource\">\n\t\t\t\t\t\t\t\t\t\t\t<valueReference>\n\t\t\t\t\t\t\t\t\t\t\t\t<reference value=\"#citalopramPrescription\"/>\n\t\t\t\t\t\t\t\t\t\t\t</valueReference>\n\t\t\t\t\t\t\t\t\t\t</extension>\n\t\t\t\t\t\t\t\t\t</extension>\n\t\t\t\t\t\t\t\t</extension ", " escitalopram 10 mg tablet 1 tablet oral 1 time daily now (30 tablet; 3 refills) ", " extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action#actions\">\n\t\t\t\t\t\t\t\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action\" ", " Follows pattern established above ", " /extension>\n\t\t\t\t\t\t\t\t</extension ", " fluoxetine 20 mg capsule 1 capsule oral 1 time daily now (30 tablet; 3 refills) ", " extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action#actions\">\n\t\t\t\t\t\t\t\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action\" ", " Follows pattern established above ", " /extension>\n\t\t\t\t\t\t\t\t</extension ", " paroxetine 20 mg tablet 1 tablet oral 1 time daily now (30 tablet; 3 refills) ", " extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action#actions\">\n\t\t\t\t\t\t\t\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action\" ", " Follows pattern established above ", " /extension>\n\t\t\t\t\t\t\t\t</extension ", " sertraline 50 mg tablet 1 tablet oral 1 time daily now (30 tablet; 3 refills) ", " extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action#actions\">\n\t\t\t\t\t\t\t\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action\" ", " Follows pattern established above ", " /extension>\n\t\t\t\t\t\t\t\t</extension>\n\t\t\t\t\t\t\t</extension>\n\t\t\t\t\t\t</extension ", " Dopamine Norepinephrine Reuptake Inhibitors (Choose a maximum of one or document reasons for exception) ", " extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action#actions\">\n\t\t\t\t\t\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action\" ", " Follows pattern established above ", " /extension>\n\t\t\t\t\t\t</extension ", " Serotonin Norepinephrine Reuptake Inhibitors (Choose a maximum of one or doument reasons for exception) ", " extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action#actions\">\n\t\t\t\t\t\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action\" ", " Follows pattern established above ", " /extension>\n\t\t\t\t\t\t</extension ", " Norepinephrine-Serotonin Modulators (Choose a maximum of one or document reasons for exception) ", " extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action#actions\">\n\t\t\t\t\t\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-action\" ", " Follows pattern established above ", " /extension>\n\t\t\t\t\t\t</extension>\n\t\t\t\t\t</extension>\n\t\t\t\t</extension>\n\t\t\t</extension>\n\t\t</extension>\n\t</extension ", " Status " ], "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-moduleStatus", "valueCode": "draft" }, { "fhir_comments": [ " Evaluation Supported " ], "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-evaluationSupported", "valueBoolean": true } ], "identifier": [ { "fhir_comments": [ " Identifier " ], "use": "official", "value": "mmi:low-suicide-risk-order-set" } ], "code": { "fhir_comments": [ " Code " ], "coding": [ { "code": "order-set" } ] } }; var example141: fhir.Questionnaire = { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-content", "valueAttachment": { "contentType": "application/x-elm+xml", "url": "http://elmrepository.org/PHQ-9Logic.elm" } } ], "group": { "concept": [ { "code": "44249-1", "display": "PHQ-9 quick depression assessment panel:-:Pt:^Patient:-:Report.PHQ-9", "system": "http://loinc.org" } ], "question": [ { "concept": [ { "code": "44250-9", "system": "http://loinc.org" } ], "linkId": "LittleInterest", "options": { "reference": "ValueSet/LOINCDepressionAnswersList" }, "required": true, "text": "Little interest or pleasure in doing things", "type": "integer" }, { "concept": [ { "code": "44255-8", "system": "http://loinc.org" } ], "linkId": "FeelingDown", "options": { "reference": "ValueSet/LOINCDepressionAnswersList" }, "required": true, "text": "Feeling down, depressed, or hopeless", "type": "integer" }, { "concept": [ { "code": "44259-0", "system": "http://loinc.org" } ], "linkId": "TroubleSleeping", "options": { "reference": "ValueSet/LOINCDepressionAnswersList" }, "required": true, "text": "Trouble falling or staying asleep", "type": "integer" }, { "concept": [ { "code": "44254-1", "system": "http://loinc.org" } ], "linkId": "FeelingTired", "options": { "reference": "ValueSet/LOINCDepressionAnswersList" }, "required": true, "text": "Feeling tired or having little energy", "type": "integer" }, { "concept": [ { "code": "44251-7", "system": "http://loinc.org" } ], "linkId": "BadAppetite", "options": { "reference": "ValueSet/LOINCDepressionAnswersList" }, "required": true, "text": "Poor appetite or overeating", "type": "integer" }, { "concept": [ { "code": "44258-2", "system": "http://loinc.org" } ], "linkId": "FeelingBadAboutSelf", "options": { "reference": "ValueSet/LOINCDepressionAnswersList" }, "required": true, "text": "Feeling bad about yourself - or that you are a failure or have let yourself or your family down", "type": "integer" }, { "concept": [ { "code": "44252-5", "system": "http://loinc.org" } ], "linkId": "TroubleConcentrating", "options": { "reference": "ValueSet/LOINCDepressionAnswersList" }, "required": true, "text": "Trouble concentrating on things, such as reading the newspaper or watching television", "type": "integer" }, { "concept": [ { "code": "44253-3", "system": "http://loinc.org" } ], "linkId": "MovingSpeaking", "options": { "reference": "ValueSet/LOINCDepressionAnswersList" }, "required": true, "text": "Moving or speaking so slowly that other people could have noticed. Or the opposite - being so fidgety or restless that you have been moving around a lot more than usual", "type": "integer" }, { "concept": [ { "code": "44261-6", "system": "http://loinc.org" } ], "linkId": "TotalScore", "options": { "reference": "ValueSet/LOINCDepressionAnswersList" }, "required": true, "text": "Total score", "type": "integer" }, { "concept": [ { "code": "44256-6", "system": "http://loinc.org" } ], "linkId": "Difficulty", "options": { "reference": "ValueSet/LOINCDifficultyAnswersList" }, "required": true, "text": "If you checked off any problems, how difficult have these problems made it for you to do your work, take care of things at home, or get along with other people", "type": "string" } ], "required": true, "text": "Your responses to this questionnaire will help your doctor diagnose and manage your mental health. In responding to the question, please consider how often have you been bothered by any of the following problems over the last 2 weeks?", "title": "Patient Health Questionnaire (PHQ-9)" }, "id": "questionnaire-cqif-example", "identifier": [ { "use": "official", "value": "phq-9" } ], "meta": { "profile": [ "http://hl7.org/fhir/StructureDefinition/cqif-questionnaire" ] }, "resourceType": "Questionnaire", "status": "draft", "subjectType": [ "Patient" ], "text": { "div": "<div>PHQ-9 Questionnaire with dynamic logic</div>", "status": "generated" }, "version": "1.0.0" }; var example142: fhir.Questionnaire = { "resourceType": "Questionnaire", "id": "questionnaire-cqif-example", "_id": { "fhir_comments": [ " This example demonstrates the CQIF-Questionnaire profile of Questionnaire to represent dynamic logic in a Questionnaire " ] }, "meta": { "profile": [ "http://hl7.org/fhir/StructureDefinition/cqif-questionnaire" ] }, "text": { "status": "generated", "div": "<div>PHQ-9 Questionnaire with dynamic logic</div>" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-content", "valueAttachment": { "contentType": "application/x-elm+xml", "url": "http://elmrepository.org/PHQ-9Logic.elm" } } ], "identifier": [ { "fhir_comments": [ " Identifier " ], "use": "official", "value": "phq-9" } ], "version": "1.0.0", "status": "draft", "subjectType": [ "Patient" ], "group": { "title": "Patient Health Questionnaire (PHQ-9)", "concept": [ { "system": "http://loinc.org", "code": "44249-1", "display": "PHQ-9 quick depression assessment panel:-:Pt:^Patient:-:Report.PHQ-9" } ], "text": "Your responses to this questionnaire will help your doctor diagnose and manage your mental health. In responding to the question, please consider how often have you been bothered by any of the following problems over the last 2 weeks?", "required": true, "question": [ { "linkId": "LittleInterest", "concept": [ { "system": "http://loinc.org", "code": "44250-9" } ], "text": "Little interest or pleasure in doing things", "type": "integer", "required": true, "options": { "reference": "ValueSet/LOINCDepressionAnswersList" } }, { "linkId": "FeelingDown", "concept": [ { "system": "http://loinc.org", "code": "44255-8" } ], "text": "Feeling down, depressed, or hopeless", "type": "integer", "required": true, "options": { "reference": "ValueSet/LOINCDepressionAnswersList" } }, { "linkId": "TroubleSleeping", "concept": [ { "system": "http://loinc.org", "code": "44259-0" } ], "text": "Trouble falling or staying asleep", "type": "integer", "required": true, "options": { "reference": "ValueSet/LOINCDepressionAnswersList" } }, { "linkId": "FeelingTired", "concept": [ { "system": "http://loinc.org", "code": "44254-1" } ], "text": "Feeling tired or having little energy", "type": "integer", "required": true, "options": { "reference": "ValueSet/LOINCDepressionAnswersList" } }, { "linkId": "BadAppetite", "concept": [ { "system": "http://loinc.org", "code": "44251-7" } ], "text": "Poor appetite or overeating", "type": "integer", "required": true, "options": { "reference": "ValueSet/LOINCDepressionAnswersList" } }, { "linkId": "FeelingBadAboutSelf", "concept": [ { "system": "http://loinc.org", "code": "44258-2" } ], "text": "Feeling bad about yourself - or that you are a failure or have let yourself or your family down", "type": "integer", "required": true, "options": { "reference": "ValueSet/LOINCDepressionAnswersList" } }, { "linkId": "TroubleConcentrating", "concept": [ { "system": "http://loinc.org", "code": "44252-5" } ], "text": "Trouble concentrating on things, such as reading the newspaper or watching television", "type": "integer", "required": true, "options": { "reference": "ValueSet/LOINCDepressionAnswersList" } }, { "linkId": "MovingSpeaking", "concept": [ { "system": "http://loinc.org", "code": "44253-3" } ], "text": "Moving or speaking so slowly that other people could have noticed. Or the opposite - being so fidgety or restless that you have been moving around a lot more than usual", "type": "integer", "required": true, "options": { "reference": "ValueSet/LOINCDepressionAnswersList" } }, { "fhir_comments": [ " ValidationFailure: Unknown LOINC code 44250-8\n\t\t<question>\n\t\t\t<linkId value=\"ThoughtsOfHurting\"/>\n\t\t\t<concept>\n\t\t\t\t<system value=\"http://loinc.org\"/>\n\t\t\t\t<code value=\"44250-8\"/>\n\t\t\t</concept>\n\t\t\t<text value=\"Thoughts that you would be better off dead, or of hurting yourself\"/>\n\t\t\t<type value=\"integer\"/>\n\t\t\t<required value=\"true\"/>\n\t\t\t<options>\n\t\t\t\t<reference value=\"ValueSet/LOINCDepressionAnswersList\"/>\n\t\t\t</options>\n\t\t</question>\n\t\t " ], "linkId": "TotalScore", "_linkId": { "fhir_comments": [ " ValidationFailure: Element matches more than one source\n\t\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/cqif-basic-expression\">\n\t\t\t\t<valueString value=\"CalculateTotalScore\"/>\n\t\t\t</extension>\n\t\t\t " ] }, "concept": [ { "system": "http://loinc.org", "code": "44261-6" } ], "text": "Total score", "type": "integer", "required": true, "options": { "reference": "ValueSet/LOINCDepressionAnswersList" } }, { "linkId": "Difficulty", "concept": [ { "system": "http://loinc.org", "code": "44256-6" } ], "text": "If you checked off any problems, how difficult have these problems made it for you to do your work, take care of things at home, or get along with other people", "type": "string", "required": true, "options": { "reference": "ValueSet/LOINCDifficultyAnswersList" } } ] } }; var example143: fhir.DataElement = { "contained": [ { "compose": { "include": [ { "concept": [ { "code": "C17998", "display": "Unknown" }, { "code": "C20197", "display": "Male" }, { "code": "C16576", "display": "Female" }, { "code": "C38046", "display": "Not specified" } ], "system": "http://example.ncit.nci.nih.gov" } ] }, "description": "All codes representing the gender of a person.", "id": "2179414", "name": "Gender Code", "resourceType": "ValueSet", "status": "active", "url": "http://example.org/2179414", "version": "1.0" }, { "codeSystem": { "caseSensitive": true, "concept": [ { "code": "0" }, { "code": "1" }, { "code": "2" }, { "code": "3" } ], "system": "http://example.org/fhir/2179414" }, "id": "2179414-permitted", "resourceType": "ValueSet", "status": "active" }, { "element": [ { "code": "C17998", "target": [ { "code": "0", "equivalence": "equal" } ] }, { "code": "C20197", "target": [ { "code": "1", "equivalence": "equal" } ] }, { "code": "C16576", "target": [ { "code": "2", "equivalence": "equal" } ] }, { "code": "C38046", "target": [ { "code": "3", "equivalence": "equal" } ] } ], "id": "2179414-cm", "resourceType": "ConceptMap", "sourceReference": { "reference": "#2179414" }, "status": "active", "targetReference": { "reference": "#2179414-permitted" } } ], "element": [ { "binding": { "strength": "required", "valueSetReference": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/11179-permitted-value-valueset", "valueReference": { "reference": "#2179414-permitted" } }, { "url": "http://hl7.org/fhir/StructureDefinition/11179-permitted-value-conceptmap", "valueReference": { "reference": "#2179414-cm" } } ], "reference": "#2179414" } }, "definition": "The code representing the gender of a person.", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 1 }, { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-question", "valueString": "Gender" } ], "maxLength": 13, "path": "Gender", "type": [ { "code": "CodeableConcept" } ] } ], "id": "gender", "identifier": [ { "value": "2179650" } ], "name": "Gender Code", "publisher": "DCP", "resourceType": "DataElement", "status": "active", "text": { "div": "<div>\n \n \n \n \n <p>\n \n \n \n \n <b>Gender Code</b>: The code representing the gender of a person\n \n \n \n </p>\n \n \n \n \n <table>\n \n \n \n \n <tbody>\n \n \n \n \n <tr>\n \n \n \n \n <th>Code</th>\n \n \n \n \n <th>Display</th>\n \n \n \n \n <th>Definition</th>\n \n \n \n \n </tr>\n \n \n \n \n <tr>\n \n \n \n \n <td>0</td>\n \n \n \n \n <td>Unknown</td>\n \n \n \n \n <td>Not known, not observed, not recorded, or refused.</td>\n \n \n \n \n </tr>\n \n \n \n \n <tr>\n \n \n \n \n <td>1</td>\n \n \n \n \n <td>Male</td>\n \n \n \n \n <td>A person who belongs to the sex that normally produces sperm. The term is used to indicate biological sex distinctions, cultural gender role distinctions, or both.</td>\n \n \n \n \n </tr>\n \n \n \n \n <tr>\n \n \n \n \n <td>2</td>\n \n \n \n \n <td>Female</td>\n \n \n \n \n <td>A person who belongs to the sex that normally produces ova. The term is used to indicate biological sex distinctions, or cultural gender role distinctions, or both.</td>\n \n \n \n \n </tr>\n \n \n \n \n <tr>\n \n \n \n \n <td>3</td>\n \n \n \n \n <td>Not specified</td>\n \n \n \n \n <td>Not specified</td>\n \n \n \n \n </tr>\n \n \n \n \n </tbody>\n \n \n \n \n </table>\n \n \n \n \n <ul>\n \n \n \n \n <li/>\n \n \n \n \n </ul>\n \n \n \n \n </div>", "status": "generated" }, "useContext": [ { "coding": [ { "display": "FBPP Pooled Database", "system": "http://example.org/FBPP" }, { "display": "Demographics", "system": "http://example.org/PhenX" }, { "display": "Pt. Administrative", "system": "http://example.org/EligibilityCriteria" }, { "display": "UAMS New CDEs", "system": "http://example.org/UAMSClinicalResearch" }, { "display": "Substance Abuse and ", "system": "http://example.org/PhenX" }, { "display": "CSAERS Adverse Event", "system": "http://example.org/Category" }, { "display": "Core: Tier 1", "system": "http://example.org/PhenX" }, { "display": "Case Report Forms", "system": "http://example.org/Category" }, { "display": "CSAERS Review Set", "system": "http://example.org/Category" }, { "display": "CIAF", "system": "http://example.org/Demonstration%20Applications" }, { "display": "Clinical Research", "system": "http://example.org/NIDA%20CTN%20Usage" }, { "display": "Electronic Health Re", "system": "http://example.org/NIDA%20CTN%20Usage" }, { "display": "Barretts Esophagus", "system": "http://example.org/Condition" }, { "display": "Bladder Cancer", "system": "http://example.org/Condition" }, { "display": "Oral Leukoplakia", "system": "http://example.org/Condition" }, { "display": "Sulindac for Breast", "system": "http://example.org/Condition" } ] } ], "version": "1.0" }; var example144: fhir.DataElement = { "resourceType": "DataElement", "id": "gender", "text": { "status": "generated", "div": "<div>\n \n \n \n \n <p>\n \n \n \n \n <b>Gender Code</b>: The code representing the gender of a person\n \n \n \n </p>\n \n \n \n \n <table>\n \n \n \n \n <tbody>\n \n \n \n \n <tr>\n \n \n \n \n <th>Code</th>\n \n \n \n \n <th>Display</th>\n \n \n \n \n <th>Definition</th>\n \n \n \n \n </tr>\n \n \n \n \n <tr>\n \n \n \n \n <td>0</td>\n \n \n \n \n <td>Unknown</td>\n \n \n \n \n <td>Not known, not observed, not recorded, or refused.</td>\n \n \n \n \n </tr>\n \n \n \n \n <tr>\n \n \n \n \n <td>1</td>\n \n \n \n \n <td>Male</td>\n \n \n \n \n <td>A person who belongs to the sex that normally produces sperm. The term is used to indicate biological sex distinctions, cultural gender role distinctions, or both.</td>\n \n \n \n \n </tr>\n \n \n \n \n <tr>\n \n \n \n \n <td>2</td>\n \n \n \n \n <td>Female</td>\n \n \n \n \n <td>A person who belongs to the sex that normally produces ova. The term is used to indicate biological sex distinctions, or cultural gender role distinctions, or both.</td>\n \n \n \n \n </tr>\n \n \n \n \n <tr>\n \n \n \n \n <td>3</td>\n \n \n \n \n <td>Not specified</td>\n \n \n \n \n <td>Not specified</td>\n \n \n \n \n </tr>\n \n \n \n \n </tbody>\n \n \n \n \n </table>\n \n \n \n \n <ul>\n \n \n \n \n <li/>\n \n \n \n \n </ul>\n \n \n \n \n </div>" }, "contained": [ { "resourceType": "ValueSet", "id": "2179414", "url": "http://example.org/2179414", "version": "1.0", "name": "Gender Code", "status": "active", "description": "All codes representing the gender of a person.", "compose": { "include": [ { "system": "http://example.ncit.nci.nih.gov", "concept": [ { "code": "C17998", "display": "Unknown" }, { "fhir_comments": [ " <definition value=\"Not known, not observed, not recorded, or refused. \"/> " ], "code": "C20197", "display": "Male" }, { "fhir_comments": [ " <definition value=\"A person who belongs to the sex that normally produces sperm. The term is used to indicate biological sex distinctions, cultural gender role distinctions, or both.\"/> " ], "code": "C16576", "display": "Female" }, { "fhir_comments": [ " <definition value=\"A person who belongs to the sex that normally produces ova. The term is used to indicate biological sex distinctions, or cultural gender role distinctions, or both.\"/> " ], "code": "C38046", "display": "Not specified" } ] } ] } }, { "resourceType": "ValueSet", "id": "2179414-permitted", "_id": { "fhir_comments": [ " <definition value=\"Not specified\"/> " ] }, "status": "active", "codeSystem": { "system": "http://example.org/fhir/2179414", "caseSensitive": true, "concept": [ { "code": "0" }, { "code": "1" }, { "code": "2" }, { "code": "3" } ] } }, { "resourceType": "ConceptMap", "id": "2179414-cm", "status": "active", "sourceReference": { "reference": "#2179414" }, "targetReference": { "reference": "#2179414-permitted" }, "element": [ { "code": "C17998", "target": [ { "code": "0", "equivalence": "equal" } ] }, { "code": "C20197", "target": [ { "code": "1", "equivalence": "equal" } ] }, { "code": "C16576", "target": [ { "code": "2", "equivalence": "equal" } ] }, { "code": "C38046", "target": [ { "code": "3", "equivalence": "equal" } ] } ] } ], "identifier": [ { "value": "2179650" } ], "version": "1.0", "name": "Gender Code", "status": "active", "publisher": "DCP", "useContext": [ { "coding": [ { "system": "http://example.org/FBPP", "display": "FBPP Pooled Database" }, { "system": "http://example.org/PhenX", "display": "Demographics" }, { "system": "http://example.org/EligibilityCriteria", "display": "Pt. Administrative" }, { "system": "http://example.org/UAMSClinicalResearch", "display": "UAMS New CDEs" }, { "system": "http://example.org/PhenX", "display": "Substance Abuse and " }, { "system": "http://example.org/Category", "display": "CSAERS Adverse Event" }, { "system": "http://example.org/PhenX", "display": "Core: Tier 1" }, { "system": "http://example.org/Category", "display": "Case Report Forms" }, { "system": "http://example.org/Category", "display": "CSAERS Review Set" }, { "system": "http://example.org/Demonstration%20Applications", "display": "CIAF" }, { "system": "http://example.org/NIDA%20CTN%20Usage", "display": "Clinical Research" }, { "system": "http://example.org/NIDA%20CTN%20Usage", "display": "Electronic Health Re" }, { "system": "http://example.org/Condition", "display": "Barretts Esophagus" }, { "system": "http://example.org/Condition", "display": "Bladder Cancer" }, { "system": "http://example.org/Condition", "display": "Oral Leukoplakia" }, { "system": "http://example.org/Condition", "display": "Sulindac for Breast" } ] } ], "element": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 1 }, { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-question", "valueString": "Gender" } ], "path": "Gender", "definition": "The code representing the gender of a person.", "type": [ { "code": "CodeableConcept" } ], "maxLength": 13, "binding": { "strength": "required", "valueSetReference": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/11179-permitted-value-valueset", "valueReference": { "reference": "#2179414-permitted" } }, { "url": "http://hl7.org/fhir/StructureDefinition/11179-permitted-value-conceptmap", "valueReference": { "reference": "#2179414-cm" } } ], "reference": "#2179414" } } } ] }; var example145: fhir.DataElement = { "element": [ { "alias": [ "Protime, PT" ], "comments": "Used to screen the integrity of the extrinsic and common pathways of coagulation and to monitor warfarin anticoagulation. ", "definition": "The PT test evaluates the extrinsic and common pathways of the coagulation cascade.", "exampleDecimal": 10, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-allowedUnits", "valueCodeableConcept": { "coding": [ { "code": "s", "display": "second", "system": "http://unitsofmeasure.org", "userSelected": true, "version": "1.9" } ], "text": "second" } } ], "mapping": [ { "identity": "loinc", "map": "5964-2" } ], "path": "prothrombin", "requirements": "This test is orderable. A plasma specimen in a 3.2% sodium citrate blue top tube is required.", "type": [ { "code": "decimal" } ] } ], "id": "prothrombin", "identifier": [ { "assigner": { "display": "Century Hospital Laboratory" }, "period": { "start": "2011-05-19" }, "system": "http://www.CenturyHospital/Laboratory/DirectoryofServices", "type": { "text": "Prothrombin Time, PT" }, "value": "11" } ], "mapping": [ { "comments": "Version 2.48 or later", "identity": "loinc", "name": "LOINC", "uri": "http://loinc.org/" } ], "name": "Prothrombin Time", "resourceType": "DataElement", "status": "active", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: prothrombin</p><p><b>identifier</b>: Prothrombin Time, PT = 11</p><p><b>name</b>: Prothrombin Time</p><p><b>status</b>: active</p><h3>Mappings</h3><table><tr><td>-</td><td><b>Identity</b></td><td><b>Uri</b></td><td><b>Name</b></td><td><b>Comments</b></td></tr><tr><td>*</td><td>loinc</td><td><a>http://loinc.org/</a></td><td>LOINC</td><td>Version 2.48 or later</td></tr></table><p><b>element</b>: todo-bundle</p></div>", "status": "generated" } }; var example146: fhir.DataElement = { "resourceType": "DataElement", "id": "prothrombin", "text": { "fhir_comments": [ " text>\n\t\t\tgenerated by build process\n\t\t</text " ], "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: prothrombin</p><p><b>identifier</b>: Prothrombin Time, PT = 11</p><p><b>name</b>: Prothrombin Time</p><p><b>status</b>: active</p><h3>Mappings</h3><table><tr><td>-</td><td><b>Identity</b></td><td><b>Uri</b></td><td><b>Name</b></td><td><b>Comments</b></td></tr><tr><td>*</td><td>loinc</td><td><a>http://loinc.org/</a></td><td>LOINC</td><td>Version 2.48 or later</td></tr></table><p><b>element</b>: todo-bundle</p></div>" }, "identifier": [ { "type": { "text": "Prothrombin Time, PT" }, "system": "http://www.CenturyHospital/Laboratory/DirectoryofServices", "value": "11", "period": { "start": "2011-05-19" }, "assigner": { "display": "Century Hospital Laboratory" } } ], "name": "Prothrombin Time", "status": "active", "mapping": [ { "identity": "loinc", "uri": "http://loinc.org/", "name": "LOINC", "comments": "Version 2.48 or later" } ], "element": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-allowedUnits", "valueCodeableConcept": { "coding": [ { "system": "http://unitsofmeasure.org", "version": "1.9", "code": "s", "display": "second", "userSelected": true } ], "text": "second" } } ], "path": "prothrombin", "definition": "The PT test evaluates the extrinsic and common pathways of the coagulation cascade.", "comments": "Used to screen the integrity of the extrinsic and common pathways of coagulation and to monitor warfarin anticoagulation. ", "requirements": "This test is orderable. A plasma specimen in a 3.2% sodium citrate blue top tube is required.", "alias": [ "Protime, PT" ], "type": [ { "code": "decimal" } ], "exampleDecimal": 10, "_exampleDecimal": { "fhir_comments": [ " Is this the FHIR datatype for the observation? ( ie the datatype when ordering the test) or the Result? ( ie. numeric, codeable concept or text for lab tests ) " ] }, "mapping": [ { "fhir_comments": [ " Is this the an example result like \"10.0\" for the observation/dataelement? " ], "identity": "loinc", "map": "5964-2" } ] } ] }; var example147: fhir.DetectedIssue = { "id": "allergy", "resourceType": "DetectedIssue", "text": { "div": "<div>[Put rendering here]</div>", "status": "generated" } }; var example148: fhir.DetectedIssue = { "resourceType": "DetectedIssue", "id": "allergy", "text": { "status": "generated", "div": "<div>[Put rendering here]</div>" } }; var example149: fhir.DetectedIssue = { "author": { "reference": "Device/dsp" }, "category": { "coding": [ { "code": "DUPTHPY", "display": "Duplicate Therapy Alert", "system": "http://hl7.org/fhir/v3/ActCode" } ] }, "date": "2013-05-08", "detail": "Similar test was performed within the past 14 days", "id": "duplicate", "implicated": [ { "display": "Chest CT - ordered May 8, 2013 by Dr. Adam Careful", "reference": "DiagnosticOrder/di" }, { "display": "Image 1 from Series 3: CT Images on Patient MINT (MINT1234) taken at 1-Jan 2011 01:20 AM", "reference": "ImagingStudy/example" } ], "resourceType": "DetectedIssue", "text": { "div": "<div>\n <p>Similar test was performed within the past 14 days</p>\n <ul>\n <li>\n <a href=\"DiagnosticOrder/id\">Chest CT - ordered May 8, 2013 by Dr. Adam Careful</a>\n </li>\n <li>\n <a href=\"ImagingStudy/example\">Image 1 from Series 3: CT Images on Patient MINT (MINT1234) taken at 1-Jan 2011 01:20 AM</a>\n </li>\n </ul>\n </div>", "status": "generated" } }; var example150: fhir.DetectedIssue = { "resourceType": "DetectedIssue", "id": "duplicate", "text": { "status": "generated", "div": "<div>\n <p>Similar test was performed within the past 14 days</p>\n <ul>\n <li>\n <a href=\"DiagnosticOrder/id\">Chest CT - ordered May 8, 2013 by Dr. Adam Careful</a>\n </li>\n <li>\n <a href=\"ImagingStudy/example\">Image 1 from Series 3: CT Images on Patient MINT (MINT1234) taken at 1-Jan 2011 01:20 AM</a>\n </li>\n </ul>\n </div>" }, "category": { "fhir_comments": [ " test 1 " ], "coding": [ { "system": "http://hl7.org/fhir/v3/ActCode", "code": "DUPTHPY", "display": "Duplicate Therapy Alert" } ] }, "implicated": [ { "reference": "DiagnosticOrder/di", "display": "Chest CT - ordered May 8, 2013 by Dr. Adam Careful" }, { "fhir_comments": [ " test 2 " ], "reference": "ImagingStudy/example", "display": "Image 1 from Series 3: CT Images on Patient MINT (MINT1234) taken at 1-Jan 2011 01:20 AM" } ], "detail": "Similar test was performed within the past 14 days", "date": "2013-05-08", "author": { "reference": "Device/dsp" } }; var example151: fhir.DetectedIssue = { "id": "lab", "resourceType": "DetectedIssue", "text": { "div": "<div>[Put rendering here]</div>", "status": "generated" } }; var example152: fhir.DetectedIssue = { "resourceType": "DetectedIssue", "id": "lab", "text": { "status": "generated", "div": "<div>[Put rendering here]</div>" } }; var example153: fhir.DetectedIssue = { "author": { "reference": "Device/dsp" }, "category": { "coding": [ { "code": "DRG", "display": "Drug Interaction Alert", "system": "http://hl7.org/fhir/v3/ActCode" } ] }, "date": "2014-01-05", "detail": "Risk of internal bleeding. Those who take acetaminophen along with the widely used blood-thinning drug warfarin may face the risk of serious internal bleeding. People on warfarin who take acetaminophen for at least seven days in a row should be closely watched for bleeding.", "id": "ddi", "implicated": [ { "display": "500 mg Acetaminophen tablet 1/day, PRN since 2010", "reference": "MedicationStatement/tylenol" }, { "display": "Warfarin 1 MG TAB prescribed Jan. 5, 2014", "reference": "MedicationOrder/warfarin" } ], "mitigation": [ { "action": { "coding": [ { "code": "13", "display": "Stopped Concurrent Therapy", "system": "http://hl7.org/fhir/v3/ActCode" } ], "text": "Asked patient to discontinue regular use of Tylenol and to consult with clinician if they need to resume to allow appropriate INR monitoring" }, "author": { "display": "Dr. Adam Careful", "reference": "Practitioner/example" }, "date": "2014-01-05" } ], "resourceType": "DetectedIssue", "severity": "high", "text": { "div": "<div>\n <p><b>Severity: High</b> - Risk of internal bleeding</p>\n <p>Those who take acetaminophen along with the widely used blood-thinning drug warfarin may face the risk of serious internal bleeding. People on warfarin who take acetaminophen for at least seven days in a row should be closely watched for bleeding.</p>\n <ul>\n <li><a href=\"MedicationStatement/tylenol\">500 mg Acetaminophen tablet 1/day, PRN since 2010</a></li>\n <li><a href=\"MedicationOrder/warfarin\">Warfarin 1 MG TAB prescribed Jan. 5, 2014</a></li>\n </ul>\n <p>Mitigation: Jan 5, 2014 by Dr. Adam Careful: </p>\n <p>Asked patient to discontinue regular use of Tylenol and to consult with clinician if they need to resume to allow appropriate INR monitoring</p>\n </div>", "status": "generated" } }; var example154: fhir.DetectedIssue = { "resourceType": "DetectedIssue", "id": "ddi", "text": { "status": "generated", "div": "<div>\n <p><b>Severity: High</b> - Risk of internal bleeding</p>\n <p>Those who take acetaminophen along with the widely used blood-thinning drug warfarin may face the risk of serious internal bleeding. People on warfarin who take acetaminophen for at least seven days in a row should be closely watched for bleeding.</p>\n <ul>\n <li><a href=\"MedicationStatement/tylenol\">500 mg Acetaminophen tablet 1/day, PRN since 2010</a></li>\n <li><a href=\"MedicationOrder/warfarin\">Warfarin 1 MG TAB prescribed Jan. 5, 2014</a></li>\n </ul>\n <p>Mitigation: Jan 5, 2014 by Dr. Adam Careful: </p>\n <p>Asked patient to discontinue regular use of Tylenol and to consult with clinician if they need to resume to allow appropriate INR monitoring</p>\n </div>" }, "category": { "coding": [ { "system": "http://hl7.org/fhir/v3/ActCode", "code": "DRG", "display": "Drug Interaction Alert" } ] }, "severity": "high", "implicated": [ { "reference": "MedicationStatement/tylenol", "display": "500 mg Acetaminophen tablet 1/day, PRN since 2010" }, { "reference": "MedicationOrder/warfarin", "display": "Warfarin 1 MG TAB prescribed Jan. 5, 2014" } ], "detail": "Risk of internal bleeding. Those who take acetaminophen along with the widely used blood-thinning drug warfarin may face the risk of serious internal bleeding. People on warfarin who take acetaminophen for at least seven days in a row should be closely watched for bleeding.", "date": "2014-01-05", "author": { "reference": "Device/dsp" }, "mitigation": [ { "action": { "coding": [ { "system": "http://hl7.org/fhir/v3/ActCode", "code": "13", "display": "Stopped Concurrent Therapy" } ], "text": "Asked patient to discontinue regular use of Tylenol and to consult with clinician if they need to resume to allow appropriate INR monitoring" }, "date": "2014-01-05", "author": { "reference": "Practitioner/example", "display": "Dr. Adam Careful" } } ] }; var example155: fhir.Device = { "expiry": "2020-08-08", "id": "f001", "identifier": [ { "system": "http:/goodhealthhospital/identifier/devices", "value": "12345" } ], "location": { "display": "Central Supply" }, "manufactureDate": "2015-08-08", "owner": { "reference": "Organization/2.16.840.1.113883.19.5" }, "resourceType": "Device", "status": "available", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f001</p><p><b>identifier</b>: 12345</p><p><b>type</b>: Feeding tube, device <span>(Details : {SNOMED CT code '25062003' = '25062003', given as 'Feeding tube, device'})</span></p><p><b>status</b>: available</p><p><b>manufactureDate</b>: 08/08/2015</p><p><b>expiry</b>: 08/08/2020</p><p><b>udi</b>: (01)00000123000017(10)ABC123(17)120415</p><p><b>owner</b>: <a>Organization/2.16.840.1.113883.19.5</a></p><p><b>location</b>: Central Supply</p></div>", "status": "generated" }, "type": { "coding": [ { "code": "25062003", "display": "Feeding tube, device", "system": "http://snomed.info/sct" } ] }, "udi": "(01)00000123000017(10)ABC123(17)120415" }; var example156: fhir.Device = { "resourceType": "Device", "id": "f001", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f001</p><p><b>identifier</b>: 12345</p><p><b>type</b>: Feeding tube, device <span>(Details : {SNOMED CT code '25062003' = '25062003', given as 'Feeding tube, device'})</span></p><p><b>status</b>: available</p><p><b>manufactureDate</b>: 08/08/2015</p><p><b>expiry</b>: 08/08/2020</p><p><b>udi</b>: (01)00000123000017(10)ABC123(17)120415</p><p><b>owner</b>: <a>Organization/2.16.840.1.113883.19.5</a></p><p><b>location</b>: Central Supply</p></div>" }, "identifier": [ { "system": "http:/goodhealthhospital/identifier/devices", "value": "12345" } ], "type": { "coding": [ { "system": "http://snomed.info/sct", "code": "25062003", "display": "Feeding tube, device" } ] }, "status": "available", "manufactureDate": "2015-08-08", "expiry": "2020-08-08", "udi": "(01)00000123000017(10)ABC123(17)120415", "_udi": { "fhir_comments": [ " this udi is fictitious and will be updated when more information and better examples of UDI's become available " ] }, "owner": { "reference": "Organization/2.16.840.1.113883.19.5" }, "location": { "display": "Central Supply" } }; var example157: fhir.Device = { "id": "ihe-pcd", "identifier": [ { "type": { "coding": [ { "code": "SNO", "system": "http://hl7.org/fhir/identifier-type" } ], "text": "Serial Number" }, "value": "AMID-123-456" } ], "lotNumber": "12345", "manufacturer": "Acme Devices, Inc", "model": "A.1.1", "resourceType": "Device", "text": { "div": "<div>\n <p>Acme Patient Monitor</p>\n </div>", "status": "generated" }, "type": { "text": "Vital Signs Monitor" } }; var example158: fhir.Device = { "resourceType": "Device", "id": "ihe-pcd", "text": { "status": "generated", "div": "<div>\n <p>Acme Patient Monitor</p>\n </div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/identifier-type", "code": "SNO" } ], "text": "Serial Number" }, "value": "AMID-123-456" } ], "type": { "text": "Vital Signs Monitor" }, "manufacturer": "Acme Devices, Inc", "model": "A.1.1", "lotNumber": "12345" }; var example159: fhir.Device = { "contact": [ { "system": "phone", "value": "ext 4352" } ], "id": "example-pacemaker", "identifier": [ { "system": "http://acme.com/devices/pacemakers/octane/serial", "value": "1234-5678-90AB-CDEF" } ], "lotNumber": "1234-5678", "manufacturer": "Acme Devices, Inc", "model": "PM/Octane 2014", "patient": { "reference": "Patient/example" }, "resourceType": "Device", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example-pacemaker</p><p><b>identifier</b>: 1234-5678-90AB-CDEF</p><p><b>type</b>: Performance pace maker for high octane patients <span>(Details : {http://acme.com/devices code 'octane2014' = '??', given as 'Performance pace maker for high octane patients'})</span></p><p><b>manufacturer</b>: Acme Devices, Inc</p><p><b>model</b>: PM/Octane 2014</p><p><b>lotNumber</b>: 1234-5678</p><p><b>patient</b>: <a>Patient/example</a></p><p><b>contact</b>: ph: ext 4352</p></div>", "status": "generated" }, "type": { "coding": [ { "code": "octane2014", "display": "Performance pace maker for high octane patients", "system": "http://acme.com/devices" } ] } }; var example160: fhir.Device = { "resourceType": "Device", "id": "example-pacemaker", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example-pacemaker</p><p><b>identifier</b>: 1234-5678-90AB-CDEF</p><p><b>type</b>: Performance pace maker for high octane patients <span>(Details : {http://acme.com/devices code 'octane2014' = '??', given as 'Performance pace maker for high octane patients'})</span></p><p><b>manufacturer</b>: Acme Devices, Inc</p><p><b>model</b>: PM/Octane 2014</p><p><b>lotNumber</b>: 1234-5678</p><p><b>patient</b>: <a>Patient/example</a></p><p><b>contact</b>: ph: ext 4352</p></div>" }, "identifier": [ { "system": "http://acme.com/devices/pacemakers/octane/serial", "value": "1234-5678-90AB-CDEF" } ], "type": { "coding": [ { "system": "http://acme.com/devices", "code": "octane2014", "display": "Performance pace maker for high octane patients" } ] }, "manufacturer": "Acme Devices, Inc", "model": "PM/Octane 2014", "lotNumber": "1234-5678", "patient": { "reference": "Patient/example" }, "contact": [ { "system": "phone", "value": "ext 4352" } ] }; var example161: fhir.Device = { "contact": [ { "system": "other", "value": "http://acme.com" } ], "id": "software", "identifier": [ { "system": "http://acme.com/ehr/client-ids", "value": "goodhealth" } ], "manufacturer": "Acme Devices, Inc", "resourceType": "Device", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: software</p><p><b>identifier</b>: goodhealth</p><p><b>type</b>: EHR <span>(Details )</span></p><p><b>manufacturer</b>: Acme Devices, Inc</p><p><b>version</b>: 10.23-23423</p><p><b>contact</b>: http://acme.com</p><p><b>url</b>: <a>http://acme.com/goodhealth/ehr/</a></p></div>", "status": "generated" }, "type": { "text": "EHR" }, "url": "http://acme.com/goodhealth/ehr/", "version": "10.23-23423" }; var example162: fhir.Device = { "resourceType": "Device", "id": "software", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: software</p><p><b>identifier</b>: goodhealth</p><p><b>type</b>: EHR <span>(Details )</span></p><p><b>manufacturer</b>: Acme Devices, Inc</p><p><b>version</b>: 10.23-23423</p><p><b>contact</b>: http://acme.com</p><p><b>url</b>: <a>http://acme.com/goodhealth/ehr/</a></p></div>" }, "identifier": [ { "system": "http://acme.com/ehr/client-ids", "value": "goodhealth" } ], "type": { "text": "EHR" }, "manufacturer": "Acme Devices, Inc", "version": "10.23-23423", "contact": [ { "system": "other", "value": "http://acme.com" } ], "url": "http://acme.com/goodhealth/ehr/" }; var example163: fhir.Device = { "contact": [ { "system": "phone", "value": "ext 4352" } ], "id": "example", "identifier": [ { "system": "http://goodcare.org/devices/id", "value": "345675" }, { "type": { "coding": [ { "code": "SNO", "system": "http://hl7.org/fhir/identifier-type" } ], "text": "Serial Number" }, "value": "AMID-342135-8464" } ], "lotNumber": "43453424", "manufacturer": "Acme Devices, Inc", "model": "AB 45-J", "note": [ { "authorReference": { "reference": "Practitioner/xcda-author" }, "text": "QA Checked", "time": "2015-06-28T14:03:32+10:00" } ], "resourceType": "Device", "status": "available", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><p><b>identifier</b>: 345675, Serial Number = AMID-342135-8464</p><p><b>type</b>: ECG <span>(Details : {SNOMED CT code '86184003' = '86184003', given as 'Electrocardiographic monitor and recorder'})</span></p><p><b>note</b>: QA Checked</p><p><b>status</b>: available</p><p><b>manufacturer</b>: Acme Devices, Inc</p><p><b>model</b>: AB 45-J</p><p><b>lotNumber</b>: 43453424</p><p><b>contact</b>: ph: ext 4352</p></div>", "status": "generated" }, "type": { "coding": [ { "code": "86184003", "display": "Electrocardiographic monitor and recorder", "system": "http://snomed.info/sct" } ], "text": "ECG" } }; var example164: fhir.Device = { "resourceType": "Device", "id": "example", "text": { "fhir_comments": [ " text>\n <status value=\"generated\"/>\n <div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>example</p>\n </div>\n </text " ], "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><p><b>identifier</b>: 345675, Serial Number = AMID-342135-8464</p><p><b>type</b>: ECG <span>(Details : {SNOMED CT code '86184003' = '86184003', given as 'Electrocardiographic monitor and recorder'})</span></p><p><b>note</b>: QA Checked</p><p><b>status</b>: available</p><p><b>manufacturer</b>: Acme Devices, Inc</p><p><b>model</b>: AB 45-J</p><p><b>lotNumber</b>: 43453424</p><p><b>contact</b>: ph: ext 4352</p></div>" }, "identifier": [ { "system": "http://goodcare.org/devices/id", "value": "345675" }, { "type": { "coding": [ { "system": "http://hl7.org/fhir/identifier-type", "code": "SNO" } ], "text": "Serial Number" }, "value": "AMID-342135-8464" } ], "type": { "coding": [ { "system": "http://snomed.info/sct", "code": "86184003", "display": "Electrocardiographic monitor and recorder" } ], "text": "ECG" }, "note": [ { "authorReference": { "reference": "Practitioner/xcda-author" }, "time": "2015-06-28T14:03:32+10:00", "text": "QA Checked" } ], "status": "available", "manufacturer": "Acme Devices, Inc", "model": "AB 45-J", "lotNumber": "43453424", "contact": [ { "system": "phone", "value": "ext 4352" } ] }; var example165: fhir.DeviceComponent = { "contained": [ { "id": "d1", "identifier": [ { "type": { "coding": [ { "code": "SNO", "system": "http://hl7.org/fhir/identifier-type" } ], "text": "Serial Number" }, "value": "ID 13.1" }, { "system": "urn:iso:std:iso:11073:10101", "type": { "text": "Global Medical Device Nomenclature" }, "value": "2000" } ], "manufacturer": "Center4MI", "model": "2-0-14", "resourceType": "Device", "type": { "coding": [ { "code": "2000", "display": "MDC_DEV_ANALY_SAT_O2_MDS", "system": "urn:iso:std:iso:11073:10101" } ] } } ], "id": "example-prodspec", "identifier": { "type": { "text": "Handle ID" }, "value": "0" }, "languageCode": { "coding": [ { "code": "en-US", "system": "http://tools.ietf.org/html/bcp47" } ] }, "lastSystemChange": "2014-10-07T14:45:00Z", "operationalStatus": [ { "coding": [ { "code": "0", "display": "disconnected", "system": "urn:iso:std:iso:11073:10101" } ] } ], "productionSpecification": [ { "productionSpec": "xa-12324-b", "specType": { "coding": [ { "code": "1", "display": "Serial number" } ] } }, { "productionSpec": "1.1", "specType": { "coding": [ { "code": "3", "display": "Hardware version" } ] } }, { "productionSpec": "1.12", "specType": { "coding": [ { "code": "4", "display": "Software version" } ] } }, { "productionSpec": "1.0.23", "specType": { "coding": [ { "code": "5", "display": "Firmware version" } ] } } ], "resourceType": "DeviceComponent", "source": { "reference": "#d1" }, "text": { "div": "<div>\n\t\t\t<p>Example of a simple MDS from a pulse oximeter containment tree</p>\n\t\t</div>", "status": "generated" }, "type": { "coding": [ { "code": "2000", "display": "MDC_DEV_ANALY_SAT_O2_MDS", "system": "urn:iso:std:iso:11073:10101" } ] } }; var example166: fhir.DeviceComponent = { "resourceType": "DeviceComponent", "id": "example-prodspec", "_id": { "fhir_comments": [ " \n\t\t<Simple_MDS xmlns:xsd=\"http://www.w3.org/2001/XMLSchema-instance\" xsd:noNamespaceSchemaLocation=\"DIM.xsd\" Handle=\"0\" System-Id=\"ID 13.1\" Mds-Status=\"disconnected\" object_id=\"MDC_MOC_VMS_MDS_SIMP\" Class=\"MDC_MOC_VMS_MDS_SIMP\">\n\t\t\t<Nomenclature-Version object_id=\"MDC_ATTR_NOM_VERS\" nom-minor-version=\"0\">\n\t\t\t\t<nom-major-version majorVersion1=\"true\"/>\n\t\t\t</Nomenclature-Version>\n\t\t\t<System-Model object_id=\"MDC_ATTR_ID_MODEL\" manufacturer=\"Center4MI\" model-number=\"2-0-14\"/>\n\t\t\t<System-Type object_id=\"MDC_ATTR_SYS_TYPE\" partition=\"nom-part-obj\" code=\"MDC_DEV_ANALY_SAT_O2_MDS\"/>\n\t\t\t<Locale object_id=\"MDC_ATTR_LOCALE\" charset=\"ISO-10646-UCS-2\" country=\"US\" Language=\"en\"/>\n\t\t\t<ProductionSpec>\n\t\t\t\t<ProdSpecEntry spec-type=\"1\" prod-spec=\"xa-12324-b\"/> \n\t\t\t\t<ProdSpecEntry spec-type=\"3\" prod-spec=\"1.1\"/>\n\t\t\t\t<ProdSpecEntry spec-type=\"4\" prod-spec=\"1.12\"/>\n\t\t\t\t<ProdSpecEntry spec-type=\"5\" prod-spec=\"1.0.23\"/>\n\t\t\t</ProductionSpec>\n\t\t\t<VMD Handle=\"20\" object_id=\"MDC_MOC_VMO_VMD\" Class=\"MDC_MOC_VMO_VMD\">\n\t\t\t\t<Type object_id=\"MDC_ATTR_ID_TYPE\" partition=\"nom-part-obj\" code=\"MDC_DEV_ANALY_SAT_O2_VMD\"/>\n\t\t\t\t<VMD-Status vmd-standby=\"true\"/>\n\t\t\t\t<Channel Handle=\"22\" object_id=\"MDC_MOC_VMO_CHAN\" Class=\"MDC_MOC_VMO_CHAN\" Physical-Channel-No=\"1\" Logical-Channel-No=\"1\" Channel-Id=\"MDC_DEV_ANALY_SAT_O2_CHAN\">\n\t\t\t\t\t<Type object_id=\"MDC_ATTR_ID_TYPE\" partition=\"nom-part-obj\" code=\"MDC_DEV_ANALY_SAT_O2_CHAN\"/>\n\t\t\t\t\t<Channel-Status chan-standby=\"true\"/> \n\t\t\t\t\t<Numeric Handle=\"221\" object_id=\"MDC_MOC_VMO_METRIC_NU\" Class=\"MDC_MOC_VMO_METRIC_NU\" Nu-Measure-Resolution=\"0\" Metric-Id=\"MDC_PULS_OXIM_SAT_O2\">\n\t\t\t\t\t\t<Type object_id=\"MDC_ATTR_ID_TYPE\" partition=\"nom-part-metric\" code=\"MDC_PULS_OXIM_SAT_O2\"/>\n\t\t\t\t\t\t<Metric-Specification object_id=\"MDC_ATTR_METRIC_SPECN\" update-period=\"8192\" category=\"auto-measurement\">\n\t\t\t\t\t\t\t<relevance rv-unspec=\"true\"/> \n\t\t\t\t\t\t\t<access upd-periodic=\"true\" acc-scan=\"true\" sc-opt-normal=\"true\"/>\n\t\t\t\t\t\t\t<structure object_id=\"NA1\" ms-comp-no=\"0\" ms-struct=\"simple\"/>\n\t\t\t\t\t\t</Metric-Specification>\n\t\t\t\t\t\t<Nu-Observed-Value object_id=\"MDC_ATTR_NU_VAL_OBS\" value=\"0\" unit-code=\"MDC_DIM_PERCENT\" metric-id=\"MDC_PULS_OXIM_SAT_O2\">\n\t\t\t\t\t\t\t<state not-available=\"true\"/>\n\t\t\t\t\t\t</Nu-Observed-Value>\n\t\t\t\t\t</Numeric>\n\t\t\t\t\t<Numeric Handle=\"222\" object_id=\"MDC_MOC_VMO_METRIC_NU\" Class=\"MDC_MOC_VMO_METRIC_NU\" Nu-Measure-Resolution=\"0\" Metric-Id=\"MDC_BLD_PERF_INDEX\">\n\t\t\t\t\t\t<Type object_id=\"MDC_ATTR_ID_TYPE\" partition=\"nom-part-metric\" code=\"MDC_BLD_PERF_INDEX\"/>\n\t\t\t\t\t\t<Metric-Specification object_id=\"MDC_ATTR_METRIC_SPECN\" update-period=\"8192\" category=\"auto-measurement\">\n\t\t\t\t\t\t\t<relevance rv-unspec=\"true\"/> \n\t\t\t\t\t\t\t<access upd-periodic=\"true\" acc-scan=\"true\" sc-opt-normal=\"true\"/>\n\t\t\t\t\t\t\t<structure object_id=\"NA1\" ms-comp-no=\"0\" ms-struct=\"simple\"/>\n\t\t\t\t\t\t</Metric-Specification>\n\t\t\t\t\t\t<Nu-Observed-Value object_id=\"MDC_ATTR_NU_VAL_OBS\" value=\"0\" unit-code=\"MDC_DIM_MILLI_L_PER_MIN\" metric-id=\"MDC_BLD_PERF_INDEX\">\n\t\t\t\t\t\t\t<state not-available=\"true\"/>\n\t\t\t\t\t\t</Nu-Observed-Value>\n\t\t\t\t\t</Numeric>\n\t\t\t\t</Channel>\n\t\t\t\t<Channel Handle=\"33\" object_id=\"MDC_MOC_VMO_CHAN\" Class=\"MDC_MOC_VMO_CHAN\" Physical-Channel-No=\"2\" Logical-Channel-No=\"2\" Channel-Id=\"MDC_DEV_PULS_CHAN\">\n\t\t\t\t\t<Type object_id=\"MDC_ATTR_ID_TYPE\" partition=\"nom-part-obj\" code=\"MDC_DEV_PULS_CHAN\"/>\n\t\t\t\t\t<Channel-Status chan-standby=\"true\"/> \n\t\t\t\t\t<Numeric Handle=\"333\" object_id=\"MDC_MOC_VMO_METRIC_NU\" Class=\"MDC_MOC_VMO_METRIC_NU\" Nu-Measure-Resolution=\"0\" Metric-Id=\"MDC_PULS_OXIM_PULS_RATE\">\n\t\t\t\t\t\t<Type object_id=\"MDC_ATTR_ID_TYPE\" partition=\"nom-part-metric\" code=\"MDC_PULS_OXIM_PULS_RATE\"/>\n\t\t\t\t\t\t<Metric-Specification object_id=\"MDC_ATTR_METRIC_SPECN\" update-period=\"8192\" category=\"auto-measurement\">\n\t\t\t\t\t\t\t<relevance rv-unspec=\"true\"/> \n\t\t\t\t\t\t\t<access upd-periodic=\"true\" acc-scan=\"true\" sc-opt-normal=\"true\"/>\n\t\t\t\t\t\t\t<structure object_id=\"NA1\" ms-comp-no=\"0\" ms-struct=\"simple\"/>\n\t\t\t\t\t\t</Metric-Specification>\n\t\t\t\t\t\t<Nu-Observed-Value object_id=\"MDC_ATTR_NU_VAL_OBS\" value=\"0\" unit-code=\"MDC_DIM_BEAT_PER_MIN\" metric-id=\"MDC_PULS_OXIM_PULS_RATE\">\n\t\t\t\t\t\t\t<state not-available=\"true\"/>\n\t\t\t\t\t\t</Nu-Observed-Value>\n\t\t\t\t\t</Numeric>\n\t\t\t\t</Channel>\n\t\t\t</VMD>\n\t\t</Simple_MDS>\n\t " ] }, "text": { "status": "generated", "div": "<div>\n\t\t\t<p>Example of a simple MDS from a pulse oximeter containment tree</p>\n\t\t</div>" }, "contained": [ { "resourceType": "Device", "id": "d1", "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/identifier-type", "code": "SNO" } ], "text": "Serial Number" }, "value": "ID 13.1" }, { "type": { "text": "Global Medical Device Nomenclature" }, "system": "urn:iso:std:iso:11073:10101", "value": "2000" } ], "type": { "coding": [ { "system": "urn:iso:std:iso:11073:10101", "code": "2000", "display": "MDC_DEV_ANALY_SAT_O2_MDS" } ] }, "manufacturer": "Center4MI", "model": "2-0-14" } ], "type": { "coding": [ { "system": "urn:iso:std:iso:11073:10101", "code": "2000", "display": "MDC_DEV_ANALY_SAT_O2_MDS" } ] }, "identifier": { "type": { "text": "Handle ID" }, "value": "0" }, "lastSystemChange": "2014-10-07T14:45:00Z", "source": { "reference": "#d1" }, "operationalStatus": [ { "coding": [ { "system": "urn:iso:std:iso:11073:10101", "code": "0", "display": "disconnected" } ] } ], "productionSpecification": [ { "specType": { "coding": [ { "code": "1", "display": "Serial number" } ] }, "productionSpec": "xa-12324-b" }, { "specType": { "coding": [ { "code": "3", "display": "Hardware version" } ] }, "productionSpec": "1.1" }, { "specType": { "coding": [ { "code": "4", "display": "Software version" } ] }, "productionSpec": "1.12" }, { "specType": { "coding": [ { "code": "5", "display": "Firmware version" } ] }, "productionSpec": "1.0.23" } ], "languageCode": { "coding": [ { "system": "http://tools.ietf.org/html/bcp47", "code": "en-US" } ] } }; var example167: fhir.DeviceComponent = { "contained": [ { "id": "d1", "identifier": [ { "type": { "coding": [ { "code": "SNO", "system": "http://hl7.org/fhir/identifier-type" } ] }, "value": "ID 13.1" }, { "system": "urn:iso:std:iso:11073:10101", "type": { "text": "Global Medical Device Nomenclature" }, "value": "2000" } ], "manufacturer": "Center4MI", "model": "2-0-14", "resourceType": "Device", "type": { "coding": [ { "code": "2000", "display": "MDC_DEV_ANALY_SAT_O2_MDS", "system": "urn:iso:std:iso:11073:10101" } ] } } ], "id": "example", "identifier": { "type": { "text": "Handle ID" }, "value": "0" }, "languageCode": { "coding": [ { "code": "en-US", "system": "http://tools.ietf.org/html/bcp47" } ] }, "lastSystemChange": "2014-10-07T14:45:00Z", "operationalStatus": [ { "coding": [ { "code": "0", "display": "disconnected", "system": "urn:iso:std:iso:11073:10101" } ] } ], "resourceType": "DeviceComponent", "source": { "reference": "#d1" }, "text": { "div": "<div>\n\t\t\t<p>Example of a simple MDS from a pulse oximeter containment tree</p>\n\t\t</div>", "status": "generated" }, "type": { "coding": [ { "code": "2000", "display": "MDC_DEV_ANALY_SAT_O2_MDS", "system": "urn:iso:std:iso:11073:10101" } ] } }; var example168: fhir.DeviceComponent = { "resourceType": "DeviceComponent", "id": "example", "_id": { "fhir_comments": [ " \n\t\t<Simple_MDS xmlns:xsd=\"http://www.w3.org/2001/XMLSchema-instance\" xsd:noNamespaceSchemaLocation=\"DIM.xsd\" Handle=\"0\" System-Id=\"ID 13.1\" Mds-Status=\"disconnected\" object_id=\"MDC_MOC_VMS_MDS_SIMP\" Class=\"MDC_MOC_VMS_MDS_SIMP\">\n\t\t\t<Nomenclature-Version object_id=\"MDC_ATTR_NOM_VERS\" nom-minor-version=\"0\">\n\t\t\t\t<nom-major-version majorVersion1=\"true\"/>\n\t\t\t</Nomenclature-Version>\n\t\t\t<System-Model object_id=\"MDC_ATTR_ID_MODEL\" manufacturer=\"Center4MI\" model-number=\"2-0-14\"/>\n\t\t\t<System-Type object_id=\"MDC_ATTR_SYS_TYPE\" partition=\"nom-part-obj\" code=\"MDC_DEV_ANALY_SAT_O2_MDS\"/>\n\t\t\t<Locale object_id=\"MDC_ATTR_LOCALE\" charset=\"ISO-10646-UCS-2\" country=\"US\" Language=\"en\"/>\n\t\t\t<VMD Handle=\"20\" object_id=\"MDC_MOC_VMO_VMD\" Class=\"MDC_MOC_VMO_VMD\">\n\t\t\t\t<Type object_id=\"MDC_ATTR_ID_TYPE\" partition=\"nom-part-obj\" code=\"MDC_DEV_ANALY_SAT_O2_VMD\"/>\n\t\t\t\t<VMD-Status vmd-standby=\"true\"/>\n\t\t\t\t<Channel Handle=\"22\" object_id=\"MDC_MOC_VMO_CHAN\" Class=\"MDC_MOC_VMO_CHAN\" Physical-Channel-No=\"1\" Logical-Channel-No=\"1\" Channel-Id=\"MDC_DEV_ANALY_SAT_O2_CHAN\">\n\t\t\t\t\t<Type object_id=\"MDC_ATTR_ID_TYPE\" partition=\"nom-part-obj\" code=\"MDC_DEV_ANALY_SAT_O2_CHAN\"/>\n\t\t\t\t\t<Channel-Status chan-standby=\"true\"/> \n\t\t\t\t\t<Numeric Handle=\"221\" object_id=\"MDC_MOC_VMO_METRIC_NU\" Class=\"MDC_MOC_VMO_METRIC_NU\" Nu-Measure-Resolution=\"0\" Metric-Id=\"MDC_PULS_OXIM_SAT_O2\">\n\t\t\t\t\t\t<Type object_id=\"MDC_ATTR_ID_TYPE\" partition=\"nom-part-metric\" code=\"MDC_PULS_OXIM_SAT_O2\"/>\n\t\t\t\t\t\t<Metric-Specification object_id=\"MDC_ATTR_METRIC_SPECN\" update-period=\"8192\" category=\"auto-measurement\">\n\t\t\t\t\t\t\t<relevance rv-unspec=\"true\"/> \n\t\t\t\t\t\t\t<access upd-periodic=\"true\" acc-scan=\"true\" sc-opt-normal=\"true\"/>\n\t\t\t\t\t\t\t<structure object_id=\"NA1\" ms-comp-no=\"0\" ms-struct=\"simple\"/>\n\t\t\t\t\t\t</Metric-Specification>\n\t\t\t\t\t\t<Nu-Observed-Value object_id=\"MDC_ATTR_NU_VAL_OBS\" value=\"0\" unit-code=\"MDC_DIM_PERCENT\" metric-id=\"MDC_PULS_OXIM_SAT_O2\">\n\t\t\t\t\t\t\t<state not-available=\"true\"/>\n\t\t\t\t\t\t</Nu-Observed-Value>\n\t\t\t\t\t</Numeric>\n\t\t\t\t\t<Numeric Handle=\"222\" object_id=\"MDC_MOC_VMO_METRIC_NU\" Class=\"MDC_MOC_VMO_METRIC_NU\" Nu-Measure-Resolution=\"0\" Metric-Id=\"MDC_BLD_PERF_INDEX\">\n\t\t\t\t\t\t<Type object_id=\"MDC_ATTR_ID_TYPE\" partition=\"nom-part-metric\" code=\"MDC_BLD_PERF_INDEX\"/>\n\t\t\t\t\t\t<Metric-Specification object_id=\"MDC_ATTR_METRIC_SPECN\" update-period=\"8192\" category=\"auto-measurement\">\n\t\t\t\t\t\t\t<relevance rv-unspec=\"true\"/> \n\t\t\t\t\t\t\t<access upd-periodic=\"true\" acc-scan=\"true\" sc-opt-normal=\"true\"/>\n\t\t\t\t\t\t\t<structure object_id=\"NA1\" ms-comp-no=\"0\" ms-struct=\"simple\"/>\n\t\t\t\t\t\t</Metric-Specification>\n\t\t\t\t\t\t<Nu-Observed-Value object_id=\"MDC_ATTR_NU_VAL_OBS\" value=\"0\" unit-code=\"MDC_DIM_MILLI_L_PER_MIN\" metric-id=\"MDC_BLD_PERF_INDEX\">\n\t\t\t\t\t\t\t<state not-available=\"true\"/>\n\t\t\t\t\t\t</Nu-Observed-Value>\n\t\t\t\t\t</Numeric>\n\t\t\t\t</Channel>\n\t\t\t\t<Channel Handle=\"33\" object_id=\"MDC_MOC_VMO_CHAN\" Class=\"MDC_MOC_VMO_CHAN\" Physical-Channel-No=\"2\" Logical-Channel-No=\"2\" Channel-Id=\"MDC_DEV_PULS_CHAN\">\n\t\t\t\t\t<Type object_id=\"MDC_ATTR_ID_TYPE\" partition=\"nom-part-obj\" code=\"MDC_DEV_PULS_CHAN\"/>\n\t\t\t\t\t<Channel-Status chan-standby=\"true\"/> \n\t\t\t\t\t<Numeric Handle=\"333\" object_id=\"MDC_MOC_VMO_METRIC_NU\" Class=\"MDC_MOC_VMO_METRIC_NU\" Nu-Measure-Resolution=\"0\" Metric-Id=\"MDC_PULS_OXIM_PULS_RATE\">\n\t\t\t\t\t\t<Type object_id=\"MDC_ATTR_ID_TYPE\" partition=\"nom-part-metric\" code=\"MDC_PULS_OXIM_PULS_RATE\"/>\n\t\t\t\t\t\t<Metric-Specification object_id=\"MDC_ATTR_METRIC_SPECN\" update-period=\"8192\" category=\"auto-measurement\">\n\t\t\t\t\t\t\t<relevance rv-unspec=\"true\"/> \n\t\t\t\t\t\t\t<access upd-periodic=\"true\" acc-scan=\"true\" sc-opt-normal=\"true\"/>\n\t\t\t\t\t\t\t<structure object_id=\"NA1\" ms-comp-no=\"0\" ms-struct=\"simple\"/>\n\t\t\t\t\t\t</Metric-Specification>\n\t\t\t\t\t\t<Nu-Observed-Value object_id=\"MDC_ATTR_NU_VAL_OBS\" value=\"0\" unit-code=\"MDC_DIM_BEAT_PER_MIN\" metric-id=\"MDC_PULS_OXIM_PULS_RATE\">\n\t\t\t\t\t\t\t<state not-available=\"true\"/>\n\t\t\t\t\t\t</Nu-Observed-Value>\n\t\t\t\t\t</Numeric>\n\t\t\t\t</Channel>\n\t\t\t</VMD>\n\t\t</Simple_MDS>\n\t " ] }, "text": { "status": "generated", "div": "<div>\n\t\t\t<p>Example of a simple MDS from a pulse oximeter containment tree</p>\n\t\t</div>" }, "contained": [ { "resourceType": "Device", "id": "d1", "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/identifier-type", "code": "SNO" } ] }, "value": "ID 13.1" }, { "type": { "text": "Global Medical Device Nomenclature" }, "system": "urn:iso:std:iso:11073:10101", "value": "2000" } ], "type": { "coding": [ { "system": "urn:iso:std:iso:11073:10101", "code": "2000", "display": "MDC_DEV_ANALY_SAT_O2_MDS" } ] }, "manufacturer": "Center4MI", "model": "2-0-14" } ], "type": { "coding": [ { "system": "urn:iso:std:iso:11073:10101", "code": "2000", "display": "MDC_DEV_ANALY_SAT_O2_MDS" } ] }, "identifier": { "type": { "text": "Handle ID" }, "value": "0" }, "lastSystemChange": "2014-10-07T14:45:00Z", "source": { "reference": "#d1" }, "operationalStatus": [ { "coding": [ { "system": "urn:iso:std:iso:11073:10101", "code": "0", "display": "disconnected" } ] } ], "languageCode": { "coding": [ { "system": "http://tools.ietf.org/html/bcp47", "code": "en-US" } ] } }; var example169: fhir.DeviceMetric = { "category": "measurement", "id": "example", "identifier": { "system": "http://goodcare.org/devicemetric/id", "value": "345675" }, "resourceType": "DeviceMetric", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><p><b>type</b>: MDC_PULS_OXIM_SAT_O2 <span>(Details : {https://rtmms.nist.gov code '150456' = '??', given as 'MDC_PULS_OXIM_SAT_O2'})</span></p><p><b>identifier</b>: 345675</p><p><b>unit</b>: MDC_DIM_PERCENT <span>(Details : {https://rtmms.nist.gov code '262688' = '??', given as 'MDC_DIM_PERCENT'})</span></p><p><b>category</b>: measurement</p></div>", "status": "generated" }, "type": { "coding": [ { "code": "150456", "display": "MDC_PULS_OXIM_SAT_O2", "system": "https://rtmms.nist.gov" } ] }, "unit": { "coding": [ { "code": "262688", "display": "MDC_DIM_PERCENT", "system": "https://rtmms.nist.gov" } ] } }; var example170: fhir.DeviceMetric = { "resourceType": "DeviceMetric", "id": "example", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><p><b>type</b>: MDC_PULS_OXIM_SAT_O2 <span>(Details : {https://rtmms.nist.gov code '150456' = '??', given as 'MDC_PULS_OXIM_SAT_O2'})</span></p><p><b>identifier</b>: 345675</p><p><b>unit</b>: MDC_DIM_PERCENT <span>(Details : {https://rtmms.nist.gov code '262688' = '??', given as 'MDC_DIM_PERCENT'})</span></p><p><b>category</b>: measurement</p></div>" }, "type": { "coding": [ { "system": "https://rtmms.nist.gov", "code": "150456", "display": "MDC_PULS_OXIM_SAT_O2" } ] }, "identifier": { "system": "http://goodcare.org/devicemetric/id", "value": "345675" }, "unit": { "coding": [ { "system": "https://rtmms.nist.gov", "code": "262688", "display": "MDC_DIM_PERCENT" } ] }, "category": "measurement" }; var example171: fhir.DeviceUseRequest = { "device": { "reference": "Device/example" }, "id": "example", "resourceType": "DeviceUseRequest", "subject": { "reference": "Patient/example" }, "text": { "div": "<div>To be filled out at a later time</div>", "status": "generated" } }; var example172: fhir.DeviceUseRequest = { "resourceType": "DeviceUseRequest", "id": "example", "text": { "status": "generated", "div": "<div>To be filled out at a later time</div>" }, "device": { "fhir_comments": [ " insert contents here " ], "reference": "Device/example" }, "subject": { "reference": "Patient/example" } }; var example173: fhir.DeviceUseStatement = { "device": { "reference": "Device/example" }, "id": "example", "resourceType": "DeviceUseStatement", "subject": { "reference": "Patient/example" }, "text": { "div": "<div>To be filled out at a later time</div>", "status": "generated" } }; var example174: fhir.DeviceUseStatement = { "resourceType": "DeviceUseStatement", "id": "example", "text": { "status": "generated", "div": "<div>To be filled out at a later time</div>" }, "device": { "fhir_comments": [ " insert contents here " ], "reference": "Device/example" }, "subject": { "reference": "Patient/example" } }; var example175: fhir.DiagnosticOrder = { "event": [ { "dateTime": "2013-05-08T09:33:27+07:00", "status": "requested" } ], "id": "di", "item": [ { "bodySite": { "coding": [ { "code": "51185008", "display": "Thoracic structure", "system": "http://snomed.info/sct" } ] }, "code": { "coding": [ { "code": "24627-2", "system": "http://loinc.org" } ], "text": "Chest CT" } } ], "orderer": { "display": "Dr. Adam Careful", "reference": "Practitioner/example" }, "reason": [ { "text": "Check for metastatic disease" } ], "resourceType": "DiagnosticOrder", "status": "requested", "subject": { "reference": "Patient/dicom" }, "text": { "div": "<div>\n\t\t\t<p>Chest CT - ordered May 8, 2013 by Dr. Adam Careful</p>\n\t\t</div>", "status": "generated" } }; var example176: fhir.DiagnosticOrder = { "resourceType": "DiagnosticOrder", "id": "di", "text": { "status": "generated", "div": "<div>\n\t\t\t<p>Chest CT - ordered May 8, 2013 by Dr. Adam Careful</p>\n\t\t</div>" }, "subject": { "reference": "Patient/dicom" }, "orderer": { "reference": "Practitioner/example", "display": "Dr. Adam Careful" }, "reason": [ { "text": "Check for metastatic disease" } ], "status": "requested", "event": [ { "status": "requested", "dateTime": "2013-05-08T09:33:27+07:00" } ], "item": [ { "code": { "coding": [ { "system": "http://loinc.org", "code": "24627-2" } ], "text": "Chest CT" }, "bodySite": { "coding": [ { "system": "http://snomed.info/sct", "code": "51185008", "display": "Thoracic structure" } ] } } ] }; var example177: fhir.DiagnosticOrder = { "contained": [ { "accessionIdentifier": { "system": "http://acme.com/labs/accession-ids", "value": "20150816-00124" }, "collection": { "collectedDateTime": "2015-08-16T06:40:17Z", "collector": { "reference": "Practitioner/f202" } }, "container": [ { "type": { "coding": [ { "code": "SST", "display": "Serum Separator Tube", "system": "http://acme.com/labs" } ] } } ], "id": "rtt", "resourceType": "Specimen", "subject": { "reference": "Patient/pat2" }, "type": { "coding": [ { "code": "119364003", "display": "Serum sample", "system": "http://snomed.info/sct" } ] } } ], "event": [ { "dateTime": "2015-08-27T09:33:27+07:00", "status": "requested" } ], "id": "ft4", "item": [ { "code": { "coding": [ { "code": "3024-7", "system": "http://loinc.org" } ], "text": "Free T4" } } ], "orderer": { "reference": "Practitioner/example" }, "resourceType": "DiagnosticOrder", "specimen": [ { "display": "Red Top Tube", "reference": "#rtt" } ], "status": "requested", "subject": { "reference": "Patient/pat2" }, "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: ft4</p><p><b>contained</b>: </p><p><b>subject</b>: <a>Patient/pat2</a></p><p><b>orderer</b>: <a>Practitioner/example</a></p><p><b>specimen</b>: Red Top Tube. Generated Summary: id: rtt; Serum sample <span>(Details : {SNOMED CT code '119364003' = '119364003', given as 'Serum sample'})</span>; Patient/pat2; 20150816-00124</p><p><b>status</b>: requested</p><h3>Events</h3><table><tr><td>-</td><td><b>Status</b></td><td><b>DateTime</b></td></tr><tr><td>*</td><td>requested</td><td>27/08/2015 9:33:27 AM</td></tr></table><h3>Items</h3><table><tr><td>-</td><td><b>Code</b></td></tr><tr><td>*</td><td>Free T4 <span>(Details : {LOINC code '3024-7' = 'Thyroxine (T4) free [Mass/volume] in Serum or Plasma)</span></td></tr></table></div>", "status": "generated" } }; var example178: fhir.DiagnosticOrder = { "resourceType": "DiagnosticOrder", "id": "ft4", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: ft4</p><p><b>contained</b>: </p><p><b>subject</b>: <a>Patient/pat2</a></p><p><b>orderer</b>: <a>Practitioner/example</a></p><p><b>specimen</b>: Red Top Tube. Generated Summary: id: rtt; Serum sample <span>(Details : {SNOMED CT code '119364003' = '119364003', given as 'Serum sample'})</span>; Patient/pat2; 20150816-00124</p><p><b>status</b>: requested</p><h3>Events</h3><table><tr><td>-</td><td><b>Status</b></td><td><b>DateTime</b></td></tr><tr><td>*</td><td>requested</td><td>27/08/2015 9:33:27 AM</td></tr></table><h3>Items</h3><table><tr><td>-</td><td><b>Code</b></td></tr><tr><td>*</td><td>Free T4 <span>(Details : {LOINC code '3024-7' = 'Thyroxine (T4) free [Mass/volume] in Serum or Plasma)</span></td></tr></table></div>" }, "contained": [ { "resourceType": "Specimen", "id": "rtt", "type": { "coding": [ { "system": "http://snomed.info/sct", "code": "119364003", "display": "Serum sample" } ] }, "subject": { "reference": "Patient/pat2" }, "accessionIdentifier": { "system": "http://acme.com/labs/accession-ids", "value": "20150816-00124" }, "collection": { "collector": { "reference": "Practitioner/f202" }, "collectedDateTime": "2015-08-16T06:40:17Z" }, "container": [ { "type": { "coding": [ { "system": "http://acme.com/labs", "code": "SST", "display": "Serum Separator Tube" } ] } } ] } ], "subject": { "reference": "Patient/pat2" }, "orderer": { "reference": "Practitioner/example" }, "specimen": [ { "reference": "#rtt", "display": "Red Top Tube" } ], "status": "requested", "event": [ { "status": "requested", "dateTime": "2015-08-27T09:33:27+07:00" } ], "item": [ { "code": { "coding": [ { "system": "http://loinc.org", "code": "3024-7" } ], "text": "Free T4" } } ] }; var example179: fhir.DiagnosticOrder = { "contained": [ { "code": { "coding": [ { "code": "49541-6", "display": "Fasting status - Reported", "system": "http://loinc.org" } ] }, "id": "fasting", "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/example" }, "valueCodeableConcept": { "coding": [ { "code": "Y", "display": "Yes", "system": "http://hl7.org/fhir/v2/0136" } ] } } ], "encounter": { "reference": "Encounter/example" }, "event": [ { "actor": { "reference": "Practitioner/example" }, "dateTime": "2013-05-02T16:16:00-07:00", "status": "requested" } ], "id": "example", "identifier": [ { "system": "urn:oid:1.3.4.5.6.7", "type": { "coding": [ { "code": "PLAC", "system": "http://hl7.org/fhir/identifier-type" } ], "text": "Placer" }, "value": "2345234234234" } ], "item": [ { "code": { "coding": [ { "code": "LIPID", "system": "http://acme.org/tests" } ], "text": "Lipid Panel" }, "specimen": [ { "reference": "Specimen/101" } ] } ], "note": [ { "text": "patient is afraid of needles" } ], "orderer": { "reference": "Practitioner/example" }, "reason": [ { "coding": [ { "code": "V173", "display": "Fam hx-ischem heart dis", "system": "http://hl7.org/fhir/sid/icd-9" } ] } ], "resourceType": "DiagnosticOrder", "status": "received", "subject": { "reference": "Patient/example" }, "supportingInformation": [ { "reference": "#fasting" } ], "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><p><b>contained</b>: </p><p><b>subject</b>: <a>Patient/example</a></p><p><b>orderer</b>: <a>Practitioner/example</a></p><p><b>identifier</b>: Placer = 2345234234234</p><p><b>encounter</b>: <a>Encounter/example</a></p><p><b>reason</b>: Fam hx-ischem heart dis <span>(Details : {ICD-9 code 'V173' = '??', given as 'Fam hx-ischem heart dis'})</span></p><p><b>supportingInformation</b>: id: fasting; status: final; Fasting status - Reported <span>(Details : {LOINC code '49541-6' = 'Fasting status - Reported', given as 'Fasting status - Reported'})</span>; Patient/example; Yes <span>(Details : {http://hl7.org/fhir/v2/0136 code 'Y' = '??', given as 'Yes'})</span></p><p><b>status</b>: received</p><h3>Events</h3><table><tr><td>-</td><td><b>Status</b></td><td><b>DateTime</b></td><td><b>Actor</b></td></tr><tr><td>*</td><td>requested</td><td>02/05/2013 4:16:00 PM</td><td><a>Practitioner/example</a></td></tr></table><h3>Items</h3><table><tr><td>-</td><td><b>Code</b></td><td><b>Specimen</b></td></tr><tr><td>*</td><td>Lipid Panel <span>(Details : {http://acme.org/tests code 'LIPID' = '??)</span></td><td><a>Specimen/101</a></td></tr></table><p><b>note</b>: patient is afraid of needles</p></div>", "status": "generated" } }; var example180: fhir.DiagnosticOrder = { "resourceType": "DiagnosticOrder", "id": "example", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><p><b>contained</b>: </p><p><b>subject</b>: <a>Patient/example</a></p><p><b>orderer</b>: <a>Practitioner/example</a></p><p><b>identifier</b>: Placer = 2345234234234</p><p><b>encounter</b>: <a>Encounter/example</a></p><p><b>reason</b>: Fam hx-ischem heart dis <span>(Details : {ICD-9 code 'V173' = '??', given as 'Fam hx-ischem heart dis'})</span></p><p><b>supportingInformation</b>: id: fasting; status: final; Fasting status - Reported <span>(Details : {LOINC code '49541-6' = 'Fasting status - Reported', given as 'Fasting status - Reported'})</span>; Patient/example; Yes <span>(Details : {http://hl7.org/fhir/v2/0136 code 'Y' = '??', given as 'Yes'})</span></p><p><b>status</b>: received</p><h3>Events</h3><table><tr><td>-</td><td><b>Status</b></td><td><b>DateTime</b></td><td><b>Actor</b></td></tr><tr><td>*</td><td>requested</td><td>02/05/2013 4:16:00 PM</td><td><a>Practitioner/example</a></td></tr></table><h3>Items</h3><table><tr><td>-</td><td><b>Code</b></td><td><b>Specimen</b></td></tr><tr><td>*</td><td>Lipid Panel <span>(Details : {http://acme.org/tests code 'LIPID' = '??)</span></td><td><a>Specimen/101</a></td></tr></table><p><b>note</b>: patient is afraid of needles</p></div>" }, "contained": [ { "resourceType": "Observation", "id": "fasting", "status": "final", "_status": { "fhir_comments": [ " the mandatory quality flag: " ] }, "code": { "coding": [ { "system": "http://loinc.org", "code": "49541-6", "display": "Fasting status - Reported" } ] }, "subject": { "reference": "Patient/example" }, "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/v2/0136", "code": "Y", "display": "Yes" } ] } } ], "subject": { "reference": "Patient/example" }, "orderer": { "reference": "Practitioner/example" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/identifier-type", "code": "PLAC" } ], "text": "Placer" }, "system": "urn:oid:1.3.4.5.6.7", "value": "2345234234234" } ], "encounter": { "reference": "Encounter/example" }, "reason": [ { "coding": [ { "system": "http://hl7.org/fhir/sid/icd-9", "code": "V173", "display": "Fam hx-ischem heart dis" } ] } ], "supportingInformation": [ { "reference": "#fasting" } ], "status": "received", "event": [ { "status": "requested", "dateTime": "2013-05-02T16:16:00-07:00", "actor": { "reference": "Practitioner/example" } } ], "item": [ { "code": { "coding": [ { "system": "http://acme.org/tests", "code": "LIPID" } ], "text": "Lipid Panel" }, "specimen": [ { "reference": "Specimen/101" } ] } ], "note": [ { "text": "patient is afraid of needles" } ] }; var example181: fhir.DiagnosticReport = { "code": { "coding": [ { "code": "38269-7", "system": "http://loinc.org" } ], "text": "DXA BONE DENSITOMETRY" }, "codedDiagnosis": [ { "coding": [ { "code": "391040000", "display": "At risk of osteoporotic fracture", "system": "http://snomed.info/sct" } ] } ], "contained": [ { "bodySite": { "coding": [ { "code": "71341001:272741003=7771000", "system": "http://snomed.info/sct" } ] }, "code": { "coding": [ { "code": "24701-5", "display": "Femur DXA Bone density", "system": "http://loinc.org" } ] }, "id": "r1", "performer": [ { "display": "Acme Imaging Diagnostics", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/pat2" }, "valueQuantity": { "code": "g/cm-2", "system": "http://unitsofmeasure.org", "unit": "g/cm²", "value": 0.887 } } ], "effectiveDateTime": "2008-06-17", "id": "102", "issued": "2008-06-18T09:23:00+10:00", "performer": { "display": "Acme Imaging Diagnostics", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "result": [ { "reference": "#r1" } ], "status": "final", "subject": { "reference": "Patient/pat2" }, "text": { "div": "<div>\n\t\t\t\n \n <h2>DXA BONE DENSITOMETRY</h2>\n\t\t\t\n \n <table>\n\t\t\t\t\n \n <tr>\n\t\t\t\t\t\n \n <td>NAME</td>\n\t\t\t\t\t\n \n <td>XXXXXXX</td>\n\t\t\t\t\n \n </tr>\n\t\t\t\t\n \n <tr>\n\t\t\t\t\t\n \n <td>DOB</td>\n\t\t\t\t\t\n \n <td>10/02/1974</td>\n\t\t\t\t\n \n </tr>\n\t\t\t\t\n \n <tr>\n\t\t\t\t\t\n \n <td>REFERRING DR</td>\n\t\t\t\t\t\n \n <td>Smith, Jane</td>\n\t\t\t\t\n \n </tr>\n\t\t\t\t\n \n <tr>\n\t\t\t\t\t\n \n <td>INDICATIONS</td>\n\t\t\t\t\t\n \n <td>Early menopause on estrogen levels. No period for 18 months</td>\n\t\t\t\t\n \n </tr>\n\t\t\t\t\n \n <tr>\n\t\t\t\t\t\n \n <td>PROCEDURE</td>\n\t\t\t\t\t\n \n <td>Dual energy x-ray absorptiometry (DEXA)</td>\n\t\t\t\t\n \n </tr>\n\t\t\t\n \n </table>\n\t\t\t\n \n <h3>Bone Mineral Density</h3>\n\t\t\t\n \n <table>\n\t\t\t\t\n \n <tr>\n\t\t\t\t\t\n \n <td>Scan Type</td>\n\t\t\t\t\t\n \n <td>Region</td>\n\t\t\t\t\t\n \n <td>Measured</td>\n\t\t\t\t\t\n \n <td>Age</td>\n\t\t\t\t\t\n \n <td>BMD</td>\n\t\t\t\t\t\n \n <td>T-Score</td>\n\t\t\t\t\t\n \n <td>Z-Score</td>\n\t\t\t\t\t\n \n <td>?BMD(g/cm2)</td>\n\t\t\t\t\t\n \n <td>?BMD(%)</td>\n\t\t\t\t\n \n </tr>\n\t\t\t\t\n \n <tr>\n\t\t\t\t\t\n \n <td>AP Spine</td>\n\t\t\t\t\t\n \n <td>L1-L4</td>\n\t\t\t\t\t\n \n <td>17/06/2008</td>\n\t\t\t\t\t\n \n <td>34.4</td>\n\t\t\t\t\t\n \n <td>1.148 g/cm²</td>\n\t\t\t\t\t\n \n <td>-0.4</td>\n\t\t\t\t\t\n \n <td>-0.5</td>\n\t\t\t\t\t\n \n <td>-</td>\n\t\t\t\t\t\n \n <td>-</td>\n\t\t\t\t\n \n </tr>\n\t\t\t\t\n \n <tr>\n\t\t\t\t\t\n \n <td>Left Femur</td>\n\t\t\t\t\t\n \n <td>Neck</td>\n\t\t\t\t\t\n \n <td>17/06/2008</td>\n\t\t\t\t\t\n \n <td>34.4</td>\n\t\t\t\t\t\n \n <td>0.891 g/cm²</td>\n\t\t\t\t\t\n \n <td>-1.0</td>\n\t\t\t\t\t\n \n <td>-0.9</td>\n\t\t\t\t\t\n \n <td>-</td>\n\t\t\t\t\t\n \n <td>-</td>\n\t\t\t\t\n \n </tr>\n\t\t\t\t\n \n <tr>\n\t\t\t\t\t\n \n <td>Left Femur</td>\n\t\t\t\t\t\n \n <td>Total</td>\n\t\t\t\t\t\n \n <td>17/06/2008</td>\n\t\t\t\t\t\n \n <td>34.4</td>\n\t\t\t\t\t\n \n <td>0.887 g/cm²</td>\n\t\t\t\t\t\n \n <td>-1.2</td>\n\t\t\t\t\t\n \n <td>-1.3</td>\n\t\t\t\t\t\n \n <td>-</td>\n\t\t\t\t\t\n \n <td>-</td>\n\t\t\t\t\n \n </tr>\n\t\t\t\t\n \n <tr>\n\t\t\t\t\t\n \n <td>Right Femur</td>\n\t\t\t\t\t\n \n <td>Neck</td>\n\t\t\t\t\t\n \n <td>17/06/2008</td>\n\t\t\t\t\t\n \n <td>34.4</td>\n\t\t\t\t\t\n \n <td>0.885 g/cm²</td>\n\t\t\t\t\t\n \n <td>-1.0</td>\n\t\t\t\t\t\n \n <td>-1.0</td>\n\t\t\t\t\t\n \n <td>-</td>\n\t\t\t\t\t\n \n <td>-</td>\n\t\t\t\t\n \n </tr>\n\t\t\t\t\n \n <tr>\n\t\t\t\t\t\n \n <td>Right Femur</td>\n\t\t\t\t\t\n \n <td>Total</td>\n\t\t\t\t\t\n \n <td>17/06/2008</td>\n\t\t\t\t\t\n \n <td>34.4</td>\n\t\t\t\t\t\n \n <td>0.867 g/cm²</td>\n\t\t\t\t\t\n \n <td>-1.4</td>\n\t\t\t\t\t\n \n <td>-1.4</td>\n\t\t\t\t\t\n \n <td>-</td>\n\t\t\t\t\t\n \n <td>-</td>\n\t\t\t\t\n \n </tr>\n\t\t\t\n \n </table>\n\t\t\t\n \n <p>Assessment:</p>\n\t\t\t\n \n <ul>\n\t\t\t\t\n \n <li>The Spine L1-L4 BMD is normal.</li>\n\t\t\t\t\n \n <li>The Left Femur Neck BMD is in the osteopenic range. Relative fracture risk is about 2.</li>\n\t\t\t\t\n \n <li>The Left Femur Total BMD is in the osteopenic range. Relative fracture risk is about 2.</li>\n\t\t\t\t\n \n <li>The Right Femur Neck BMD is in the osteopenic range. Relative fracture risk is about 2.</li>\n\t\t\t\t\n \n <li>The Right Femur Total BMD is in the osteopenic range. Relative fracture risk is about 2.</li>\n\t\t\t\n \n </ul>\n\t\t\t\n \n <p>\n\t\t\t\t\n \n <b>COMMENT</b>\n\t\t\t\n \n </p>\n\t\t\t\n \n <p>Osteopenia on measured BMD. The estimated 10-year probability of fracture based on present age, gender and measured BMD is less than 10%. This absolute fracture risk remains low. A follow-up assessment may be considered in 2 to 3 years to monitor the trend in BMD.</p>\n\t\t\t\n \n <p>Thank you for your referral. Dr Peter Ng 17/06/2008</p>\n\t\t\t\n \n <pre>\nNote:\nWHO classification of osteoporosis (WHO Technical Report Series 1994: 843)\n- Normal: T-score equal to -1.0 s.d. or higher\n- Osteopenia: T-score between -1.0 and -2.5 s.d.\n- Osteoporosis: T-score equal to -2.5 s.d. or lower\n- Severe/Established osteoporosis: Osteoporosis with one or more fragility fracture.\nT-score: The number of s.d. from the mean BMD for a gender-matched young adult population.\nZ-score: The number of s.d. from the mean BMD for an age-, weight- and gender-matched population.\nReference for 10-year probability of fracture risk: Kanis JA, Johnell O, Oden A, Dawson A, De Laet C, Jonsson B. Ten year probabilities of osteoporotic fractures according to BMD and diagnostic thresholds. Osteoporos.Int. 2001;12(12):989-995.\nGE LUNAR PRODIGY DENSITOMETER\n</pre>\n\t\t\n \n </div>", "status": "generated" } }; var example182: fhir.DiagnosticReport = { "resourceType": "DiagnosticReport", "id": "102", "text": { "status": "generated", "div": "<div>\n\t\t\t\n \n <h2>DXA BONE DENSITOMETRY</h2>\n\t\t\t\n \n <table>\n\t\t\t\t\n \n <tr>\n\t\t\t\t\t\n \n <td>NAME</td>\n\t\t\t\t\t\n \n <td>XXXXXXX</td>\n\t\t\t\t\n \n </tr>\n\t\t\t\t\n \n <tr>\n\t\t\t\t\t\n \n <td>DOB</td>\n\t\t\t\t\t\n \n <td>10/02/1974</td>\n\t\t\t\t\n \n </tr>\n\t\t\t\t\n \n <tr>\n\t\t\t\t\t\n \n <td>REFERRING DR</td>\n\t\t\t\t\t\n \n <td>Smith, Jane</td>\n\t\t\t\t\n \n </tr>\n\t\t\t\t\n \n <tr>\n\t\t\t\t\t\n \n <td>INDICATIONS</td>\n\t\t\t\t\t\n \n <td>Early menopause on estrogen levels. No period for 18 months</td>\n\t\t\t\t\n \n </tr>\n\t\t\t\t\n \n <tr>\n\t\t\t\t\t\n \n <td>PROCEDURE</td>\n\t\t\t\t\t\n \n <td>Dual energy x-ray absorptiometry (DEXA)</td>\n\t\t\t\t\n \n </tr>\n\t\t\t\n \n </table>\n\t\t\t\n \n <h3>Bone Mineral Density</h3>\n\t\t\t\n \n <table>\n\t\t\t\t\n \n <tr>\n\t\t\t\t\t\n \n <td>Scan Type</td>\n\t\t\t\t\t\n \n <td>Region</td>\n\t\t\t\t\t\n \n <td>Measured</td>\n\t\t\t\t\t\n \n <td>Age</td>\n\t\t\t\t\t\n \n <td>BMD</td>\n\t\t\t\t\t\n \n <td>T-Score</td>\n\t\t\t\t\t\n \n <td>Z-Score</td>\n\t\t\t\t\t\n \n <td>?BMD(g/cm2)</td>\n\t\t\t\t\t\n \n <td>?BMD(%)</td>\n\t\t\t\t\n \n </tr>\n\t\t\t\t\n \n <tr>\n\t\t\t\t\t\n \n <td>AP Spine</td>\n\t\t\t\t\t\n \n <td>L1-L4</td>\n\t\t\t\t\t\n \n <td>17/06/2008</td>\n\t\t\t\t\t\n \n <td>34.4</td>\n\t\t\t\t\t\n \n <td>1.148 g/cm²</td>\n\t\t\t\t\t\n \n <td>-0.4</td>\n\t\t\t\t\t\n \n <td>-0.5</td>\n\t\t\t\t\t\n \n <td>-</td>\n\t\t\t\t\t\n \n <td>-</td>\n\t\t\t\t\n \n </tr>\n\t\t\t\t\n \n <tr>\n\t\t\t\t\t\n \n <td>Left Femur</td>\n\t\t\t\t\t\n \n <td>Neck</td>\n\t\t\t\t\t\n \n <td>17/06/2008</td>\n\t\t\t\t\t\n \n <td>34.4</td>\n\t\t\t\t\t\n \n <td>0.891 g/cm²</td>\n\t\t\t\t\t\n \n <td>-1.0</td>\n\t\t\t\t\t\n \n <td>-0.9</td>\n\t\t\t\t\t\n \n <td>-</td>\n\t\t\t\t\t\n \n <td>-</td>\n\t\t\t\t\n \n </tr>\n\t\t\t\t\n \n <tr>\n\t\t\t\t\t\n \n <td>Left Femur</td>\n\t\t\t\t\t\n \n <td>Total</td>\n\t\t\t\t\t\n \n <td>17/06/2008</td>\n\t\t\t\t\t\n \n <td>34.4</td>\n\t\t\t\t\t\n \n <td>0.887 g/cm²</td>\n\t\t\t\t\t\n \n <td>-1.2</td>\n\t\t\t\t\t\n \n <td>-1.3</td>\n\t\t\t\t\t\n \n <td>-</td>\n\t\t\t\t\t\n \n <td>-</td>\n\t\t\t\t\n \n </tr>\n\t\t\t\t\n \n <tr>\n\t\t\t\t\t\n \n <td>Right Femur</td>\n\t\t\t\t\t\n \n <td>Neck</td>\n\t\t\t\t\t\n \n <td>17/06/2008</td>\n\t\t\t\t\t\n \n <td>34.4</td>\n\t\t\t\t\t\n \n <td>0.885 g/cm²</td>\n\t\t\t\t\t\n \n <td>-1.0</td>\n\t\t\t\t\t\n \n <td>-1.0</td>\n\t\t\t\t\t\n \n <td>-</td>\n\t\t\t\t\t\n \n <td>-</td>\n\t\t\t\t\n \n </tr>\n\t\t\t\t\n \n <tr>\n\t\t\t\t\t\n \n <td>Right Femur</td>\n\t\t\t\t\t\n \n <td>Total</td>\n\t\t\t\t\t\n \n <td>17/06/2008</td>\n\t\t\t\t\t\n \n <td>34.4</td>\n\t\t\t\t\t\n \n <td>0.867 g/cm²</td>\n\t\t\t\t\t\n \n <td>-1.4</td>\n\t\t\t\t\t\n \n <td>-1.4</td>\n\t\t\t\t\t\n \n <td>-</td>\n\t\t\t\t\t\n \n <td>-</td>\n\t\t\t\t\n \n </tr>\n\t\t\t\n \n </table>\n\t\t\t\n \n <p>Assessment:</p>\n\t\t\t\n \n <ul>\n\t\t\t\t\n \n <li>The Spine L1-L4 BMD is normal.</li>\n\t\t\t\t\n \n <li>The Left Femur Neck BMD is in the osteopenic range. Relative fracture risk is about 2.</li>\n\t\t\t\t\n \n <li>The Left Femur Total BMD is in the osteopenic range. Relative fracture risk is about 2.</li>\n\t\t\t\t\n \n <li>The Right Femur Neck BMD is in the osteopenic range. Relative fracture risk is about 2.</li>\n\t\t\t\t\n \n <li>The Right Femur Total BMD is in the osteopenic range. Relative fracture risk is about 2.</li>\n\t\t\t\n \n </ul>\n\t\t\t\n \n <p>\n\t\t\t\t\n \n <b>COMMENT</b>\n\t\t\t\n \n </p>\n\t\t\t\n \n <p>Osteopenia on measured BMD. The estimated 10-year probability of fracture based on present age, gender and measured BMD is less than 10%. This absolute fracture risk remains low. A follow-up assessment may be considered in 2 to 3 years to monitor the trend in BMD.</p>\n\t\t\t\n \n <p>Thank you for your referral. Dr Peter Ng 17/06/2008</p>\n\t\t\t\n \n <pre>\nNote:\nWHO classification of osteoporosis (WHO Technical Report Series 1994: 843)\n- Normal: T-score equal to -1.0 s.d. or higher\n- Osteopenia: T-score between -1.0 and -2.5 s.d.\n- Osteoporosis: T-score equal to -2.5 s.d. or lower\n- Severe/Established osteoporosis: Osteoporosis with one or more fragility fracture.\nT-score: The number of s.d. from the mean BMD for a gender-matched young adult population.\nZ-score: The number of s.d. from the mean BMD for an age-, weight- and gender-matched population.\nReference for 10-year probability of fracture risk: Kanis JA, Johnell O, Oden A, Dawson A, De Laet C, Jonsson B. Ten year probabilities of osteoporotic fractures according to BMD and diagnostic thresholds. Osteoporos.Int. 2001;12(12):989-995.\nGE LUNAR PRODIGY DENSITOMETER\n</pre>\n\t\t\n \n </div>" }, "contained": [ { "resourceType": "Observation", "id": "r1", "_id": { "fhir_comments": [ " Here is one of the measurements above encoded as an observation for example purposes. " ] }, "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "24701-5", "display": "Femur DXA Bone density" } ] }, "subject": { "reference": "Patient/pat2" }, "performer": [ { "fhir_comments": [ " well, actually. this isn't the patient, but it'll do for now " ], "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Imaging Diagnostics" } ], "valueQuantity": { "value": 0.887, "unit": "g/cm²", "system": "http://unitsofmeasure.org", "code": "g/cm-2" }, "bodySite": { "coding": [ { "system": "http://snomed.info/sct", "code": "71341001:272741003=7771000" } ] } } ], "status": "final", "code": { "fhir_comments": [ " femur, laterality = left ", " first, various administrative/context stuff " ], "coding": [ { "system": "http://loinc.org", "code": "38269-7" } ], "text": "DXA BONE DENSITOMETRY" }, "subject": { "reference": "Patient/pat2" }, "effectiveDateTime": "2008-06-17", "issued": "2008-06-18T09:23:00+10:00", "_issued": { "fhir_comments": [ " all this report is final " ] }, "performer": { "fhir_comments": [ " well, actually. this isn't the patient, but it'll do for now " ], "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Imaging Diagnostics" }, "result": [ { "reference": "#r1" } ], "codedDiagnosis": [ { "fhir_comments": [ " the imaging service marks this to help find categories of patient " ], "coding": [ { "system": "http://snomed.info/sct", "code": "391040000", "display": "At risk of osteoporotic fracture" } ] } ] }; var example183: fhir.DiagnosticReport = { "category": { "coding": [ { "code": "252275004", "display": "Haematology test", "system": "http://snomed.info/sct" }, { "code": "HM", "system": "http://hl7.org/fhir/v2/0074" } ] }, "code": { "coding": [ { "code": "58410-2", "display": "Complete blood count (hemogram) panel - Blood by Automated count", "system": "http://loinc.org" } ] }, "conclusion": "Core lab", "contained": [ { "encounter": { "reference": "Encounter/f001" }, "id": "req", "identifier": [ { "system": "http://www.bmc.nl/zorgportal/identifiers/labresults", "use": "official", "value": "L2381" } ], "item": [ { "bodySite": { "coding": [ { "code": "14975008", "display": "Forearm structure", "system": "http://snomed.info/sct" } ] }, "code": { "coding": [ { "code": "58410-2", "display": "Complete blood count (hemogram) panel - Blood by Automated count", "system": "http://loinc.org" } ] } } ], "orderer": { "display": "E.van den Broek", "reference": "Practitioner/f001" }, "reason": [ { "text": "patient almost fainted during procedure" } ], "resourceType": "DiagnosticOrder", "subject": { "display": "P. van den Heuvel", "reference": "Patient/f001" } } ], "effectiveDateTime": "2013-04-02", "id": "f001", "identifier": [ { "system": "http://www.bmc.nl/zorgportal/identifiers/reports", "use": "official", "value": "nr1239044" } ], "issued": "2013-05-15T19:32:52+01:00", "performer": { "display": "Burgers University Medical Centre", "reference": "Organization/f001" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "result": [ { "reference": "Observation/f001" }, { "reference": "Observation/f002" }, { "reference": "Observation/f003" }, { "reference": "Observation/f004" }, { "reference": "Observation/f005" } ], "status": "final", "subject": { "display": "P. van den Heuvel", "reference": "Patient/f001" }, "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f001</p><p><b>contained</b>: </p><p><b>identifier</b>: nr1239044 (OFFICIAL)</p><p><b>status</b>: final</p><p><b>category</b>: Haematology test <span>(Details : {SNOMED CT code '252275004' = '252275004', given as 'Haematology test'}; {http://hl7.org/fhir/v2/0074 code 'HM' = 'Hematology)</span></p><p><b>code</b>: Complete blood count (hemogram) panel - Blood by Automated count <span>(Details : {LOINC code '58410-2' = 'Complete blood count (hemogram) panel - Blood by Automated count', given as 'Complete blood count (hemogram) panel - Blood by Automated count'})</span></p><p><b>subject</b>: <a>P. van den Heuvel</a></p><p><b>effective</b>: 02/04/2013</p><p><b>issued</b>: 15/05/2013 7:32:52 PM</p><p><b>performer</b>: <a>Burgers University Medical Centre</a></p><p><b>request</b>: id: req; P. van den Heuvel; L2381 (OFFICIAL); patient almost fainted during procedure <span>(Details )</span></p><p><b>result</b>: </p><ul><li><a>Observation/f001</a></li><li><a>Observation/f002</a></li><li><a>Observation/f003</a></li><li><a>Observation/f004</a></li><li><a>Observation/f005</a></li></ul><p><b>conclusion</b>: Core lab</p></div>", "status": "generated" } }; var example184: fhir.DiagnosticReport = { "resourceType": "DiagnosticReport", "id": "f001", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f001</p><p><b>contained</b>: </p><p><b>identifier</b>: nr1239044 (OFFICIAL)</p><p><b>status</b>: final</p><p><b>category</b>: Haematology test <span>(Details : {SNOMED CT code '252275004' = '252275004', given as 'Haematology test'}; {http://hl7.org/fhir/v2/0074 code 'HM' = 'Hematology)</span></p><p><b>code</b>: Complete blood count (hemogram) panel - Blood by Automated count <span>(Details : {LOINC code '58410-2' = 'Complete blood count (hemogram) panel - Blood by Automated count', given as 'Complete blood count (hemogram) panel - Blood by Automated count'})</span></p><p><b>subject</b>: <a>P. van den Heuvel</a></p><p><b>effective</b>: 02/04/2013</p><p><b>issued</b>: 15/05/2013 7:32:52 PM</p><p><b>performer</b>: <a>Burgers University Medical Centre</a></p><p><b>request</b>: id: req; P. van den Heuvel; L2381 (OFFICIAL); patient almost fainted during procedure <span>(Details )</span></p><p><b>result</b>: </p><ul><li><a>Observation/f001</a></li><li><a>Observation/f002</a></li><li><a>Observation/f003</a></li><li><a>Observation/f004</a></li><li><a>Observation/f005</a></li></ul><p><b>conclusion</b>: Core lab</p></div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/f001", "display": "P. van den Heuvel" }, "orderer": { "reference": "Practitioner/f001", "display": "E.van den Broek" }, "identifier": [ { "use": "official", "system": "http://www.bmc.nl/zorgportal/identifiers/labresults", "value": "L2381" } ], "encounter": { "fhir_comments": [ " TODO Correcte verwijzing " ], "reference": "Encounter/f001" }, "reason": [ { "text": "patient almost fainted during procedure" } ], "item": [ { "code": { "coding": [ { "system": "http://loinc.org", "code": "58410-2", "_code": { "fhir_comments": [ " LOINC " ] }, "display": "Complete blood count (hemogram) panel - Blood by Automated count" } ] }, "bodySite": { "coding": [ { "system": "http://snomed.info/sct", "code": "14975008", "display": "Forearm structure" } ] } } ] } ], "identifier": [ { "use": "official", "system": "http://www.bmc.nl/zorgportal/identifiers/reports", "value": "nr1239044" } ], "status": "final", "category": { "coding": [ { "system": "http://snomed.info/sct", "code": "252275004", "display": "Haematology test" }, { "system": "http://hl7.org/fhir/v2/0074", "code": "HM" } ] }, "code": { "coding": [ { "system": "http://loinc.org", "code": "58410-2", "display": "Complete blood count (hemogram) panel - Blood by Automated count" } ] }, "subject": { "fhir_comments": [ " ISO 8601 " ], "reference": "Patient/f001", "display": "P. van den Heuvel" }, "effectiveDateTime": "2013-04-02", "issued": "2013-05-15T19:32:52+01:00", "_issued": { "fhir_comments": [ " OID: 2.16.840.1.113883.4.642.1.7 " ] }, "performer": { "reference": "Organization/f001", "display": "Burgers University Medical Centre" }, "request": [ { "reference": "#req" } ], "result": [ { "reference": "Observation/f001" }, { "reference": "Observation/f002" }, { "reference": "Observation/f003" }, { "reference": "Observation/f004" }, { "reference": "Observation/f005" } ], "conclusion": "Core lab" }; var example185: fhir.DiagnosticReport = { "category": { "coding": [ { "code": "394914008", "display": "Radiology", "system": "http://snomed.info/sct" }, { "code": "RAD", "system": "http://hl7.org/fhir/v2/0074" } ] }, "code": { "coding": [ { "code": "429858000", "display": "Computed tomography (CT) of head and neck", "system": "http://snomed.info/sct" } ], "text": "CT of head-neck" }, "codedDiagnosis": [ { "coding": [ { "code": "188340000", "display": "Malignant tumor of craniopharyngeal duct", "system": "http://snomed.info/sct" } ] } ], "conclusion": "CT brains: large tumor sphenoid/clivus.", "effectiveDateTime": "2012-12-01T12:00:00+01:00", "id": "f201", "imagingStudy": [ { "display": "HEAD and NECK CT DICOM imaging study" } ], "issued": "2012-12-01T12:00:00+01:00", "performer": { "display": "Blijdorp MC", "reference": "Organization/f203" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "display": "Roel", "reference": "Patient/f201" }, "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f201</p><p><b>status</b>: final</p><p><b>category</b>: Radiology <span>(Details : {SNOMED CT code '394914008' = '394914008', given as 'Radiology'}; {http://hl7.org/fhir/v2/0074 code 'RAD' = 'Radiology)</span></p><p><b>code</b>: CT of head-neck <span>(Details : {SNOMED CT code '429858000' = '429858000', given as 'Computed tomography (CT) of head and neck'})</span></p><p><b>subject</b>: <a>Roel</a></p><p><b>effective</b>: 01/12/2012 12:00:00 PM</p><p><b>issued</b>: 01/12/2012 12:00:00 PM</p><p><b>performer</b>: <a>Blijdorp MC</a></p><p><b>imagingStudy</b>: HEAD and NECK CT DICOM imaging study</p><p><b>conclusion</b>: CT brains: large tumor sphenoid/clivus.</p><p><b>codedDiagnosis</b>: Malignant tumor of craniopharyngeal duct <span>(Details : {SNOMED CT code '188340000' = '188340000', given as 'Malignant tumor of craniopharyngeal duct'})</span></p></div>", "status": "generated" } }; var example186: fhir.DiagnosticReport = { "resourceType": "DiagnosticReport", "id": "f201", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f201</p><p><b>status</b>: final</p><p><b>category</b>: Radiology <span>(Details : {SNOMED CT code '394914008' = '394914008', given as 'Radiology'}; {http://hl7.org/fhir/v2/0074 code 'RAD' = 'Radiology)</span></p><p><b>code</b>: CT of head-neck <span>(Details : {SNOMED CT code '429858000' = '429858000', given as 'Computed tomography (CT) of head and neck'})</span></p><p><b>subject</b>: <a>Roel</a></p><p><b>effective</b>: 01/12/2012 12:00:00 PM</p><p><b>issued</b>: 01/12/2012 12:00:00 PM</p><p><b>performer</b>: <a>Blijdorp MC</a></p><p><b>imagingStudy</b>: HEAD and NECK CT DICOM imaging study</p><p><b>conclusion</b>: CT brains: large tumor sphenoid/clivus.</p><p><b>codedDiagnosis</b>: Malignant tumor of craniopharyngeal duct <span>(Details : {SNOMED CT code '188340000' = '188340000', given as 'Malignant tumor of craniopharyngeal duct'})</span></p></div>" }, "status": "final", "category": { "fhir_comments": [ " No identifier or request details were available " ], "coding": [ { "fhir_comments": [ " The request was honored by the Department of Radiology " ], "system": "http://snomed.info/sct", "code": "394914008", "display": "Radiology" }, { "system": "http://hl7.org/fhir/v2/0074", "code": "RAD" } ] }, "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "429858000", "display": "Computed tomography (CT) of head and neck" } ], "text": "CT of head-neck" }, "subject": { "reference": "Patient/f201", "display": "Roel" }, "effectiveDateTime": "2012-12-01T12:00:00+01:00", "issued": "2012-12-01T12:00:00+01:00", "performer": { "reference": "Organization/f203", "display": "Blijdorp MC" }, "imagingStudy": [ { "fhir_comments": [ " The actual CT imagenot available - following reference used to demonstrate the usage of the element " ], "display": "HEAD and NECK CT DICOM imaging study" } ], "conclusion": "CT brains: large tumor sphenoid/clivus.", "codedDiagnosis": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "188340000", "display": "Malignant tumor of craniopharyngeal duct" } ] } ] }; var example187: fhir.DiagnosticReport = { "category": { "coding": [ { "code": "15220000", "display": "Laboratory test", "system": "http://snomed.info/sct" }, { "code": "LAB", "system": "http://hl7.org/fhir/v2/0074" } ] }, "code": { "coding": [ { "code": "104177005", "display": "Blood culture for bacteria, including anaerobic screen", "system": "http://snomed.info/sct" } ] }, "codedDiagnosis": [ { "coding": [ { "code": "428763004", "display": "Bacteremia due to staphylococcus", "system": "http://snomed.info/sct" } ] } ], "conclusion": "Blood culture tested positive on staphylococcus aureus", "contained": [ { "encounter": { "display": "Roel's encounter on March eleventh 2013", "reference": "Encounter/f203" }, "id": "req", "orderer": { "display": "Dokter Bronsig", "reference": "Practitioner/f201" }, "resourceType": "DiagnosticOrder", "subject": { "display": "Roel", "reference": "Patient/f201" } } ], "effectiveDateTime": "2013-03-11T03:45:00+01:00", "id": "f202", "issued": "2013-03-11T10:28:00+01:00", "performer": { "display": "AUMC", "reference": "Organization/f201" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "result": [ { "display": "Results for staphylococcus analysis on Roel's blood culture", "reference": "Observation/f206" } ], "status": "final", "subject": { "display": "Roel", "reference": "Patient/f201" }, "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f202</p><p><b>contained</b>: </p><p><b>status</b>: final</p><p><b>category</b>: Laboratory test <span>(Details : {SNOMED CT code '15220000' = '15220000', given as 'Laboratory test'}; {http://hl7.org/fhir/v2/0074 code 'LAB' = 'Laboratory)</span></p><p><b>code</b>: Blood culture for bacteria, including anaerobic screen <span>(Details : {SNOMED CT code '104177005' = '104177005', given as 'Blood culture for bacteria, including anaerobic screen'})</span></p><p><b>subject</b>: <a>Roel</a></p><p><b>effective</b>: 11/03/2013 3:45:00 AM</p><p><b>issued</b>: 11/03/2013 10:28:00 AM</p><p><b>performer</b>: <a>AUMC</a></p><p><b>request</b>: id: req; Roel</p><p><b>result</b>: <a>Results for staphylococcus analysis on Roel's blood culture</a></p><p><b>conclusion</b>: Blood culture tested positive on staphylococcus aureus</p><p><b>codedDiagnosis</b>: Bacteremia due to staphylococcus <span>(Details : {SNOMED CT code '428763004' = '428763004', given as 'Bacteremia due to staphylococcus'})</span></p></div>", "status": "generated" } }; var example188: fhir.DiagnosticReport = { "resourceType": "DiagnosticReport", "id": "f202", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f202</p><p><b>contained</b>: </p><p><b>status</b>: final</p><p><b>category</b>: Laboratory test <span>(Details : {SNOMED CT code '15220000' = '15220000', given as 'Laboratory test'}; {http://hl7.org/fhir/v2/0074 code 'LAB' = 'Laboratory)</span></p><p><b>code</b>: Blood culture for bacteria, including anaerobic screen <span>(Details : {SNOMED CT code '104177005' = '104177005', given as 'Blood culture for bacteria, including anaerobic screen'})</span></p><p><b>subject</b>: <a>Roel</a></p><p><b>effective</b>: 11/03/2013 3:45:00 AM</p><p><b>issued</b>: 11/03/2013 10:28:00 AM</p><p><b>performer</b>: <a>AUMC</a></p><p><b>request</b>: id: req; Roel</p><p><b>result</b>: <a>Results for staphylococcus analysis on Roel's blood culture</a></p><p><b>conclusion</b>: Blood culture tested positive on staphylococcus aureus</p><p><b>codedDiagnosis</b>: Bacteremia due to staphylococcus <span>(Details : {SNOMED CT code '428763004' = '428763004', given as 'Bacteremia due to staphylococcus'})</span></p></div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/f201", "display": "Roel" }, "orderer": { "reference": "Practitioner/f201", "display": "Dokter Bronsig" }, "encounter": { "reference": "Encounter/f203", "display": "Roel's encounter on March eleventh 2013" } } ], "status": "final", "category": { "coding": [ { "fhir_comments": [ " Lab test " ], "system": "http://snomed.info/sct", "code": "15220000", "display": "Laboratory test" }, { "system": "http://hl7.org/fhir/v2/0074", "code": "LAB" } ] }, "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "104177005", "display": "Blood culture for bacteria, including anaerobic screen" } ] }, "subject": { "reference": "Patient/f201", "display": "Roel" }, "effectiveDateTime": "2013-03-11T03:45:00+01:00", "issued": "2013-03-11T10:28:00+01:00", "performer": { "reference": "Organization/f201", "display": "AUMC" }, "request": [ { "fhir_comments": [ " No identifier was available " ], "reference": "#req" } ], "result": [ { "reference": "Observation/f206", "display": "Results for staphylococcus analysis on Roel's blood culture" } ], "conclusion": "Blood culture tested positive on staphylococcus aureus", "codedDiagnosis": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "428763004", "display": "Bacteremia due to staphylococcus" } ] } ] }; var example189: fhir.DiagnosticReport = { "code": { "coding": [ { "code": "GHP", "display": "General Health Profile", "system": "http://acme.com/labs/reports" } ] }, "contained": [ { "accessionIdentifier": { "system": "http://acme.com/labs/accession-ids", "value": "20150816-00124" }, "collection": { "collectedDateTime": "2015-08-16T06:40:17Z", "collector": { "reference": "Practitioner/f202" } }, "container": [ { "type": { "coding": [ { "code": "SST", "display": "Serum Separator Tube", "system": "http://acme.com/labs" } ] } } ], "id": "rtt", "resourceType": "Specimen", "subject": { "reference": "Patient/pat2" }, "type": { "coding": [ { "code": "119364003", "display": "Serum sample", "system": "http://snomed.info/sct" } ] } }, { "accessionIdentifier": { "system": "http://acme.com/labs/accession-ids", "value": "20150816-00124" }, "collection": { "collectedDateTime": "2015-08-16T06:40:17Z", "collector": { "reference": "Practitioner/f202" } }, "container": [ { "type": { "coding": [ { "code": "LTT", "display": "Lavender Top Tube", "system": "http://acme.com/labs" } ] } } ], "id": "ltt", "resourceType": "Specimen", "subject": { "reference": "Patient/pat2" }, "type": { "coding": [ { "code": "445295009", "display": "Blood specimen with EDTA", "system": "http://snomed.info/sct" } ] } }, { "accessionIdentifier": { "system": "http://acme.com/labs/accession-ids", "value": "20150816-00124" }, "collection": { "collectedDateTime": "2015-08-16T06:40:17Z", "collector": { "reference": "Practitioner/f202" } }, "container": [ { "type": { "coding": [ { "code": "UCUP", "display": "100mL sterile cup", "system": "http://acme.com/labs" } ] } } ], "id": "urine", "resourceType": "Specimen", "subject": { "reference": "Patient/pat2" }, "type": { "coding": [ { "code": "122575003", "display": "Urine specimen", "system": "http://snomed.info/sct" } ] } }, { "code": { "coding": [ { "code": "58410-2", "display": "Complete blood count (hemogram) panel - Blood by Automated count", "system": "http://loinc.org" } ] }, "effectiveDateTime": "2015-08-16T06:40:17Z", "id": "p2", "issued": "2015-08-17T06:40:17Z", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "related": [ { "target": { "reference": "#r1" }, "type": "has-member" }, { "target": { "reference": "#r2" }, "type": "has-member" }, { "target": { "reference": "#r3" }, "type": "has-member" }, { "target": { "reference": "#r4" }, "type": "has-member" }, { "target": { "reference": "#r5" }, "type": "has-member" }, { "target": { "reference": "#r6" }, "type": "has-member" }, { "target": { "reference": "#r7" }, "type": "has-member" }, { "target": { "reference": "#r8" }, "type": "has-member" }, { "target": { "reference": "#r9" }, "type": "has-member" }, { "target": { "reference": "#r10" }, "type": "has-member" }, { "target": { "reference": "#r11" }, "type": "has-member" }, { "target": { "reference": "#r12" }, "type": "has-member" }, { "target": { "reference": "#r13" }, "type": "has-member" }, { "target": { "reference": "#r14" }, "type": "has-member" }, { "target": { "reference": "#r15" }, "type": "has-member" }, { "target": { "reference": "#r16" }, "type": "has-member" }, { "target": { "reference": "#r17" }, "type": "has-member" } ], "resourceType": "Observation", "specimen": { "display": "Lavender Top Tube", "reference": "#ltt" }, "status": "final" }, { "code": { "coding": [ { "code": "718-7", "display": "Hemoglobin [Mass/volume] in Blood", "system": "http://loinc.org" } ], "text": "Haemoglobin" }, "id": "r1", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "code": "g/L", "system": "http://unitsofmeasure.org", "unit": "g/L", "value": 180 }, "low": { "code": "g/L", "system": "http://unitsofmeasure.org", "unit": "g/L", "value": 135 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/pat2" }, "valueQuantity": { "code": "g/L", "system": "http://unitsofmeasure.org", "unit": "g/L", "value": 176 } }, { "code": { "coding": [ { "code": "789-8", "display": "Erythrocytes [#/volume] in Blood by Automated count", "system": "http://loinc.org" } ], "text": "Red Cell Count" }, "id": "r2", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "code": "10*12/L", "system": "http://unitsofmeasure.org", "unit": "x10*12/L", "value": 6 }, "low": { "code": "10*12/L", "system": "http://unitsofmeasure.org", "unit": "x10*12/L", "value": 4.2 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/pat2" }, "valueQuantity": { "code": "10*12/L", "system": "http://unitsofmeasure.org", "unit": "x10*12/L", "value": 5.9 } }, { "code": { "coding": [ { "code": "4544-3", "display": "Hematocrit [Volume Fraction] of Blood by Automated count", "system": "http://loinc.org" } ], "text": "Haematocrit" }, "id": "r3", "interpretation": { "coding": [ { "code": "H", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "%", "value": 52 }, "low": { "unit": "%", "value": 38 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/pat2" }, "valueQuantity": { "unit": "%", "value": 55 } }, { "code": { "coding": [ { "code": "787-2", "display": "Erythrocyte mean corpuscular volume [Entitic volume] by Automated count", "system": "http://loinc.org" } ], "text": "Mean Cell Volume" }, "id": "r4", "interpretation": { "coding": [ { "code": "H", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "code": "fL", "system": "http://unitsofmeasure.org", "unit": "fL", "value": 98 }, "low": { "code": "fL", "system": "http://unitsofmeasure.org", "unit": "fL", "value": 80 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/pat2" }, "valueQuantity": { "code": "fL", "system": "http://unitsofmeasure.org", "unit": "fL", "value": 99 } }, { "code": { "coding": [ { "code": "785-6", "display": "Erythrocyte mean corpuscular hemoglobin [Entitic mass] by Automated count", "system": "http://loinc.org" } ], "text": "Mean Cell Haemoglobin" }, "id": "r5", "interpretation": { "coding": [ { "code": "H", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "code": "pg", "system": "http://unitsofmeasure.org", "unit": "pg", "value": 35 }, "low": { "code": "pg", "system": "http://unitsofmeasure.org", "unit": "pg", "value": 27 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/pat2" }, "valueQuantity": { "code": "pg", "system": "http://unitsofmeasure.org", "unit": "pg", "value": 36 } }, { "code": { "coding": [ { "code": "777-3", "display": "Platelets [#/volume] in Blood by Automated count", "system": "http://loinc.org" } ], "text": "Platelet Count" }, "id": "r6", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "code": "10*9/L", "system": "http://unitsofmeasure.org", "unit": "x10*9/L", "value": 450 }, "low": { "code": "10*9/L", "system": "http://unitsofmeasure.org", "unit": "x10*9/L", "value": 150 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/pat2" }, "valueQuantity": { "code": "10*9/L", "system": "http://unitsofmeasure.org", "unit": "x10*9/L", "value": 444 } }, { "code": { "coding": [ { "code": "6690-2", "display": "Leukocytes [#/volume] in Blood by Automated count", "system": "http://loinc.org" } ], "text": "White Cell Count" }, "id": "r7", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "code": "10*9/L", "system": "http://unitsofmeasure.org", "unit": "x10*9/L", "value": 11 }, "low": { "code": "10*9/L", "system": "http://unitsofmeasure.org", "unit": "x10*9/L", "value": 4 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/pat2" }, "valueQuantity": { "code": "10*9/L", "system": "http://unitsofmeasure.org", "unit": "x10*9/L", "value": 4.6 } }, { "code": { "coding": [ { "code": "770-8", "display": "Neutrophils/100 leukocytes in Blood by Automated count", "system": "http://loinc.org" } ], "text": "Neutrophils" }, "id": "r8", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/pat2" }, "valueQuantity": { "code": "%", "system": "http://unitsofmeasure.org", "unit": "%", "value": 20 } }, { "code": { "coding": [ { "code": "751-8", "display": "Neutrophils [#/volume] in Blood by Automated count", "system": "http://loinc.org" } ], "text": "Neutrophils" }, "id": "r9", "interpretation": { "coding": [ { "code": "LL", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "code": "10*9/L", "system": "http://unitsofmeasure.org", "unit": "x10*9/L", "value": 7.5 }, "low": { "code": "10*9/L", "system": "http://unitsofmeasure.org", "unit": "x10*9/L", "value": 2 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/pat2" }, "valueQuantity": { "code": "10*9/L", "system": "http://unitsofmeasure.org", "unit": "x10*9/L", "value": 0.9 } }, { "code": { "coding": [ { "code": "736-9", "display": "Lymphocytes/100 leukocytes in Blood by Automated count", "system": "http://loinc.org" } ], "text": "Lymphocytes" }, "id": "r10", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/pat2" }, "valueQuantity": { "code": "%", "system": "http://unitsofmeasure.org", "unit": "%", "value": 20 } }, { "code": { "coding": [ { "code": "731-0", "display": "Lymphocytes [#/volume] in Blood by Automated count", "system": "http://loinc.org" } ], "text": "Lymphocytes" }, "id": "r11", "interpretation": { "coding": [ { "code": "L", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "code": "10*9/L", "system": "http://unitsofmeasure.org", "unit": "x10*9/L", "value": 4 }, "low": { "code": "10*9/L", "system": "http://unitsofmeasure.org", "unit": "x10*9/L", "value": 1.1 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/pat2" }, "valueQuantity": { "code": "10*9/L", "system": "http://unitsofmeasure.org", "unit": "x10*9/L", "value": 0.9 } }, { "code": { "coding": [ { "code": "5905-5", "display": "Monocytes/100 leukocytes in Blood by Automated count", "system": "http://loinc.org" } ], "text": "Monocytes" }, "id": "r12", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/pat2" }, "valueQuantity": { "code": "%", "system": "http://unitsofmeasure.org", "unit": "%", "value": 20 } }, { "code": { "coding": [ { "code": "742-7", "display": "Monocytes [#/volume] in Blood by Automated count", "system": "http://loinc.org" } ], "text": "Monocytes" }, "id": "r13", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "code": "10*9/L", "system": "http://unitsofmeasure.org", "unit": "x10*9/L", "value": 1 }, "low": { "code": "10*9/L", "system": "http://unitsofmeasure.org", "unit": "x10*9/L", "value": 0.2 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/pat2" }, "valueQuantity": { "code": "10*9/L", "system": "http://unitsofmeasure.org", "unit": "x10*9/L", "value": 0.9 } }, { "code": { "coding": [ { "code": "713-8", "display": "Eosinophils/100 leukocytes in Blood by Automated count", "system": "http://loinc.org" } ], "text": "Eosinophils" }, "id": "r14", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/pat2" }, "valueQuantity": { "code": "%", "system": "http://unitsofmeasure.org", "unit": "%", "value": 20 } }, { "code": { "coding": [ { "code": "711-2", "display": "Eosinophils [#/volume] in Blood by Automated count", "system": "http://loinc.org" } ], "text": "Eosinophils" }, "id": "r15", "interpretation": { "coding": [ { "code": "HH", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "code": "10*9/L", "system": "http://unitsofmeasure.org", "unit": "x10*9/L", "value": 0.4 }, "low": { "code": "10*9/L", "system": "http://unitsofmeasure.org", "unit": "x10*9/L", "value": 0.04 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/pat2" }, "valueQuantity": { "code": "10*9/L", "system": "http://unitsofmeasure.org", "unit": "x10*9/L", "value": 0.92 } }, { "code": { "coding": [ { "code": "706-2", "display": "Basophils/100 leukocytes in Blood by Automated count", "system": "http://loinc.org" } ], "text": "Basophils" }, "id": "r16", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/pat2" }, "valueQuantity": { "code": "%", "system": "http://unitsofmeasure.org", "unit": "%", "value": 20 } }, { "code": { "coding": [ { "code": "704-7", "display": "Basophils [#/volume] in Blood by Automated count", "system": "http://loinc.org" } ], "text": "Basophils" }, "id": "r17", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "code": "10*9/L", "system": "http://unitsofmeasure.org", "unit": "x10*9/L", "value": 0.21 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/pat2" }, "valueQuantity": { "code": "10*9/L", "system": "http://unitsofmeasure.org", "unit": "x10*9/L", "value": 0.92 } }, { "code": { "coding": [ { "code": "24323-8", "display": "Comprehensive metabolic 2000 panel - Serum or Plasma", "system": "http://loinc.org" } ] }, "effectiveDateTime": "2015-08-16T06:40:17Z", "id": "p1", "issued": "2015-08-17T06:40:17Z", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "related": [ { "target": { "reference": "#o1" }, "type": "has-member" }, { "target": { "reference": "#o2" }, "type": "has-member" }, { "target": { "reference": "#o3" }, "type": "has-member" }, { "target": { "reference": "#o4" }, "type": "has-member" }, { "target": { "reference": "#o5" }, "type": "has-member" }, { "target": { "reference": "#o6" }, "type": "has-member" }, { "target": { "reference": "#o7" }, "type": "has-member" }, { "target": { "reference": "#o8" }, "type": "has-member" }, { "target": { "reference": "#o9" }, "type": "has-member" }, { "target": { "reference": "#o10" }, "type": "has-member" }, { "target": { "reference": "#o11" }, "type": "has-member" }, { "target": { "reference": "#o12" }, "type": "has-member" }, { "target": { "reference": "#o13" }, "type": "has-member" }, { "target": { "reference": "#o14" }, "type": "has-member" }, { "target": { "reference": "#o15" }, "type": "has-member" }, { "target": { "reference": "#o16" }, "type": "has-member" }, { "target": { "reference": "#o17" }, "type": "has-member" }, { "target": { "reference": "#o18" }, "type": "has-member" }, { "target": { "reference": "#o19" }, "type": "has-member" }, { "target": { "reference": "#o20" }, "type": "has-member" }, { "target": { "reference": "#o21" }, "type": "has-member" }, { "target": { "reference": "#o22" }, "type": "has-member" } ], "resourceType": "Observation", "specimen": { "display": "Red Top Tube", "reference": "#rtt" }, "status": "final" }, { "code": { "coding": [ { "code": "2951-2", "display": "Sodium [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "104934005", "system": "http://snomed.info/sct" } ] }, "id": "o1", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 147 }, "low": { "unit": "mmol/L", "value": 137 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/pat2" }, "valueQuantity": { "unit": "mmol/L", "value": 140 } }, { "code": { "coding": [ { "code": "2823-3", "display": "Potassium [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "59573005", "system": "http://snomed.info/sct" } ] }, "id": "o2", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 5 }, "low": { "unit": "mmol/L", "value": 3.5 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/pat2" }, "valueQuantity": { "unit": "mmol/L", "value": 4.2 } }, { "code": { "coding": [ { "code": "2075-0", "display": "Chloride [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "46511006", "system": "http://snomed.info/sct" } ] }, "id": "o3", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 109 }, "low": { "unit": "mmol/L", "value": 96 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/pat2" }, "valueQuantity": { "unit": "mmol/L", "value": 105 } }, { "code": { "coding": [ { "code": "1963-8", "display": "Bicarbonate [Moles/volume] in Serum", "system": "http://loinc.org" }, { "code": "88645003", "system": "http://snomed.info/sct" } ] }, "id": "o4", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 33 }, "low": { "unit": "mmol/L", "value": 25 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/pat2" }, "valueQuantity": { "unit": "mmol/L", "value": 26 } }, { "code": { "coding": [ { "code": "1863-0", "display": "Anion gap 4 in Serum or Plasma", "system": "http://loinc.org" }, { "code": "271057005", "system": "http://snomed.info/sct" } ] }, "id": "o5", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 17 }, "low": { "unit": "mmol/L", "value": 4 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/pat2" }, "valueQuantity": { "unit": "mmol/L", "value": 13 } }, { "code": { "coding": [ { "code": "14749-6", "display": "Glucose [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "36048009", "system": "http://snomed.info/sct" } ] }, "id": "o6", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 7.7 }, "low": { "unit": "mmol/L", "value": 3 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/pat2" }, "valueQuantity": { "unit": "mmol/L", "value": 7.4 } }, { "code": { "coding": [ { "code": "14937-7", "display": "Urea nitrogen [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "273967009", "system": "http://snomed.info/sct" } ] }, "id": "o7", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 7 }, "low": { "unit": "mmol/L", "value": 2 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/pat2" }, "valueQuantity": { "unit": "mmol/L", "value": 4.7 } }, { "code": { "coding": [ { "code": "14682-9", "display": "Creatinine [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "70901006", "system": "http://snomed.info/sct" } ] }, "id": "o8", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 0.11 }, "low": { "unit": "mmol/L", "value": 0.04 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/pat2" }, "valueQuantity": { "unit": "mmol/L", "value": 0.09 } }, { "code": { "coding": [ { "code": "14933-6", "display": "Urate [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "86228006", "system": "http://snomed.info/sct" } ] }, "id": "o9", "interpretation": { "coding": [ { "code": "H", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 0.35 }, "low": { "unit": "mmol/L", "value": 0.14 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/pat2" }, "valueQuantity": { "unit": "mmol/L", "value": 0.39 } }, { "code": { "coding": [ { "code": "14631-6", "display": "Bilirubin.total [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "27171005", "system": "http://snomed.info/sct" } ] }, "id": "o10", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "umol/L", "value": 20 }, "low": { "unit": "umol/L", "value": 2 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/pat2" }, "valueQuantity": { "unit": "umol/L", "value": 7 } }, { "code": { "coding": [ { "code": "14629-0", "display": "Bilirubin.direct [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "39748002", "system": "http://snomed.info/sct" } ] }, "id": "o11", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "umol/L", "value": 8 }, "low": { "unit": "umol/L", "value": 0 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/pat2" }, "valueQuantity": { "unit": "umol/L", "value": 3 } }, { "code": { "coding": [ { "code": "6768-6", "display": "Alkaline phosphatase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "88810008", "system": "http://snomed.info/sct" } ] }, "id": "o12", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 115 }, "low": { "unit": "U/L", "value": 30 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/pat2" }, "valueQuantity": { "unit": "U/L", "value": 108 } }, { "code": { "coding": [ { "code": "2324-2", "display": "Gamma glutamyl transferase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "69480007", "system": "http://snomed.info/sct" } ] }, "id": "o13", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 45 }, "low": { "unit": "U/L", "value": 0 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/pat2" }, "valueQuantity": { "unit": "U/L", "value": 35 } }, { "code": { "coding": [ { "code": "1742-6", "display": "Alanine aminotransferase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "34608000", "system": "http://snomed.info/sct" } ] }, "id": "o14", "interpretation": { "coding": [ { "code": "H", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 45 }, "low": { "unit": "U/L", "value": 0 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/pat2" }, "valueQuantity": { "unit": "U/L", "value": 54 } }, { "code": { "coding": [ { "code": "1920-8", "display": "Aspartate aminotransferase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "45896001", "system": "http://snomed.info/sct" } ] }, "id": "o15", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 41 }, "low": { "unit": "U/L", "value": 0 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/pat2" }, "valueQuantity": { "unit": "U/L", "value": 30 } }, { "code": { "coding": [ { "code": "2532-0", "display": "Lactate dehydrogenase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "11274001", "system": "http://snomed.info/sct" } ] }, "id": "o16", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 250 }, "low": { "unit": "U/L", "value": 80 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/pat2" }, "valueQuantity": { "unit": "U/L", "value": 131 } }, { "code": { "coding": [ { "code": "2000-8", "display": "Calcium [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "71878006", "system": "http://snomed.info/sct" } ] }, "id": "o17", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 2.65 }, "low": { "unit": "mmol/L", "value": 2.25 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/pat2" }, "valueQuantity": { "unit": "mmol/L", "value": 2.38 } }, { "code": { "coding": [ { "code": "13959-2", "display": "Calcium.ionized [Moles/volume] in Serum or Plasma by calculation", "system": "http://loinc.org" }, { "code": "166708003", "system": "http://snomed.info/sct" } ] }, "id": "o18", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 2.65 }, "low": { "unit": "mmol/L", "value": 2.25 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/pat2" }, "valueQuantity": { "unit": "mmol/L", "value": 2.39 } }, { "code": { "coding": [ { "code": "14879-1", "display": "Phosphate [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "104866001", "system": "http://snomed.info/sct" } ] }, "id": "o19", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 1.5 }, "low": { "unit": "mmol/L", "value": 0.8 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/pat2" }, "valueQuantity": { "unit": "mmol/L", "value": 1.5 } }, { "code": { "coding": [ { "code": "2885-2", "display": "Protein [Mass/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "74040009", "system": "http://snomed.info/sct" } ] }, "id": "o20", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "g/L", "value": 82 }, "low": { "unit": "g/L", "value": 60 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/pat2" }, "valueQuantity": { "unit": "g/L", "value": 67 } }, { "code": { "coding": [ { "code": "1751-7", "display": "Albumin [Mass/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "104485008", "system": "http://snomed.info/sct" } ] }, "id": "o21", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "g/L", "value": 50 }, "low": { "unit": "g/L", "value": 35 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/pat2" }, "valueQuantity": { "unit": "g/L", "value": 42 } }, { "code": { "coding": [ { "code": "10834-0", "display": "Globulin [Mass/volume] in Serum by calculation", "system": "http://loinc.org" }, { "code": "104979009", "system": "http://snomed.info/sct" } ] }, "id": "o22", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "g/L", "value": 40 }, "low": { "unit": "g/L", "value": 20 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/pat2" }, "valueQuantity": { "unit": "g/L", "value": 25 } }, { "code": { "coding": [ { "code": "24357-6", "display": "Urinalysis macro (dipstick) panel - Urine", "system": "http://loinc.org" } ] }, "effectiveDateTime": "2015-08-16T06:40:17Z", "id": "p3", "issued": "2015-08-17T06:40:17Z", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "related": [ { "target": { "reference": "#u1" }, "type": "has-member" }, { "target": { "reference": "#u2" }, "type": "has-member" }, { "target": { "reference": "#u3" }, "type": "has-member" }, { "target": { "reference": "#u4" }, "type": "has-member" }, { "target": { "reference": "#u5" }, "type": "has-member" }, { "target": { "reference": "#u6" }, "type": "has-member" }, { "target": { "reference": "#u7" }, "type": "has-member" }, { "target": { "reference": "#u8" }, "type": "has-member" }, { "target": { "reference": "#u9" }, "type": "has-member" } ], "resourceType": "Observation", "specimen": { "display": "Urine Sample", "reference": "#urine" }, "status": "final" }, { "code": { "coding": [ { "code": "2756-5", "display": "pH of Urine", "system": "http://loinc.org" } ] }, "effectiveDateTime": "2015-08-16T06:40:17Z", "id": "u1", "issued": "2015-08-17T06:40:17Z", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "resourceType": "Observation", "specimen": { "display": "Urine Sample", "reference": "#urine" }, "status": "final", "subject": { "reference": "Patient/pat2" }, "valueQuantity": { "unit": "pH", "value": 5 } }, { "code": { "coding": [ { "code": "2887-8", "display": "Protein [Presence] in Urine", "system": "http://loinc.org" } ] }, "effectiveDateTime": "2015-08-16T06:40:17Z", "id": "u2", "issued": "2015-08-17T06:40:17Z", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "resourceType": "Observation", "specimen": { "display": "Urine Sample", "reference": "#urine" }, "status": "final", "subject": { "reference": "Patient/pat2" }, "valueCodeableConcept": { "coding": [ { "code": "260385009", "display": "Negative", "system": "http://snomed.info/sct" } ] } }, { "code": { "coding": [ { "code": "2965-2", "display": "Specific gravity of Urine", "system": "http://loinc.org" } ] }, "effectiveDateTime": "2015-08-16T06:40:17Z", "id": "u3", "issued": "2015-08-17T06:40:17Z", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "resourceType": "Observation", "specimen": { "display": "Urine Sample", "reference": "#urine" }, "status": "final", "subject": { "reference": "Patient/pat2" }, "valueQuantity": { "value": 1.009 } }, { "code": { "coding": [ { "code": "33051-4", "display": "Erythrocytes [Presence] in Urine", "system": "http://loinc.org" } ] }, "effectiveDateTime": "2015-08-16T06:40:17Z", "id": "u4", "issued": "2015-08-17T06:40:17Z", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "resourceType": "Observation", "specimen": { "display": "Urine Sample", "reference": "#urine" }, "status": "final", "subject": { "reference": "Patient/pat2" }, "valueCodeableConcept": { "coding": [ { "code": "260385009", "display": "Negative", "system": "http://snomed.info/sct" } ] } }, { "code": { "coding": [ { "code": "2349-9", "display": "Glucose [Presence] in Urine", "system": "http://loinc.org" } ] }, "effectiveDateTime": "2015-08-16T06:40:17Z", "id": "u5", "issued": "2015-08-17T06:40:17Z", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "resourceType": "Observation", "specimen": { "display": "Urine Sample", "reference": "#urine" }, "status": "final", "subject": { "reference": "Patient/pat2" }, "valueCodeableConcept": { "coding": [ { "code": "260385009", "display": "Negative", "system": "http://snomed.info/sct" } ] } }, { "code": { "coding": [ { "code": "33052-2", "display": "Leukocytes [Presence] in Urine", "system": "http://loinc.org" } ] }, "effectiveDateTime": "2015-08-16T06:40:17Z", "id": "u6", "issued": "2015-08-17T06:40:17Z", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "resourceType": "Observation", "specimen": { "display": "Urine Sample", "reference": "#urine" }, "status": "final", "subject": { "reference": "Patient/pat2" }, "valueCodeableConcept": { "coding": [ { "code": "260385009", "display": "Negative", "system": "http://snomed.info/sct" } ] } }, { "code": { "coding": [ { "code": "30405-5", "display": "Leukocytes [#/volume] in Urine", "system": "http://loinc.org" } ] }, "effectiveDateTime": "2015-08-16T06:40:17Z", "id": "u7", "issued": "2015-08-17T06:40:17Z", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "resourceType": "Observation", "specimen": { "display": "Urine Sample", "reference": "#urine" }, "status": "final", "subject": { "reference": "Patient/pat2" }, "valueQuantity": { "unit": "/uL", "value": 1 } }, { "code": { "coding": [ { "code": "30391-7", "display": "Erythocytes [#/volume] in Urine", "system": "http://loinc.org" } ] }, "effectiveDateTime": "2015-08-16T06:40:17Z", "id": "u8", "issued": "2015-08-17T06:40:17Z", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "resourceType": "Observation", "specimen": { "display": "Urine Sample", "reference": "#urine" }, "status": "final", "subject": { "reference": "Patient/pat2" }, "valueQuantity": { "comparator": "<", "unit": "/uL", "value": 1 } }, { "code": { "coding": [ { "code": "13654-9", "display": "Epithelial cells.squamous [#/volume] in Urine sediment", "system": "http://loinc.org" } ] }, "effectiveDateTime": "2015-08-16T06:40:17Z", "id": "u9", "issued": "2015-08-17T06:40:17Z", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "resourceType": "Observation", "specimen": { "display": "Urine Sample", "reference": "#urine" }, "status": "final", "subject": { "reference": "Patient/pat2" }, "valueQuantity": { "comparator": "<", "unit": "/mL", "value": 1 } } ], "effectiveDateTime": "2015-08-16T06:40:17Z", "id": "ghp", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "ghp-example" } ], "issued": "2015-08-17T06:40:17Z", "meta": { "lastUpdated": "2015-08-16T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "result": [ { "display": "Chemistry Panel", "reference": "#p1" }, { "display": "CBC", "reference": "#p2" }, { "display": "Urinalysis", "reference": "#p3" } ], "specimen": [ { "display": "Red Top Tube", "reference": "#rtt" }, { "display": "Lavender Top Tube", "reference": "#ltt" }, { "display": "Urine Sample", "reference": "#urine" } ], "status": "final", "subject": { "reference": "Patient/pat2" }, "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: ghp</p><p><b>meta</b>: </p><p><b>contained</b>: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , </p><p><b>identifier</b>: ghp-example</p><p><b>status</b>: final</p><p><b>code</b>: General Health Profile <span>(Details : {http://acme.com/labs/reports code 'GHP' = '??', given as 'General Health Profile'})</span></p><p><b>subject</b>: <a>Patient/pat2</a></p><p><b>effective</b>: 16/08/2015 4:40:17 PM</p><p><b>issued</b>: 17/08/2015 4:40:17 PM</p><p><b>performer</b>: <a>Acme Laboratory, Inc</a></p><p><b>specimen</b>: </p><ul><li>Red Top Tube. Generated Summary: id: rtt; Serum sample <span>(Details : {SNOMED CT code '119364003' = '119364003', given as 'Serum sample'})</span>; Patient/pat2; 20150816-00124</li><li>Lavender Top Tube. Generated Summary: id: ltt; Blood specimen with EDTA <span>(Details : {SNOMED CT code '445295009' = '445295009', given as 'Blood specimen with EDTA'})</span>; Patient/pat2; 20150816-00124</li><li>Urine Sample. Generated Summary: id: urine; Urine specimen <span>(Details : {SNOMED CT code '122575003' = '122575003', given as 'Urine specimen'})</span>; Patient/pat2; 20150816-00124</li></ul><p><b>result</b>: </p><ul><li>Chemistry Panel. Generated Summary: id: p1; status: final; Comprehensive metabolic 2000 panel - Serum or Plasma <span>(Details : {LOINC code '24323-8' = 'Comprehensive metabolic 2000 panel - Serum or Plasma', given as 'Comprehensive metabolic 2000 panel - Serum or Plasma'})</span>; effective: 16/08/2015 4:40:17 PM; issued: 17/08/2015 4:40:17 PM; Acme Laboratory, Inc</li><li>CBC. Generated Summary: id: p2; status: final; Complete blood count (hemogram) panel - Blood by Automated count <span>(Details : {LOINC code '58410-2' = 'Complete blood count (hemogram) panel - Blood by Automated count', given as 'Complete blood count (hemogram) panel - Blood by Automated count'})</span>; effective: 16/08/2015 4:40:17 PM; issued: 17/08/2015 4:40:17 PM; Acme Laboratory, Inc</li><li>Urinalysis. Generated Summary: id: p3; status: final; Urinalysis macro (dipstick) panel - Urine <span>(Details : {LOINC code '24357-6' = 'Urinalysis macro (dipstick) panel - Urine', given as 'Urinalysis macro (dipstick) panel - Urine'})</span>; effective: 16/08/2015 4:40:17 PM; issued: 17/08/2015 4:40:17 PM; Acme Laboratory, Inc</li></ul></div>", "status": "generated" } }; var example190: fhir.DiagnosticReport = { "resourceType": "DiagnosticReport", "id": "ghp", "meta": { "lastUpdated": "2015-08-16T10:35:23Z" }, "text": { "fhir_comments": [ " ************** CBC observation panel************************ " ], "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: ghp</p><p><b>meta</b>: </p><p><b>contained</b>: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , </p><p><b>identifier</b>: ghp-example</p><p><b>status</b>: final</p><p><b>code</b>: General Health Profile <span>(Details : {http://acme.com/labs/reports code 'GHP' = '??', given as 'General Health Profile'})</span></p><p><b>subject</b>: <a>Patient/pat2</a></p><p><b>effective</b>: 16/08/2015 4:40:17 PM</p><p><b>issued</b>: 17/08/2015 4:40:17 PM</p><p><b>performer</b>: <a>Acme Laboratory, Inc</a></p><p><b>specimen</b>: </p><ul><li>Red Top Tube. Generated Summary: id: rtt; Serum sample <span>(Details : {SNOMED CT code '119364003' = '119364003', given as 'Serum sample'})</span>; Patient/pat2; 20150816-00124</li><li>Lavender Top Tube. Generated Summary: id: ltt; Blood specimen with EDTA <span>(Details : {SNOMED CT code '445295009' = '445295009', given as 'Blood specimen with EDTA'})</span>; Patient/pat2; 20150816-00124</li><li>Urine Sample. Generated Summary: id: urine; Urine specimen <span>(Details : {SNOMED CT code '122575003' = '122575003', given as 'Urine specimen'})</span>; Patient/pat2; 20150816-00124</li></ul><p><b>result</b>: </p><ul><li>Chemistry Panel. Generated Summary: id: p1; status: final; Comprehensive metabolic 2000 panel - Serum or Plasma <span>(Details : {LOINC code '24323-8' = 'Comprehensive metabolic 2000 panel - Serum or Plasma', given as 'Comprehensive metabolic 2000 panel - Serum or Plasma'})</span>; effective: 16/08/2015 4:40:17 PM; issued: 17/08/2015 4:40:17 PM; Acme Laboratory, Inc</li><li>CBC. Generated Summary: id: p2; status: final; Complete blood count (hemogram) panel - Blood by Automated count <span>(Details : {LOINC code '58410-2' = 'Complete blood count (hemogram) panel - Blood by Automated count', given as 'Complete blood count (hemogram) panel - Blood by Automated count'})</span>; effective: 16/08/2015 4:40:17 PM; issued: 17/08/2015 4:40:17 PM; Acme Laboratory, Inc</li><li>Urinalysis. Generated Summary: id: p3; status: final; Urinalysis macro (dipstick) panel - Urine <span>(Details : {LOINC code '24357-6' = 'Urinalysis macro (dipstick) panel - Urine', given as 'Urinalysis macro (dipstick) panel - Urine'})</span>; effective: 16/08/2015 4:40:17 PM; issued: 17/08/2015 4:40:17 PM; Acme Laboratory, Inc</li></ul></div>" }, "contained": [ { "resourceType": "Specimen", "id": "rtt", "type": { "coding": [ { "system": "http://snomed.info/sct", "code": "119364003", "display": "Serum sample" } ] }, "subject": { "reference": "Patient/pat2" }, "accessionIdentifier": { "system": "http://acme.com/labs/accession-ids", "value": "20150816-00124" }, "collection": { "collector": { "reference": "Practitioner/f202" }, "collectedDateTime": "2015-08-16T06:40:17Z" }, "container": [ { "type": { "coding": [ { "system": "http://acme.com/labs", "code": "SST", "display": "Serum Separator Tube" } ] } } ] }, { "resourceType": "Specimen", "id": "ltt", "type": { "coding": [ { "system": "http://snomed.info/sct", "code": "445295009", "display": "Blood specimen with EDTA" } ] }, "subject": { "reference": "Patient/pat2" }, "accessionIdentifier": { "system": "http://acme.com/labs/accession-ids", "value": "20150816-00124" }, "collection": { "collector": { "reference": "Practitioner/f202" }, "collectedDateTime": "2015-08-16T06:40:17Z" }, "container": [ { "type": { "coding": [ { "system": "http://acme.com/labs", "code": "LTT", "display": "Lavender Top Tube" } ] } } ] }, { "resourceType": "Specimen", "id": "urine", "type": { "coding": [ { "system": "http://snomed.info/sct", "code": "122575003", "display": "Urine specimen" } ] }, "subject": { "reference": "Patient/pat2" }, "accessionIdentifier": { "system": "http://acme.com/labs/accession-ids", "value": "20150816-00124" }, "collection": { "collector": { "reference": "Practitioner/f202" }, "collectedDateTime": "2015-08-16T06:40:17Z" }, "container": [ { "type": { "coding": [ { "system": "http://acme.com/labs", "code": "UCUP", "display": "100mL sterile cup" } ] } } ] }, { "resourceType": "Observation", "id": "p2", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "58410-2", "display": "Complete blood count (hemogram) panel - Blood by Automated count" } ] }, "effectiveDateTime": "2015-08-16T06:40:17Z", "issued": "2015-08-17T06:40:17Z", "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "specimen": { "reference": "#ltt", "display": "Lavender Top Tube" }, "related": [ { "type": "has-member", "target": { "reference": "#r1" } }, { "type": "has-member", "target": { "reference": "#r2" } }, { "type": "has-member", "target": { "reference": "#r3" } }, { "type": "has-member", "target": { "reference": "#r4" } }, { "type": "has-member", "target": { "reference": "#r5" } }, { "type": "has-member", "target": { "reference": "#r6" } }, { "type": "has-member", "target": { "reference": "#r7" } }, { "type": "has-member", "target": { "reference": "#r8" } }, { "type": "has-member", "target": { "reference": "#r9" } }, { "type": "has-member", "target": { "reference": "#r10" } }, { "type": "has-member", "target": { "reference": "#r11" } }, { "type": "has-member", "target": { "reference": "#r12" } }, { "type": "has-member", "target": { "reference": "#r13" } }, { "type": "has-member", "target": { "reference": "#r14" } }, { "type": "has-member", "target": { "reference": "#r15" } }, { "type": "has-member", "target": { "reference": "#r16" } }, { "type": "has-member", "target": { "reference": "#r17" } } ] }, { "resourceType": "Observation", "id": "r1", "_id": { "fhir_comments": [ " \n all the data items (= Observations) are contained\n in this diagnostic report. It would be equally\n valid - and normal - for them to be separate trackable\n items. However for the purposes of this example, it's\n more convenient to have them here. For more discussion,\n see under\"Contained Resources\" on the Resource Definitions\n topic page ", " for users steeped in v2, each observation roughly corresponds with an\n OBX, and the Diagnostic Report with an ORU_R01 message " ] }, "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "718-7", "display": "Hemoglobin [Mass/volume] in Blood" } ], "text": "Haemoglobin" }, "subject": { "reference": "Patient/pat2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 176, "unit": "g/L", "system": "http://unitsofmeasure.org", "code": "g/L" }, "referenceRange": [ { "low": { "value": 135, "unit": "g/L", "system": "http://unitsofmeasure.org", "code": "g/L" }, "high": { "value": 180, "unit": "g/L", "system": "http://unitsofmeasure.org", "code": "g/L" } } ] }, { "resourceType": "Observation", "id": "r2", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "789-8", "display": "Erythrocytes [#/volume] in Blood by Automated count" } ], "text": "Red Cell Count" }, "subject": { "reference": "Patient/pat2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 5.9, "unit": "x10*12/L", "system": "http://unitsofmeasure.org", "code": "10*12/L" }, "referenceRange": [ { "low": { "value": 4.2, "unit": "x10*12/L", "system": "http://unitsofmeasure.org", "code": "10*12/L" }, "high": { "value": 6, "unit": "x10*12/L", "system": "http://unitsofmeasure.org", "code": "10*12/L" } } ] }, { "resourceType": "Observation", "id": "r3", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "4544-3", "display": "Hematocrit [Volume Fraction] of Blood by Automated count" } ], "text": "Haematocrit" }, "subject": { "reference": "Patient/pat2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 55, "unit": "%" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "H" } ] }, "referenceRange": [ { "low": { "value": 38, "unit": "%" }, "high": { "value": 52, "unit": "%" } } ] }, { "resourceType": "Observation", "id": "r4", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "787-2", "display": "Erythrocyte mean corpuscular volume [Entitic volume] by Automated count" } ], "text": "Mean Cell Volume" }, "subject": { "reference": "Patient/pat2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 99, "unit": "fL", "system": "http://unitsofmeasure.org", "code": "fL" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "H" } ] }, "referenceRange": [ { "low": { "value": 80, "unit": "fL", "system": "http://unitsofmeasure.org", "code": "fL" }, "high": { "value": 98, "unit": "fL", "system": "http://unitsofmeasure.org", "code": "fL" } } ] }, { "resourceType": "Observation", "id": "r5", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "785-6", "display": "Erythrocyte mean corpuscular hemoglobin [Entitic mass] by Automated count" } ], "text": "Mean Cell Haemoglobin" }, "subject": { "reference": "Patient/pat2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 36, "unit": "pg", "system": "http://unitsofmeasure.org", "code": "pg" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "H" } ] }, "referenceRange": [ { "low": { "value": 27, "unit": "pg", "system": "http://unitsofmeasure.org", "code": "pg" }, "high": { "value": 35, "unit": "pg", "system": "http://unitsofmeasure.org", "code": "pg" } } ] }, { "resourceType": "Observation", "id": "r6", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "777-3", "display": "Platelets [#/volume] in Blood by Automated count" } ], "text": "Platelet Count" }, "subject": { "reference": "Patient/pat2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 444, "unit": "x10*9/L", "system": "http://unitsofmeasure.org", "code": "10*9/L" }, "referenceRange": [ { "low": { "value": 150, "unit": "x10*9/L", "system": "http://unitsofmeasure.org", "code": "10*9/L" }, "high": { "value": 450, "unit": "x10*9/L", "system": "http://unitsofmeasure.org", "code": "10*9/L" } } ] }, { "resourceType": "Observation", "id": "r7", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "6690-2", "display": "Leukocytes [#/volume] in Blood by Automated count" } ], "text": "White Cell Count" }, "subject": { "reference": "Patient/pat2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 4.6, "unit": "x10*9/L", "system": "http://unitsofmeasure.org", "code": "10*9/L" }, "referenceRange": [ { "low": { "value": 4, "unit": "x10*9/L", "system": "http://unitsofmeasure.org", "code": "10*9/L" }, "high": { "value": 11, "unit": "x10*9/L", "system": "http://unitsofmeasure.org", "code": "10*9/L" } } ] }, { "resourceType": "Observation", "id": "r8", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "770-8", "display": "Neutrophils/100 leukocytes in Blood by Automated count" } ], "text": "Neutrophils" }, "subject": { "reference": "Patient/pat2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 20, "unit": "%", "system": "http://unitsofmeasure.org", "code": "%" } }, { "resourceType": "Observation", "id": "r9", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "751-8", "display": "Neutrophils [#/volume] in Blood by Automated count" } ], "text": "Neutrophils" }, "subject": { "reference": "Patient/pat2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 0.9, "unit": "x10*9/L", "system": "http://unitsofmeasure.org", "code": "10*9/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "LL" } ] }, "referenceRange": [ { "low": { "value": 2, "unit": "x10*9/L", "system": "http://unitsofmeasure.org", "code": "10*9/L" }, "high": { "value": 7.5, "unit": "x10*9/L", "system": "http://unitsofmeasure.org", "code": "10*9/L" } } ] }, { "resourceType": "Observation", "id": "r10", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "736-9", "display": "Lymphocytes/100 leukocytes in Blood by Automated count" } ], "text": "Lymphocytes" }, "subject": { "reference": "Patient/pat2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 20, "unit": "%", "system": "http://unitsofmeasure.org", "code": "%" } }, { "resourceType": "Observation", "id": "r11", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "731-0", "display": "Lymphocytes [#/volume] in Blood by Automated count" } ], "text": "Lymphocytes" }, "subject": { "reference": "Patient/pat2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 0.9, "unit": "x10*9/L", "system": "http://unitsofmeasure.org", "code": "10*9/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "L" } ] }, "referenceRange": [ { "low": { "value": 1.1, "unit": "x10*9/L", "system": "http://unitsofmeasure.org", "code": "10*9/L" }, "high": { "value": 4, "unit": "x10*9/L", "system": "http://unitsofmeasure.org", "code": "10*9/L" } } ] }, { "resourceType": "Observation", "id": "r12", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "5905-5", "display": "Monocytes/100 leukocytes in Blood by Automated count" } ], "text": "Monocytes" }, "subject": { "reference": "Patient/pat2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 20, "unit": "%", "system": "http://unitsofmeasure.org", "code": "%" } }, { "resourceType": "Observation", "id": "r13", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "742-7", "display": "Monocytes [#/volume] in Blood by Automated count" } ], "text": "Monocytes" }, "subject": { "reference": "Patient/pat2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 0.9, "unit": "x10*9/L", "system": "http://unitsofmeasure.org", "code": "10*9/L" }, "referenceRange": [ { "low": { "value": 0.2, "unit": "x10*9/L", "system": "http://unitsofmeasure.org", "code": "10*9/L" }, "high": { "value": 1, "unit": "x10*9/L", "system": "http://unitsofmeasure.org", "code": "10*9/L" } } ] }, { "resourceType": "Observation", "id": "r14", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "713-8", "display": "Eosinophils/100 leukocytes in Blood by Automated count" } ], "text": "Eosinophils" }, "subject": { "reference": "Patient/pat2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 20, "unit": "%", "system": "http://unitsofmeasure.org", "code": "%" } }, { "resourceType": "Observation", "id": "r15", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "711-2", "display": "Eosinophils [#/volume] in Blood by Automated count" } ], "text": "Eosinophils" }, "subject": { "reference": "Patient/pat2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 0.92, "unit": "x10*9/L", "system": "http://unitsofmeasure.org", "code": "10*9/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "HH" } ] }, "referenceRange": [ { "low": { "value": 0.04, "unit": "x10*9/L", "system": "http://unitsofmeasure.org", "code": "10*9/L" }, "high": { "value": 0.4, "unit": "x10*9/L", "system": "http://unitsofmeasure.org", "code": "10*9/L" } } ] }, { "resourceType": "Observation", "id": "r16", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "706-2", "display": "Basophils/100 leukocytes in Blood by Automated count" } ], "text": "Basophils" }, "subject": { "reference": "Patient/pat2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 20, "unit": "%", "system": "http://unitsofmeasure.org", "code": "%" } }, { "resourceType": "Observation", "id": "r17", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "704-7", "display": "Basophils [#/volume] in Blood by Automated count" } ], "text": "Basophils" }, "subject": { "reference": "Patient/pat2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 0.92, "unit": "x10*9/L", "system": "http://unitsofmeasure.org", "code": "10*9/L" }, "referenceRange": [ { "high": { "value": 0.21, "unit": "x10*9/L", "system": "http://unitsofmeasure.org", "code": "10*9/L" } } ] }, { "resourceType": "Observation", "id": "p1", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "24323-8", "display": "Comprehensive metabolic 2000 panel - Serum or Plasma" } ] }, "effectiveDateTime": "2015-08-16T06:40:17Z", "issued": "2015-08-17T06:40:17Z", "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "specimen": { "reference": "#rtt", "display": "Red Top Tube" }, "related": [ { "type": "has-member", "target": { "reference": "#o1" } }, { "type": "has-member", "target": { "reference": "#o2" } }, { "type": "has-member", "target": { "reference": "#o3" } }, { "type": "has-member", "target": { "reference": "#o4" } }, { "type": "has-member", "target": { "reference": "#o5" } }, { "type": "has-member", "target": { "reference": "#o6" } }, { "type": "has-member", "target": { "reference": "#o7" } }, { "type": "has-member", "target": { "reference": "#o8" } }, { "type": "has-member", "target": { "reference": "#o9" } }, { "type": "has-member", "target": { "reference": "#o10" } }, { "type": "has-member", "target": { "reference": "#o11" } }, { "type": "has-member", "target": { "reference": "#o12" } }, { "type": "has-member", "target": { "reference": "#o13" } }, { "type": "has-member", "target": { "reference": "#o14" } }, { "type": "has-member", "target": { "reference": "#o15" } }, { "type": "has-member", "target": { "reference": "#o16" } }, { "type": "has-member", "target": { "reference": "#o17" } }, { "type": "has-member", "target": { "reference": "#o18" } }, { "type": "has-member", "target": { "reference": "#o19" } }, { "type": "has-member", "target": { "reference": "#o20" } }, { "type": "has-member", "target": { "reference": "#o21" } }, { "type": "has-member", "target": { "reference": "#o22" } } ] }, { "resourceType": "Observation", "id": "o1", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2951-2", "display": "Sodium [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "104934005" } ] }, "subject": { "reference": "Patient/pat2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 140, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 137, "unit": "mmol/L" }, "high": { "value": 147, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o2", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2823-3", "display": "Potassium [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "59573005" } ] }, "subject": { "reference": "Patient/pat2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 4.2, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 3.5, "unit": "mmol/L" }, "high": { "value": 5, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o3", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2075-0", "display": "Chloride [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "46511006" } ] }, "subject": { "reference": "Patient/pat2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 105, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 96, "unit": "mmol/L" }, "high": { "value": 109, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o4", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1963-8", "display": "Bicarbonate [Moles/volume] in Serum" }, { "system": "http://snomed.info/sct", "code": "88645003" } ] }, "subject": { "reference": "Patient/pat2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 26, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 25, "unit": "mmol/L" }, "high": { "value": 33, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o5", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1863-0", "display": "Anion gap 4 in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "271057005" } ] }, "subject": { "reference": "Patient/pat2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 13, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 4, "unit": "mmol/L" }, "high": { "value": 17, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o6", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14749-6", "display": "Glucose [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "36048009" } ] }, "subject": { "reference": "Patient/pat2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 7.4, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 3, "unit": "mmol/L" }, "high": { "value": 7.7, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o7", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14937-7", "display": "Urea nitrogen [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "273967009" } ] }, "subject": { "reference": "Patient/pat2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 4.7, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 2, "unit": "mmol/L" }, "high": { "value": 7, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o8", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14682-9", "display": "Creatinine [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "70901006" } ] }, "subject": { "reference": "Patient/pat2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 0.09, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 0.04, "unit": "mmol/L" }, "high": { "value": 0.11, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o9", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14933-6", "display": "Urate [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "86228006" } ] }, "subject": { "reference": "Patient/pat2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 0.39, "unit": "mmol/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "H" } ] }, "referenceRange": [ { "low": { "value": 0.14, "unit": "mmol/L" }, "high": { "value": 0.35, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o10", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14631-6", "display": "Bilirubin.total [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "27171005" } ] }, "subject": { "reference": "Patient/pat2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 7, "unit": "umol/L" }, "referenceRange": [ { "low": { "value": 2, "unit": "umol/L" }, "high": { "value": 20, "unit": "umol/L" } } ] }, { "resourceType": "Observation", "id": "o11", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14629-0", "display": "Bilirubin.direct [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "39748002" } ] }, "subject": { "reference": "Patient/pat2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 3, "unit": "umol/L" }, "referenceRange": [ { "low": { "value": 0, "unit": "umol/L" }, "high": { "value": 8, "unit": "umol/L" } } ] }, { "resourceType": "Observation", "id": "o12", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "6768-6", "display": "Alkaline phosphatase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "88810008" } ] }, "subject": { "reference": "Patient/pat2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 108, "unit": "U/L" }, "referenceRange": [ { "low": { "value": 30, "unit": "U/L" }, "high": { "value": 115, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o13", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2324-2", "display": "Gamma glutamyl transferase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "69480007" } ] }, "subject": { "reference": "Patient/pat2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 35, "unit": "U/L" }, "referenceRange": [ { "low": { "value": 0, "unit": "U/L" }, "high": { "value": 45, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o14", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1742-6", "display": "Alanine aminotransferase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "34608000" } ] }, "subject": { "reference": "Patient/pat2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 54, "unit": "U/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "H" } ] }, "referenceRange": [ { "low": { "value": 0, "unit": "U/L" }, "high": { "value": 45, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o15", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1920-8", "display": "Aspartate aminotransferase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "45896001" } ] }, "subject": { "reference": "Patient/pat2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 30, "unit": "U/L" }, "referenceRange": [ { "low": { "value": 0, "unit": "U/L" }, "high": { "value": 41, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o16", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2532-0", "display": "Lactate dehydrogenase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "11274001" } ] }, "subject": { "reference": "Patient/pat2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 131, "unit": "U/L" }, "referenceRange": [ { "low": { "value": 80, "unit": "U/L" }, "high": { "value": 250, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o17", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2000-8", "display": "Calcium [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "71878006" } ] }, "subject": { "reference": "Patient/pat2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 2.38, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 2.25, "unit": "mmol/L" }, "high": { "value": 2.65, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o18", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "13959-2", "display": "Calcium.ionized [Moles/volume] in Serum or Plasma by calculation" }, { "system": "http://snomed.info/sct", "code": "166708003" } ] }, "subject": { "reference": "Patient/pat2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 2.39, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 2.25, "unit": "mmol/L" }, "high": { "value": 2.65, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o19", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14879-1", "display": "Phosphate [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "104866001" } ] }, "subject": { "reference": "Patient/pat2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 1.5, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 0.8, "unit": "mmol/L" }, "high": { "value": 1.5, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o20", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2885-2", "display": "Protein [Mass/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "74040009" } ] }, "subject": { "reference": "Patient/pat2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 67, "unit": "g/L" }, "referenceRange": [ { "low": { "value": 60, "unit": "g/L" }, "high": { "value": 82, "unit": "g/L" } } ] }, { "resourceType": "Observation", "id": "o21", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1751-7", "display": "Albumin [Mass/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "104485008" } ] }, "subject": { "reference": "Patient/pat2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 42, "unit": "g/L" }, "referenceRange": [ { "low": { "value": 35, "unit": "g/L" }, "high": { "value": 50, "unit": "g/L" } } ] }, { "resourceType": "Observation", "id": "o22", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "10834-0", "display": "Globulin [Mass/volume] in Serum by calculation" }, { "system": "http://snomed.info/sct", "code": "104979009" } ] }, "subject": { "reference": "Patient/pat2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 25, "unit": "g/L" }, "referenceRange": [ { "low": { "value": 20, "unit": "g/L" }, "high": { "value": 40, "unit": "g/L" } } ] }, { "resourceType": "Observation", "id": "p3", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "24357-6", "display": "Urinalysis macro (dipstick) panel - Urine" } ] }, "effectiveDateTime": "2015-08-16T06:40:17Z", "issued": "2015-08-17T06:40:17Z", "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "specimen": { "reference": "#urine", "display": "Urine Sample" }, "related": [ { "type": "has-member", "target": { "reference": "#u1" } }, { "type": "has-member", "target": { "reference": "#u2" } }, { "type": "has-member", "target": { "reference": "#u3" } }, { "type": "has-member", "target": { "reference": "#u4" } }, { "type": "has-member", "target": { "reference": "#u5" } }, { "type": "has-member", "target": { "reference": "#u6" } }, { "type": "has-member", "target": { "reference": "#u7" } }, { "type": "has-member", "target": { "reference": "#u8" } }, { "type": "has-member", "target": { "reference": "#u9" } } ] }, { "resourceType": "Observation", "id": "u1", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2756-5", "display": "pH of Urine" } ] }, "subject": { "reference": "Patient/pat2" }, "effectiveDateTime": "2015-08-16T06:40:17Z", "issued": "2015-08-17T06:40:17Z", "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 5, "unit": "pH" }, "specimen": { "reference": "#urine", "display": "Urine Sample" } }, { "resourceType": "Observation", "id": "u2", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2887-8", "display": "Protein [Presence] in Urine" } ] }, "subject": { "reference": "Patient/pat2" }, "effectiveDateTime": "2015-08-16T06:40:17Z", "issued": "2015-08-17T06:40:17Z", "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "260385009", "display": "Negative" } ] }, "specimen": { "reference": "#urine", "display": "Urine Sample" } }, { "resourceType": "Observation", "id": "u3", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2965-2", "display": "Specific gravity of Urine" } ] }, "subject": { "reference": "Patient/pat2" }, "effectiveDateTime": "2015-08-16T06:40:17Z", "issued": "2015-08-17T06:40:17Z", "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 1.009 }, "specimen": { "reference": "#urine", "display": "Urine Sample" } }, { "resourceType": "Observation", "id": "u4", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "33051-4", "display": "Erythrocytes [Presence] in Urine" } ] }, "subject": { "reference": "Patient/pat2" }, "effectiveDateTime": "2015-08-16T06:40:17Z", "issued": "2015-08-17T06:40:17Z", "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "260385009", "display": "Negative" } ] }, "specimen": { "reference": "#urine", "display": "Urine Sample" } }, { "resourceType": "Observation", "id": "u5", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2349-9", "display": "Glucose [Presence] in Urine" } ] }, "subject": { "reference": "Patient/pat2" }, "effectiveDateTime": "2015-08-16T06:40:17Z", "issued": "2015-08-17T06:40:17Z", "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "260385009", "display": "Negative" } ] }, "specimen": { "reference": "#urine", "display": "Urine Sample" } }, { "resourceType": "Observation", "id": "u6", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "33052-2", "display": "Leukocytes [Presence] in Urine" } ] }, "subject": { "reference": "Patient/pat2" }, "effectiveDateTime": "2015-08-16T06:40:17Z", "issued": "2015-08-17T06:40:17Z", "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "260385009", "display": "Negative" } ] }, "specimen": { "reference": "#urine", "display": "Urine Sample" } }, { "resourceType": "Observation", "id": "u7", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "30405-5", "display": "Leukocytes [#/volume] in Urine" } ] }, "subject": { "reference": "Patient/pat2" }, "effectiveDateTime": "2015-08-16T06:40:17Z", "issued": "2015-08-17T06:40:17Z", "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 1, "unit": "/uL" }, "specimen": { "reference": "#urine", "display": "Urine Sample" } }, { "resourceType": "Observation", "id": "u8", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "30391-7", "display": "Erythocytes [#/volume] in Urine" } ] }, "subject": { "reference": "Patient/pat2" }, "effectiveDateTime": "2015-08-16T06:40:17Z", "issued": "2015-08-17T06:40:17Z", "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 1, "comparator": "<", "unit": "/uL" }, "specimen": { "reference": "#urine", "display": "Urine Sample" } }, { "resourceType": "Observation", "id": "u9", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "13654-9", "display": "Epithelial cells.squamous [#/volume] in Urine sediment" } ] }, "subject": { "reference": "Patient/pat2" }, "effectiveDateTime": "2015-08-16T06:40:17Z", "issued": "2015-08-17T06:40:17Z", "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 1, "comparator": "<", "unit": "/mL" }, "specimen": { "reference": "#urine", "display": "Urine Sample" } } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "ghp-example" } ], "status": "final", "code": { "coding": [ { "system": "http://acme.com/labs/reports", "code": "GHP", "display": "General Health Profile" } ] }, "subject": { "reference": "Patient/pat2" }, "effectiveDateTime": "2015-08-16T06:40:17Z", "issued": "2015-08-17T06:40:17Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "specimen": [ { "reference": "#rtt", "display": "Red Top Tube" }, { "reference": "#ltt", "display": "Lavender Top Tube" }, { "reference": "#urine", "display": "Urine Sample" } ], "result": [ { "reference": "#p1", "display": "Chemistry Panel" }, { "reference": "#p2", "display": "CBC" }, { "reference": "#p3", "display": "Urinalysis" } ] }; var example191: fhir.DiagnosticReport = { "category": { "coding": [ { "code": "HM", "system": "http://hl7.org/fhir/v2/0074" } ] }, "code": { "coding": [ { "code": "57698-3", "display": "Lipid panel with direct LDL - Serum or Plasma", "system": "http://loinc.org" } ], "text": "Lipid Panel" }, "contained": [ { "code": { "coding": [ { "code": "35200-5", "system": "http://loinc.org" } ], "text": "Cholesterol" }, "id": "cholesterol", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "code": "mmol/L", "system": "http://unitsofmeasure.org", "unit": "mmol/L", "value": 4.5 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/pat2" }, "valueQuantity": { "code": "mmol/L", "system": "http://unitsofmeasure.org", "unit": "mmol/L", "value": 6.3 } }, { "code": { "coding": [ { "code": "35217-9", "system": "http://loinc.org" } ], "text": "Triglyceride" }, "id": "triglyceride", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "code": "mmol/L", "system": "http://unitsofmeasure.org", "unit": "mmol/L", "value": 2 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/pat2" }, "valueQuantity": { "code": "mmol/L", "system": "http://unitsofmeasure.org", "unit": "mmol/L", "value": 1.3 } }, { "code": { "coding": [ { "code": "2085-9", "system": "http://loinc.org" } ], "text": "Cholesterol in HDL" }, "id": "hdlcholesterol", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "low": { "code": "mmol/L", "system": "http://unitsofmeasure.org", "unit": "mmol/L", "value": 1.5 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/pat2" }, "valueQuantity": { "code": "mmol/L", "system": "http://unitsofmeasure.org", "unit": "mmol/L", "value": 1.3 } }, { "code": { "coding": [ { "code": "13457-7", "system": "http://loinc.org" } ], "text": "LDL Chol. (Calc)" }, "id": "ldlcholesterol", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "code": "mmol/L", "system": "http://unitsofmeasure.org", "unit": "mmol/L", "value": 3 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/pat2" }, "valueQuantity": { "code": "mmol/L", "system": "http://unitsofmeasure.org", "unit": "mmol/L", "value": 4.6 } } ], "effectiveDateTime": "2011-03-04T08:30:00+11:00", "id": "lipids", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "5234342" } ], "issued": "2013-01-27T11:45:33+11:00", "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "result": [ { "reference": "#cholesterol" }, { "reference": "#triglyceride" }, { "reference": "#hdlcholesterol" }, { "reference": "#ldlcholesterol" } ], "status": "final", "subject": { "reference": "Patient/pat2" }, "text": { "div": "<div>\n \n \n <h3>Lipid Report for Wile. E. COYOTE (MRN: 23453) issued 3-Mar 2009 14:26</h3>\n \n \n <pre>\nTest Units Value Reference Range\nCholesterol mmol/L 6.3 <4.5\nTriglyceride mmol/L 1.3 <2.0\nHDL Cholesterol mmol/L 1.3 >1.5\nLDL Chol. (calc) mmol/L 4.2 <3.0\n </pre>\n \n \n <p>Acme Laboratory, Inc signed: Dr Pete Pathologist</p>\n \n \n </div>", "status": "generated" } }; var example192: fhir.DiagnosticReport = { "resourceType": "DiagnosticReport", "id": "lipids", "text": { "status": "generated", "div": "<div>\n \n \n <h3>Lipid Report for Wile. E. COYOTE (MRN: 23453) issued 3-Mar 2009 14:26</h3>\n \n \n <pre>\nTest Units Value Reference Range\nCholesterol mmol/L 6.3 <4.5\nTriglyceride mmol/L 1.3 <2.0\nHDL Cholesterol mmol/L 1.3 >1.5\nLDL Chol. (calc) mmol/L 4.2 <3.0\n </pre>\n \n \n <p>Acme Laboratory, Inc signed: Dr Pete Pathologist</p>\n \n \n </div>" }, "contained": [ { "resourceType": "Observation", "id": "cholesterol", "_id": { "fhir_comments": [ " \n\t all the data items (= Observations) are contained\n\t in this diagnostic report. It would be equally\n valid - and normal - for them to be separate trackable\n items. However for the purposes of this example, it's\n\t more convenient to have them here. For more discussion,\n\t see under \"Contained Resources\" on the Resource Definitions\n\t topic page ", " for users steeped in v2, each observation roughly corresponds with an\n\t OBX, and the Diagnostic Report with an ORU_R01 message " ] }, "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "35200-5" } ], "text": "Cholesterol" }, "subject": { "reference": "Patient/pat2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 6.3, "unit": "mmol/L", "system": "http://unitsofmeasure.org", "code": "mmol/L" }, "referenceRange": [ { "high": { "value": 4.5, "unit": "mmol/L", "system": "http://unitsofmeasure.org", "code": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "triglyceride", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "35217-9" } ], "text": "Triglyceride" }, "subject": { "reference": "Patient/pat2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 1.3, "unit": "mmol/L", "system": "http://unitsofmeasure.org", "code": "mmol/L" }, "referenceRange": [ { "high": { "value": 2, "unit": "mmol/L", "system": "http://unitsofmeasure.org", "code": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "hdlcholesterol", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2085-9" } ], "text": "Cholesterol in HDL" }, "subject": { "reference": "Patient/pat2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 1.3, "unit": "mmol/L", "system": "http://unitsofmeasure.org", "code": "mmol/L" }, "referenceRange": [ { "low": { "value": 1.5, "unit": "mmol/L", "system": "http://unitsofmeasure.org", "code": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "ldlcholesterol", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "13457-7" } ], "text": "LDL Chol. (Calc)" }, "subject": { "reference": "Patient/pat2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 4.6, "unit": "mmol/L", "system": "http://unitsofmeasure.org", "code": "mmol/L" }, "referenceRange": [ { "high": { "value": 3, "unit": "mmol/L", "system": "http://unitsofmeasure.org", "code": "mmol/L" } } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "5234342" } ], "status": "final", "category": { "coding": [ { "system": "http://hl7.org/fhir/v2/0074", "code": "HM" } ] }, "code": { "fhir_comments": [ " first, various administrative/context stuff " ], "coding": [ { "system": "http://loinc.org", "code": "57698-3", "display": "Lipid panel with direct LDL - Serum or Plasma" } ], "text": "Lipid Panel" }, "subject": { "reference": "Patient/pat2" }, "effectiveDateTime": "2011-03-04T08:30:00+11:00", "issued": "2013-01-27T11:45:33+11:00", "_issued": { "fhir_comments": [ " all this report is final " ] }, "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "result": [ { "fhir_comments": [ " now the atomic results " ], "reference": "#cholesterol" }, { "reference": "#triglyceride" }, { "reference": "#hdlcholesterol" }, { "reference": "#ldlcholesterol" } ] }; var example193: fhir.DiagnosticReport = { "category": { "coding": [ { "code": "394914008", "display": "Radiology", "system": "http://snomed.info/sct" }, { "code": "RAD", "system": "http://hl7.org/fhir/v2/0074" } ] }, "code": { "coding": [ { "code": "45036003", "display": "Ultrasonography of abdomen", "system": "http://snomed.info/sct" } ], "text": "Abdominal Ultrasound" }, "conclusion": "Unremarkable study", "effectiveDateTime": "2012-12-01T12:00:00+01:00", "id": "ultrasound", "image": [ { "comment": "A comment about the image", "link": { "display": "WADO example image", "reference": "Media/1.2.840.11361907579238403408700.3.0.14.19970327150033" } } ], "issued": "2012-12-01T12:00:00+01:00", "performer": { "reference": "Practitioner/example" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/example" }, "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: ultrasound</p><p><b>status</b>: final</p><p><b>category</b>: Radiology <span>(Details : {SNOMED CT code '394914008' = '394914008', given as 'Radiology'}; {http://hl7.org/fhir/v2/0074 code 'RAD' = 'Radiology)</span></p><p><b>code</b>: Abdominal Ultrasound <span>(Details : {SNOMED CT code '45036003' = '45036003', given as 'Ultrasonography of abdomen'})</span></p><p><b>subject</b>: <a>Patient/example</a></p><p><b>effective</b>: 01/12/2012 12:00:00 PM</p><p><b>issued</b>: 01/12/2012 12:00:00 PM</p><p><b>performer</b>: <a>Practitioner/example</a></p><h3>Images</h3><table><tr><td>-</td><td><b>Comment</b></td><td><b>Link</b></td></tr><tr><td>*</td><td>A comment about the image</td><td><a>WADO example image</a></td></tr></table><p><b>conclusion</b>: Unremarkable study</p></div>", "status": "generated" } }; var example194: fhir.DiagnosticReport = { "resourceType": "DiagnosticReport", "id": "ultrasound", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: ultrasound</p><p><b>status</b>: final</p><p><b>category</b>: Radiology <span>(Details : {SNOMED CT code '394914008' = '394914008', given as 'Radiology'}; {http://hl7.org/fhir/v2/0074 code 'RAD' = 'Radiology)</span></p><p><b>code</b>: Abdominal Ultrasound <span>(Details : {SNOMED CT code '45036003' = '45036003', given as 'Ultrasonography of abdomen'})</span></p><p><b>subject</b>: <a>Patient/example</a></p><p><b>effective</b>: 01/12/2012 12:00:00 PM</p><p><b>issued</b>: 01/12/2012 12:00:00 PM</p><p><b>performer</b>: <a>Practitioner/example</a></p><h3>Images</h3><table><tr><td>-</td><td><b>Comment</b></td><td><b>Link</b></td></tr><tr><td>*</td><td>A comment about the image</td><td><a>WADO example image</a></td></tr></table><p><b>conclusion</b>: Unremarkable study</p></div>" }, "status": "final", "category": { "fhir_comments": [ " No identifier or request details were available " ], "coding": [ { "fhir_comments": [ " The request was honored by the Department of Radiology " ], "system": "http://snomed.info/sct", "code": "394914008", "display": "Radiology" }, { "system": "http://hl7.org/fhir/v2/0074", "code": "RAD" } ] }, "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "45036003", "display": "Ultrasonography of abdomen" } ], "text": "Abdominal Ultrasound" }, "subject": { "reference": "Patient/example" }, "effectiveDateTime": "2012-12-01T12:00:00+01:00", "issued": "2012-12-01T12:00:00+01:00", "performer": { "reference": "Practitioner/example" }, "image": [ { "comment": "A comment about the image", "link": { "reference": "Media/1.2.840.11361907579238403408700.3.0.14.19970327150033", "display": "WADO example image" } } ], "conclusion": "Unremarkable study" }; var example195: fhir.DiagnosticReport = { "category": { "coding": [ { "code": "HM", "system": "http://hl7.org/fhir/v2/0074" } ] }, "code": { "coding": [ { "code": "58410-2", "display": "Complete blood count (hemogram) panel - Blood by Automated count", "system": "http://loinc.org" }, { "code": "CBC", "display": "MASTER FULL BLOOD COUNT" } ], "text": "Complete Blood Count" }, "contained": [ { "code": { "coding": [ { "code": "718-7", "display": "Hemoglobin [Mass/volume] in Blood", "system": "http://loinc.org" } ], "text": "Haemoglobin" }, "id": "r1", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "code": "g/L", "system": "http://unitsofmeasure.org", "unit": "g/L", "value": 180 }, "low": { "code": "g/L", "system": "http://unitsofmeasure.org", "unit": "g/L", "value": 135 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/pat2" }, "valueQuantity": { "code": "g/L", "system": "http://unitsofmeasure.org", "unit": "g/L", "value": 176 } }, { "code": { "coding": [ { "code": "789-8", "display": "Erythrocytes [#/volume] in Blood by Automated count", "system": "http://loinc.org" } ], "text": "Red Cell Count" }, "id": "r2", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "code": "10*12/L", "system": "http://unitsofmeasure.org", "unit": "x10*12/L", "value": 6 }, "low": { "code": "10*12/L", "system": "http://unitsofmeasure.org", "unit": "x10*12/L", "value": 4.2 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/pat2" }, "valueQuantity": { "code": "10*12/L", "system": "http://unitsofmeasure.org", "unit": "x10*12/L", "value": 5.9 } }, { "code": { "coding": [ { "code": "4544-3", "display": "Hematocrit [Volume Fraction] of Blood by Automated count", "system": "http://loinc.org" } ], "text": "Haematocrit" }, "id": "r3", "interpretation": { "coding": [ { "code": "H", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "%", "value": 52 }, "low": { "unit": "%", "value": 38 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/pat2" }, "valueQuantity": { "unit": "%", "value": 55 } }, { "code": { "coding": [ { "code": "787-2", "display": "Erythrocyte mean corpuscular volume [Entitic volume] by Automated count", "system": "http://loinc.org" } ], "text": "Mean Cell Volume" }, "id": "r4", "interpretation": { "coding": [ { "code": "H", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "code": "fL", "system": "http://unitsofmeasure.org", "unit": "fL", "value": 98 }, "low": { "code": "fL", "system": "http://unitsofmeasure.org", "unit": "fL", "value": 80 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/pat2" }, "valueQuantity": { "code": "fL", "system": "http://unitsofmeasure.org", "unit": "fL", "value": 99 } }, { "code": { "coding": [ { "code": "785-6", "display": "Erythrocyte mean corpuscular hemoglobin [Entitic mass] by Automated count", "system": "http://loinc.org" } ], "text": "Mean Cell Haemoglobin" }, "id": "r5", "interpretation": { "coding": [ { "code": "H", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "code": "pg", "system": "http://unitsofmeasure.org", "unit": "pg", "value": 35 }, "low": { "code": "pg", "system": "http://unitsofmeasure.org", "unit": "pg", "value": 27 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/pat2" }, "valueQuantity": { "code": "pg", "system": "http://unitsofmeasure.org", "unit": "pg", "value": 36 } }, { "code": { "coding": [ { "code": "777-3", "display": "Platelets [#/volume] in Blood by Automated count", "system": "http://loinc.org" } ], "text": "Platelet Count" }, "id": "r6", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "code": "10*9/L", "system": "http://unitsofmeasure.org", "unit": "x10*9/L", "value": 450 }, "low": { "code": "10*9/L", "system": "http://unitsofmeasure.org", "unit": "x10*9/L", "value": 150 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/pat2" }, "valueQuantity": { "code": "10*9/L", "system": "http://unitsofmeasure.org", "unit": "x10*9/L", "value": 444 } }, { "code": { "coding": [ { "code": "6690-2", "display": "Leukocytes [#/volume] in Blood by Automated count", "system": "http://loinc.org" } ], "text": "White Cell Count" }, "id": "r7", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "code": "10*9/L", "system": "http://unitsofmeasure.org", "unit": "x10*9/L", "value": 11 }, "low": { "code": "10*9/L", "system": "http://unitsofmeasure.org", "unit": "x10*9/L", "value": 4 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/pat2" }, "valueQuantity": { "code": "10*9/L", "system": "http://unitsofmeasure.org", "unit": "x10*9/L", "value": 4.6 } }, { "code": { "coding": [ { "code": "770-8", "display": "Neutrophils/100 leukocytes in Blood by Automated count", "system": "http://loinc.org" } ], "text": "Neutrophils" }, "id": "r8", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/pat2" }, "valueQuantity": { "code": "%", "system": "http://unitsofmeasure.org", "unit": "%", "value": 20 } }, { "code": { "coding": [ { "code": "751-8", "display": "Neutrophils [#/volume] in Blood by Automated count", "system": "http://loinc.org" } ], "text": "Neutrophils" }, "id": "r9", "interpretation": { "coding": [ { "code": "LL", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "code": "10*9/L", "system": "http://unitsofmeasure.org", "unit": "x10*9/L", "value": 7.5 }, "low": { "code": "10*9/L", "system": "http://unitsofmeasure.org", "unit": "x10*9/L", "value": 2 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/pat2" }, "valueQuantity": { "code": "10*9/L", "system": "http://unitsofmeasure.org", "unit": "x10*9/L", "value": 0.9 } }, { "code": { "coding": [ { "code": "736-9", "display": "Lymphocytes/100 leukocytes in Blood by Automated count", "system": "http://loinc.org" } ], "text": "Lymphocytes" }, "id": "r10", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/pat2" }, "valueQuantity": { "code": "%", "system": "http://unitsofmeasure.org", "unit": "%", "value": 20 } }, { "code": { "coding": [ { "code": "731-0", "display": "Lymphocytes [#/volume] in Blood by Automated count", "system": "http://loinc.org" } ], "text": "Lymphocytes" }, "id": "r11", "interpretation": { "coding": [ { "code": "L", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "code": "10*9/L", "system": "http://unitsofmeasure.org", "unit": "x10*9/L", "value": 4 }, "low": { "code": "10*9/L", "system": "http://unitsofmeasure.org", "unit": "x10*9/L", "value": 1.1 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/pat2" }, "valueQuantity": { "code": "10*9/L", "system": "http://unitsofmeasure.org", "unit": "x10*9/L", "value": 0.9 } }, { "code": { "coding": [ { "code": "5905-5", "display": "Monocytes/100 leukocytes in Blood by Automated count", "system": "http://loinc.org" } ], "text": "Monocytes" }, "id": "r12", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/pat2" }, "valueQuantity": { "code": "%", "system": "http://unitsofmeasure.org", "unit": "%", "value": 20 } }, { "code": { "coding": [ { "code": "742-7", "display": "Monocytes [#/volume] in Blood by Automated count", "system": "http://loinc.org" } ], "text": "Monocytes" }, "id": "r13", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "code": "10*9/L", "system": "http://unitsofmeasure.org", "unit": "x10*9/L", "value": 1 }, "low": { "code": "10*9/L", "system": "http://unitsofmeasure.org", "unit": "x10*9/L", "value": 0.2 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/pat2" }, "valueQuantity": { "code": "10*9/L", "system": "http://unitsofmeasure.org", "unit": "x10*9/L", "value": 0.9 } }, { "code": { "coding": [ { "code": "713-8", "display": "Eosinophils/100 leukocytes in Blood by Automated count", "system": "http://loinc.org" } ], "text": "Eosinophils" }, "id": "r14", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/pat2" }, "valueQuantity": { "code": "%", "system": "http://unitsofmeasure.org", "unit": "%", "value": 20 } }, { "code": { "coding": [ { "code": "711-2", "display": "Eosinophils [#/volume] in Blood by Automated count", "system": "http://loinc.org" } ], "text": "Eosinophils" }, "id": "r15", "interpretation": { "coding": [ { "code": "HH", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "code": "10*9/L", "system": "http://unitsofmeasure.org", "unit": "x10*9/L", "value": 0.4 }, "low": { "code": "10*9/L", "system": "http://unitsofmeasure.org", "unit": "x10*9/L", "value": 0.04 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/pat2" }, "valueQuantity": { "code": "10*9/L", "system": "http://unitsofmeasure.org", "unit": "x10*9/L", "value": 0.92 } }, { "code": { "coding": [ { "code": "706-2", "display": "Basophils/100 leukocytes in Blood by Automated count", "system": "http://loinc.org" } ], "text": "Basophils" }, "id": "r16", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/pat2" }, "valueQuantity": { "code": "%", "system": "http://unitsofmeasure.org", "unit": "%", "value": 20 } }, { "code": { "coding": [ { "code": "704-7", "display": "Basophils [#/volume] in Blood by Automated count", "system": "http://loinc.org" } ], "text": "Basophils" }, "id": "r17", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "code": "10*9/L", "system": "http://unitsofmeasure.org", "unit": "x10*9/L", "value": 0.21 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/pat2" }, "valueQuantity": { "code": "10*9/L", "system": "http://unitsofmeasure.org", "unit": "x10*9/L", "value": 0.92 } } ], "effectiveDateTime": "2011-03-04T08:30:00+11:00", "encounter": { "reference": "Encounter/example" }, "id": "101", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "5234342" } ], "issued": "2011-03-04T11:45:33+11:00", "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "presentedForm": [ { "contentType": "application/pdf", "data": "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PSdodHRwOi8vbnMuYWRvYmUuY29tL3BkZi8xLjMvJz48cGRmOlByb2R1Y2VyPkdQTCBHaG9zdHNjcmlwdCA5LjA0PC9wZGY6UHJvZHVjZXI+CjxwZGY6S2V5d29yZHM+KCk8L3BkZjpLZXl3b3Jkcz4KPC9yZGY6RGVzY3JpcHRpb24+CjxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSdlOTA4ODRhMy0zYzlhLTExZTEtMDAwMC02NDI2MDMzYWE1MCYjODsnIHhtbG5zOnhtcD0naHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyc+PHhtcDpNb2RpZnlEYXRlPjIwMTItMDEtMDlUMDg6MjU6NTQrMTE6MDA8L3htcDpNb2RpZnlEYXRlPgo8eG1wOkNyZWF0ZURhdGU+MjAxMi0wMS0wOVQwODoyNTo1NCsxMTowMDwveG1wOkNyZWF0ZURhdGU+Cjx4bXA6Q3JlYXRvclRvb2w+UERGQ3JlYXRvciBWZXJzaW9uIDEuMi4zPC94bXA6Q3JlYXRvclRvb2w+PC9yZGY6RGVzY3JpcHRpb24+CjxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSdlOTA4ODRhMy0zYzlhLTExZTEtMDAwMC02NDI2MDMzYWE1MCYjODsnIHhtbG5zOnhhcE1NPSdodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vJyB4YXBNTTpEb2N1bWVudElEPSd1dWlkOmU5MDg4NGEzLTNjOWEtMTFlMS0wMDAwLTY0MjYwMzNhYTUwJiMxMzg7pyYjMTU3O+7SYyYjMzE7JiMxNjsnLz4KPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9J2U5MDg4NGEzLTNjOWEtMTFlMS0wMDAwLTY0MjYwMzNhYTUwJiM4OycgeG1sbnM6ZGM9J2h0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvJyBkYzpmb3JtYXQ9J2FwcGxpY2F0aW9uL3BkZic+PGRjOnRpdGxlPjxyZGY6QWx0PjxyZGY6bGkgeG1sOmxhbmc9J3gtZGVmYXVsdCc+Q0JDIFJlcG9ydCBmb3IgV2lsZS4gRS4gQ09ZT1RFIChNUk46IDIzNDUzKSBpc3N1ZWQgMy1NYXIgMjAxMSAxMTo0NTwvcmRmOmxpPjwvcmRmOkFsdD48L2RjOnRpdGxlPjxkYzpjcmVhdG9yPjxyZGY6U2VxPjxyZGY6bGk+R3JhaGFtZTwvcmRmOmxpPjwvcmRmOlNlcT48L2RjOmNyZWF0b3I+PGRjOmRlc2NyaXB0aW9uPjxyZGY6U2VxPjxyZGY6bGk+KCk8L3JkZjpsaT48L3JkZjpTZXE+PC9kYzpkZXNjcmlwdGlvbj48L3JkZjpEZXNjcmlwdGlvbj4KPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAo8P3hwYWNrZXQgZW5kPSd3Jz8+CmVuZHN0cmVhbQplbmRvYmoKMiAwIG9iago8PC9Qcm9kdWNlcihHUEwgR2hvc3RzY3JpcHQgOS4wNCkKL0NyZWF0aW9uRGF0ZShEOjIwMTIwMTA5MDgyNTU0KzExJzAwJykKL01vZERhdGUoRDoyMDEyMDEwOTA4MjU1NCsxMScwMCcpCi9UaXRsZShcMzc2XDM3N1wwMDBDXDAwMEJcMDAwQ1wwMDAgXDAwMFJcMDAwZVwwMDBwXDAwMG9cMDAwclwwMDB0XDAwMCBcMDAwZlwwMDBvXDAwMHJcMDAwIFwwMDBXXDAwMGlcMDAwbFwwMDBlXDAwMC5cMDAwIFwwMDBFXDAwMC5cMDAwIFwwMDBDXDAwME9cMDAwWVwwMDBPXDAwMFRcMDAwRVwwMDAgXDAwMFwoXDAwME1cMDAwUlwwMDBOXDAwMDpcMDAwIFwwMDAyXDAwMDNcMDAwNFwwMDA1XDAwMDNcMDAwXClcMDAwIFwwMDBpXDAwMHNcMDAwc1wwMDB1XDAwMGVcMDAwZFwwMDAgXDAwMDNcMDAwLVwwMDBNXDAwMGFcMDAwclwwMDAgXDAwMDJcMDAwMFwwMDAxXDAwMDFcMDAwIFwwMDAxXDAwMDFcMDAwOlwwMDA0XDAwMDUpCi9DcmVhdG9yKFwzNzZcMzc3XDAwMFBcMDAwRFwwMDBGXDAwMENcMDAwclwwMDBlXDAwMGFcMDAwdFwwMDBvXDAwMHJcMDAwIFwwMDBWXDAwMGVcMDAwclwwMDBzXDAwMGlcMDAwb1wwMDBuXDAwMCBcMDAwMVwwMDAuXDAwMDJcMDAwLlwwMDAzKQovQXV0aG9yKFwzNzZcMzc3XDAwMEdcMDAwclwwMDBhXDAwMGhcMDAwYVwwMDBtXDAwMGUpCi9LZXl3b3JkcygpCi9TdWJqZWN0KCk+PmVuZG9iagp4cmVmCjAgMjEKMDAwMDAwMDAwMCA2NTUzNSBmIAowMDAwMDAyMTM3IDAwMDAwIG4gCjAwMDAwNjg3OTMgMDAwMDAgbiAKMDAwMDAwMjA3OCAwMDAwMCBuIAowMDAwMDAxOTM2IDAwMDAwIG4gCjAwMDAwMDAwMTUgMDAwMDAgbiAKMDAwMDAwMTkxNiAwMDAwMCBuIAowMDAwMDAyNjU2IDAwMDAwIG4gCjAwMDAwMDQ2ODEgMDAwMDAgbiAKMDAwMDAwMzQ3OSAwMDAwMCBuIAowMDAwMDIxNTc3IDAwMDAwIG4gCjAwMDAwMDQzMjkgMDAwMDAgbiAKMDAwMDA0MTMwNyAwMDAwMCBuIAowMDAwMDAyMjAyIDAwMDAwIG4gCjAwMDAwMDQ5MDUgMDAwMDAgbiAKMDAwMDAyMTc5MyAwMDAwMCBuIAowMDAwMDQxNTI5IDAwMDAwIG4gCjAwMDAwMDIyNTIgMDAwMDAgbiAKMDAwMDAwMjk0OCAwMDAwMCBuIAowMDAwMDAzODMxIDAwMDAwIG4gCjAwMDAwNjcwODggMDAwMDAgbiAKdHJhaWxlcgo8PCAvU2l6ZSAyMSAvUm9vdCAxIDAgUiAvSW5mbyAyIDAgUgovSUQgWzw4RDdGNzc5QTAwQzcwOTc5NTg3MDQyRjA5MkJBQjhDNj48OEQ3Rjc3OUEwMEM3MDk3OTU4NzA0MkYwOTJCQUI4QzY+XQo+PgpzdGFydHhyZWYKNjk0ODUKJSVFT0YK", "language": "en-AU", "title": "HTML Report" } ], "resourceType": "DiagnosticReport", "result": [ { "reference": "#r1" }, { "reference": "#r2" }, { "reference": "#r3" }, { "reference": "#r4" }, { "reference": "#r5" }, { "reference": "#r6" }, { "reference": "#r7" }, { "reference": "#r8" }, { "reference": "#r9" }, { "reference": "#r10" }, { "reference": "#r11" }, { "reference": "#r12" }, { "reference": "#r13" }, { "reference": "#r14" }, { "reference": "#r15" }, { "reference": "#r16" }, { "reference": "#r17" } ], "status": "final", "subject": { "reference": "Patient/pat2" }, "text": { "div": "<div>\n\t\t\t<h3>CBC Report for Wile. E. COYOTE (MRN: 23453) issued 3-Mar 2011 11:45</h3>\n\t\t\t<pre>\nTest Units Value Reference Range\nHaemoglobin g/L 176 135 - 180\nRed Cell Count x10*12/L 5.9 4.2 - 6.0\nHaematocrit 0.55+ 0.38 - 0.52\nMean Cell Volume fL 99+ 80 - 98\nMean Cell Haemoglobin pg 36+ 27 - 35\nPlatelet Count x10*9/L 444 150 - 450\nWhite Cell Count x10*9/L 4.6 4.0 - 11.0\nNeutrophils % 20\nNeutrophils x10*9/L 0.9--- 2.0 - 7.5\nLymphocytes % 20\nLymphocytes x10*9/L 0.9- 1.1 - 4.0\nMonocytes % 20\nMonocytes x10*9/L 0.9 0.2 - 1.0\nEosinophils % 20\nEosinophils x10*9/L 0.92++ 0.04 - 0.40\nBasophils % 20\nBasophils x10*9/L 0.92+++ <0.21\n </pre>\n\t\t\t<p>Acme Laboratory, Inc signed: Dr Pete Pathologist</p>\n\t\t</div>", "status": "generated" } }; var example196: fhir.DiagnosticReport = { "resourceType": "DiagnosticReport", "id": "101", "text": { "status": "generated", "div": "<div>\n\t\t\t<h3>CBC Report for Wile. E. COYOTE (MRN: 23453) issued 3-Mar 2011 11:45</h3>\n\t\t\t<pre>\nTest Units Value Reference Range\nHaemoglobin g/L 176 135 - 180\nRed Cell Count x10*12/L 5.9 4.2 - 6.0\nHaematocrit 0.55+ 0.38 - 0.52\nMean Cell Volume fL 99+ 80 - 98\nMean Cell Haemoglobin pg 36+ 27 - 35\nPlatelet Count x10*9/L 444 150 - 450\nWhite Cell Count x10*9/L 4.6 4.0 - 11.0\nNeutrophils % 20\nNeutrophils x10*9/L 0.9--- 2.0 - 7.5\nLymphocytes % 20\nLymphocytes x10*9/L 0.9- 1.1 - 4.0\nMonocytes % 20\nMonocytes x10*9/L 0.9 0.2 - 1.0\nEosinophils % 20\nEosinophils x10*9/L 0.92++ 0.04 - 0.40\nBasophils % 20\nBasophils x10*9/L 0.92+++ <0.21\n </pre>\n\t\t\t<p>Acme Laboratory, Inc signed: Dr Pete Pathologist</p>\n\t\t</div>" }, "contained": [ { "resourceType": "Observation", "id": "r1", "_id": { "fhir_comments": [ " \n all the data items (= Observations) are contained\n in this diagnostic report. It would be equally\n valid - and normal - for them to be separate trackable\n items. However for the purposes of this example, it's\n more convenient to have them here. For more discussion,\n see under \"Contained Resources\" on the Resource Definitions\n topic page ", " for users steeped in v2, each observation roughly corresponds with an\n OBX, and the Diagnostic Report with an ORU_R01 message " ] }, "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "718-7", "display": "Hemoglobin [Mass/volume] in Blood" } ], "text": "Haemoglobin" }, "subject": { "reference": "Patient/pat2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 176, "unit": "g/L", "system": "http://unitsofmeasure.org", "code": "g/L" }, "referenceRange": [ { "low": { "value": 135, "unit": "g/L", "system": "http://unitsofmeasure.org", "code": "g/L" }, "high": { "value": 180, "unit": "g/L", "system": "http://unitsofmeasure.org", "code": "g/L" } } ] }, { "resourceType": "Observation", "id": "r2", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "789-8", "display": "Erythrocytes [#/volume] in Blood by Automated count" } ], "text": "Red Cell Count" }, "subject": { "reference": "Patient/pat2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 5.9, "unit": "x10*12/L", "system": "http://unitsofmeasure.org", "code": "10*12/L" }, "referenceRange": [ { "low": { "value": 4.2, "unit": "x10*12/L", "system": "http://unitsofmeasure.org", "code": "10*12/L" }, "high": { "value": 6, "unit": "x10*12/L", "system": "http://unitsofmeasure.org", "code": "10*12/L" } } ] }, { "resourceType": "Observation", "id": "r3", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "4544-3", "display": "Hematocrit [Volume Fraction] of Blood by Automated count" } ], "text": "Haematocrit" }, "subject": { "reference": "Patient/pat2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 55, "unit": "%" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "H" } ] }, "referenceRange": [ { "low": { "value": 38, "unit": "%" }, "high": { "value": 52, "unit": "%" } } ] }, { "resourceType": "Observation", "id": "r4", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "787-2", "display": "Erythrocyte mean corpuscular volume [Entitic volume] by Automated count" } ], "text": "Mean Cell Volume" }, "subject": { "reference": "Patient/pat2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 99, "unit": "fL", "system": "http://unitsofmeasure.org", "code": "fL" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "H" } ] }, "referenceRange": [ { "low": { "value": 80, "unit": "fL", "system": "http://unitsofmeasure.org", "code": "fL" }, "high": { "value": 98, "unit": "fL", "system": "http://unitsofmeasure.org", "code": "fL" } } ] }, { "resourceType": "Observation", "id": "r5", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "785-6", "display": "Erythrocyte mean corpuscular hemoglobin [Entitic mass] by Automated count" } ], "text": "Mean Cell Haemoglobin" }, "subject": { "reference": "Patient/pat2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 36, "unit": "pg", "system": "http://unitsofmeasure.org", "code": "pg" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "H" } ] }, "referenceRange": [ { "low": { "value": 27, "unit": "pg", "system": "http://unitsofmeasure.org", "code": "pg" }, "high": { "value": 35, "unit": "pg", "system": "http://unitsofmeasure.org", "code": "pg" } } ] }, { "resourceType": "Observation", "id": "r6", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "777-3", "display": "Platelets [#/volume] in Blood by Automated count" } ], "text": "Platelet Count" }, "subject": { "reference": "Patient/pat2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 444, "unit": "x10*9/L", "system": "http://unitsofmeasure.org", "code": "10*9/L" }, "referenceRange": [ { "low": { "value": 150, "unit": "x10*9/L", "system": "http://unitsofmeasure.org", "code": "10*9/L" }, "high": { "value": 450, "unit": "x10*9/L", "system": "http://unitsofmeasure.org", "code": "10*9/L" } } ] }, { "resourceType": "Observation", "id": "r7", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "6690-2", "display": "Leukocytes [#/volume] in Blood by Automated count" } ], "text": "White Cell Count" }, "subject": { "reference": "Patient/pat2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 4.6, "unit": "x10*9/L", "system": "http://unitsofmeasure.org", "code": "10*9/L" }, "referenceRange": [ { "low": { "value": 4, "unit": "x10*9/L", "system": "http://unitsofmeasure.org", "code": "10*9/L" }, "high": { "value": 11, "unit": "x10*9/L", "system": "http://unitsofmeasure.org", "code": "10*9/L" } } ] }, { "resourceType": "Observation", "id": "r8", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "770-8", "display": "Neutrophils/100 leukocytes in Blood by Automated count" } ], "text": "Neutrophils" }, "subject": { "reference": "Patient/pat2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 20, "unit": "%", "system": "http://unitsofmeasure.org", "code": "%" } }, { "resourceType": "Observation", "id": "r9", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "751-8", "display": "Neutrophils [#/volume] in Blood by Automated count" } ], "text": "Neutrophils" }, "subject": { "reference": "Patient/pat2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 0.9, "unit": "x10*9/L", "system": "http://unitsofmeasure.org", "code": "10*9/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "LL" } ] }, "referenceRange": [ { "low": { "value": 2, "unit": "x10*9/L", "system": "http://unitsofmeasure.org", "code": "10*9/L" }, "high": { "value": 7.5, "unit": "x10*9/L", "system": "http://unitsofmeasure.org", "code": "10*9/L" } } ] }, { "resourceType": "Observation", "id": "r10", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "736-9", "display": "Lymphocytes/100 leukocytes in Blood by Automated count" } ], "text": "Lymphocytes" }, "subject": { "reference": "Patient/pat2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 20, "unit": "%", "system": "http://unitsofmeasure.org", "code": "%" } }, { "resourceType": "Observation", "id": "r11", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "731-0", "display": "Lymphocytes [#/volume] in Blood by Automated count" } ], "text": "Lymphocytes" }, "subject": { "reference": "Patient/pat2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 0.9, "unit": "x10*9/L", "system": "http://unitsofmeasure.org", "code": "10*9/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "L" } ] }, "referenceRange": [ { "low": { "value": 1.1, "unit": "x10*9/L", "system": "http://unitsofmeasure.org", "code": "10*9/L" }, "high": { "value": 4, "unit": "x10*9/L", "system": "http://unitsofmeasure.org", "code": "10*9/L" } } ] }, { "resourceType": "Observation", "id": "r12", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "5905-5", "display": "Monocytes/100 leukocytes in Blood by Automated count" } ], "text": "Monocytes" }, "subject": { "reference": "Patient/pat2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 20, "unit": "%", "system": "http://unitsofmeasure.org", "code": "%" } }, { "resourceType": "Observation", "id": "r13", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "742-7", "display": "Monocytes [#/volume] in Blood by Automated count" } ], "text": "Monocytes" }, "subject": { "reference": "Patient/pat2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 0.9, "unit": "x10*9/L", "system": "http://unitsofmeasure.org", "code": "10*9/L" }, "referenceRange": [ { "low": { "value": 0.2, "unit": "x10*9/L", "system": "http://unitsofmeasure.org", "code": "10*9/L" }, "high": { "value": 1, "unit": "x10*9/L", "system": "http://unitsofmeasure.org", "code": "10*9/L" } } ] }, { "resourceType": "Observation", "id": "r14", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "713-8", "display": "Eosinophils/100 leukocytes in Blood by Automated count" } ], "text": "Eosinophils" }, "subject": { "reference": "Patient/pat2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 20, "unit": "%", "system": "http://unitsofmeasure.org", "code": "%" } }, { "resourceType": "Observation", "id": "r15", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "711-2", "display": "Eosinophils [#/volume] in Blood by Automated count" } ], "text": "Eosinophils" }, "subject": { "reference": "Patient/pat2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 0.92, "unit": "x10*9/L", "system": "http://unitsofmeasure.org", "code": "10*9/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "HH" } ] }, "referenceRange": [ { "low": { "value": 0.04, "unit": "x10*9/L", "system": "http://unitsofmeasure.org", "code": "10*9/L" }, "high": { "value": 0.4, "unit": "x10*9/L", "system": "http://unitsofmeasure.org", "code": "10*9/L" } } ] }, { "resourceType": "Observation", "id": "r16", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "706-2", "display": "Basophils/100 leukocytes in Blood by Automated count" } ], "text": "Basophils" }, "subject": { "reference": "Patient/pat2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 20, "unit": "%", "system": "http://unitsofmeasure.org", "code": "%" } }, { "resourceType": "Observation", "id": "r17", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "704-7", "display": "Basophils [#/volume] in Blood by Automated count" } ], "text": "Basophils" }, "subject": { "reference": "Patient/pat2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 0.92, "unit": "x10*9/L", "system": "http://unitsofmeasure.org", "code": "10*9/L" }, "referenceRange": [ { "high": { "value": 0.21, "unit": "x10*9/L", "system": "http://unitsofmeasure.org", "code": "10*9/L" } } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "5234342" } ], "status": "final", "category": { "coding": [ { "system": "http://hl7.org/fhir/v2/0074", "code": "HM" } ] }, "code": { "fhir_comments": [ " first, various administrative/context stuff " ], "coding": [ { "system": "http://loinc.org", "code": "58410-2", "display": "Complete blood count (hemogram) panel - Blood by Automated count" }, { "code": "CBC", "display": "MASTER FULL BLOOD COUNT" } ], "text": "Complete Blood Count" }, "subject": { "reference": "Patient/pat2" }, "encounter": { "reference": "Encounter/example" }, "effectiveDateTime": "2011-03-04T08:30:00+11:00", "issued": "2011-03-04T11:45:33+11:00", "_issued": { "fhir_comments": [ " all this report is final " ] }, "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "result": [ { "fhir_comments": [ " now the atomic results " ], "reference": "#r1" }, { "reference": "#r2" }, { "reference": "#r3" }, { "reference": "#r4" }, { "reference": "#r5" }, { "reference": "#r6" }, { "reference": "#r7" }, { "reference": "#r8" }, { "reference": "#r9" }, { "reference": "#r10" }, { "reference": "#r11" }, { "reference": "#r12" }, { "reference": "#r13" }, { "reference": "#r14" }, { "reference": "#r15" }, { "reference": "#r16" }, { "reference": "#r17" } ], "presentedForm": [ { "fhir_comments": [ " finally, here's a pdf representation of the same report.\n A consuming application could choose to display either the\n\thtml version above, or the pdf version - they both need to convey the\n\tsame information " ], "contentType": "application/pdf", "language": "en-AU", "data": "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PSdodHRwOi8vbnMuYWRvYmUuY29tL3BkZi8xLjMvJz48cGRmOlByb2R1Y2VyPkdQTCBHaG9zdHNjcmlwdCA5LjA0PC9wZGY6UHJvZHVjZXI+CjxwZGY6S2V5d29yZHM+KCk8L3BkZjpLZXl3b3Jkcz4KPC9yZGY6RGVzY3JpcHRpb24+CjxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSdlOTA4ODRhMy0zYzlhLTExZTEtMDAwMC02NDI2MDMzYWE1MCYjODsnIHhtbG5zOnhtcD0naHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyc+PHhtcDpNb2RpZnlEYXRlPjIwMTItMDEtMDlUMDg6MjU6NTQrMTE6MDA8L3htcDpNb2RpZnlEYXRlPgo8eG1wOkNyZWF0ZURhdGU+MjAxMi0wMS0wOVQwODoyNTo1NCsxMTowMDwveG1wOkNyZWF0ZURhdGU+Cjx4bXA6Q3JlYXRvclRvb2w+UERGQ3JlYXRvciBWZXJzaW9uIDEuMi4zPC94bXA6Q3JlYXRvclRvb2w+PC9yZGY6RGVzY3JpcHRpb24+CjxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSdlOTA4ODRhMy0zYzlhLTExZTEtMDAwMC02NDI2MDMzYWE1MCYjODsnIHhtbG5zOnhhcE1NPSdodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vJyB4YXBNTTpEb2N1bWVudElEPSd1dWlkOmU5MDg4NGEzLTNjOWEtMTFlMS0wMDAwLTY0MjYwMzNhYTUwJiMxMzg7pyYjMTU3O+7SYyYjMzE7JiMxNjsnLz4KPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9J2U5MDg4NGEzLTNjOWEtMTFlMS0wMDAwLTY0MjYwMzNhYTUwJiM4OycgeG1sbnM6ZGM9J2h0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvJyBkYzpmb3JtYXQ9J2FwcGxpY2F0aW9uL3BkZic+PGRjOnRpdGxlPjxyZGY6QWx0PjxyZGY6bGkgeG1sOmxhbmc9J3gtZGVmYXVsdCc+Q0JDIFJlcG9ydCBmb3IgV2lsZS4gRS4gQ09ZT1RFIChNUk46IDIzNDUzKSBpc3N1ZWQgMy1NYXIgMjAxMSAxMTo0NTwvcmRmOmxpPjwvcmRmOkFsdD48L2RjOnRpdGxlPjxkYzpjcmVhdG9yPjxyZGY6U2VxPjxyZGY6bGk+R3JhaGFtZTwvcmRmOmxpPjwvcmRmOlNlcT48L2RjOmNyZWF0b3I+PGRjOmRlc2NyaXB0aW9uPjxyZGY6U2VxPjxyZGY6bGk+KCk8L3JkZjpsaT48L3JkZjpTZXE+PC9kYzpkZXNjcmlwdGlvbj48L3JkZjpEZXNjcmlwdGlvbj4KPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAo8P3hwYWNrZXQgZW5kPSd3Jz8+CmVuZHN0cmVhbQplbmRvYmoKMiAwIG9iago8PC9Qcm9kdWNlcihHUEwgR2hvc3RzY3JpcHQgOS4wNCkKL0NyZWF0aW9uRGF0ZShEOjIwMTIwMTA5MDgyNTU0KzExJzAwJykKL01vZERhdGUoRDoyMDEyMDEwOTA4MjU1NCsxMScwMCcpCi9UaXRsZShcMzc2XDM3N1wwMDBDXDAwMEJcMDAwQ1wwMDAgXDAwMFJcMDAwZVwwMDBwXDAwMG9cMDAwclwwMDB0XDAwMCBcMDAwZlwwMDBvXDAwMHJcMDAwIFwwMDBXXDAwMGlcMDAwbFwwMDBlXDAwMC5cMDAwIFwwMDBFXDAwMC5cMDAwIFwwMDBDXDAwME9cMDAwWVwwMDBPXDAwMFRcMDAwRVwwMDAgXDAwMFwoXDAwME1cMDAwUlwwMDBOXDAwMDpcMDAwIFwwMDAyXDAwMDNcMDAwNFwwMDA1XDAwMDNcMDAwXClcMDAwIFwwMDBpXDAwMHNcMDAwc1wwMDB1XDAwMGVcMDAwZFwwMDAgXDAwMDNcMDAwLVwwMDBNXDAwMGFcMDAwclwwMDAgXDAwMDJcMDAwMFwwMDAxXDAwMDFcMDAwIFwwMDAxXDAwMDFcMDAwOlwwMDA0XDAwMDUpCi9DcmVhdG9yKFwzNzZcMzc3XDAwMFBcMDAwRFwwMDBGXDAwMENcMDAwclwwMDBlXDAwMGFcMDAwdFwwMDBvXDAwMHJcMDAwIFwwMDBWXDAwMGVcMDAwclwwMDBzXDAwMGlcMDAwb1wwMDBuXDAwMCBcMDAwMVwwMDAuXDAwMDJcMDAwLlwwMDAzKQovQXV0aG9yKFwzNzZcMzc3XDAwMEdcMDAwclwwMDBhXDAwMGhcMDAwYVwwMDBtXDAwMGUpCi9LZXl3b3JkcygpCi9TdWJqZWN0KCk+PmVuZG9iagp4cmVmCjAgMjEKMDAwMDAwMDAwMCA2NTUzNSBmIAowMDAwMDAyMTM3IDAwMDAwIG4gCjAwMDAwNjg3OTMgMDAwMDAgbiAKMDAwMDAwMjA3OCAwMDAwMCBuIAowMDAwMDAxOTM2IDAwMDAwIG4gCjAwMDAwMDAwMTUgMDAwMDAgbiAKMDAwMDAwMTkxNiAwMDAwMCBuIAowMDAwMDAyNjU2IDAwMDAwIG4gCjAwMDAwMDQ2ODEgMDAwMDAgbiAKMDAwMDAwMzQ3OSAwMDAwMCBuIAowMDAwMDIxNTc3IDAwMDAwIG4gCjAwMDAwMDQzMjkgMDAwMDAgbiAKMDAwMDA0MTMwNyAwMDAwMCBuIAowMDAwMDAyMjAyIDAwMDAwIG4gCjAwMDAwMDQ5MDUgMDAwMDAgbiAKMDAwMDAyMTc5MyAwMDAwMCBuIAowMDAwMDQxNTI5IDAwMDAwIG4gCjAwMDAwMDIyNTIgMDAwMDAgbiAKMDAwMDAwMjk0OCAwMDAwMCBuIAowMDAwMDAzODMxIDAwMDAwIG4gCjAwMDAwNjcwODggMDAwMDAgbiAKdHJhaWxlcgo8PCAvU2l6ZSAyMSAvUm9vdCAxIDAgUiAvSW5mbyAyIDAgUgovSUQgWzw4RDdGNzc5QTAwQzcwOTc5NTg3MDQyRjA5MkJBQjhDNj48OEQ3Rjc3OUEwMEM3MDk3OTU4NzA0MkYwOTJCQUI4QzY+XQo+PgpzdGFydHhyZWYKNjk0ODUKJSVFT0YK", "title": "HTML Report" } ] }; var example197: fhir.Bundle = { "entry": [ { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/3", "resource": { "code": { "coding": [ { "code": "25T", "display": "E/LFT (MASTER)", "system": "http://acme.com/labs/reports" } ] }, "contained": [ { "code": { "coding": [ { "code": "2951-2", "display": "Sodium [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "104934005", "system": "http://snomed.info/sct" } ] }, "id": "o1", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 147 }, "low": { "unit": "mmol/L", "value": 137 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/1" }, "valueQuantity": { "unit": "mmol/L", "value": 140 } }, { "code": { "coding": [ { "code": "2823-3", "display": "Potassium [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "59573005", "system": "http://snomed.info/sct" } ] }, "id": "o2", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 5 }, "low": { "unit": "mmol/L", "value": 3.5 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/1" }, "valueQuantity": { "unit": "mmol/L", "value": 4.2 } }, { "code": { "coding": [ { "code": "2075-0", "display": "Chloride [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "46511006", "system": "http://snomed.info/sct" } ] }, "id": "o3", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 109 }, "low": { "unit": "mmol/L", "value": 96 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/1" }, "valueQuantity": { "unit": "mmol/L", "value": 105 } }, { "code": { "coding": [ { "code": "1963-8", "display": "Bicarbonate [Moles/volume] in Serum", "system": "http://loinc.org" }, { "code": "88645003", "system": "http://snomed.info/sct" } ] }, "id": "o4", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 33 }, "low": { "unit": "mmol/L", "value": 25 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/1" }, "valueQuantity": { "unit": "mmol/L", "value": 26 } }, { "code": { "coding": [ { "code": "1863-0", "display": "Anion gap 4 in Serum or Plasma", "system": "http://loinc.org" }, { "code": "271057005", "system": "http://snomed.info/sct" } ] }, "id": "o5", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 17 }, "low": { "unit": "mmol/L", "value": 4 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/1" }, "valueQuantity": { "unit": "mmol/L", "value": 13 } }, { "code": { "coding": [ { "code": "14749-6", "display": "Glucose [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "36048009", "system": "http://snomed.info/sct" } ] }, "id": "o6", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 7.7 }, "low": { "unit": "mmol/L", "value": 3 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/1" }, "valueQuantity": { "unit": "mmol/L", "value": 7.4 } }, { "code": { "coding": [ { "code": "14937-7", "display": "Urea nitrogen [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "273967009", "system": "http://snomed.info/sct" } ] }, "id": "o7", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 7 }, "low": { "unit": "mmol/L", "value": 2 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/1" }, "valueQuantity": { "unit": "mmol/L", "value": 4.7 } }, { "code": { "coding": [ { "code": "14682-9", "display": "Creatinine [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "70901006", "system": "http://snomed.info/sct" } ] }, "id": "o8", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 0.11 }, "low": { "unit": "mmol/L", "value": 0.04 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/1" }, "valueQuantity": { "unit": "mmol/L", "value": 0.09 } }, { "code": { "coding": [ { "code": "14933-6", "display": "Urate [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "86228006", "system": "http://snomed.info/sct" } ] }, "id": "o9", "interpretation": { "coding": [ { "code": "H", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 0.35 }, "low": { "unit": "mmol/L", "value": 0.14 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/1" }, "valueQuantity": { "unit": "mmol/L", "value": 0.39 } }, { "code": { "coding": [ { "code": "14631-6", "display": "Bilirubin.total [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "27171005", "system": "http://snomed.info/sct" } ] }, "id": "o10", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "umol/L", "value": 20 }, "low": { "unit": "umol/L", "value": 2 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/1" }, "valueQuantity": { "unit": "umol/L", "value": 7 } }, { "code": { "coding": [ { "code": "14629-0", "display": "Bilirubin.direct [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "39748002", "system": "http://snomed.info/sct" } ] }, "id": "o11", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "umol/L", "value": 8 }, "low": { "unit": "umol/L", "value": 0 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/1" }, "valueQuantity": { "unit": "umol/L", "value": 3 } }, { "code": { "coding": [ { "code": "6768-6", "display": "Alkaline phosphatase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "88810008", "system": "http://snomed.info/sct" } ] }, "id": "o12", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 115 }, "low": { "unit": "U/L", "value": 30 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/1" }, "valueQuantity": { "unit": "U/L", "value": 108 } }, { "code": { "coding": [ { "code": "2324-2", "display": "Gamma glutamyl transferase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "69480007", "system": "http://snomed.info/sct" } ] }, "id": "o13", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 45 }, "low": { "unit": "U/L", "value": 0 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/1" }, "valueQuantity": { "unit": "U/L", "value": 35 } }, { "code": { "coding": [ { "code": "1742-6", "display": "Alanine aminotransferase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "34608000", "system": "http://snomed.info/sct" } ] }, "id": "o14", "interpretation": { "coding": [ { "code": "H", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 45 }, "low": { "unit": "U/L", "value": 0 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/1" }, "valueQuantity": { "unit": "U/L", "value": 54 } }, { "code": { "coding": [ { "code": "1920-8", "display": "Aspartate aminotransferase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "45896001", "system": "http://snomed.info/sct" } ] }, "id": "o15", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 41 }, "low": { "unit": "U/L", "value": 0 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/1" }, "valueQuantity": { "unit": "U/L", "value": 30 } }, { "code": { "coding": [ { "code": "2532-0", "display": "Lactate dehydrogenase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "11274001", "system": "http://snomed.info/sct" } ] }, "id": "o16", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 250 }, "low": { "unit": "U/L", "value": 80 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/1" }, "valueQuantity": { "unit": "U/L", "value": 131 } }, { "code": { "coding": [ { "code": "2000-8", "display": "Calcium [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "71878006", "system": "http://snomed.info/sct" } ] }, "id": "o17", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 2.65 }, "low": { "unit": "mmol/L", "value": 2.25 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/1" }, "valueQuantity": { "unit": "mmol/L", "value": 2.38 } }, { "code": { "coding": [ { "code": "13959-2", "display": "Calcium.ionized [Moles/volume] in Serum or Plasma by calculation", "system": "http://loinc.org" }, { "code": "166708003", "system": "http://snomed.info/sct" } ] }, "id": "o18", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 2.65 }, "low": { "unit": "mmol/L", "value": 2.25 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/1" }, "valueQuantity": { "unit": "mmol/L", "value": 2.39 } }, { "code": { "coding": [ { "code": "14879-1", "display": "Phosphate [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "104866001", "system": "http://snomed.info/sct" } ] }, "id": "o19", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 1.5 }, "low": { "unit": "mmol/L", "value": 0.8 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/1" }, "valueQuantity": { "unit": "mmol/L", "value": 1.5 } }, { "code": { "coding": [ { "code": "2885-2", "display": "Protein [Mass/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "74040009", "system": "http://snomed.info/sct" } ] }, "id": "o20", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "g/L", "value": 82 }, "low": { "unit": "g/L", "value": 60 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/1" }, "valueQuantity": { "unit": "g/L", "value": 67 } }, { "code": { "coding": [ { "code": "1751-7", "display": "Albumin [Mass/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "104485008", "system": "http://snomed.info/sct" } ] }, "id": "o21", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "g/L", "value": 50 }, "low": { "unit": "g/L", "value": 35 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/1" }, "valueQuantity": { "unit": "g/L", "value": 42 } }, { "code": { "coding": [ { "code": "10834-0", "display": "Globulin [Mass/volume] in Serum by calculation", "system": "http://loinc.org" }, { "code": "104979009", "system": "http://snomed.info/sct" } ] }, "id": "o22", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "g/L", "value": 40 }, "low": { "unit": "g/L", "value": 20 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/1" }, "valueQuantity": { "unit": "g/L", "value": 25 } }, { "code": { "coding": [ { "code": "14798-3", "display": "Iron [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "42950004", "system": "http://snomed.info/sct" } ] }, "id": "o23", "interpretation": { "coding": [ { "code": "LL", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "umol/L", "value": 33 }, "low": { "unit": "umol/L", "value": 10 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/1" }, "valueQuantity": { "unit": "umol/L", "value": 5 } }, { "code": { "coding": [ { "code": "14647-2", "display": "Cholesterol [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "77068002", "system": "http://snomed.info/sct" } ] }, "id": "o24", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 6.7 }, "low": { "unit": "mmol/L", "value": 3.6 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/1" }, "valueQuantity": { "unit": "mmol/L", "value": 3.8 } }, { "code": { "coding": [ { "code": "14927-8", "display": "Triglyceride [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "104784006", "system": "http://snomed.info/sct" } ] }, "id": "o25", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 4 }, "low": { "unit": "mmol/L", "value": 0.3 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/1" }, "valueQuantity": { "unit": "mmol/L", "value": 0.9 } }, { "code": { "coding": [ { "code": "2085-9", "display": "Cholesterol in HDL [Mass/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "17888004", "system": "http://snomed.info/sct" } ] }, "id": "o26", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 2 }, "low": { "unit": "mmol/L", "value": 1 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/1" }, "valueQuantity": { "unit": "mmol/L", "value": 1 } } ], "effectiveDateTime": "2005-01-27T06:40:17Z", "id": "3", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "5234342" } ], "issued": "2005-01-27T06:40:01Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "result": [ { "reference": "#o1" }, { "reference": "#o2" }, { "reference": "#o3" }, { "reference": "#o4" }, { "reference": "#o5" }, { "reference": "#o6" }, { "reference": "#o7" }, { "reference": "#o8" }, { "reference": "#o9" }, { "reference": "#o10" }, { "reference": "#o11" }, { "reference": "#o12" }, { "reference": "#o13" }, { "reference": "#o14" }, { "reference": "#o15" }, { "reference": "#o16" }, { "reference": "#o17" }, { "reference": "#o18" }, { "reference": "#o19" }, { "reference": "#o20" }, { "reference": "#o21" }, { "reference": "#o22" }, { "reference": "#o23" }, { "reference": "#o24" }, { "reference": "#o25" }, { "reference": "#o26" } ], "status": "final", "subject": { "reference": "Patient/1" }, "text": { "div": "<div>\n \n \n <table>\n \n \n <tr>\n \n \n <td>Sodium</td>\n \n \n <td>140</td>\n \n \n <td>mmol/L</td>\n \n \n <td>137-147</td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td>Serum Potassium</td>\n \n \n <td>4.2</td>\n \n \n <td>mmol/L</td>\n \n \n <td>3.5-5.0</td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td>Chloride</td>\n \n \n <td>105</td>\n \n \n <td>mmol/L</td>\n \n \n <td>96-109</td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td>Bicarbonate</td>\n \n \n <td>26</td>\n \n \n <td>mmol/L</td>\n \n \n <td>25-33</td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td>Other Anions</td>\n \n \n <td>13</td>\n \n \n <td>mmol/L</td>\n \n \n <td>4-17</td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td>Glucose</td>\n \n \n <td>7.4</td>\n \n \n <td>mmol/L</td>\n \n \n <td>3.0-7.7</td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td>Urea</td>\n \n \n <td>4.7</td>\n \n \n <td>mmol/L</td>\n \n \n <td>2.0-7.0</td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td>Serum Creatinine</td>\n \n \n <td>0.09</td>\n \n \n <td>mmol/L</td>\n \n \n <td>0.04-0.11</td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td>Serum Uric Acid</td>\n \n \n <td>0.39</td>\n \n \n <td>mmol/L</td>\n \n \n <td>0.14-0.35</td>\n \n \n <td>\n \n \n <b>+</b>\n \n \n </td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td>Total Bilirubin</td>\n \n \n <td>7</td>\n \n \n <td>umol/L</td>\n \n \n <td>2-20</td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td>Direct Bilirubin</td>\n \n \n <td>3</td>\n \n \n <td>umol/L</td>\n \n \n <td>0-8</td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td>Alkaline phosphatase [Enzymatic activity/volume] in Serum or Plasma</td>\n \n \n <td>108</td>\n \n \n <td>U/L</td>\n \n \n <td>30-115</td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td>Gamma G.T.</td>\n \n \n <td>35</td>\n \n \n <td>U/L</td>\n \n \n <td>0-45</td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td>ALT</td>\n \n \n <td>54</td>\n \n \n <td>U/L</td>\n \n \n <td>0-45</td>\n \n \n <td>\n \n \n <b>+</b>\n \n \n </td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td>AST</td>\n \n \n <td>30</td>\n \n \n <td>U/L</td>\n \n \n <td>0-41</td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td>LD</td>\n \n \n <td>131</td>\n \n \n <td>U/L</td>\n \n \n <td>80-250</td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td>Serum Calcium</td>\n \n \n <td>2.38</td>\n \n \n <td>mmol/L</td>\n \n \n <td>2.25-2.65</td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td>Corrected Calcium</td>\n \n \n <td>2.39</td>\n \n \n <td>mmol/L</td>\n \n \n <td>2.25-2.65</td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td>Serum Phosphate</td>\n \n \n <td>1.5</td>\n \n \n <td>mmol/L</td>\n \n \n <td>0.8-1.5</td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td>Total Protein</td>\n \n \n <td>67</td>\n \n \n <td>g/L</td>\n \n \n <td>60-82</td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td>Serum Albumin</td>\n \n \n <td>42</td>\n \n \n <td>g/L</td>\n \n \n <td>35-50</td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td>Globulins</td>\n \n \n <td>25</td>\n \n \n <td>g/L</td>\n \n \n <td>20-40</td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td>Iron</td>\n \n \n <td>5</td>\n \n \n <td>umol/L</td>\n \n \n <td>10-33</td>\n \n \n <td>\n \n \n <b>--</b>\n \n \n </td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td>Cholesterol</td>\n \n \n <td>3.8</td>\n \n \n <td>mmol/L</td>\n \n \n <td>3.6-6.7</td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td> </td>\n \n \n <td colspan=\"4\">Revised NHF cholesterol guidelines (Nov.,2001): Target below 4.0 mmol/L if high risk patient. Consider lipid lowering treatment if cholesterol above 6.0 mmol/L, and no other risk factor of CHD.</td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td>Triglycerides</td>\n \n \n <td>0.9</td>\n \n \n <td>mmol/L</td>\n \n \n <td>0.3-4.0</td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td>HDL Cholesterol</td>\n \n \n <td>1.2</td>\n \n \n <td>mmol/L</td>\n \n \n <td>1.0-2.0</td>\n \n \n </tr>\n \n \n </table>\n \n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/4", "resource": { "code": { "text": "SERUM CHEMISTRY" }, "contained": [ { "code": { "coding": [ { "code": "2951-2", "display": "Sodium [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "104934005", "system": "http://snomed.info/sct" } ] }, "id": "o1", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 147 }, "low": { "unit": "mmol/L", "value": 137 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/2" }, "valueQuantity": { "unit": "mmol/L", "value": 138 } }, { "code": { "coding": [ { "code": "2823-3", "display": "Potassium [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "59573005", "system": "http://snomed.info/sct" } ] }, "id": "o2", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 5 }, "low": { "unit": "mmol/L", "value": 3.5 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/2" }, "valueQuantity": { "unit": "mmol/L", "value": 4.1 } }, { "code": { "coding": [ { "code": "2075-0", "display": "Chloride [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "46511006", "system": "http://snomed.info/sct" } ] }, "id": "o3", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 109 }, "low": { "unit": "mmol/L", "value": 96 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/2" }, "valueQuantity": { "unit": "mmol/L", "value": 103 } }, { "code": { "coding": [ { "code": "1963-8", "display": "Bicarbonate [Moles/volume] in Serum", "system": "http://loinc.org" }, { "code": "88645003", "system": "http://snomed.info/sct" } ] }, "id": "o4", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 33 }, "low": { "unit": "mmol/L", "value": 25 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/2" }, "valueQuantity": { "unit": "mmol/L", "value": 27 } }, { "code": { "coding": [ { "code": "1863-0", "display": "Anion gap 4 in Serum or Plasma", "system": "http://loinc.org" }, { "code": "271057005", "system": "http://snomed.info/sct" } ] }, "id": "o5", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 17 }, "low": { "unit": "mmol/L", "value": 4 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/2" }, "valueQuantity": { "unit": "mmol/L", "value": 12 } }, { "code": { "coding": [ { "code": "14749-6", "display": "Glucose [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "36048009", "system": "http://snomed.info/sct" } ] }, "id": "o6", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 7.7 }, "low": { "unit": "mmol/L", "value": 3 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/2" }, "valueQuantity": { "unit": "mmol/L", "value": 6.8 } }, { "code": { "coding": [ { "code": "14937-7", "display": "Urea nitrogen [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "273967009", "system": "http://snomed.info/sct" } ] }, "id": "o7", "interpretation": { "coding": [ { "code": "H", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 7 }, "low": { "unit": "mmol/L", "value": 2 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/2" }, "valueQuantity": { "unit": "mmol/L", "value": 8.2 } }, { "code": { "coding": [ { "code": "14682-9", "display": "Creatinine [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "70901006", "system": "http://snomed.info/sct" } ] }, "id": "o8", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 0.11 }, "low": { "unit": "mmol/L", "value": 0.04 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/2" }, "valueQuantity": { "unit": "mmol/L", "value": 0.07 } }, { "code": { "coding": [ { "code": "14933-6", "display": "Urate [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "86228006", "system": "http://snomed.info/sct" } ] }, "id": "o9", "interpretation": { "coding": [ { "code": "HH", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 0.35 }, "low": { "unit": "mmol/L", "value": 0.14 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/2" }, "valueQuantity": { "unit": "mmol/L", "value": 0.42 } }, { "code": { "coding": [ { "code": "14631-6", "display": "Bilirubin.total [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "27171005", "system": "http://snomed.info/sct" } ] }, "id": "o10", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "umol/L", "value": 20 }, "low": { "unit": "umol/L", "value": 2 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/2" }, "valueQuantity": { "unit": "umol/L", "value": 16 } }, { "code": { "coding": [ { "code": "14629-0", "display": "Bilirubin.direct [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "39748002", "system": "http://snomed.info/sct" } ] }, "id": "o11", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "umol/L", "value": 8 }, "low": { "unit": "umol/L", "value": 0 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/2" }, "valueQuantity": { "unit": "umol/L", "value": 8 } }, { "code": { "coding": [ { "code": "6768-6", "display": "Alkaline phosphatase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "88810008", "system": "http://snomed.info/sct" } ] }, "id": "o12", "interpretation": { "coding": [ { "code": "HH", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 115 }, "low": { "unit": "U/L", "value": 30 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/2" }, "valueQuantity": { "unit": "U/L", "value": 369 } }, { "code": { "coding": [ { "code": "2324-2", "display": "Gamma glutamyl transferase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "69480007", "system": "http://snomed.info/sct" } ] }, "id": "o13", "interpretation": { "coding": [ { "code": "HH", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 45 }, "low": { "unit": "U/L", "value": 0 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/2" }, "valueQuantity": { "unit": "U/L", "value": 438 } }, { "code": { "coding": [ { "code": "1742-6", "display": "Alanine aminotransferase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "34608000", "system": "http://snomed.info/sct" } ] }, "id": "o14", "interpretation": { "coding": [ { "code": "HH", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 45 }, "low": { "unit": "U/L", "value": 0 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/2" }, "valueQuantity": { "unit": "U/L", "value": 263 } }, { "code": { "coding": [ { "code": "1920-8", "display": "Aspartate aminotransferase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "45896001", "system": "http://snomed.info/sct" } ] }, "id": "o15", "interpretation": { "coding": [ { "code": "HH", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 41 }, "low": { "unit": "U/L", "value": 0 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/2" }, "valueQuantity": { "unit": "U/L", "value": 87 } }, { "code": { "coding": [ { "code": "2532-0", "display": "Lactate dehydrogenase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "11274001", "system": "http://snomed.info/sct" } ] }, "id": "o16", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 250 }, "low": { "unit": "U/L", "value": 80 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/2" }, "valueQuantity": { "unit": "U/L", "value": 179 } }, { "code": { "coding": [ { "code": "2000-8", "display": "Calcium [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "71878006", "system": "http://snomed.info/sct" } ] }, "id": "o17", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 2.65 }, "low": { "unit": "mmol/L", "value": 2.25 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/2" }, "valueQuantity": { "unit": "mmol/L", "value": 2.32 } }, { "code": { "coding": [ { "code": "13959-2", "display": "Calcium.ionized [Moles/volume] in Serum or Plasma by calculation", "system": "http://loinc.org" }, { "code": "166708003", "system": "http://snomed.info/sct" } ] }, "id": "o18", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 2.65 }, "low": { "unit": "mmol/L", "value": 2.25 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/2" }, "valueQuantity": { "unit": "mmol/L", "value": 2.42 } }, { "code": { "coding": [ { "code": "14879-1", "display": "Phosphate [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "104866001", "system": "http://snomed.info/sct" } ] }, "id": "o19", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 1.5 }, "low": { "unit": "mmol/L", "value": 0.8 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/2" }, "valueQuantity": { "unit": "mmol/L", "value": 1.3 } }, { "code": { "coding": [ { "code": "2885-2", "display": "Protein [Mass/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "74040009", "system": "http://snomed.info/sct" } ] }, "id": "o20", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "g/L", "value": 82 }, "low": { "unit": "g/L", "value": 60 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/2" }, "valueQuantity": { "unit": "g/L", "value": 67 } }, { "code": { "coding": [ { "code": "1751-7", "display": "Albumin [Mass/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "104485008", "system": "http://snomed.info/sct" } ] }, "id": "o21", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "g/L", "value": 50 }, "low": { "unit": "g/L", "value": 35 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/2" }, "valueQuantity": { "unit": "g/L", "value": 39 } }, { "code": { "coding": [ { "code": "10834-0", "display": "Globulin [Mass/volume] in Serum by calculation", "system": "http://loinc.org" }, { "code": "104979009", "system": "http://snomed.info/sct" } ] }, "id": "o22", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "g/L", "value": 40 }, "low": { "unit": "g/L", "value": 20 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/2" }, "valueQuantity": { "unit": "g/L", "value": 28 } }, { "code": { "coding": [ { "code": "14798-3", "display": "Iron [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "42950004", "system": "http://snomed.info/sct" } ] }, "id": "o23", "interpretation": { "coding": [ { "code": "L", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "umol/L", "value": 33 }, "low": { "unit": "umol/L", "value": 10 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/2" }, "valueQuantity": { "unit": "umol/L", "value": 8 } }, { "code": { "coding": [ { "code": "14647-2", "display": "Cholesterol [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "77068002", "system": "http://snomed.info/sct" } ] }, "id": "o24", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 6.7 }, "low": { "unit": "mmol/L", "value": 3.6 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/2" }, "valueQuantity": { "unit": "mmol/L", "value": 4.8 } }, { "code": { "coding": [ { "code": "14927-8", "display": "Triglyceride [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "104784006", "system": "http://snomed.info/sct" } ] }, "id": "o25", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 4 }, "low": { "unit": "mmol/L", "value": 0.3 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/2" }, "valueQuantity": { "unit": "mmol/L", "value": 2.2 } } ], "effectiveDateTime": "2004-12-08T07:45:17Z", "id": "4", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "5234342" } ], "issued": "2005-02-23T10:04:01Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "result": [ { "reference": "#o1" }, { "reference": "#o2" }, { "reference": "#o3" }, { "reference": "#o4" }, { "reference": "#o5" }, { "reference": "#o6" }, { "reference": "#o7" }, { "reference": "#o8" }, { "reference": "#o9" }, { "reference": "#o10" }, { "reference": "#o11" }, { "reference": "#o12" }, { "reference": "#o13" }, { "reference": "#o14" }, { "reference": "#o15" }, { "reference": "#o16" }, { "reference": "#o17" }, { "reference": "#o18" }, { "reference": "#o19" }, { "reference": "#o20" }, { "reference": "#o21" }, { "reference": "#o22" }, { "reference": "#o23" }, { "reference": "#o24" }, { "reference": "#o25" } ], "status": "final", "subject": { "reference": "Patient/2" }, "text": { "div": "<div>\n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/5", "resource": { "code": { "text": "SERUM CHEMISTRY" }, "contained": [ { "code": { "coding": [ { "code": "2951-2", "display": "Sodium [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "104934005", "system": "http://snomed.info/sct" } ] }, "id": "o1", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 147 }, "low": { "unit": "mmol/L", "value": 137 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/3" }, "valueQuantity": { "unit": "mmol/L", "value": 142 } }, { "code": { "coding": [ { "code": "2823-3", "display": "Potassium [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "59573005", "system": "http://snomed.info/sct" } ] }, "id": "o2", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 5 }, "low": { "unit": "mmol/L", "value": 3.5 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/3" }, "valueQuantity": { "unit": "mmol/L", "value": 4 } }, { "code": { "coding": [ { "code": "2075-0", "display": "Chloride [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "46511006", "system": "http://snomed.info/sct" } ] }, "id": "o3", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 109 }, "low": { "unit": "mmol/L", "value": 96 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/3" }, "valueQuantity": { "unit": "mmol/L", "value": 105 } }, { "code": { "coding": [ { "code": "1963-8", "display": "Bicarbonate [Moles/volume] in Serum", "system": "http://loinc.org" }, { "code": "88645003", "system": "http://snomed.info/sct" } ] }, "id": "o4", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 33 }, "low": { "unit": "mmol/L", "value": 25 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/3" }, "valueQuantity": { "unit": "mmol/L", "value": 28 } }, { "code": { "coding": [ { "code": "1863-0", "display": "Anion gap 4 in Serum or Plasma", "system": "http://loinc.org" }, { "code": "271057005", "system": "http://snomed.info/sct" } ] }, "id": "o5", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 17 }, "low": { "unit": "mmol/L", "value": 4 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/3" }, "valueQuantity": { "unit": "mmol/L", "value": 13 } }, { "code": { "coding": [ { "code": "14749-6", "display": "Glucose [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "36048009", "system": "http://snomed.info/sct" } ] }, "id": "o6", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 7.7 }, "low": { "unit": "mmol/L", "value": 3 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/3" }, "valueQuantity": { "unit": "mmol/L", "value": 5.2 } }, { "code": { "coding": [ { "code": "14937-7", "display": "Urea nitrogen [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "273967009", "system": "http://snomed.info/sct" } ] }, "id": "o7", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 7 }, "low": { "unit": "mmol/L", "value": 2 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/3" }, "valueQuantity": { "unit": "mmol/L", "value": 6.4 } }, { "code": { "coding": [ { "code": "14682-9", "display": "Creatinine [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "70901006", "system": "http://snomed.info/sct" } ] }, "id": "o8", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 0.11 }, "low": { "unit": "mmol/L", "value": 0.04 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/3" }, "valueQuantity": { "unit": "mmol/L", "value": 0.09 } }, { "code": { "coding": [ { "code": "14933-6", "display": "Urate [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "86228006", "system": "http://snomed.info/sct" } ] }, "id": "o9", "interpretation": { "coding": [ { "code": "HH", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 0.35 }, "low": { "unit": "mmol/L", "value": 0.14 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/3" }, "valueQuantity": { "unit": "mmol/L", "value": 0.46 } }, { "code": { "coding": [ { "code": "14631-6", "display": "Bilirubin.total [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "27171005", "system": "http://snomed.info/sct" } ] }, "id": "o10", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "umol/L", "value": 20 }, "low": { "unit": "umol/L", "value": 2 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/3" }, "valueQuantity": { "unit": "umol/L", "value": 13 } }, { "code": { "coding": [ { "code": "14629-0", "display": "Bilirubin.direct [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "39748002", "system": "http://snomed.info/sct" } ] }, "id": "o11", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "umol/L", "value": 8 }, "low": { "unit": "umol/L", "value": 0.1 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/3" }, "valueQuantity": { "unit": "umol/L", "value": 6 } }, { "code": { "coding": [ { "code": "6768-6", "display": "Alkaline phosphatase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "88810008", "system": "http://snomed.info/sct" } ] }, "id": "o12", "interpretation": { "coding": [ { "code": "HH", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 115 }, "low": { "unit": "U/L", "value": 30 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/3" }, "valueQuantity": { "unit": "U/L", "value": 204 } }, { "code": { "coding": [ { "code": "2324-2", "display": "Gamma glutamyl transferase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "69480007", "system": "http://snomed.info/sct" } ] }, "id": "o13", "interpretation": { "coding": [ { "code": "HH", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 45 }, "low": { "unit": "U/L", "value": 0 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/3" }, "valueQuantity": { "unit": "U/L", "value": 192 } }, { "code": { "coding": [ { "code": "1742-6", "display": "Alanine aminotransferase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "34608000", "system": "http://snomed.info/sct" } ] }, "id": "o14", "interpretation": { "coding": [ { "code": "H", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 45 }, "low": { "unit": "U/L", "value": 0 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/3" }, "valueQuantity": { "unit": "U/L", "value": 70 } }, { "code": { "coding": [ { "code": "1920-8", "display": "Aspartate aminotransferase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "45896001", "system": "http://snomed.info/sct" } ] }, "id": "o15", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 41 }, "low": { "unit": "U/L", "value": 0 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/3" }, "valueQuantity": { "unit": "U/L", "value": 26 } }, { "code": { "coding": [ { "code": "2532-0", "display": "Lactate dehydrogenase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "11274001", "system": "http://snomed.info/sct" } ] }, "id": "o16", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 250 }, "low": { "unit": "U/L", "value": 80 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/3" }, "valueQuantity": { "unit": "U/L", "value": 150 } }, { "code": { "coding": [ { "code": "2000-8", "display": "Calcium [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "71878006", "system": "http://snomed.info/sct" } ] }, "id": "o17", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 2.65 }, "low": { "unit": "mmol/L", "value": 2.25 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/3" }, "valueQuantity": { "unit": "mmol/L", "value": 2.37 } }, { "code": { "coding": [ { "code": "13959-2", "display": "Calcium.ionized [Moles/volume] in Serum or Plasma by calculation", "system": "http://loinc.org" }, { "code": "166708003", "system": "http://snomed.info/sct" } ] }, "id": "o18", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 2.65 }, "low": { "unit": "mmol/L", "value": 2.25 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/3" }, "valueQuantity": { "unit": "mmol/L", "value": 2.47 } }, { "code": { "coding": [ { "code": "14879-1", "display": "Phosphate [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "104866001", "system": "http://snomed.info/sct" } ] }, "id": "o19", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 1.5 }, "low": { "unit": "mmol/L", "value": 0.8 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/3" }, "valueQuantity": { "unit": "mmol/L", "value": 1.4 } }, { "code": { "coding": [ { "code": "2885-2", "display": "Protein [Mass/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "74040009", "system": "http://snomed.info/sct" } ] }, "id": "o20", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "g/L", "value": 82 }, "low": { "unit": "g/L", "value": 60 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/3" }, "valueQuantity": { "unit": "g/L", "value": 67 } }, { "code": { "coding": [ { "code": "1751-7", "display": "Albumin [Mass/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "104485008", "system": "http://snomed.info/sct" } ] }, "id": "o21", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "g/L", "value": 50 }, "low": { "unit": "g/L", "value": 35 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/3" }, "valueQuantity": { "unit": "g/L", "value": 39 } }, { "code": { "coding": [ { "code": "10834-0", "display": "Globulin [Mass/volume] in Serum by calculation", "system": "http://loinc.org" }, { "code": "104979009", "system": "http://snomed.info/sct" } ] }, "id": "o22", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "g/L", "value": 40 }, "low": { "unit": "g/L", "value": 20 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/3" }, "valueQuantity": { "unit": "g/L", "value": 28 } }, { "code": { "coding": [ { "code": "14798-3", "display": "Iron [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "42950004", "system": "http://snomed.info/sct" } ] }, "id": "o23", "interpretation": { "coding": [ { "code": "LL", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "umol/L", "value": 33 }, "low": { "unit": "umol/L", "value": 10 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/3" }, "valueQuantity": { "unit": "umol/L", "value": 5 } }, { "code": { "coding": [ { "code": "14647-2", "display": "Cholesterol [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "77068002", "system": "http://snomed.info/sct" } ] }, "id": "o24", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 6.7 }, "low": { "unit": "mmol/L", "value": 3.6 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/3" }, "valueQuantity": { "unit": "mmol/L", "value": 4.4 } }, { "code": { "coding": [ { "code": "14927-8", "display": "Triglyceride [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "104784006", "system": "http://snomed.info/sct" } ] }, "id": "o25", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 4 }, "low": { "unit": "mmol/L", "value": 0.3 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/3" }, "valueQuantity": { "unit": "mmol/L", "value": 1.1 } } ], "effectiveDateTime": "2004-12-15T07:20:17Z", "id": "5", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "5234342" } ], "issued": "2005-02-23T10:04:01Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "result": [ { "reference": "#o1" }, { "reference": "#o2" }, { "reference": "#o3" }, { "reference": "#o4" }, { "reference": "#o5" }, { "reference": "#o6" }, { "reference": "#o7" }, { "reference": "#o8" }, { "reference": "#o9" }, { "reference": "#o10" }, { "reference": "#o11" }, { "reference": "#o12" }, { "reference": "#o13" }, { "reference": "#o14" }, { "reference": "#o15" }, { "reference": "#o16" }, { "reference": "#o17" }, { "reference": "#o18" }, { "reference": "#o19" }, { "reference": "#o20" }, { "reference": "#o21" }, { "reference": "#o22" }, { "reference": "#o23" }, { "reference": "#o24" }, { "reference": "#o25" } ], "status": "final", "subject": { "reference": "Patient/3" }, "text": { "div": "<div>\n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/6", "resource": { "code": { "text": "SERUM CHEMISTRY" }, "contained": [ { "code": { "coding": [ { "code": "2951-2", "display": "Sodium [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "104934005", "system": "http://snomed.info/sct" } ] }, "id": "o1", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 147 }, "low": { "unit": "mmol/L", "value": 137 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/4" }, "valueQuantity": { "unit": "mmol/L", "value": 142 } }, { "code": { "coding": [ { "code": "2823-3", "display": "Potassium [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "59573005", "system": "http://snomed.info/sct" } ] }, "id": "o2", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 5 }, "low": { "unit": "mmol/L", "value": 3.5 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/4" }, "valueQuantity": { "unit": "mmol/L", "value": 4 } }, { "code": { "coding": [ { "code": "2075-0", "display": "Chloride [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "46511006", "system": "http://snomed.info/sct" } ] }, "id": "o3", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 109 }, "low": { "unit": "mmol/L", "value": 96 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/4" }, "valueQuantity": { "unit": "mmol/L", "value": 107 } }, { "code": { "coding": [ { "code": "1963-8", "display": "Bicarbonate [Moles/volume] in Serum", "system": "http://loinc.org" }, { "code": "88645003", "system": "http://snomed.info/sct" } ] }, "id": "o4", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 33 }, "low": { "unit": "mmol/L", "value": 25 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/4" }, "valueQuantity": { "unit": "mmol/L", "value": 26 } }, { "code": { "coding": [ { "code": "1863-0", "display": "Anion gap 4 in Serum or Plasma", "system": "http://loinc.org" }, { "code": "271057005", "system": "http://snomed.info/sct" } ] }, "id": "o5", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 17 }, "low": { "unit": "mmol/L", "value": 4 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/4" }, "valueQuantity": { "unit": "mmol/L", "value": 13 } }, { "code": { "coding": [ { "code": "14749-6", "display": "Glucose [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "36048009", "system": "http://snomed.info/sct" } ] }, "id": "o6", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 7.7 }, "low": { "unit": "mmol/L", "value": 3 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/4" }, "valueQuantity": { "unit": "mmol/L", "value": 6.3 } }, { "code": { "coding": [ { "code": "14937-7", "display": "Urea nitrogen [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "273967009", "system": "http://snomed.info/sct" } ] }, "id": "o7", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 7 }, "low": { "unit": "mmol/L", "value": 2 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/4" }, "valueQuantity": { "unit": "mmol/L", "value": 6.7 } }, { "code": { "coding": [ { "code": "14682-9", "display": "Creatinine [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "70901006", "system": "http://snomed.info/sct" } ] }, "id": "o8", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 0.11 }, "low": { "unit": "mmol/L", "value": 0.04 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/4" }, "valueQuantity": { "unit": "mmol/L", "value": 0.08 } }, { "code": { "coding": [ { "code": "14933-6", "display": "Urate [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "86228006", "system": "http://snomed.info/sct" } ] }, "id": "o9", "interpretation": { "coding": [ { "code": "HH", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 0.35 }, "low": { "unit": "mmol/L", "value": 0.14 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/4" }, "valueQuantity": { "unit": "mmol/L", "value": 0.4 } }, { "code": { "coding": [ { "code": "14631-6", "display": "Bilirubin.total [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "27171005", "system": "http://snomed.info/sct" } ] }, "id": "o10", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "umol/L", "value": 20 }, "low": { "unit": "umol/L", "value": 2 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/4" }, "valueQuantity": { "unit": "umol/L", "value": 9 } }, { "code": { "coding": [ { "code": "14629-0", "display": "Bilirubin.direct [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "39748002", "system": "http://snomed.info/sct" } ] }, "id": "o11", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "umol/L", "value": 8 }, "low": { "unit": "umol/L", "value": 0 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/4" }, "valueQuantity": { "unit": "umol/L", "value": 4 } }, { "code": { "coding": [ { "code": "6768-6", "display": "Alkaline phosphatase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "88810008", "system": "http://snomed.info/sct" } ] }, "id": "o12", "interpretation": { "coding": [ { "code": "H", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 115 }, "low": { "unit": "U/L", "value": 30 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/4" }, "valueQuantity": { "unit": "U/L", "value": 144 } }, { "code": { "coding": [ { "code": "2324-2", "display": "Gamma glutamyl transferase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "69480007", "system": "http://snomed.info/sct" } ] }, "id": "o13", "interpretation": { "coding": [ { "code": "HH", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 45 }, "low": { "unit": "U/L", "value": 0 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/4" }, "valueQuantity": { "unit": "U/L", "value": 106 } }, { "code": { "coding": [ { "code": "1742-6", "display": "Alanine aminotransferase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "34608000", "system": "http://snomed.info/sct" } ] }, "id": "o14", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 45 }, "low": { "unit": "U/L", "value": 0 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/4" }, "valueQuantity": { "unit": "U/L", "value": 30 } }, { "code": { "coding": [ { "code": "1920-8", "display": "Aspartate aminotransferase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "45896001", "system": "http://snomed.info/sct" } ] }, "id": "o15", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 41 }, "low": { "unit": "U/L", "value": 0 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/4" }, "valueQuantity": { "unit": "U/L", "value": 18 } }, { "code": { "coding": [ { "code": "2532-0", "display": "Lactate dehydrogenase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "11274001", "system": "http://snomed.info/sct" } ] }, "id": "o16", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 250 }, "low": { "unit": "U/L", "value": 80 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/4" }, "valueQuantity": { "unit": "U/L", "value": 143 } }, { "code": { "coding": [ { "code": "2000-8", "display": "Calcium [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "71878006", "system": "http://snomed.info/sct" } ] }, "id": "o17", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 2.65 }, "low": { "unit": "mmol/L", "value": 2.25 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/4" }, "valueQuantity": { "unit": "mmol/L", "value": 2.28 } }, { "code": { "coding": [ { "code": "13959-2", "display": "Calcium.ionized [Moles/volume] in Serum or Plasma by calculation", "system": "http://loinc.org" }, { "code": "166708003", "system": "http://snomed.info/sct" } ] }, "id": "o18", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 2.65 }, "low": { "unit": "mmol/L", "value": 2.25 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/4" }, "valueQuantity": { "unit": "mmol/L", "value": 2.32 } }, { "code": { "coding": [ { "code": "14879-1", "display": "Phosphate [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "104866001", "system": "http://snomed.info/sct" } ] }, "id": "o19", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 1.5 }, "low": { "unit": "mmol/L", "value": 0.8 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/4" }, "valueQuantity": { "unit": "mmol/L", "value": 1.3 } }, { "code": { "coding": [ { "code": "2885-2", "display": "Protein [Mass/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "74040009", "system": "http://snomed.info/sct" } ] }, "id": "o20", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "g/L", "value": 82 }, "low": { "unit": "g/L", "value": 60 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/4" }, "valueQuantity": { "unit": "g/L", "value": 66 } }, { "code": { "coding": [ { "code": "1751-7", "display": "Albumin [Mass/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "104485008", "system": "http://snomed.info/sct" } ] }, "id": "o21", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "g/L", "value": 50 }, "low": { "unit": "g/L", "value": 35 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/4" }, "valueQuantity": { "unit": "g/L", "value": 41 } }, { "code": { "coding": [ { "code": "10834-0", "display": "Globulin [Mass/volume] in Serum by calculation", "system": "http://loinc.org" }, { "code": "104979009", "system": "http://snomed.info/sct" } ] }, "id": "o22", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "g/L", "value": 40 }, "low": { "unit": "g/L", "value": 20 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/4" }, "valueQuantity": { "unit": "g/L", "value": 25 } }, { "code": { "coding": [ { "code": "14798-3", "display": "Iron [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "42950004", "system": "http://snomed.info/sct" } ] }, "id": "o23", "interpretation": { "coding": [ { "code": "LL", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "umol/L", "value": 33 }, "low": { "unit": "umol/L", "value": 10 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/4" }, "valueQuantity": { "unit": "umol/L", "value": 3 } }, { "code": { "coding": [ { "code": "14647-2", "display": "Cholesterol [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "77068002", "system": "http://snomed.info/sct" } ] }, "id": "o24", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 6.7 }, "low": { "unit": "mmol/L", "value": 3.6 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/4" }, "valueQuantity": { "unit": "mmol/L", "value": 4 } }, { "code": { "coding": [ { "code": "14927-8", "display": "Triglyceride [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "104784006", "system": "http://snomed.info/sct" } ] }, "id": "o25", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 4 }, "low": { "unit": "mmol/L", "value": 0.3 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/4" }, "valueQuantity": { "unit": "mmol/L", "value": 1 } } ], "effectiveDateTime": "2004-12-22T07:45:17Z", "id": "6", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "5234342" } ], "issued": "2004-12-21T00:00:01Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "result": [ { "reference": "#o1" }, { "reference": "#o2" }, { "reference": "#o3" }, { "reference": "#o4" }, { "reference": "#o5" }, { "reference": "#o6" }, { "reference": "#o7" }, { "reference": "#o8" }, { "reference": "#o9" }, { "reference": "#o10" }, { "reference": "#o11" }, { "reference": "#o12" }, { "reference": "#o13" }, { "reference": "#o14" }, { "reference": "#o15" }, { "reference": "#o16" }, { "reference": "#o17" }, { "reference": "#o18" }, { "reference": "#o19" }, { "reference": "#o20" }, { "reference": "#o21" }, { "reference": "#o22" }, { "reference": "#o23" }, { "reference": "#o24" }, { "reference": "#o25" } ], "status": "final", "subject": { "reference": "Patient/4" }, "text": { "div": "<div>\n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/7", "resource": { "code": { "text": "SERUM CHEMISTRY" }, "contained": [ { "code": { "coding": [ { "code": "2951-2", "display": "Sodium [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "104934005", "system": "http://snomed.info/sct" } ] }, "id": "o1", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 147 }, "low": { "unit": "mmol/L", "value": 137 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/5" }, "valueQuantity": { "unit": "mmol/L", "value": 141 } }, { "code": { "coding": [ { "code": "2823-3", "display": "Potassium [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "59573005", "system": "http://snomed.info/sct" } ] }, "id": "o2", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 5 }, "low": { "unit": "mmol/L", "value": 3.5 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/5" }, "valueQuantity": { "unit": "mmol/L", "value": 4.2 } }, { "code": { "coding": [ { "code": "2075-0", "display": "Chloride [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "46511006", "system": "http://snomed.info/sct" } ] }, "id": "o3", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 109 }, "low": { "unit": "mmol/L", "value": 96 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/5" }, "valueQuantity": { "unit": "mmol/L", "value": 106 } }, { "code": { "coding": [ { "code": "1963-8", "display": "Bicarbonate [Moles/volume] in Serum", "system": "http://loinc.org" }, { "code": "88645003", "system": "http://snomed.info/sct" } ] }, "id": "o4", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 33 }, "low": { "unit": "mmol/L", "value": 25 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/5" }, "valueQuantity": { "unit": "mmol/L", "value": 29 } }, { "code": { "coding": [ { "code": "1863-0", "display": "Anion gap 4 in Serum or Plasma", "system": "http://loinc.org" }, { "code": "271057005", "system": "http://snomed.info/sct" } ] }, "id": "o5", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 17 }, "low": { "unit": "mmol/L", "value": 4 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/5" }, "valueQuantity": { "unit": "mmol/L", "value": 10 } }, { "code": { "coding": [ { "code": "14749-6", "display": "Glucose [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "36048009", "system": "http://snomed.info/sct" } ] }, "id": "o6", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 7.7 }, "low": { "unit": "mmol/L", "value": 3 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/5" }, "valueQuantity": { "unit": "mmol/L", "value": 7 } }, { "code": { "coding": [ { "code": "14937-7", "display": "Urea nitrogen [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "273967009", "system": "http://snomed.info/sct" } ] }, "id": "o7", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 7 }, "low": { "unit": "mmol/L", "value": 2 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/5" }, "valueQuantity": { "unit": "mmol/L", "value": 4.7 } }, { "code": { "coding": [ { "code": "14682-9", "display": "Creatinine [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "70901006", "system": "http://snomed.info/sct" } ] }, "id": "o8", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 0.11 }, "low": { "unit": "mmol/L", "value": 0.04 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/5" }, "valueQuantity": { "unit": "mmol/L", "value": 0.05 } }, { "code": { "coding": [ { "code": "14933-6", "display": "Urate [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "86228006", "system": "http://snomed.info/sct" } ] }, "id": "o9", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 0.35 }, "low": { "unit": "mmol/L", "value": 0.14 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/5" }, "valueQuantity": { "unit": "mmol/L", "value": 0.32 } }, { "code": { "coding": [ { "code": "14631-6", "display": "Bilirubin.total [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "27171005", "system": "http://snomed.info/sct" } ] }, "id": "o10", "interpretation": { "coding": [ { "code": "HH", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "umol/L", "value": 20 }, "low": { "unit": "umol/L", "value": 2 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/5" }, "valueQuantity": { "unit": "umol/L", "value": 43 } }, { "code": { "coding": [ { "code": "6768-6", "display": "Alkaline phosphatase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "88810008", "system": "http://snomed.info/sct" } ] }, "id": "o11", "interpretation": { "coding": [ { "code": "HH", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 115 }, "low": { "unit": "U/L", "value": 30 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/5" }, "valueQuantity": { "unit": "U/L", "value": 708 } }, { "code": { "coding": [ { "code": "2324-2", "display": "Gamma glutamyl transferase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "69480007", "system": "http://snomed.info/sct" } ] }, "id": "o12", "interpretation": { "coding": [ { "code": "HH", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 45 }, "low": { "unit": "U/L", "value": 0 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/5" }, "valueQuantity": { "unit": "U/L", "value": 1131 } }, { "code": { "coding": [ { "code": "1742-6", "display": "Alanine aminotransferase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "34608000", "system": "http://snomed.info/sct" } ] }, "id": "o13", "interpretation": { "coding": [ { "code": "HH", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 45 }, "low": { "unit": "U/L", "value": 0 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/5" }, "valueQuantity": { "unit": "U/L", "value": 475 } }, { "code": { "coding": [ { "code": "1920-8", "display": "Aspartate aminotransferase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "45896001", "system": "http://snomed.info/sct" } ] }, "id": "o14", "interpretation": { "coding": [ { "code": "HH", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 41 }, "low": { "unit": "U/L", "value": 0 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/5" }, "valueQuantity": { "unit": "U/L", "value": 176 } }, { "code": { "coding": [ { "code": "2532-0", "display": "Lactate dehydrogenase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "11274001", "system": "http://snomed.info/sct" } ] }, "id": "o15", "interpretation": { "coding": [ { "code": "HH", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 250 }, "low": { "unit": "U/L", "value": 80 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/5" }, "valueQuantity": { "unit": "U/L", "value": 324 } }, { "code": { "coding": [ { "code": "2000-8", "display": "Calcium [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "71878006", "system": "http://snomed.info/sct" } ] }, "id": "o16", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 2.65 }, "low": { "unit": "mmol/L", "value": 2.25 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/5" }, "valueQuantity": { "unit": "mmol/L", "value": 2.32 } }, { "code": { "coding": [ { "code": "13959-2", "display": "Calcium.ionized [Moles/volume] in Serum or Plasma by calculation", "system": "http://loinc.org" }, { "code": "166708003", "system": "http://snomed.info/sct" } ] }, "id": "o17", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 2.65 }, "low": { "unit": "mmol/L", "value": 2.25 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/5" }, "valueQuantity": { "unit": "mmol/L", "value": 2.45 } }, { "code": { "coding": [ { "code": "14879-1", "display": "Phosphate [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "104866001", "system": "http://snomed.info/sct" } ] }, "id": "o18", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 1.5 }, "low": { "unit": "mmol/L", "value": 0.8 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/5" }, "valueQuantity": { "unit": "mmol/L", "value": 0.9 } }, { "code": { "coding": [ { "code": "2885-2", "display": "Protein [Mass/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "74040009", "system": "http://snomed.info/sct" } ] }, "id": "o19", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "g/L", "value": 82 }, "low": { "unit": "g/L", "value": 60 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/5" }, "valueQuantity": { "unit": "g/L", "value": 71 } }, { "code": { "coding": [ { "code": "1751-7", "display": "Albumin [Mass/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "104485008", "system": "http://snomed.info/sct" } ] }, "id": "o20", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "g/L", "value": 50 }, "low": { "unit": "g/L", "value": 35 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/5" }, "valueQuantity": { "unit": "g/L", "value": 38 } }, { "code": { "coding": [ { "code": "10834-0", "display": "Globulin [Mass/volume] in Serum by calculation", "system": "http://loinc.org" }, { "code": "104979009", "system": "http://snomed.info/sct" } ] }, "id": "o21", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "g/L", "value": 40 }, "low": { "unit": "g/L", "value": 20 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/5" }, "valueQuantity": { "unit": "g/L", "value": 33 } }, { "code": { "coding": [ { "code": "14798-3", "display": "Iron [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "42950004", "system": "http://snomed.info/sct" } ] }, "id": "o22", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "umol/L", "value": 33 }, "low": { "unit": "umol/L", "value": 10 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/5" }, "valueQuantity": { "unit": "umol/L", "value": 17 } }, { "code": { "coding": [ { "code": "14647-2", "display": "Cholesterol [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "77068002", "system": "http://snomed.info/sct" } ] }, "id": "o23", "interpretation": { "coding": [ { "code": "H", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 6.7 }, "low": { "unit": "mmol/L", "value": 3.6 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/5" }, "valueQuantity": { "unit": "mmol/L", "value": 7 } }, { "code": { "coding": [ { "code": "14927-8", "display": "Triglyceride [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "104784006", "system": "http://snomed.info/sct" } ] }, "id": "o24", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 4 }, "low": { "unit": "mmol/L", "value": 0.3 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/5" }, "valueQuantity": { "unit": "mmol/L", "value": 0.9 } } ], "effectiveDateTime": "2004-12-03T09:45:17Z", "id": "7", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "5234342" } ], "issued": "2004-12-03T00:00:01Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "result": [ { "reference": "#o1" }, { "reference": "#o2" }, { "reference": "#o3" }, { "reference": "#o4" }, { "reference": "#o5" }, { "reference": "#o6" }, { "reference": "#o7" }, { "reference": "#o8" }, { "reference": "#o9" }, { "reference": "#o10" }, { "reference": "#o11" }, { "reference": "#o12" }, { "reference": "#o13" }, { "reference": "#o14" }, { "reference": "#o15" }, { "reference": "#o16" }, { "reference": "#o17" }, { "reference": "#o18" }, { "reference": "#o19" }, { "reference": "#o20" }, { "reference": "#o21" }, { "reference": "#o22" }, { "reference": "#o23" }, { "reference": "#o24" } ], "status": "final", "subject": { "reference": "Patient/5" }, "text": { "div": "<div>\n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/8", "resource": { "code": { "text": "SERUM CHEMISTRY" }, "contained": [ { "code": { "coding": [ { "code": "2951-2", "display": "Sodium [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "104934005", "system": "http://snomed.info/sct" } ] }, "id": "o1", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 147 }, "low": { "unit": "mmol/L", "value": 137 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/6" }, "valueQuantity": { "unit": "mmol/L", "value": 142 } }, { "code": { "coding": [ { "code": "2823-3", "display": "Potassium [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "59573005", "system": "http://snomed.info/sct" } ] }, "id": "o2", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 5 }, "low": { "unit": "mmol/L", "value": 3.5 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/6" }, "valueQuantity": { "unit": "mmol/L", "value": 3.6 } }, { "code": { "coding": [ { "code": "2075-0", "display": "Chloride [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "46511006", "system": "http://snomed.info/sct" } ] }, "id": "o3", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 109 }, "low": { "unit": "mmol/L", "value": 96 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/6" }, "valueQuantity": { "unit": "mmol/L", "value": 104 } }, { "code": { "coding": [ { "code": "1963-8", "display": "Bicarbonate [Moles/volume] in Serum", "system": "http://loinc.org" }, { "code": "88645003", "system": "http://snomed.info/sct" } ] }, "id": "o4", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 33 }, "low": { "unit": "mmol/L", "value": 25 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/6" }, "valueQuantity": { "unit": "mmol/L", "value": 30 } }, { "code": { "coding": [ { "code": "1863-0", "display": "Anion gap 4 in Serum or Plasma", "system": "http://loinc.org" }, { "code": "271057005", "system": "http://snomed.info/sct" } ] }, "id": "o5", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 17 }, "low": { "unit": "mmol/L", "value": 4 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/6" }, "valueQuantity": { "unit": "mmol/L", "value": 12 } }, { "code": { "coding": [ { "code": "14749-6", "display": "Glucose [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "36048009", "system": "http://snomed.info/sct" } ] }, "id": "o6", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 7.7 }, "low": { "unit": "mmol/L", "value": 3 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/6" }, "valueQuantity": { "unit": "mmol/L", "value": 6.2 } }, { "code": { "coding": [ { "code": "14937-7", "display": "Urea nitrogen [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "273967009", "system": "http://snomed.info/sct" } ] }, "id": "o7", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 7 }, "low": { "unit": "mmol/L", "value": 2 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/6" }, "valueQuantity": { "unit": "mmol/L", "value": 4.5 } }, { "code": { "coding": [ { "code": "14682-9", "display": "Creatinine [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "70901006", "system": "http://snomed.info/sct" } ] }, "id": "o8", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 0.11 }, "low": { "unit": "mmol/L", "value": 0.04 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/6" }, "valueQuantity": { "unit": "mmol/L", "value": 0.06 } }, { "code": { "coding": [ { "code": "14933-6", "display": "Urate [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "86228006", "system": "http://snomed.info/sct" } ] }, "id": "o9", "interpretation": { "coding": [ { "code": "H", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 0.35 }, "low": { "unit": "mmol/L", "value": 0.14 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/6" }, "valueQuantity": { "unit": "mmol/L", "value": 0.37 } }, { "code": { "coding": [ { "code": "14631-6", "display": "Bilirubin.total [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "27171005", "system": "http://snomed.info/sct" } ] }, "id": "o10", "interpretation": { "coding": [ { "code": "HH", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "umol/L", "value": 20 }, "low": { "unit": "umol/L", "value": 2 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/6" }, "valueQuantity": { "unit": "umol/L", "value": 50 } }, { "code": { "coding": [ { "code": "6768-6", "display": "Alkaline phosphatase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "88810008", "system": "http://snomed.info/sct" } ] }, "id": "o11", "interpretation": { "coding": [ { "code": "HH", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 115 }, "low": { "unit": "U/L", "value": 30 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/6" }, "valueQuantity": { "unit": "U/L", "value": 684 } }, { "code": { "coding": [ { "code": "2324-2", "display": "Gamma glutamyl transferase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "69480007", "system": "http://snomed.info/sct" } ] }, "id": "o12", "interpretation": { "coding": [ { "code": "HH", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 45 }, "low": { "unit": "U/L", "value": 0 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/6" }, "valueQuantity": { "unit": "U/L", "value": 1105 } }, { "code": { "coding": [ { "code": "1742-6", "display": "Alanine aminotransferase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "34608000", "system": "http://snomed.info/sct" } ] }, "id": "o13", "interpretation": { "coding": [ { "code": "HH", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 45 }, "low": { "unit": "U/L", "value": 0 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/6" }, "valueQuantity": { "unit": "U/L", "value": 466 } }, { "code": { "coding": [ { "code": "1920-8", "display": "Aspartate aminotransferase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "45896001", "system": "http://snomed.info/sct" } ] }, "id": "o14", "interpretation": { "coding": [ { "code": "HH", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 41 }, "low": { "unit": "U/L", "value": 0 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/6" }, "valueQuantity": { "unit": "U/L", "value": 198 } }, { "code": { "coding": [ { "code": "2532-0", "display": "Lactate dehydrogenase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "11274001", "system": "http://snomed.info/sct" } ] }, "id": "o15", "interpretation": { "coding": [ { "code": "HH", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 250 }, "low": { "unit": "U/L", "value": 80 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/6" }, "valueQuantity": { "unit": "U/L", "value": 323 } }, { "code": { "coding": [ { "code": "2000-8", "display": "Calcium [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "71878006", "system": "http://snomed.info/sct" } ] }, "id": "o16", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 2.65 }, "low": { "unit": "mmol/L", "value": 2.25 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/6" }, "valueQuantity": { "unit": "mmol/L", "value": 2.32 } }, { "code": { "coding": [ { "code": "13959-2", "display": "Calcium.ionized [Moles/volume] in Serum or Plasma by calculation", "system": "http://loinc.org" }, { "code": "166708003", "system": "http://snomed.info/sct" } ] }, "id": "o17", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 2.65 }, "low": { "unit": "mmol/L", "value": 2.25 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/6" }, "valueQuantity": { "unit": "mmol/L", "value": 2.45 } }, { "code": { "coding": [ { "code": "14879-1", "display": "Phosphate [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "104866001", "system": "http://snomed.info/sct" } ] }, "id": "o18", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 1.5 }, "low": { "unit": "mmol/L", "value": 0.8 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/6" }, "valueQuantity": { "unit": "mmol/L", "value": 0.9 } }, { "code": { "coding": [ { "code": "2885-2", "display": "Protein [Mass/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "74040009", "system": "http://snomed.info/sct" } ] }, "id": "o19", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "g/L", "value": 82 }, "low": { "unit": "g/L", "value": 60 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/6" }, "valueQuantity": { "unit": "g/L", "value": 70 } }, { "code": { "coding": [ { "code": "1751-7", "display": "Albumin [Mass/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "104485008", "system": "http://snomed.info/sct" } ] }, "id": "o20", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "g/L", "value": 50 }, "low": { "unit": "g/L", "value": 35 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/6" }, "valueQuantity": { "unit": "g/L", "value": 38 } }, { "code": { "coding": [ { "code": "10834-0", "display": "Globulin [Mass/volume] in Serum by calculation", "system": "http://loinc.org" }, { "code": "104979009", "system": "http://snomed.info/sct" } ] }, "id": "o21", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "g/L", "value": 40 }, "low": { "unit": "g/L", "value": 20 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/6" }, "valueQuantity": { "unit": "g/L", "value": 32 } }, { "code": { "coding": [ { "code": "14798-3", "display": "Iron [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "42950004", "system": "http://snomed.info/sct" } ] }, "id": "o22", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "umol/L", "value": 33 }, "low": { "unit": "umol/L", "value": 10 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/6" }, "valueQuantity": { "unit": "umol/L", "value": 11 } }, { "code": { "coding": [ { "code": "14647-2", "display": "Cholesterol [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "77068002", "system": "http://snomed.info/sct" } ] }, "id": "o23", "interpretation": { "coding": [ { "code": "H", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 6.7 }, "low": { "unit": "mmol/L", "value": 3.6 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/6" }, "valueQuantity": { "unit": "mmol/L", "value": 6.9 } }, { "code": { "coding": [ { "code": "14927-8", "display": "Triglyceride [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "104784006", "system": "http://snomed.info/sct" } ] }, "id": "o24", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 4 }, "low": { "unit": "mmol/L", "value": 0.3 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/6" }, "valueQuantity": { "unit": "mmol/L", "value": 1.9 } } ], "effectiveDateTime": "2004-12-03T20:30:17Z", "id": "8", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "5234342" } ], "issued": "2005-02-23T10:04:01Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "result": [ { "reference": "#o1" }, { "reference": "#o2" }, { "reference": "#o3" }, { "reference": "#o4" }, { "reference": "#o5" }, { "reference": "#o6" }, { "reference": "#o7" }, { "reference": "#o8" }, { "reference": "#o9" }, { "reference": "#o10" }, { "reference": "#o11" }, { "reference": "#o12" }, { "reference": "#o13" }, { "reference": "#o14" }, { "reference": "#o15" }, { "reference": "#o16" }, { "reference": "#o17" }, { "reference": "#o18" }, { "reference": "#o19" }, { "reference": "#o20" }, { "reference": "#o21" }, { "reference": "#o22" }, { "reference": "#o23" }, { "reference": "#o24" } ], "status": "final", "subject": { "reference": "Patient/6" }, "text": { "div": "<div>\n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/9", "resource": { "code": { "text": "SERUM CHEMISTRY" }, "contained": [ { "code": { "coding": [ { "code": "2951-2", "display": "Sodium [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "104934005", "system": "http://snomed.info/sct" } ] }, "id": "o1", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 147 }, "low": { "unit": "mmol/L", "value": 137 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/7" }, "valueQuantity": { "unit": "mmol/L", "value": 143 } }, { "code": { "coding": [ { "code": "2823-3", "display": "Potassium [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "59573005", "system": "http://snomed.info/sct" } ] }, "id": "o2", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 5 }, "low": { "unit": "mmol/L", "value": 3.5 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/7" }, "valueQuantity": { "unit": "mmol/L", "value": 4.3 } }, { "code": { "coding": [ { "code": "2075-0", "display": "Chloride [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "46511006", "system": "http://snomed.info/sct" } ] }, "id": "o3", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 109 }, "low": { "unit": "mmol/L", "value": 96 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/7" }, "valueQuantity": { "unit": "mmol/L", "value": 108 } }, { "code": { "coding": [ { "code": "1963-8", "display": "Bicarbonate [Moles/volume] in Serum", "system": "http://loinc.org" }, { "code": "88645003", "system": "http://snomed.info/sct" } ] }, "id": "o4", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 33 }, "low": { "unit": "mmol/L", "value": 25 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/7" }, "valueQuantity": { "unit": "mmol/L", "value": 25 } }, { "code": { "coding": [ { "code": "1863-0", "display": "Anion gap 4 in Serum or Plasma", "system": "http://loinc.org" }, { "code": "271057005", "system": "http://snomed.info/sct" } ] }, "id": "o5", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 17 }, "low": { "unit": "mmol/L", "value": 4 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/7" }, "valueQuantity": { "unit": "mmol/L", "value": 14 } }, { "code": { "coding": [ { "code": "14749-6", "display": "Glucose [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "36048009", "system": "http://snomed.info/sct" } ] }, "id": "o6", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 7.7 }, "low": { "unit": "mmol/L", "value": 3 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/7" }, "valueQuantity": { "unit": "mmol/L", "value": 4.3 } }, { "code": { "coding": [ { "code": "14937-7", "display": "Urea nitrogen [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "273967009", "system": "http://snomed.info/sct" } ] }, "id": "o7", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 7 }, "low": { "unit": "mmol/L", "value": 2 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/7" }, "valueQuantity": { "unit": "mmol/L", "value": 4.6 } }, { "code": { "coding": [ { "code": "14682-9", "display": "Creatinine [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "70901006", "system": "http://snomed.info/sct" } ] }, "id": "o8", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 0.11 }, "low": { "unit": "mmol/L", "value": 0.04 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/7" }, "valueQuantity": { "unit": "mmol/L", "value": 0.06 } }, { "code": { "coding": [ { "code": "14933-6", "display": "Urate [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "86228006", "system": "http://snomed.info/sct" } ] }, "id": "o9", "interpretation": { "coding": [ { "code": "HH", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 0.35 }, "low": { "unit": "mmol/L", "value": 0.14 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/7" }, "valueQuantity": { "unit": "mmol/L", "value": 0.41 } }, { "code": { "coding": [ { "code": "14631-6", "display": "Bilirubin.total [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "27171005", "system": "http://snomed.info/sct" } ] }, "id": "o10", "interpretation": { "coding": [ { "code": "H", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "umol/L", "value": 20 }, "low": { "unit": "umol/L", "value": 2 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/7" }, "valueQuantity": { "unit": "umol/L", "value": 27 } }, { "code": { "coding": [ { "code": "6768-6", "display": "Alkaline phosphatase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "88810008", "system": "http://snomed.info/sct" } ] }, "id": "o11", "interpretation": { "coding": [ { "code": "HH", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 115 }, "low": { "unit": "U/L", "value": 30 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/7" }, "valueQuantity": { "unit": "U/L", "value": 631 } }, { "code": { "coding": [ { "code": "2324-2", "display": "Gamma glutamyl transferase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "69480007", "system": "http://snomed.info/sct" } ] }, "id": "o12", "interpretation": { "coding": [ { "code": "HH", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 45 }, "low": { "unit": "U/L", "value": 0 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/7" }, "valueQuantity": { "unit": "U/L", "value": 956 } }, { "code": { "coding": [ { "code": "1742-6", "display": "Alanine aminotransferase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "34608000", "system": "http://snomed.info/sct" } ] }, "id": "o13", "interpretation": { "coding": [ { "code": "HH", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 45 }, "low": { "unit": "U/L", "value": 0 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/7" }, "valueQuantity": { "unit": "U/L", "value": 398 } }, { "code": { "coding": [ { "code": "1920-8", "display": "Aspartate aminotransferase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "45896001", "system": "http://snomed.info/sct" } ] }, "id": "o14", "interpretation": { "coding": [ { "code": "HH", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 41 }, "low": { "unit": "U/L", "value": 0 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/7" }, "valueQuantity": { "unit": "U/L", "value": 120 } }, { "code": { "coding": [ { "code": "2532-0", "display": "Lactate dehydrogenase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "11274001", "system": "http://snomed.info/sct" } ] }, "id": "o15", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 250 }, "low": { "unit": "U/L", "value": 80 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/7" }, "valueQuantity": { "unit": "U/L", "value": 243 } }, { "code": { "coding": [ { "code": "2000-8", "display": "Calcium [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "71878006", "system": "http://snomed.info/sct" } ] }, "id": "o16", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 2.65 }, "low": { "unit": "mmol/L", "value": 2.25 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/7" }, "valueQuantity": { "unit": "mmol/L", "value": 2.33 } }, { "code": { "coding": [ { "code": "13959-2", "display": "Calcium.ionized [Moles/volume] in Serum or Plasma by calculation", "system": "http://loinc.org" }, { "code": "166708003", "system": "http://snomed.info/sct" } ] }, "id": "o17", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 2.65 }, "low": { "unit": "mmol/L", "value": 2.25 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/7" }, "valueQuantity": { "unit": "mmol/L", "value": 2.52 } }, { "code": { "coding": [ { "code": "14879-1", "display": "Phosphate [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "104866001", "system": "http://snomed.info/sct" } ] }, "id": "o18", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 1.5 }, "low": { "unit": "mmol/L", "value": 0.8 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/7" }, "valueQuantity": { "unit": "mmol/L", "value": 1.2 } }, { "code": { "coding": [ { "code": "2885-2", "display": "Protein [Mass/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "74040009", "system": "http://snomed.info/sct" } ] }, "id": "o19", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "g/L", "value": 82 }, "low": { "unit": "g/L", "value": 60 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/7" }, "valueQuantity": { "unit": "g/L", "value": 71 } }, { "code": { "coding": [ { "code": "1751-7", "display": "Albumin [Mass/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "104485008", "system": "http://snomed.info/sct" } ] }, "id": "o20", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "g/L", "value": 50 }, "low": { "unit": "g/L", "value": 35 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/7" }, "valueQuantity": { "unit": "g/L", "value": 36 } }, { "code": { "coding": [ { "code": "10834-0", "display": "Globulin [Mass/volume] in Serum by calculation", "system": "http://loinc.org" }, { "code": "104979009", "system": "http://snomed.info/sct" } ] }, "id": "o21", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "g/L", "value": 40 }, "low": { "unit": "g/L", "value": 20 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/7" }, "valueQuantity": { "unit": "g/L", "value": 35 } }, { "code": { "coding": [ { "code": "14798-3", "display": "Iron [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "42950004", "system": "http://snomed.info/sct" } ] }, "id": "o22", "interpretation": { "coding": [ { "code": "H", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "umol/L", "value": 33 }, "low": { "unit": "umol/L", "value": 10 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/7" }, "valueQuantity": { "unit": "umol/L", "value": 39 } }, { "code": { "coding": [ { "code": "14647-2", "display": "Cholesterol [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "77068002", "system": "http://snomed.info/sct" } ] }, "id": "o23", "interpretation": { "coding": [ { "code": "H", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 6.7 }, "low": { "unit": "mmol/L", "value": 3.6 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/7" }, "valueQuantity": { "unit": "mmol/L", "value": 6.8 } }, { "code": { "coding": [ { "code": "14927-8", "display": "Triglyceride [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "104784006", "system": "http://snomed.info/sct" } ] }, "id": "o24", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 4 }, "low": { "unit": "mmol/L", "value": 0.3 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/7" }, "valueQuantity": { "unit": "mmol/L", "value": 1.5 } } ], "effectiveDateTime": "2004-12-05T07:15:17Z", "id": "9", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "5234342" } ], "issued": "2005-02-23T10:04:01Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "result": [ { "reference": "#o1" }, { "reference": "#o2" }, { "reference": "#o3" }, { "reference": "#o4" }, { "reference": "#o5" }, { "reference": "#o6" }, { "reference": "#o7" }, { "reference": "#o8" }, { "reference": "#o9" }, { "reference": "#o10" }, { "reference": "#o11" }, { "reference": "#o12" }, { "reference": "#o13" }, { "reference": "#o14" }, { "reference": "#o15" }, { "reference": "#o16" }, { "reference": "#o17" }, { "reference": "#o18" }, { "reference": "#o19" }, { "reference": "#o20" }, { "reference": "#o21" }, { "reference": "#o22" }, { "reference": "#o23" }, { "reference": "#o24" } ], "status": "final", "subject": { "reference": "Patient/7" }, "text": { "div": "<div>\n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/15", "resource": { "code": { "text": "SERUM CHEMISTRY" }, "contained": [ { "code": { "coding": [ { "code": "2951-2", "display": "Sodium [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "104934005", "system": "http://snomed.info/sct" } ] }, "id": "o1", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 147 }, "low": { "unit": "mmol/L", "value": 137 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/8" }, "valueQuantity": { "unit": "mmol/L", "value": 140 } }, { "code": { "coding": [ { "code": "2823-3", "display": "Potassium [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "59573005", "system": "http://snomed.info/sct" } ] }, "id": "o2", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 5 }, "low": { "unit": "mmol/L", "value": 3.5 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/8" }, "valueQuantity": { "unit": "mmol/L", "value": 4.2 } }, { "code": { "coding": [ { "code": "2075-0", "display": "Chloride [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "46511006", "system": "http://snomed.info/sct" } ] }, "id": "o3", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 109 }, "low": { "unit": "mmol/L", "value": 96 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/8" }, "valueQuantity": { "unit": "mmol/L", "value": 105 } }, { "code": { "coding": [ { "code": "1963-8", "display": "Bicarbonate [Moles/volume] in Serum", "system": "http://loinc.org" }, { "code": "88645003", "system": "http://snomed.info/sct" } ] }, "id": "o4", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 33 }, "low": { "unit": "mmol/L", "value": 25 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/8" }, "valueQuantity": { "unit": "mmol/L", "value": 26 } }, { "code": { "coding": [ { "code": "1863-0", "display": "Anion gap 4 in Serum or Plasma", "system": "http://loinc.org" }, { "code": "271057005", "system": "http://snomed.info/sct" } ] }, "id": "o5", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 17 }, "low": { "unit": "mmol/L", "value": 4 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/8" }, "valueQuantity": { "unit": "mmol/L", "value": 13 } }, { "code": { "coding": [ { "code": "14749-6", "display": "Glucose [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "36048009", "system": "http://snomed.info/sct" } ] }, "id": "o6", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 7.7 }, "low": { "unit": "mmol/L", "value": 3 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/8" }, "valueQuantity": { "unit": "mmol/L", "value": 7.4 } }, { "code": { "coding": [ { "code": "14937-7", "display": "Urea nitrogen [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "273967009", "system": "http://snomed.info/sct" } ] }, "id": "o7", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 7 }, "low": { "unit": "mmol/L", "value": 2 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/8" }, "valueQuantity": { "unit": "mmol/L", "value": 4.7 } }, { "code": { "coding": [ { "code": "14682-9", "display": "Creatinine [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "70901006", "system": "http://snomed.info/sct" } ] }, "id": "o8", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 0.11 }, "low": { "unit": "mmol/L", "value": 0.04 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/8" }, "valueQuantity": { "unit": "mmol/L", "value": 0.09 } }, { "code": { "coding": [ { "code": "14933-6", "display": "Urate [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "86228006", "system": "http://snomed.info/sct" } ] }, "id": "o9", "interpretation": { "coding": [ { "code": "H", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 0.35 }, "low": { "unit": "mmol/L", "value": 0.14 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/8" }, "valueQuantity": { "unit": "mmol/L", "value": 0.39 } }, { "code": { "coding": [ { "code": "14631-6", "display": "Bilirubin.total [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "27171005", "system": "http://snomed.info/sct" } ] }, "id": "o10", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "umol/L", "value": 20 }, "low": { "unit": "umol/L", "value": 2 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/8" }, "valueQuantity": { "unit": "umol/L", "value": 7 } }, { "code": { "coding": [ { "code": "14629-0", "display": "Bilirubin.direct [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "39748002", "system": "http://snomed.info/sct" } ] }, "id": "o11", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "umol/L", "value": 8 }, "low": { "unit": "umol/L", "value": 0 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/8" }, "valueQuantity": { "unit": "umol/L", "value": 3 } }, { "code": { "coding": [ { "code": "6768-6", "display": "Alkaline phosphatase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "88810008", "system": "http://snomed.info/sct" } ] }, "id": "o12", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 115 }, "low": { "unit": "U/L", "value": 30 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/8" }, "valueQuantity": { "unit": "U/L", "value": 108 } }, { "code": { "coding": [ { "code": "2324-2", "display": "Gamma glutamyl transferase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "69480007", "system": "http://snomed.info/sct" } ] }, "id": "o13", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 45 }, "low": { "unit": "U/L", "value": 0 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/8" }, "valueQuantity": { "unit": "U/L", "value": 35 } }, { "code": { "coding": [ { "code": "1742-6", "display": "Alanine aminotransferase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "34608000", "system": "http://snomed.info/sct" } ] }, "id": "o14", "interpretation": { "coding": [ { "code": "H", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 45 }, "low": { "unit": "U/L", "value": 0 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/8" }, "valueQuantity": { "unit": "U/L", "value": 54 } }, { "code": { "coding": [ { "code": "1920-8", "display": "Aspartate aminotransferase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "45896001", "system": "http://snomed.info/sct" } ] }, "id": "o15", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 41 }, "low": { "unit": "U/L", "value": 0 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/8" }, "valueQuantity": { "unit": "U/L", "value": 30 } }, { "code": { "coding": [ { "code": "2532-0", "display": "Lactate dehydrogenase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "11274001", "system": "http://snomed.info/sct" } ] }, "id": "o16", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 250 }, "low": { "unit": "U/L", "value": 80 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/8" }, "valueQuantity": { "unit": "U/L", "value": 131 } }, { "code": { "coding": [ { "code": "2000-8", "display": "Calcium [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "71878006", "system": "http://snomed.info/sct" } ] }, "id": "o17", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 2.65 }, "low": { "unit": "mmol/L", "value": 2.25 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/8" }, "valueQuantity": { "unit": "mmol/L", "value": 2.38 } }, { "code": { "coding": [ { "code": "13959-2", "display": "Calcium.ionized [Moles/volume] in Serum or Plasma by calculation", "system": "http://loinc.org" }, { "code": "166708003", "system": "http://snomed.info/sct" } ] }, "id": "o18", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 2.65 }, "low": { "unit": "mmol/L", "value": 2.25 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/8" }, "valueQuantity": { "unit": "mmol/L", "value": 2.39 } }, { "code": { "coding": [ { "code": "14879-1", "display": "Phosphate [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "104866001", "system": "http://snomed.info/sct" } ] }, "id": "o19", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 1.5 }, "low": { "unit": "mmol/L", "value": 0.8 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/8" }, "valueQuantity": { "unit": "mmol/L", "value": 1.5 } }, { "code": { "coding": [ { "code": "2885-2", "display": "Protein [Mass/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "74040009", "system": "http://snomed.info/sct" } ] }, "id": "o20", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "g/L", "value": 82 }, "low": { "unit": "g/L", "value": 60 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/8" }, "valueQuantity": { "unit": "g/L", "value": 67 } }, { "code": { "coding": [ { "code": "1751-7", "display": "Albumin [Mass/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "104485008", "system": "http://snomed.info/sct" } ] }, "id": "o21", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "g/L", "value": 50 }, "low": { "unit": "g/L", "value": 35 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/8" }, "valueQuantity": { "unit": "g/L", "value": 42 } }, { "code": { "coding": [ { "code": "10834-0", "display": "Globulin [Mass/volume] in Serum by calculation", "system": "http://loinc.org" }, { "code": "104979009", "system": "http://snomed.info/sct" } ] }, "id": "o22", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "g/L", "value": 40 }, "low": { "unit": "g/L", "value": 20 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/8" }, "valueQuantity": { "unit": "g/L", "value": 25 } }, { "code": { "coding": [ { "code": "14798-3", "display": "Iron [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "42950004" } ] }, "id": "o23", "interpretation": { "coding": [ { "code": "LL", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "umol/L", "value": 33 }, "low": { "unit": "umol/L", "value": 10 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/8" }, "valueQuantity": { "unit": "umol/L", "value": 5 } }, { "code": { "coding": [ { "code": "14647-2", "display": "Cholesterol [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "77068002", "system": "http://snomed.info/sct" } ] }, "id": "o24", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 6.7 }, "low": { "unit": "mmol/L", "value": 3.6 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/8" }, "valueQuantity": { "unit": "mmol/L", "value": 3.8 } }, { "code": { "coding": [ { "code": "14927-8", "display": "Triglyceride [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "104784006", "system": "http://snomed.info/sct" } ] }, "id": "o25", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 4 }, "low": { "unit": "mmol/L", "value": 0.3 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/8" }, "valueQuantity": { "unit": "mmol/L", "value": 0.9 } } ], "effectiveDateTime": "2005-01-27T06:40:17Z", "id": "15", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "5234342" } ], "issued": "2005-02-23T10:04:01Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "result": [ { "reference": "#o1" }, { "reference": "#o2" }, { "reference": "#o3" }, { "reference": "#o4" }, { "reference": "#o5" }, { "reference": "#o6" }, { "reference": "#o7" }, { "reference": "#o8" }, { "reference": "#o9" }, { "reference": "#o10" }, { "reference": "#o11" }, { "reference": "#o12" }, { "reference": "#o13" }, { "reference": "#o14" }, { "reference": "#o15" }, { "reference": "#o16" }, { "reference": "#o17" }, { "reference": "#o18" }, { "reference": "#o19" }, { "reference": "#o20" }, { "reference": "#o21" }, { "reference": "#o22" }, { "reference": "#o23" }, { "reference": "#o24" }, { "reference": "#o25" } ], "status": "final", "subject": { "reference": "Patient/8" }, "text": { "div": "<div>\n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/16", "resource": { "code": { "text": "SERUM CHEMISTRY" }, "contained": [ { "code": { "coding": [ { "code": "2951-2", "display": "Sodium [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "104934005", "system": "http://snomed.info/sct" } ] }, "id": "o1", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 147 }, "low": { "unit": "mmol/L", "value": 137 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/9" }, "valueQuantity": { "unit": "mmol/L", "value": 138 } }, { "code": { "coding": [ { "code": "2823-3", "display": "Potassium [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "59573005", "system": "http://snomed.info/sct" } ] }, "id": "o2", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 5 }, "low": { "unit": "mmol/L", "value": 3.5 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/9" }, "valueQuantity": { "unit": "mmol/L", "value": 4.1 } }, { "code": { "coding": [ { "code": "2075-0", "display": "Chloride [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "46511006", "system": "http://snomed.info/sct" } ] }, "id": "o3", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 109 }, "low": { "unit": "mmol/L", "value": 96 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/9" }, "valueQuantity": { "unit": "mmol/L", "value": 103 } }, { "code": { "coding": [ { "code": "1963-8", "display": "Bicarbonate [Moles/volume] in Serum", "system": "http://loinc.org" }, { "code": "88645003", "system": "http://snomed.info/sct" } ] }, "id": "o4", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 33 }, "low": { "unit": "mmol/L", "value": 25 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/9" }, "valueQuantity": { "unit": "mmol/L", "value": 27 } }, { "code": { "coding": [ { "code": "1863-0", "display": "Anion gap 4 in Serum or Plasma", "system": "http://loinc.org" }, { "code": "271057005", "system": "http://snomed.info/sct" } ] }, "id": "o5", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 17 }, "low": { "unit": "mmol/L", "value": 4 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/9" }, "valueQuantity": { "unit": "mmol/L", "value": 12 } }, { "code": { "coding": [ { "code": "14749-6", "display": "Glucose [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "36048009", "system": "http://snomed.info/sct" } ] }, "id": "o6", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 7.7 }, "low": { "unit": "mmol/L", "value": 3 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/9" }, "valueQuantity": { "unit": "mmol/L", "value": 6.8 } }, { "code": { "coding": [ { "code": "14937-7", "display": "Urea nitrogen [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "273967009", "system": "http://snomed.info/sct" } ] }, "id": "o7", "interpretation": { "coding": [ { "code": "H", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 7 }, "low": { "unit": "mmol/L", "value": 2 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/9" }, "valueQuantity": { "unit": "mmol/L", "value": 8.2 } }, { "code": { "coding": [ { "code": "14682-9", "display": "Creatinine [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "70901006", "system": "http://snomed.info/sct" } ] }, "id": "o8", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 0.11 }, "low": { "unit": "mmol/L", "value": 0.04 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/9" }, "valueQuantity": { "unit": "mmol/L", "value": 0.07 } }, { "code": { "coding": [ { "code": "14933-6", "display": "Urate [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "86228006", "system": "http://snomed.info/sct" } ] }, "id": "o9", "interpretation": { "coding": [ { "code": "HH", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 0.35 }, "low": { "unit": "mmol/L", "value": 0.14 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/9" }, "valueQuantity": { "unit": "mmol/L", "value": 0.42 } }, { "code": { "coding": [ { "code": "14631-6", "display": "Bilirubin.total [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "27171005", "system": "http://snomed.info/sct" } ] }, "id": "o10", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "umol/L", "value": 20 }, "low": { "unit": "umol/L", "value": 2 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/9" }, "valueQuantity": { "unit": "umol/L", "value": 16 } }, { "code": { "coding": [ { "code": "14629-0", "display": "Bilirubin.direct [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "39748002", "system": "http://snomed.info/sct" } ] }, "id": "o11", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "umol/L", "value": 8 }, "low": { "unit": "umol/L", "value": 0 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/9" }, "valueQuantity": { "unit": "umol/L", "value": 8 } }, { "code": { "coding": [ { "code": "6768-6", "display": "Alkaline phosphatase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "88810008", "system": "http://snomed.info/sct" } ] }, "id": "o12", "interpretation": { "coding": [ { "code": "HH", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 115 }, "low": { "unit": "U/L", "value": 30 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/9" }, "valueQuantity": { "unit": "U/L", "value": 369 } }, { "code": { "coding": [ { "code": "2324-2", "display": "Gamma glutamyl transferase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "69480007", "system": "http://snomed.info/sct" } ] }, "id": "o13", "interpretation": { "coding": [ { "code": "HH", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 45 }, "low": { "unit": "U/L", "value": 0 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/9" }, "valueQuantity": { "unit": "U/L", "value": 438 } }, { "code": { "coding": [ { "code": "1742-6", "display": "Alanine aminotransferase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "34608000", "system": "http://snomed.info/sct" } ] }, "id": "o14", "interpretation": { "coding": [ { "code": "HH", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 45 }, "low": { "unit": "U/L", "value": 0 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/9" }, "valueQuantity": { "unit": "U/L", "value": 263 } }, { "code": { "coding": [ { "code": "1920-8", "display": "Aspartate aminotransferase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "45896001", "system": "http://snomed.info/sct" } ] }, "id": "o15", "interpretation": { "coding": [ { "code": "HH", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 41 }, "low": { "unit": "U/L", "value": 0 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/9" }, "valueQuantity": { "unit": "U/L", "value": 87 } }, { "code": { "coding": [ { "code": "2532-0", "display": "Lactate dehydrogenase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "11274001", "system": "http://snomed.info/sct" } ] }, "id": "o16", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 250 }, "low": { "unit": "U/L", "value": 80 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/9" }, "valueQuantity": { "unit": "U/L", "value": 179 } }, { "code": { "coding": [ { "code": "2000-8", "display": "Calcium [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "71878006", "system": "http://snomed.info/sct" } ] }, "id": "o17", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 2.65 }, "low": { "unit": "mmol/L", "value": 2.25 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/9" }, "valueQuantity": { "unit": "mmol/L", "value": 2.32 } }, { "code": { "coding": [ { "code": "13959-2", "display": "Calcium.ionized [Moles/volume] in Serum or Plasma by calculation", "system": "http://loinc.org" }, { "code": "166708003", "system": "http://snomed.info/sct" } ] }, "id": "o18", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 2.65 }, "low": { "unit": "mmol/L", "value": 2.25 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/9" }, "valueQuantity": { "unit": "mmol/L", "value": 2.42 } }, { "code": { "coding": [ { "code": "14879-1", "display": "Phosphate [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "104866001", "system": "http://snomed.info/sct" } ] }, "id": "o19", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 1.5 }, "low": { "unit": "mmol/L", "value": 0.8 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/9" }, "valueQuantity": { "unit": "mmol/L", "value": 1.3 } }, { "code": { "coding": [ { "code": "2885-2", "display": "Protein [Mass/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "74040009", "system": "http://snomed.info/sct" } ] }, "id": "o20", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "g/L", "value": 82 }, "low": { "unit": "g/L", "value": 60 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/9" }, "valueQuantity": { "unit": "g/L", "value": 67 } }, { "code": { "coding": [ { "code": "1751-7", "display": "Albumin [Mass/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "104485008", "system": "http://snomed.info/sct" } ] }, "id": "o21", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "g/L", "value": 50 }, "low": { "unit": "g/L", "value": 35 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/9" }, "valueQuantity": { "unit": "g/L", "value": 39 } }, { "code": { "coding": [ { "code": "10834-0", "display": "Globulin [Mass/volume] in Serum by calculation", "system": "http://loinc.org" }, { "code": "104979009", "system": "http://snomed.info/sct" } ] }, "id": "o22", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "g/L", "value": 40 }, "low": { "unit": "g/L", "value": 20 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/9" }, "valueQuantity": { "unit": "g/L", "value": 28 } }, { "code": { "coding": [ { "code": "14798-3", "display": "Iron [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "42950004", "system": "http://snomed.info/sct" } ] }, "id": "o23", "interpretation": { "coding": [ { "code": "L", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "umol/L", "value": 33 }, "low": { "unit": "umol/L", "value": 10 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/9" }, "valueQuantity": { "unit": "umol/L", "value": 8 } }, { "code": { "coding": [ { "code": "14647-2", "display": "Cholesterol [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "77068002", "system": "http://snomed.info/sct" } ] }, "id": "o24", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 6.7 }, "low": { "unit": "mmol/L", "value": 3.6 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/9" }, "valueQuantity": { "unit": "mmol/L", "value": 4.8 } }, { "code": { "coding": [ { "code": "14927-8", "display": "Triglyceride [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "104784006", "system": "http://snomed.info/sct" } ] }, "id": "o25", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 4 }, "low": { "unit": "mmol/L", "value": 0.3 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/9" }, "valueQuantity": { "unit": "mmol/L", "value": 2.2 } } ], "effectiveDateTime": "2004-12-08T07:45:17Z", "id": "16", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "5234342" } ], "issued": "2005-02-23T10:04:01Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "result": [ { "reference": "#o1" }, { "reference": "#o2" }, { "reference": "#o3" }, { "reference": "#o4" }, { "reference": "#o5" }, { "reference": "#o6" }, { "reference": "#o7" }, { "reference": "#o8" }, { "reference": "#o9" }, { "reference": "#o10" }, { "reference": "#o11" }, { "reference": "#o12" }, { "reference": "#o13" }, { "reference": "#o14" }, { "reference": "#o15" }, { "reference": "#o16" }, { "reference": "#o17" }, { "reference": "#o18" }, { "reference": "#o19" }, { "reference": "#o20" }, { "reference": "#o21" }, { "reference": "#o22" }, { "reference": "#o23" }, { "reference": "#o24" }, { "reference": "#o25" } ], "status": "final", "subject": { "reference": "Patient/9" }, "text": { "div": "<div>\n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/17", "resource": { "code": { "text": "SERUM CHEMISTRY" }, "contained": [ { "code": { "coding": [ { "code": "2951-2", "display": "Sodium [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "104934005", "system": "http://snomed.info/sct" } ] }, "id": "o1", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 147 }, "low": { "unit": "mmol/L", "value": 137 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/10" }, "valueQuantity": { "unit": "mmol/L", "value": 142 } }, { "code": { "coding": [ { "code": "2823-3", "display": "Potassium [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "59573005", "system": "http://snomed.info/sct" } ] }, "id": "o2", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 5 }, "low": { "unit": "mmol/L", "value": 3.5 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/10" }, "valueQuantity": { "unit": "mmol/L", "value": 4 } }, { "code": { "coding": [ { "code": "2075-0", "display": "Chloride [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "46511006", "system": "http://snomed.info/sct" } ] }, "id": "o3", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 109 }, "low": { "unit": "mmol/L", "value": 96 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/10" }, "valueQuantity": { "unit": "mmol/L", "value": 105 } }, { "code": { "coding": [ { "code": "1963-8", "display": "Bicarbonate [Moles/volume] in Serum", "system": "http://loinc.org" }, { "code": "88645003", "system": "http://snomed.info/sct" } ] }, "id": "o4", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 33 }, "low": { "unit": "mmol/L", "value": 25 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/10" }, "valueQuantity": { "unit": "mmol/L", "value": 28 } }, { "code": { "coding": [ { "code": "1863-0", "display": "Anion gap 4 in Serum or Plasma", "system": "http://loinc.org" }, { "code": "271057005", "system": "http://snomed.info/sct" } ] }, "id": "o5", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 17 }, "low": { "unit": "mmol/L", "value": 4 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/10" }, "valueQuantity": { "unit": "mmol/L", "value": 13 } }, { "code": { "coding": [ { "code": "14749-6", "display": "Glucose [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "36048009", "system": "http://snomed.info/sct" } ] }, "id": "o6", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 7.7 }, "low": { "unit": "mmol/L", "value": 3 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/10" }, "valueQuantity": { "unit": "mmol/L", "value": 5.2 } }, { "code": { "coding": [ { "code": "14937-7", "display": "Urea nitrogen [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "273967009", "system": "http://snomed.info/sct" } ] }, "id": "o7", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 7 }, "low": { "unit": "mmol/L", "value": 2 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/10" }, "valueQuantity": { "unit": "mmol/L", "value": 6.4 } }, { "code": { "coding": [ { "code": "14682-9", "display": "Creatinine [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "70901006", "system": "http://snomed.info/sct" } ] }, "id": "o8", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 0.11 }, "low": { "unit": "mmol/L", "value": 0.04 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/10" }, "valueQuantity": { "unit": "mmol/L", "value": 0.09 } }, { "code": { "coding": [ { "code": "14933-6", "display": "Urate [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "86228006", "system": "http://snomed.info/sct" } ] }, "id": "o9", "interpretation": { "coding": [ { "code": "HH", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 0.35 }, "low": { "unit": "mmol/L", "value": 0.14 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/10" }, "valueQuantity": { "unit": "mmol/L", "value": 0.46 } }, { "code": { "coding": [ { "code": "14631-6", "display": "Bilirubin.total [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "27171005", "system": "http://snomed.info/sct" } ] }, "id": "o10", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "umol/L", "value": 20 }, "low": { "unit": "umol/L", "value": 2 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/10" }, "valueQuantity": { "unit": "umol/L", "value": 13 } }, { "code": { "coding": [ { "code": "14629-0", "display": "Bilirubin.direct [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "39748002", "system": "http://snomed.info/sct" } ] }, "id": "o11", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "umol/L", "value": 8 }, "low": { "unit": "umol/L", "value": 0 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/10" }, "valueQuantity": { "unit": "umol/L", "value": 6 } }, { "code": { "coding": [ { "code": "6768-6", "display": "Alkaline phosphatase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "88810008", "system": "http://snomed.info/sct" } ] }, "id": "o12", "interpretation": { "coding": [ { "code": "HH", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 115 }, "low": { "unit": "U/L", "value": 30 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/10" }, "valueQuantity": { "unit": "U/L", "value": 204 } }, { "code": { "coding": [ { "code": "2324-2", "display": "Gamma glutamyl transferase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "69480007", "system": "http://snomed.info/sct" } ] }, "id": "o13", "interpretation": { "coding": [ { "code": "HH", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 45 }, "low": { "unit": "U/L", "value": 0 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/10" }, "valueQuantity": { "unit": "U/L", "value": 192 } }, { "code": { "coding": [ { "code": "1742-6", "display": "Alanine aminotransferase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "34608000", "system": "http://snomed.info/sct" } ] }, "id": "o14", "interpretation": { "coding": [ { "code": "H", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 45 }, "low": { "unit": "U/L", "value": 0 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/10" }, "valueQuantity": { "unit": "U/L", "value": 70 } }, { "code": { "coding": [ { "code": "1920-8", "display": "Aspartate aminotransferase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "45896001", "system": "http://snomed.info/sct" } ] }, "id": "o15", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 41 }, "low": { "unit": "U/L", "value": 0 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/10" }, "valueQuantity": { "unit": "U/L", "value": 26 } }, { "code": { "coding": [ { "code": "2532-0", "display": "Lactate dehydrogenase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "11274001", "system": "http://snomed.info/sct" } ] }, "id": "o16", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 250 }, "low": { "unit": "U/L", "value": 80 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/10" }, "valueQuantity": { "unit": "U/L", "value": 150 } }, { "code": { "coding": [ { "code": "2000-8", "display": "Calcium [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "71878006", "system": "http://snomed.info/sct" } ] }, "id": "o17", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 2.65 }, "low": { "unit": "mmol/L", "value": 2.25 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/10" }, "valueQuantity": { "unit": "mmol/L", "value": 2.37 } }, { "code": { "coding": [ { "code": "13959-2", "display": "Calcium.ionized [Moles/volume] in Serum or Plasma by calculation", "system": "http://loinc.org" }, { "code": "166708003", "system": "http://snomed.info/sct" } ] }, "id": "o18", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 2.65 }, "low": { "unit": "mmol/L", "value": 2.25 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/10" }, "valueQuantity": { "unit": "mmol/L", "value": 2.47 } }, { "code": { "coding": [ { "code": "14879-1", "display": "Phosphate [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "104866001", "system": "http://snomed.info/sct" } ] }, "id": "o19", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 1.5 }, "low": { "unit": "mmol/L", "value": 0.8 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/10" }, "valueQuantity": { "unit": "mmol/L", "value": 1.4 } }, { "code": { "coding": [ { "code": "2885-2", "display": "Protein [Mass/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "74040009", "system": "http://snomed.info/sct" } ] }, "id": "o20", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "g/L", "value": 82 }, "low": { "unit": "g/L", "value": 60 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/10" }, "valueQuantity": { "unit": "g/L", "value": 67 } }, { "code": { "coding": [ { "code": "1751-7", "display": "Albumin [Mass/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "104485008", "system": "http://snomed.info/sct" } ] }, "id": "o21", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "g/L", "value": 50 }, "low": { "unit": "g/L", "value": 35 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/10" }, "valueQuantity": { "unit": "g/L", "value": 39 } }, { "code": { "coding": [ { "code": "10834-0", "display": "Globulin [Mass/volume] in Serum by calculation", "system": "http://loinc.org" }, { "code": "104979009", "system": "http://snomed.info/sct" } ] }, "id": "o22", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "g/L", "value": 40 }, "low": { "unit": "g/L", "value": 20 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/10" }, "valueQuantity": { "unit": "g/L", "value": 28 } }, { "code": { "coding": [ { "code": "14798-3", "display": "Iron [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "42950004", "system": "http://snomed.info/sct" } ] }, "id": "o23", "interpretation": { "coding": [ { "code": "LL", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "umol/L", "value": 33 }, "low": { "unit": "umol/L", "value": 10 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/10" }, "valueQuantity": { "unit": "umol/L", "value": 5 } }, { "code": { "coding": [ { "code": "14647-2", "display": "Cholesterol [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "77068002", "system": "http://snomed.info/sct" } ] }, "id": "o24", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 6.7 }, "low": { "unit": "mmol/L", "value": 3.6 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/10" }, "valueQuantity": { "unit": "mmol/L", "value": 4.4 } }, { "code": { "coding": [ { "code": "14927-8", "display": "Triglyceride [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "104784006", "system": "http://snomed.info/sct" } ] }, "id": "o25", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 4 }, "low": { "unit": "mmol/L", "value": 0.3 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/10" }, "valueQuantity": { "unit": "mmol/L", "value": 1.1 } } ], "effectiveDateTime": "2004-12-15T07:20:17Z", "id": "17", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "5234342" } ], "issued": "2005-02-23T10:04:01Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "result": [ { "reference": "#o1" }, { "reference": "#o2" }, { "reference": "#o3" }, { "reference": "#o4" }, { "reference": "#o5" }, { "reference": "#o6" }, { "reference": "#o7" }, { "reference": "#o8" }, { "reference": "#o9" }, { "reference": "#o10" }, { "reference": "#o11" }, { "reference": "#o12" }, { "reference": "#o13" }, { "reference": "#o14" }, { "reference": "#o15" }, { "reference": "#o16" }, { "reference": "#o17" }, { "reference": "#o18" }, { "reference": "#o19" }, { "reference": "#o20" }, { "reference": "#o21" }, { "reference": "#o22" }, { "reference": "#o23" }, { "reference": "#o24" }, { "reference": "#o25" } ], "status": "final", "subject": { "reference": "Patient/10" }, "text": { "div": "<div>\n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/18", "resource": { "code": { "text": "SERUM CHEMISTRY" }, "contained": [ { "code": { "coding": [ { "code": "2951-2", "display": "Sodium [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "104934005", "system": "http://snomed.info/sct" } ] }, "id": "o1", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 147 }, "low": { "unit": "mmol/L", "value": 137 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/1" }, "valueQuantity": { "unit": "mmol/L", "value": 142 } }, { "code": { "coding": [ { "code": "2823-3", "display": "Potassium [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "59573005", "system": "http://snomed.info/sct" } ] }, "id": "o2", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 5 }, "low": { "unit": "mmol/L", "value": 3.5 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/1" }, "valueQuantity": { "unit": "mmol/L", "value": 4 } }, { "code": { "coding": [ { "code": "2075-0", "display": "Chloride [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "46511006", "system": "http://snomed.info/sct" } ] }, "id": "o3", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 109 }, "low": { "unit": "mmol/L", "value": 96 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/1" }, "valueQuantity": { "unit": "mmol/L", "value": 107 } }, { "code": { "coding": [ { "code": "1963-8", "display": "Bicarbonate [Moles/volume] in Serum", "system": "http://loinc.org" }, { "code": "88645003", "system": "http://snomed.info/sct" } ] }, "id": "o4", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 33 }, "low": { "unit": "mmol/L", "value": 25 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/1" }, "valueQuantity": { "unit": "mmol/L", "value": 26 } }, { "code": { "coding": [ { "code": "1863-0", "display": "Anion gap 4 in Serum or Plasma", "system": "http://loinc.org" }, { "code": "271057005", "system": "http://snomed.info/sct" } ] }, "id": "o5", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 17 }, "low": { "unit": "mmol/L", "value": 4 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/1" }, "valueQuantity": { "unit": "mmol/L", "value": 13 } }, { "code": { "coding": [ { "code": "14749-6", "display": "Glucose [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "36048009", "system": "http://snomed.info/sct" } ] }, "id": "o6", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 7.7 }, "low": { "unit": "mmol/L", "value": 3 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/1" }, "valueQuantity": { "unit": "mmol/L", "value": 6.3 } }, { "code": { "coding": [ { "code": "14937-7", "display": "Urea nitrogen [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "273967009", "system": "http://snomed.info/sct" } ] }, "id": "o7", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 7 }, "low": { "unit": "mmol/L", "value": 2 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/1" }, "valueQuantity": { "unit": "mmol/L", "value": 6.7 } }, { "code": { "coding": [ { "code": "14682-9", "display": "Creatinine [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "70901006", "system": "http://snomed.info/sct" } ] }, "id": "o8", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 0.11 }, "low": { "unit": "mmol/L", "value": 0.04 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/1" }, "valueQuantity": { "unit": "mmol/L", "value": 0.08 } }, { "code": { "coding": [ { "code": "14933-6", "display": "Urate [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "86228006", "system": "http://snomed.info/sct" } ] }, "id": "o9", "interpretation": { "coding": [ { "code": "HH", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 0.35 }, "low": { "unit": "mmol/L", "value": 0.14 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/1" }, "valueQuantity": { "unit": "mmol/L", "value": 0.4 } }, { "code": { "coding": [ { "code": "14631-6", "display": "Bilirubin.total [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "27171005", "system": "http://snomed.info/sct" } ] }, "id": "o10", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "umol/L", "value": 20 }, "low": { "unit": "umol/L", "value": 2 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/1" }, "valueQuantity": { "unit": "umol/L", "value": 9 } }, { "code": { "coding": [ { "code": "14629-0", "display": "Bilirubin.direct [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "39748002", "system": "http://snomed.info/sct" } ] }, "id": "o11", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "umol/L", "value": 8 }, "low": { "unit": "umol/L", "value": 0 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/1" }, "valueQuantity": { "unit": "umol/L", "value": 4 } }, { "code": { "coding": [ { "code": "6768-6", "display": "Alkaline phosphatase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "88810008", "system": "http://snomed.info/sct" } ] }, "id": "o12", "interpretation": { "coding": [ { "code": "H", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 115 }, "low": { "unit": "U/L", "value": 30 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/1" }, "valueQuantity": { "unit": "U/L", "value": 144 } }, { "code": { "coding": [ { "code": "2324-2", "display": "Gamma glutamyl transferase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "69480007", "system": "http://snomed.info/sct" } ] }, "id": "o13", "interpretation": { "coding": [ { "code": "HH", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 45 }, "low": { "unit": "U/L", "value": 0 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/1" }, "valueQuantity": { "unit": "U/L", "value": 106 } }, { "code": { "coding": [ { "code": "1742-6", "display": "Alanine aminotransferase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "34608000", "system": "http://snomed.info/sct" } ] }, "id": "o14", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 45 }, "low": { "unit": "U/L", "value": 0 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/1" }, "valueQuantity": { "unit": "U/L", "value": 30 } }, { "code": { "coding": [ { "code": "1920-8", "display": "Aspartate aminotransferase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "45896001", "system": "http://snomed.info/sct" } ] }, "id": "o15", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 41 }, "low": { "unit": "U/L", "value": 0 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/1" }, "valueQuantity": { "unit": "U/L", "value": 18 } }, { "code": { "coding": [ { "code": "2532-0", "display": "Lactate dehydrogenase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "11274001", "system": "http://snomed.info/sct" } ] }, "id": "o16", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 250 }, "low": { "unit": "U/L", "value": 80 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/1" }, "valueQuantity": { "unit": "U/L", "value": 143 } }, { "code": { "coding": [ { "code": "2000-8", "display": "Calcium [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "71878006", "system": "http://snomed.info/sct" } ] }, "id": "o17", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 2.65 }, "low": { "unit": "mmol/L", "value": 2.25 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/1" }, "valueQuantity": { "unit": "mmol/L", "value": 2.28 } }, { "code": { "coding": [ { "code": "13959-2", "display": "Calcium.ionized [Moles/volume] in Serum or Plasma by calculation", "system": "http://loinc.org" }, { "code": "166708003", "system": "http://snomed.info/sct" } ] }, "id": "o18", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 2.65 }, "low": { "unit": "mmol/L", "value": 2.25 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/1" }, "valueQuantity": { "unit": "mmol/L", "value": 2.32 } }, { "code": { "coding": [ { "code": "14879-1", "display": "Phosphate [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "104866001", "system": "http://snomed.info/sct" } ] }, "id": "o19", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 1.5 }, "low": { "unit": "mmol/L", "value": 0.8 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/1" }, "valueQuantity": { "unit": "mmol/L", "value": 1.3 } }, { "code": { "coding": [ { "code": "2885-2", "display": "Protein [Mass/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "74040009", "system": "http://snomed.info/sct" } ] }, "id": "o20", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "g/L", "value": 82 }, "low": { "unit": "g/L", "value": 60 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/1" }, "valueQuantity": { "unit": "g/L", "value": 66 } }, { "code": { "coding": [ { "code": "1751-7", "display": "Albumin [Mass/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "104485008", "system": "http://snomed.info/sct" } ] }, "id": "o21", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "g/L", "value": 50 }, "low": { "unit": "g/L", "value": 35 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/1" }, "valueQuantity": { "unit": "g/L", "value": 41 } }, { "code": { "coding": [ { "code": "10834-0", "display": "Globulin [Mass/volume] in Serum by calculation", "system": "http://loinc.org" }, { "code": "104979009", "system": "http://snomed.info/sct" } ] }, "id": "o22", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "g/L", "value": 40 }, "low": { "unit": "g/L", "value": 20 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/1" }, "valueQuantity": { "unit": "g/L", "value": 25 } }, { "code": { "coding": [ { "code": "14798-3", "display": "Iron [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "42950004", "system": "http://snomed.info/sct" } ] }, "id": "o23", "interpretation": { "coding": [ { "code": "LL", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "umol/L", "value": 33 }, "low": { "unit": "umol/L", "value": 10 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/1" }, "valueQuantity": { "unit": "umol/L", "value": 3 } }, { "code": { "coding": [ { "code": "14647-2", "display": "Cholesterol [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "77068002", "system": "http://snomed.info/sct" } ] }, "id": "o24", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 6.7 }, "low": { "unit": "mmol/L", "value": 3.6 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/1" }, "valueQuantity": { "unit": "mmol/L", "value": 4 } }, { "code": { "coding": [ { "code": "14927-8", "display": "Triglyceride [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "104784006", "system": "http://snomed.info/sct" } ] }, "id": "o25", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 4 }, "low": { "unit": "mmol/L", "value": 0.3 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/1" }, "valueQuantity": { "unit": "mmol/L", "value": 1 } } ], "effectiveDateTime": "2004-12-22T07:45:17Z", "id": "18", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "5234342" } ], "issued": "2005-02-23T10:04:01Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "result": [ { "reference": "#o1" }, { "reference": "#o2" }, { "reference": "#o3" }, { "reference": "#o4" }, { "reference": "#o5" }, { "reference": "#o6" }, { "reference": "#o7" }, { "reference": "#o8" }, { "reference": "#o9" }, { "reference": "#o10" }, { "reference": "#o11" }, { "reference": "#o12" }, { "reference": "#o13" }, { "reference": "#o14" }, { "reference": "#o15" }, { "reference": "#o16" }, { "reference": "#o17" }, { "reference": "#o18" }, { "reference": "#o19" }, { "reference": "#o20" }, { "reference": "#o21" }, { "reference": "#o22" }, { "reference": "#o23" }, { "reference": "#o24" }, { "reference": "#o25" } ], "status": "final", "subject": { "reference": "Patient/1" }, "text": { "div": "<div>\n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/19", "resource": { "code": { "text": "SERUM CHEMISTRY" }, "contained": [ { "code": { "coding": [ { "code": "2951-2", "display": "Sodium [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "104934005", "system": "http://snomed.info/sct" } ] }, "id": "o1", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 147 }, "low": { "unit": "mmol/L", "value": 137 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/2" }, "valueQuantity": { "unit": "mmol/L", "value": 141 } }, { "code": { "coding": [ { "code": "2823-3", "display": "Potassium [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "59573005", "system": "http://snomed.info/sct" } ] }, "id": "o2", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 5 }, "low": { "unit": "mmol/L", "value": 3.5 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/2" }, "valueQuantity": { "unit": "mmol/L", "value": 4.2 } }, { "code": { "coding": [ { "code": "2075-0", "display": "Chloride [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "46511006", "system": "http://snomed.info/sct" } ] }, "id": "o3", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 109 }, "low": { "unit": "mmol/L", "value": 96 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/2" }, "valueQuantity": { "unit": "mmol/L", "value": 106 } }, { "code": { "coding": [ { "code": "1963-8", "display": "Bicarbonate [Moles/volume] in Serum", "system": "http://loinc.org" }, { "code": "88645003", "system": "http://snomed.info/sct" } ] }, "id": "o4", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 33 }, "low": { "unit": "mmol/L", "value": 25 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/2" }, "valueQuantity": { "unit": "mmol/L", "value": 29 } }, { "code": { "coding": [ { "code": "1863-0", "display": "Anion gap 4 in Serum or Plasma", "system": "http://loinc.org" }, { "code": "271057005", "system": "http://snomed.info/sct" } ] }, "id": "o5", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 17 }, "low": { "unit": "mmol/L", "value": 4 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/2" }, "valueQuantity": { "unit": "mmol/L", "value": 10 } }, { "code": { "coding": [ { "code": "14749-6", "display": "Glucose [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "36048009", "system": "http://snomed.info/sct" } ] }, "id": "o6", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 7.7 }, "low": { "unit": "mmol/L", "value": 3 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/2" }, "valueQuantity": { "unit": "mmol/L", "value": 7 } }, { "code": { "coding": [ { "code": "14937-7", "display": "Urea nitrogen [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "273967009", "system": "http://snomed.info/sct" } ] }, "id": "o7", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 7 }, "low": { "unit": "mmol/L", "value": 2 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/2" }, "valueQuantity": { "unit": "mmol/L", "value": 4.7 } }, { "code": { "coding": [ { "code": "14682-9", "display": "Creatinine [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "70901006", "system": "http://snomed.info/sct" } ] }, "id": "o8", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 0.11 }, "low": { "unit": "mmol/L", "value": 0.04 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/2" }, "valueQuantity": { "unit": "mmol/L", "value": 0.05 } }, { "code": { "coding": [ { "code": "14933-6", "display": "Urate [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "86228006", "system": "http://snomed.info/sct" } ] }, "id": "o9", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 0.35 }, "low": { "unit": "mmol/L", "value": 0.14 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/2" }, "valueQuantity": { "unit": "mmol/L", "value": 0.32 } }, { "code": { "coding": [ { "code": "14631-6", "display": "Bilirubin.total [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "27171005", "system": "http://snomed.info/sct" } ] }, "id": "o10", "interpretation": { "coding": [ { "code": "HH", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "umol/L", "value": 20 }, "low": { "unit": "umol/L", "value": 2 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/2" }, "valueQuantity": { "unit": "umol/L", "value": 43 } }, { "code": { "coding": [ { "code": "6768-6", "display": "Alkaline phosphatase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "88810008", "system": "http://snomed.info/sct" } ] }, "id": "o11", "interpretation": { "coding": [ { "code": "HH", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 115 }, "low": { "unit": "U/L", "value": 30 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/2" }, "valueQuantity": { "unit": "U/L", "value": 708 } }, { "code": { "coding": [ { "code": "2324-2", "display": "Gamma glutamyl transferase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "69480007", "system": "http://snomed.info/sct" } ] }, "id": "o12", "interpretation": { "coding": [ { "code": "HH", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 45 }, "low": { "unit": "U/L", "value": 0 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/2" }, "valueQuantity": { "unit": "U/L", "value": 1131 } }, { "code": { "coding": [ { "code": "1742-6", "display": "Alanine aminotransferase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "34608000", "system": "http://snomed.info/sct" } ] }, "id": "o13", "interpretation": { "coding": [ { "code": "HH", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 45 }, "low": { "unit": "U/L", "value": 0 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/2" }, "valueQuantity": { "unit": "U/L", "value": 475 } }, { "code": { "coding": [ { "code": "1920-8", "display": "Aspartate aminotransferase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "45896001", "system": "http://snomed.info/sct" } ] }, "id": "o14", "interpretation": { "coding": [ { "code": "HH", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 41 }, "low": { "unit": "U/L", "value": 0 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/2" }, "valueQuantity": { "unit": "U/L", "value": 176 } }, { "code": { "coding": [ { "code": "2532-0", "display": "Lactate dehydrogenase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "11274001", "system": "http://snomed.info/sct" } ] }, "id": "o15", "interpretation": { "coding": [ { "code": "HH", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 250 }, "low": { "unit": "U/L", "value": 80 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/2" }, "valueQuantity": { "unit": "U/L", "value": 324 } }, { "code": { "coding": [ { "code": "2000-8", "display": "Calcium [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "71878006", "system": "http://snomed.info/sct" } ] }, "id": "o16", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 2.65 }, "low": { "unit": "mmol/L", "value": 2.25 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/2" }, "valueQuantity": { "unit": "mmol/L", "value": 2.32 } }, { "code": { "coding": [ { "code": "13959-2", "display": "Calcium.ionized [Moles/volume] in Serum or Plasma by calculation", "system": "http://loinc.org" }, { "code": "166708003", "system": "http://snomed.info/sct" } ] }, "id": "o17", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 2.65 }, "low": { "unit": "mmol/L", "value": 2.25 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/2" }, "valueQuantity": { "unit": "mmol/L", "value": 2.45 } }, { "code": { "coding": [ { "code": "14879-1", "display": "Phosphate [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "104866001", "system": "http://snomed.info/sct" } ] }, "id": "o18", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 1.5 }, "low": { "unit": "mmol/L", "value": 0.8 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/2" }, "valueQuantity": { "unit": "mmol/L", "value": 0.9 } }, { "code": { "coding": [ { "code": "2885-2", "display": "Protein [Mass/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "74040009", "system": "http://snomed.info/sct" } ] }, "id": "o19", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "g/L", "value": 82 }, "low": { "unit": "g/L", "value": 60 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/2" }, "valueQuantity": { "unit": "g/L", "value": 71 } }, { "code": { "coding": [ { "code": "1751-7", "display": "Albumin [Mass/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "104485008", "system": "http://snomed.info/sct" } ] }, "id": "o20", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "g/L", "value": 50 }, "low": { "unit": "g/L", "value": 35 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/2" }, "valueQuantity": { "unit": "g/L", "value": 38 } }, { "code": { "coding": [ { "code": "10834-0", "display": "Globulin [Mass/volume] in Serum by calculation", "system": "http://loinc.org" }, { "code": "104979009", "system": "http://snomed.info/sct" } ] }, "id": "o21", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "g/L", "value": 40 }, "low": { "unit": "g/L", "value": 20 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/2" }, "valueQuantity": { "unit": "g/L", "value": 33 } }, { "code": { "coding": [ { "code": "14798-3", "display": "Iron [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "42950004", "system": "http://snomed.info/sct" } ] }, "id": "o22", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "umol/L", "value": 33 }, "low": { "unit": "umol/L", "value": 10 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/2" }, "valueQuantity": { "unit": "umol/L", "value": 17 } }, { "code": { "coding": [ { "code": "14647-2", "display": "Cholesterol [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "77068002", "system": "http://snomed.info/sct" } ] }, "id": "o23", "interpretation": { "coding": [ { "code": "H", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 6.7 }, "low": { "unit": "mmol/L", "value": 3.6 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/2" }, "valueQuantity": { "unit": "mmol/L", "value": 7 } }, { "code": { "coding": [ { "code": "14927-8", "display": "Triglyceride [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "104784006", "system": "http://snomed.info/sct" } ] }, "id": "o24", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 4 }, "low": { "unit": "mmol/L", "value": 0.3 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/2" }, "valueQuantity": { "unit": "mmol/L", "value": 0.9 } } ], "effectiveDateTime": "2004-12-03T09:45:17Z", "id": "19", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "5234342" } ], "issued": "2005-02-23T10:04:01Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "result": [ { "reference": "#o1" }, { "reference": "#o2" }, { "reference": "#o3" }, { "reference": "#o4" }, { "reference": "#o5" }, { "reference": "#o6" }, { "reference": "#o7" }, { "reference": "#o8" }, { "reference": "#o9" }, { "reference": "#o10" }, { "reference": "#o11" }, { "reference": "#o12" }, { "reference": "#o13" }, { "reference": "#o14" }, { "reference": "#o15" }, { "reference": "#o16" }, { "reference": "#o17" }, { "reference": "#o18" }, { "reference": "#o19" }, { "reference": "#o20" }, { "reference": "#o21" }, { "reference": "#o22" }, { "reference": "#o23" }, { "reference": "#o24" } ], "status": "final", "subject": { "reference": "Patient/2" }, "text": { "div": "<div>\n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/20", "resource": { "code": { "text": "SERUM CHEMISTRY" }, "contained": [ { "code": { "coding": [ { "code": "2951-2", "display": "Sodium [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "104934005", "system": "http://snomed.info/sct" } ] }, "id": "o1", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 147 }, "low": { "unit": "mmol/L", "value": 137 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/3" }, "valueQuantity": { "unit": "mmol/L", "value": 142 } }, { "code": { "coding": [ { "code": "2823-3", "display": "Potassium [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "59573005", "system": "http://snomed.info/sct" } ] }, "id": "o2", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 5 }, "low": { "unit": "mmol/L", "value": 3.5 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/3" }, "valueQuantity": { "unit": "mmol/L", "value": 3.6 } }, { "code": { "coding": [ { "code": "2075-0", "display": "Chloride [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "46511006", "system": "http://snomed.info/sct" } ] }, "id": "o3", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 109 }, "low": { "unit": "mmol/L", "value": 96 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/3" }, "valueQuantity": { "unit": "mmol/L", "value": 104 } }, { "code": { "coding": [ { "code": "1963-8", "display": "Bicarbonate [Moles/volume] in Serum", "system": "http://loinc.org" }, { "code": "88645003", "system": "http://snomed.info/sct" } ] }, "id": "o4", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 33 }, "low": { "unit": "mmol/L", "value": 25 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/3" }, "valueQuantity": { "unit": "mmol/L", "value": 30 } }, { "code": { "coding": [ { "code": "1863-0", "display": "Anion gap 4 in Serum or Plasma", "system": "http://loinc.org" }, { "code": "271057005", "system": "http://snomed.info/sct" } ] }, "id": "o5", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 17 }, "low": { "unit": "mmol/L", "value": 4 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/3" }, "valueQuantity": { "unit": "mmol/L", "value": 12 } }, { "code": { "coding": [ { "code": "14749-6", "display": "Glucose [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "36048009", "system": "http://snomed.info/sct" } ] }, "id": "o6", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 7.7 }, "low": { "unit": "mmol/L", "value": 3 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/3" }, "valueQuantity": { "unit": "mmol/L", "value": 6.2 } }, { "code": { "coding": [ { "code": "14937-7", "display": "Urea nitrogen [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "273967009", "system": "http://snomed.info/sct" } ] }, "id": "o7", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 7 }, "low": { "unit": "mmol/L", "value": 2 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/3" }, "valueQuantity": { "unit": "mmol/L", "value": 4.5 } }, { "code": { "coding": [ { "code": "14682-9", "display": "Creatinine [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "70901006", "system": "http://snomed.info/sct" } ] }, "id": "o8", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 0.11 }, "low": { "unit": "mmol/L", "value": 0.04 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/3" }, "valueQuantity": { "unit": "mmol/L", "value": 0.06 } }, { "code": { "coding": [ { "code": "14933-6", "display": "Urate [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "86228006", "system": "http://snomed.info/sct" } ] }, "id": "o9", "interpretation": { "coding": [ { "code": "H", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 0.35 }, "low": { "unit": "mmol/L", "value": 0.14 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/3" }, "valueQuantity": { "unit": "mmol/L", "value": 0.37 } }, { "code": { "coding": [ { "code": "14631-6", "display": "Bilirubin.total [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "27171005", "system": "http://snomed.info/sct" } ] }, "id": "o10", "interpretation": { "coding": [ { "code": "HH", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "umol/L", "value": 20 }, "low": { "unit": "umol/L", "value": 2 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/3" }, "valueQuantity": { "unit": "umol/L", "value": 50 } }, { "code": { "coding": [ { "code": "6768-6", "display": "Alkaline phosphatase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "88810008", "system": "http://snomed.info/sct" } ] }, "id": "o11", "interpretation": { "coding": [ { "code": "HH", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 115 }, "low": { "unit": "U/L", "value": 30 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/3" }, "valueQuantity": { "unit": "U/L", "value": 684 } }, { "code": { "coding": [ { "code": "2324-2", "display": "Gamma glutamyl transferase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "69480007", "system": "http://snomed.info/sct" } ] }, "id": "o12", "interpretation": { "coding": [ { "code": "HH", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 45 }, "low": { "unit": "U/L", "value": 0 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/3" }, "valueQuantity": { "unit": "U/L", "value": 1105 } }, { "code": { "coding": [ { "code": "1742-6", "display": "Alanine aminotransferase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "34608000", "system": "http://snomed.info/sct" } ] }, "id": "o13", "interpretation": { "coding": [ { "code": "HH", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 45 }, "low": { "unit": "U/L", "value": 0 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/3" }, "valueQuantity": { "unit": "U/L", "value": 466 } }, { "code": { "coding": [ { "code": "1920-8", "display": "Aspartate aminotransferase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "45896001", "system": "http://snomed.info/sct" } ] }, "id": "o14", "interpretation": { "coding": [ { "code": "HH", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 41 }, "low": { "unit": "U/L", "value": 0 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/3" }, "valueQuantity": { "unit": "U/L", "value": 198 } }, { "code": { "coding": [ { "code": "2532-0", "display": "Lactate dehydrogenase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "11274001", "system": "http://snomed.info/sct" } ] }, "id": "o15", "interpretation": { "coding": [ { "code": "HH", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 250 }, "low": { "unit": "U/L", "value": 80 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/3" }, "valueQuantity": { "unit": "U/L", "value": 323 } }, { "code": { "coding": [ { "code": "2000-8", "display": "Calcium [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "71878006", "system": "http://snomed.info/sct" } ] }, "id": "o16", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 2.65 }, "low": { "unit": "mmol/L", "value": 2.25 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/3" }, "valueQuantity": { "unit": "mmol/L", "value": 2.32 } }, { "code": { "coding": [ { "code": "13959-2", "display": "Calcium.ionized [Moles/volume] in Serum or Plasma by calculation", "system": "http://loinc.org" }, { "code": "166708003", "system": "http://snomed.info/sct" } ] }, "id": "o17", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 2.65 }, "low": { "unit": "mmol/L", "value": 2.25 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/3" }, "valueQuantity": { "unit": "mmol/L", "value": 2.45 } }, { "code": { "coding": [ { "code": "14879-1", "display": "Phosphate [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "104866001", "system": "http://snomed.info/sct" } ] }, "id": "o18", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 1.5 }, "low": { "unit": "mmol/L", "value": 0.8 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/3" }, "valueQuantity": { "unit": "mmol/L", "value": 0.9 } }, { "code": { "coding": [ { "code": "2885-2", "display": "Protein [Mass/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "74040009", "system": "http://snomed.info/sct" } ] }, "id": "o19", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "g/L", "value": 82 }, "low": { "unit": "g/L", "value": 60 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/3" }, "valueQuantity": { "unit": "g/L", "value": 70 } }, { "code": { "coding": [ { "code": "1751-7", "display": "Albumin [Mass/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "104485008", "system": "http://snomed.info/sct" } ] }, "id": "o20", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "g/L", "value": 50 }, "low": { "unit": "g/L", "value": 35 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/3" }, "valueQuantity": { "unit": "g/L", "value": 38 } }, { "code": { "coding": [ { "code": "10834-0", "display": "Globulin [Mass/volume] in Serum by calculation", "system": "http://loinc.org" }, { "code": "104979009", "system": "http://snomed.info/sct" } ] }, "id": "o21", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "g/L", "value": 40 }, "low": { "unit": "g/L", "value": 20 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/3" }, "valueQuantity": { "unit": "g/L", "value": 32 } }, { "code": { "coding": [ { "code": "14798-3", "display": "Iron [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "42950004", "system": "http://snomed.info/sct" } ] }, "id": "o22", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "umol/L", "value": 33 }, "low": { "unit": "umol/L", "value": 10 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/3" }, "valueQuantity": { "unit": "umol/L", "value": 11 } }, { "code": { "coding": [ { "code": "14647-2", "display": "Cholesterol [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "77068002", "system": "http://snomed.info/sct" } ] }, "id": "o23", "interpretation": { "coding": [ { "code": "H", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 6.7 }, "low": { "unit": "mmol/L", "value": 3.6 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/3" }, "valueQuantity": { "unit": "mmol/L", "value": 6.9 } }, { "code": { "coding": [ { "code": "14927-8", "display": "Triglyceride [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "104784006", "system": "http://snomed.info/sct" } ] }, "id": "o24", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 4 }, "low": { "unit": "mmol/L", "value": 0.3 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/3" }, "valueQuantity": { "unit": "mmol/L", "value": 1.9 } } ], "effectiveDateTime": "2004-12-03T20:30:17Z", "id": "20", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "5234342" } ], "issued": "2005-02-23T10:04:01Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "result": [ { "reference": "#o1" }, { "reference": "#o2" }, { "reference": "#o3" }, { "reference": "#o4" }, { "reference": "#o5" }, { "reference": "#o6" }, { "reference": "#o7" }, { "reference": "#o8" }, { "reference": "#o9" }, { "reference": "#o10" }, { "reference": "#o11" }, { "reference": "#o12" }, { "reference": "#o13" }, { "reference": "#o14" }, { "reference": "#o15" }, { "reference": "#o16" }, { "reference": "#o17" }, { "reference": "#o18" }, { "reference": "#o19" }, { "reference": "#o20" }, { "reference": "#o21" }, { "reference": "#o22" }, { "reference": "#o23" }, { "reference": "#o24" } ], "status": "final", "subject": { "reference": "Patient/3" }, "text": { "div": "<div>\n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/21", "resource": { "code": { "text": "SERUM CHEMISTRY" }, "contained": [ { "code": { "coding": [ { "code": "2951-2", "display": "Sodium [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "104934005", "system": "http://snomed.info/sct" } ] }, "id": "o1", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 147 }, "low": { "unit": "mmol/L", "value": 137 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/4" }, "valueQuantity": { "unit": "mmol/L", "value": 143 } }, { "code": { "coding": [ { "code": "2823-3", "display": "Potassium [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "59573005", "system": "http://snomed.info/sct" } ] }, "id": "o2", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 5 }, "low": { "unit": "mmol/L", "value": 3.5 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/4" }, "valueQuantity": { "unit": "mmol/L", "value": 4.3 } }, { "code": { "coding": [ { "code": "2075-0", "display": "Chloride [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "46511006", "system": "http://snomed.info/sct" } ] }, "id": "o3", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 109 }, "low": { "unit": "mmol/L", "value": 96 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/4" }, "valueQuantity": { "unit": "mmol/L", "value": 108 } }, { "code": { "coding": [ { "code": "1963-8", "display": "Bicarbonate [Moles/volume] in Serum", "system": "http://loinc.org" }, { "code": "88645003", "system": "http://snomed.info/sct" } ] }, "id": "o4", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 33 }, "low": { "unit": "mmol/L", "value": 25 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/4" }, "valueQuantity": { "unit": "mmol/L", "value": 25 } }, { "code": { "coding": [ { "code": "1863-0", "display": "Anion gap 4 in Serum or Plasma", "system": "http://loinc.org" }, { "code": "271057005", "system": "http://snomed.info/sct" } ] }, "id": "o5", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 17 }, "low": { "unit": "mmol/L", "value": 4 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/4" }, "valueQuantity": { "unit": "mmol/L", "value": 14 } }, { "code": { "coding": [ { "code": "14749-6", "display": "Glucose [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "36048009", "system": "http://snomed.info/sct" } ] }, "id": "o6", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 7.7 }, "low": { "unit": "mmol/L", "value": 3 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/4" }, "valueQuantity": { "unit": "mmol/L", "value": 4.3 } }, { "code": { "coding": [ { "code": "14937-7", "display": "Urea nitrogen [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "273967009", "system": "http://snomed.info/sct" } ] }, "id": "o7", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 7 }, "low": { "unit": "mmol/L", "value": 2 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/4" }, "valueQuantity": { "unit": "mmol/L", "value": 4.6 } }, { "code": { "coding": [ { "code": "14682-9", "display": "Creatinine [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "70901006", "system": "http://snomed.info/sct" } ] }, "id": "o8", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 0.11 }, "low": { "unit": "mmol/L", "value": 0.04 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/4" }, "valueQuantity": { "unit": "mmol/L", "value": 0.06 } }, { "code": { "coding": [ { "code": "14933-6", "display": "Urate [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "86228006", "system": "http://snomed.info/sct" } ] }, "id": "o9", "interpretation": { "coding": [ { "code": "HH", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 0.35 }, "low": { "unit": "mmol/L", "value": 0.14 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/4" }, "valueQuantity": { "unit": "mmol/L", "value": 0.41 } }, { "code": { "coding": [ { "code": "14631-6", "display": "Bilirubin.total [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "27171005", "system": "http://snomed.info/sct" } ] }, "id": "o10", "interpretation": { "coding": [ { "code": "H", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "umol/L", "value": 20 }, "low": { "unit": "umol/L", "value": 2 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/4" }, "valueQuantity": { "unit": "umol/L", "value": 27 } }, { "code": { "coding": [ { "code": "6768-6", "display": "Alkaline phosphatase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "88810008", "system": "http://snomed.info/sct" } ] }, "id": "o11", "interpretation": { "coding": [ { "code": "HH", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 115 }, "low": { "unit": "U/L", "value": 30 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/4" }, "valueQuantity": { "unit": "U/L", "value": 631 } }, { "code": { "coding": [ { "code": "2324-2", "display": "Gamma glutamyl transferase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "69480007", "system": "http://snomed.info/sct" } ] }, "id": "o12", "interpretation": { "coding": [ { "code": "HH", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 45 }, "low": { "unit": "U/L", "value": 0 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/4" }, "valueQuantity": { "unit": "U/L", "value": 956 } }, { "code": { "coding": [ { "code": "1742-6", "display": "Alanine aminotransferase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "34608000", "system": "http://snomed.info/sct" } ] }, "id": "o13", "interpretation": { "coding": [ { "code": "HH", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 45 }, "low": { "unit": "U/L", "value": 0 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/4" }, "valueQuantity": { "unit": "U/L", "value": 398 } }, { "code": { "coding": [ { "code": "1920-8", "display": "Aspartate aminotransferase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "45896001", "system": "http://snomed.info/sct" } ] }, "id": "o14", "interpretation": { "coding": [ { "code": "HH", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 41 }, "low": { "unit": "U/L", "value": 0 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/4" }, "valueQuantity": { "unit": "U/L", "value": 120 } }, { "code": { "coding": [ { "code": "2532-0", "display": "Lactate dehydrogenase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "11274001", "system": "http://snomed.info/sct" } ] }, "id": "o15", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "U/L", "value": 250 }, "low": { "unit": "U/L", "value": 80 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/4" }, "valueQuantity": { "unit": "U/L", "value": 243 } }, { "code": { "coding": [ { "code": "2000-8", "display": "Calcium [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "71878006", "system": "http://snomed.info/sct" } ] }, "id": "o16", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 2.65 }, "low": { "unit": "mmol/L", "value": 2.25 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/4" }, "valueQuantity": { "unit": "mmol/L", "value": 2.33 } }, { "code": { "coding": [ { "code": "13959-2", "display": "Calcium.ionized [Moles/volume] in Serum or Plasma by calculation", "system": "http://loinc.org" }, { "code": "166708003", "system": "http://snomed.info/sct" } ] }, "id": "o17", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 2.65 }, "low": { "unit": "mmol/L", "value": 2.25 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/4" }, "valueQuantity": { "unit": "mmol/L", "value": 2.52 } }, { "code": { "coding": [ { "code": "14879-1", "display": "Phosphate [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "104866001", "system": "http://snomed.info/sct" } ] }, "id": "o18", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 1.5 }, "low": { "unit": "mmol/L", "value": 0.8 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/4" }, "valueQuantity": { "unit": "mmol/L", "value": 1.2 } }, { "code": { "coding": [ { "code": "2885-2", "display": "Protein [Mass/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "74040009", "system": "http://snomed.info/sct" } ] }, "id": "o19", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "g/L", "value": 82 }, "low": { "unit": "g/L", "value": 60 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/4" }, "valueQuantity": { "unit": "g/L", "value": 71 } }, { "code": { "coding": [ { "code": "1751-7", "display": "Albumin [Mass/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "104485008", "system": "http://snomed.info/sct" } ] }, "id": "o20", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "g/L", "value": 50 }, "low": { "unit": "g/L", "value": 35 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/4" }, "valueQuantity": { "unit": "g/L", "value": 36 } }, { "code": { "coding": [ { "code": "10834-0", "display": "Globulin [Mass/volume] in Serum by calculation", "system": "http://loinc.org" }, { "code": "104979009", "system": "http://snomed.info/sct" } ] }, "id": "o21", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "g/L", "value": 40 }, "low": { "unit": "g/L", "value": 20 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/4" }, "valueQuantity": { "unit": "g/L", "value": 35 } }, { "code": { "coding": [ { "code": "14798-3", "display": "Iron [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "42950004", "system": "http://snomed.info/sct" } ] }, "id": "o22", "interpretation": { "coding": [ { "code": "H", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "umol/L", "value": 33 }, "low": { "unit": "umol/L", "value": 10 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/4" }, "valueQuantity": { "unit": "umol/L", "value": 39 } }, { "code": { "coding": [ { "code": "14647-2", "display": "Cholesterol [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "77068002", "system": "http://snomed.info/sct" } ] }, "id": "o23", "interpretation": { "coding": [ { "code": "H", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 6.7 }, "low": { "unit": "mmol/L", "value": 3.6 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/4" }, "valueQuantity": { "unit": "mmol/L", "value": 6.8 } }, { "code": { "coding": [ { "code": "14927-8", "display": "Triglyceride [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, { "code": "104784006", "system": "http://snomed.info/sct" } ] }, "id": "o24", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mmol/L", "value": 4 }, "low": { "unit": "mmol/L", "value": 0.3 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/4" }, "valueQuantity": { "unit": "mmol/L", "value": 1.5 } } ], "effectiveDateTime": "2004-12-05T07:15:17Z", "id": "21", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "5234342" } ], "issued": "2005-02-23T10:04:01Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "result": [ { "reference": "#o1" }, { "reference": "#o2" }, { "reference": "#o3" }, { "reference": "#o4" }, { "reference": "#o5" }, { "reference": "#o6" }, { "reference": "#o7" }, { "reference": "#o8" }, { "reference": "#o9" }, { "reference": "#o10" }, { "reference": "#o11" }, { "reference": "#o12" }, { "reference": "#o13" }, { "reference": "#o14" }, { "reference": "#o15" }, { "reference": "#o16" }, { "reference": "#o17" }, { "reference": "#o18" }, { "reference": "#o19" }, { "reference": "#o20" }, { "reference": "#o21" }, { "reference": "#o22" }, { "reference": "#o23" }, { "reference": "#o24" } ], "status": "final", "subject": { "reference": "Patient/4" }, "text": { "div": "<div>\n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/25", "resource": { "code": { "coding": [ { "code": "18769-0", "display": "Microbial susceptibility tests Set", "system": "http://loinc.org" } ] }, "contained": [ { "code": { "coding": [ { "code": "11475-1", "display": "Microorganism identified in Unspecified specimen by Culture", "system": "http://loinc.org" } ] }, "id": "o1", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/5" }, "valueCodeableConcept": { "text": "KLEBSIELLA PNEUMONIAE" } }, { "code": { "coding": [ { "code": "43161-9", "display": "Microorganism [#/volume] in Unspecified specimen by Viability count", "system": "http://loinc.org" } ] }, "id": "o2", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/5" }, "valueQuantity": { "unit": "CFU/ML", "value": 20000 } }, { "code": { "coding": [ { "code": "AMS", "display": "AMPICILLIN/SULBACTAM", "system": "http://example.org/local" } ] }, "id": "o3", "interpretation": { "coding": [ { "code": "S", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/5" }, "valueQuantity": { "unit": "U", "value": 4 } }, { "code": { "coding": [ { "code": "AM", "display": "AMPICILLIN", "system": "http://example.org/local" } ] }, "id": "o4", "interpretation": { "coding": [ { "code": "R", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/5" }, "valueQuantity": { "unit": "U", "value": 16 } }, { "code": { "coding": [ { "code": "ATM", "display": "AZTREONAM", "system": "http://example.org/local" } ] }, "id": "o5", "interpretation": { "coding": [ { "code": "S", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/5" }, "valueQuantity": { "comparator": "<=", "unit": "U", "value": 1 } }, { "code": { "coding": [ { "code": "CFZ", "display": "CEFAZOLIN", "system": "http://example.org/local" } ] }, "id": "o6", "interpretation": { "coding": [ { "code": "S", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/5" }, "valueQuantity": { "comparator": "<=", "unit": "U", "value": 4 } }, { "code": { "coding": [ { "code": "FEP", "display": "CEFEPIME", "system": "http://example.org/local" } ] }, "id": "o7", "interpretation": { "coding": [ { "code": "S", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/5" }, "valueQuantity": { "comparator": "<=", "unit": "U", "value": 1 } }, { "code": { "coding": [ { "code": "CTN", "display": "CEFOTETAN", "system": "http://example.org/local" } ] }, "id": "o8", "interpretation": { "coding": [ { "code": "S", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/5" }, "valueQuantity": { "comparator": "<=", "unit": "U", "value": 4 } }, { "code": { "coding": [ { "code": "TAZ", "display": "CEFTAZIDIME", "system": "http://example.org/local" } ] }, "id": "o9", "interpretation": { "coding": [ { "code": "S", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/5" }, "valueQuantity": { "comparator": "<=", "unit": "U", "value": 1 } }, { "code": { "coding": [ { "code": "CRO", "display": "CEFTRIAXONE", "system": "http://example.org/local" } ] }, "id": "o10", "interpretation": { "coding": [ { "code": "S", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/5" }, "valueQuantity": { "comparator": "<=", "unit": "U", "value": 1 } }, { "code": { "coding": [ { "code": "CIPRO", "display": "CIPROFLOXACIN", "system": "http://example.org/local" } ] }, "id": "o11", "interpretation": { "coding": [ { "code": "S", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/5" }, "valueQuantity": { "comparator": "<=", "unit": "U", "value": 0.25 } }, { "code": { "coding": [ { "code": "GM", "display": "GENTAMICIN", "system": "http://example.org/local" } ] }, "id": "o12", "interpretation": { "coding": [ { "code": "S", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/5" }, "valueQuantity": { "comparator": "<=", "unit": "U", "value": 1 } }, { "code": { "coding": [ { "code": "IPM", "display": "IMIPENEM", "system": "http://example.org/local" } ] }, "id": "o13", "interpretation": { "coding": [ { "code": "S", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/5" }, "valueQuantity": { "comparator": "<=", "unit": "U", "value": 1 } }, { "code": { "coding": [ { "code": "LVX", "display": "LEVOFLOXACIN", "system": "http://example.org/local" } ] }, "id": "o14", "interpretation": { "coding": [ { "code": "S", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/5" }, "valueQuantity": { "comparator": "<=", "unit": "U", "value": 0.25 } }, { "code": { "coding": [ { "code": "NIT", "display": "NITROFURANTOIN", "system": "http://example.org/local" } ] }, "id": "o15", "interpretation": { "coding": [ { "code": "S", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/5" }, "valueQuantity": { "unit": "U", "value": 32 } }, { "code": { "coding": [ { "code": "PTZ", "display": "PIPERACILLIN/TAZOBAC", "system": "http://example.org/local" } ] }, "id": "o16", "interpretation": { "coding": [ { "code": "S", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/5" }, "valueQuantity": { "comparator": "<=", "unit": "U", "value": 4 } }, { "code": { "coding": [ { "code": "TRSUV", "display": "TRIMETH/SULFA", "system": "http://example.org/local" } ] }, "id": "o17", "interpretation": { "coding": [ { "code": "S", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/5" }, "valueQuantity": { "comparator": "<=", "unit": "U", "value": 20 } }, { "code": { "coding": [ { "code": "TOB", "display": "TOBRAMYCIN", "system": "http://example.org/local" } ] }, "id": "o18", "interpretation": { "coding": [ { "code": "S", "system": "http://hl7.org/fhir/v2/0078" } ] }, "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/5" }, "valueQuantity": { "comparator": "<=", "unit": "U", "value": 1 } } ], "effectiveDateTime": "2005-11-07T21:44:17Z", "id": "25", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "5234342" } ], "issued": "2005-11-07T23:38:01Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "result": [ { "reference": "#o1" }, { "reference": "#o2" }, { "reference": "#o3" }, { "reference": "#o4" }, { "reference": "#o5" }, { "reference": "#o6" }, { "reference": "#o7" }, { "reference": "#o8" }, { "reference": "#o9" }, { "reference": "#o10" }, { "reference": "#o11" }, { "reference": "#o12" }, { "reference": "#o13" }, { "reference": "#o14" }, { "reference": "#o15" }, { "reference": "#o16" }, { "reference": "#o17" }, { "reference": "#o18" } ], "specimen": [ { "display": "URINE, CLEAN CATCH/MIDSTREAM" } ], "status": "final", "subject": { "reference": "Patient/5" }, "text": { "div": "<div>\n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/26", "resource": { "code": { "coding": [ { "code": "142080", "display": "Rapid Plasma Reagin", "system": "http://acme.com/labs/reports" } ], "text": "RPR" }, "contained": [ { "code": { "coding": [ { "code": "20507-0", "display": "Reagin Ab [Presence] in Serum by RPR", "system": "http://loinc.org" } ] }, "id": "o1", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/6" }, "valueString": "Non-reactive" } ], "effectiveDateTime": "2005-03-07T14:02:17Z", "id": "26", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "5234342" } ], "issued": "2005-03-07T14:02:01Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "result": [ { "reference": "#o1" } ], "status": "final", "subject": { "reference": "Patient/6" }, "text": { "div": "<div>\n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/27", "resource": { "code": { "coding": [ { "code": "bchem2", "display": "Specialist Biochemistry", "system": "http://acme.com/labs/reports" } ] }, "contained": [ { "code": { "coding": [ { "code": "30522-7", "display": "C reactive protein [Mass/volume] in Serum or Plasma by High sensitivity method", "system": "http://loinc.org" }, { "code": "55235003", "system": "http://snomed.info/sct" } ], "text": "hsCRP" }, "id": "o1", "performer": [ { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } ], "referenceRange": [ { "high": { "unit": "mg/L", "value": 3 }, "low": { "unit": "mg/L", "value": 1 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/1" }, "valueQuantity": { "unit": "mg/L", "value": 2.8 } } ], "effectiveDateTime": "2012-05-21T10:45:00Z", "id": "27", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "23412355" } ], "issued": "2012-05-23T14:27:01Z", "meta": { "lastUpdated": "2012-05-23T14:27:01Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "result": [ { "reference": "#o1" } ], "status": "final", "subject": { "reference": "Patient/1" }, "text": { "div": "<div>\n \n \n <table>\n \n \n <tr>\n \n \n <td>hsCRP</td>\n \n \n <td>2.8</td>\n \n \n <td>mg/L</td>\n \n \n <td>1.0-3.0</td>\n \n \n </tr>\n \n \n </table>\n \n \n </div>", "status": "generated" } } } ], "id": "72ac8493-52ac-41bd-8d5d-7258c289b5ea", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "resourceType": "Bundle", "type": "collection" }; var example198: fhir.Bundle = { "resourceType": "Bundle", "id": "72ac8493-52ac-41bd-8d5d-7258c289b5ea", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "type": "collection", "entry": [ { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/3", "resource": { "resourceType": "DiagnosticReport", "id": "3", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n \n <table>\n \n \n <tr>\n \n \n <td>Sodium</td>\n \n \n <td>140</td>\n \n \n <td>mmol/L</td>\n \n \n <td>137-147</td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td>Serum Potassium</td>\n \n \n <td>4.2</td>\n \n \n <td>mmol/L</td>\n \n \n <td>3.5-5.0</td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td>Chloride</td>\n \n \n <td>105</td>\n \n \n <td>mmol/L</td>\n \n \n <td>96-109</td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td>Bicarbonate</td>\n \n \n <td>26</td>\n \n \n <td>mmol/L</td>\n \n \n <td>25-33</td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td>Other Anions</td>\n \n \n <td>13</td>\n \n \n <td>mmol/L</td>\n \n \n <td>4-17</td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td>Glucose</td>\n \n \n <td>7.4</td>\n \n \n <td>mmol/L</td>\n \n \n <td>3.0-7.7</td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td>Urea</td>\n \n \n <td>4.7</td>\n \n \n <td>mmol/L</td>\n \n \n <td>2.0-7.0</td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td>Serum Creatinine</td>\n \n \n <td>0.09</td>\n \n \n <td>mmol/L</td>\n \n \n <td>0.04-0.11</td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td>Serum Uric Acid</td>\n \n \n <td>0.39</td>\n \n \n <td>mmol/L</td>\n \n \n <td>0.14-0.35</td>\n \n \n <td>\n \n \n <b>+</b>\n \n \n </td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td>Total Bilirubin</td>\n \n \n <td>7</td>\n \n \n <td>umol/L</td>\n \n \n <td>2-20</td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td>Direct Bilirubin</td>\n \n \n <td>3</td>\n \n \n <td>umol/L</td>\n \n \n <td>0-8</td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td>Alkaline phosphatase [Enzymatic activity/volume] in Serum or Plasma</td>\n \n \n <td>108</td>\n \n \n <td>U/L</td>\n \n \n <td>30-115</td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td>Gamma G.T.</td>\n \n \n <td>35</td>\n \n \n <td>U/L</td>\n \n \n <td>0-45</td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td>ALT</td>\n \n \n <td>54</td>\n \n \n <td>U/L</td>\n \n \n <td>0-45</td>\n \n \n <td>\n \n \n <b>+</b>\n \n \n </td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td>AST</td>\n \n \n <td>30</td>\n \n \n <td>U/L</td>\n \n \n <td>0-41</td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td>LD</td>\n \n \n <td>131</td>\n \n \n <td>U/L</td>\n \n \n <td>80-250</td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td>Serum Calcium</td>\n \n \n <td>2.38</td>\n \n \n <td>mmol/L</td>\n \n \n <td>2.25-2.65</td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td>Corrected Calcium</td>\n \n \n <td>2.39</td>\n \n \n <td>mmol/L</td>\n \n \n <td>2.25-2.65</td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td>Serum Phosphate</td>\n \n \n <td>1.5</td>\n \n \n <td>mmol/L</td>\n \n \n <td>0.8-1.5</td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td>Total Protein</td>\n \n \n <td>67</td>\n \n \n <td>g/L</td>\n \n \n <td>60-82</td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td>Serum Albumin</td>\n \n \n <td>42</td>\n \n \n <td>g/L</td>\n \n \n <td>35-50</td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td>Globulins</td>\n \n \n <td>25</td>\n \n \n <td>g/L</td>\n \n \n <td>20-40</td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td>Iron</td>\n \n \n <td>5</td>\n \n \n <td>umol/L</td>\n \n \n <td>10-33</td>\n \n \n <td>\n \n \n <b>--</b>\n \n \n </td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td>Cholesterol</td>\n \n \n <td>3.8</td>\n \n \n <td>mmol/L</td>\n \n \n <td>3.6-6.7</td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td> </td>\n \n \n <td colspan=\"4\">Revised NHF cholesterol guidelines (Nov.,2001): Target below 4.0 mmol/L if high risk patient. Consider lipid lowering treatment if cholesterol above 6.0 mmol/L, and no other risk factor of CHD.</td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td>Triglycerides</td>\n \n \n <td>0.9</td>\n \n \n <td>mmol/L</td>\n \n \n <td>0.3-4.0</td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td>HDL Cholesterol</td>\n \n \n <td>1.2</td>\n \n \n <td>mmol/L</td>\n \n \n <td>1.0-2.0</td>\n \n \n </tr>\n \n \n </table>\n \n \n </div>" }, "contained": [ { "resourceType": "Observation", "id": "o1", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2951-2", "display": "Sodium [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "104934005" } ] }, "subject": { "reference": "Patient/1" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 140, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 137, "unit": "mmol/L" }, "high": { "value": 147, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o2", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2823-3", "display": "Potassium [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "59573005" } ] }, "subject": { "reference": "Patient/1" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 4.2, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 3.5, "unit": "mmol/L" }, "high": { "value": 5, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o3", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2075-0", "display": "Chloride [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "46511006" } ] }, "subject": { "reference": "Patient/1" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 105, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 96, "unit": "mmol/L" }, "high": { "value": 109, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o4", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1963-8", "display": "Bicarbonate [Moles/volume] in Serum" }, { "system": "http://snomed.info/sct", "code": "88645003" } ] }, "subject": { "reference": "Patient/1" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 26, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 25, "unit": "mmol/L" }, "high": { "value": 33, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o5", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1863-0", "display": "Anion gap 4 in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "271057005" } ] }, "subject": { "reference": "Patient/1" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 13, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 4, "unit": "mmol/L" }, "high": { "value": 17, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o6", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14749-6", "display": "Glucose [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "36048009" } ] }, "subject": { "reference": "Patient/1" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 7.4, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 3, "unit": "mmol/L" }, "high": { "value": 7.7, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o7", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14937-7", "display": "Urea nitrogen [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "273967009" } ] }, "subject": { "reference": "Patient/1" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 4.7, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 2, "unit": "mmol/L" }, "high": { "value": 7, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o8", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14682-9", "display": "Creatinine [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "70901006" } ] }, "subject": { "reference": "Patient/1" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 0.09, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 0.04, "unit": "mmol/L" }, "high": { "value": 0.11, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o9", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14933-6", "display": "Urate [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "86228006" } ] }, "subject": { "reference": "Patient/1" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 0.39, "unit": "mmol/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "H" } ] }, "referenceRange": [ { "low": { "value": 0.14, "unit": "mmol/L" }, "high": { "value": 0.35, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o10", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14631-6", "display": "Bilirubin.total [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "27171005" } ] }, "subject": { "reference": "Patient/1" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 7, "unit": "umol/L" }, "referenceRange": [ { "low": { "value": 2, "unit": "umol/L" }, "high": { "value": 20, "unit": "umol/L" } } ] }, { "resourceType": "Observation", "id": "o11", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14629-0", "display": "Bilirubin.direct [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "39748002" } ] }, "subject": { "reference": "Patient/1" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 3, "unit": "umol/L" }, "referenceRange": [ { "low": { "value": 0, "unit": "umol/L" }, "high": { "value": 8, "unit": "umol/L" } } ] }, { "resourceType": "Observation", "id": "o12", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "6768-6", "display": "Alkaline phosphatase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "88810008" } ] }, "subject": { "reference": "Patient/1" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 108, "unit": "U/L" }, "referenceRange": [ { "low": { "value": 30, "unit": "U/L" }, "high": { "value": 115, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o13", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2324-2", "display": "Gamma glutamyl transferase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "69480007" } ] }, "subject": { "reference": "Patient/1" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 35, "unit": "U/L" }, "referenceRange": [ { "low": { "value": 0, "unit": "U/L" }, "high": { "value": 45, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o14", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1742-6", "display": "Alanine aminotransferase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "34608000" } ] }, "subject": { "reference": "Patient/1" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 54, "unit": "U/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "H" } ] }, "referenceRange": [ { "low": { "value": 0, "unit": "U/L" }, "high": { "value": 45, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o15", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1920-8", "display": "Aspartate aminotransferase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "45896001" } ] }, "subject": { "reference": "Patient/1" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 30, "unit": "U/L" }, "referenceRange": [ { "low": { "value": 0, "unit": "U/L" }, "high": { "value": 41, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o16", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2532-0", "display": "Lactate dehydrogenase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "11274001" } ] }, "subject": { "reference": "Patient/1" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 131, "unit": "U/L" }, "referenceRange": [ { "low": { "value": 80, "unit": "U/L" }, "high": { "value": 250, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o17", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2000-8", "display": "Calcium [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "71878006" } ] }, "subject": { "reference": "Patient/1" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 2.38, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 2.25, "unit": "mmol/L" }, "high": { "value": 2.65, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o18", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "13959-2", "display": "Calcium.ionized [Moles/volume] in Serum or Plasma by calculation" }, { "system": "http://snomed.info/sct", "code": "166708003" } ] }, "subject": { "reference": "Patient/1" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 2.39, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 2.25, "unit": "mmol/L" }, "high": { "value": 2.65, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o19", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14879-1", "display": "Phosphate [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "104866001" } ] }, "subject": { "reference": "Patient/1" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 1.5, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 0.8, "unit": "mmol/L" }, "high": { "value": 1.5, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o20", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2885-2", "display": "Protein [Mass/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "74040009" } ] }, "subject": { "reference": "Patient/1" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 67, "unit": "g/L" }, "referenceRange": [ { "low": { "value": 60, "unit": "g/L" }, "high": { "value": 82, "unit": "g/L" } } ] }, { "resourceType": "Observation", "id": "o21", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1751-7", "display": "Albumin [Mass/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "104485008" } ] }, "subject": { "reference": "Patient/1" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 42, "unit": "g/L" }, "referenceRange": [ { "low": { "value": 35, "unit": "g/L" }, "high": { "value": 50, "unit": "g/L" } } ] }, { "resourceType": "Observation", "id": "o22", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "10834-0", "display": "Globulin [Mass/volume] in Serum by calculation" }, { "system": "http://snomed.info/sct", "code": "104979009" } ] }, "subject": { "reference": "Patient/1" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 25, "unit": "g/L" }, "referenceRange": [ { "low": { "value": 20, "unit": "g/L" }, "high": { "value": 40, "unit": "g/L" } } ] }, { "resourceType": "Observation", "id": "o23", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14798-3", "display": "Iron [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "42950004" } ] }, "subject": { "reference": "Patient/1" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 5, "unit": "umol/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "LL" } ] }, "referenceRange": [ { "low": { "value": 10, "unit": "umol/L" }, "high": { "value": 33, "unit": "umol/L" } } ] }, { "resourceType": "Observation", "id": "o24", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14647-2", "display": "Cholesterol [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "77068002" } ] }, "subject": { "reference": "Patient/1" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 3.8, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 3.6, "unit": "mmol/L" }, "high": { "value": 6.7, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o25", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14927-8", "display": "Triglyceride [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "104784006" } ] }, "subject": { "reference": "Patient/1" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 0.9, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 0.3, "unit": "mmol/L" }, "high": { "value": 4, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o26", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2085-9", "display": "Cholesterol in HDL [Mass/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "17888004" } ] }, "subject": { "reference": "Patient/1" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 1, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 1, "unit": "mmol/L" }, "high": { "value": 2, "unit": "mmol/L" } } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "5234342" } ], "status": "final", "code": { "coding": [ { "system": "http://acme.com/labs/reports", "code": "25T", "display": "E/LFT (MASTER)" } ] }, "subject": { "reference": "Patient/1" }, "effectiveDateTime": "2005-01-27T06:40:17Z", "issued": "2005-01-27T06:40:01Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "result": [ { "reference": "#o1" }, { "reference": "#o2" }, { "reference": "#o3" }, { "reference": "#o4" }, { "reference": "#o5" }, { "reference": "#o6" }, { "reference": "#o7" }, { "reference": "#o8" }, { "reference": "#o9" }, { "reference": "#o10" }, { "reference": "#o11" }, { "reference": "#o12" }, { "reference": "#o13" }, { "reference": "#o14" }, { "reference": "#o15" }, { "reference": "#o16" }, { "reference": "#o17" }, { "reference": "#o18" }, { "reference": "#o19" }, { "reference": "#o20" }, { "reference": "#o21" }, { "reference": "#o22" }, { "reference": "#o23" }, { "reference": "#o24" }, { "reference": "#o25" }, { "reference": "#o26" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/4", "resource": { "resourceType": "DiagnosticReport", "id": "4", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n </div>" }, "contained": [ { "resourceType": "Observation", "id": "o1", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2951-2", "display": "Sodium [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "104934005" } ] }, "subject": { "reference": "Patient/2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 138, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 137, "unit": "mmol/L" }, "high": { "value": 147, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o2", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2823-3", "display": "Potassium [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "59573005" } ] }, "subject": { "reference": "Patient/2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 4.1, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 3.5, "unit": "mmol/L" }, "high": { "value": 5, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o3", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2075-0", "display": "Chloride [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "46511006" } ] }, "subject": { "reference": "Patient/2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 103, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 96, "unit": "mmol/L" }, "high": { "value": 109, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o4", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1963-8", "display": "Bicarbonate [Moles/volume] in Serum" }, { "system": "http://snomed.info/sct", "code": "88645003" } ] }, "subject": { "reference": "Patient/2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 27, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 25, "unit": "mmol/L" }, "high": { "value": 33, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o5", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1863-0", "display": "Anion gap 4 in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "271057005" } ] }, "subject": { "reference": "Patient/2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 12, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 4, "unit": "mmol/L" }, "high": { "value": 17, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o6", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14749-6", "display": "Glucose [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "36048009" } ] }, "subject": { "reference": "Patient/2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 6.8, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 3, "unit": "mmol/L" }, "high": { "value": 7.7, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o7", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14937-7", "display": "Urea nitrogen [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "273967009" } ] }, "subject": { "reference": "Patient/2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 8.2, "unit": "mmol/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "H" } ] }, "referenceRange": [ { "low": { "value": 2, "unit": "mmol/L" }, "high": { "value": 7, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o8", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14682-9", "display": "Creatinine [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "70901006" } ] }, "subject": { "reference": "Patient/2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 0.07, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 0.04, "unit": "mmol/L" }, "high": { "value": 0.11, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o9", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14933-6", "display": "Urate [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "86228006" } ] }, "subject": { "reference": "Patient/2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 0.42, "unit": "mmol/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "HH" } ] }, "referenceRange": [ { "low": { "value": 0.14, "unit": "mmol/L" }, "high": { "value": 0.35, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o10", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14631-6", "display": "Bilirubin.total [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "27171005" } ] }, "subject": { "reference": "Patient/2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 16, "unit": "umol/L" }, "referenceRange": [ { "low": { "value": 2, "unit": "umol/L" }, "high": { "value": 20, "unit": "umol/L" } } ] }, { "resourceType": "Observation", "id": "o11", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14629-0", "display": "Bilirubin.direct [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "39748002" } ] }, "subject": { "reference": "Patient/2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 8, "unit": "umol/L" }, "referenceRange": [ { "low": { "value": 0, "unit": "umol/L" }, "high": { "value": 8, "unit": "umol/L" } } ] }, { "resourceType": "Observation", "id": "o12", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "6768-6", "display": "Alkaline phosphatase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "88810008" } ] }, "subject": { "reference": "Patient/2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 369, "unit": "U/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "HH" } ] }, "referenceRange": [ { "low": { "value": 30, "unit": "U/L" }, "high": { "value": 115, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o13", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2324-2", "display": "Gamma glutamyl transferase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "69480007" } ] }, "subject": { "reference": "Patient/2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 438, "unit": "U/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "HH" } ] }, "referenceRange": [ { "low": { "value": 0, "unit": "U/L" }, "high": { "value": 45, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o14", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1742-6", "display": "Alanine aminotransferase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "34608000" } ] }, "subject": { "reference": "Patient/2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 263, "unit": "U/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "HH" } ] }, "referenceRange": [ { "low": { "value": 0, "unit": "U/L" }, "high": { "value": 45, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o15", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1920-8", "display": "Aspartate aminotransferase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "45896001" } ] }, "subject": { "reference": "Patient/2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 87, "unit": "U/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "HH" } ] }, "referenceRange": [ { "low": { "value": 0, "unit": "U/L" }, "high": { "value": 41, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o16", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2532-0", "display": "Lactate dehydrogenase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "11274001" } ] }, "subject": { "reference": "Patient/2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 179, "unit": "U/L" }, "referenceRange": [ { "low": { "value": 80, "unit": "U/L" }, "high": { "value": 250, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o17", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2000-8", "display": "Calcium [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "71878006" } ] }, "subject": { "reference": "Patient/2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 2.32, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 2.25, "unit": "mmol/L" }, "high": { "value": 2.65, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o18", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "13959-2", "display": "Calcium.ionized [Moles/volume] in Serum or Plasma by calculation" }, { "system": "http://snomed.info/sct", "code": "166708003" } ] }, "subject": { "reference": "Patient/2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 2.42, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 2.25, "unit": "mmol/L" }, "high": { "value": 2.65, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o19", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14879-1", "display": "Phosphate [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "104866001" } ] }, "subject": { "reference": "Patient/2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 1.3, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 0.8, "unit": "mmol/L" }, "high": { "value": 1.5, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o20", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2885-2", "display": "Protein [Mass/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "74040009" } ] }, "subject": { "reference": "Patient/2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 67, "unit": "g/L" }, "referenceRange": [ { "low": { "value": 60, "unit": "g/L" }, "high": { "value": 82, "unit": "g/L" } } ] }, { "resourceType": "Observation", "id": "o21", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1751-7", "display": "Albumin [Mass/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "104485008" } ] }, "subject": { "reference": "Patient/2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 39, "unit": "g/L" }, "referenceRange": [ { "low": { "value": 35, "unit": "g/L" }, "high": { "value": 50, "unit": "g/L" } } ] }, { "resourceType": "Observation", "id": "o22", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "10834-0", "display": "Globulin [Mass/volume] in Serum by calculation" }, { "system": "http://snomed.info/sct", "code": "104979009" } ] }, "subject": { "reference": "Patient/2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 28, "unit": "g/L" }, "referenceRange": [ { "low": { "value": 20, "unit": "g/L" }, "high": { "value": 40, "unit": "g/L" } } ] }, { "resourceType": "Observation", "id": "o23", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14798-3", "display": "Iron [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "42950004" } ] }, "subject": { "reference": "Patient/2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 8, "unit": "umol/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "L" } ] }, "referenceRange": [ { "low": { "value": 10, "unit": "umol/L" }, "high": { "value": 33, "unit": "umol/L" } } ] }, { "resourceType": "Observation", "id": "o24", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14647-2", "display": "Cholesterol [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "77068002" } ] }, "subject": { "reference": "Patient/2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 4.8, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 3.6, "unit": "mmol/L" }, "high": { "value": 6.7, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o25", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14927-8", "display": "Triglyceride [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "104784006" } ] }, "subject": { "reference": "Patient/2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 2.2, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 0.3, "unit": "mmol/L" }, "high": { "value": 4, "unit": "mmol/L" } } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "5234342" } ], "status": "final", "code": { "text": "SERUM CHEMISTRY" }, "subject": { "reference": "Patient/2" }, "effectiveDateTime": "2004-12-08T07:45:17Z", "issued": "2005-02-23T10:04:01Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "result": [ { "reference": "#o1" }, { "reference": "#o2" }, { "reference": "#o3" }, { "reference": "#o4" }, { "reference": "#o5" }, { "reference": "#o6" }, { "reference": "#o7" }, { "reference": "#o8" }, { "reference": "#o9" }, { "reference": "#o10" }, { "reference": "#o11" }, { "reference": "#o12" }, { "reference": "#o13" }, { "reference": "#o14" }, { "reference": "#o15" }, { "reference": "#o16" }, { "reference": "#o17" }, { "reference": "#o18" }, { "reference": "#o19" }, { "reference": "#o20" }, { "reference": "#o21" }, { "reference": "#o22" }, { "reference": "#o23" }, { "reference": "#o24" }, { "reference": "#o25" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/5", "resource": { "resourceType": "DiagnosticReport", "id": "5", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n </div>" }, "contained": [ { "resourceType": "Observation", "id": "o1", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2951-2", "display": "Sodium [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "104934005" } ] }, "subject": { "reference": "Patient/3" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 142, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 137, "unit": "mmol/L" }, "high": { "value": 147, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o2", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2823-3", "display": "Potassium [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "59573005" } ] }, "subject": { "reference": "Patient/3" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 4, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 3.5, "unit": "mmol/L" }, "high": { "value": 5, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o3", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2075-0", "display": "Chloride [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "46511006" } ] }, "subject": { "reference": "Patient/3" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 105, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 96, "unit": "mmol/L" }, "high": { "value": 109, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o4", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1963-8", "display": "Bicarbonate [Moles/volume] in Serum" }, { "system": "http://snomed.info/sct", "code": "88645003" } ] }, "subject": { "reference": "Patient/3" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 28, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 25, "unit": "mmol/L" }, "high": { "value": 33, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o5", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1863-0", "display": "Anion gap 4 in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "271057005" } ] }, "subject": { "reference": "Patient/3" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 13, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 4, "unit": "mmol/L" }, "high": { "value": 17, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o6", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14749-6", "display": "Glucose [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "36048009" } ] }, "subject": { "reference": "Patient/3" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 5.2, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 3, "unit": "mmol/L" }, "high": { "value": 7.7, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o7", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14937-7", "display": "Urea nitrogen [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "273967009" } ] }, "subject": { "reference": "Patient/3" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 6.4, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 2, "unit": "mmol/L" }, "high": { "value": 7, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o8", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14682-9", "display": "Creatinine [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "70901006" } ] }, "subject": { "reference": "Patient/3" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 0.09, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 0.04, "unit": "mmol/L" }, "high": { "value": 0.11, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o9", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14933-6", "display": "Urate [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "86228006" } ] }, "subject": { "reference": "Patient/3" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 0.46, "unit": "mmol/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "HH" } ] }, "referenceRange": [ { "low": { "value": 0.14, "unit": "mmol/L" }, "high": { "value": 0.35, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o10", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14631-6", "display": "Bilirubin.total [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "27171005" } ] }, "subject": { "reference": "Patient/3" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 13, "unit": "umol/L" }, "referenceRange": [ { "low": { "value": 2, "unit": "umol/L" }, "high": { "value": 20, "unit": "umol/L" } } ] }, { "resourceType": "Observation", "id": "o11", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14629-0", "display": "Bilirubin.direct [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "39748002" } ] }, "subject": { "reference": "Patient/3" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 6, "unit": "umol/L" }, "referenceRange": [ { "low": { "value": 0.1, "unit": "umol/L" }, "high": { "value": 8, "unit": "umol/L" } } ] }, { "resourceType": "Observation", "id": "o12", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "6768-6", "display": "Alkaline phosphatase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "88810008" } ] }, "subject": { "reference": "Patient/3" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 204, "unit": "U/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "HH" } ] }, "referenceRange": [ { "low": { "value": 30, "unit": "U/L" }, "high": { "value": 115, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o13", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2324-2", "display": "Gamma glutamyl transferase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "69480007" } ] }, "subject": { "reference": "Patient/3" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 192, "unit": "U/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "HH" } ] }, "referenceRange": [ { "low": { "value": 0, "unit": "U/L" }, "high": { "value": 45, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o14", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1742-6", "display": "Alanine aminotransferase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "34608000" } ] }, "subject": { "reference": "Patient/3" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 70, "unit": "U/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "H" } ] }, "referenceRange": [ { "low": { "value": 0, "unit": "U/L" }, "high": { "value": 45, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o15", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1920-8", "display": "Aspartate aminotransferase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "45896001" } ] }, "subject": { "reference": "Patient/3" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 26, "unit": "U/L" }, "referenceRange": [ { "low": { "value": 0, "unit": "U/L" }, "high": { "value": 41, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o16", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2532-0", "display": "Lactate dehydrogenase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "11274001" } ] }, "subject": { "reference": "Patient/3" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 150, "unit": "U/L" }, "referenceRange": [ { "low": { "value": 80, "unit": "U/L" }, "high": { "value": 250, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o17", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2000-8", "display": "Calcium [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "71878006" } ] }, "subject": { "reference": "Patient/3" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 2.37, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 2.25, "unit": "mmol/L" }, "high": { "value": 2.65, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o18", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "13959-2", "display": "Calcium.ionized [Moles/volume] in Serum or Plasma by calculation" }, { "system": "http://snomed.info/sct", "code": "166708003" } ] }, "subject": { "reference": "Patient/3" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 2.47, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 2.25, "unit": "mmol/L" }, "high": { "value": 2.65, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o19", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14879-1", "display": "Phosphate [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "104866001" } ] }, "subject": { "reference": "Patient/3" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 1.4, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 0.8, "unit": "mmol/L" }, "high": { "value": 1.5, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o20", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2885-2", "display": "Protein [Mass/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "74040009" } ] }, "subject": { "reference": "Patient/3" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 67, "unit": "g/L" }, "referenceRange": [ { "low": { "value": 60, "unit": "g/L" }, "high": { "value": 82, "unit": "g/L" } } ] }, { "resourceType": "Observation", "id": "o21", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1751-7", "display": "Albumin [Mass/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "104485008" } ] }, "subject": { "reference": "Patient/3" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 39, "unit": "g/L" }, "referenceRange": [ { "low": { "value": 35, "unit": "g/L" }, "high": { "value": 50, "unit": "g/L" } } ] }, { "resourceType": "Observation", "id": "o22", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "10834-0", "display": "Globulin [Mass/volume] in Serum by calculation" }, { "system": "http://snomed.info/sct", "code": "104979009" } ] }, "subject": { "reference": "Patient/3" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 28, "unit": "g/L" }, "referenceRange": [ { "low": { "value": 20, "unit": "g/L" }, "high": { "value": 40, "unit": "g/L" } } ] }, { "resourceType": "Observation", "id": "o23", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14798-3", "display": "Iron [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "42950004" } ] }, "subject": { "reference": "Patient/3" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 5, "unit": "umol/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "LL" } ] }, "referenceRange": [ { "low": { "value": 10, "unit": "umol/L" }, "high": { "value": 33, "unit": "umol/L" } } ] }, { "resourceType": "Observation", "id": "o24", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14647-2", "display": "Cholesterol [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "77068002" } ] }, "subject": { "reference": "Patient/3" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 4.4, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 3.6, "unit": "mmol/L" }, "high": { "value": 6.7, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o25", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14927-8", "display": "Triglyceride [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "104784006" } ] }, "subject": { "reference": "Patient/3" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 1.1, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 0.3, "unit": "mmol/L" }, "high": { "value": 4, "unit": "mmol/L" } } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "5234342" } ], "status": "final", "code": { "text": "SERUM CHEMISTRY" }, "subject": { "reference": "Patient/3" }, "effectiveDateTime": "2004-12-15T07:20:17Z", "issued": "2005-02-23T10:04:01Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "result": [ { "reference": "#o1" }, { "reference": "#o2" }, { "reference": "#o3" }, { "reference": "#o4" }, { "reference": "#o5" }, { "reference": "#o6" }, { "reference": "#o7" }, { "reference": "#o8" }, { "reference": "#o9" }, { "reference": "#o10" }, { "reference": "#o11" }, { "reference": "#o12" }, { "reference": "#o13" }, { "reference": "#o14" }, { "reference": "#o15" }, { "reference": "#o16" }, { "reference": "#o17" }, { "reference": "#o18" }, { "reference": "#o19" }, { "reference": "#o20" }, { "reference": "#o21" }, { "reference": "#o22" }, { "reference": "#o23" }, { "reference": "#o24" }, { "reference": "#o25" } ] } }, { "fhir_comments": [ " OBX|28|FT|TXT^^AUSPDI|| Units Ref Range\\.br\\ \\.br\\ SERUM CHEMISTRY\\.br\\ Sodium 142 mmol/L 137-147\\.br\\ Serum Potassium 4.0 mmol/L 3.5-5.0\\.br\\ Chloride 105 mmol/L 96-109\\.br\\ Bicarbonate 28 mmol/L 25-33\\.br\\ Other Anions 13 mmol/L 4-17\\.br\\ Glucose 5.2 mmol/L 3.0-7.7\\.br\\ Urea 6.4 mmol/L 2.0-7.0\\.br\\ Serum Creatinine 0.09 mmol/L 0.04-0.11\\.br\\ Serum Uric Acid 0.46 +++ mmol/L 0.14-0.35\\.br\\ Total Bilirubin 13 umol/L 2-20\\.br\\ Direct Bilirubin 6 umol/L 0-8\\.br\\ Alkaline phosphatase [Enzymatic activity/volume] in Serum or Plasma 204 +++ U/L 30-115\\.br\\ Gamma G.T. 192 +++ U/L 0-45\\.br\\ ALT 70 + U/L 0-45\\.br\\ AST 26 U/L 0-41\\.br\\ LD 150 U/L 80-250\\.br\\ Serum Calcium 2.37 mmol/L 2.25-2.65\\.br\\ Corrected Calcium 2.47 mmol/L 2.25-2.65\\.br\\ Serum Phosphate 1.4 mmol/L 0.8-1.5\\.br\\ Total Protein 67 g/L 60-82\\.br\\ Serum Albumin 39 g/L 35-50\\.br\\ Globulins 28 g/L 20-40\\.br\\ Iron 5 - - umol/L 10-33\\.br\\ Cholesterol 4.4 mmol/L 3.6-6.7\\.br\\ \\.br\\ Revised NHF cholesterol guidelines (Nov.,2001):\\.br\\ Target below 4.0 mmol/L if high risk patient.\\.br\\ Consider lipid lowering treatment if cholesterol above 6.0 mmol/L\\.br\\ and no other risk factor of CHD.\\.br\\ \\.br\\ Triglycerides 1.1 mmol/L 0.3-4.0\\.br\\|| " ], "fullUrl": "http://hl7.org/fhir/DiagnosticReport/6", "resource": { "resourceType": "DiagnosticReport", "id": "6", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n </div>" }, "contained": [ { "resourceType": "Observation", "id": "o1", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2951-2", "display": "Sodium [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "104934005" } ] }, "subject": { "reference": "Patient/4" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 142, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 137, "unit": "mmol/L" }, "high": { "value": 147, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o2", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2823-3", "display": "Potassium [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "59573005" } ] }, "subject": { "reference": "Patient/4" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 4, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 3.5, "unit": "mmol/L" }, "high": { "value": 5, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o3", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2075-0", "display": "Chloride [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "46511006" } ] }, "subject": { "reference": "Patient/4" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 107, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 96, "unit": "mmol/L" }, "high": { "value": 109, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o4", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1963-8", "display": "Bicarbonate [Moles/volume] in Serum" }, { "system": "http://snomed.info/sct", "code": "88645003" } ] }, "subject": { "reference": "Patient/4" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 26, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 25, "unit": "mmol/L" }, "high": { "value": 33, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o5", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1863-0", "display": "Anion gap 4 in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "271057005" } ] }, "subject": { "reference": "Patient/4" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 13, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 4, "unit": "mmol/L" }, "high": { "value": 17, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o6", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14749-6", "display": "Glucose [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "36048009" } ] }, "subject": { "reference": "Patient/4" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 6.3, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 3, "unit": "mmol/L" }, "high": { "value": 7.7, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o7", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14937-7", "display": "Urea nitrogen [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "273967009" } ] }, "subject": { "reference": "Patient/4" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 6.7, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 2, "unit": "mmol/L" }, "high": { "value": 7, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o8", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14682-9", "display": "Creatinine [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "70901006" } ] }, "subject": { "reference": "Patient/4" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 0.08, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 0.04, "unit": "mmol/L" }, "high": { "value": 0.11, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o9", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14933-6", "display": "Urate [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "86228006" } ] }, "subject": { "reference": "Patient/4" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 0.4, "unit": "mmol/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "HH" } ] }, "referenceRange": [ { "low": { "value": 0.14, "unit": "mmol/L" }, "high": { "value": 0.35, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o10", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14631-6", "display": "Bilirubin.total [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "27171005" } ] }, "subject": { "reference": "Patient/4" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 9, "unit": "umol/L" }, "referenceRange": [ { "low": { "value": 2, "unit": "umol/L" }, "high": { "value": 20, "unit": "umol/L" } } ] }, { "resourceType": "Observation", "id": "o11", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14629-0", "display": "Bilirubin.direct [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "39748002" } ] }, "subject": { "reference": "Patient/4" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 4, "unit": "umol/L" }, "referenceRange": [ { "low": { "value": 0, "unit": "umol/L" }, "high": { "value": 8, "unit": "umol/L" } } ] }, { "resourceType": "Observation", "id": "o12", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "6768-6", "display": "Alkaline phosphatase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "88810008" } ] }, "subject": { "reference": "Patient/4" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 144, "unit": "U/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "H" } ] }, "referenceRange": [ { "low": { "value": 30, "unit": "U/L" }, "high": { "value": 115, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o13", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2324-2", "display": "Gamma glutamyl transferase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "69480007" } ] }, "subject": { "reference": "Patient/4" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 106, "unit": "U/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "HH" } ] }, "referenceRange": [ { "low": { "value": 0, "unit": "U/L" }, "high": { "value": 45, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o14", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1742-6", "display": "Alanine aminotransferase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "34608000" } ] }, "subject": { "reference": "Patient/4" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 30, "unit": "U/L" }, "referenceRange": [ { "low": { "value": 0, "unit": "U/L" }, "high": { "value": 45, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o15", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1920-8", "display": "Aspartate aminotransferase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "45896001" } ] }, "subject": { "reference": "Patient/4" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 18, "unit": "U/L" }, "referenceRange": [ { "low": { "value": 0, "unit": "U/L" }, "high": { "value": 41, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o16", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2532-0", "display": "Lactate dehydrogenase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "11274001" } ] }, "subject": { "reference": "Patient/4" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 143, "unit": "U/L" }, "referenceRange": [ { "low": { "value": 80, "unit": "U/L" }, "high": { "value": 250, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o17", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2000-8", "display": "Calcium [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "71878006" } ] }, "subject": { "reference": "Patient/4" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 2.28, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 2.25, "unit": "mmol/L" }, "high": { "value": 2.65, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o18", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "13959-2", "display": "Calcium.ionized [Moles/volume] in Serum or Plasma by calculation" }, { "system": "http://snomed.info/sct", "code": "166708003" } ] }, "subject": { "reference": "Patient/4" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 2.32, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 2.25, "unit": "mmol/L" }, "high": { "value": 2.65, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o19", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14879-1", "display": "Phosphate [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "104866001" } ] }, "subject": { "reference": "Patient/4" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 1.3, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 0.8, "unit": "mmol/L" }, "high": { "value": 1.5, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o20", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2885-2", "display": "Protein [Mass/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "74040009" } ] }, "subject": { "reference": "Patient/4" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 66, "unit": "g/L" }, "referenceRange": [ { "low": { "value": 60, "unit": "g/L" }, "high": { "value": 82, "unit": "g/L" } } ] }, { "resourceType": "Observation", "id": "o21", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1751-7", "display": "Albumin [Mass/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "104485008" } ] }, "subject": { "reference": "Patient/4" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 41, "unit": "g/L" }, "referenceRange": [ { "low": { "value": 35, "unit": "g/L" }, "high": { "value": 50, "unit": "g/L" } } ] }, { "resourceType": "Observation", "id": "o22", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "10834-0", "display": "Globulin [Mass/volume] in Serum by calculation" }, { "system": "http://snomed.info/sct", "code": "104979009" } ] }, "subject": { "reference": "Patient/4" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 25, "unit": "g/L" }, "referenceRange": [ { "low": { "value": 20, "unit": "g/L" }, "high": { "value": 40, "unit": "g/L" } } ] }, { "resourceType": "Observation", "id": "o23", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14798-3", "display": "Iron [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "42950004" } ] }, "subject": { "reference": "Patient/4" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 3, "unit": "umol/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "LL" } ] }, "referenceRange": [ { "low": { "value": 10, "unit": "umol/L" }, "high": { "value": 33, "unit": "umol/L" } } ] }, { "resourceType": "Observation", "id": "o24", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14647-2", "display": "Cholesterol [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "77068002" } ] }, "subject": { "reference": "Patient/4" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 4, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 3.6, "unit": "mmol/L" }, "high": { "value": 6.7, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o25", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14927-8", "display": "Triglyceride [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "104784006" } ] }, "subject": { "reference": "Patient/4" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 1, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 0.3, "unit": "mmol/L" }, "high": { "value": 4, "unit": "mmol/L" } } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "5234342" } ], "status": "final", "code": { "text": "SERUM CHEMISTRY" }, "subject": { "reference": "Patient/4" }, "effectiveDateTime": "2004-12-22T07:45:17Z", "issued": "2004-12-21T00:00:01Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "result": [ { "reference": "#o1" }, { "reference": "#o2" }, { "reference": "#o3" }, { "reference": "#o4" }, { "reference": "#o5" }, { "reference": "#o6" }, { "reference": "#o7" }, { "reference": "#o8" }, { "reference": "#o9" }, { "reference": "#o10" }, { "reference": "#o11" }, { "reference": "#o12" }, { "reference": "#o13" }, { "reference": "#o14" }, { "reference": "#o15" }, { "reference": "#o16" }, { "reference": "#o17" }, { "reference": "#o18" }, { "reference": "#o19" }, { "reference": "#o20" }, { "reference": "#o21" }, { "reference": "#o22" }, { "reference": "#o23" }, { "reference": "#o24" }, { "reference": "#o25" } ] } }, { "fhir_comments": [ " OBX|28|FT|PIT^^AUSPDI||001 Medical-Objects 07 01/07/1996\\.br\\002 \\.br\\003 Report Run Number: 1 Created: 19/04/2005 at 22:58:15\\.br\\004 Surgery: XXX Reports: 23/02/2005 10:04:00 to 23/02/2005 10:04:00 \\.br\\009 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -\\.br\\010 ANDERSON,DR. THOMAS 0191322W\\.br\\019 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -\\.br\\020 Your Ref. Patient Name Lab Ref. Test\\.br\\021 JONES,June 04-4154148 E/LFT (MASTER)\\.br\\029 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -\\.br\\100 Start Patient : JONES,June \\.br\\101 24 Sutherland Street, BUDERIM QLD 4556 \\.br\\104 Birthdate: 08/01/1976 Age: Y29 Sex:F\\.br\\105 Telephone: 07 \\.br\\109 \\.br\\110 Your Reference : \\.br\\111 MO Reference : 04-4154148-25T-0\\.br\\112 Medicare Number: \\.br\\115 Phone Enquiries: (DR MARCUS WELBY) \\.br\\119 \\.br\\121 Referred by : WHITE,DR. WILSON \\.br\\122 Copy to : ANDERSON,DR. THOMAS \\.br\\123 Addressee : ANDERSON,DR. THOMAS 0191322W\\.br\\129 \\.br\\200 Start of Result:\\.br\\201 Specimen :\\.br\\203 Requested : 21/12/2004\\.br\\204 Collected : 22/12/2004 07:45\\.br\\205 Name of Test : E/LFT (MASTER) \\.br\\206 Reported : 23/02/2005 10:04\\.br\\207 Confidential : N\\.br\\208 Test Category : N\\.br\\209 \\.br\\210 Normal Result : N\\.br\\299 \\.br\\301 Units Ref Range\\.br\\301 \\.br\\301 SERUM CHEMISTRY\\.br\\301 Sodium 142 mmol/L 137-147\\.br\\301 Serum Potassium 4.0 mmol/L 3.5-5.0\\.br\\301 Chloride 107 mmol/L 96-109\\.br\\301 Bicarbonate 26 mmol/L 25-33\\.br\\301 Other Anions 13 mmol/L 4-17\\.br\\301 Glucose 6.3 mmol/L 3.0-7.7\\.br\\301 Urea 6.7 mmol/L 2.0-7.0\\.br\\301 Serum Creatinine 0.08 mmol/L 0.04-0.11\\.br\\301 \\R\\FG04\\R\\Serum Uric Acid 0.40 ++ mmol/L 0.14-0.35\\R\\FG99\\R\\\\.br\\301 Total Bilirubin 9 umol/L 2-20\\.br\\301 Direct Bilirubin 4 umol/L 0-8\\.br\\301 \\R\\FG04\\R\\Alkaline phosphatase [Enzymatic activity/volume] in Serum or Plasma 144 + U/L 30-115\\R\\FG99\\R\\\\.br\\301 \\R\\FG04\\R\\Gamma G.T. 106 +++ U/L 0-45\\R\\FG99\\R\\\\.br\\301 ALT 30 U/L 0-45\\.br\\301 AST 18 U/L 0-41\\.br\\301 LD 143 U/L 80-250\\.br\\301 Serum Calcium 2.28 mmol/L 2.25-2.65\\.br\\301 Corrected Calcium 2.32 mmol/L 2.25-2.65\\.br\\301 Serum Phosphate 1.3 mmol/L 0.8-1.5\\.br\\301 Total Protein 66 g/L 60-82\\.br\\301 Serum Albumin 41 g/L 35-50\\.br\\301 Globulins 25 g/L 20-40\\.br\\301 \\R\\FG04\\R\\Iron 3 - - - umol/L 10-33\\R\\FG99\\R\\\\.br\\301 Cholesterol 4.0 mmol/L 3.6-6.7\\.br\\301 \\.br\\301 Revised NHF cholesterol guidelines (Nov.,2001):\\.br\\301 Target below 4.0 mmol/L if high risk patient.\\.br\\301 Consider lipid lowering treatment if cholesterol above 6.0 mmol/L\\.br\\301 and no other risk factor of CHD.\\.br\\301 \\.br\\301 Triglycerides 1.0 mmol/L 0.3-4.0\\.br\\309 \\.br\\319 \\.br\\390 End of Report :\\.br\\399 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -\\.br\\999 END OF LISTING - Run Number:1 19/04/2005 22:58:15\\.br\\|| " ], "fullUrl": "http://hl7.org/fhir/DiagnosticReport/7", "resource": { "resourceType": "DiagnosticReport", "id": "7", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n </div>" }, "contained": [ { "resourceType": "Observation", "id": "o1", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2951-2", "display": "Sodium [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "104934005" } ] }, "subject": { "reference": "Patient/5" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 141, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 137, "unit": "mmol/L" }, "high": { "value": 147, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o2", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2823-3", "display": "Potassium [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "59573005" } ] }, "subject": { "reference": "Patient/5" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 4.2, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 3.5, "unit": "mmol/L" }, "high": { "value": 5, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o3", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2075-0", "display": "Chloride [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "46511006" } ] }, "subject": { "reference": "Patient/5" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 106, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 96, "unit": "mmol/L" }, "high": { "value": 109, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o4", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1963-8", "display": "Bicarbonate [Moles/volume] in Serum" }, { "system": "http://snomed.info/sct", "code": "88645003" } ] }, "subject": { "reference": "Patient/5" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 29, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 25, "unit": "mmol/L" }, "high": { "value": 33, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o5", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1863-0", "display": "Anion gap 4 in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "271057005" } ] }, "subject": { "reference": "Patient/5" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 10, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 4, "unit": "mmol/L" }, "high": { "value": 17, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o6", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14749-6", "display": "Glucose [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "36048009" } ] }, "subject": { "reference": "Patient/5" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 7, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 3, "unit": "mmol/L" }, "high": { "value": 7.7, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o7", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14937-7", "display": "Urea nitrogen [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "273967009" } ] }, "subject": { "reference": "Patient/5" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 4.7, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 2, "unit": "mmol/L" }, "high": { "value": 7, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o8", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14682-9", "display": "Creatinine [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "70901006" } ] }, "subject": { "reference": "Patient/5" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 0.05, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 0.04, "unit": "mmol/L" }, "high": { "value": 0.11, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o9", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14933-6", "display": "Urate [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "86228006" } ] }, "subject": { "reference": "Patient/5" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 0.32, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 0.14, "unit": "mmol/L" }, "high": { "value": 0.35, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o10", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14631-6", "display": "Bilirubin.total [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "27171005" } ] }, "subject": { "reference": "Patient/5" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 43, "unit": "umol/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "HH" } ] }, "referenceRange": [ { "low": { "value": 2, "unit": "umol/L" }, "high": { "value": 20, "unit": "umol/L" } } ] }, { "resourceType": "Observation", "id": "o11", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "6768-6", "display": "Alkaline phosphatase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "88810008" } ] }, "subject": { "reference": "Patient/5" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 708, "unit": "U/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "HH" } ] }, "referenceRange": [ { "low": { "value": 30, "unit": "U/L" }, "high": { "value": 115, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o12", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2324-2", "display": "Gamma glutamyl transferase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "69480007" } ] }, "subject": { "reference": "Patient/5" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 1131, "unit": "U/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "HH" } ] }, "referenceRange": [ { "low": { "value": 0, "unit": "U/L" }, "high": { "value": 45, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o13", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1742-6", "display": "Alanine aminotransferase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "34608000" } ] }, "subject": { "reference": "Patient/5" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 475, "unit": "U/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "HH" } ] }, "referenceRange": [ { "low": { "value": 0, "unit": "U/L" }, "high": { "value": 45, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o14", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1920-8", "display": "Aspartate aminotransferase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "45896001" } ] }, "subject": { "reference": "Patient/5" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 176, "unit": "U/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "HH" } ] }, "referenceRange": [ { "low": { "value": 0, "unit": "U/L" }, "high": { "value": 41, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o15", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2532-0", "display": "Lactate dehydrogenase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "11274001" } ] }, "subject": { "reference": "Patient/5" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 324, "unit": "U/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "HH" } ] }, "referenceRange": [ { "low": { "value": 80, "unit": "U/L" }, "high": { "value": 250, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o16", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2000-8", "display": "Calcium [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "71878006" } ] }, "subject": { "reference": "Patient/5" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 2.32, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 2.25, "unit": "mmol/L" }, "high": { "value": 2.65, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o17", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "13959-2", "display": "Calcium.ionized [Moles/volume] in Serum or Plasma by calculation" }, { "system": "http://snomed.info/sct", "code": "166708003" } ] }, "subject": { "reference": "Patient/5" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 2.45, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 2.25, "unit": "mmol/L" }, "high": { "value": 2.65, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o18", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14879-1", "display": "Phosphate [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "104866001" } ] }, "subject": { "reference": "Patient/5" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 0.9, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 0.8, "unit": "mmol/L" }, "high": { "value": 1.5, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o19", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2885-2", "display": "Protein [Mass/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "74040009" } ] }, "subject": { "reference": "Patient/5" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 71, "unit": "g/L" }, "referenceRange": [ { "low": { "value": 60, "unit": "g/L" }, "high": { "value": 82, "unit": "g/L" } } ] }, { "resourceType": "Observation", "id": "o20", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1751-7", "display": "Albumin [Mass/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "104485008" } ] }, "subject": { "reference": "Patient/5" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 38, "unit": "g/L" }, "referenceRange": [ { "low": { "value": 35, "unit": "g/L" }, "high": { "value": 50, "unit": "g/L" } } ] }, { "resourceType": "Observation", "id": "o21", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "10834-0", "display": "Globulin [Mass/volume] in Serum by calculation" }, { "system": "http://snomed.info/sct", "code": "104979009" } ] }, "subject": { "reference": "Patient/5" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 33, "unit": "g/L" }, "referenceRange": [ { "low": { "value": 20, "unit": "g/L" }, "high": { "value": 40, "unit": "g/L" } } ] }, { "resourceType": "Observation", "id": "o22", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14798-3", "display": "Iron [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "42950004" } ] }, "subject": { "reference": "Patient/5" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 17, "unit": "umol/L" }, "referenceRange": [ { "low": { "value": 10, "unit": "umol/L" }, "high": { "value": 33, "unit": "umol/L" } } ] }, { "resourceType": "Observation", "id": "o23", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14647-2", "display": "Cholesterol [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "77068002" } ] }, "subject": { "reference": "Patient/5" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 7, "unit": "mmol/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "H" } ] }, "referenceRange": [ { "low": { "value": 3.6, "unit": "mmol/L" }, "high": { "value": 6.7, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o24", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14927-8", "display": "Triglyceride [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "104784006" } ] }, "subject": { "reference": "Patient/5" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 0.9, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 0.3, "unit": "mmol/L" }, "high": { "value": 4, "unit": "mmol/L" } } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "5234342" } ], "status": "final", "code": { "text": "SERUM CHEMISTRY" }, "subject": { "reference": "Patient/5" }, "effectiveDateTime": "2004-12-03T09:45:17Z", "issued": "2004-12-03T00:00:01Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "result": [ { "reference": "#o1" }, { "reference": "#o2" }, { "reference": "#o3" }, { "reference": "#o4" }, { "reference": "#o5" }, { "reference": "#o6" }, { "reference": "#o7" }, { "reference": "#o8" }, { "reference": "#o9" }, { "reference": "#o10" }, { "reference": "#o11" }, { "reference": "#o12" }, { "reference": "#o13" }, { "reference": "#o14" }, { "reference": "#o15" }, { "reference": "#o16" }, { "reference": "#o17" }, { "reference": "#o18" }, { "reference": "#o19" }, { "reference": "#o20" }, { "reference": "#o21" }, { "reference": "#o22" }, { "reference": "#o23" }, { "reference": "#o24" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/8", "resource": { "resourceType": "DiagnosticReport", "id": "8", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n </div>" }, "contained": [ { "resourceType": "Observation", "id": "o1", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2951-2", "display": "Sodium [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "104934005" } ] }, "subject": { "reference": "Patient/6" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 142, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 137, "unit": "mmol/L" }, "high": { "value": 147, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o2", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2823-3", "display": "Potassium [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "59573005" } ] }, "subject": { "reference": "Patient/6" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 3.6, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 3.5, "unit": "mmol/L" }, "high": { "value": 5, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o3", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2075-0", "display": "Chloride [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "46511006" } ] }, "subject": { "reference": "Patient/6" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 104, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 96, "unit": "mmol/L" }, "high": { "value": 109, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o4", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1963-8", "display": "Bicarbonate [Moles/volume] in Serum" }, { "system": "http://snomed.info/sct", "code": "88645003" } ] }, "subject": { "reference": "Patient/6" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 30, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 25, "unit": "mmol/L" }, "high": { "value": 33, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o5", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1863-0", "display": "Anion gap 4 in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "271057005" } ] }, "subject": { "reference": "Patient/6" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 12, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 4, "unit": "mmol/L" }, "high": { "value": 17, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o6", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14749-6", "display": "Glucose [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "36048009" } ] }, "subject": { "reference": "Patient/6" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 6.2, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 3, "unit": "mmol/L" }, "high": { "value": 7.7, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o7", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14937-7", "display": "Urea nitrogen [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "273967009" } ] }, "subject": { "reference": "Patient/6" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 4.5, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 2, "unit": "mmol/L" }, "high": { "value": 7, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o8", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14682-9", "display": "Creatinine [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "70901006" } ] }, "subject": { "reference": "Patient/6" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 0.06, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 0.04, "unit": "mmol/L" }, "high": { "value": 0.11, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o9", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14933-6", "display": "Urate [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "86228006" } ] }, "subject": { "reference": "Patient/6" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 0.37, "unit": "mmol/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "H" } ] }, "referenceRange": [ { "low": { "value": 0.14, "unit": "mmol/L" }, "high": { "value": 0.35, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o10", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14631-6", "display": "Bilirubin.total [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "27171005" } ] }, "subject": { "reference": "Patient/6" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 50, "unit": "umol/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "HH" } ] }, "referenceRange": [ { "low": { "value": 2, "unit": "umol/L" }, "high": { "value": 20, "unit": "umol/L" } } ] }, { "resourceType": "Observation", "id": "o11", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "6768-6", "display": "Alkaline phosphatase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "88810008" } ] }, "subject": { "reference": "Patient/6" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 684, "unit": "U/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "HH" } ] }, "referenceRange": [ { "low": { "value": 30, "unit": "U/L" }, "high": { "value": 115, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o12", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2324-2", "display": "Gamma glutamyl transferase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "69480007" } ] }, "subject": { "reference": "Patient/6" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 1105, "unit": "U/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "HH" } ] }, "referenceRange": [ { "low": { "value": 0, "unit": "U/L" }, "high": { "value": 45, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o13", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1742-6", "display": "Alanine aminotransferase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "34608000" } ] }, "subject": { "reference": "Patient/6" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 466, "unit": "U/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "HH" } ] }, "referenceRange": [ { "low": { "value": 0, "unit": "U/L" }, "high": { "value": 45, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o14", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1920-8", "display": "Aspartate aminotransferase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "45896001" } ] }, "subject": { "reference": "Patient/6" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 198, "unit": "U/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "HH" } ] }, "referenceRange": [ { "low": { "value": 0, "unit": "U/L" }, "high": { "value": 41, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o15", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2532-0", "display": "Lactate dehydrogenase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "11274001" } ] }, "subject": { "reference": "Patient/6" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 323, "unit": "U/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "HH" } ] }, "referenceRange": [ { "low": { "value": 80, "unit": "U/L" }, "high": { "value": 250, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o16", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2000-8", "display": "Calcium [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "71878006" } ] }, "subject": { "reference": "Patient/6" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 2.32, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 2.25, "unit": "mmol/L" }, "high": { "value": 2.65, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o17", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "13959-2", "display": "Calcium.ionized [Moles/volume] in Serum or Plasma by calculation" }, { "system": "http://snomed.info/sct", "code": "166708003" } ] }, "subject": { "reference": "Patient/6" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 2.45, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 2.25, "unit": "mmol/L" }, "high": { "value": 2.65, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o18", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14879-1", "display": "Phosphate [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "104866001" } ] }, "subject": { "reference": "Patient/6" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 0.9, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 0.8, "unit": "mmol/L" }, "high": { "value": 1.5, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o19", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2885-2", "display": "Protein [Mass/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "74040009" } ] }, "subject": { "reference": "Patient/6" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 70, "unit": "g/L" }, "referenceRange": [ { "low": { "value": 60, "unit": "g/L" }, "high": { "value": 82, "unit": "g/L" } } ] }, { "resourceType": "Observation", "id": "o20", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1751-7", "display": "Albumin [Mass/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "104485008" } ] }, "subject": { "reference": "Patient/6" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 38, "unit": "g/L" }, "referenceRange": [ { "low": { "value": 35, "unit": "g/L" }, "high": { "value": 50, "unit": "g/L" } } ] }, { "resourceType": "Observation", "id": "o21", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "10834-0", "display": "Globulin [Mass/volume] in Serum by calculation" }, { "system": "http://snomed.info/sct", "code": "104979009" } ] }, "subject": { "reference": "Patient/6" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 32, "unit": "g/L" }, "referenceRange": [ { "low": { "value": 20, "unit": "g/L" }, "high": { "value": 40, "unit": "g/L" } } ] }, { "resourceType": "Observation", "id": "o22", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14798-3", "display": "Iron [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "42950004" } ] }, "subject": { "reference": "Patient/6" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 11, "unit": "umol/L" }, "referenceRange": [ { "low": { "value": 10, "unit": "umol/L" }, "high": { "value": 33, "unit": "umol/L" } } ] }, { "resourceType": "Observation", "id": "o23", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14647-2", "display": "Cholesterol [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "77068002" } ] }, "subject": { "reference": "Patient/6" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 6.9, "unit": "mmol/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "H" } ] }, "referenceRange": [ { "low": { "value": 3.6, "unit": "mmol/L" }, "high": { "value": 6.7, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o24", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14927-8", "display": "Triglyceride [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "104784006" } ] }, "subject": { "reference": "Patient/6" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 1.9, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 0.3, "unit": "mmol/L" }, "high": { "value": 4, "unit": "mmol/L" } } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "5234342" } ], "status": "final", "code": { "text": "SERUM CHEMISTRY" }, "subject": { "reference": "Patient/6" }, "effectiveDateTime": "2004-12-03T20:30:17Z", "issued": "2005-02-23T10:04:01Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "result": [ { "reference": "#o1" }, { "reference": "#o2" }, { "reference": "#o3" }, { "reference": "#o4" }, { "reference": "#o5" }, { "reference": "#o6" }, { "reference": "#o7" }, { "reference": "#o8" }, { "reference": "#o9" }, { "reference": "#o10" }, { "reference": "#o11" }, { "reference": "#o12" }, { "reference": "#o13" }, { "reference": "#o14" }, { "reference": "#o15" }, { "reference": "#o16" }, { "reference": "#o17" }, { "reference": "#o18" }, { "reference": "#o19" }, { "reference": "#o20" }, { "reference": "#o21" }, { "reference": "#o22" }, { "reference": "#o23" }, { "reference": "#o24" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/9", "resource": { "resourceType": "DiagnosticReport", "id": "9", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n </div>" }, "contained": [ { "resourceType": "Observation", "id": "o1", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2951-2", "display": "Sodium [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "104934005" } ] }, "subject": { "reference": "Patient/7" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 143, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 137, "unit": "mmol/L" }, "high": { "value": 147, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o2", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2823-3", "display": "Potassium [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "59573005" } ] }, "subject": { "reference": "Patient/7" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 4.3, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 3.5, "unit": "mmol/L" }, "high": { "value": 5, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o3", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2075-0", "display": "Chloride [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "46511006" } ] }, "subject": { "reference": "Patient/7" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 108, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 96, "unit": "mmol/L" }, "high": { "value": 109, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o4", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1963-8", "display": "Bicarbonate [Moles/volume] in Serum" }, { "system": "http://snomed.info/sct", "code": "88645003" } ] }, "subject": { "reference": "Patient/7" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 25, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 25, "unit": "mmol/L" }, "high": { "value": 33, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o5", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1863-0", "display": "Anion gap 4 in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "271057005" } ] }, "subject": { "reference": "Patient/7" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 14, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 4, "unit": "mmol/L" }, "high": { "value": 17, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o6", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14749-6", "display": "Glucose [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "36048009" } ] }, "subject": { "reference": "Patient/7" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 4.3, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 3, "unit": "mmol/L" }, "high": { "value": 7.7, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o7", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14937-7", "display": "Urea nitrogen [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "273967009" } ] }, "subject": { "reference": "Patient/7" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 4.6, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 2, "unit": "mmol/L" }, "high": { "value": 7, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o8", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14682-9", "display": "Creatinine [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "70901006" } ] }, "subject": { "reference": "Patient/7" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 0.06, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 0.04, "unit": "mmol/L" }, "high": { "value": 0.11, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o9", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14933-6", "display": "Urate [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "86228006" } ] }, "subject": { "reference": "Patient/7" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 0.41, "unit": "mmol/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "HH" } ] }, "referenceRange": [ { "low": { "value": 0.14, "unit": "mmol/L" }, "high": { "value": 0.35, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o10", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14631-6", "display": "Bilirubin.total [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "27171005" } ] }, "subject": { "reference": "Patient/7" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 27, "unit": "umol/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "H" } ] }, "referenceRange": [ { "low": { "value": 2, "unit": "umol/L" }, "high": { "value": 20, "unit": "umol/L" } } ] }, { "resourceType": "Observation", "id": "o11", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "6768-6", "display": "Alkaline phosphatase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "88810008" } ] }, "subject": { "reference": "Patient/7" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 631, "unit": "U/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "HH" } ] }, "referenceRange": [ { "low": { "value": 30, "unit": "U/L" }, "high": { "value": 115, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o12", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2324-2", "display": "Gamma glutamyl transferase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "69480007" } ] }, "subject": { "reference": "Patient/7" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 956, "unit": "U/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "HH" } ] }, "referenceRange": [ { "low": { "value": 0, "unit": "U/L" }, "high": { "value": 45, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o13", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1742-6", "display": "Alanine aminotransferase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "34608000" } ] }, "subject": { "reference": "Patient/7" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 398, "unit": "U/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "HH" } ] }, "referenceRange": [ { "low": { "value": 0, "unit": "U/L" }, "high": { "value": 45, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o14", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1920-8", "display": "Aspartate aminotransferase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "45896001" } ] }, "subject": { "reference": "Patient/7" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 120, "unit": "U/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "HH" } ] }, "referenceRange": [ { "low": { "value": 0, "unit": "U/L" }, "high": { "value": 41, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o15", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2532-0", "display": "Lactate dehydrogenase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "11274001" } ] }, "subject": { "reference": "Patient/7" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 243, "unit": "U/L" }, "referenceRange": [ { "low": { "value": 80, "unit": "U/L" }, "high": { "value": 250, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o16", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2000-8", "display": "Calcium [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "71878006" } ] }, "subject": { "reference": "Patient/7" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 2.33, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 2.25, "unit": "mmol/L" }, "high": { "value": 2.65, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o17", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "13959-2", "display": "Calcium.ionized [Moles/volume] in Serum or Plasma by calculation" }, { "system": "http://snomed.info/sct", "code": "166708003" } ] }, "subject": { "reference": "Patient/7" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 2.52, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 2.25, "unit": "mmol/L" }, "high": { "value": 2.65, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o18", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14879-1", "display": "Phosphate [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "104866001" } ] }, "subject": { "reference": "Patient/7" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 1.2, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 0.8, "unit": "mmol/L" }, "high": { "value": 1.5, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o19", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2885-2", "display": "Protein [Mass/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "74040009" } ] }, "subject": { "reference": "Patient/7" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 71, "unit": "g/L" }, "referenceRange": [ { "low": { "value": 60, "unit": "g/L" }, "high": { "value": 82, "unit": "g/L" } } ] }, { "resourceType": "Observation", "id": "o20", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1751-7", "display": "Albumin [Mass/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "104485008" } ] }, "subject": { "reference": "Patient/7" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 36, "unit": "g/L" }, "referenceRange": [ { "low": { "value": 35, "unit": "g/L" }, "high": { "value": 50, "unit": "g/L" } } ] }, { "resourceType": "Observation", "id": "o21", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "10834-0", "display": "Globulin [Mass/volume] in Serum by calculation" }, { "system": "http://snomed.info/sct", "code": "104979009" } ] }, "subject": { "reference": "Patient/7" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 35, "unit": "g/L" }, "referenceRange": [ { "low": { "value": 20, "unit": "g/L" }, "high": { "value": 40, "unit": "g/L" } } ] }, { "resourceType": "Observation", "id": "o22", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14798-3", "display": "Iron [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "42950004" } ] }, "subject": { "reference": "Patient/7" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 39, "unit": "umol/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "H" } ] }, "referenceRange": [ { "low": { "value": 10, "unit": "umol/L" }, "high": { "value": 33, "unit": "umol/L" } } ] }, { "resourceType": "Observation", "id": "o23", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14647-2", "display": "Cholesterol [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "77068002" } ] }, "subject": { "reference": "Patient/7" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 6.8, "unit": "mmol/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "H" } ] }, "referenceRange": [ { "low": { "value": 3.6, "unit": "mmol/L" }, "high": { "value": 6.7, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o24", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14927-8", "display": "Triglyceride [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "104784006" } ] }, "subject": { "reference": "Patient/7" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 1.5, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 0.3, "unit": "mmol/L" }, "high": { "value": 4, "unit": "mmol/L" } } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "5234342" } ], "status": "final", "code": { "text": "SERUM CHEMISTRY" }, "subject": { "reference": "Patient/7" }, "effectiveDateTime": "2004-12-05T07:15:17Z", "issued": "2005-02-23T10:04:01Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "result": [ { "reference": "#o1" }, { "reference": "#o2" }, { "reference": "#o3" }, { "reference": "#o4" }, { "reference": "#o5" }, { "reference": "#o6" }, { "reference": "#o7" }, { "reference": "#o8" }, { "reference": "#o9" }, { "reference": "#o10" }, { "reference": "#o11" }, { "reference": "#o12" }, { "reference": "#o13" }, { "reference": "#o14" }, { "reference": "#o15" }, { "reference": "#o16" }, { "reference": "#o17" }, { "reference": "#o18" }, { "reference": "#o19" }, { "reference": "#o20" }, { "reference": "#o21" }, { "reference": "#o22" }, { "reference": "#o23" }, { "reference": "#o24" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/15", "resource": { "resourceType": "DiagnosticReport", "id": "15", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n </div>" }, "contained": [ { "resourceType": "Observation", "id": "o1", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2951-2", "display": "Sodium [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "104934005" } ] }, "subject": { "reference": "Patient/8" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 140, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 137, "unit": "mmol/L" }, "high": { "value": 147, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o2", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2823-3", "display": "Potassium [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "59573005" } ] }, "subject": { "reference": "Patient/8" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 4.2, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 3.5, "unit": "mmol/L" }, "high": { "value": 5, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o3", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2075-0", "display": "Chloride [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "46511006" } ] }, "subject": { "reference": "Patient/8" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 105, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 96, "unit": "mmol/L" }, "high": { "value": 109, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o4", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1963-8", "display": "Bicarbonate [Moles/volume] in Serum" }, { "system": "http://snomed.info/sct", "code": "88645003" } ] }, "subject": { "reference": "Patient/8" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 26, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 25, "unit": "mmol/L" }, "high": { "value": 33, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o5", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1863-0", "display": "Anion gap 4 in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "271057005" } ] }, "subject": { "reference": "Patient/8" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 13, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 4, "unit": "mmol/L" }, "high": { "value": 17, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o6", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14749-6", "display": "Glucose [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "36048009" } ] }, "subject": { "reference": "Patient/8" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 7.4, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 3, "unit": "mmol/L" }, "high": { "value": 7.7, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o7", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14937-7", "display": "Urea nitrogen [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "273967009" } ] }, "subject": { "reference": "Patient/8" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 4.7, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 2, "unit": "mmol/L" }, "high": { "value": 7, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o8", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14682-9", "display": "Creatinine [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "70901006" } ] }, "subject": { "reference": "Patient/8" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 0.09, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 0.04, "unit": "mmol/L" }, "high": { "value": 0.11, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o9", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14933-6", "display": "Urate [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "86228006" } ] }, "subject": { "reference": "Patient/8" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 0.39, "unit": "mmol/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "H" } ] }, "referenceRange": [ { "low": { "value": 0.14, "unit": "mmol/L" }, "high": { "value": 0.35, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o10", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14631-6", "display": "Bilirubin.total [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "27171005" } ] }, "subject": { "reference": "Patient/8" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 7, "unit": "umol/L" }, "referenceRange": [ { "low": { "value": 2, "unit": "umol/L" }, "high": { "value": 20, "unit": "umol/L" } } ] }, { "resourceType": "Observation", "id": "o11", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14629-0", "display": "Bilirubin.direct [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "39748002" } ] }, "subject": { "reference": "Patient/8" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 3, "unit": "umol/L" }, "referenceRange": [ { "low": { "value": 0, "unit": "umol/L" }, "high": { "value": 8, "unit": "umol/L" } } ] }, { "resourceType": "Observation", "id": "o12", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "6768-6", "display": "Alkaline phosphatase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "88810008" } ] }, "subject": { "reference": "Patient/8" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 108, "unit": "U/L" }, "referenceRange": [ { "low": { "value": 30, "unit": "U/L" }, "high": { "value": 115, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o13", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2324-2", "display": "Gamma glutamyl transferase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "69480007" } ] }, "subject": { "reference": "Patient/8" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 35, "unit": "U/L" }, "referenceRange": [ { "low": { "value": 0, "unit": "U/L" }, "high": { "value": 45, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o14", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1742-6", "display": "Alanine aminotransferase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "34608000" } ] }, "subject": { "reference": "Patient/8" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 54, "unit": "U/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "H" } ] }, "referenceRange": [ { "low": { "value": 0, "unit": "U/L" }, "high": { "value": 45, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o15", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1920-8", "display": "Aspartate aminotransferase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "45896001" } ] }, "subject": { "reference": "Patient/8" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 30, "unit": "U/L" }, "referenceRange": [ { "low": { "value": 0, "unit": "U/L" }, "high": { "value": 41, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o16", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2532-0", "display": "Lactate dehydrogenase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "11274001" } ] }, "subject": { "reference": "Patient/8" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 131, "unit": "U/L" }, "referenceRange": [ { "low": { "value": 80, "unit": "U/L" }, "high": { "value": 250, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o17", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2000-8", "display": "Calcium [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "71878006" } ] }, "subject": { "reference": "Patient/8" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 2.38, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 2.25, "unit": "mmol/L" }, "high": { "value": 2.65, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o18", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "13959-2", "display": "Calcium.ionized [Moles/volume] in Serum or Plasma by calculation" }, { "system": "http://snomed.info/sct", "code": "166708003" } ] }, "subject": { "reference": "Patient/8" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 2.39, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 2.25, "unit": "mmol/L" }, "high": { "value": 2.65, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o19", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14879-1", "display": "Phosphate [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "104866001" } ] }, "subject": { "reference": "Patient/8" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 1.5, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 0.8, "unit": "mmol/L" }, "high": { "value": 1.5, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o20", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2885-2", "display": "Protein [Mass/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "74040009" } ] }, "subject": { "reference": "Patient/8" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 67, "unit": "g/L" }, "referenceRange": [ { "low": { "value": 60, "unit": "g/L" }, "high": { "value": 82, "unit": "g/L" } } ] }, { "resourceType": "Observation", "id": "o21", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1751-7", "display": "Albumin [Mass/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "104485008" } ] }, "subject": { "reference": "Patient/8" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 42, "unit": "g/L" }, "referenceRange": [ { "low": { "value": 35, "unit": "g/L" }, "high": { "value": 50, "unit": "g/L" } } ] }, { "resourceType": "Observation", "id": "o22", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "10834-0", "display": "Globulin [Mass/volume] in Serum by calculation" }, { "system": "http://snomed.info/sct", "code": "104979009" } ] }, "subject": { "reference": "Patient/8" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 25, "unit": "g/L" }, "referenceRange": [ { "low": { "value": 20, "unit": "g/L" }, "high": { "value": 40, "unit": "g/L" } } ] }, { "resourceType": "Observation", "id": "o23", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14798-3", "display": "Iron [Moles/volume] in Serum or Plasma" }, { "code": "42950004" } ] }, "subject": { "reference": "Patient/8" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 5, "unit": "umol/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "LL" } ] }, "referenceRange": [ { "low": { "value": 10, "unit": "umol/L" }, "high": { "value": 33, "unit": "umol/L" } } ] }, { "resourceType": "Observation", "id": "o24", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14647-2", "display": "Cholesterol [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "77068002" } ] }, "subject": { "reference": "Patient/8" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 3.8, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 3.6, "unit": "mmol/L" }, "high": { "value": 6.7, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o25", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14927-8", "display": "Triglyceride [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "104784006" } ] }, "subject": { "reference": "Patient/8" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 0.9, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 0.3, "unit": "mmol/L" }, "high": { "value": 4, "unit": "mmol/L" } } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "5234342" } ], "status": "final", "code": { "text": "SERUM CHEMISTRY" }, "subject": { "reference": "Patient/8" }, "effectiveDateTime": "2005-01-27T06:40:17Z", "issued": "2005-02-23T10:04:01Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "result": [ { "reference": "#o1" }, { "reference": "#o2" }, { "reference": "#o3" }, { "reference": "#o4" }, { "reference": "#o5" }, { "reference": "#o6" }, { "reference": "#o7" }, { "reference": "#o8" }, { "reference": "#o9" }, { "reference": "#o10" }, { "reference": "#o11" }, { "reference": "#o12" }, { "reference": "#o13" }, { "reference": "#o14" }, { "reference": "#o15" }, { "reference": "#o16" }, { "reference": "#o17" }, { "reference": "#o18" }, { "reference": "#o19" }, { "reference": "#o20" }, { "reference": "#o21" }, { "reference": "#o22" }, { "reference": "#o23" }, { "reference": "#o24" }, { "reference": "#o25" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/16", "resource": { "resourceType": "DiagnosticReport", "id": "16", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n </div>" }, "contained": [ { "resourceType": "Observation", "id": "o1", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2951-2", "display": "Sodium [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "104934005" } ] }, "subject": { "reference": "Patient/9" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 138, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 137, "unit": "mmol/L" }, "high": { "value": 147, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o2", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2823-3", "display": "Potassium [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "59573005" } ] }, "subject": { "reference": "Patient/9" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 4.1, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 3.5, "unit": "mmol/L" }, "high": { "value": 5, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o3", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2075-0", "display": "Chloride [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "46511006" } ] }, "subject": { "reference": "Patient/9" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 103, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 96, "unit": "mmol/L" }, "high": { "value": 109, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o4", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1963-8", "display": "Bicarbonate [Moles/volume] in Serum" }, { "system": "http://snomed.info/sct", "code": "88645003" } ] }, "subject": { "reference": "Patient/9" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 27, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 25, "unit": "mmol/L" }, "high": { "value": 33, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o5", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1863-0", "display": "Anion gap 4 in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "271057005" } ] }, "subject": { "reference": "Patient/9" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 12, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 4, "unit": "mmol/L" }, "high": { "value": 17, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o6", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14749-6", "display": "Glucose [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "36048009" } ] }, "subject": { "reference": "Patient/9" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 6.8, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 3, "unit": "mmol/L" }, "high": { "value": 7.7, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o7", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14937-7", "display": "Urea nitrogen [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "273967009" } ] }, "subject": { "reference": "Patient/9" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 8.2, "unit": "mmol/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "H" } ] }, "referenceRange": [ { "low": { "value": 2, "unit": "mmol/L" }, "high": { "value": 7, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o8", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14682-9", "display": "Creatinine [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "70901006" } ] }, "subject": { "reference": "Patient/9" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 0.07, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 0.04, "unit": "mmol/L" }, "high": { "value": 0.11, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o9", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14933-6", "display": "Urate [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "86228006" } ] }, "subject": { "reference": "Patient/9" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 0.42, "unit": "mmol/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "HH" } ] }, "referenceRange": [ { "low": { "value": 0.14, "unit": "mmol/L" }, "high": { "value": 0.35, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o10", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14631-6", "display": "Bilirubin.total [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "27171005" } ] }, "subject": { "reference": "Patient/9" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 16, "unit": "umol/L" }, "referenceRange": [ { "low": { "value": 2, "unit": "umol/L" }, "high": { "value": 20, "unit": "umol/L" } } ] }, { "resourceType": "Observation", "id": "o11", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14629-0", "display": "Bilirubin.direct [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "39748002" } ] }, "subject": { "reference": "Patient/9" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 8, "unit": "umol/L" }, "referenceRange": [ { "low": { "value": 0, "unit": "umol/L" }, "high": { "value": 8, "unit": "umol/L" } } ] }, { "resourceType": "Observation", "id": "o12", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "6768-6", "display": "Alkaline phosphatase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "88810008" } ] }, "subject": { "reference": "Patient/9" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 369, "unit": "U/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "HH" } ] }, "referenceRange": [ { "low": { "value": 30, "unit": "U/L" }, "high": { "value": 115, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o13", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2324-2", "display": "Gamma glutamyl transferase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "69480007" } ] }, "subject": { "reference": "Patient/9" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 438, "unit": "U/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "HH" } ] }, "referenceRange": [ { "low": { "value": 0, "unit": "U/L" }, "high": { "value": 45, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o14", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1742-6", "display": "Alanine aminotransferase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "34608000" } ] }, "subject": { "reference": "Patient/9" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 263, "unit": "U/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "HH" } ] }, "referenceRange": [ { "low": { "value": 0, "unit": "U/L" }, "high": { "value": 45, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o15", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1920-8", "display": "Aspartate aminotransferase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "45896001" } ] }, "subject": { "reference": "Patient/9" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 87, "unit": "U/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "HH" } ] }, "referenceRange": [ { "low": { "value": 0, "unit": "U/L" }, "high": { "value": 41, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o16", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2532-0", "display": "Lactate dehydrogenase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "11274001" } ] }, "subject": { "reference": "Patient/9" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 179, "unit": "U/L" }, "referenceRange": [ { "low": { "value": 80, "unit": "U/L" }, "high": { "value": 250, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o17", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2000-8", "display": "Calcium [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "71878006" } ] }, "subject": { "reference": "Patient/9" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 2.32, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 2.25, "unit": "mmol/L" }, "high": { "value": 2.65, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o18", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "13959-2", "display": "Calcium.ionized [Moles/volume] in Serum or Plasma by calculation" }, { "system": "http://snomed.info/sct", "code": "166708003" } ] }, "subject": { "reference": "Patient/9" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 2.42, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 2.25, "unit": "mmol/L" }, "high": { "value": 2.65, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o19", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14879-1", "display": "Phosphate [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "104866001" } ] }, "subject": { "reference": "Patient/9" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 1.3, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 0.8, "unit": "mmol/L" }, "high": { "value": 1.5, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o20", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2885-2", "display": "Protein [Mass/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "74040009" } ] }, "subject": { "reference": "Patient/9" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 67, "unit": "g/L" }, "referenceRange": [ { "low": { "value": 60, "unit": "g/L" }, "high": { "value": 82, "unit": "g/L" } } ] }, { "resourceType": "Observation", "id": "o21", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1751-7", "display": "Albumin [Mass/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "104485008" } ] }, "subject": { "reference": "Patient/9" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 39, "unit": "g/L" }, "referenceRange": [ { "low": { "value": 35, "unit": "g/L" }, "high": { "value": 50, "unit": "g/L" } } ] }, { "resourceType": "Observation", "id": "o22", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "10834-0", "display": "Globulin [Mass/volume] in Serum by calculation" }, { "system": "http://snomed.info/sct", "code": "104979009" } ] }, "subject": { "reference": "Patient/9" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 28, "unit": "g/L" }, "referenceRange": [ { "low": { "value": 20, "unit": "g/L" }, "high": { "value": 40, "unit": "g/L" } } ] }, { "resourceType": "Observation", "id": "o23", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14798-3", "display": "Iron [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "42950004" } ] }, "subject": { "reference": "Patient/9" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 8, "unit": "umol/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "L" } ] }, "referenceRange": [ { "low": { "value": 10, "unit": "umol/L" }, "high": { "value": 33, "unit": "umol/L" } } ] }, { "resourceType": "Observation", "id": "o24", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14647-2", "display": "Cholesterol [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "77068002" } ] }, "subject": { "reference": "Patient/9" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 4.8, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 3.6, "unit": "mmol/L" }, "high": { "value": 6.7, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o25", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14927-8", "display": "Triglyceride [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "104784006" } ] }, "subject": { "reference": "Patient/9" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 2.2, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 0.3, "unit": "mmol/L" }, "high": { "value": 4, "unit": "mmol/L" } } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "5234342" } ], "status": "final", "code": { "text": "SERUM CHEMISTRY" }, "subject": { "reference": "Patient/9" }, "effectiveDateTime": "2004-12-08T07:45:17Z", "issued": "2005-02-23T10:04:01Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "result": [ { "reference": "#o1" }, { "reference": "#o2" }, { "reference": "#o3" }, { "reference": "#o4" }, { "reference": "#o5" }, { "reference": "#o6" }, { "reference": "#o7" }, { "reference": "#o8" }, { "reference": "#o9" }, { "reference": "#o10" }, { "reference": "#o11" }, { "reference": "#o12" }, { "reference": "#o13" }, { "reference": "#o14" }, { "reference": "#o15" }, { "reference": "#o16" }, { "reference": "#o17" }, { "reference": "#o18" }, { "reference": "#o19" }, { "reference": "#o20" }, { "reference": "#o21" }, { "reference": "#o22" }, { "reference": "#o23" }, { "reference": "#o24" }, { "reference": "#o25" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/17", "resource": { "resourceType": "DiagnosticReport", "id": "17", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n </div>" }, "contained": [ { "resourceType": "Observation", "id": "o1", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2951-2", "display": "Sodium [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "104934005" } ] }, "subject": { "reference": "Patient/10" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 142, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 137, "unit": "mmol/L" }, "high": { "value": 147, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o2", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2823-3", "display": "Potassium [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "59573005" } ] }, "subject": { "reference": "Patient/10" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 4, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 3.5, "unit": "mmol/L" }, "high": { "value": 5, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o3", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2075-0", "display": "Chloride [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "46511006" } ] }, "subject": { "reference": "Patient/10" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 105, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 96, "unit": "mmol/L" }, "high": { "value": 109, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o4", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1963-8", "display": "Bicarbonate [Moles/volume] in Serum" }, { "system": "http://snomed.info/sct", "code": "88645003" } ] }, "subject": { "reference": "Patient/10" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 28, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 25, "unit": "mmol/L" }, "high": { "value": 33, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o5", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1863-0", "display": "Anion gap 4 in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "271057005" } ] }, "subject": { "reference": "Patient/10" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 13, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 4, "unit": "mmol/L" }, "high": { "value": 17, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o6", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14749-6", "display": "Glucose [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "36048009" } ] }, "subject": { "reference": "Patient/10" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 5.2, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 3, "unit": "mmol/L" }, "high": { "value": 7.7, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o7", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14937-7", "display": "Urea nitrogen [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "273967009" } ] }, "subject": { "reference": "Patient/10" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 6.4, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 2, "unit": "mmol/L" }, "high": { "value": 7, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o8", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14682-9", "display": "Creatinine [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "70901006" } ] }, "subject": { "reference": "Patient/10" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 0.09, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 0.04, "unit": "mmol/L" }, "high": { "value": 0.11, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o9", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14933-6", "display": "Urate [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "86228006" } ] }, "subject": { "reference": "Patient/10" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 0.46, "unit": "mmol/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "HH" } ] }, "referenceRange": [ { "low": { "value": 0.14, "unit": "mmol/L" }, "high": { "value": 0.35, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o10", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14631-6", "display": "Bilirubin.total [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "27171005" } ] }, "subject": { "reference": "Patient/10" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 13, "unit": "umol/L" }, "referenceRange": [ { "low": { "value": 2, "unit": "umol/L" }, "high": { "value": 20, "unit": "umol/L" } } ] }, { "resourceType": "Observation", "id": "o11", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14629-0", "display": "Bilirubin.direct [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "39748002" } ] }, "subject": { "reference": "Patient/10" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 6, "unit": "umol/L" }, "referenceRange": [ { "low": { "value": 0, "unit": "umol/L" }, "high": { "value": 8, "unit": "umol/L" } } ] }, { "resourceType": "Observation", "id": "o12", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "6768-6", "display": "Alkaline phosphatase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "88810008" } ] }, "subject": { "reference": "Patient/10" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 204, "unit": "U/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "HH" } ] }, "referenceRange": [ { "low": { "value": 30, "unit": "U/L" }, "high": { "value": 115, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o13", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2324-2", "display": "Gamma glutamyl transferase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "69480007" } ] }, "subject": { "reference": "Patient/10" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 192, "unit": "U/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "HH" } ] }, "referenceRange": [ { "low": { "value": 0, "unit": "U/L" }, "high": { "value": 45, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o14", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1742-6", "display": "Alanine aminotransferase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "34608000" } ] }, "subject": { "reference": "Patient/10" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 70, "unit": "U/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "H" } ] }, "referenceRange": [ { "low": { "value": 0, "unit": "U/L" }, "high": { "value": 45, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o15", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1920-8", "display": "Aspartate aminotransferase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "45896001" } ] }, "subject": { "reference": "Patient/10" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 26, "unit": "U/L" }, "referenceRange": [ { "low": { "value": 0, "unit": "U/L" }, "high": { "value": 41, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o16", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2532-0", "display": "Lactate dehydrogenase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "11274001" } ] }, "subject": { "reference": "Patient/10" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 150, "unit": "U/L" }, "referenceRange": [ { "low": { "value": 80, "unit": "U/L" }, "high": { "value": 250, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o17", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2000-8", "display": "Calcium [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "71878006" } ] }, "subject": { "reference": "Patient/10" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 2.37, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 2.25, "unit": "mmol/L" }, "high": { "value": 2.65, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o18", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "13959-2", "display": "Calcium.ionized [Moles/volume] in Serum or Plasma by calculation" }, { "system": "http://snomed.info/sct", "code": "166708003" } ] }, "subject": { "reference": "Patient/10" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 2.47, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 2.25, "unit": "mmol/L" }, "high": { "value": 2.65, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o19", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14879-1", "display": "Phosphate [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "104866001" } ] }, "subject": { "reference": "Patient/10" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 1.4, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 0.8, "unit": "mmol/L" }, "high": { "value": 1.5, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o20", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2885-2", "display": "Protein [Mass/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "74040009" } ] }, "subject": { "reference": "Patient/10" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 67, "unit": "g/L" }, "referenceRange": [ { "low": { "value": 60, "unit": "g/L" }, "high": { "value": 82, "unit": "g/L" } } ] }, { "resourceType": "Observation", "id": "o21", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1751-7", "display": "Albumin [Mass/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "104485008" } ] }, "subject": { "reference": "Patient/10" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 39, "unit": "g/L" }, "referenceRange": [ { "low": { "value": 35, "unit": "g/L" }, "high": { "value": 50, "unit": "g/L" } } ] }, { "resourceType": "Observation", "id": "o22", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "10834-0", "display": "Globulin [Mass/volume] in Serum by calculation" }, { "system": "http://snomed.info/sct", "code": "104979009" } ] }, "subject": { "reference": "Patient/10" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 28, "unit": "g/L" }, "referenceRange": [ { "low": { "value": 20, "unit": "g/L" }, "high": { "value": 40, "unit": "g/L" } } ] }, { "resourceType": "Observation", "id": "o23", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14798-3", "display": "Iron [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "42950004" } ] }, "subject": { "reference": "Patient/10" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 5, "unit": "umol/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "LL" } ] }, "referenceRange": [ { "low": { "value": 10, "unit": "umol/L" }, "high": { "value": 33, "unit": "umol/L" } } ] }, { "resourceType": "Observation", "id": "o24", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14647-2", "display": "Cholesterol [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "77068002" } ] }, "subject": { "reference": "Patient/10" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 4.4, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 3.6, "unit": "mmol/L" }, "high": { "value": 6.7, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o25", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14927-8", "display": "Triglyceride [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "104784006" } ] }, "subject": { "reference": "Patient/10" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 1.1, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 0.3, "unit": "mmol/L" }, "high": { "value": 4, "unit": "mmol/L" } } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "5234342" } ], "status": "final", "code": { "text": "SERUM CHEMISTRY" }, "subject": { "reference": "Patient/10" }, "effectiveDateTime": "2004-12-15T07:20:17Z", "issued": "2005-02-23T10:04:01Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "result": [ { "reference": "#o1" }, { "reference": "#o2" }, { "reference": "#o3" }, { "reference": "#o4" }, { "reference": "#o5" }, { "reference": "#o6" }, { "reference": "#o7" }, { "reference": "#o8" }, { "reference": "#o9" }, { "reference": "#o10" }, { "reference": "#o11" }, { "reference": "#o12" }, { "reference": "#o13" }, { "reference": "#o14" }, { "reference": "#o15" }, { "reference": "#o16" }, { "reference": "#o17" }, { "reference": "#o18" }, { "reference": "#o19" }, { "reference": "#o20" }, { "reference": "#o21" }, { "reference": "#o22" }, { "reference": "#o23" }, { "reference": "#o24" }, { "reference": "#o25" } ] } }, { "fhir_comments": [ " OBX|28|FT|TXT^^AUSPDI|| Units Ref Range\\.br\\ \\.br\\ SERUM CHEMISTRY\\.br\\ Sodium 142 mmol/L 137-147\\.br\\ Serum Potassium 4.0 mmol/L 3.5-5.0\\.br\\ Chloride 105 mmol/L 96-109\\.br\\ Bicarbonate 28 mmol/L 25-33\\.br\\ Other Anions 13 mmol/L 4-17\\.br\\ Glucose 5.2 mmol/L 3.0-7.7\\.br\\ Urea 6.4 mmol/L 2.0-7.0\\.br\\ Serum Creatinine 0.09 mmol/L 0.04-0.11\\.br\\ Serum Uric Acid 0.46 +++ mmol/L 0.14-0.35\\.br\\ Total Bilirubin 13 umol/L 2-20\\.br\\ Direct Bilirubin 6 umol/L 0-8\\.br\\ Alkaline phosphatase [Enzymatic activity/volume] in Serum or Plasma 204 +++ U/L 30-115\\.br\\ Gamma G.T. 192 +++ U/L 0-45\\.br\\ ALT 70 + U/L 0-45\\.br\\ AST 26 U/L 0-41\\.br\\ LD 150 U/L 80-250\\.br\\ Serum Calcium 2.37 mmol/L 2.25-2.65\\.br\\ Corrected Calcium 2.47 mmol/L 2.25-2.65\\.br\\ Serum Phosphate 1.4 mmol/L 0.8-1.5\\.br\\ Total Protein 67 g/L 60-82\\.br\\ Serum Albumin 39 g/L 35-50\\.br\\ Globulins 28 g/L 20-40\\.br\\ Iron 5 - - umol/L 10-33\\.br\\ Cholesterol 4.4 mmol/L 3.6-6.7\\.br\\ \\.br\\ Revised NHF cholesterol guidelines (Nov.,2001):\\.br\\ Target below 4.0 mmol/L if high risk patient.\\.br\\ Consider lipid lowering treatment if cholesterol above 6.0 mmol/L\\.br\\ and no other risk factor of CHD.\\.br\\ \\.br\\ Triglycerides 1.1 mmol/L 0.3-4.0\\.br\\|| " ], "fullUrl": "http://hl7.org/fhir/DiagnosticReport/18", "resource": { "resourceType": "DiagnosticReport", "id": "18", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n </div>" }, "contained": [ { "resourceType": "Observation", "id": "o1", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2951-2", "display": "Sodium [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "104934005" } ] }, "subject": { "reference": "Patient/1" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 142, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 137, "unit": "mmol/L" }, "high": { "value": 147, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o2", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2823-3", "display": "Potassium [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "59573005" } ] }, "subject": { "reference": "Patient/1" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 4, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 3.5, "unit": "mmol/L" }, "high": { "value": 5, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o3", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2075-0", "display": "Chloride [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "46511006" } ] }, "subject": { "reference": "Patient/1" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 107, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 96, "unit": "mmol/L" }, "high": { "value": 109, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o4", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1963-8", "display": "Bicarbonate [Moles/volume] in Serum" }, { "system": "http://snomed.info/sct", "code": "88645003" } ] }, "subject": { "reference": "Patient/1" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 26, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 25, "unit": "mmol/L" }, "high": { "value": 33, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o5", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1863-0", "display": "Anion gap 4 in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "271057005" } ] }, "subject": { "reference": "Patient/1" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 13, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 4, "unit": "mmol/L" }, "high": { "value": 17, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o6", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14749-6", "display": "Glucose [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "36048009" } ] }, "subject": { "reference": "Patient/1" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 6.3, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 3, "unit": "mmol/L" }, "high": { "value": 7.7, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o7", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14937-7", "display": "Urea nitrogen [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "273967009" } ] }, "subject": { "reference": "Patient/1" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 6.7, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 2, "unit": "mmol/L" }, "high": { "value": 7, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o8", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14682-9", "display": "Creatinine [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "70901006" } ] }, "subject": { "reference": "Patient/1" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 0.08, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 0.04, "unit": "mmol/L" }, "high": { "value": 0.11, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o9", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14933-6", "display": "Urate [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "86228006" } ] }, "subject": { "reference": "Patient/1" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 0.4, "unit": "mmol/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "HH" } ] }, "referenceRange": [ { "low": { "value": 0.14, "unit": "mmol/L" }, "high": { "value": 0.35, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o10", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14631-6", "display": "Bilirubin.total [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "27171005" } ] }, "subject": { "reference": "Patient/1" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 9, "unit": "umol/L" }, "referenceRange": [ { "low": { "value": 2, "unit": "umol/L" }, "high": { "value": 20, "unit": "umol/L" } } ] }, { "resourceType": "Observation", "id": "o11", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14629-0", "display": "Bilirubin.direct [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "39748002" } ] }, "subject": { "reference": "Patient/1" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 4, "unit": "umol/L" }, "referenceRange": [ { "low": { "value": 0, "unit": "umol/L" }, "high": { "value": 8, "unit": "umol/L" } } ] }, { "resourceType": "Observation", "id": "o12", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "6768-6", "display": "Alkaline phosphatase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "88810008" } ] }, "subject": { "reference": "Patient/1" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 144, "unit": "U/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "H" } ] }, "referenceRange": [ { "low": { "value": 30, "unit": "U/L" }, "high": { "value": 115, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o13", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2324-2", "display": "Gamma glutamyl transferase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "69480007" } ] }, "subject": { "reference": "Patient/1" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 106, "unit": "U/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "HH" } ] }, "referenceRange": [ { "low": { "value": 0, "unit": "U/L" }, "high": { "value": 45, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o14", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1742-6", "display": "Alanine aminotransferase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "34608000" } ] }, "subject": { "reference": "Patient/1" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 30, "unit": "U/L" }, "referenceRange": [ { "low": { "value": 0, "unit": "U/L" }, "high": { "value": 45, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o15", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1920-8", "display": "Aspartate aminotransferase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "45896001" } ] }, "subject": { "reference": "Patient/1" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 18, "unit": "U/L" }, "referenceRange": [ { "low": { "value": 0, "unit": "U/L" }, "high": { "value": 41, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o16", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2532-0", "display": "Lactate dehydrogenase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "11274001" } ] }, "subject": { "reference": "Patient/1" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 143, "unit": "U/L" }, "referenceRange": [ { "low": { "value": 80, "unit": "U/L" }, "high": { "value": 250, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o17", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2000-8", "display": "Calcium [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "71878006" } ] }, "subject": { "reference": "Patient/1" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 2.28, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 2.25, "unit": "mmol/L" }, "high": { "value": 2.65, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o18", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "13959-2", "display": "Calcium.ionized [Moles/volume] in Serum or Plasma by calculation" }, { "system": "http://snomed.info/sct", "code": "166708003" } ] }, "subject": { "reference": "Patient/1" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 2.32, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 2.25, "unit": "mmol/L" }, "high": { "value": 2.65, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o19", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14879-1", "display": "Phosphate [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "104866001" } ] }, "subject": { "reference": "Patient/1" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 1.3, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 0.8, "unit": "mmol/L" }, "high": { "value": 1.5, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o20", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2885-2", "display": "Protein [Mass/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "74040009" } ] }, "subject": { "reference": "Patient/1" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 66, "unit": "g/L" }, "referenceRange": [ { "low": { "value": 60, "unit": "g/L" }, "high": { "value": 82, "unit": "g/L" } } ] }, { "resourceType": "Observation", "id": "o21", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1751-7", "display": "Albumin [Mass/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "104485008" } ] }, "subject": { "reference": "Patient/1" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 41, "unit": "g/L" }, "referenceRange": [ { "low": { "value": 35, "unit": "g/L" }, "high": { "value": 50, "unit": "g/L" } } ] }, { "resourceType": "Observation", "id": "o22", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "10834-0", "display": "Globulin [Mass/volume] in Serum by calculation" }, { "system": "http://snomed.info/sct", "code": "104979009" } ] }, "subject": { "reference": "Patient/1" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 25, "unit": "g/L" }, "referenceRange": [ { "low": { "value": 20, "unit": "g/L" }, "high": { "value": 40, "unit": "g/L" } } ] }, { "resourceType": "Observation", "id": "o23", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14798-3", "display": "Iron [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "42950004" } ] }, "subject": { "reference": "Patient/1" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 3, "unit": "umol/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "LL" } ] }, "referenceRange": [ { "low": { "value": 10, "unit": "umol/L" }, "high": { "value": 33, "unit": "umol/L" } } ] }, { "resourceType": "Observation", "id": "o24", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14647-2", "display": "Cholesterol [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "77068002" } ] }, "subject": { "reference": "Patient/1" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 4, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 3.6, "unit": "mmol/L" }, "high": { "value": 6.7, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o25", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14927-8", "display": "Triglyceride [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "104784006" } ] }, "subject": { "reference": "Patient/1" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 1, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 0.3, "unit": "mmol/L" }, "high": { "value": 4, "unit": "mmol/L" } } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "5234342" } ], "status": "final", "code": { "text": "SERUM CHEMISTRY" }, "subject": { "reference": "Patient/1" }, "effectiveDateTime": "2004-12-22T07:45:17Z", "issued": "2005-02-23T10:04:01Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "result": [ { "reference": "#o1" }, { "reference": "#o2" }, { "reference": "#o3" }, { "reference": "#o4" }, { "reference": "#o5" }, { "reference": "#o6" }, { "reference": "#o7" }, { "reference": "#o8" }, { "reference": "#o9" }, { "reference": "#o10" }, { "reference": "#o11" }, { "reference": "#o12" }, { "reference": "#o13" }, { "reference": "#o14" }, { "reference": "#o15" }, { "reference": "#o16" }, { "reference": "#o17" }, { "reference": "#o18" }, { "reference": "#o19" }, { "reference": "#o20" }, { "reference": "#o21" }, { "reference": "#o22" }, { "reference": "#o23" }, { "reference": "#o24" }, { "reference": "#o25" } ] } }, { "fhir_comments": [ " OBX|28|FT|PIT^^AUSPDI||001 Medical-Objects 07 01/07/1996\\.br\\002 \\.br\\003 Report Run Number: 1 Created: 19/04/2005 at 22:58:15\\.br\\004 Surgery: XXX Reports: 23/02/2005 10:04:00 to 23/02/2005 10:04:00 \\.br\\009 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -\\.br\\010 ANDERSON,DR. THOMAS 0191322W\\.br\\019 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -\\.br\\020 Your Ref. Patient Name Lab Ref. Test\\.br\\021 JONES,June 04-4154148 E/LFT (MASTER)\\.br\\029 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -\\.br\\100 Start Patient : JONES,June \\.br\\101 24 Sutherland Street, BUDERIM QLD 4556 \\.br\\104 Birthdate: 08/01/1976 Age: Y29 Sex:F\\.br\\105 Telephone: 07 \\.br\\109 \\.br\\110 Your Reference : \\.br\\111 MO Reference : 04-4154148-25T-0\\.br\\112 Medicare Number: \\.br\\115 Phone Enquiries: (DR MARCUS WELBY) \\.br\\119 \\.br\\121 Referred by : WHITE,DR. WILSON \\.br\\122 Copy to : ANDERSON,DR. THOMAS \\.br\\123 Addressee : ANDERSON,DR. THOMAS 0191322W\\.br\\129 \\.br\\200 Start of Result:\\.br\\201 Specimen :\\.br\\203 Requested : 21/12/2004\\.br\\204 Collected : 22/12/2004 07:45\\.br\\205 Name of Test : E/LFT (MASTER) \\.br\\206 Reported : 23/02/2005 10:04\\.br\\207 Confidential : N\\.br\\208 Test Category : N\\.br\\209 \\.br\\210 Normal Result : N\\.br\\299 \\.br\\301 Units Ref Range\\.br\\301 \\.br\\301 SERUM CHEMISTRY\\.br\\301 Sodium 142 mmol/L 137-147\\.br\\301 Serum Potassium 4.0 mmol/L 3.5-5.0\\.br\\301 Chloride 107 mmol/L 96-109\\.br\\301 Bicarbonate 26 mmol/L 25-33\\.br\\301 Other Anions 13 mmol/L 4-17\\.br\\301 Glucose 6.3 mmol/L 3.0-7.7\\.br\\301 Urea 6.7 mmol/L 2.0-7.0\\.br\\301 Serum Creatinine 0.08 mmol/L 0.04-0.11\\.br\\301 \\R\\FG04\\R\\Serum Uric Acid 0.40 ++ mmol/L 0.14-0.35\\R\\FG99\\R\\\\.br\\301 Total Bilirubin 9 umol/L 2-20\\.br\\301 Direct Bilirubin 4 umol/L 0-8\\.br\\301 \\R\\FG04\\R\\Alkaline phosphatase [Enzymatic activity/volume] in Serum or Plasma 144 + U/L 30-115\\R\\FG99\\R\\\\.br\\301 \\R\\FG04\\R\\Gamma G.T. 106 +++ U/L 0-45\\R\\FG99\\R\\\\.br\\301 ALT 30 U/L 0-45\\.br\\301 AST 18 U/L 0-41\\.br\\301 LD 143 U/L 80-250\\.br\\301 Serum Calcium 2.28 mmol/L 2.25-2.65\\.br\\301 Corrected Calcium 2.32 mmol/L 2.25-2.65\\.br\\301 Serum Phosphate 1.3 mmol/L 0.8-1.5\\.br\\301 Total Protein 66 g/L 60-82\\.br\\301 Serum Albumin 41 g/L 35-50\\.br\\301 Globulins 25 g/L 20-40\\.br\\301 \\R\\FG04\\R\\Iron 3 - - - umol/L 10-33\\R\\FG99\\R\\\\.br\\301 Cholesterol 4.0 mmol/L 3.6-6.7\\.br\\301 \\.br\\301 Revised NHF cholesterol guidelines (Nov.,2001):\\.br\\301 Target below 4.0 mmol/L if high risk patient.\\.br\\301 Consider lipid lowering treatment if cholesterol above 6.0 mmol/L\\.br\\301 and no other risk factor of CHD.\\.br\\301 \\.br\\301 Triglycerides 1.0 mmol/L 0.3-4.0\\.br\\309 \\.br\\319 \\.br\\390 End of Report :\\.br\\399 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -\\.br\\999 END OF LISTING - Run Number:1 19/04/2005 22:58:15\\.br\\|| " ], "fullUrl": "http://hl7.org/fhir/DiagnosticReport/19", "resource": { "resourceType": "DiagnosticReport", "id": "19", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n </div>" }, "contained": [ { "resourceType": "Observation", "id": "o1", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2951-2", "display": "Sodium [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "104934005" } ] }, "subject": { "reference": "Patient/2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 141, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 137, "unit": "mmol/L" }, "high": { "value": 147, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o2", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2823-3", "display": "Potassium [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "59573005" } ] }, "subject": { "reference": "Patient/2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 4.2, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 3.5, "unit": "mmol/L" }, "high": { "value": 5, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o3", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2075-0", "display": "Chloride [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "46511006" } ] }, "subject": { "reference": "Patient/2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 106, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 96, "unit": "mmol/L" }, "high": { "value": 109, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o4", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1963-8", "display": "Bicarbonate [Moles/volume] in Serum" }, { "system": "http://snomed.info/sct", "code": "88645003" } ] }, "subject": { "reference": "Patient/2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 29, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 25, "unit": "mmol/L" }, "high": { "value": 33, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o5", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1863-0", "display": "Anion gap 4 in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "271057005" } ] }, "subject": { "reference": "Patient/2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 10, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 4, "unit": "mmol/L" }, "high": { "value": 17, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o6", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14749-6", "display": "Glucose [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "36048009" } ] }, "subject": { "reference": "Patient/2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 7, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 3, "unit": "mmol/L" }, "high": { "value": 7.7, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o7", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14937-7", "display": "Urea nitrogen [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "273967009" } ] }, "subject": { "reference": "Patient/2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 4.7, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 2, "unit": "mmol/L" }, "high": { "value": 7, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o8", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14682-9", "display": "Creatinine [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "70901006" } ] }, "subject": { "reference": "Patient/2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 0.05, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 0.04, "unit": "mmol/L" }, "high": { "value": 0.11, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o9", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14933-6", "display": "Urate [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "86228006" } ] }, "subject": { "reference": "Patient/2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 0.32, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 0.14, "unit": "mmol/L" }, "high": { "value": 0.35, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o10", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14631-6", "display": "Bilirubin.total [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "27171005" } ] }, "subject": { "reference": "Patient/2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 43, "unit": "umol/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "HH" } ] }, "referenceRange": [ { "low": { "value": 2, "unit": "umol/L" }, "high": { "value": 20, "unit": "umol/L" } } ] }, { "resourceType": "Observation", "id": "o11", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "6768-6", "display": "Alkaline phosphatase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "88810008" } ] }, "subject": { "reference": "Patient/2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 708, "unit": "U/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "HH" } ] }, "referenceRange": [ { "low": { "value": 30, "unit": "U/L" }, "high": { "value": 115, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o12", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2324-2", "display": "Gamma glutamyl transferase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "69480007" } ] }, "subject": { "reference": "Patient/2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 1131, "unit": "U/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "HH" } ] }, "referenceRange": [ { "low": { "value": 0, "unit": "U/L" }, "high": { "value": 45, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o13", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1742-6", "display": "Alanine aminotransferase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "34608000" } ] }, "subject": { "reference": "Patient/2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 475, "unit": "U/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "HH" } ] }, "referenceRange": [ { "low": { "value": 0, "unit": "U/L" }, "high": { "value": 45, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o14", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1920-8", "display": "Aspartate aminotransferase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "45896001" } ] }, "subject": { "reference": "Patient/2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 176, "unit": "U/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "HH" } ] }, "referenceRange": [ { "low": { "value": 0, "unit": "U/L" }, "high": { "value": 41, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o15", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2532-0", "display": "Lactate dehydrogenase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "11274001" } ] }, "subject": { "reference": "Patient/2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 324, "unit": "U/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "HH" } ] }, "referenceRange": [ { "low": { "value": 80, "unit": "U/L" }, "high": { "value": 250, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o16", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2000-8", "display": "Calcium [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "71878006" } ] }, "subject": { "reference": "Patient/2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 2.32, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 2.25, "unit": "mmol/L" }, "high": { "value": 2.65, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o17", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "13959-2", "display": "Calcium.ionized [Moles/volume] in Serum or Plasma by calculation" }, { "system": "http://snomed.info/sct", "code": "166708003" } ] }, "subject": { "reference": "Patient/2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 2.45, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 2.25, "unit": "mmol/L" }, "high": { "value": 2.65, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o18", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14879-1", "display": "Phosphate [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "104866001" } ] }, "subject": { "reference": "Patient/2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 0.9, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 0.8, "unit": "mmol/L" }, "high": { "value": 1.5, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o19", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2885-2", "display": "Protein [Mass/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "74040009" } ] }, "subject": { "reference": "Patient/2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 71, "unit": "g/L" }, "referenceRange": [ { "low": { "value": 60, "unit": "g/L" }, "high": { "value": 82, "unit": "g/L" } } ] }, { "resourceType": "Observation", "id": "o20", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1751-7", "display": "Albumin [Mass/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "104485008" } ] }, "subject": { "reference": "Patient/2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 38, "unit": "g/L" }, "referenceRange": [ { "low": { "value": 35, "unit": "g/L" }, "high": { "value": 50, "unit": "g/L" } } ] }, { "resourceType": "Observation", "id": "o21", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "10834-0", "display": "Globulin [Mass/volume] in Serum by calculation" }, { "system": "http://snomed.info/sct", "code": "104979009" } ] }, "subject": { "reference": "Patient/2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 33, "unit": "g/L" }, "referenceRange": [ { "low": { "value": 20, "unit": "g/L" }, "high": { "value": 40, "unit": "g/L" } } ] }, { "resourceType": "Observation", "id": "o22", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14798-3", "display": "Iron [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "42950004" } ] }, "subject": { "reference": "Patient/2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 17, "unit": "umol/L" }, "referenceRange": [ { "low": { "value": 10, "unit": "umol/L" }, "high": { "value": 33, "unit": "umol/L" } } ] }, { "resourceType": "Observation", "id": "o23", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14647-2", "display": "Cholesterol [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "77068002" } ] }, "subject": { "reference": "Patient/2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 7, "unit": "mmol/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "H" } ] }, "referenceRange": [ { "low": { "value": 3.6, "unit": "mmol/L" }, "high": { "value": 6.7, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o24", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14927-8", "display": "Triglyceride [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "104784006" } ] }, "subject": { "reference": "Patient/2" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 0.9, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 0.3, "unit": "mmol/L" }, "high": { "value": 4, "unit": "mmol/L" } } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "5234342" } ], "status": "final", "code": { "text": "SERUM CHEMISTRY" }, "subject": { "reference": "Patient/2" }, "effectiveDateTime": "2004-12-03T09:45:17Z", "issued": "2005-02-23T10:04:01Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "result": [ { "reference": "#o1" }, { "reference": "#o2" }, { "reference": "#o3" }, { "reference": "#o4" }, { "reference": "#o5" }, { "reference": "#o6" }, { "reference": "#o7" }, { "reference": "#o8" }, { "reference": "#o9" }, { "reference": "#o10" }, { "reference": "#o11" }, { "reference": "#o12" }, { "reference": "#o13" }, { "reference": "#o14" }, { "reference": "#o15" }, { "reference": "#o16" }, { "reference": "#o17" }, { "reference": "#o18" }, { "reference": "#o19" }, { "reference": "#o20" }, { "reference": "#o21" }, { "reference": "#o22" }, { "reference": "#o23" }, { "reference": "#o24" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/20", "resource": { "resourceType": "DiagnosticReport", "id": "20", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n </div>" }, "contained": [ { "resourceType": "Observation", "id": "o1", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2951-2", "display": "Sodium [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "104934005" } ] }, "subject": { "reference": "Patient/3" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 142, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 137, "unit": "mmol/L" }, "high": { "value": 147, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o2", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2823-3", "display": "Potassium [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "59573005" } ] }, "subject": { "reference": "Patient/3" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 3.6, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 3.5, "unit": "mmol/L" }, "high": { "value": 5, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o3", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2075-0", "display": "Chloride [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "46511006" } ] }, "subject": { "reference": "Patient/3" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 104, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 96, "unit": "mmol/L" }, "high": { "value": 109, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o4", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1963-8", "display": "Bicarbonate [Moles/volume] in Serum" }, { "system": "http://snomed.info/sct", "code": "88645003" } ] }, "subject": { "reference": "Patient/3" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 30, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 25, "unit": "mmol/L" }, "high": { "value": 33, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o5", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1863-0", "display": "Anion gap 4 in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "271057005" } ] }, "subject": { "reference": "Patient/3" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 12, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 4, "unit": "mmol/L" }, "high": { "value": 17, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o6", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14749-6", "display": "Glucose [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "36048009" } ] }, "subject": { "reference": "Patient/3" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 6.2, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 3, "unit": "mmol/L" }, "high": { "value": 7.7, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o7", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14937-7", "display": "Urea nitrogen [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "273967009" } ] }, "subject": { "reference": "Patient/3" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 4.5, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 2, "unit": "mmol/L" }, "high": { "value": 7, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o8", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14682-9", "display": "Creatinine [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "70901006" } ] }, "subject": { "reference": "Patient/3" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 0.06, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 0.04, "unit": "mmol/L" }, "high": { "value": 0.11, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o9", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14933-6", "display": "Urate [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "86228006" } ] }, "subject": { "reference": "Patient/3" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 0.37, "unit": "mmol/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "H" } ] }, "referenceRange": [ { "low": { "value": 0.14, "unit": "mmol/L" }, "high": { "value": 0.35, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o10", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14631-6", "display": "Bilirubin.total [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "27171005" } ] }, "subject": { "reference": "Patient/3" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 50, "unit": "umol/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "HH" } ] }, "referenceRange": [ { "low": { "value": 2, "unit": "umol/L" }, "high": { "value": 20, "unit": "umol/L" } } ] }, { "resourceType": "Observation", "id": "o11", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "6768-6", "display": "Alkaline phosphatase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "88810008" } ] }, "subject": { "reference": "Patient/3" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 684, "unit": "U/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "HH" } ] }, "referenceRange": [ { "low": { "value": 30, "unit": "U/L" }, "high": { "value": 115, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o12", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2324-2", "display": "Gamma glutamyl transferase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "69480007" } ] }, "subject": { "reference": "Patient/3" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 1105, "unit": "U/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "HH" } ] }, "referenceRange": [ { "low": { "value": 0, "unit": "U/L" }, "high": { "value": 45, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o13", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1742-6", "display": "Alanine aminotransferase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "34608000" } ] }, "subject": { "reference": "Patient/3" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 466, "unit": "U/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "HH" } ] }, "referenceRange": [ { "low": { "value": 0, "unit": "U/L" }, "high": { "value": 45, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o14", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1920-8", "display": "Aspartate aminotransferase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "45896001" } ] }, "subject": { "reference": "Patient/3" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 198, "unit": "U/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "HH" } ] }, "referenceRange": [ { "low": { "value": 0, "unit": "U/L" }, "high": { "value": 41, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o15", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2532-0", "display": "Lactate dehydrogenase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "11274001" } ] }, "subject": { "reference": "Patient/3" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 323, "unit": "U/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "HH" } ] }, "referenceRange": [ { "low": { "value": 80, "unit": "U/L" }, "high": { "value": 250, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o16", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2000-8", "display": "Calcium [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "71878006" } ] }, "subject": { "reference": "Patient/3" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 2.32, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 2.25, "unit": "mmol/L" }, "high": { "value": 2.65, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o17", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "13959-2", "display": "Calcium.ionized [Moles/volume] in Serum or Plasma by calculation" }, { "system": "http://snomed.info/sct", "code": "166708003" } ] }, "subject": { "reference": "Patient/3" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 2.45, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 2.25, "unit": "mmol/L" }, "high": { "value": 2.65, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o18", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14879-1", "display": "Phosphate [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "104866001" } ] }, "subject": { "reference": "Patient/3" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 0.9, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 0.8, "unit": "mmol/L" }, "high": { "value": 1.5, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o19", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2885-2", "display": "Protein [Mass/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "74040009" } ] }, "subject": { "reference": "Patient/3" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 70, "unit": "g/L" }, "referenceRange": [ { "low": { "value": 60, "unit": "g/L" }, "high": { "value": 82, "unit": "g/L" } } ] }, { "resourceType": "Observation", "id": "o20", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1751-7", "display": "Albumin [Mass/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "104485008" } ] }, "subject": { "reference": "Patient/3" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 38, "unit": "g/L" }, "referenceRange": [ { "low": { "value": 35, "unit": "g/L" }, "high": { "value": 50, "unit": "g/L" } } ] }, { "resourceType": "Observation", "id": "o21", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "10834-0", "display": "Globulin [Mass/volume] in Serum by calculation" }, { "system": "http://snomed.info/sct", "code": "104979009" } ] }, "subject": { "reference": "Patient/3" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 32, "unit": "g/L" }, "referenceRange": [ { "low": { "value": 20, "unit": "g/L" }, "high": { "value": 40, "unit": "g/L" } } ] }, { "resourceType": "Observation", "id": "o22", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14798-3", "display": "Iron [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "42950004" } ] }, "subject": { "reference": "Patient/3" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 11, "unit": "umol/L" }, "referenceRange": [ { "low": { "value": 10, "unit": "umol/L" }, "high": { "value": 33, "unit": "umol/L" } } ] }, { "resourceType": "Observation", "id": "o23", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14647-2", "display": "Cholesterol [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "77068002" } ] }, "subject": { "reference": "Patient/3" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 6.9, "unit": "mmol/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "H" } ] }, "referenceRange": [ { "low": { "value": 3.6, "unit": "mmol/L" }, "high": { "value": 6.7, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o24", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14927-8", "display": "Triglyceride [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "104784006" } ] }, "subject": { "reference": "Patient/3" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 1.9, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 0.3, "unit": "mmol/L" }, "high": { "value": 4, "unit": "mmol/L" } } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "5234342" } ], "status": "final", "code": { "text": "SERUM CHEMISTRY" }, "subject": { "reference": "Patient/3" }, "effectiveDateTime": "2004-12-03T20:30:17Z", "issued": "2005-02-23T10:04:01Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "result": [ { "reference": "#o1" }, { "reference": "#o2" }, { "reference": "#o3" }, { "reference": "#o4" }, { "reference": "#o5" }, { "reference": "#o6" }, { "reference": "#o7" }, { "reference": "#o8" }, { "reference": "#o9" }, { "reference": "#o10" }, { "reference": "#o11" }, { "reference": "#o12" }, { "reference": "#o13" }, { "reference": "#o14" }, { "reference": "#o15" }, { "reference": "#o16" }, { "reference": "#o17" }, { "reference": "#o18" }, { "reference": "#o19" }, { "reference": "#o20" }, { "reference": "#o21" }, { "reference": "#o22" }, { "reference": "#o23" }, { "reference": "#o24" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/21", "resource": { "resourceType": "DiagnosticReport", "id": "21", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n </div>" }, "contained": [ { "resourceType": "Observation", "id": "o1", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2951-2", "display": "Sodium [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "104934005" } ] }, "subject": { "reference": "Patient/4" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 143, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 137, "unit": "mmol/L" }, "high": { "value": 147, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o2", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2823-3", "display": "Potassium [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "59573005" } ] }, "subject": { "reference": "Patient/4" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 4.3, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 3.5, "unit": "mmol/L" }, "high": { "value": 5, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o3", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2075-0", "display": "Chloride [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "46511006" } ] }, "subject": { "reference": "Patient/4" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 108, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 96, "unit": "mmol/L" }, "high": { "value": 109, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o4", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1963-8", "display": "Bicarbonate [Moles/volume] in Serum" }, { "system": "http://snomed.info/sct", "code": "88645003" } ] }, "subject": { "reference": "Patient/4" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 25, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 25, "unit": "mmol/L" }, "high": { "value": 33, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o5", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1863-0", "display": "Anion gap 4 in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "271057005" } ] }, "subject": { "reference": "Patient/4" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 14, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 4, "unit": "mmol/L" }, "high": { "value": 17, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o6", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14749-6", "display": "Glucose [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "36048009" } ] }, "subject": { "reference": "Patient/4" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 4.3, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 3, "unit": "mmol/L" }, "high": { "value": 7.7, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o7", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14937-7", "display": "Urea nitrogen [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "273967009" } ] }, "subject": { "reference": "Patient/4" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 4.6, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 2, "unit": "mmol/L" }, "high": { "value": 7, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o8", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14682-9", "display": "Creatinine [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "70901006" } ] }, "subject": { "reference": "Patient/4" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 0.06, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 0.04, "unit": "mmol/L" }, "high": { "value": 0.11, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o9", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14933-6", "display": "Urate [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "86228006" } ] }, "subject": { "reference": "Patient/4" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 0.41, "unit": "mmol/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "HH" } ] }, "referenceRange": [ { "low": { "value": 0.14, "unit": "mmol/L" }, "high": { "value": 0.35, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o10", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14631-6", "display": "Bilirubin.total [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "27171005" } ] }, "subject": { "reference": "Patient/4" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 27, "unit": "umol/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "H" } ] }, "referenceRange": [ { "low": { "value": 2, "unit": "umol/L" }, "high": { "value": 20, "unit": "umol/L" } } ] }, { "resourceType": "Observation", "id": "o11", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "6768-6", "display": "Alkaline phosphatase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "88810008" } ] }, "subject": { "reference": "Patient/4" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 631, "unit": "U/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "HH" } ] }, "referenceRange": [ { "low": { "value": 30, "unit": "U/L" }, "high": { "value": 115, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o12", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2324-2", "display": "Gamma glutamyl transferase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "69480007" } ] }, "subject": { "reference": "Patient/4" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 956, "unit": "U/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "HH" } ] }, "referenceRange": [ { "low": { "value": 0, "unit": "U/L" }, "high": { "value": 45, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o13", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1742-6", "display": "Alanine aminotransferase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "34608000" } ] }, "subject": { "reference": "Patient/4" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 398, "unit": "U/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "HH" } ] }, "referenceRange": [ { "low": { "value": 0, "unit": "U/L" }, "high": { "value": 45, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o14", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1920-8", "display": "Aspartate aminotransferase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "45896001" } ] }, "subject": { "reference": "Patient/4" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 120, "unit": "U/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "HH" } ] }, "referenceRange": [ { "low": { "value": 0, "unit": "U/L" }, "high": { "value": 41, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o15", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2532-0", "display": "Lactate dehydrogenase [Enzymatic activity/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "11274001" } ] }, "subject": { "reference": "Patient/4" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 243, "unit": "U/L" }, "referenceRange": [ { "low": { "value": 80, "unit": "U/L" }, "high": { "value": 250, "unit": "U/L" } } ] }, { "resourceType": "Observation", "id": "o16", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2000-8", "display": "Calcium [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "71878006" } ] }, "subject": { "reference": "Patient/4" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 2.33, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 2.25, "unit": "mmol/L" }, "high": { "value": 2.65, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o17", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "13959-2", "display": "Calcium.ionized [Moles/volume] in Serum or Plasma by calculation" }, { "system": "http://snomed.info/sct", "code": "166708003" } ] }, "subject": { "reference": "Patient/4" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 2.52, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 2.25, "unit": "mmol/L" }, "high": { "value": 2.65, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o18", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14879-1", "display": "Phosphate [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "104866001" } ] }, "subject": { "reference": "Patient/4" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 1.2, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 0.8, "unit": "mmol/L" }, "high": { "value": 1.5, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o19", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2885-2", "display": "Protein [Mass/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "74040009" } ] }, "subject": { "reference": "Patient/4" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 71, "unit": "g/L" }, "referenceRange": [ { "low": { "value": 60, "unit": "g/L" }, "high": { "value": 82, "unit": "g/L" } } ] }, { "resourceType": "Observation", "id": "o20", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "1751-7", "display": "Albumin [Mass/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "104485008" } ] }, "subject": { "reference": "Patient/4" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 36, "unit": "g/L" }, "referenceRange": [ { "low": { "value": 35, "unit": "g/L" }, "high": { "value": 50, "unit": "g/L" } } ] }, { "resourceType": "Observation", "id": "o21", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "10834-0", "display": "Globulin [Mass/volume] in Serum by calculation" }, { "system": "http://snomed.info/sct", "code": "104979009" } ] }, "subject": { "reference": "Patient/4" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 35, "unit": "g/L" }, "referenceRange": [ { "low": { "value": 20, "unit": "g/L" }, "high": { "value": 40, "unit": "g/L" } } ] }, { "resourceType": "Observation", "id": "o22", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14798-3", "display": "Iron [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "42950004" } ] }, "subject": { "reference": "Patient/4" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 39, "unit": "umol/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "H" } ] }, "referenceRange": [ { "low": { "value": 10, "unit": "umol/L" }, "high": { "value": 33, "unit": "umol/L" } } ] }, { "resourceType": "Observation", "id": "o23", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14647-2", "display": "Cholesterol [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "77068002" } ] }, "subject": { "reference": "Patient/4" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 6.8, "unit": "mmol/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "H" } ] }, "referenceRange": [ { "low": { "value": 3.6, "unit": "mmol/L" }, "high": { "value": 6.7, "unit": "mmol/L" } } ] }, { "resourceType": "Observation", "id": "o24", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "14927-8", "display": "Triglyceride [Moles/volume] in Serum or Plasma" }, { "system": "http://snomed.info/sct", "code": "104784006" } ] }, "subject": { "reference": "Patient/4" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 1.5, "unit": "mmol/L" }, "referenceRange": [ { "low": { "value": 0.3, "unit": "mmol/L" }, "high": { "value": 4, "unit": "mmol/L" } } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "5234342" } ], "status": "final", "code": { "text": "SERUM CHEMISTRY" }, "subject": { "reference": "Patient/4" }, "effectiveDateTime": "2004-12-05T07:15:17Z", "issued": "2005-02-23T10:04:01Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "result": [ { "reference": "#o1" }, { "reference": "#o2" }, { "reference": "#o3" }, { "reference": "#o4" }, { "reference": "#o5" }, { "reference": "#o6" }, { "reference": "#o7" }, { "reference": "#o8" }, { "reference": "#o9" }, { "reference": "#o10" }, { "reference": "#o11" }, { "reference": "#o12" }, { "reference": "#o13" }, { "reference": "#o14" }, { "reference": "#o15" }, { "reference": "#o16" }, { "reference": "#o17" }, { "reference": "#o18" }, { "reference": "#o19" }, { "reference": "#o20" }, { "reference": "#o21" }, { "reference": "#o22" }, { "reference": "#o23" }, { "reference": "#o24" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/25", "resource": { "resourceType": "DiagnosticReport", "id": "25", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n </div>" }, "contained": [ { "resourceType": "Observation", "id": "o1", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "11475-1", "display": "Microorganism identified in Unspecified specimen by Culture" } ] }, "subject": { "reference": "Patient/5" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueCodeableConcept": { "text": "KLEBSIELLA PNEUMONIAE" } }, { "resourceType": "Observation", "id": "o2", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "43161-9", "display": "Microorganism [#/volume] in Unspecified specimen by Viability count" } ] }, "subject": { "reference": "Patient/5" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 20000, "unit": "CFU/ML" } }, { "resourceType": "Observation", "id": "o3", "status": "final", "code": { "coding": [ { "system": "http://example.org/local", "code": "AMS", "display": "AMPICILLIN/SULBACTAM" } ] }, "subject": { "reference": "Patient/5" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 4, "unit": "U" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "S" } ] } }, { "resourceType": "Observation", "id": "o4", "status": "final", "code": { "coding": [ { "system": "http://example.org/local", "code": "AM", "display": "AMPICILLIN" } ] }, "subject": { "reference": "Patient/5" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 16, "unit": "U" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "R" } ] } }, { "resourceType": "Observation", "id": "o5", "status": "final", "code": { "coding": [ { "system": "http://example.org/local", "code": "ATM", "display": "AZTREONAM" } ] }, "subject": { "reference": "Patient/5" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 1, "comparator": "<=", "unit": "U" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "S" } ] } }, { "resourceType": "Observation", "id": "o6", "status": "final", "code": { "coding": [ { "system": "http://example.org/local", "code": "CFZ", "display": "CEFAZOLIN" } ] }, "subject": { "reference": "Patient/5" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 4, "comparator": "<=", "unit": "U" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "S" } ] } }, { "resourceType": "Observation", "id": "o7", "status": "final", "code": { "coding": [ { "system": "http://example.org/local", "code": "FEP", "display": "CEFEPIME" } ] }, "subject": { "reference": "Patient/5" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 1, "comparator": "<=", "unit": "U" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "S" } ] } }, { "resourceType": "Observation", "id": "o8", "status": "final", "code": { "coding": [ { "system": "http://example.org/local", "code": "CTN", "display": "CEFOTETAN" } ] }, "subject": { "reference": "Patient/5" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 4, "comparator": "<=", "unit": "U" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "S" } ] } }, { "resourceType": "Observation", "id": "o9", "status": "final", "code": { "coding": [ { "system": "http://example.org/local", "code": "TAZ", "display": "CEFTAZIDIME" } ] }, "subject": { "reference": "Patient/5" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 1, "comparator": "<=", "unit": "U" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "S" } ] } }, { "resourceType": "Observation", "id": "o10", "status": "final", "code": { "coding": [ { "system": "http://example.org/local", "code": "CRO", "display": "CEFTRIAXONE" } ] }, "subject": { "reference": "Patient/5" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 1, "comparator": "<=", "unit": "U" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "S" } ] } }, { "resourceType": "Observation", "id": "o11", "status": "final", "code": { "coding": [ { "system": "http://example.org/local", "code": "CIPRO", "display": "CIPROFLOXACIN" } ] }, "subject": { "reference": "Patient/5" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 0.25, "comparator": "<=", "unit": "U" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "S" } ] } }, { "resourceType": "Observation", "id": "o12", "status": "final", "code": { "coding": [ { "system": "http://example.org/local", "code": "GM", "display": "GENTAMICIN" } ] }, "subject": { "reference": "Patient/5" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 1, "comparator": "<=", "unit": "U" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "S" } ] } }, { "resourceType": "Observation", "id": "o13", "status": "final", "code": { "coding": [ { "system": "http://example.org/local", "code": "IPM", "display": "IMIPENEM" } ] }, "subject": { "reference": "Patient/5" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 1, "comparator": "<=", "unit": "U" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "S" } ] } }, { "resourceType": "Observation", "id": "o14", "status": "final", "code": { "coding": [ { "system": "http://example.org/local", "code": "LVX", "display": "LEVOFLOXACIN" } ] }, "subject": { "reference": "Patient/5" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 0.25, "comparator": "<=", "unit": "U" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "S" } ] } }, { "resourceType": "Observation", "id": "o15", "status": "final", "code": { "coding": [ { "system": "http://example.org/local", "code": "NIT", "display": "NITROFURANTOIN" } ] }, "subject": { "reference": "Patient/5" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 32, "unit": "U" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "S" } ] } }, { "resourceType": "Observation", "id": "o16", "status": "final", "code": { "coding": [ { "system": "http://example.org/local", "code": "PTZ", "display": "PIPERACILLIN/TAZOBAC" } ] }, "subject": { "reference": "Patient/5" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 4, "comparator": "<=", "unit": "U" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "S" } ] } }, { "resourceType": "Observation", "id": "o17", "status": "final", "code": { "coding": [ { "system": "http://example.org/local", "code": "TRSUV", "display": "TRIMETH/SULFA" } ] }, "subject": { "reference": "Patient/5" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 20, "comparator": "<=", "unit": "U" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "S" } ] } }, { "resourceType": "Observation", "id": "o18", "status": "final", "code": { "coding": [ { "system": "http://example.org/local", "code": "TOB", "display": "TOBRAMYCIN" } ] }, "subject": { "reference": "Patient/5" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 1, "comparator": "<=", "unit": "U" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "S" } ] } } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "5234342" } ], "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "18769-0", "display": "Microbial susceptibility tests Set" } ] }, "subject": { "reference": "Patient/5" }, "effectiveDateTime": "2005-11-07T21:44:17Z", "issued": "2005-11-07T23:38:01Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "specimen": [ { "display": "URINE, CLEAN CATCH/MIDSTREAM" } ], "result": [ { "reference": "#o1" }, { "reference": "#o2" }, { "reference": "#o3" }, { "reference": "#o4" }, { "reference": "#o5" }, { "reference": "#o6" }, { "reference": "#o7" }, { "reference": "#o8" }, { "reference": "#o9" }, { "reference": "#o10" }, { "reference": "#o11" }, { "reference": "#o12" }, { "reference": "#o13" }, { "reference": "#o14" }, { "reference": "#o15" }, { "reference": "#o16" }, { "reference": "#o17" }, { "reference": "#o18" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/26", "resource": { "resourceType": "DiagnosticReport", "id": "26", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n </div>" }, "contained": [ { "resourceType": "Observation", "id": "o1", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "20507-0", "display": "Reagin Ab [Presence] in Serum by RPR" } ] }, "subject": { "reference": "Patient/6" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueString": "Non-reactive" } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "5234342" } ], "status": "final", "code": { "coding": [ { "system": "http://acme.com/labs/reports", "code": "142080", "display": "Rapid Plasma Reagin" } ], "text": "RPR" }, "subject": { "reference": "Patient/6" }, "effectiveDateTime": "2005-03-07T14:02:17Z", "issued": "2005-03-07T14:02:01Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "result": [ { "reference": "#o1" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/27", "resource": { "resourceType": "DiagnosticReport", "id": "27", "meta": { "lastUpdated": "2012-05-23T14:27:01Z" }, "text": { "status": "generated", "div": "<div>\n \n \n <table>\n \n \n <tr>\n \n \n <td>hsCRP</td>\n \n \n <td>2.8</td>\n \n \n <td>mg/L</td>\n \n \n <td>1.0-3.0</td>\n \n \n </tr>\n \n \n </table>\n \n \n </div>" }, "contained": [ { "resourceType": "Observation", "id": "o1", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "30522-7", "display": "C reactive protein [Mass/volume] in Serum or Plasma by High sensitivity method" }, { "system": "http://snomed.info/sct", "code": "55235003" } ], "text": "hsCRP" }, "subject": { "reference": "Patient/1" }, "performer": [ { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } ], "valueQuantity": { "value": 2.8, "unit": "mg/L" }, "referenceRange": [ { "low": { "value": 1, "unit": "mg/L" }, "high": { "value": 3, "unit": "mg/L" } } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "23412355" } ], "status": "final", "code": { "coding": [ { "system": "http://acme.com/labs/reports", "code": "bchem2", "display": "Specialist Biochemistry" } ] }, "subject": { "reference": "Patient/1" }, "effectiveDateTime": "2012-05-21T10:45:00Z", "issued": "2012-05-23T14:27:01Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "result": [ { "reference": "#o1" } ] } } ] }; var example199: fhir.Bundle = { "entry": [ { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/103", "resource": { "code": { "text": "Routine Coagulation" }, "contained": [ { "id": "req", "reason": [ { "text": "Automatic Request Registration" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/112" } } ], "effectiveDateTime": "2012-04-05T23:30:00Z", "id": "103", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986932-16258709" } ], "issued": "2012-04-06T00:38:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/112" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z168748 Z968634 Z986932\n Date: 10/12/02 05/04/12 05/04/12\n Time: 16:00 11:15 23:30 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 1.1 * * 0.8-1.3\nAPTT 26 * * secs 23-36\nFibrinogen 8.1H * * g/L 2.0-5.0\n\n12Z968932 05/04/12 23:30\nComment: Please note specimen clotted. Ward notified.\n\n12Z968634 05/04/12 11:15\nComment: * Specimen clotted.\n\nAPTT Therapeutic range for IV Heparin therapy = 60-85 seconds\nFrom 9.12.2010 APTT normal range 23 - 36 seconds.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/104", "resource": { "code": { "text": "FBE & Routine Haem" }, "effectiveDateTime": "2012-04-05T23:30:00Z", "id": "104", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968932-16258708" } ], "issued": "2012-04-05T23:59:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/112" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z916580 Z661921 Z766455 Z986634 Z968932\n Date: 09/10/06 26/03/07 28/09/07 05/04/12 05/04/12\n Time: 09:25 10:10 08:45 11:15 23:30 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 130 119 121 136 129 g/L 115-150\nWCC 6.1 5.5 6.0 8.9 8.6 x10^9/L 4.0-11.0\nPLT 263 237 264 * 213 x10^9/L 140-400\nRCC 4.92 4.41 4.58 4.63 4.42 x10^12/L 3.80-5.10\nPCV 0.39 0.35 0.36 0.39 0.38 L/L 0.35-0.45\nMCV 79.3L 79.7L 79.3L 84.6 86.0 fL 80.0-96.0\nMCH 26.5L 26.8L 26.3L 29.3 29.3 pg 27.0-33.0\nMCHC 334 337 332 346 341 g/L 320-360\nRDW 15.1H 15.5H 15.2H 13.7 14.0 % 11.0-15.0\nWhite Cell Differential\nNeut 3.8 2.9 3.4 6.7 6.2 x10^9/L 2.0-8.0\nLymph 1.6 2.0 2.0 1.5 1.5 x10^9/L 1.2-4.0\nMono 0.4 0.5 0.5 0.6 0.8 x10^9/L 0.1-1.0\nEos 0.2 0.0 0.1 0.0 0.0 x10^9/L 0.0-0.5\nBaso 0.0 0.0 0.0 0.0 0.1 x10^9/L 0.0-0.1\n\n07Z661921 26/03/07 10:10\nFilm Comment : Film scanned.\n\n12Z986634 05/04/12 11:15\nFilm Comment : Platelets are clumped, but appear adequate in number. Red\n cells are mainly normocytic normochromic with mild\n rouleaux. White cells appear normal.\nComment: *PLEASE NOTE AMENDED REPORT*\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/105", "resource": { "code": { "text": "Blood Gas" }, "contained": [ { "id": "req", "reason": [ { "text": "Automatic Request Registration" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/113" } } ], "effectiveDateTime": "2012-04-05T23:55:00Z", "id": "105", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z561369-16258707" } ], "issued": "2012-04-05T23:57:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/113" }, "text": { "div": "<div>\n \n <pre>\nRequest No: Z516369\n Date: 05/04/12 Arterial\n Time: 23:55 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 Deg. C\npH 7.38 7.35-7.45\npCO2 55H mmHg 35-45\nBase Excess 7.1H mmol/L -3.0/3.0\npO2 30L mmHg 75-100\nO2 Sat 41L % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 4.3 mmol/L 3.5-5.5\nSodium 141 mmol/L 135-145\n\nBLOOD CO-OXIMETRY\nTotal Hb 145 g/L 130-170\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/106", "resource": { "code": { "text": "Special Coagulation" }, "effectiveDateTime": "2012-04-05T23:40:00Z", "id": "106", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968942-16258706" } ], "issued": "2012-04-06T00:23:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/114" }, "text": { "div": "<div>\n \n <pre>\nAnti-Factor Xa Assay (Plasma)\nHeparin Level by Anti-Xa 0.03 U/mL\n\nAnti-Factor Xa Comment:\n Reference range for Anti-Xa level depends upon route, time, dose and\n reason for anticoagulation.\n Therapeutic anticoagulation with LMWH (such as Enoxaparin) generally does\n not require routine monitoring. However, anti-Xa levels are recommended\n for patients on LMWH requiring dose adjustment in settings of (1) renal\n impairment, (2) obesity and (3) pregnancy. To assist interpretation of\n therapeutic ranges, anti-Xa levels should be collected four hours after\n the third dose. For less common indications such a patients at high risk\n of bleeding, and interpretation of results, please contact the on-call\n laboratory Haematology registrar or Haematologist via ACME switchboard.\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/107", "resource": { "code": { "text": "Routine Coagulation" }, "effectiveDateTime": "2012-04-05T23:40:00Z", "id": "107", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986942-16258705" } ], "issued": "2012-04-06T00:19:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/114" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z968427 Z968448 Z986671 Z968774 Z968942\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12\n Time: 03:30 05:10 09:10 17:02 23:40 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 1.7H 1.7H 0.8-1.3\nAPTT 31 31 27 31 35 secs 23-36\nFibrinogen 1.9L 1.8L g/L 2.0-5.0\n\nAPTT Therapeutic range for IV Heparin therapy = 60-85 seconds\nFrom 9.12.2010 APTT normal range 23 - 36 seconds.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/108", "resource": { "code": { "text": "Routine Coagulation" }, "effectiveDateTime": "2012-04-05T23:10:00Z", "id": "108", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968972-16258704" } ], "issued": "2012-04-06T00:19:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/115" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z466872 Z864523 Z560485 Z896274 Z968972\n Date: 08/01/09 08/01/09 17/02/09 19/02/09 05/04/12\n Time: 08:10 09:34 15:30 06:00 23:10 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR * 1.0 0.8 0.9 1.0 0.8-1.3\nAPTT * 23L 25 25 24 secs 23-36\nFibrinogen * 3.5 2.9 3.3 5.3H g/L 2.0-5.0\n\n09Z466872 08/01/09 08:10\nComment: * Note: unsuitable specimen - tube underfilled. Please\n fill coag. tubes to the blue line.\n\nAPTT Therapeutic range for IV Heparin therapy = 60-85 seconds\nFrom 9.12.2010 APTT normal range 23 - 36 seconds.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/109", "resource": { "code": { "text": "General Biochemistry" }, "effectiveDateTime": "2012-04-05T23:10:00Z", "id": "109", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986972-16258703" } ], "issued": "2012-04-06T00:39:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/115" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 141 mmol/L ( 135-145 )\nPotassium 3.9 mmol/L ( 3.5-5.5 )\nChloride 108 mmol/L ( 95-110 )\nHCO3 25 mmol/L ( 22-30 )\nCreatinine 62 umol/L ( 64-104 )\n (Creatinine) 0.062 mmol/L ( 0.05-0.11)\nUrea 6.3 mmol/L ( 2.5-8.3 )\n eGFR >90 ( SEE-BELOW)\nCalcium 2.40 mmol/L ( 2.10-2.60)\nPhosphate 1.74 mmol/L ( 0.8-1.5 )\nMagnesium 0.87 mmol/L ( 0.7-1.1 )\nAlbumin 32 g/L ( 35-50 )\nTroponin I 24.15 ug/L (See Below )\nCK 828 IU/L ( <175 )\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/110", "resource": { "code": { "text": "Endo / Nutrition" }, "effectiveDateTime": "2012-04-05T23:10:00Z", "id": "110", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968972-16258702" } ], "issued": "2012-04-06T05:49:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/115" }, "text": { "div": "<div>\n \n <pre>\nTHYROID FUNCTION\nFree T4 75.1 H pmol/L ( 9.0-26.0 )\nFree T3 14.9 H pmol/L ( 3.5-6.5 )\nTSH 0.01 L mIU/L ( 0.1-4.0 )\n\n\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/111", "resource": { "code": { "text": "FBE & Routine Haem" }, "effectiveDateTime": "2012-04-05T23:10:00Z", "id": "111", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968972-16258701" } ], "issued": "2012-04-05T23:59:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/115" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z466872 Z560485 Z869274 Z676769 Z968972\n Date: 08/01/09 17/02/09 19/02/09 24/01/12 05/04/12\n Time: 08:10 15:30 06:00 15:50 23:10 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 159 143 144 149 132 g/L 130-170\nWCC 7.3 6.5 7.1 7.6 6.9 x10^9/L 4.0-11.0\nPLT 231 241 220 225 227 x10^9/L 140-400\nRCC 4.96 4.54 4.54 4.68 4.17L x10^12/L 4.50-5.70\nPCV 0.46 0.42 0.42 0.43 0.38L L/L 0.40-0.50\nMCV 92.9 92.7 92.3 92.4 91.7 fL 80.0-96.0\nMCH 32.1 31.5 31.6 31.8 31.8 pg 27.0-33.0\nMCHC 345 340 343 344 346 g/L 320-360\nRDW 12.8 13.3 13.7 13.3 12.4 % 11.0-15.0\nWhite Cell Differential\nNeut 4.6 3.3 4.5 4.0 3.7 x10^9/L 2.0-8.0\nLymph 1.9 2.4 1.8 2.7 2.1 x10^9/L 1.2-4.0\nMono 0.5 0.5 0.6 0.6 0.8 x10^9/L 0.1-1.0\nEos 0.2 0.3 0.2 0.2 0.3 x10^9/L 0.0-0.5\nBaso 0.1 0.0 0.0 0.0 0.0 x10^9/L 0.0-0.1\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/112", "resource": { "code": { "text": "General Biochemistry" }, "contained": [ { "id": "req", "reason": [ { "text": "Infected Tendon Sheath" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/116" } } ], "effectiveDateTime": "2012-04-05T23:30:00Z", "id": "112", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968922-16258699" } ], "issued": "2012-04-05T23:30:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/116" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 141 mmol/L ( 135-145 )\nPotassium 3.6 mmol/L ( 3.5-5.5 )\nChloride 109 mmol/L ( 95-110 )\nHCO3 23 mmol/L ( 22-30 )\nCreatinine 66 umol/L ( 49-90 )\n (Creatinine) 0.066 mmol/L ( 0.05-0.09)\nUrea 4.0 mmol/L ( 2.5-8.3 )\n eGFR 76 ( SEE-BELOW)\nC-React Prot 152 mg/L ( <5 )\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/113", "resource": { "code": { "text": "FBE & Routine Haem" }, "contained": [ { "id": "req", "reason": [ { "text": "Infected Tendon Sheath" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/116" } } ], "effectiveDateTime": "2012-04-05T23:30:00Z", "id": "113", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968922-16258698" } ], "issued": "2012-04-05T23:30:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/116" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z986922\n Date: 05/04/12\n Time: 23:30 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 123 g/L 115-150\nWCC 9.7 x10^9/L 4.0-11.0\nPLT 217 x10^9/L 140-400\nRCC 3.93 x10^12/L 3.80-5.10\nPCV 0.36 L/L 0.35-0.45\nMCV 91.1 fL 80.0-96.0\nMCH 31.3 pg 27.0-33.0\nMCHC 344 g/L 320-360\nRDW 13.2 % 11.0-15.0\nWhite Cell Differential\nNeut 7.2 x10^9/L 2.0-8.0\nLymph 1.9 x10^9/L 1.2-4.0\nMono 0.6 x10^9/L 0.1-1.0\nEos 0.0 x10^9/L 0.0-0.5\nBaso 0.0 x10^9/L 0.0-0.1\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/114", "resource": { "code": { "text": "General Biochemistry" }, "contained": [ { "id": "req", "reason": [ { "text": "Post Tx" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/117" } } ], "effectiveDateTime": "2012-04-05T22:40:00Z", "id": "114", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968991-16258697" } ], "issued": "2012-04-06T00:31:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/117" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 136 mmol/L ( 135-145 )\nPotassium 3.8 mmol/L ( 3.5-5.5 )\nChloride 108 mmol/L ( 95-110 )\nHCO3 23 mmol/L ( 22-30 )\nCreatinine 117 umol/L ( 64-104 )\n (Creatinine) 0.117 mmol/L ( 0.05-0.11)\nUrea 10.0 mmol/L ( 2.5-8.3 )\n eGFR 53 ( SEE-BELOW)\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/115", "resource": { "code": { "text": "FBE & Routine Haem" }, "contained": [ { "id": "req", "reason": [ { "text": "Post Tx" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/117" } } ], "effectiveDateTime": "2012-04-05T22:40:00Z", "id": "115", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986991-16258696" } ], "issued": "2012-04-05T23:53:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/117" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z968331 Z968584 Z986666 Z968991\n Date: 04/04/12 05/04/12 05/04/12 05/04/12\n Time: 19:45 04:35 12:05 22:40 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 76L 81L 86L 80L g/L 130-170\nWCC 10.6 9.0 11.1H 8.1 x10^9/L 4.0-11.0\nPLT 177 155 141 207 x10^9/L 140-400\nRCC 2.24L 2.39L 2.51L 2.37L x10^12/L 4.50-5.70\nPCV 0.22L 0.23L 0.24L 0.23L L/L 0.40-0.50\nMCV 98.6H 96.4H 96.9H 96.3H fL 80.0-96.0\nMCH 33.7H 34.0H 34.1H 33.9H pg 27.0-33.0\nMCHC 342 352 352 352 g/L 320-360\nRDW 15.8H 16.3H 16.8H 17.5H % 11.0-15.0\nWhite Cell Differential\nNeut 7.8 6.8 9.8H 6.3 x10^9/L 2.0-8.0\nLymph 1.1L 1.1L 0.7L 0.9L x10^9/L 1.2-4.0\nMono 0.6 0.8 0.7 0.7 x10^9/L 0.1-1.0\nEos 0.1 0.2 0.0 0.2 x10^9/L 0.0-0.5\nBaso 0.0 0.0 0.0 0.0 x10^9/L 0.0-0.1\nBands 0.8H x10^9/L 0.0-0.5\nMeta 0.1H x10^9/L 0.0\nNRBC 1H /100WBCs 0\nNRBC Abs 0.1H x10^9/L 0\n\n12Z968331 04/04/12 19:45\nFilm Comment : Red cells show moderate polychromasia with occasional\n nucleated red cells.\n Mild neutrophilia with moderate left shift and toxic\n changes. Manual differential.\n Platelets appear normal.\nConclusion: In keeping with stated history of acute blood loss.\n Infection / inflammation cannot be excluded. Suggest\n clinical correlation and follow up FBE.\nComment: Film reviewed by Dr Radio Xray - Haematology\n Registrar\n\n12Z986584 05/04/12 04:35\nComment: Please note rise in haemoglobin since the last\n examination. ? Consistent with post blood transfusion.\n\n12Z968666 05/04/12 12:05\nFilm Comment : Mild neutrophilia with mild toxic changes. Manual\n differential. Red cells are mildly macrocytic with some\n target cells and polychromatic cells. Platelets appear\n normal.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/116", "resource": { "code": { "text": "Routine Coagulation" }, "effectiveDateTime": "2012-04-05T19:50:00Z", "id": "116", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986912-16258695" } ], "issued": "2012-04-06T00:22:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/118" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z362693 Z763647 Z886473 Z461534 Z968912\n Date: 08/02/12 15/02/12 15/02/12 29/02/12 05/04/12\n Time: 20:20 14:15 16:37 12:20 19:50 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 1.3 * 1.2 1.2 * 0.8-1.3\nAPTT 28 * 26 27 * secs 23-36\nFibrinogen 6.5H * 4.6 6.3H * g/L 2.0-5.0\n\n12Z986912 05/04/12 19:50\nComment: Please note specimen clotted. Ward notified.\n\n12Z763647 15/02/12 14:15\nComment: * Specimen clotted. Suggest repeat. Ward notified.\n\nAPTT Therapeutic range for IV Heparin therapy = 60-85 seconds\nFrom 9.12.2010 APTT normal range 23 - 36 seconds.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/117", "resource": { "code": { "text": "General Biochemistry" }, "effectiveDateTime": "2012-04-05T19:50:00Z", "id": "117", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986912-16258694" } ], "issued": "2012-04-06T01:03:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/118" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 137 mmol/L ( 135-145 )\nPotassium 6.1 mmol/L ( 3.5-5.5 )\nChloride 106 mmol/L ( 95-110 )\nHCO3 20 mmol/L ( 22-30 )\nCreatinine 193 umol/L ( 49-90 )\n (Creatinine) 0.193 mmol/L ( 0.05-0.09)\nUrea 19.8 mmol/L ( 2.5-8.3 )\n eGFR 22 ( SEE-BELOW)\n\nComment: The Potassium result has been checked.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/118", "resource": { "code": { "text": "FBE & Routine Haem" }, "effectiveDateTime": "2012-04-05T19:50:00Z", "id": "118", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968912-16258693" } ], "issued": "2012-04-05T23:54:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/118" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z963032 Z346840 Z963807 Z963931 Z986912\n Date: 26/03/12 02/04/12 03/04/12 05/04/12 05/04/12\n Time: 09:15 10:10 09:15 08:10 19:50 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 82L 80L 80L 92L 80L g/L 115-150\nWCC 10.1 12.1H 10.5 13.0H 8.1 x10^9/L 4.0-11.0\nPLT 553H 554H 596H 683H 578H x10^9/L 140-400\nRCC 3.13L 3.11L 3.11L 3.57L 3.17L x10^12/L 3.80-5.10\nPCV 0.24L 0.24L 0.24L 0.27L 0.24L L/L 0.35-0.45\nMCV 76.9L 76.7L 76.3L 76.0L 76.3L fL 80.0-96.0\nMCH 26.3L 25.8L 25.6L 25.8L 25.2L pg 27.0-33.0\nMCHC 343 336 336 340 331 g/L 320-360\nRDW 16.0H 16.3H 15.8H 16.4H 16.4H % 11.0-15.0\nWhite Cell Differential\nNeut 7.4 9.5H 8.3H 10.7H 6.3 x10^9/L 2.0-8.0\nLymph 1.5 1.5 1.2 1.5 1.3 x10^9/L 1.2-4.0\nMono 0.6 0.6 0.4 0.5 0.4 x10^9/L 0.1-1.0\nEos 0.5 0.5 0.6H 0.1 0.1 x10^9/L 0.0-0.5\nBaso 0.1 0.0 0.1 0.1 0.1 x10^9/L 0.0-0.1\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/119", "resource": { "code": { "text": "Blood Gas" }, "contained": [ { "id": "req", "reason": [ { "text": "Automatic Request Registration" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/119" } } ], "effectiveDateTime": "2012-04-05T23:31:00Z", "id": "119", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z516269-16258691" } ], "issued": "2012-04-05T23:35:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/119" }, "text": { "div": "<div>\n \n <pre>\nRequest No: Z561960 Z561162 Z516464 Z561266 Z561269\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12 Arterial\n Time: 14:05 14:50 17:35 20:21 23:31 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 37.0 37.0 37.0 Deg. C\npH * 7.38 7.36 7.39 7.41 7.35-7.45\npCO2 37 38 35 37 36 mmHg 35-45\nHCO3(Std) 23 20L 22 23 mmol/L 22.0-30.0\nBase Excess -2.1 -5.0L -2.5 -1.8 mmol/L -3.0/3.0\npO2 113H 203H 89 102H 99 mmHg 75-100\nO2 Sat 99 100 97 98 98 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 4.0 4.3 4.1 4.1 4.1 mmol/L 3.5-5.5\nSodium 139 138 139 138 140 mmol/L 135-145\nChloride 108 109 109 109 109 mmol/L 95-110\niCa++ 1.10L 1.09L 1.09L 1.11L 1.14 mmol/L 1.12-1.30\nGlucose 8.3H 7.4 8.7H 8.1H 6.1 mmol/L 3.6-7.7\nLactate 1.2 1.5 1.6 1.2 1.1 mmol/L 0.2-1.8\n\nBLOOD CO-OXIMETRY\nTotal Hb 89L 90L 86L 87L 87L g/L 130-170\nReduced Hb 1.4 0.4 3.0 1.9 1.8 % 0-5\nCarbOxy Hb 1.8H 1.5 1.7H 1.6H 1.7H % 0.5-1.5\nMeth Hb 1.7H 1.1 1.5 1.1 1.4 % 0-1.5\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/120", "resource": { "code": { "text": "General Biochemistry" }, "effectiveDateTime": "2012-04-05T23:21:00Z", "id": "120", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968941-16258690" } ], "issued": "2012-04-06T00:11:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/110" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 138 mmol/L ( 135-145 )\nPotassium 4.8 mmol/L ( 3.5-5.5 )\nChloride 106 mmol/L ( 95-110 )\nHCO3 23 mmol/L ( 22-30 )\nCreatinine 153 umol/L ( 64-104 )\n (Creatinine) 0.153 mmol/L ( 0.05-0.11)\nUrea 10.0 mmol/L ( 2.5-8.3 )\n eGFR 40 ( SEE-BELOW)\nTroponin I <0.02 ug/L (See Below )\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/121", "resource": { "code": { "text": "FBE & Routine Haem" }, "effectiveDateTime": "2012-04-05T23:21:00Z", "id": "121", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986941-16258689" } ], "issued": "2012-04-06T08:59:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/110" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z568494 Z068305 R099045 Z826677 Z968941\n Date: 02/07/10 14/09/10 02/02/11 07/02/12 05/04/12\n Time: 15:25 08:50 09:00 10:54 23:21 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 127L 126L 123L 123L 110L g/L 130-170\nWCC 5.7 5.1 8.9 5.3 x10^9/L 4.0-11.0\nPLT 141 140 189 132L x10^9/L 140-400\nRCC 3.74L 3.57L 3.79L 3.42L x10^12/L 4.50-5.70\nPCV 0.36L 0.35L 0.36L 0.32L L/L 0.40-0.50\nMCV 95.8 97.7H 93.7 92.5 fL 80.0-96.0\nMCH 33.8H 34.3H 32.3 32.3 pg 27.0-33.0\nMCHC 353 351 345 349 g/L 320-360\nRDW 13.9 13.5 14.8 14.9 % 11.0-15.0\nWhite Cell Differential\nNeut 3.5 3.1 5.4 3.5 x10^9/L 2.0-8.0\nLymph 1.8 1.5 2.4 1.3 x10^9/L 1.2-4.0\nMono 0.3 0.3 0.8 0.4 x10^9/L 0.1-1.0\nEos 0.2 0.1 0.3 0.1 x10^9/L 0.0-0.5\nBaso 0.0 0.0 0.0 0.0 x10^9/L 0.0-0.1\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/122", "resource": { "code": { "text": "General Biochemistry" }, "contained": [ { "id": "req", "reason": [ { "text": "Chest Pain" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/111" } } ], "effectiveDateTime": "2012-04-05T23:00:00Z", "id": "122", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986951-16258688" } ], "issued": "2012-04-06T00:12:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/111" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 141 mmol/L ( 135-145 )\nPotassium 4.0 mmol/L ( 3.5-5.5 )\nChloride 103 mmol/L ( 95-110 )\nHCO3 27 mmol/L ( 22-30 )\nCreatinine 78 umol/L ( 64-104 )\n (Creatinine) 0.078 mmol/L ( 0.05-0.11)\nUrea 5.4 mmol/L ( 2.5-8.3 )\n eGFR >90 ( SEE-BELOW)\nTroponin I <0.02 ug/L (See Below )\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/123", "resource": { "code": { "text": "FBE & Routine Haem" }, "contained": [ { "id": "req", "reason": [ { "text": "Chest Pain" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/111" } } ], "effectiveDateTime": "2012-04-05T23:00:00Z", "id": "123", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968951-16258687" } ], "issued": "2012-04-05T23:35:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/111" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z968951\n Date: 05/04/12\n Time: 23:00 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 133 g/L 130-170\nWCC 7.0 x10^9/L 4.0-11.0\nPLT 248 x10^9/L 140-400\nRCC 4.44L x10^12/L 4.50-5.70\nPCV 0.39L L/L 0.40-0.50\nMCV 87.4 fL 80.0-96.0\nMCH 30.0 pg 27.0-33.0\nMCHC 343 g/L 320-360\nRDW 12.7 % 11.0-15.0\nWhite Cell Differential\nNeut 4.0 x10^9/L 2.0-8.0\nLymph 2.2 x10^9/L 1.2-4.0\nMono 0.6 x10^9/L 0.1-1.0\nEos 0.2 x10^9/L 0.0-0.5\nBaso 0.1 x10^9/L 0.0-0.1\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/124", "resource": { "code": { "text": "Routine Coagulation" }, "contained": [ { "id": "req", "reason": [ { "text": "PR Bleed Hep C +ve" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/111" } } ], "effectiveDateTime": "2012-04-05T23:00:00Z", "id": "124", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968961-16258686" } ], "issued": "2012-04-06T00:02:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/111" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z964154 Z946710 Z965564 Z265492 Z986961\n Date: 04/03/12 05/03/12 19/03/12 20/03/12 05/04/12\n Time: 22:57 21:40 10:10 09:55 23:00 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 1.4H 1.3 1.2 1.2 1.3 0.8-1.3\nAPTT 30 29 29 secs 23-36\nFibrinogen 1.9L 2.2 2.0 g/L 2.0-5.0\n\n12Z964154 04/03/12 22:57\nComment: Please note mild hypofibrinogenaemia persists.\n\nAPTT Therapeutic range for IV Heparin therapy = 60-85 seconds\nFrom 9.12.2010 APTT normal range 23 - 36 seconds.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/125", "resource": { "code": { "text": "General Biochemistry" }, "contained": [ { "id": "req", "reason": [ { "text": "PR Bleed Hep C +ve" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/111" } } ], "effectiveDateTime": "2012-04-05T23:00:00Z", "id": "125", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968961-16258685" } ], "issued": "2012-04-06T00:44:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/111" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 136 mmol/L ( 135-145 )\nPotassium 4.4 mmol/L ( 3.5-5.5 )\nChloride 102 mmol/L ( 95-110 )\nHCO3 29 mmol/L ( 22-30 )\nCreatinine 62 umol/L ( 49-90 )\n (Creatinine) 0.062 mmol/L ( 0.05-0.09)\nUrea 11.7 mmol/L ( 2.5-8.3 )\n eGFR 78 ( SEE-BELOW)\nAlbumin 22 g/L ( 35-50 )\nAP 71 IU/L ( 30-120 )\nGGT 41 IU/L ( 10-65 )\nALT 76 IU/L ( <34 )\nAST 134 IU/L ( <31 )\nBili Total 17 umol/L ( <19 )\nProtein Total 63 g/L ( 65-85 )\nTroponin I 0.03 ug/L (See Below )\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/126", "resource": { "code": { "text": "General Biochemistry" }, "contained": [ { "id": "req", "reason": [ { "text": "PR Bleed Hep C +ve" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/111" } } ], "effectiveDateTime": "2012-04-05T23:00:00Z", "id": "126", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986961-16258685" } ], "issued": "2012-04-06T00:44:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/111" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 136 mmol/L ( 135-145 )\nPotassium 4.4 mmol/L ( 3.5-5.5 )\nChloride 102 mmol/L ( 95-110 )\nHCO3 29 mmol/L ( 22-30 )\nCreatinine 62 umol/L ( 49-90 )\n (Creatinine) 0.062 mmol/L ( 0.05-0.09)\nUrea 11.7 mmol/L ( 2.5-8.3 )\n eGFR 78 ( SEE-BELOW)\nAlbumin 22 g/L ( 35-50 )\nAP 71 IU/L ( 30-120 )\nGGT 41 IU/L ( 10-65 )\nALT 76 IU/L ( <34 )\nAST 134 IU/L ( <31 )\nBili Total 17 umol/L ( <19 )\nProtein Total 63 g/L ( 65-85 )\nTroponin I 0.03 ug/L (See Below )\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/127", "resource": { "code": { "text": "FBE & Routine Haem" }, "contained": [ { "id": "req", "reason": [ { "text": "PR Bleed Hep C +ve" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/111" } } ], "effectiveDateTime": "2012-04-05T23:00:00Z", "id": "127", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968961-16258684" } ], "issued": "2012-04-05T23:37:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/111" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z268321 Z386901 Z965931 Z965863 Z986961\n Date: 23/03/12 24/03/12 25/03/12 26/03/12 05/04/12\n Time: 10:35 11:10 09:35 10:50 23:00 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 127 124 120 110L 101L g/L 115-150\nWCC 4.9 4.7 4.2 3.7L 5.9 x10^9/L 4.0-11.0\nPLT 98L 93L 85L 77L 96L x10^9/L 140-400\nRCC 3.81 3.73L 3.62L 3.37L 2.93L x10^12/L 3.80-5.10\nPCV 0.37 0.36 0.35 0.33L 0.29L L/L 0.35-0.45\nMCV 96.7H 96.7H 96.8H 97.1H 98.0H fL 80.0-96.0\nMCH 33.3H 33.2H 33.3H 32.8 34.4H pg 27.0-33.0\nMCHC 345 343 344 338 351 g/L 320-360\nRDW 20.1H 21.2H 20.4H 20.4H 21.7H % 11.0-15.0\nWhite Cell Differential\nNeut 3.4 2.7 2.6 2.3 3.8 x10^9/L 2.0-8.0\nLymph 0.9L 1.3 1.0L 0.8L 1.4 x10^9/L 1.2-4.0\nMono 0.4 0.5 0.4 0.4 0.6 x10^9/L 0.1-1.0\nEos 0.1 0.1 0.1 0.1 0.1 x10^9/L 0.0-0.5\nBaso 0.0 0.1 0.0 0.0 0.0 x10^9/L 0.0-0.1\n\n12Z268321 23/03/12 10:35\nComment: Please note moderate thrombocytopenia persists. Instrument\n differential and parameters reported.\n\n12Z368901 24/03/12 11:10\nComment: Instrument differential and parameters reported.\n\n12Z956931 25/03/12 09:35\nComment: Note persistent thrombocytopenia. Instrument differential\n and parameters reported.\n\n12Z965863 26/03/12 10:50\nFilm Comment : Mild anaemia. Red cells show moderate anisocytosis with\n some macrocytes, occasional target cells and mild\n rouleaux. White cells are unremarkable. Moderate\n thrombocytopenia.\nComment: Please note moderate thrombocytopenia persists. Please\n note: no clinical details given.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/128", "resource": { "code": { "text": "General Biochemistry" }, "contained": [ { "id": "req", "reason": [ { "text": "Vomiting Diarrhoea" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/112" } } ], "effectiveDateTime": "2012-04-05T23:23:00Z", "id": "128", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968971-16258683" } ], "issued": "2012-04-06T01:03:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/112" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 134 mmol/L ( 135-145 )\nPotassium 3.4 mmol/L ( 3.5-5.5 )\nChloride 97 mmol/L ( 95-110 )\nHCO3 27 mmol/L ( 22-30 )\nCreatinine 45 umol/L ( 49-90 )\n (Creatinine) 0.045 mmol/L ( 0.05-0.09)\nUrea 3.4 mmol/L ( 2.5-8.3 )\n eGFR >90 ( SEE-BELOW)\nAlbumin 31 g/L ( 35-50 )\nAP 88 IU/L ( 30-120 )\nGGT 51 IU/L ( 10-65 )\nALT 39 IU/L ( <34 )\nAST 24 IU/L ( <31 )\nBili Total <5 umol/L ( <19 )\nProtein Total 65 g/L ( 65-85 )\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/129", "resource": { "code": { "text": "FBE & Routine Haem" }, "contained": [ { "id": "req", "reason": [ { "text": "Vomiting Diarrhoea" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/112" } } ], "effectiveDateTime": "2012-04-05T23:23:00Z", "id": "129", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986971-16258682" } ], "issued": "2012-04-06T08:55:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/112" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z167613 Z167802 Z886375 Z868929 Z968971\n Date: 01/04/12 02/04/12 03/04/12 04/04/12 05/04/12\n Time: 20:15 06:20 04:50 05:30 23:23 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 104L 111L 113L 105L 114L g/L 115-150\nWCC 4.4 4.0 3.9L 4.7 10.3 x10^9/L 4.0-11.0\nPLT 163 183 236 250 310 x10^9/L 140-400\nRCC 3.76L 3.98 4.09 3.73L 4.05 x10^12/L 3.80-5.10\nPCV 0.31L 0.32L 0.34L 0.30L 0.33L L/L 0.35-0.45\nMCV 81.3 80.2 81.9 80.9 80.9 fL 80.0-96.0\nMCH 27.8 28.0 27.7 28.3 28.1 pg 27.0-33.0\nMCHC 342 349 338 350 348 g/L 320-360\nRDW 14.7 15.1H 14.9 14.9 14.8 % 11.0-15.0\nWhite Cell Differential\nNeut 3.0 2.1 1.6L 1.9L 7.6 x10^9/L 2.0-8.0\nLymph 0.7L 1.2 1.7 1.8 0.9L x10^9/L 1.2-4.0\nMono 0.7 0.7 0.5 0.5 0.8 x10^9/L 0.1-1.0\nEos 0.0 0.1 0.1 0.3 0.0 x10^9/L 0.0-0.5\nBaso 0.0 0.0 0.0 0.0 0.0 x10^9/L 0.0-0.1\nBands 0.0 0.1 0.9H x10^9/L 0.0-0.5\n\n12Z176613 01/04/12 20:15\nComment: Note: fall in haemoglobin.\n\n12Z868375 03/04/12 04:50\nFilm Comment : White cells show mild neutropenia. Manual differential.\n Red cells are mainly normocytic normochromic with\n occasional elongated cells and target cells.\n Platelets appear normal.\nConclusion: ? Cause of decreasing neutrophil count, ? therapy-related.\n\n12Z868929 04/04/12 05:30\nFilm Comment : White cells show mild neutropenia, the neutrophils present\n show mild toxic changes. Manual differential.\n Red cells appear essentially normal.\n Platelets appear normal.\n\n12Z986971 05/04/12 23:23\nFilm Comment : Mild neutrophilia with mild left shift, moderate toxic\n granulation and vacuolation and occasional Doehle bodies.\n Occasional reactive lymphocytes. Manual differential.\nConclusion: Suggestive of infection.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/130", "resource": { "code": { "text": "Therapeutic Drugs" }, "contained": [ { "id": "req", "reason": [ { "text": "Intoxicated Agitated ? Penetrating Head Injury" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/113" } } ], "effectiveDateTime": "2012-04-05T23:25:00Z", "id": "130", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968981-16258681" } ], "issued": "2012-04-06T03:24:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/113" }, "text": { "div": "<div>\n \n <pre>\n Request No: Z563831 Z986981\n Date: 02/07/11 05/04/12 Therapeut\n Time: 16:00 23:25 Units Range\n -------- -------- -------- -------- -------- ------ ---------\nPLASMA\nCarbamazepine <2L umol/L 20-50\nHrs Since Dose No Info HH:MM\nPhenytoin <2L umol/L 40-80\nHrs Since Dose No Info HH:MM\nValproate 283L 57L umol/L 350-700\nHrs Since Dose No Info No Info HH:MM\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/131", "resource": { "code": { "text": "General Biochemistry" }, "contained": [ { "id": "req", "reason": [ { "text": "Intoxicated Agitated ? Penetrating Head Injury" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/113" } } ], "effectiveDateTime": "2012-04-05T23:25:00Z", "id": "131", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986981-16258680" } ], "issued": "2012-04-06T00:08:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/113" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 139 mmol/L ( 135-145 )\nPotassium 3.5 mmol/L ( 3.5-5.5 )\nChloride 91 mmol/L ( 95-110 )\nHCO3 28 mmol/L ( 22-30 )\nCreatinine 82 umol/L ( 64-104 )\n (Creatinine) 0.082 mmol/L ( 0.05-0.11)\nUrea 3.8 mmol/L ( 2.5-8.3 )\n eGFR 90 ( SEE-BELOW)\nAlbumin 37 g/L ( 35-50 )\nAP 62 IU/L ( 30-120 )\nGGT 117 IU/L ( 10-65 )\nALT 31 IU/L ( <45 )\nAST 71 IU/L ( <35 )\nBili Total 10 umol/L ( <19 )\nProtein Total 78 g/L ( 65-85 )\nLipase 87 IU/L ( <60 )\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/132", "resource": { "code": { "text": "FBE & Routine Haem" }, "contained": [ { "id": "req", "reason": [ { "text": "Intoxicated Agitated ? Penetrating Head Injury" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/113" } } ], "effectiveDateTime": "2012-04-05T23:25:00Z", "id": "132", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968981-16258679" } ], "issued": "2012-04-05T23:36:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/113" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z563540 Z536831 Z468013 Z968981\n Date: 02/07/11 02/07/11 03/07/11 05/04/12\n Time: 02:00 16:00 04:20 23:25 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 125L 113L 125L 148 g/L 130-170\nWCC 7.0 3.9L 7.1 6.2 x10^9/L 4.0-11.0\nPLT 292 268 267 246 x10^9/L 140-400\nRCC 3.40L 3.11L 3.36L 4.17L x10^12/L 4.50-5.70\nPCV 0.36L 0.33L 0.36L 0.43 L/L 0.40-0.50\nMCV 106.5H 105.3H 106.5H 103.0H fL 80.0-96.0\nMCH 36.7H 36.4H 37.2H 35.5H pg 27.0-33.0\nMCHC 345 346 349 345 g/L 320-360\nRDW 16.5H 15.7H 15.2H 14.1 % 11.0-15.0\nWhite Cell Differential\nNeut 4.1 2.9 5.2 2.7 x10^9/L 2.0-8.0\nLymph 2.1 0.5L 1.0L 3.0 x10^9/L 1.2-4.0\nMono 0.5 0.4 0.7 0.4 x10^9/L 0.1-1.0\nEos 0.1 0.0 0.1 0.0 x10^9/L 0.0-0.5\nBaso 0.0 0.1 0.1 0.0 x10^9/L 0.0-0.1\n\n11Z536540 02/07/11 02:00\nFilm Comment : Red cells are macrocytic with some target cells and\n stomatocytes.\n White cells are unremarkable.\n Platelets are plentiful.\nConclusion: Common causes of macrocytosis include liver disease,\n B12/folate deficiency, hypothyroidism, alcohol, smoking,\n and certain drugs including chemotherapy. Suggest liver\n function tests, serum B12/folate levels, and review drug\n history if cause not already known.\n\n11Z563831 02/07/11 16:00\nComment: Instrument differential and parameters reported.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/133", "resource": { "code": { "text": "Routine Coagulation" }, "effectiveDateTime": "2012-04-05T23:00:00Z", "id": "133", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968931-16258678" } ], "issued": "2012-04-06T00:02:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/113" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z986931\n Date: 05/04/12\n Time: 23:00 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 1.2 0.8-1.3\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/134", "resource": { "code": { "text": "General Biochemistry" }, "effectiveDateTime": "2012-04-05T23:00:00Z", "id": "134", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968931-16258677" } ], "issued": "2012-04-06T00:06:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/113" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 132 mmol/L ( 135-145 )\nPotassium 4.1 mmol/L ( 3.5-5.5 )\nChloride 101 mmol/L ( 95-110 )\nHCO3 23 mmol/L ( 22-30 )\nCreatinine 156 umol/L ( 64-104 )\n (Creatinine) 0.156 mmol/L ( 0.05-0.11)\nUrea 19.5 mmol/L ( 2.5-8.3 )\n eGFR 43 ( SEE-BELOW)\nCalcium 1.97 mmol/L ( 2.10-2.60)\nPhosphate 0.94 mmol/L ( 0.8-1.5 )\nMagnesium 0.58 mmol/L ( 0.7-1.1 )\nAlbumin 26 g/L ( 35-50 )\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/135", "resource": { "code": { "text": "Blood Gas" }, "contained": [ { "id": "req", "reason": [ { "text": "Automatic Request Registration" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/113" } } ], "effectiveDateTime": "2012-04-05T23:19:00Z", "id": "135", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z516169-16258676" } ], "issued": "2012-04-05T23:21:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/113" }, "text": { "div": "<div>\n \n <pre>\nRequest No: Z561169\n Date: 05/04/12 Arterial\n Time: 23:19 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 Deg. C\npH 7.39 7.35-7.45\npCO2 40 mmHg 35-45\nBase Excess -0.9 mmol/L -3.0/3.0\npO2 57L mmHg 75-100\nO2 Sat 91L % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 4.1 mmol/L 3.5-5.5\nSodium 128L mmol/L 135-145\n\nBLOOD CO-OXIMETRY\nTotal Hb 122L g/L 130-170\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/135a", "resource": { "code": { "text": "Routine Coagulation" }, "contained": [ { "id": "req", "reason": [ { "text": "Fall From Standing Height Headstrike LOC" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/114" } } ], "effectiveDateTime": "2012-04-05T23:00:00Z", "id": "135a", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986921-16258675" } ], "issued": "2012-04-06T00:02:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/114" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z968921\n Date: 05/04/12\n Time: 23:00 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 3.0H 0.8-1.3\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/136", "resource": { "code": { "text": "General Biochemistry" }, "contained": [ { "id": "req", "reason": [ { "text": "Fall From Standing Height Headstrike LOC" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/114" } } ], "effectiveDateTime": "2012-04-05T23:00:00Z", "id": "136", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986921-16258674" } ], "issued": "2012-04-06T01:03:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/114" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 138 mmol/L ( 135-145 )\nPotassium 4.6 mmol/L ( 3.5-5.5 )\nChloride 105 mmol/L ( 95-110 )\nHCO3 25 mmol/L ( 22-30 )\nCreatinine 73 umol/L ( 64-104 )\n (Creatinine) 0.073 mmol/L ( 0.05-0.11)\nUrea 8.0 mmol/L ( 2.5-8.3 )\n eGFR >90 ( SEE-BELOW)\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/137", "resource": { "code": { "text": "FBE & Routine Haem" }, "contained": [ { "id": "req", "reason": [ { "text": "Fall From Standing Height Headstrike LOC" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/114" } } ], "effectiveDateTime": "2012-04-05T23:00:00Z", "id": "137", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968921-16258673" } ], "issued": "2012-04-05T23:37:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/114" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z968921\n Date: 05/04/12\n Time: 23:00 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 142 g/L 130-170\nWCC 7.2 x10^9/L 4.0-11.0\nPLT 184 x10^9/L 140-400\nRCC 4.31L x10^12/L 4.50-5.70\nPCV 0.41 L/L 0.40-0.50\nMCV 96.0 fL 80.0-96.0\nMCH 33.0 pg 27.0-33.0\nMCHC 343 g/L 320-360\nRDW 15.2H % 11.0-15.0\nWhite Cell Differential\nNeut 5.0 x10^9/L 2.0-8.0\nLymph 1.3 x10^9/L 1.2-4.0\nMono 0.5 x10^9/L 0.1-1.0\nEos 0.3 x10^9/L 0.0-0.5\nBaso 0.1 x10^9/L 0.0-0.1\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/138", "resource": { "code": { "text": "Blood Gas" }, "contained": [ { "id": "req", "reason": [ { "text": "Automatic Request Registration" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/115" } } ], "effectiveDateTime": "2012-04-05T23:15:00Z", "id": "138", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z561069-16258672" } ], "issued": "2012-04-05T23:43:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/115" }, "text": { "div": "<div>\n \n <pre>\nRequest No: Z561576 Z516361 Z561663 Z561365 Z516069\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12 Arterial\n Time: 09:27 14:18 17:00 19:04 23:15 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 37.0 37.0 37.0 Deg. C\npH 7.50H * 7.51H * 7.51H 7.35-7.45\npCO2 36 31L 34L 34L 33L mmHg 35-45\nHCO3(Std) 29 28 28 mmol/L 22.0-30.0\nBase Excess 4.5H 3.7H 3.8H mmol/L -3.0/3.0\npO2 90 86 89 86 78 mmHg 75-100\nO2 Sat 98 98 98 97 97 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 4.2 3.8 4.2 3.8 3.3L mmol/L 3.5-5.5\nSodium 142 140 141 141 142 mmol/L 135-145\nChloride 109 107 108 106 109 mmol/L 95-110\niCa++ 1.11L 1.09L 1.09L 1.12 1.07L mmol/L 1.12-1.30\nGlucose 5.9 13.0H 13.4H 12.6H 8.9H mmol/L 3.6-7.7\nLactate 1.0 1.0 1.5 1.4 1.1 mmol/L 0.2-1.8\n\nBLOOD CO-OXIMETRY\nTotal Hb 94L 92L 88L 88L 87L g/L 130-170\nReduced Hb 1.8 2.2 2.2 2.6 3.1 % 0-5\nCarbOxy Hb 1.1 1.3 1.3 1.3 1.4 % 0.5-1.5\nMeth Hb 1.0 1.5 1.2 1.4 1.3 % 0-1.5\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/139", "resource": { "code": { "text": "Routine Coagulation" }, "contained": [ { "id": "req", "reason": [ { "text": "TIA Slurred Speech Facial Droop Cardiac Hx" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/116" } } ], "effectiveDateTime": "2012-04-05T22:30:00Z", "id": "139", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986901-16258671" } ], "issued": "2012-04-06T00:02:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/116" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z968901\n Date: 05/04/12\n Time: 22:30 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 1.0 0.8-1.3\nAPTT 29 secs 23-36\nFibrinogen 5.5H g/L 2.0-5.0\n\nAPTT Therapeutic range for IV Heparin therapy = 60-85 seconds\nFrom 9.12.2010 APTT normal range 23 - 36 seconds.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/140", "resource": { "code": { "text": "General Biochemistry" }, "contained": [ { "id": "req", "reason": [ { "text": "TIA Slurred Speech Facial Droop Cardiac Hx" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/116" } } ], "effectiveDateTime": "2012-04-05T22:30:00Z", "id": "140", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986901-16258670" } ], "issued": "2012-04-06T00:07:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/116" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 140 mmol/L ( 135-145 )\nPotassium 4.6 mmol/L ( 3.5-5.5 )\nChloride 103 mmol/L ( 95-110 )\nHCO3 29 mmol/L ( 22-30 )\nCreatinine 148 umol/L ( 64-104 )\n (Creatinine) 0.148 mmol/L ( 0.05-0.11)\nUrea 14.6 mmol/L ( 2.5-8.3 )\n eGFR 41 ( SEE-BELOW)\nCalcium 2.43 mmol/L ( 2.10-2.60)\nAlbumin 32 g/L ( 35-50 )\nAP 90 IU/L ( 30-120 )\nGGT 19 IU/L ( 10-65 )\nALT 14 IU/L ( <45 )\nAST 22 IU/L ( <35 )\nBili Total 10 umol/L ( <19 )\nProtein Total 77 g/L ( 65-85 )\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/141", "resource": { "code": { "text": "FBE & Routine Haem" }, "contained": [ { "id": "req", "reason": [ { "text": "TIA Slurred Speech Facial Droop Cardiac Hx" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/116" } } ], "effectiveDateTime": "2012-04-05T22:30:00Z", "id": "141", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968901-16258669" } ], "issued": "2012-04-05T23:37:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/116" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z968901\n Date: 05/04/12\n Time: 22:30 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 120L g/L 130-170\nWCC 9.3 x10^9/L 4.0-11.0\nPLT 220 x10^9/L 140-400\nRCC 4.13L x10^12/L 4.50-5.70\nPCV 0.35L L/L 0.40-0.50\nMCV 85.5 fL 80.0-96.0\nMCH 29.0 pg 27.0-33.0\nMCHC 340 g/L 320-360\nRDW 14.4 % 11.0-15.0\nWhite Cell Differential\nNeut 5.6 x10^9/L 2.0-8.0\nLymph 2.8 x10^9/L 1.2-4.0\nMono 0.7 x10^9/L 0.1-1.0\nEos 0.2 x10^9/L 0.0-0.5\nBaso 0.0 x10^9/L 0.0-0.1\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/142", "resource": { "code": { "text": "Therapeutic Drugs" }, "contained": [ { "id": "req", "reason": [ { "text": "Collapse" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/117" } } ], "effectiveDateTime": "2012-04-05T22:56:00Z", "id": "142", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968911-16258668" } ], "issued": "2012-04-06T00:19:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/117" }, "text": { "div": "<div>\n \n <pre>\n Request No: Z666913 Z076504 Z968911\n Date: 27/11/11 30/03/12 05/04/12 Therapeut\n Time: 11:27 19:15 22:56 Units Range\n -------- -------- -------- -------- -------- ------ ---------\nPLASMA\nParacetamol <60 <60 <60 umol/L AS-BELOW\nSalicylate <0.30 <0.30 mmol/L <2.9\n\n* Paracetamol * The significance of the plasma concentration depends\n on the timing of the sample after ingestion.\n Hepato-toxicity may be seen with a plasma concentration\n of 1000 umol/L at 4 hours after ingestion or 600 umol/L\n at 8 hours after ingestion.\n\n* Salicylate * The significance of the plasma concentration depends\n on the timing of the sample after ingestion.\n Toxicity may be seen with a plasma concentration\n of greater than 3 mmol/L.\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/143", "resource": { "code": { "text": "General Biochemistry" }, "contained": [ { "id": "req", "reason": [ { "text": "Collapse" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/117" } } ], "effectiveDateTime": "2012-04-05T22:56:00Z", "id": "143", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968911-16258667" } ], "issued": "2012-04-06T00:06:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/117" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 137 mmol/L ( 135-145 )\nPotassium 3.5 mmol/L ( 3.5-5.5 )\nChloride 100 mmol/L ( 95-110 )\nHCO3 29 mmol/L ( 22-30 )\nCreatinine 76 umol/L ( 49-90 )\n (Creatinine) 0.076 mmol/L ( 0.05-0.09)\nUrea 6.5 mmol/L ( 2.5-8.3 )\n eGFR 68 ( SEE-BELOW)\nCalcium 2.33 mmol/L ( 2.10-2.60)\nPhosphate 1.27 mmol/L ( 0.8-1.5 )\nMagnesium 0.78 mmol/L ( 0.8-1.0 )\nAlbumin 39 g/L ( 35-50 )\nAP 53 IU/L ( 30-120 )\nGGT 13 IU/L ( 10-65 )\nALT 11 IU/L ( <34 )\nAST 9 IU/L ( <31 )\nBili Total 17 umol/L ( <19 )\nProtein Total 70 g/L ( 65-85 )\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/144", "resource": { "code": { "text": "FBE & Routine Haem" }, "contained": [ { "id": "req", "reason": [ { "text": "Collapse" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/117" } } ], "effectiveDateTime": "2012-04-05T22:56:00Z", "id": "144", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986911-16258666" } ], "issued": "2012-04-06T08:57:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/117" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z466067 Z267256 Z076504 Z067795 Z968911\n Date: 05/12/11 07/12/11 30/03/12 31/03/12 05/04/12\n Time: 09:25 07:40 19:15 06:00 22:56 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 115 105L 115 110L 105L g/L 115-150\nWCC 10.0 8.0 3.9L 4.5 5.2 x10^9/L 4.0-11.0\nPLT 508H 560H 200 189 208 x10^9/L 140-400\nRCC 3.74L 3.42L 3.73L 3.56L 3.43L x10^12/L 3.80-5.10\nPCV 0.34L 0.30L 0.33L 0.32L 0.30L L/L 0.35-0.45\nMCV 89.9 89.0 89.2 88.8 88.8 fL 80.0-96.0\nMCH 30.7 30.7 30.8 30.9 30.7 pg 27.0-33.0\nMCHC 342 345 345 348 346 g/L 320-360\nRDW 13.6 13.3 12.9 13.0 13.1 % 11.0-15.0\nWhite Cell Differential\nNeut 4.8 3.5 1.7L 2.0 1.5L x10^9/L 2.0-8.0\nLymph 3.4 3.5 1.9 2.1 3.3 x10^9/L 1.2-4.0\nMono 1.5H 0.8 0.3 0.3 0.4 x10^9/L 0.1-1.0\nEos 0.3 0.2 0.0 0.0 0.0 x10^9/L 0.0-0.5\nBaso 0.1 0.0 0.0 0.0 0.0 x10^9/L 0.0-0.1\n\n11Z276256 07/12/11 07:40\nComment: Specimen taken more than 12 hours before receipt in lab.\n\n12Z067504 30/03/12 19:15\nFilm Comment : Mild neutropenia. Red cells and platelets appear normal.\nComment: Please note mild neutropenia. ? cause. A repeat FBE may be\n of value.\n\n12Z067795 31/03/12 06:00\nComment: Please note fall in haemoglobin.\n\n12Z986911 05/04/12 22:56\nFilm Comment : Film scanned.\nComment: Mild neutropenia.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/145", "resource": { "code": { "text": "Blood Gas" }, "contained": [ { "id": "req", "reason": [ { "text": "Automatic Request Registration" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/118" } } ], "effectiveDateTime": "2012-04-05T23:13:00Z", "id": "145", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z561968-16258665" } ], "issued": "2012-04-05T23:17:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/118" }, "text": { "div": "<div>\n \n <pre>\nRequest No: Z561762 Z516364 Z561766 Z561868 Z516968\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12 Arterial\n Time: 15:28 17:29 20:59 23:13 23:13 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 37.0 37.0 37.0 Deg. C\npH 7.31L 7.38 7.37 7.38 7.38 7.35-7.45\npCO2 45 36 37 37 37 mmHg 35-45\nHCO3(Std) 21L 22 22 22 22 mmol/L 22.0-30.0\nBase Excess -3.7L -3.1L -3.4L -2.9 -2.9 mmol/L -3.0/3.0\npO2 210H 97 157H 129H 129H mmHg 75-100\nO2 Sat 99 98 99 99 99 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 4.6 4.6 4.6 4.4 4.4 mmol/L 3.5-5.5\nSodium 131L 130L 129L 130L 130L mmol/L 135-145\nChloride 103 103 102 102 102 mmol/L 95-110\niCa++ 1.12 1.10L 1.12 1.14 1.14 mmol/L 1.12-1.30\nGlucose 9.8H 9.0H 9.4H 9.7H 9.7H mmol/L 3.6-7.7\nLactate 0.8 0.7 0.7 0.7 0.7 mmol/L 0.2-1.8\n\nBLOOD CO-OXIMETRY\nTotal Hb 90L 87L 81L 84L 84L g/L 115-150\nReduced Hb 0.6 2.1 0.8 1.0 1.0 % 0-5\nCarbOxy Hb 0.6 0.9 0.8 0.9 0.9 % 0.5-1.5\nMeth Hb 1.0 1.3 1.2 1.1 1.1 % 0-1.5\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/146", "resource": { "code": { "text": "Blood Gas" }, "contained": [ { "id": "req", "reason": [ { "text": "Automatic Request Registration" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/118" } } ], "effectiveDateTime": "2012-04-05T23:13:00Z", "id": "146", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z516868-16258664" } ], "issued": "2012-04-05T23:17:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/118" }, "text": { "div": "<div>\n \n <pre>\nRequest No: Z561061 Z561762 Z516364 Z561766 Z561868\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12 Arterial\n Time: 14:08 15:28 17:29 20:59 23:13 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 37.0 37.0 37.0 Deg. C\npH 7.32L 7.31L 7.38 7.37 7.38 7.35-7.45\npCO2 42 45 36 37 37 mmHg 35-45\nHCO3(Std) 21L 21L 22 22 22 mmol/L 22.0-30.0\nBase Excess -4.0L -3.7L -3.1L -3.4L -2.9 mmol/L -3.0/3.0\npO2 203H 210H 97 157H 129H mmHg 75-100\nO2 Sat 99 99 98 99 99 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 4.4 4.6 4.6 4.6 4.4 mmol/L 3.5-5.5\nSodium 131L 131L 130L 129L 130L mmol/L 135-145\nChloride 104 103 103 102 102 mmol/L 95-110\niCa++ 1.10L 1.12 1.10L 1.12 1.14 mmol/L 1.12-1.30\nGlucose 10.5H 9.8H 9.0H 9.4H 9.7H mmol/L 3.6-7.7\nLactate 1.1 0.8 0.7 0.7 0.7 mmol/L 0.2-1.8\n\nBLOOD CO-OXIMETRY\nTotal Hb 94L 90L 87L 81L 84L g/L 115-150\nReduced Hb 0.7 0.6 2.1 0.8 1.0 % 0-5\nCarbOxy Hb 0.8 0.6 0.9 0.8 0.9 % 0.5-1.5\nMeth Hb 1.5 1.0 1.3 1.2 1.1 % 0-1.5\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/147", "resource": { "code": { "text": "Blood Gas" }, "contained": [ { "id": "req", "reason": [ { "text": "Automatic Request Registration" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/119" } } ], "effectiveDateTime": "2012-04-05T23:01:00Z", "id": "147", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z561768-16258663" } ], "issued": "2012-04-05T23:06:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/119" }, "text": { "div": "<div>\n \n <pre>\nRequest No: Z516160 Z561262 Z561962 Z516166 Z561768\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12 Arterial\n Time: 12:51 15:08 16:17 20:08 23:01 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 37.0 37.0 37.0 Deg. C\npH 7.48H * * 7.48H 7.46H 7.35-7.45\npCO2 36 37 37 34L 39 mmHg 35-45\nHCO3(Std) 27 27 27 mmol/L 22.0-30.0\nBase Excess 2.8 2.1 3.3H mmol/L -3.0/3.0\npO2 76 76 78 88 89 mmHg 75-100\nO2 Sat 96 96 96 97 97 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 4.4 3.9 3.9 4.1 5.4 mmol/L 3.5-5.5\nSodium 142 143 144 141 141 mmol/L 135-145\nChloride 112H 110 111H 113H 111H mmol/L 95-110\niCa++ 1.09L 1.11L 1.11L 1.07L 1.06L mmol/L 1.12-1.30\nGlucose 9.0H 7.6 6.6 8.9H 11.2H mmol/L 3.6-7.7\nLactate 2.5H 1.6 1.6 1.9H 1.6 mmol/L 0.2-1.8\n\nBLOOD CO-OXIMETRY\nTotal Hb 122L 125L 127L 128L 132 g/L 130-170\nReduced Hb 4.1 4.2 3.9 2.7 3.1 % 0-5\nCarbOxy Hb 0.7 0.8 0.8 0.6 0.6 % 0.5-1.5\nMeth Hb 1.4 1.5 1.3 1.3 1.5 % 0-1.5\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/148", "resource": { "code": { "text": "Blood Gas" }, "contained": [ { "id": "req", "reason": [ { "text": "Automatic Request Registration" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/120" } } ], "effectiveDateTime": "2012-04-05T22:58:00Z", "id": "148", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z561668-16258662" } ], "issued": "2012-04-05T23:03:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/120" }, "text": { "div": "<div>\n \n <pre>\nRequest No: Z561547 Z516569 Z561666 Z561068 Z516668\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12 Arterial\n Time: 10:42 12:34 20:56 22:30 22:58 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 37.0 37.0 37.0 Deg. C\npH 7.42 7.40 7.39 7.40 7.41 7.35-7.45\npCO2 46H 47H 46H 43 42 mmHg 35-45\nHCO3(Std) 28 28 26 26 26 mmol/L 22.0-30.0\nBase Excess 4.6H 4.2H 2.6 1.8 1.7 mmol/L -3.0/3.0\npO2 103H 210H 78 89 88 mmHg 75-100\nO2 Sat 98 100 95 97 98 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 4.8 4.2 4.6 4.3 4.7 mmol/L 3.5-5.5\nSodium 141 141 138 138 137 mmol/L 135-145\nChloride 109 109 109 109 107 mmol/L 95-110\niCa++ 1.11L 1.14 1.14 1.10L 1.12 mmol/L 1.12-1.30\nGlucose 6.8 6.0 8.6H 7.3 7.4 mmol/L 3.6-7.7\nLactate 0.6 0.3 1.0 1.0 1.0 mmol/L 0.2-1.8\n\nBLOOD CO-OXIMETRY\nTotal Hb 81L 80L 100L 102L 105L g/L 130-170\nReduced Hb 1.7 0.5 4.4 2.6 2.0 % 0-5\nCarbOxy Hb 1.3 1.4 2.0H 1.9H 2.0H % 0.5-1.5\nMeth Hb 1.7H 1.8H 1.3 1.2 1.0 % 0-1.5\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/149", "resource": { "code": { "text": "Blood Gas" }, "contained": [ { "id": "req", "reason": [ { "text": "Automatic Request Registration" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/112" } } ], "effectiveDateTime": "2012-04-05T22:57:00Z", "id": "149", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z516568-16258661" } ], "issued": "2012-04-05T23:00:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/112" }, "text": { "div": "<div>\n \n <pre>\nRequest No: Z561568\n Date: 05/04/12 Arterial\n Time: 22:57 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 Deg. C\npH 7.48H 7.35-7.45\npCO2 38 mmHg 35-45\nBase Excess 4.6H mmol/L -3.0/3.0\npO2 60L mmHg 75-100\nO2 Sat 92L % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 3.3L mmol/L 3.5-5.5\nSodium 133L mmol/L 135-145\n\nBLOOD CO-OXIMETRY\nTotal Hb 116 g/L 115-150\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/150", "resource": { "code": { "text": "Blood Gas" }, "contained": [ { "id": "req", "reason": [ { "text": "Automatic Request Registration" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/121" } } ], "effectiveDateTime": "2012-04-05T22:58:00Z", "id": "150", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z516468-16258660" } ], "issued": "2012-04-05T23:00:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/121" }, "text": { "div": "<div>\n \n <pre>\nRequest No: Z561467 Z561468\n Date: 05/04/12 05/04/12 Arterial\n Time: 22:05 22:58 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 Deg. C\npH 7.34L 7.34L 7.35-7.45\npCO2 32L 32L mmHg 35-45\nHCO3(Std) 18.0L 18L mmol/L 22.0-30.0\nBase Excess -7.9L -8.2L mmol/L -3.0/3.0\npO2 80 78 mmHg 75-100\nO2 Sat 96.0 96 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium * 3.5 mmol/L 3.5-5.5\nSodium 141 142 mmol/L 135-145\n\nBLOOD CO-OXIMETRY\nTotal Hb 99L 101L g/L 115-150\n\n05/04/12 12Z516467\nGeneral Comments: Potassium unavailable. Sample transported on ice.\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/151", "resource": { "code": { "text": "Blood Gas" }, "contained": [ { "id": "req", "reason": [ { "text": "Automatic Request Registration" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/122" } } ], "effectiveDateTime": "2012-04-05T22:36:00Z", "id": "151", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z561368-16258659" } ], "issued": "2012-04-05T22:40:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/122" }, "text": { "div": "<div>\n \n <pre>\nRequest No: Z561463 Z516864 Z561765 Z561067 Z516368\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12 Arterial\n Time: 16:46 18:10 19:54 21:22 22:36 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 37.0 37.0 37.0 Deg. C\npH 7.36 7.40 7.36 7.24L 7.29L 7.35-7.45\npCO2 23L 21L 27L 44 37 mmHg 35-45\nHCO3(Std) 16L 17L 17L 18L 18L mmol/L 22.0-30.0\nBase Excess -11.8L -10.8L -9.4L -7.9L -8.1L mmol/L -3.0/3.0\npO2 138H 136H 306H 345H 141H mmHg 75-100\nO2 Sat 99 100 100 100 99 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 5.7H 6.0H 5.6H 6.2H 6.0H mmol/L 3.5-5.5\nSodium 140 141 138 136 134L mmol/L 135-145\nChloride 107 106 107 105 106 mmol/L 95-110\niCa++ 0.99L 0.98L 0.97L 0.98L 0.95L mmol/L 1.12-1.30\nGlucose 5.3 4.4 7.4 6.4 5.9 mmol/L 3.6-7.7\nLactate 12.3H 11.7H 9.3H 7.5H 5.9H mmol/L 0.2-1.8\n\nBLOOD CO-OXIMETRY\nTotal Hb 106L 109L 108L 108L 100L g/L 130-170\nReduced Hb 0.6 0.5 -0.2L -0.1L 0.9 % 0-5\nCarbOxy Hb 1.7H 1.8H 1.4 1.3 1.5 % 0.5-1.5\nMeth Hb 1.0 1.2 1.1 0.7 1.1 % 0-1.5\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/152", "resource": { "code": { "text": "Blood Gas" }, "contained": [ { "id": "req", "reason": [ { "text": "Automatic Request Registration" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/114" } } ], "effectiveDateTime": "2012-04-05T22:36:00Z", "id": "152", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z516268-16258658" } ], "issued": "2012-04-05T22:40:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/114" }, "text": { "div": "<div>\n \n <pre>\nRequest No: Z561060 Z561268\n Date: 05/04/12 05/04/12 Arterial\n Time: 12:53 22:36 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 Deg. C\npH 7.47H 7.49H 7.35-7.45\npCO2 34L 34L mmHg 35-45\nHCO3(Std) 26.0 27 mmol/L 22.0-30.0\nBase Excess 1.1 2.5 mmol/L -3.0/3.0\npO2 58L 70L mmHg 75-100\nO2 Sat 91.0L 99 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium * 3.3L mmol/L 3.5-5.5\nSodium 136 137 mmol/L 135-145\nChloride 108 mmol/L 95-110\niCa++ 1.14 mmol/L 1.12-1.30\nGlucose 7.9H mmol/L 3.6-7.7\nLactate 1.8 mmol/L 0.2-1.8\n\nBLOOD CO-OXIMETRY\nTotal Hb 115 101L g/L 115-150\nReduced Hb 0.8 % 0-5\nCarbOxy Hb 1.2 % 0.5-1.5\nMeth Hb 1.1 % 0-1.5\n\n05/04/12 12Z516060\nGeneral Comments: Potassium unavailable. Sample transported on ice.\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/153", "resource": { "code": { "text": "Internal Serology" }, "contained": [ { "id": "req", "reason": [ { "text": "Needlestick Recipient" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/123" } } ], "effectiveDateTime": "2012-04-05T22:20:00Z", "id": "153", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968990-16258657" } ], "issued": "2012-04-05T22:20:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/123" }, "text": { "div": "<div>\n \n <pre>\nSpecimen Type: Serum\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/154", "resource": { "code": { "text": "Needlestick Serology" }, "contained": [ { "id": "req", "reason": [ { "text": "Needlestick Recipient" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/123" } } ], "effectiveDateTime": "2012-04-05T22:20:00Z", "id": "154", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968990-16258656" } ], "issued": "2012-04-05T22:20:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/123" }, "text": { "div": "<div>\n \n <pre>\nSpecimen Type Serum\n\nHEPATITIS SEROLOGY\nHepatitis B Surface Antibody (by Architect) : Moderate Positive\nHBsAB Titre : 44 IU/L\n\n Hepatitis B Surface Antibody Titres Interpretation\n ======================================= ================\n\n < 10 IU/L Not Detected\n 10 - 100 IU/L Moderate Positive\n > 100 IU/L Detected\n ======================================= =================\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/155", "resource": { "code": { "text": "Blood Gas" }, "contained": [ { "id": "req", "reason": [ { "text": "Automatic Request Registration" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/124" } } ], "effectiveDateTime": "2012-04-05T22:33:00Z", "id": "155", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z516168-16258655" } ], "issued": "2012-04-05T22:38:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/124" }, "text": { "div": "<div>\n \n <pre>\nRequest No: Z561594 Z561539 Z516763 Z561167 Z561168\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12 Arterial\n Time: 08:02 12:24 17:03 21:26 22:33 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 37.0 37.0 37.0 Deg. C\npH 7.37 7.32L 7.33L 7.39 7.41 7.35-7.45\npCO2 42 47H 46H 37 34L mmHg 35-45\nHCO3(Std) 24 23 23 23 22 mmol/L 22.0-30.0\nBase Excess -0.7 -1.6 -1.5 -2.1 -2.7 mmol/L -3.0/3.0\npO2 186H 115H 344H 239H 398H mmHg 75-100\nO2 Sat 99 97 99 99 99 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 4.3 5.4 5.4 4.2 3.8 mmol/L 3.5-5.5\nSodium 141 137 136 134L 134L mmol/L 135-145\nChloride 113H 109 105 105 107 mmol/L 95-110\niCa++ 1.20 1.20 1.19 1.18 1.15 mmol/L 1.12-1.30\nGlucose 7.1 10.4H 9.3H 13.8H 13.8H mmol/L 3.6-7.7\nLactate 1.4 1.0 1.3 1.7 1.6 mmol/L 0.2-1.8\n\nBLOOD CO-OXIMETRY\nTotal Hb 81L 86L 83L 71L 66L g/L 115-150\nReduced Hb 1.1 2.5 0.9 1.2 0.9 % 0-5\nCarbOxy Hb 0.8 0.7 0.6 0.6 0.6 % 0.5-1.5\nMeth Hb 1.6H 2.0H 2.1H 1.9H 2.5H % 0-1.5\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/156", "resource": { "code": { "text": "Endo / Nutrition" }, "contained": [ { "id": "req", "reason": [ { "text": "Chest Pain" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/124" } } ], "effectiveDateTime": "2012-04-05T21:40:00Z", "id": "156", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968898-16258654" } ], "issued": "2012-04-06T01:08:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/124" }, "text": { "div": "<div>\n \n <pre>\nTHYROID FUNCTION\nFree T4 18.5 pmol/L ( 9.0-26.0 )\nFree T3 5.3 pmol/L ( 3.5-6.5 )\nTSH 0.08 L mIU/L ( 0.1-4.0 )\n\n\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/157", "resource": { "code": { "text": "Blood Gas" }, "contained": [ { "id": "req", "reason": [ { "text": "Automatic Request Registration" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/120" } } ], "effectiveDateTime": "2012-04-05T22:30:00Z", "id": "157", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z516068-16258653" } ], "issued": "2012-04-05T22:35:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/120" }, "text": { "div": "<div>\n \n <pre>\nRequest No: Z561595 Z561547 Z516569 Z561666 Z561068\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12 Arterial\n Time: 08:49 10:42 12:34 20:56 22:30 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 37.0 37.0 37.0 Deg. C\npH 7.42 7.42 7.40 7.39 7.40 7.35-7.45\npCO2 43 46H 47H 46H 43 mmHg 35-45\nHCO3(Std) 27 28 28 26 26 mmol/L 22.0-30.0\nBase Excess 3.3H 4.6H 4.2H 2.6 1.8 mmol/L -3.0/3.0\npO2 105H 103H 210H 78 89 mmHg 75-100\nO2 Sat 98 98 100 95 97 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 4.6 4.8 4.2 4.6 4.3 mmol/L 3.5-5.5\nSodium 141 141 141 138 138 mmol/L 135-145\nChloride 108 109 109 109 109 mmol/L 95-110\niCa++ 1.11L 1.11L 1.14 1.14 1.10L mmol/L 1.12-1.30\nGlucose 7.6 6.8 6.0 8.6H 7.3 mmol/L 3.6-7.7\nLactate 0.7 0.6 0.3 1.0 1.0 mmol/L 0.2-1.8\n\nBLOOD CO-OXIMETRY\nTotal Hb 83L 81L 80L 100L 102L g/L 130-170\nReduced Hb 1.6 1.7 0.5 4.4 2.6 % 0-5\nCarbOxy Hb 1.5 1.3 1.4 2.0H 1.9H % 0.5-1.5\nMeth Hb 1.4 1.7H 1.8H 1.3 1.2 % 0-1.5\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/158", "resource": { "code": { "text": "Routine Coagulation" }, "effectiveDateTime": "2012-04-05T22:20:00Z", "id": "158", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968970-16258652" } ], "issued": "2012-04-05T22:56:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/125" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z886959 Z968226 Z968410 Z386038 Z968970\n Date: 04/04/12 04/04/12 05/04/12 05/04/12 05/04/12\n Time: 05:10 18:13 00:15 10:00 22:20 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 1.2 1.3 1.3 1.4H 0.8-1.3\nAPTT 73H 49H 50H 52H 45H secs 23-36\nFibrinogen 4.1 4.0 3.8 g/L 2.0-5.0\n\nAPTT Therapeutic range for IV Heparin therapy = 60-85 seconds\nFrom 9.12.2010 APTT normal range 23 - 36 seconds.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/159", "resource": { "code": { "text": "Blood Cultures" }, "contained": [ { "id": "req", "reason": [ { "text": "Febrile >38" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/126" } } ], "effectiveDateTime": "2012-04-05T21:30:00Z", "id": "159", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968980-16258651" } ], "issued": "2012-04-10T00:00:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/126" }, "text": { "div": "<div>\n \n <pre>\nLab No : Z366362\nSPECIMENS\nSpecimen Type : Blood Cultures\nDescription : Venous/peripheral\n\nAerobic bottle 4 days Negative\nAnaerobic bottle 4 days Negative\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/160", "resource": { "code": { "text": "Blood Gas" }, "contained": [ { "id": "req", "reason": [ { "text": "Automatic Request Registration" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/127" } } ], "effectiveDateTime": "2012-04-05T22:28:00Z", "id": "160", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z561967-16258650" } ], "issued": "2012-04-06T06:21:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/127" }, "text": { "div": "<div>\n \n <pre>\nRequest No: Z561546 Z516519 Z561561 Z561964 Z516967\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12 Arterial\n Time: 09:19 12:19 14:24 18:18 22:28 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 37.0 37.0 37.0 Deg. C\npH 7.46H 7.43 7.42 7.48H * 7.35-7.45\npCO2 44 52H 53H 45 mmHg 35-45\nHCO3(Std) 30 32H 32H 33H mmol/L 22.0-30.0\nBase Excess 6.9H 9.1H 8.6H 9.2H mmol/L -3.0/3.0\npO2 62L 86 131H 81 mmHg 75-100\nO2 Sat 92L 96 98 96 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 4.1 3.8 4.4 4.1 mmol/L 3.5-5.5\nSodium 144 143 144 145 mmol/L 135-145\nChloride 110 106 107 109 mmol/L 95-110\niCa++ 1.11L 1.11L 1.09L 1.11L mmol/L 1.12-1.30\nGlucose 7.7 7.6 7.5 7.8H mmol/L 3.6-7.7\nLactate 1.0 0.7 0.5 0.6 mmol/L 0.2-1.8\n\nBLOOD CO-OXIMETRY\nTotal Hb 102L 115 111L 104L g/L 115-150\nReduced Hb 7.6H 3.6 1.6 3.6 % 0-5\nCarbOxy Hb 1.3 1.0 1.1 1.2 % 0.5-1.5\nMeth Hb 1.6H 1.7H 1.9H 1.4 % 0-1.5\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/161", "resource": { "code": { "text": "Urine M/C/S" }, "contained": [ { "id": "req", "reason": [ { "text": "Appendiceal Abscess" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/128" } } ], "effectiveDateTime": "2012-04-05T21:30:00Z", "id": "161", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986960-16258649" } ], "issued": "2012-04-09T11:38:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/128" }, "text": { "div": "<div>\n \n <pre>\nLab No : Z763774\nSPECIMEN\nSpecimen Type : Urine Midstream\n\n\nCHEMISTRY\npH 5.0\nProtein NEGATIVE\nSpecific Grav. 1.009\nBlood NEGATIVE\nGlucose NEGATIVE\nLeucocytes NEGATIVE\n\n\nMICROSCOPY\nLeucocytes 1 x10^6/L ( <2x10^6/L )\nRed Blood Cells Nil x10^6/L ( <13x10^6/L )\nSquamous Epithelial Cells Nil\n\n\n\n\n\n\n\n\nSTANDARD BACTERIAL CULTURE\n\n1. Streptococcus agalactiae (group B) 10^7 cfu/L\n\n\nSENSITIVITIES: 1\nAmoxicillin S\nCotrimoxazole S\nNitrofurantoin S\nPenicillin S\nVancomycin S\n\nORGANISM 1: Isolates of beta haemolytic streptococci (Groups A,\nB, C and G) susceptible to penicillin are considered susceptible\nto ampicillin, amoxicillin, augmentin, cefazolin, cephalothin,\ncefotaxime, ceftriaxone, cefepime and meropenem.\n\nGroup B Streptococcus is part of the normal vaginal flora.\nIt may be significant in pregnant patients causing intrauterine,\nperinatal or neonatal infection.\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/162", "resource": { "code": { "text": "Blood Gas" }, "contained": [ { "id": "req", "reason": [ { "text": "Automatic Request Registration" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/129" } } ], "effectiveDateTime": "2012-04-05T22:25:00Z", "id": "162", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z516867-16258648" } ], "issued": "2012-04-05T22:31:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/129" }, "text": { "div": "<div>\n \n <pre>\nRequest No: Z561063 Z561963 Z516366 Z561567 Z561867\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12 Arterial\n Time: 16:20 17:16 20:36 22:13 22:25 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 37.0 37.0 37.0 Deg. C\npH 7.42 7.41 7.40 * 7.39 7.35-7.45\npCO2 34L 35 36 40 mmHg 35-45\nHCO3(Std) 23 23 23 24 mmol/L 22.0-30.0\nBase Excess -1.9 -2.4 -1.8 -0.4 mmol/L -3.0/3.0\npO2 68L 85 74L 59L mmHg 75-100\nO2 Sat 94L 99 95 90L % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 3.8 3.6 4.1 3.8 mmol/L 3.5-5.5\nSodium 140 141 140 141 mmol/L 135-145\nChloride 111H 112H 113H 110 mmol/L 95-110\niCa++ 1.17 1.15 1.18 1.19 mmol/L 1.12-1.30\nGlucose 5.7 5.5 5.8 6.1 mmol/L 3.6-7.7\nLactate 0.8 0.8 0.8 0.9 mmol/L 0.2-1.8\n\nBLOOD CO-OXIMETRY\nTotal Hb 104L 103L 112L 117L g/L 130-170\nReduced Hb 5.5H 0.8 5.0 9.6H % 0-5\nCarbOxy Hb 1.4 1.1 1.2 1.2 % 0.5-1.5\nMeth Hb 1.1 1.5 1.4 1.6H % 0-1.5\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/163", "resource": { "code": { "text": "Endo / Nutrition" }, "effectiveDateTime": "2012-04-05T20:20:00Z", "id": "163", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968950-16258646" } ], "issued": "2012-04-10T07:01:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "partial", "subject": { "reference": "Patient/130" }, "text": { "div": "<div>\n \n <pre>\nVITAMINS AND NUTRITION\nRetinol (Vitamin A) * umol/L( 0.7-3.0 )\n\nTest Referred to: Melbourne Pathology\n Date Packed: 00/00/00\nDate Dispatched: 00/00/00\nVitamin 25 D TF nmol/L( SEE-BELOW\nVitamin E * umol/L(11-45 )\n\nTest Referred to: Melbourne Pathology\n Date Packed: 00/00/00\nDate Dispatched: 00/00/00\n\nComment: sample not protected from light ward notified for\n recollection\n\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/164", "resource": { "code": { "text": "Routine Coagulation" }, "effectiveDateTime": "2012-04-05T20:20:00Z", "id": "164", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986950-16258645" } ], "issued": "2012-04-05T22:56:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/130" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z167860 Z868247 Z986950\n Date: 02/04/12 03/04/12 05/04/12\n Time: 05:50 00:00 20:20 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR * 1.2 1.1 0.8-1.3\nAPTT 24 24 secs 23-36\nFibrinogen 2.3 2.7 g/L 2.0-5.0\n\n12Z167860 02/04/12 05:50\nComment: * Please note: no specimen received. CSR notified ward\n\nAPTT Therapeutic range for IV Heparin therapy = 60-85 seconds\nFrom 9.12.2010 APTT normal range 23 - 36 seconds.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/165", "resource": { "code": { "text": "General Biochemistry" }, "effectiveDateTime": "2012-04-05T20:20:00Z", "id": "165", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986950-16258644" } ], "issued": "2012-04-05T23:43:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/130" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 138 mmol/L ( 135-145 )\nPotassium 4.2 mmol/L ( 3.5-5.5 )\nChloride 98 mmol/L ( 95-110 )\nHCO3 29 mmol/L ( 22-30 )\nCreatinine 75 umol/L ( 49-90 )\n (Creatinine) 0.075 mmol/L ( 0.05-0.09)\nUrea 4.0 mmol/L ( 2.5-8.3 )\n eGFR 74 ( SEE-BELOW)\nCalcium 2.05 mmol/L ( 2.10-2.60)\nPhosphate 0.96 mmol/L ( 0.8-1.5 )\nMagnesium 0.78 mmol/L ( 0.8-1.0 )\nAlbumin 23 g/L ( 35-50 )\nC-React Prot 2 mg/L ( <5 )\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/166", "resource": { "code": { "text": "FBE & Routine Haem" }, "effectiveDateTime": "2012-04-05T20:20:00Z", "id": "166", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968950-16258643" } ], "issued": "2012-04-05T22:41:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/130" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z167860 Z986368 Z968950\n Date: 02/04/12 04/04/12 05/04/12\n Time: 05:50 23:00 20:20 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 97L 112L 107L g/L 115-150\nWCC 11.9H 8.1 9.3 x10^9/L 4.0-11.0\nPLT 349 285 347 x10^9/L 140-400\nRCC 3.79L 4.48 4.29 x10^12/L 3.80-5.10\nPCV 0.31L 0.35 0.34L L/L 0.35-0.45\nMCV 80.6 78.8L 79.9L fL 80.0-96.0\nMCH 25.5L 25.0L 24.9L pg 27.0-33.0\nMCHC 317L 317L 311L g/L 320-360\nRDW 21.5H 21.0H 21.8H % 11.0-15.0\nESR 30H mm in 1hr 2-12\nWhite Cell Differential\nNeut 7.4 3.4 5.2 x10^9/L 2.0-8.0\nLymph 3.1 3.9 3.3 x10^9/L 1.2-4.0\nMono 1.1H 0.7 0.6 x10^9/L 0.1-1.0\nEos 0.0 0.0 0.0 x10^9/L 0.0-0.5\nBaso 0.0 0.0 0.1 x10^9/L 0.0-0.1\nBands 0.4 x10^9/L 0.0-0.5\n\n12Z167860 02/04/12 05:50\nFilm Comment : White cells show mild monocytosis and nild toxic changes\n in the neutrophils. Manual differential.\n Red cells show moderate numbers of target cells and some\n stomatocytes.\n Platelets appear normal.\nConclusion: No clinical information provided.\n ? Infection / inflammation\n Note anaemia, suggest iron studies.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/167", "resource": { "code": { "text": "Blood Gas" }, "contained": [ { "id": "req", "reason": [ { "text": "Automatic Request Registration" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/131" } } ], "effectiveDateTime": "2012-04-05T22:24:00Z", "id": "167", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z561767-16258642" } ], "issued": "2012-04-05T22:27:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/131" }, "text": { "div": "<div>\n \n <pre>\nComment: Potassium unavailable. Sample transported on ice.\n\nRequest No: Z561767\n Date: 05/04/12 Arterial\n Time: 22:24 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 Deg. C\npH 7.32L 7.35-7.45\npCO2 43 mmHg 35-45\nHCO3(Std) 21.0L mmol/L 22.0-30.0\nBase Excess -3.4L mmol/L -3.0/3.0\npO2 53L mmHg 75-100\nO2 Sat 85.0L % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium * mmol/L 3.5-5.5\nSodium 139 mmol/L 135-145\n\nBLOOD CO-OXIMETRY\nTotal Hb 97L g/L 115-150\n\n05/04/12 12Z516767\nGeneral Comments: Potassium unavailable. Sample transported on ice.\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/168", "resource": { "code": { "text": "General Biochemistry" }, "contained": [ { "id": "req", "reason": [ { "text": "Fall" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/132" } } ], "effectiveDateTime": "2012-04-05T22:20:00Z", "id": "168", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986930-16258641" } ], "issued": "2012-04-05T23:16:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/132" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 138 mmol/L ( 135-145 )\nPotassium 4.0 mmol/L ( 3.5-5.5 )\nChloride 103 mmol/L ( 95-110 )\nHCO3 28 mmol/L ( 22-30 )\nCreatinine 86 umol/L ( 64-104 )\n (Creatinine) 0.086 mmol/L ( 0.05-0.11)\nUrea 12.2 mmol/L ( 2.5-8.3 )\n eGFR 73 ( SEE-BELOW)\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/169", "resource": { "code": { "text": "FBE & Routine Haem" }, "contained": [ { "id": "req", "reason": [ { "text": "Fall" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/132" } } ], "effectiveDateTime": "2012-04-05T22:20:00Z", "id": "169", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968930-16258640" } ], "issued": "2012-04-06T08:48:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/132" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z968930\n Date: 05/04/12\n Time: 22:20 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 131 g/L 130-170\nWCC 11.6H x10^9/L 4.0-11.0\nPLT 220 x10^9/L 140-400\nRCC 3.65L x10^12/L 4.50-5.70\nPCV 0.38L L/L 0.40-0.50\nMCV 104.1H fL 80.0-96.0\nMCH 35.8H pg 27.0-33.0\nMCHC 344 g/L 320-360\nRDW 14.9 % 11.0-15.0\nWhite Cell Differential\nNeut 9.3H x10^9/L 2.0-8.0\nLymph 1.2 x10^9/L 1.2-4.0\nMono 0.9 x10^9/L 0.1-1.0\nEos 0.0 x10^9/L 0.0-0.5\nBaso 0.1 x10^9/L 0.0-0.1\n\n12Z986930 05/04/12 22:20\nFilm Comment : Red cells are mildly macrocytic with occasional target\n cells. Mild neutrophilia.\nConclusion: Common causes of macrocytosis include liver disease,\n B12/folate deficiency, and certain drugs including\n chemotherapy. Suggest liver function tests, serum\n B12/folate levels, and review drug history if cause not\n already known.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/170", "resource": { "code": { "text": "Routine Coagulation" }, "contained": [ { "id": "req", "reason": [ { "text": "Appendiceal Abscess" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/128" } } ], "effectiveDateTime": "2012-04-05T22:00:00Z", "id": "170", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986940-16258639" } ], "issued": "2012-04-05T22:57:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/128" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z968940\n Date: 05/04/12\n Time: 22:00 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 1.1 0.8-1.3\nAPTT 27 secs 23-36\nFibrinogen 4.0 g/L 2.0-5.0\n\nAPTT Therapeutic range for IV Heparin therapy = 60-85 seconds\nFrom 9.12.2010 APTT normal range 23 - 36 seconds.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/171", "resource": { "code": { "text": "General Biochemistry" }, "contained": [ { "id": "req", "reason": [ { "text": "Appendiceal Abscess" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/128" } } ], "effectiveDateTime": "2012-04-05T22:00:00Z", "id": "171", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986940-16258638" } ], "issued": "2012-04-06T01:17:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/128" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 139 mmol/L ( 135-145 )\nPotassium 3.9 mmol/L ( 3.5-5.5 )\nChloride 104 mmol/L ( 95-110 )\nHCO3 27 mmol/L ( 22-30 )\nCreatinine 54 umol/L ( 49-90 )\n (Creatinine) 0.054 mmol/L ( 0.05-0.09)\nUrea 3.4 mmol/L ( 2.5-8.3 )\n eGFR >90 ( SEE-BELOW)\nAlbumin 38 g/L ( 35-50 )\nAP 90 IU/L ( 30-120 )\nGGT 61 IU/L ( 10-65 )\nALT 23 IU/L ( <34 )\nAST 25 IU/L ( <31 )\nBili Total 6 umol/L ( <19 )\nProtein Total 86 g/L ( 65-85 )\nC-React Prot 4 mg/L ( <5 )\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/172", "resource": { "code": { "text": "FBE & Routine Haem" }, "contained": [ { "id": "req", "reason": [ { "text": "Appendiceal Abscess" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/128" } } ], "effectiveDateTime": "2012-04-05T22:00:00Z", "id": "172", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968940-16258637" } ], "issued": "2012-04-05T22:41:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/128" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z362853 Z236704 Z363276 Z566600 Z986940\n Date: 09/02/12 10/02/12 11/02/12 08/03/12 05/04/12\n Time: 05:25 05:00 05:45 12:00 22:00 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 111L 109L 111L 140 133 g/L 115-150\nWCC 12.9H 5.3 5.2 10.6 6.0 x10^9/L 4.0-11.0\nPLT 358 359 380 288 373 x10^9/L 140-400\nRCC 3.62L 3.45L 3.53L 4.43 4.25 x10^12/L 3.80-5.10\nPCV 0.33L 0.31L 0.32L 0.40 0.39 L/L 0.35-0.45\nMCV 90.6 90.5 90.2 90.4 92.3 fL 80.0-96.0\nMCH 30.7 31.6 31.3 31.6 31.4 pg 27.0-33.0\nMCHC 339 350 347 349 340 g/L 320-360\nRDW 14.6 14.3 14.4 16.2H 14.8 % 11.0-15.0\nWhite Cell Differential\nNeut 10.5H 3.5 2.4 9.1H 3.0 x10^9/L 2.0-8.0\nLymph 1.3 1.2 2.0 1.0L 2.5 x10^9/L 1.2-4.0\nMono 0.9 0.5 0.5 0.5 0.4 x10^9/L 0.1-1.0\nEos 0.0 0.1 0.2 0.1 0.1 x10^9/L 0.0-0.5\nBaso 0.1 0.0 0.0 0.0 0.0 x10^9/L 0.0-0.1\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/173", "resource": { "code": { "text": "Blood Gas" }, "contained": [ { "id": "req", "reason": [ { "text": "Automatic Request Registration" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/133" } } ], "effectiveDateTime": "2012-04-05T22:18:00Z", "id": "173", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z516667-16258636" } ], "issued": "2012-04-05T22:31:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/133" }, "text": { "div": "<div>\n \n <pre>\nRequest No: Z561556 Z561559 Z516662 Z561764 Z561667\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12 Arterial\n Time: 09:21 12:31 15:23 17:56 22:18 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 37.0 37.0 37.0 Deg. C\npH 7.30L 7.31L * * 7.35 7.35-7.45\npCO2 39 41 39 37 36 mmHg 35-45\nHCO3(Std) 19L 20L 20L mmol/L 22.0-30.0\nBase Excess -6.4L -5.1L -4.8L mmol/L -3.0/3.0\npO2 111H 104H 98 85 92 mmHg 75-100\nO2 Sat 98 98 97 96 97 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 2.7L 4.4 4.0 3.8 4.5 mmol/L 3.5-5.5\nSodium 153H 152H 152H 154H 153H mmol/L 135-145\nChloride 125H 126H 125H 125H 125H mmol/L 95-110\niCa++ 1.28 1.24 1.26 1.25 1.24 mmol/L 1.12-1.30\nGlucose 7.6 7.5 6.6 6.9 6.9 mmol/L 3.6-7.7\nLactate 1.8 1.5 1.8 1.7 1.9H mmol/L 0.2-1.8\n\nBLOOD CO-OXIMETRY\nTotal Hb 100L 100L 96L 101L 105L g/L 130-170\nReduced Hb 2.3 2.4 2.7 3.6 3.3 % 0-5\nCarbOxy Hb 0.5 0.6 0.6 0.7 0.6 % 0.5-1.5\nMeth Hb 1.3 1.9H 1.6H 1.5 1.6H % 0-1.5\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/174", "resource": { "code": { "text": "Routine Coagulation" }, "effectiveDateTime": "2012-04-05T22:10:00Z", "id": "174", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968920-16258635" } ], "issued": "2012-04-05T22:56:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/134" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z486606 Z468827 Z968920\n Date: 02/04/12 04/04/12 05/04/12\n Time: 11:40 09:45 22:10 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 1.1 1.1 1.2 0.8-1.3\nAPTT 24 24 22L secs 23-36\nFibrinogen 2.6 2.4 2.3 g/L 2.0-5.0\n\n12Z986920 05/04/12 22:10\nComment: Please note : Low APTT. ? Cause ? Pre-activation of\n specimen. Suggest repeat.\n\nAPTT Therapeutic range for IV Heparin therapy = 60-85 seconds\nFrom 9.12.2010 APTT normal range 23 - 36 seconds.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/175", "resource": { "code": { "text": "General Biochemistry" }, "effectiveDateTime": "2012-04-05T22:10:00Z", "id": "175", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968920-16258634" } ], "issued": "2012-04-05T22:47:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/134" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 141 mmol/L ( 135-145 )\nPotassium 4.6 mmol/L ( 3.5-5.5 )\nChloride 106 mmol/L ( 95-110 )\nHCO3 24 mmol/L ( 22-30 )\nCreatinine 110 umol/L ( 64-104 )\n (Creatinine) 0.110 mmol/L ( 0.05-0.11)\nUrea 11.1 mmol/L ( 2.5-8.3 )\n eGFR 58 ( SEE-BELOW)\nCalcium 2.34 mmol/L ( 2.10-2.60)\nPhosphate 1.51 mmol/L ( 0.8-1.5 )\nMagnesium 0.81 mmol/L ( 0.7-1.1 )\nAlbumin 34 g/L ( 35-50 )\nAP 99 IU/L ( 30-120 )\nGGT 32 IU/L ( 10-65 )\nALT 37 IU/L ( <45 )\nAST 26 IU/L ( <35 )\nBili Total 15 umol/L ( <19 )\nProtein Total 69 g/L ( 65-85 )\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/176", "resource": { "code": { "text": "FBE & Routine Haem" }, "effectiveDateTime": "2012-04-05T22:10:00Z", "id": "176", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986920-16258633" } ], "issued": "2012-04-05T22:34:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/134" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z468606 Z568213 Z986920\n Date: 02/04/12 05/04/12 05/04/12\n Time: 11:40 10:40 22:10 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 147 137 140 g/L 130-170\nWCC 10.1 11.2H 16.1H x10^9/L 4.0-11.0\nPLT 71L 89L 82L x10^9/L 140-400\nRCC 4.45L 4.21L 4.36L x10^12/L 4.50-5.70\nPCV 0.42 0.40 0.41 L/L 0.40-0.50\nMCV 95.1 95.7 94.8 fL 80.0-96.0\nMCH 32.9 32.6 32.2 pg 27.0-33.0\nMCHC 346 341 340 g/L 320-360\nRDW 13.6 13.0 13.1 % 11.0-15.0\nWhite Cell Differential\nNeut 7.9 9.0H 14.7H x10^9/L 2.0-8.0\nLymph 1.7 1.5 0.8L x10^9/L 1.2-4.0\nMono 0.2 0.6 0.6 x10^9/L 0.1-1.0\nEos 0.0 0.0 0.0 x10^9/L 0.0-0.5\nBaso 0.0 0.0 0.0 x10^9/L 0.0-0.1\nBands 0.3 x10^9/L 0.0-0.5\n\n12Z468606 02/04/12 11:40\nFilm Comment : Moderate thrombocytopenia. Occasional reactive\n lymphocytes. Manual differential. Red cells are mainly\n normocytic normochromic with occasional elongated cells.\nConclusion: Known history of immune thrombocytopenic purpura (ITP).\n Suggest follow up FBEs to monitor platelet count.\nComment: Film reveiwed by Dr Radio Xray - Haematology\n Registrar\n\n12Z568213 05/04/12 10:40\nComment: Note neutrophilia.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/177", "resource": { "code": { "text": "General Biochemistry" }, "contained": [ { "id": "req", "reason": [ { "text": "Chest Pain FI" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/135" } } ], "effectiveDateTime": "2012-04-05T22:05:00Z", "id": "177", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968910-16258632" } ], "issued": "2012-04-05T22:57:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/135" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nTroponin I 0.02 ug/L (See Below )\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/178", "resource": { "code": { "text": "General Biochemistry" }, "contained": [ { "id": "req", "reason": [ { "text": "Serial Troponins" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/136" } } ], "effectiveDateTime": "2012-04-05T22:00:00Z", "id": "178", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986900-16258631" } ], "issued": "2012-04-05T22:57:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/136" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nTroponin I <0.02 ug/L (See Below )\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/179", "resource": { "code": { "text": "Central Reception" }, "contained": [ { "id": "req", "reason": [ { "text": "R/Central Chest Pain Febrile" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/137" } } ], "effectiveDateTime": "2012-04-05T22:00:00Z", "id": "179", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968899-16258630" } ], "issued": "2012-04-05T22:00:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "partial", "subject": { "reference": "Patient/137" }, "text": { "div": "<div>\n \n <pre>\nNo Test Requested\nNTRC\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/180", "resource": { "code": { "text": "General Biochemistry" }, "contained": [ { "id": "req", "reason": [ { "text": "R/Central Chest Pain Febrile" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/137" } } ], "effectiveDateTime": "2012-04-05T22:00:00Z", "id": "180", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968899-16258629" } ], "issued": "2012-04-05T23:43:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/137" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 140 mmol/L ( 135-145 )\nPotassium 4.1 mmol/L ( 3.5-5.5 )\nChloride 102 mmol/L ( 95-110 )\nHCO3 30 mmol/L ( 22-30 )\nCreatinine 94 umol/L ( 64-104 )\n (Creatinine) 0.094 mmol/L ( 0.05-0.11)\nUrea 5.3 mmol/L ( 2.5-8.3 )\n eGFR 75 ( SEE-BELOW)\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/181", "resource": { "code": { "text": "FBE & Routine Haem" }, "contained": [ { "id": "req", "reason": [ { "text": "R/Central Chest Pain Febrile" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/137" } } ], "effectiveDateTime": "2012-04-05T22:00:00Z", "id": "181", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986899-16258628" } ], "issued": "2012-04-05T22:32:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/137" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z568703 Z169290 Z886775 Z169620 Z968899\n Date: 30/01/07 08/06/09 24/08/09 20/07/11 05/04/12\n Time: 17:50 08:30 02:10 06:30 22:00 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 161 136 151 141 138 g/L 130-170\nWCC 6.9 7.3 10.2 13.8H 4.2 x10^9/L 4.0-11.0\nPLT 299 229 280 207 159 x10^9/L 140-400\nRCC 5.44 4.47L 4.98 4.67 4.55 x10^12/L 4.50-5.70\nPCV 0.47 0.40 0.44 0.41 0.40 L/L 0.40-0.50\nMCV 85.9 89.7 88.4 87.8 87.3 fL 80.0-96.0\nMCH 29.6 30.3 30.3 30.2 30.4 pg 27.0-33.0\nMCHC 345 338 343 344 348 g/L 320-360\nRDW 12.7 13.1 12.6 13.0 13.0 % 11.0-15.0\nWhite Cell Differential\nNeut 4.6 4.6 7.6 11.0H 3.8 x10^9/L 2.0-8.0\nLymph 1.4 2.1 1.8 1.4 0.2L x10^9/L 1.2-4.0\nMono 0.7 0.5 0.6 1.2H 0.1 x10^9/L 0.1-1.0\nEos 0.1 0.1 0.1 0.2 0.0 x10^9/L 0.0-0.5\nBaso 0.0 0.0 0.0 0.0 0.0 x10^9/L 0.0-0.1\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/182", "resource": { "code": { "text": "General Biochemistry" }, "effectiveDateTime": "2012-04-05T22:11:00Z", "id": "182", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968889-16258627" } ], "issued": "2012-04-05T22:47:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/138" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 138 mmol/L ( 135-145 )\nPotassium 3.5 mmol/L ( 3.5-5.5 )\nChloride 107 mmol/L ( 95-110 )\nHCO3 24 mmol/L ( 22-30 )\nCreatinine 60 umol/L ( 49-90 )\n (Creatinine) 0.060 mmol/L ( 0.05-0.09)\nUrea 6.1 mmol/L ( 2.5-8.3 )\n eGFR >90 ( SEE-BELOW)\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/183", "resource": { "code": { "text": "FBE & Routine Haem" }, "effectiveDateTime": "2012-04-05T22:11:00Z", "id": "183", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986889-16258626" } ], "issued": "2012-04-05T22:32:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/138" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z968889\n Date: 05/04/12\n Time: 22:11 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 128 g/L 115-150\nWCC 9.9 x10^9/L 4.0-11.0\nPLT 303 x10^9/L 140-400\nRCC 3.89 x10^12/L 3.80-5.10\nPCV 0.37 L/L 0.35-0.45\nMCV 94.8 fL 80.0-96.0\nMCH 32.9 pg 27.0-33.0\nMCHC 347 g/L 320-360\nRDW 12.1 % 11.0-15.0\nWhite Cell Differential\nNeut 6.8 x10^9/L 2.0-8.0\nLymph 2.2 x10^9/L 1.2-4.0\nMono 0.8 x10^9/L 0.1-1.0\nEos 0.1 x10^9/L 0.0-0.5\nBaso 0.0 x10^9/L 0.0-0.1\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/184", "resource": { "code": { "text": "Wounds/Tips/Ent/Eye" }, "contained": [ { "id": "req", "reason": [ { "text": "Collapsed Low BP" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/139" } } ], "effectiveDateTime": "2012-04-05T22:00:00Z", "id": "184", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986879-16258625" } ], "issued": "2012-04-09T12:08:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/139" }, "text": { "div": "<div>\n \n <pre>\nLab No : Z860599\nSPECIMEN\nSpecimen Type : Swab\nDescription : site not stated\n\n\n\nGRAM STAIN\nLeucocytes +\nGram positive cocci +\n\n\nCULTURE\n\n\n\n\n1. Staphylococcus aureus ++\n\n\nSENSITIVITIES 1\n\nClindamycin S\nCotrimoxazole S\nErythromycin S\nFusidic Acid S\nOxacillin S\nPenicillin S\nRifampicin S\nVancomycin S\n\n\nThis oxacillin susceptible isolate will also be susceptible to\nflucloxacillin, methicillin, augmentin, cloxacillin, cephalexin,\ncephalothin and cefazolin.\nThis clindamycin sensitive isolate will also be sensitive to\nlincomycin.\n\n\nCOMMENT\nDry swab received only - swab in TRANSPORT MEDIUM is optimal for\nculture.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/185", "resource": { "code": { "text": "Blood Gas" }, "contained": [ { "id": "req", "reason": [ { "text": "Automatic Request Registration" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/129" } } ], "effectiveDateTime": "2012-04-05T22:13:00Z", "id": "185", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z516567-16258624" } ], "issued": "2012-04-06T06:21:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/129" }, "text": { "div": "<div>\n \n <pre>\nRequest No: Z561062 Z561063 Z516963 Z561366 Z561567\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12 Arterial\n Time: 14:47 16:20 17:16 20:36 22:13 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 37.0 37.0 37.0 Deg. C\npH 7.40 7.42 7.41 7.40 * 7.35-7.45\npCO2 38 34L 35 36 mmHg 35-45\nHCO3(Std) 24 23 23 23 mmol/L 22.0-30.0\nBase Excess -0.9 -1.9 -2.4 -1.8 mmol/L -3.0/3.0\npO2 67L 68L 85 74L mmHg 75-100\nO2 Sat 93L 94L 99 95 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 4.0 3.8 3.6 4.1 mmol/L 3.5-5.5\nSodium 140 140 141 140 mmol/L 135-145\nChloride 111H 111H 112H 113H mmol/L 95-110\niCa++ 1.21 1.17 1.15 1.18 mmol/L 1.12-1.30\nGlucose 5.6 5.7 5.5 5.8 mmol/L 3.6-7.7\nLactate 0.8 0.8 0.8 0.8 mmol/L 0.2-1.8\n\nBLOOD CO-OXIMETRY\nTotal Hb 106L 104L 103L 112L g/L 130-170\nReduced Hb 6.4H 5.5H 0.8 5.0 % 0-5\nCarbOxy Hb 1.3 1.4 1.1 1.2 % 0.5-1.5\nMeth Hb 1.3 1.1 1.5 1.4 % 0-1.5\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/186", "resource": { "code": { "text": "Urine Chemistry" }, "effectiveDateTime": "2012-04-05T18:11:00Z", "id": "186", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968769-16258623" } ], "issued": "2012-04-07T16:54:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/140" }, "text": { "div": "<div>\n \n <pre>\nURINE\n\nUrine Creatinine 11.5 mmol/L\nUrine Creatinine Excretion mmol/D ( 7-13 )\nCreatinine Clearance ml/sec ( 1.5-2.5 )\nCreatinine Clearance ml/min ( 90-150 )\nUrine Protein 0.34 g/L\nUrine Protein Excretion g/D ( <0.15 )\nProtein/Creat Ratio 30 mg/mmol Creat ( 15-35 )\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/187", "resource": { "code": { "text": "Surveillance" }, "contained": [ { "id": "req", "reason": [ { "text": "See Slip" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/141" } } ], "effectiveDateTime": "2012-04-05T20:00:00Z", "id": "187", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986895-16258622" } ], "issued": "2012-04-08T09:50:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/141" }, "text": { "div": "<div>\n \n <pre>\nLAB.NUMBER: Z364920\n\nSURVEILLANCE SCREENING\n\n\nCULTURE\nSCREENING TEST FOR VRE\n\nGROIN SWAB VRE not detected\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/188", "resource": { "code": { "text": "Routine Coagulation" }, "effectiveDateTime": "2012-04-05T21:50:00Z", "id": "188", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986859-16258621" } ], "issued": "2012-04-05T22:40:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/142" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z761461 Z663728 Z676651 Z364144 Z968859\n Date: 11/10/08 21/12/08 28/09/11 16/02/12 05/04/12\n Time: 09:45 21:20 12:45 07:55 21:50 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 2.2H 3.3H 1.1 1.2 1.1 0.8-1.3\nAPTT 28 28 secs 23-36\nFibrinogen 3.9 4.7 g/L 2.0-5.0\n\nAPTT Therapeutic range for IV Heparin therapy = 60-85 seconds\nFrom 9.12.2010 APTT normal range 23 - 36 seconds.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/189", "resource": { "code": { "text": "General Biochemistry" }, "effectiveDateTime": "2012-04-05T21:50:00Z", "id": "189", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968859-16258620" } ], "issued": "2012-04-05T22:56:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/142" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 138 mmol/L ( 135-145 )\nPotassium 5.2 mmol/L ( 3.5-5.5 )\nChloride 107 mmol/L ( 95-110 )\nHCO3 23 mmol/L ( 22-30 )\nCreatinine 127 umol/L ( 64-104 )\n (Creatinine) 0.127 mmol/L ( 0.05-0.11)\nUrea 16.8 mmol/L ( 2.5-8.3 )\n eGFR 47 ( SEE-BELOW)\nCalcium 2.38 mmol/L ( 2.10-2.60)\nPhosphate 1.11 mmol/L ( 0.8-1.5 )\nMagnesium 0.94 mmol/L ( 0.7-1.1 )\nAlbumin 32 g/L ( 35-50 )\nAP 201 IU/L ( 30-120 )\nGGT 360 IU/L ( 10-65 )\nALT 17 IU/L ( <45 )\nAST 31 IU/L ( <35 )\nBili Total 12 umol/L ( <19 )\nProtein Total 79 g/L ( 65-85 )\nTroponin I 0.08 ug/L (See Below )\nCK 43 IU/L ( <175 )\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/190", "resource": { "code": { "text": "FBE & Routine Haem" }, "effectiveDateTime": "2012-04-05T21:50:00Z", "id": "190", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986859-16258619" } ], "issued": "2012-04-05T22:32:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/142" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z167305 Z868378 Z766119 Z367707 Z968859\n Date: 01/04/12 03/04/12 04/04/12 05/04/12 05/04/12\n Time: 09:16 06:00 11:40 08:20 21:50 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 93L 95L 92L 98L 94L g/L 130-170\nWCC 7.5 7.2 7.2 8.0 9.0 x10^9/L 4.0-11.0\nPLT 200 214 * 226 244 x10^9/L 140-400\nRCC 3.80L 3.92L 3.83L 4.01L 3.91L x10^12/L 4.50-5.70\nPCV 0.28L 0.29L 0.29L 0.30L 0.30L L/L 0.40-0.50\nMCV 74.2L 74.6L 74.9L 75.7L 75.8L fL 80.0-96.0\nMCH 24.5L 24.3L 24.1L 24.5L 24.1L pg 27.0-33.0\nMCHC 330 326 322 323 318L g/L 320-360\nRDW 15.7H 15.6H 15.7H 15.7H 16.1H % 11.0-15.0\nWhite Cell Differential\nNeut 4.9 5.1 5.9 5.5 5.8 x10^9/L 2.0-8.0\nLymph 1.3 0.9L 0.7L 1.5 1.9 x10^9/L 1.2-4.0\nMono 0.6 0.1 0.4 0.6 0.7 x10^9/L 0.1-1.0\nEos 0.6H 0.6H 0.1 0.3 0.6H x10^9/L 0.0-0.5\nBaso 0.1 0.2H 0.0 0.0 0.1 x10^9/L 0.0-0.1\nBands 0.2 x10^9/L 0.0-0.5\n\n12Z886378 03/04/12 06:00\nFilm Comment : Manual differential. Red cells are microcytic hypochromic\n with some polychromasia, elongated cells and occasional\n target cells. Platelets appear normal.\nConclusion: Mild Eosinophilia persists.\n Known Beta-Thalassaemia Minor. Iron\n studies may be of value. Suggest repeat FBE.\n\n Film reviewed by Dr Radio Xray - Haematology\n Registrar\n\n12Z766119 04/04/12 11:40\nFilm Comment : Platelets appear normocytic normochromic with occasional\n fibrin strands noted. ? accuracy of platelet count. Red\n cells are unchanged. White cells are unremarkable.\nConclusion: Known beta thalassaemia minor. Suggest repeat FBE for an\n accurate platelet count.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/191", "resource": { "code": { "text": "Routine Coagulation" }, "contained": [ { "id": "req", "reason": [ { "text": "Heparin Infusion" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/143" } } ], "effectiveDateTime": "2012-04-05T22:05:00Z", "id": "191", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986869-16258618" } ], "issued": "2012-04-05T22:40:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/143" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z968315 Z968465 Z986643 Z968743 Z968869\n Date: 04/04/12 05/04/12 05/04/12 05/04/12 05/04/12\n Time: 21:10 03:15 10:54 16:10 22:05 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 1.3 0.8-1.3\nAPTT 105H 44H 38H 40H 40H secs 23-36\nFibrinogen 4.9 g/L 2.0-5.0\n\nAPTT Therapeutic range for IV Heparin therapy = 60-85 seconds\nFrom 9.12.2010 APTT normal range 23 - 36 seconds.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/192", "resource": { "code": { "text": "Blood Gas" }, "contained": [ { "id": "req", "reason": [ { "text": "Automatic Request Registration" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/121" } } ], "effectiveDateTime": "2012-04-05T22:05:00Z", "id": "192", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z561467-16258617" } ], "issued": "2012-04-05T22:11:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/121" }, "text": { "div": "<div>\n \n <pre>\nComment: Potassium unavailable. Sample transported on ice.\n\nRequest No: Z516467\n Date: 05/04/12 Arterial\n Time: 22:05 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 Deg. C\npH 7.34L 7.35-7.45\npCO2 32L mmHg 35-45\nHCO3(Std) 18.0L mmol/L 22.0-30.0\nBase Excess -7.9L mmol/L -3.0/3.0\npO2 80 mmHg 75-100\nO2 Sat 96.0 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium * mmol/L 3.5-5.5\nSodium 141 mmol/L 135-145\n\nBLOOD CO-OXIMETRY\nTotal Hb 99L g/L 115-150\n\n05/04/12 12Z561467\nGeneral Comments: Potassium unavailable. Sample transported on ice.\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/193", "resource": { "code": { "text": "Urine Chemistry" }, "effectiveDateTime": "2012-04-05T21:58:00Z", "id": "193", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968849-16258616" } ], "issued": "2012-04-05T22:16:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/144" }, "text": { "div": "<div>\n \n <pre>\nURINE\nPeriod ru. Hrs\nVolume nk ml\n\nUrine Creatinine 2.2 mmol/L\nUrine Creatinine Excretion mmol/D ( 7-13 )\nUrine Protein 0.51 g/L\nUrine Protein Excretion g/D ( <0.15 )\nProtein/Creat Ratio 232 H mg/mmol Creat ( 15-35 )\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/194", "resource": { "code": { "text": "Urine M/C/S" }, "effectiveDateTime": "2012-04-05T21:58:00Z", "id": "194", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968849-16258615" } ], "issued": "2012-04-07T08:57:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/144" }, "text": { "div": "<div>\n \n <pre>\nLab No : Z736764\nSPECIMEN\nSpecimen Type : Urine Type Not Stated\n\n\nCHEMISTRY\npH 6.5\nProtein +\nSpecific Grav. 1.012\nBlood +\nGlucose +\nLeucocytes NEGATIVE\n\n\nMICROSCOPY\nLeucocytes 5 x10^6/L ( <2x10^6/L )\nRed Blood Cells 2 x10^6/L ( <13x10^6/L )\nSquamous Epithelial Cells +\n\n\n\n\n\n\n\n\nSTANDARD BACTERIAL CULTURE\nNo Growth -Detection limit 10^7 CFU/L\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/195", "resource": { "code": { "text": "Routine Coagulation" }, "contained": [ { "id": "req", "reason": [ { "text": "PR Bleeding" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/145" } } ], "effectiveDateTime": "2012-04-05T21:40:00Z", "id": "195", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968839-16258614" } ], "issued": "2012-04-05T22:28:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/145" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z986839\n Date: 05/04/12\n Time: 21:40 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 1.0 0.8-1.3\nAPTT 21L secs 23-36\nFibrinogen 4.5 g/L 2.0-5.0\n\n12Z968839 05/04/12 21:40\nComment: Please note : Low APTT. ? Cause ? Pre-activation of\n specimen. Suggest repeat.\n\nAPTT Therapeutic range for IV Heparin therapy = 60-85 seconds\nFrom 9.12.2010 APTT normal range 23 - 36 seconds.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/196", "resource": { "code": { "text": "General Biochemistry" }, "contained": [ { "id": "req", "reason": [ { "text": "PR Bleeding" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/145" } } ], "effectiveDateTime": "2012-04-05T21:40:00Z", "id": "196", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968839-16258613" } ], "issued": "2012-04-05T22:31:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/145" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 143 mmol/L ( 135-145 )\nPotassium 4.5 mmol/L ( 3.5-5.5 )\nChloride 105 mmol/L ( 95-110 )\nHCO3 30 mmol/L ( 22-30 )\nCreatinine 77 umol/L ( 64-104 )\n (Creatinine) 0.077 mmol/L ( 0.05-0.11)\nUrea 7.5 mmol/L ( 2.5-8.3 )\n eGFR 86 ( SEE-BELOW)\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/197", "resource": { "code": { "text": "FBE & Routine Haem" }, "contained": [ { "id": "req", "reason": [ { "text": "PR Bleeding" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/145" } } ], "effectiveDateTime": "2012-04-05T21:40:00Z", "id": "197", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968839-16258612" } ], "issued": "2012-04-05T22:01:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/145" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z986839\n Date: 05/04/12\n Time: 21:40 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 143 g/L 130-170\nWCC 7.2 x10^9/L 4.0-11.0\nPLT 171 x10^9/L 140-400\nRCC 4.61 x10^12/L 4.50-5.70\nPCV 0.41 L/L 0.40-0.50\nMCV 88.4 fL 80.0-96.0\nMCH 31.1 pg 27.0-33.0\nMCHC 352 g/L 320-360\nRDW 13.8 % 11.0-15.0\nWhite Cell Differential\nNeut 5.5 x10^9/L 2.0-8.0\nLymph 1.0L x10^9/L 1.2-4.0\nMono 0.7 x10^9/L 0.1-1.0\nEos 0.0 x10^9/L 0.0-0.5\nBaso 0.0 x10^9/L 0.0-0.1\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/198", "resource": { "code": { "text": "General Biochemistry" }, "effectiveDateTime": "2012-04-05T21:53:00Z", "id": "198", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968829-16258611" } ], "issued": "2012-04-05T22:44:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/146" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 139 mmol/L ( 135-145 )\nPotassium 4.7 mmol/L ( 3.5-5.5 )\nChloride 101 mmol/L ( 95-110 )\nHCO3 27 mmol/L ( 22-30 )\nCreatinine 127 umol/L ( 49-90 )\n (Creatinine) 0.127 mmol/L ( 0.05-0.09)\nUrea 16.2 mmol/L ( 2.5-8.3 )\n eGFR 35 ( SEE-BELOW)\nTroponin I 0.04 ug/L (See Below )\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/199", "resource": { "code": { "text": "FBE & Routine Haem" }, "effectiveDateTime": "2012-04-05T21:53:00Z", "id": "199", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986829-16258610" } ], "issued": "2012-04-05T22:02:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/146" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z864851 Z864950 Z836163 Z863134 Z968829\n Date: 04/03/12 04/03/12 07/03/12 08/03/12 05/04/12\n Time: 07:48 09:40 10:15 09:55 21:53 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 103L 93L 81L 84L 96L g/L 115-150\nWCC 5.6 6.8 5.6 4.8 6.7 x10^9/L 4.0-11.0\nPLT 267 283 240 230 302 x10^9/L 140-400\nRCC 3.45L 3.17L 2.77L 2.80L 3.50L x10^12/L 3.80-5.10\nPCV 0.31L 0.28L 0.25L 0.25L 0.30L L/L 0.35-0.45\nMCV 89.7 87.3 88.8 88.3 84.9 fL 80.0-96.0\nMCH 29.7 29.2 29.4 30.2 27.4 pg 27.0-33.0\nMCHC 331 334 330 342 323 g/L 320-360\nRDW 16.5H 16.5H 16.7H 16.9H 16.9H % 11.0-15.0\nWhite Cell Differential\nNeut 4.0 5.2 3.9 3.5 4.5 x10^9/L 2.0-8.0\nLymph 0.8L 0.8L 0.7L 0.6L 0.8L x10^9/L 1.2-4.0\nMono 0.4 0.4 0.6 0.5 0.8 x10^9/L 0.1-1.0\nEos 0.4 0.4 0.5 0.3 0.5 x10^9/L 0.0-0.5\nBaso 0.0 0.0 0.0 0.0 0.1 x10^9/L 0.0-0.1\n\n12Z846851 04/03/12 07:48\nFilm Comment : Red cells are mainly normocytic normochromic with some\n elongated cells, target cells, polychromatic cells and\n mild rouleaux. Platelets show occasional large fomrs.\n White cells appear normal.\n\n12Z863134 08/03/12 09:55\nFilm Comment : Red cell changes persist. Film scanned.\nConclusion: Note persistent anaemia.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1100", "resource": { "code": { "text": "General Biochemistry" }, "effectiveDateTime": "2012-04-05T21:40:00Z", "id": "1100", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986819-16258609" } ], "issued": "2012-04-05T22:31:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/121" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 139 mmol/L ( 135-145 )\nPotassium 3.9 mmol/L ( 3.5-5.5 )\nChloride 110 mmol/L ( 95-110 )\nHCO3 18 mmol/L ( 22-30 )\nCreatinine 132 umol/L ( 49-90 )\n (Creatinine) 0.132 mmol/L ( 0.05-0.09)\nUrea 10.7 mmol/L ( 2.5-8.3 )\n eGFR 35 ( SEE-BELOW)\nCalcium 2.09 mmol/L ( 2.10-2.60)\nPhosphate 1.66 mmol/L ( 0.8-1.5 )\nMagnesium 1.10 mmol/L ( 0.8-1.0 )\nAlbumin 28 g/L ( 35-50 )\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1101", "resource": { "code": { "text": "FBE & Routine Haem" }, "effectiveDateTime": "2012-04-05T21:40:00Z", "id": "1101", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968819-16258608" } ], "issued": "2012-04-05T22:01:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/121" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z968356 Z986691 Z968819\n Date: 04/04/12 05/04/12 05/04/12\n Time: 22:01 10:00 21:40 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 109L 90L 100L g/L 115-150\nWCC 7.3 8.8 12.8H x10^9/L 4.0-11.0\nPLT 184 170 206 x10^9/L 140-400\nRCC 3.45L 2.82L 3.23L x10^12/L 3.80-5.10\nPCV 0.32L 0.26L 0.30L L/L 0.35-0.45\nMCV 92.5 92.1 92.4 fL 80.0-96.0\nMCH 31.5 31.9 31.0 pg 27.0-33.0\nMCHC 340 346 335 g/L 320-360\nRDW 15.8H 16.5H 16.3H % 11.0-15.0\nWhite Cell Differential\nNeut 6.7 8.0 11.4H x10^9/L 2.0-8.0\nLymph 0.5L 0.7L 0.5L x10^9/L 1.2-4.0\nMono 0.1 0.0L 0.9 x10^9/L 0.1-1.0\nEos 0.0 0.0 0.0 x10^9/L 0.0-0.5\nBaso 0.0 0.1 0.1 x10^9/L 0.0-0.1\n\n12Z968691 05/04/12 10:00\nComment: Intra-op\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1102", "resource": { "code": { "text": "Routine Coagulation" }, "effectiveDateTime": "2012-04-05T21:30:00Z", "id": "1102", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968809-16258607" } ], "issued": "2012-04-05T22:23:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/147" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z968694 Z986770 Z968745 Z968803 Z986809\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12\n Time: 11:25 14:57 17:00 19:00 21:30 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 1.1 0.8-1.3\nAPTT 55H 44H * 67H 61H secs 23-36\nFibrinogen 4.3 g/L 2.0-5.0\n\n12Z968803 05/04/12 19:00\nComment: Further testing with a heparin resistant reagent confirmed\n the presence of heparin. Please indicate anticoagulant\n therapy on request form.\n\n12Z968745 05/04/12 17:00\nComment: * Insufficient specimen to perform APTT. Ward informed.\n\nAPTT Therapeutic range for IV Heparin therapy = 60-85 seconds\nFrom 9.12.2010 APTT normal range 23 - 36 seconds.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1103", "resource": { "code": { "text": "Blood Gas" }, "contained": [ { "id": "req", "reason": [ { "text": "Automatic Request Registration" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/148" } } ], "effectiveDateTime": "2012-04-05T21:52:00Z", "id": "1103", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z561367-16258606" } ], "issued": "2012-04-05T21:56:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/148" }, "text": { "div": "<div>\n \n <pre>\nRequest No: Z561163 Z516164 Z561865 Z561566 Z516367\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12 Arterial\n Time: 16:22 17:26 20:00 20:52 21:52 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 37.0 37.0 37.0 Deg. C\npH 7.28L 7.17L 7.31L 7.37 7.37 7.35-7.45\npCO2 51H 50H 41 35 32L mmHg 35-45\nHCO3(Std) 20L 21L 20L mmol/L 22.0-30.0\nBase Excess -2.3 -9.8L -4.8L -4.6L -6.0L mmol/L -3.0/3.0\npO2 141H 233H 245H 134H 160H mmHg 75-100\nO2 Sat 98 98 99 99 99 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 3.9 3.7 4.2 4.3 4.2 mmol/L 3.5-5.5\nSodium 141 144 141 142 141 mmol/L 135-145\nChloride 115H 114H 115H mmol/L 95-110\niCa++ 1.07L 1.06L 1.07L mmol/L 1.12-1.30\nGlucose 10.8H 10.7H 11.0H mmol/L 3.6-7.7\nLactate 1.0 1.2 1.1 mmol/L 0.2-1.8\n\nBLOOD CO-OXIMETRY\nTotal Hb 104L 92L 94L 95L 98L g/L 130-170\nReduced Hb 0.8 1.4 1.0 % 0-5\nCarbOxy Hb 0.3L 0.5 0.6 % 0.5-1.5\nMeth Hb 1.6H 1.7H 1.6H % 0-1.5\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1104", "resource": { "code": { "text": "Blood Gas" }, "contained": [ { "id": "req", "reason": [ { "text": "Automatic Request Registration" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/145" } } ], "effectiveDateTime": "2012-04-05T21:49:00Z", "id": "1104", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z516267-16258605" } ], "issued": "2012-04-05T21:51:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/145" }, "text": { "div": "<div>\n \n <pre>\nRequest No: Z561267\n Date: 05/04/12 Arterial\n Time: 21:49 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 Deg. C\npH 7.37 7.35-7.45\npCO2 53H mmHg 35-45\nBase Excess 5.0H mmol/L -3.0/3.0\npO2 19L mmHg 75-100\nO2 Sat 25L % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 4.6 mmol/L 3.5-5.5\nSodium 142 mmol/L 135-145\n\nBLOOD CO-OXIMETRY\nTotal Hb 149 g/L 130-170\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1105", "resource": { "code": { "text": "General Biochemistry" }, "contained": [ { "id": "req", "reason": [ { "text": "Chest Pain" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/124" } } ], "effectiveDateTime": "2012-04-05T21:40:00Z", "id": "1105", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986898-16258604" } ], "issued": "2012-04-05T22:58:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/124" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 142 mmol/L ( 135-145 )\nPotassium 3.9 mmol/L ( 3.5-5.5 )\nChloride 105 mmol/L ( 95-110 )\nHCO3 27 mmol/L ( 22-30 )\nCreatinine 50 umol/L ( 49-90 )\n (Creatinine) 0.050 mmol/L ( 0.05-0.09)\nUrea 4.4 mmol/L ( 2.5-8.3 )\n eGFR >90 ( SEE-BELOW)\nAlbumin 40 g/L ( 35-50 )\nAP 91 IU/L ( 30-120 )\nGGT 28 IU/L ( 10-65 )\nALT 34 IU/L ( <34 )\nAST 22 IU/L ( <31 )\nBili Total 7 umol/L ( <19 )\nProtein Total 80 g/L ( 65-85 )\nTroponin I <0.02 ug/L (See Below )\nC-React Prot 5 mg/L ( <5 )\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1106", "resource": { "code": { "text": "FBE & Routine Haem" }, "contained": [ { "id": "req", "reason": [ { "text": "Chest Pain" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/124" } } ], "effectiveDateTime": "2012-04-05T21:40:00Z", "id": "1106", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968898-16258603" } ], "issued": "2012-04-05T22:01:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/124" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z968898\n Date: 05/04/12\n Time: 21:40 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 120 g/L 115-150\nWCC 6.9 x10^9/L 4.0-11.0\nPLT 250 x10^9/L 140-400\nRCC 4.16 x10^12/L 3.80-5.10\nPCV 0.34L L/L 0.35-0.45\nMCV 81.1 fL 80.0-96.0\nMCH 28.9 pg 27.0-33.0\nMCHC 356 g/L 320-360\nRDW 13.4 % 11.0-15.0\nWhite Cell Differential\nNeut 3.8 x10^9/L 2.0-8.0\nLymph 2.6 x10^9/L 1.2-4.0\nMono 0.4 x10^9/L 0.1-1.0\nEos 0.1 x10^9/L 0.0-0.5\nBaso 0.0 x10^9/L 0.0-0.1\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1107", "resource": { "code": { "text": "General Biochemistry" }, "contained": [ { "id": "req", "reason": [ { "text": "Trial See Slip" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/149" } } ], "effectiveDateTime": "2012-04-05T21:44:00Z", "id": "1107", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968888-16258602" } ], "issued": "2012-04-06T03:49:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/149" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nCK 344 IU/L ( <175 )\nCKMB Mass 34.0 ug/L ( <4 )\nLIPIDS\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1108", "resource": { "code": { "text": "Faeces" }, "contained": [ { "id": "req", "reason": [ { "text": "See Slip" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/150" } } ], "effectiveDateTime": "2012-04-05T21:00:00Z", "id": "1108", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968878-16258601" } ], "issued": "2012-04-07T14:25:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/150" }, "text": { "div": "<div>\n \n <pre>\nLab No : Z066808\nSPECIMEN\nSpecimen Type: Faeces\nDescription: Unformed\n\n\nCLOSTRIDIUM DIFFICILE\nC.difficile Culture: C.difficile NOT isolated\n\n\nCOMMENT\n* Faeces examination for patients in hospital for >3 days will\nONLY have C.difficile tests performed.\n\n If the clinical condition requires more extensive culture, other\npathogen detection, or if the clinical condition warrants further\ninvestigation, please contact the Microbiology Registrar.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1109", "resource": { "code": { "text": "Respiratory M/C/S" }, "effectiveDateTime": "2012-04-05T21:30:00Z", "id": "1109", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968868-16258600" } ], "issued": "2012-04-07T12:54:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/118" }, "text": { "div": "<div>\n \n <pre>\nLab No : Z996588\nSPECIMEN\nSpecimen Type : Tracheal Aspirate\n\n\nMICROSCOPY\n\nGRAM STAIN\nPus Cells +\nNo organisms seen\n\n\n\n\n\nCULTURE\n\nStandard culture: ++ Mixed upper respiratory tract flora\n\n\n\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1110", "resource": { "code": { "text": "Urine M/C/S" }, "effectiveDateTime": "2012-04-05T21:30:00Z", "id": "1110", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968868-16258599" } ], "issued": "2012-04-07T08:55:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/118" }, "text": { "div": "<div>\n \n <pre>\nLab No : Z736754\nSPECIMEN\nSpecimen Type : Urine Type Not Stated\n\n\nCHEMISTRY\npH 5.5\nProtein +\nSpecific Grav. >=1.030\nBlood NEGATIVE\nGlucose NEGATIVE\nLeucocytes NEGATIVE\n\n\nMICROSCOPY\nLeucocytes 4 x10^6/L ( <2x10^6/L )\nRed Blood Cells Nil x10^6/L ( <13x10^6/L )\nSquamous Epithelial Cells Nil\n\n\n\n\n\n\n\n\nSTANDARD BACTERIAL CULTURE\nNo Growth -Detection limit 10^7 CFU/L\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1111", "resource": { "code": { "text": "Blood Cultures" }, "effectiveDateTime": "2012-04-05T21:30:00Z", "id": "1111", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968868-16258598" } ], "issued": "2012-04-09T22:49:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "partial", "subject": { "reference": "Patient/118" }, "text": { "div": "<div>\n \n <pre>\nLab No : Z366352\nSPECIMENS\nSpecimen Type : Blood Cultures\nDescription : Venous/peripheral\n\nAerobic bottle 4 days Negative\nAnaerobic bottle 4 days Negative\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1112", "resource": { "code": { "text": "General Biochemistry" }, "contained": [ { "id": "req", "reason": [ { "text": "S\\H/A Anneurism" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/151" } } ], "effectiveDateTime": "2012-04-05T21:30:00Z", "id": "1112", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968858-16258597" } ], "issued": "2012-04-05T23:43:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/151" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nBili Total * umol/L ( <19 )\nProtein Total * g/L ( 65-85 )\n\nComment: The requested tests were not completed as no\n sample was received.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1113", "resource": { "code": { "text": "Csf & Fluid Chemistr" }, "contained": [ { "id": "req", "reason": [ { "text": "S\\H/A Anneurism" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/151" } } ], "effectiveDateTime": "2012-04-05T21:30:00Z", "id": "1113", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986858-16258596" } ], "issued": "2012-04-05T23:01:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/151" }, "text": { "div": "<div>\n \n <pre>\nMiscellaneous Fluid\nFluid Type: CSF\nCerebrospinal Fluid\nCsf Protein 0.22 g/L ( 0.15-0.45\nCsf Glucose 3.6 mmol/L ( 2.5-5.0)\n\nXanthochromia Test\n\nDate of Symptom Onset: 04/04/2012\nTime of Symptom Onset: 12:00\nDate of Lumbar Puncture: 05/04/2012\nTime of Lumbar Puncture: 21:30\nHand Delivered?: no\nTime Difference: 33:30\nXan Result As below\nXanthochromia Comment: Oxyhaemoglobin present but no significant\n bilirubin. The concentration of oxyhaemoglobin\n may mask a small but significant increase in\n bilirubin. Subarachnoid haemorrhage not\n excluded.\n NOTE: This xanthochromia result cannot be fully\n relied upon as specimens were not collected /\n forwarded according to protocol.\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1114", "resource": { "code": { "text": "CSF M/C/S" }, "contained": [ { "id": "req", "reason": [ { "text": "S\\H/A Anneurism" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/151" } } ], "effectiveDateTime": "2012-04-05T21:30:00Z", "id": "1114", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968858-16258595" } ], "issued": "2012-04-08T10:12:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/151" }, "text": { "div": "<div>\n \n <pre>\nLab No : Z262849\nSPECIMEN\nSpecimen Type : CSF Lumbar Puncture\n\nMACROSCOPIC APPEARANCE MACROSCOPIC APPEARANCE\n\nCSF Total volume: 7 ml(s)\n\nTUBE 3 TUBE 1\nClear and colourless Faintly bloodstained\n\nCELL COUNT: x10^6/L CELL COUNT: x10^6/L\nErythrocytes 3 Erythrocytes 114\nPolymorphs 0 Polymorphs 0\nLymphocytes 0 Lymphocytes 0\n\nCULTURE\nNo Growth After 2 Days.\n\nCOMMENT\nThis CSF specimen will be cultured on routine media for 48 hours.\nPlease contact the Microbiology registrar if either extended\nculture or special media are required.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1115", "resource": { "code": { "text": "Routine Coagulation" }, "contained": [ { "id": "req", "reason": [ { "text": "Chest Pain" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/152" } } ], "effectiveDateTime": "2012-04-05T21:25:00Z", "id": "1115", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968838-16258594" } ], "issued": "2012-04-05T22:28:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/152" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z764221 Z566945 Z765513 Z765914 Z986838\n Date: 28/07/11 09/03/12 10/03/12 11/03/12 05/04/12\n Time: 16:20 04:30 06:10 01:20 21:25 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 2.6H 2.7H 3.4H 3.5H 1.9H 0.8-1.3\nAPTT 31 secs 23-36\nFibrinogen 3.2 g/L 2.0-5.0\n\n12Z765513 10/03/12 06:10\nComment: Please indicate anticoagulant therapy on request form.\n\nAPTT Therapeutic range for IV Heparin therapy = 60-85 seconds\nFrom 9.12.2010 APTT normal range 23 - 36 seconds.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1116", "resource": { "code": { "text": "General Biochemistry" }, "contained": [ { "id": "req", "reason": [ { "text": "Chest Pain" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/152" } } ], "effectiveDateTime": "2012-04-05T21:25:00Z", "id": "1116", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968838-16258593" } ], "issued": "2012-04-05T22:29:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/152" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 143 mmol/L ( 135-145 )\nPotassium 4.3 mmol/L ( 3.5-5.5 )\nChloride 106 mmol/L ( 95-110 )\nHCO3 26 mmol/L ( 22-30 )\nCreatinine 89 umol/L ( 49-90 )\n (Creatinine) 0.089 mmol/L ( 0.05-0.09)\nUrea 8.5 mmol/L ( 2.5-8.3 )\n eGFR 53 ( SEE-BELOW)\nTroponin I 0.02 ug/L (See Below )\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1117", "resource": { "code": { "text": "FBE & Routine Haem" }, "contained": [ { "id": "req", "reason": [ { "text": "Chest Pain" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/152" } } ], "effectiveDateTime": "2012-04-05T21:25:00Z", "id": "1117", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986838-16258592" } ], "issued": "2012-04-05T22:01:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/152" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z765513 Z765823 Z756914 Z165519 Z968838\n Date: 10/03/12 10/03/12 11/03/12 12/03/12 05/04/12\n Time: 06:10 19:00 01:20 06:27 21:25 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 115 * 116 109L 112L g/L 115-150\nWCC 5.2 7.2 7.3 9.6 x10^9/L 4.0-11.0\nPLT 144 * 164 154 172 x10^9/L 140-400\nRCC 3.90 3.98 3.71L 3.83 x10^12/L 3.80-5.10\nPCV 0.34L 0.35 0.32L 0.34L L/L 0.35-0.45\nMCV 87.3 87.8 87.1 87.5 fL 80.0-96.0\nMCH 29.5 29.2 29.3 29.3 pg 27.0-33.0\nMCHC 338 332 337 335 g/L 320-360\nRDW 15.6H 15.5H 15.5H 15.6H % 11.0-15.0\nWhite Cell Differential\nNeut 3.2 4.7 5.3 6.7 x10^9/L 2.0-8.0\nLymph 1.4 1.7 1.4 2.0 x10^9/L 1.2-4.0\nMono 0.4 0.6 0.5 0.7 x10^9/L 0.1-1.0\nEos 0.2 0.2 0.1 0.2 x10^9/L 0.0-0.5\nBaso 0.0 0.1 0.0 0.1 x10^9/L 0.0-0.1\n\n12Z756823 10/03/12 19:00\nComment: * Please note: no specimen received.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1118", "resource": { "code": { "text": "Micro Sendout" }, "contained": [ { "id": "req", "reason": [ { "text": "Chest Pain Worse On Exercise" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/153" } } ], "effectiveDateTime": "2012-04-05T21:30:00Z", "id": "1118", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968848-16258591" } ], "issued": "2012-04-06T12:52:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/153" }, "text": { "div": "<div>\n \n <pre>\nSpecimen Type Serum\n\nTest performed at Friends Laboratory\n\n\n\nCOMMENT: This serum sample has been stored for 3 months. If clinically\n indicated please send convalescent sera 2-3 weeks after\n symptom onset for Mycoplasma, Influenza, Chlamydia and Q fever\n or 4-6 weeks after symptom onset for Legionella. More rapid\n results are available for Legionella pneumophila and\n Pneumococcus by urinary antigen testing, or for Influenza by\n PCR of nose/throat swabs.\n\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1119", "resource": { "code": { "text": "Blood Gas" }, "contained": [ { "id": "req", "reason": [ { "text": "Automatic Request Registration" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/124" } } ], "effectiveDateTime": "2012-04-05T21:26:00Z", "id": "1119", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z561167-16258590" } ], "issued": "2012-04-05T21:30:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/124" }, "text": { "div": "<div>\n \n <pre>\nRequest No: Z516524 Z561594 Z561539 Z516763 Z561167\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12 Arterial\n Time: 06:18 08:02 12:24 17:03 21:26 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 37.0 37.0 37.0 Deg. C\npH 7.36 7.37 7.32L 7.33L 7.39 7.35-7.45\npCO2 37 42 47H 46H 37 mmHg 35-45\nHCO3(Std) 21L 24 23 23 23 mmol/L 22.0-30.0\nBase Excess -3.7L -0.7 -1.6 -1.5 -2.1 mmol/L -3.0/3.0\npO2 105H 186H 115H 344H 239H mmHg 75-100\nO2 Sat 97 99 97 99 99 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 3.5 4.3 5.4 5.4 4.2 mmol/L 3.5-5.5\nSodium 145 141 137 136 134L mmol/L 135-145\nChloride 118H 113H 109 105 105 mmol/L 95-110\niCa++ 1.11L 1.20 1.20 1.19 1.18 mmol/L 1.12-1.30\nGlucose 5.3 7.1 10.4H 9.3H 13.8H mmol/L 3.6-7.7\nLactate 0.8 1.4 1.0 1.3 1.7 mmol/L 0.2-1.8\n\nBLOOD CO-OXIMETRY\nTotal Hb 74L 81L 86L 83L 71L g/L 115-150\nReduced Hb 2.7 1.1 2.5 0.9 1.2 % 0-5\nCarbOxy Hb 0.8 0.8 0.7 0.6 0.6 % 0.5-1.5\nMeth Hb 2.4H 1.6H 2.0H 2.1H 1.9H % 0-1.5\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1120", "resource": { "code": { "text": "Blood Gas" }, "contained": [ { "id": "req", "reason": [ { "text": "Automatic Request Registration" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/122" } } ], "effectiveDateTime": "2012-04-05T21:22:00Z", "id": "1120", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z561067-16258589" } ], "issued": "2012-04-05T21:26:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/122" }, "text": { "div": "<div>\n \n <pre>\nRequest No: Z561261 Z516463 Z561864 Z561765 Z516067\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12 Arterial\n Time: 14:13 16:46 18:10 19:54 21:22 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 37.0 37.0 37.0 Deg. C\npH 7.26L 7.36 7.40 7.36 7.24L 7.35-7.45\npCO2 26L 23L 21L 27L 44 mmHg 35-45\nHCO3(Std) 14L 16L 17L 17L 18L mmol/L 22.0-30.0\nBase Excess -14.4L -11.8L -10.8L -9.4L -7.9L mmol/L -3.0/3.0\npO2 142H 138H 136H 306H 345H mmHg 75-100\nO2 Sat 99 99 100 100 100 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 5.0 5.7H 6.0H 5.6H 6.2H mmol/L 3.5-5.5\nSodium 142 140 141 138 136 mmol/L 135-145\nChloride 109 107 106 107 105 mmol/L 95-110\niCa++ 0.98L 0.99L 0.98L 0.97L 0.98L mmol/L 1.12-1.30\nGlucose 5.2 5.3 4.4 7.4 6.4 mmol/L 3.6-7.7\nLactate 15.0H 12.3H 11.7H 9.3H 7.5H mmol/L 0.2-1.8\n\nBLOOD CO-OXIMETRY\nTotal Hb 99L 106L 109L 108L 108L g/L 130-170\nReduced Hb 1.2 0.6 0.5 -0.2L -0.1L % 0-5\nCarbOxy Hb 1.4 1.7H 1.8H 1.4 1.3 % 0.5-1.5\nMeth Hb 1.2 1.0 1.2 1.1 0.7 % 0-1.5\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1121", "resource": { "code": { "text": "General Biochemistry" }, "effectiveDateTime": "2012-04-05T21:10:00Z", "id": "1121", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986808-16258588" } ], "issued": "2012-04-05T22:23:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/154" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 141 mmol/L ( 135-145 )\nPotassium 4.0 mmol/L ( 3.5-5.5 )\nChloride 111 mmol/L ( 95-110 )\nHCO3 21 mmol/L ( 22-30 )\nCreatinine 75 umol/L ( 64-104 )\n (Creatinine) 0.075 mmol/L ( 0.05-0.11)\nUrea 7.0 mmol/L ( 2.5-8.3 )\n eGFR 89 ( SEE-BELOW)\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1122", "resource": { "code": { "text": "FBE & Routine Haem" }, "effectiveDateTime": "2012-04-05T21:10:00Z", "id": "1122", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968808-16258587" } ], "issued": "2012-04-05T21:35:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/154" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z069574 Z616341 Z968385 Z968583 Z986808\n Date: 28/10/11 02/11/11 04/04/12 05/04/12 05/04/12\n Time: 11:10 13:00 21:25 06:15 21:10 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 134 133 156 155 121L g/L 130-170\nWCC 7.0 11.6H 12.6H 12.8H 8.7 x10^9/L 4.0-11.0\nPLT 298 315 339 341 283 x10^9/L 140-400\nRCC 4.35L 4.31L 5.10 5.03 3.90L x10^12/L 4.50-5.70\nPCV 0.40 0.40 0.47 0.46 0.36L L/L 0.40-0.50\nMCV 91.5 92.1 91.8 92.3 91.6 fL 80.0-96.0\nMCH 30.7 30.8 30.5 30.9 31.0 pg 27.0-33.0\nMCHC 336 335 333 335 339 g/L 320-360\nRDW 15.2H 15.2H 14.8 14.5 14.4 % 11.0-15.0\nWhite Cell Differential\nNeut 4.7 8.8H 10.8H 9.1H 6.2 x10^9/L 2.0-8.0\nLymph 1.7 1.8 1.1L 0.5L 1.7 x10^9/L 1.2-4.0\nMono 0.4 1.0 0.6 0.6 0.8 x10^9/L 0.1-1.0\nEos 0.0 0.0 0.1 0.0 0.1 x10^9/L 0.0-0.5\nBaso 0.1 0.0 0.1 0.0 0.0 x10^9/L 0.0-0.1\nBands 2.6H x10^9/L 0.0-0.5\n\n11Z661341 02/11/11 13:00\nComment: Note: mild neutrophilia. Instrument differential and\n parameters reported.\n\n12Z968583 05/04/12 06:15\nFilm Comment : Mild neutrophilia with toxic changes and a moderate left\n shift. Manual differential. Red cells are mainly\n normocytic normochromic with occasional elongated cells.\n Platelets appear normal.\nConclusion: ? Infection / inflammation. repeat FBE may be of value.\n\n12Z986808 05/04/12 21:10\nComment: Please note fall in haemoglobin and platelet count since\n the previous examination. ?Rehydration. Suggest repeat.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1123", "resource": { "code": { "text": "General Biochemistry" }, "effectiveDateTime": "2012-04-05T20:10:00Z", "id": "1123", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986818-16258586" } ], "issued": "2012-04-05T22:23:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/155" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 133 mmol/L ( 135-145 )\nPotassium 3.7 mmol/L ( 3.5-5.5 )\nChloride 99 mmol/L ( 95-110 )\nHCO3 25 mmol/L ( 22-30 )\nCreatinine 175 umol/L ( 49-90 )\n (Creatinine) 0.175 mmol/L ( 0.05-0.09)\nUrea 9.1 mmol/L ( 2.5-8.3 )\n eGFR 28 ( SEE-BELOW)\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1124", "resource": { "code": { "text": "General Biochemistry" }, "effectiveDateTime": "2012-04-05T20:10:00Z", "id": "1124", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968818-16258586" } ], "issued": "2012-04-05T22:23:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/155" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 133 mmol/L ( 135-145 )\nPotassium 3.7 mmol/L ( 3.5-5.5 )\nChloride 99 mmol/L ( 95-110 )\nHCO3 25 mmol/L ( 22-30 )\nCreatinine 175 umol/L ( 49-90 )\n (Creatinine) 0.175 mmol/L ( 0.05-0.09)\nUrea 9.1 mmol/L ( 2.5-8.3 )\n eGFR 28 ( SEE-BELOW)\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1125", "resource": { "code": { "text": "FBE & Routine Haem" }, "effectiveDateTime": "2012-04-05T20:10:00Z", "id": "1125", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968818-16258585" } ], "issued": "2012-04-05T21:36:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/155" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z376489 Z868657 Z868982 Z986405 Z968818\n Date: 03/04/12 03/04/12 04/04/12 05/04/12 05/04/12\n Time: 09:38 16:45 03:45 02:35 20:10 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 95L 84L 97L 93L 81L g/L 115-150\nWCC 7.8 11.4H 8.1 9.1 6.8 x10^9/L 4.0-11.0\nPLT 127L 142 110L 123L 125L x10^9/L 140-400\nRCC 3.22L 2.90L 3.29L 3.16L 2.75L x10^12/L 3.80-5.10\nPCV 0.27L 0.24L 0.28L 0.27L 0.23L L/L 0.35-0.45\nMCV 85.1 84.0 85.1 86.3 85.1 fL 80.0-96.0\nMCH 29.5 29.1 29.4 29.4 29.3 pg 27.0-33.0\nMCHC 346 346 345 340 344 g/L 320-360\nRDW 14.2 14.3 14.9 14.3 15.0 % 11.0-15.0\nWhite Cell Differential\nNeut 6.4 8.1H 6.5 7.6 5.2 x10^9/L 2.0-8.0\nLymph 0.9L 1.6 1.0L 0.8L 1.1L x10^9/L 1.2-4.0\nMono 0.4 1.0 0.5 0.6 0.5 x10^9/L 0.1-1.0\nEos 0.0 0.1 0.0 0.1 0.1 x10^9/L 0.0-0.5\nBaso 0.0 0.0 0.0 0.0 0.0 x10^9/L 0.0-0.1\nBands 0.2 x10^9/L 0.0-0.5\nMeta 0.3H x10^9/L 0.0\nNRBC 1H /100WBCs 0\nNRBC Abs 0.1H x10^9/L 0\n\n12Z868657 03/04/12 16:45\nFilm Comment : Manual differential. Mild neutrophilia with slight left\n shift. A rare nucleated red blood cell seen and increased\n rouleaux. Mild thrombocytopenia.\nConclusion: Please note fall in haemoglobin since the previous\n examination. ? any infection / inflammation.\n No clinical information provided.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1126", "resource": { "code": { "text": "Special Coagulation" }, "effectiveDateTime": "2012-04-05T20:10:00Z", "id": "1126", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986818-16258584" } ], "issued": "2012-04-05T22:07:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/155" }, "text": { "div": "<div>\n \n <pre>\nAnti-Factor Xa Assay (Plasma)\nHeparin Level by Anti-Xa 0.07 U/mL\n\nAnti-Factor Xa Comment:\n Reference range for Anti-Xa level depends upon route, time, dose and\n reason for anticoagulation.\n Therapeutic anticoagulation with LMWH (such as Enoxaparin) generally does\n not require routine monitoring. However, anti-Xa levels are recommended\n for patients on LMWH requiring dose adjustment in settings of (1) renal\n impairment, (2) obesity and (3) pregnancy. To assist interpretation of\n therapeutic ranges, anti-Xa levels should be collected four hours after\n the third dose. For less common indications such a patients at high risk\n of bleeding, and interpretation of results, please contact the on-call\n laboratory Haematology registrar or Haematologist via ACME switchboard.\n\nTests of Hypercoagulability (Plasma)\nAntithrombin (Functional) 88 % (80-120)\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1127", "resource": { "code": { "text": "Routine Coagulation" }, "effectiveDateTime": "2012-04-05T20:10:00Z", "id": "1127", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968818-16258583" } ], "issued": "2012-04-05T21:48:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/155" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z367489 Z886657 Z868982 Z968405 Z986818\n Date: 03/04/12 03/04/12 04/04/12 05/04/12 05/04/12\n Time: 09:38 16:45 03:45 02:35 20:10 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 1.2 1.2 1.3 1.3 1.3 0.8-1.3\nAPTT 74H 70H 59H 64H 66H secs 23-36\nFibrinogen 6.5H 6.7H 6.4H 7.3H 6.2H g/L 2.0-5.0\n\nAPTT Therapeutic range for IV Heparin therapy = 60-85 seconds\nFrom 9.12.2010 APTT normal range 23 - 36 seconds.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1128", "resource": { "code": { "text": "Internal Serology" }, "contained": [ { "id": "req", "reason": [ { "text": "Chest Pain Worse On Exercise" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/153" } } ], "effectiveDateTime": "2012-04-05T21:17:00Z", "id": "1128", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986828-16258582" } ], "issued": "2012-04-10T12:51:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/153" }, "text": { "div": "<div>\n \n <pre>\nSpecimen Type: Urine\n\nLegionella Antigen by Immunochromatography : NOT Detected\n\nS.pneumoniae Antigen by Immunochromatography : NOT Detected\n\n\nGENERAL COMMENT:\n\nLEGIONELLA URINARY ANTIGEN:\nPresumptive negative for Legionella pneumophila serogroup 1\nantigen in urine. Infection due to Legionella cannot be ruled out\nsince other serogroups and species may cause disease.\nAntigen may not be present in urine in early infection.\nPlease send another urine if clinically indicated.\n\nSTREPTOCOCCUS PNEUMONIAE ANTIGEN:\nPresumptive negative for pneumococcal pneumonia.\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1129", "resource": { "code": { "text": "General Biochemistry" }, "effectiveDateTime": "2012-04-05T21:05:00Z", "id": "1129", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968897-16258581" } ], "issued": "2012-04-05T22:22:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/156" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 137 mmol/L ( 135-145 )\nPotassium 4.6 mmol/L ( 3.5-5.5 )\nChloride 106 mmol/L ( 95-110 )\nHCO3 23 mmol/L ( 22-30 )\nCreatinine 161 umol/L ( 64-104 )\n (Creatinine) 0.161 mmol/L ( 0.05-0.11)\nUrea 16.4 mmol/L ( 2.5-8.3 )\n eGFR 37 ( SEE-BELOW)\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1130", "resource": { "code": { "text": "Respiratory M/C/S" }, "effectiveDateTime": "2012-04-05T21:10:00Z", "id": "1130", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968887-16258579" } ], "issued": "2012-04-06T14:19:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/157" }, "text": { "div": "<div>\n \n <pre>\nLab No : Z996578\nSPECIMEN\nSpecimen Type : Sputum\n\n\nMICROSCOPY\n\nGRAM STAIN\nMacroscopic Description Mucoid\nPus:Epithelial Cell Ratio <25:10\nPus Cells Occasional\nSquamous Epithelial Cells ++\nGram positive cocci +\nGram positive bacilli +\nGram negative bacilli +\nyeasts Occasional\n\n Standard bacterial culture is not indicated as the ratio\n of pus to epithelial cells, or the bacteria seen in the\n Gram stain indicate salivary contamination.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1131", "resource": { "code": { "text": "Blood Gas" }, "contained": [ { "id": "req", "reason": [ { "text": "Automatic Request Registration" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/158" } } ], "effectiveDateTime": "2012-04-05T21:08:00Z", "id": "1131", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z561866-16258578" } ], "issued": "2012-04-05T21:12:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/158" }, "text": { "div": "<div>\n \n <pre>\nRequest No: Z516566 Z561599 Z561862 Z516564 Z561866\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12 Arterial\n Time: 09:24 12:42 15:58 17:46 21:08 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 37.0 37.0 37.0 Deg. C\npH 7.32L 7.37 7.37 7.36 7.38 7.35-7.45\npCO2 35 34L 34L 35 33L mmHg 35-45\nHCO3(Std) 18L 20L 20L 20L 20L mmol/L 22.0-30.0\nBase Excess -7.3L -5.1L -5.0L -5.3L -4.8L mmol/L -3.0/3.0\npO2 129H 112H 117H 95 81 mmHg 75-100\nO2 Sat 99 98 99 98 96 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 4.4 3.9 4.6 4.3 4.2 mmol/L 3.5-5.5\nSodium 135 134L 135 137 135 mmol/L 135-145\nChloride 110 110 110 110 109 mmol/L 95-110\niCa++ 1.06L 1.05L 1.08L 1.09L 1.08L mmol/L 1.12-1.30\nGlucose 8.7H 9.0H 7.6 6.7 10.3H mmol/L 3.6-7.7\nLactate 2.5H 2.1H 2.8H 2.6H 2.0H mmol/L 0.2-1.8\n\nBLOOD CO-OXIMETRY\nTotal Hb 80L 79L 80L 81L 81L g/L 115-150\nReduced Hb 1.3 1.7 1.1 2.4 3.7 % 0-5\nCarbOxy Hb 0.7 0.6 0.7 0.6 0.6 % 0.5-1.5\nMeth Hb 1.1 1.6H 1.1 0.8 1.1 % 0-1.5\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1132", "resource": { "code": { "text": "Endo / Nutrition" }, "contained": [ { "id": "req", "reason": [ { "text": "Chest Pain Fi" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/135" } } ], "effectiveDateTime": "2012-04-05T16:52:00Z", "id": "1132", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968704-16258577" } ], "issued": "2012-04-05T21:58:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/135" }, "text": { "div": "<div>\n \n <pre>\nTHYROID FUNCTION\nTSH 2.52 mIU/L ( 0.1-4.0 )\n\n\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1133", "resource": { "code": { "text": "Urine M/C/S" }, "effectiveDateTime": "2012-04-05T20:20:00Z", "id": "1133", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968867-16258576" } ], "issued": "2012-04-07T08:55:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/159" }, "text": { "div": "<div>\n \n <pre>\nLab No : Z736744\nSPECIMEN\nSpecimen Type : Urine In/Out Catheter\n\n\nCHEMISTRY\npH 5.5\nProtein TRACE\nSpecific Grav. 1.018\nBlood NEGATIVE\nGlucose NEGATIVE\nLeucocytes +\n\n\nMICROSCOPY\nLeucocytes 5 x10^6/L ( <2x10^6/L )\nRed Blood Cells Nil x10^6/L ( <13x10^6/L )\nSquamous Epithelial Cells Nil\n\n\n\n\n\n\n\n\nSTANDARD BACTERIAL CULTURE\nNo Growth -Detection limit 10^7 CFU/L\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1134", "resource": { "code": { "text": "Urine M/C/S" }, "contained": [ { "id": "req", "reason": [ { "text": "Collapsed Low BP" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/139" } } ], "effectiveDateTime": "2012-04-05T21:00:00Z", "id": "1134", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968877-16258575" } ], "issued": "2012-04-07T08:55:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/139" }, "text": { "div": "<div>\n \n <pre>\nLab No : Z736734\nSPECIMEN\nSpecimen Type : Urine Midstream\n\n\nCHEMISTRY\npH 5.5\nProtein +\nSpecific Grav. 1.025\nBlood NEGATIVE\nGlucose NEGATIVE\nLeucocytes TRACE\n\n\nMICROSCOPY\nLeucocytes 28 x10^6/L ( <2x10^6/L )\nRed Blood Cells 6 x10^6/L ( <13x10^6/L )\nSquamous Epithelial Cells ++\n\n\n\n\n\n\n\n\nSTANDARD BACTERIAL CULTURE\nNo Growth -Detection limit 10^7 CFU/L\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1135", "resource": { "code": { "text": "Urine M/C/S" }, "effectiveDateTime": "2012-04-05T20:45:00Z", "id": "1135", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968857-16258574" } ], "issued": "2012-04-07T08:55:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/160" }, "text": { "div": "<div>\n \n <pre>\nLab No : Z736724\nSPECIMEN\nSpecimen Type : Urine Type Not Stated\n\n\nCHEMISTRY\npH 5.0\nProtein NEGATIVE\nSpecific Grav. 1.014\nBlood NEGATIVE\nGlucose NEGATIVE\nLeucocytes NEGATIVE\n\n\nMICROSCOPY\nLeucocytes 1 x10^6/L ( <2x10^6/L )\nRed Blood Cells 3 x10^6/L ( <13x10^6/L )\nSquamous Epithelial Cells Nil\n\n\n\n\n\n\n\n\nSTANDARD BACTERIAL CULTURE\nNo Growth -Detection limit 10^7 CFU/L\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1136", "resource": { "code": { "text": "Routine Coagulation" }, "effectiveDateTime": "2012-04-05T20:59:00Z", "id": "1136", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968847-16258573" } ], "issued": "2012-04-05T21:27:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/120" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z176645 Z868279 Z868875 Z986450 Z968847\n Date: 01/04/12 03/04/12 04/04/12 05/04/12 05/04/12\n Time: 22:00 02:00 00:30 00:10 20:59 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 1.0 1.0 1.0 1.1 1.1 0.8-1.3\nAPTT 28 26 28 27 25 secs 23-36\nFibrinogen 6.8H 7.8H 7.9H 8.9H 8.0H g/L 2.0-5.0\n\nAPTT Therapeutic range for IV Heparin therapy = 60-85 seconds\nFrom 9.12.2010 APTT normal range 23 - 36 seconds.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1137", "resource": { "code": { "text": "General Biochemistry" }, "effectiveDateTime": "2012-04-05T20:59:00Z", "id": "1137", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968847-16258572" } ], "issued": "2012-04-05T21:47:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/120" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 140 mmol/L ( 135-145 )\nPotassium 4.9 mmol/L ( 3.5-5.5 )\nChloride 106 mmol/L ( 95-110 )\nHCO3 27 mmol/L ( 22-30 )\nCreatinine 43 umol/L ( 64-104 )\n (Creatinine) 0.043 mmol/L ( 0.05-0.11)\nUrea 3.5 mmol/L ( 2.5-8.3 )\n eGFR >90 ( SEE-BELOW)\nCalcium 2.16 mmol/L ( 2.10-2.60)\nPhosphate 1.42 mmol/L ( 0.8-1.5 )\nMagnesium 0.81 mmol/L ( 0.7-1.1 )\nAlbumin 21 g/L ( 35-50 )\nAP 117 IU/L ( 30-120 )\nGGT 172 IU/L ( 10-65 )\nALT 31 IU/L ( <45 )\nAST 58 IU/L ( <35 )\nBili Total 17 umol/L ( <19 )\nProtein Total 55 g/L ( 65-85 )\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1138", "resource": { "code": { "text": "FBE & Routine Haem" }, "effectiveDateTime": "2012-04-05T20:59:00Z", "id": "1138", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968847-16258571" } ], "issued": "2012-04-05T22:29:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/120" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z176645 Z868279 Z868875 Z986450 Z968847\n Date: 01/04/12 03/04/12 04/04/12 05/04/12 05/04/12\n Time: 22:00 02:00 00:30 00:10 20:59 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 83L 79L 80L 82L 96L g/L 130-170\nWCC 12.7H 9.2 8.1 10.9 16.1H x10^9/L 4.0-11.0\nPLT 147 190 236 321 410H x10^9/L 140-400\nRCC 2.70L 2.54L 2.55L 2.64L 3.12L x10^12/L 4.50-5.70\nPCV 0.24L 0.23L 0.23L 0.24L 0.28L L/L 0.40-0.50\nMCV 90.5 90.2 90.1 91.3 89.3 fL 80.0-96.0\nMCH 30.9 31.1 31.3 31.0 30.8 pg 27.0-33.0\nMCHC 341 345 347 340 344 g/L 320-360\nRDW 14.4 14.5 14.7 14.6 14.3 % 11.0-15.0\nWhite Cell Differential\nNeut 9.6H 5.5 5.1 7.6 11.6H x10^9/L 2.0-8.0\nLymph 1.7 2.3 1.1L 1.5 0.5L x10^9/L 1.2-4.0\nMono 1.3H 0.6 1.4H 1.5H 2.6H x10^9/L 0.1-1.0\nEos 0.1 0.3 0.3 0.3 0.0 x10^9/L 0.0-0.5\nBaso 0.0 0.0 0.0 0.1 0.0 x10^9/L 0.0-0.1\nBands 0.5 0.2 1.4H x10^9/L 0.0-0.5\n\n12Z868279 03/04/12 02:00\nFilm Comment : Neutrophils show a slight left shift and mild toxic\n changes. Manual differential. Red cells are mainly\n normocytic normochromic with some target cells,\n polychromatic cells and mild rouleaux. Platelets appear\n normal.\n\n12Z886875 04/04/12 00:30\nFilm Comment : Manual differential.\n\n12Z968847 05/04/12 20:59\nFilm Comment : Manual differential. Mild neutrophilia and monocytosis\n with left shift and slight toxic granulation. Red cells\n essentially unchanged.\nConclusion: Increase in leucocyte count since the last examination.\n ? any acute infection / inflammation.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1139", "resource": { "code": { "text": "Urine M/C/S" }, "contained": [ { "id": "req", "reason": [ { "text": "Febrile FI" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/161" } } ], "effectiveDateTime": "2012-04-05T20:45:00Z", "id": "1139", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968837-16258570" } ], "issued": "2012-04-07T08:55:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/161" }, "text": { "div": "<div>\n \n <pre>\nLab No : Z763714\nSPECIMEN\nSpecimen Type : Urine Type Not Stated\n\n\nCHEMISTRY\npH 7.5\nProtein ++\nSpecific Grav. 1.017\nBlood NEGATIVE\nGlucose NEGATIVE\nLeucocytes NEGATIVE\n\n\nMICROSCOPY\nLeucocytes 3 x10^6/L ( <2x10^6/L )\nRed Blood Cells 5 x10^6/L ( <13x10^6/L )\nSquamous Epithelial Cells Nil\n\n\n\n\n\n\n\n\nSTANDARD BACTERIAL CULTURE\nNo Growth -Detection limit 10^7 CFU/L\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1140", "resource": { "code": { "text": "Endo / Nutrition" }, "effectiveDateTime": "2012-04-05T20:10:00Z", "id": "1140", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968827-16258569" } ], "issued": "2012-04-05T23:44:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/162" }, "text": { "div": "<div>\n \n <pre>\nCortisol 37 L nmol/L ( 120-650 )\nCortisol Diurnal Variation:AM (0800 - 0900): 150 - 650 nmol/L\n PM (1500 - 1600): 120 - 400 nmol/L\n\n\n\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1141", "resource": { "code": { "text": "General Biochemistry" }, "effectiveDateTime": "2012-04-05T20:10:00Z", "id": "1141", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968827-16258568" } ], "issued": "2012-04-05T22:41:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/162" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 141 mmol/L ( 135-145 )\nPotassium 3.6 mmol/L ( 3.5-5.5 )\nChloride 103 mmol/L ( 95-110 )\nHCO3 31 mmol/L ( 22-30 )\nCreatinine 88 umol/L ( 64-104 )\n (Creatinine) 0.088 mmol/L ( 0.05-0.11)\nUrea 4.9 mmol/L ( 2.5-8.3 )\n eGFR 88 ( SEE-BELOW)\nOsmolality 290 mosm/kg( 280-300 )\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1142", "resource": { "code": { "text": "Urine Chemistry" }, "effectiveDateTime": "2012-04-05T20:10:00Z", "id": "1142", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986827-16258567" } ], "issued": "2012-04-05T22:41:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/162" }, "text": { "div": "<div>\n \n <pre>\nURINE\nPeriod ru. Hrs\nVolume nk ml\n\nUrine Sodium 147 mmol/L\nUrine Sodium Excretion mmol/D ( 75-300 )\nUrine Potassium 29 mmol/L\nUrine Potassium Excretion mmol/D ( 40-100 )\nUrine Osmolality 618 mmol/L ( 50-1200 )\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1143", "resource": { "code": { "text": "Blood Gas" }, "contained": [ { "id": "req", "reason": [ { "text": "Automatic Request Registration" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/118" } } ], "effectiveDateTime": "2012-04-05T20:59:00Z", "id": "1143", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z561766-16258566" } ], "issued": "2012-04-05T21:03:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/118" }, "text": { "div": "<div>\n \n <pre>\nRequest No: Z561509 Z516061 Z561762 Z561364 Z516766\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12 Arterial\n Time: 11:42 14:08 15:28 17:29 20:59 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 37.0 37.0 37.0 Deg. C\npH 7.15L 7.32L 7.31L 7.38 7.37 7.35-7.45\npCO2 58H 42 45 36 37 mmHg 35-45\nHCO3(Std) 17L 21L 21L 22 22 mmol/L 22.0-30.0\nBase Excess -8.0L -4.0L -3.7L -3.1L -3.4L mmol/L -3.0/3.0\npO2 73L 203H 210H 97 157H mmHg 75-100\nO2 Sat 89L 99 99 98 99 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 5.4 4.4 4.6 4.6 4.6 mmol/L 3.5-5.5\nSodium 130L 131L 131L 130L 129L mmol/L 135-145\nChloride 100 104 103 103 102 mmol/L 95-110\niCa++ 1.24 1.10L 1.12 1.10L 1.12 mmol/L 1.12-1.30\nGlucose 13.9H 10.5H 9.8H 9.0H 9.4H mmol/L 3.6-7.7\nLactate 7.7H 1.1 0.8 0.7 0.7 mmol/L 0.2-1.8\n\nBLOOD CO-OXIMETRY\nTotal Hb 99L 94L 90L 87L 81L g/L 115-150\nReduced Hb 10.6H 0.7 0.6 2.1 0.8 % 0-5\nCarbOxy Hb 0.9 0.8 0.6 0.9 0.8 % 0.5-1.5\nMeth Hb 1.3 1.5 1.0 1.3 1.2 % 0-1.5\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1144", "resource": { "code": { "text": "Urine Chemistry" }, "effectiveDateTime": "2012-04-05T20:15:00Z", "id": "1144", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986817-16258565" } ], "issued": "2012-04-05T22:41:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/163" }, "text": { "div": "<div>\n \n <pre>\nURINE\nPeriod ru. Hrs\nVolume nk ml\n\nUrine Sodium 87 mmol/L\nUrine Sodium Excretion mmol/D ( 75-300 )\nUrine Potassium 81 mmol/L\nUrine Potassium Excretion mmol/D ( 40-100 )\nUrine Osmolality 612 mmol/L ( 50-1200 )\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1145", "resource": { "code": { "text": "General Biochemistry" }, "effectiveDateTime": "2012-04-05T20:15:00Z", "id": "1145", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968817-16258564" } ], "issued": "2012-04-05T22:41:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/163" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 140 mmol/L ( 135-145 )\nPotassium 4.1 mmol/L ( 3.5-5.5 )\nChloride 104 mmol/L ( 95-110 )\nHCO3 29 mmol/L ( 22-30 )\nCreatinine 91 umol/L ( 64-104 )\n (Creatinine) 0.091 mmol/L ( 0.05-0.11)\nUrea 5.4 mmol/L ( 2.5-8.3 )\n eGFR 78 ( SEE-BELOW)\nOsmolality 295 mosm/kg( 280-300 )\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1146", "resource": { "code": { "text": "General Biochemistry" }, "contained": [ { "id": "req", "reason": [ { "text": "Gastro" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/113" } } ], "effectiveDateTime": "2012-04-05T20:55:00Z", "id": "1146", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968896-16258563" } ], "issued": "2012-04-05T21:46:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/113" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 128 mmol/L ( 135-145 )\nPotassium 5.0 mmol/L ( 3.5-5.5 )\nChloride 94 mmol/L ( 95-110 )\nHCO3 24 mmol/L ( 22-30 )\nCreatinine 189 umol/L ( 64-104 )\n (Creatinine) 0.189 mmol/L ( 0.05-0.11)\nUrea 20.8 mmol/L ( 2.5-8.3 )\n eGFR 34 ( SEE-BELOW)\nAlbumin 34 g/L ( 35-50 )\nAP 46 IU/L ( 30-120 )\nGGT 30 IU/L ( 10-65 )\nALT 25 IU/L ( <45 )\nAST 31 IU/L ( <35 )\nBili Total 31 umol/L ( <19 )\nProtein Total 73 g/L ( 65-85 )\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1147", "resource": { "code": { "text": "FBE & Routine Haem" }, "contained": [ { "id": "req", "reason": [ { "text": "Gastro" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/113" } } ], "effectiveDateTime": "2012-04-05T20:55:00Z", "id": "1147", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986896-16258562" } ], "issued": "2012-04-05T22:04:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/113" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z968896\n Date: 05/04/12\n Time: 20:55 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 142 g/L 130-170\nWCC 10.1 x10^9/L 4.0-11.0\nPLT 109L x10^9/L 140-400\nRCC 4.47L x10^12/L 4.50-5.70\nPCV 0.41 L/L 0.40-0.50\nMCV 92.6 fL 80.0-96.0\nMCH 31.7 pg 27.0-33.0\nMCHC 343 g/L 320-360\nRDW 12.8 % 11.0-15.0\nWhite Cell Differential\nNeut 5.4 x10^9/L 2.0-8.0\nLymph 0.5L x10^9/L 1.2-4.0\nMono 0.3 x10^9/L 0.1-1.0\nEos 0.0 x10^9/L 0.0-0.5\nBaso 0.0 x10^9/L 0.0-0.1\nBands 3.8H x10^9/L 0.0-0.5\nMeta 0.1H x10^9/L 0.0\n\n12Z968896 05/04/12 20:55\nFilm Comment : Manual differential. Mild neutrophilia with prominent left\n shift and moderate vaccuolation. Red cells are normocytic\n normochromic. Mild thrombocytopenia with occasional large\n forms.\nConclusion: Features suggestive of infection / inflammation. Suggest\n repeat FBE to confirm thrombocytopenia.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1148", "resource": { "code": { "text": "General Biochemistry" }, "effectiveDateTime": "2012-04-05T20:56:00Z", "id": "1148", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968807-16258561" } ], "issued": "2012-04-05T21:45:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/164" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 140 mmol/L ( 135-145 )\nPotassium 4.3 mmol/L ( 3.5-5.5 )\nChloride 106 mmol/L ( 95-110 )\nHCO3 27 mmol/L ( 22-30 )\nCreatinine 85 umol/L ( 64-104 )\n (Creatinine) 0.085 mmol/L ( 0.05-0.11)\nUrea 4.1 mmol/L ( 2.5-8.3 )\n eGFR 85 ( SEE-BELOW)\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1149", "resource": { "code": { "text": "FBE & Routine Haem" }, "effectiveDateTime": "2012-04-05T20:56:00Z", "id": "1149", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986807-16258560" } ], "issued": "2012-04-05T21:13:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/164" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z968807\n Date: 05/04/12\n Time: 20:56 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 143 g/L 130-170\nWCC 9.3 x10^9/L 4.0-11.0\nPLT 294 x10^9/L 140-400\nRCC 4.23L x10^12/L 4.50-5.70\nPCV 0.41 L/L 0.40-0.50\nMCV 97.1H fL 80.0-96.0\nMCH 33.8H pg 27.0-33.0\nMCHC 348 g/L 320-360\nRDW 11.9 % 11.0-15.0\nWhite Cell Differential\nNeut 6.3 x10^9/L 2.0-8.0\nLymph 2.2 x10^9/L 1.2-4.0\nMono 0.7 x10^9/L 0.1-1.0\nEos 0.1 x10^9/L 0.0-0.5\nBaso 0.1 x10^9/L 0.0-0.1\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1150", "resource": { "code": { "text": "Blood Gas" }, "contained": [ { "id": "req", "reason": [ { "text": "Automatic Request Registration" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/120" } } ], "effectiveDateTime": "2012-04-05T20:56:00Z", "id": "1150", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z516666-16258559" } ], "issued": "2012-04-05T21:01:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/120" }, "text": { "div": "<div>\n \n <pre>\nRequest No: Z561523 Z561595 Z516547 Z561569 Z561666\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12 Arterial\n Time: 05:29 08:49 10:42 12:34 20:56 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 37.0 37.0 37.0 Deg. C\npH 7.38 7.42 7.42 7.40 7.39 7.35-7.45\npCO2 47H 43 46H 47H 46H mmHg 35-45\nHCO3(Std) 26 27 28 28 26 mmol/L 22.0-30.0\nBase Excess 2.4 3.3H 4.6H 4.2H 2.6 mmol/L -3.0/3.0\npO2 78 105H 103H 210H 78 mmHg 75-100\nO2 Sat 96 98 98 100 95 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 4.0 4.6 4.8 4.2 4.6 mmol/L 3.5-5.5\nSodium 139 141 141 141 138 mmol/L 135-145\nChloride 106 108 109 109 109 mmol/L 95-110\niCa++ 1.14 1.11L 1.11L 1.14 1.14 mmol/L 1.12-1.30\nGlucose 8.7H 7.6 6.8 6.0 8.6H mmol/L 3.6-7.7\nLactate 0.6 0.7 0.6 0.3 1.0 mmol/L 0.2-1.8\n\nBLOOD CO-OXIMETRY\nTotal Hb 87L 83L 81L 80L 100L g/L 130-170\nReduced Hb 4.2 1.6 1.7 0.5 4.4 % 0-5\nCarbOxy Hb 1.4 1.5 1.3 1.4 2.0H % 0.5-1.5\nMeth Hb 1.3 1.4 1.7H 1.8H 1.3 % 0-1.5\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1151", "resource": { "code": { "text": "Blood Gas" }, "contained": [ { "id": "req", "reason": [ { "text": "Automatic Request Registration" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/148" } } ], "effectiveDateTime": "2012-04-05T20:52:00Z", "id": "1151", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z561566-16258558" } ], "issued": "2012-04-05T20:57:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/148" }, "text": { "div": "<div>\n \n <pre>\nRequest No: Z516360 Z561163 Z561164 Z516865 Z561566\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12 Arterial\n Time: 13:39 16:22 17:26 20:00 20:52 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 37.0 37.0 37.0 Deg. C\npH 7.32L 7.28L 7.17L 7.31L 7.37 7.35-7.45\npCO2 45 51H 50H 41 35 mmHg 35-45\nHCO3(Std) 20L 21L mmol/L 22.0-30.0\nBase Excess -3.1L -2.3 -9.8L -4.8L -4.6L mmol/L -3.0/3.0\npO2 110H 141H 233H 245H 134H mmHg 75-100\nO2 Sat 95 98 98 99 99 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 4.0 3.9 3.7 4.2 4.3 mmol/L 3.5-5.5\nSodium 138 141 144 141 142 mmol/L 135-145\nChloride 115H 114H mmol/L 95-110\niCa++ 1.07L 1.06L mmol/L 1.12-1.30\nGlucose 10.8H 10.7H mmol/L 3.6-7.7\nLactate 1.0 1.2 mmol/L 0.2-1.8\n\nBLOOD CO-OXIMETRY\nTotal Hb 109L 104L 92L 94L 95L g/L 130-170\nReduced Hb 0.8 1.4 % 0-5\nCarbOxy Hb 0.3L 0.5 % 0.5-1.5\nMeth Hb 1.6H 1.7H % 0-1.5\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1153", "resource": { "code": { "text": "Internal Serology" }, "effectiveDateTime": "2012-04-05T20:52:00Z", "id": "1153", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968886-16258557" } ], "issued": "2012-04-09T11:39:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/161" }, "text": { "div": "<div>\n \n <pre>\nSpecimen Type: Viral Swab\n\nRESPIRATORY VIRUS PCR\nInfluenza A PCR (ABI Taqman) : Not detected\nInfluenza B PCR (ABI Taqman) : DETECTED\nRSV PCR (ABI Taqman) : Not Detected\nRhinovirus PCR (ABI Taqman) : Not Detected\n\n\n\nGENERAL COMMENT:\n\nPlease note this result has been notified to the State\nDepartment of Health. Notification by the referring medical\npractitioner is also required under the Public Health and\nWellbeing Regulations 2009. To notify, go to\n http://www.state.gov/xxx or\ncall 1-800-555-2123 to contact the State Department of Health.\n\n\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1152", "resource": { "code": { "text": "Blood Cultures" }, "contained": [ { "id": "req", "reason": [ { "text": "Febrile" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/140" } } ], "effectiveDateTime": "2012-04-05T18:57:00Z", "id": "1152", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968832-16258556" } ], "issued": "2012-04-09T21:19:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "partial", "subject": { "reference": "Patient/140" }, "text": { "div": "<div>\n \n <pre>\nLab No : Z366342\nSPECIMENS\nSpecimen Type : Blood Cultures\nDescription : Not-stated\n\nAerobic bottle 4 days Negative\nAnaerobic bottle 4 days Negative\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1154", "resource": { "code": { "text": "Blood Gas" }, "contained": [ { "id": "req", "reason": [ { "text": "Automatic Request Registration" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/153" } } ], "effectiveDateTime": "2012-04-05T20:52:00Z", "id": "1154", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z561466-16258555" } ], "issued": "2012-04-05T20:54:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/153" }, "text": { "div": "<div>\n \n <pre>\nRequest No: Z516466\n Date: 05/04/12 Arterial\n Time: 20:52 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 Deg. C\npH 7.40 7.35-7.45\npCO2 36 mmHg 35-45\nBase Excess -2.1 mmol/L -3.0/3.0\npO2 81 mmHg 75-100\nO2 Sat 96 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 4.3 mmol/L 3.5-5.5\nSodium 138 mmol/L 135-145\n\nBLOOD CO-OXIMETRY\nTotal Hb 148 g/L 130-170\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1155", "resource": { "code": { "text": "General Biochemistry" }, "contained": [ { "id": "req", "reason": [ { "text": "Chest Pain" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/165" } } ], "effectiveDateTime": "2012-04-05T20:30:00Z", "id": "1155", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968876-16258554" } ], "issued": "2012-04-05T21:56:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/165" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nTroponin I 0.02 ug/L (See Below )\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1162", "resource": { "code": { "text": "General Biochemistry" }, "contained": [ { "id": "req", "reason": [ { "text": "Febrile" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/167" } } ], "effectiveDateTime": "2012-04-05T20:40:00Z", "id": "1162", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z546943-16258547" } ], "issued": "2012-04-05T21:46:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/167" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nC-React Prot 149 mg/L ( <5 )\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1163", "resource": { "code": { "text": "Blood Cultures" }, "contained": [ { "id": "req", "reason": [ { "text": "Febrile" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/167" } } ], "effectiveDateTime": "2012-04-05T20:40:00Z", "id": "1163", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z564943-16258546" } ], "issued": "2012-04-09T22:49:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "partial", "subject": { "reference": "Patient/167" }, "text": { "div": "<div>\n \n <pre>\nLab No : Z366332\nSPECIMENS\nSpecimen Type : Blood Cultures\nDescription : Venous/peripheral\n\nAerobic bottle 4 days Negative\nAnaerobic bottle 4 days Negative\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1170", "resource": { "code": { "text": "Endo / Nutrition" }, "contained": [ { "id": "req", "reason": [ { "text": "See Slip" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/168" } } ], "effectiveDateTime": "2012-04-05T20:39:00Z", "id": "1170", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968856-16258539" } ], "issued": "2012-04-05T20:39:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "partial", "subject": { "reference": "Patient/168" }, "text": { "div": "<div>\n \n <pre>\nVitamin 25 D TF nmol/L( SEE-BELOW\n\n\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1171", "resource": { "code": { "text": "Haem Iron/B12 & Fol" }, "contained": [ { "id": "req", "reason": [ { "text": "See Slip" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/168" } } ], "effectiveDateTime": "2012-04-05T20:39:00Z", "id": "1171", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968856-16258538" } ], "issued": "2012-04-06T08:31:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/168" }, "text": { "div": "<div>\n \n <pre>\nRequest No: Z986856\n Date: 05/04/12\n Time: 20:39 Units Ref Range\n -------- -------- -------- -------- -------- ------- ---------\nSerum Vitamin B12 and Folate Studies\nVit B12 979H pmol/L 150-600\nSer Fol 44.2 nmol/L >12.2\nIron Studies (Plasma/serum)\nFerritin 182.0 ug/L 15-200\nIron 15 umol/L 10-30\nTransferrin 2.33 g/L 1.9-3.2\nTransf'n IBC 58.4 umol/L 47.6-80.2\nTransf'n Sat 25 % 14.7-37.4\n\nNOTE NEW REFERENCE RANGES FOR FOLATE\nFrom 27th April 2004, B12 and Folate will be performed on the Bayer Centaur\nSerum Folate Deficient - <7.63 nmol/L\nSerum Folate Indeterminate - 7.64 to 12.2 nmol/L\nOld Ref Ranges prior to 27th April 2004\n Serum Folate - 6.0 to 38.0 nmol/L\n Red Cell Folate - 350 to 1350 nmol/L\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1172", "resource": { "code": { "text": "General Biochemistry" }, "contained": [ { "id": "req", "reason": [ { "text": "See Slip" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/168" } } ], "effectiveDateTime": "2012-04-05T20:39:00Z", "id": "1172", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968856-16258537" } ], "issued": "2012-04-05T21:14:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/168" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 134 mmol/L ( 135-145 )\nPotassium 3.9 mmol/L ( 3.5-5.5 )\nChloride 96 mmol/L ( 95-110 )\nHCO3 20 mmol/L ( 22-30 )\nCreatinine 56 umol/L ( 49-90 )\n (Creatinine) 0.056 mmol/L ( 0.05-0.09)\nUrea 3.1 mmol/L ( 2.5-8.3 )\n eGFR >90 ( SEE-BELOW)\nGlucose 3.2 mmol/L ( 3.3-7.7 )\n (fasting) NoInfo\nCalcium 2.56 mmol/L ( 2.10-2.60)\nPhosphate 1.03 mmol/L ( 0.8-1.5 )\nMagnesium 0.75 mmol/L ( 0.8-1.0 )\nAlbumin 43 g/L ( 35-50 )\nAP 60 IU/L ( 30-120 )\nGGT 23 IU/L ( 10-65 )\nALT 17 IU/L ( <34 )\nAST 24 IU/L ( <31 )\nBili Total 13 umol/L ( <19 )\nProtein Total 83 g/L ( 65-85 )\nC-React Prot 2 mg/L ( <5 )\nLIPIDS\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1173", "resource": { "code": { "text": "FBE & Routine Haem" }, "contained": [ { "id": "req", "reason": [ { "text": "See Slip" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/168" } } ], "effectiveDateTime": "2012-04-05T20:39:00Z", "id": "1173", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986856-16258536" } ], "issued": "2012-04-05T20:52:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/168" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z968856\n Date: 05/04/12\n Time: 20:39 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 132 g/L 115-150\nWCC 6.6 x10^9/L 4.0-11.0\nPLT 396 x10^9/L 140-400\nRCC 4.23 x10^12/L 3.80-5.10\nPCV 0.38 L/L 0.35-0.45\nMCV 90.4 fL 80.0-96.0\nMCH 31.3 pg 27.0-33.0\nMCHC 346 g/L 320-360\nRDW 12.7 % 11.0-15.0\nWhite Cell Differential\nNeut 2.9 x10^9/L 2.0-8.0\nLymph 3.0 x10^9/L 1.2-4.0\nMono 0.5 x10^9/L 0.1-1.0\nEos 0.1 x10^9/L 0.0-0.5\nBaso 0.0 x10^9/L 0.0-0.1\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1180", "resource": { "code": { "text": "General Biochemistry" }, "contained": [ { "id": "req", "reason": [ { "text": "Febrile" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/169" } } ], "effectiveDateTime": "2012-04-05T20:39:00Z", "id": "1180", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986846-16258529" } ], "issued": "2012-04-05T21:14:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/169" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 134 mmol/L ( 135-145 )\nPotassium 4.3 mmol/L ( 3.5-5.5 )\nChloride 102 mmol/L ( 95-110 )\nHCO3 23 mmol/L ( 22-30 )\nCreatinine 49 umol/L ( 49-90 )\n (Creatinine) 0.049 mmol/L ( 0.05-0.09)\nUrea 4.4 mmol/L ( 2.5-8.3 )\n eGFR >90 ( SEE-BELOW)\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1181", "resource": { "code": { "text": "FBE & Routine Haem" }, "contained": [ { "id": "req", "reason": [ { "text": "Febrile" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/169" } } ], "effectiveDateTime": "2012-04-05T20:39:00Z", "id": "1181", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968846-16258528" } ], "issued": "2012-04-05T21:04:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/169" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z861610 Z156358 Z366626 Z467684 Z986846\n Date: 25/07/11 05/12/11 26/03/12 05/04/12 05/04/12\n Time: 15:30 13:45 13:55 13:30 20:39 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 129 133 149 139 123 g/L 115-150\nWCC 10.4 5.4 9.4 13.1H 13.2H x10^9/L 4.0-11.0\nPLT 172 179 208 188 156 x10^9/L 140-400\nRCC 3.97 4.16 4.56 4.26 3.76L x10^12/L 3.80-5.10\nPCV 0.38 0.40 0.44 0.41 0.36 L/L 0.35-0.45\nMCV 96.3H 94.8 95.8 97.3H 95.8 fL 80.0-96.0\nMCH 32.4 31.9 32.7 32.5 32.7 pg 27.0-33.0\nMCHC 337 336 341 334 341 g/L 320-360\nRDW 13.6 13.2 13.8 13.7 13.1 % 11.0-15.0\nESR 67H mm in 1hr 2-20\nWhite Cell Differential\nNeut 8.9H 3.9 8.2H 12.2H 12.5H x10^9/L 2.0-8.0\nLymph 0.9L 1.0L 0.5L 0.1L 0.3L x10^9/L 1.2-4.0\nMono 0.6 0.4 0.5 0.8 0.2 x10^9/L 0.1-1.0\nEos 0.1 0.1 0.1 0.0 0.0 x10^9/L 0.0-0.5\nBaso 0.0 0.1 0.1 0.0 0.1 x10^9/L 0.0-0.1\n\n12Z467684 05/04/12 13:30\nFilm Comment : White cells show mild neutrophilia.\n Manual differential.\n Red cells and platelets appear normal.\n\n12Z968846 05/04/12 20:39\nComment: Instrument differential and parameters reported.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1182", "resource": { "code": { "text": "Blood Cultures" }, "contained": [ { "id": "req", "reason": [ { "text": "Febrile" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/169" } } ], "effectiveDateTime": "2012-04-05T20:39:00Z", "id": "1182", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968846-16258527" } ], "issued": "2012-04-09T22:49:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "partial", "subject": { "reference": "Patient/169" }, "text": { "div": "<div>\n \n <pre>\nLab No : Z366322\nSPECIMENS\nSpecimen Type : Blood Cultures\nDescription : Venous/peripheral\n\nAerobic bottle 4 days Negative\nAnaerobic bottle 4 days Negative\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1183", "resource": { "code": { "text": "Urine M/C/S" }, "contained": [ { "id": "req", "reason": [ { "text": "Febrile >38" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/126" } } ], "effectiveDateTime": "2012-04-05T20:25:00Z", "id": "1183", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968836-16258526" } ], "issued": "2012-04-09T08:45:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/126" }, "text": { "div": "<div>\n \n <pre>\nLab No : Z763704\nSPECIMEN\nSpecimen Type : Urine Midstream\n\n\nCHEMISTRY\npH 6.0\nProtein TRACE\nSpecific Grav. 1.026\nBlood NEGATIVE\nGlucose NEGATIVE\nLeucocytes +++\n\n\nMICROSCOPY\nLeucocytes 336 x10^6/L ( <2x10^6/L )\nRed Blood Cells 35 x10^6/L ( <13x10^6/L )\nSquamous Epithelial Cells ++\n\n\n\n\n\n\n\n\nSTANDARD BACTERIAL CULTURE\n\n1. Pseudomonas aeruginosa 10^8-10^9 cfu/L\n\n\nSENSITIVITIES: 1\nCeftazidime S\nCiprofloxacin S\nGentamicin S\nMeropenem S\nTazocin S\nTimentin S\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1187", "resource": { "code": { "text": "Respiratory M/C/S" }, "effectiveDateTime": "2012-04-05T20:38:00Z", "id": "1187", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968826-16258522" } ], "issued": "2012-04-08T11:37:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/170" }, "text": { "div": "<div>\n \n <pre>\nLab No : Z969568\nSPECIMEN\nSpecimen Type : Sputum\n\n\nMICROSCOPY\n\nGRAM STAIN\nMacroscopic Description Mucopurulent\nPus:Epithelial Cell Ratio >25:10\nPus Cells ++\nSquamous Epithelial Cells +\nGram negative bacilli Occasional\n\n\n\n\n\nCULTURE\n\nStandard culture: +++ Mixed upper respiratory tract flora\n\n\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1188", "resource": { "code": { "text": "Blood Gas" }, "contained": [ { "id": "req", "reason": [ { "text": "Automatic Request Registration" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/129" } } ], "effectiveDateTime": "2012-04-05T20:36:00Z", "id": "1188", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z561366-16258521" } ], "issued": "2012-04-05T20:40:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/129" }, "text": { "div": "<div>\n \n <pre>\nRequest No: Z561660 Z516062 Z561063 Z561963 Z516366\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12 Arterial\n Time: 13:53 14:47 16:20 17:16 20:36 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 37.0 37.0 37.0 Deg. C\npH 7.32L 7.40 7.42 7.41 7.40 7.35-7.45\npCO2 48H 38 34L 35 36 mmHg 35-45\nHCO3(Std) 23 24 23 23 23 mmol/L 22.0-30.0\nBase Excess -1.6 -0.9 -1.9 -2.4 -1.8 mmol/L -3.0/3.0\npO2 189H 67L 68L 85 74L mmHg 75-100\nO2 Sat 99 93L 94L 99 95 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 4.2 4.0 3.8 3.6 4.1 mmol/L 3.5-5.5\nSodium 142 140 140 141 140 mmol/L 135-145\nChloride 110 111H 111H 112H 113H mmol/L 95-110\niCa++ 1.27 1.21 1.17 1.15 1.18 mmol/L 1.12-1.30\nGlucose 5.6 5.6 5.7 5.5 5.8 mmol/L 3.6-7.7\nLactate 0.9 0.8 0.8 0.8 0.8 mmol/L 0.2-1.8\n\nBLOOD CO-OXIMETRY\nTotal Hb 106L 106L 104L 103L 112L g/L 130-170\nReduced Hb 0.7 6.4H 5.5H 0.8 5.0 % 0-5\nCarbOxy Hb 1.3 1.3 1.4 1.1 1.2 % 0.5-1.5\nMeth Hb 1.7H 1.3 1.1 1.5 1.4 % 0-1.5\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1189", "resource": { "code": { "text": "General Biochemistry" }, "contained": [ { "id": "req", "reason": [ { "text": "Nausea And Vomiting FI" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/144" } } ], "effectiveDateTime": "2012-04-05T20:20:00Z", "id": "1189", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986816-16258520" } ], "issued": "2012-04-05T20:20:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/144" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 135 mmol/L ( 135-145 )\nPotassium 5.8 mmol/L ( 3.5-5.5 )\nChloride 98 mmol/L ( 95-110 )\nHCO3 22 mmol/L ( 22-30 )\nCreatinine 281 umol/L ( 49-90 )\n (Creatinine) 0.281 mmol/L ( 0.05-0.09)\nUrea 26.5 mmol/L ( 2.5-8.3 )\n eGFR 14 ( SEE-BELOW)\nC-React Prot 2 mg/L ( <5 )\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1190", "resource": { "code": { "text": "Blood Cultures" }, "effectiveDateTime": "2012-04-05T20:06:00Z", "id": "1190", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968806-16258519" } ], "issued": "2012-04-09T21:19:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "partial", "subject": { "reference": "Patient/171" }, "text": { "div": "<div>\n \n <pre>\nLab No : Z366312\nSPECIMENS\nSpecimen Type : Blood Cultures\nDescription : Central Line\n\nAerobic bottle 4 days Negative\nAnaerobic bottle 4 days Negative\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1191", "resource": { "code": { "text": "General Biochemistry" }, "effectiveDateTime": "2012-04-05T20:00:00Z", "id": "1191", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968885-16258518" } ], "issued": "2012-04-05T21:13:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/131" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 141 mmol/L ( 135-145 )\nPotassium 3.0 mmol/L ( 3.5-5.5 )\nChloride 108 mmol/L ( 95-110 )\nHCO3 21 mmol/L ( 22-30 )\nCreatinine 62 umol/L ( 49-90 )\n (Creatinine) 0.062 mmol/L ( 0.05-0.09)\nUrea 5.3 mmol/L ( 2.5-8.3 )\n eGFR 86 ( SEE-BELOW)\nCalcium 2.25 mmol/L ( 2.10-2.60)\nPhosphate 0.75 mmol/L ( 0.8-1.5 )\nMagnesium 0.79 mmol/L ( 0.8-1.0 )\nAlbumin 22 g/L ( 35-50 )\nAP 104 IU/L ( 30-120 )\nGGT 24 IU/L ( 10-65 )\nALT 17 IU/L ( <34 )\nAST 20 IU/L ( <31 )\nBili Total 5 umol/L ( <19 )\nProtein Total 56 g/L ( 65-85 )\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1192", "resource": { "code": { "text": "FBE & Routine Haem" }, "effectiveDateTime": "2012-04-05T20:00:00Z", "id": "1192", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968885-16258517" } ], "issued": "2012-04-05T22:23:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/131" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z176927 Z868800 Z868980 Z986417 Z968885\n Date: 02/04/12 03/04/12 04/04/12 05/04/12 05/04/12\n Time: 12:30 18:30 02:10 03:30 20:00 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 119 112L 105L 97L 91L g/L 115-150\nWCC 15.3H 8.9 14.0H 13.1H 15.5H x10^9/L 4.0-11.0\nPLT 233 * 194 157 177 x10^9/L 140-400\nRCC 4.14 3.89 3.70L 3.36L 3.24L x10^12/L 3.80-5.10\nPCV 0.35 0.33L 0.31L 0.29L 0.27L L/L 0.35-0.45\nMCV 84.7 85.4 84.4 85.2 83.7 fL 80.0-96.0\nMCH 28.8 28.9 28.4 28.8 28.2 pg 27.0-33.0\nMCHC 340 338 337 338 337 g/L 320-360\nRDW 17.9H 18.0H 17.5H 17.8H 17.6H % 11.0-15.0\nWhite Cell Differential\nNeut 11.3H 7.3 10.6H 12.7H 14.9H x10^9/L 2.0-8.0\nLymph 2.4 0.1L 0.4L 0.2L 0.2L x10^9/L 1.2-4.0\nMono 1.3H 0.1 0.0L 0.2 0.2 x10^9/L 0.1-1.0\nEos 0.3 0.0 0.1 0.0 0.0 x10^9/L 0.0-0.5\nBaso 0.0 0.0 0.0 0.0 0.0 x10^9/L 0.0-0.1\nBands 1.4H 2.8H 0.3 x10^9/L 0.0-0.5\n\n12Z167927 02/04/12 12:30\nComment: Note mild neutrophilia and mild monocytosis.\n\n12Z886800 03/04/12 18:30\nFilm Comment : Red cells show mild anisocytosis and mild rouleaux.\n Moderate left shift and mild vacuolation in the\n neutrophils. Manual differential.\n * Film shows fibrin strands and platelet clumps suggestive\n of a partially clotted specimen. Accurate platelet count\n unavailable. Please repeat FBE.\nConclusion: Suggestive of infection / inflammation.\n\n12Z868980 04/04/12 02:10\nFilm Comment : Mild neutrophilia with left shift and mild vacuolation.\n Manual differential.\n\n12Z968417 05/04/12 03:30\nComment: Instrument differential and parameters reported.\n\n12Z986885 05/04/12 20:00\nFilm Comment : Red cells show some microcytes, elongated cells and mildly\n increased rouleaux. Manual differential. Mild\n neutrophilia. Slight vaccuolation noted.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1193", "resource": { "code": { "text": "Sterile Sites M/C/S" }, "contained": [ { "id": "req", "reason": [ { "text": "Drain Fluid. Prev Vre And Kleb Pneumo Rx Teicoplan/Tazo" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/172" } } ], "effectiveDateTime": "2012-04-05T18:10:00Z", "id": "1193", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968779-16258516" } ], "issued": "2012-04-09T12:07:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "partial", "subject": { "reference": "Patient/172" }, "text": { "div": "<div>\n \n <pre>\nLab No : Z806548\nSPECIMEN\nSpecimen Type : Fluid\nDescription : Drain Collection\n\n\n\nTotal specimen volume: 3 ml(s)\n\n\nMICROSCOPY\n\n\nGRAM STAIN\nLeucocytes +++\nYeast cells +\n\n\nSpecimen clotted - cell count not possible.\n\nCULTURE\n\n1. Candida albicans +++\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1194", "resource": { "code": { "text": "Blood Gas" }, "contained": [ { "id": "req", "reason": [ { "text": "Automatic Request Registration" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/119" } } ], "effectiveDateTime": "2012-04-05T20:21:00Z", "id": "1194", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z561266-16258515" } ], "issued": "2012-04-05T20:25:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/119" }, "text": { "div": "<div>\n \n <pre>\nRequest No: Z516527 Z561960 Z561162 Z516464 Z561266\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12 Arterial\n Time: 10:32 14:05 14:50 17:35 20:21 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 37.0 37.0 37.0 Deg. C\npH 7.41 * 7.38 7.36 7.39 7.35-7.45\npCO2 35 37 38 35 37 mmHg 35-45\nHCO3(Std) 23 23 20L 22 mmol/L 22.0-30.0\nBase Excess -2.2 -2.1 -5.0L -2.5 mmol/L -3.0/3.0\npO2 134H 113H 203H 89 102H mmHg 75-100\nO2 Sat 99 99 100 97 98 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 4.3 4.0 4.3 4.1 4.1 mmol/L 3.5-5.5\nSodium 138 139 138 139 138 mmol/L 135-145\nChloride 109 108 109 109 109 mmol/L 95-110\niCa++ 1.10L 1.10L 1.09L 1.09L 1.11L mmol/L 1.12-1.30\nGlucose 7.3 8.3H 7.4 8.7H 8.1H mmol/L 3.6-7.7\nLactate 1.3 1.2 1.5 1.6 1.2 mmol/L 0.2-1.8\n\nBLOOD CO-OXIMETRY\nTotal Hb 91L 89L 90L 86L 87L g/L 130-170\nReduced Hb 0.9 1.4 0.4 3.0 1.9 % 0-5\nCarbOxy Hb 1.8H 1.8H 1.5 1.7H 1.6H % 0.5-1.5\nMeth Hb 1.2 1.7H 1.1 1.5 1.1 % 0-1.5\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1195", "resource": { "code": { "text": "Surveillance" }, "contained": [ { "id": "req", "reason": [ { "text": "On Admission" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/126" } } ], "effectiveDateTime": "2012-04-05T20:00:00Z", "id": "1195", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968875-16258514" } ], "issued": "2012-04-08T09:51:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/126" }, "text": { "div": "<div>\n \n <pre>\nLAB.NUMBER: Z769310\n\nSURVEILLANCE SCREENING\n\n\nCULTURE\nSCREENING TEST FOR VRE\n\nRECTAL SWAB VRE not detected\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1196", "resource": { "code": { "text": "General Biochemistry" }, "contained": [ { "id": "req", "reason": [ { "text": "Chest Pain" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/173" } } ], "effectiveDateTime": "2012-04-05T20:00:00Z", "id": "1196", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968865-16258513" } ], "issued": "2012-04-05T21:04:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/173" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nTroponin I <0.02 ug/L (See Below )\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1199", "resource": { "code": { "text": "General Biochemistry" }, "effectiveDateTime": "2012-04-05T20:12:00Z", "id": "1199", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968855-16258510" } ], "issued": "2012-04-05T21:40:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/175" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium * mmol/L ( 135-145 )\nPotassium * mmol/L ( 3.5-5.5 )\nChloride * mmol/L ( 95-110 )\nHCO3 * mmol/L ( 22-30 )\nCreatinine * umol/L ( 64-104 )\n (Creatinine) * mmol/L ( 0.05-0.11)\nUrea * mmol/L ( 2.5-8.3 )\n eGFR N/A ( SEE-BELOW)\n\nComment: The requested tests were not completed as the\n sample was labeled incorrectly. Ward notified.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1200", "resource": { "code": { "text": "FBE & Routine Haem" }, "effectiveDateTime": "2012-04-05T20:12:00Z", "id": "1200", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986855-16258509" } ], "issued": "2012-04-05T20:51:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/175" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z968855\n Date: 05/04/12\n Time: 20:12 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb * g/L 130-170\nPLT * x10^9/L 140-400\n\n12Z968855 05/04/12 20:12\nComment: The specimen received was mislabeled. The ward has been\n notified and a new sample requested.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1201", "resource": { "code": { "text": "Haem Iron/B12 & Fol" }, "contained": [ { "id": "req", "reason": [ { "text": "Acute Alcohol Withdrawal" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/176" } } ], "effectiveDateTime": "2012-04-05T19:30:00Z", "id": "1201", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968835-16258507" } ], "issued": "2012-04-06T09:13:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/176" }, "text": { "div": "<div>\n \n <pre>\nRequest No: Z536992 Z968835\n Date: 19/02/10 05/04/12\n Time: 08:30 19:30 Units Ref Range\n -------- -------- -------- -------- -------- ------- ---------\nSerum Vitamin B12 and Folate Studies\nVit B12 334 333 pmol/L 150-600\nSer Fol >54.0 23.2 nmol/L >12.2\nIron Studies (Plasma/serum)\nFerritin 215.0 ug/L 30-300\nIron 25 umol/L 10-35\nTransferrin 2.69 g/L 1.9-3.2\nTransf'n IBC 67.4 umol/L 47.6-80.2\nTransf'n Sat 38 % 14.7-43.6\n\nNOTE NEW REFERENCE RANGES FOR FOLATE\nFrom 27th April 2004, B12 and Folate will be performed on the Bayer Centaur\nSerum Folate Deficient - <7.63 nmol/L\nSerum Folate Indeterminate - 7.64 to 12.2 nmol/L\nOld Ref Ranges prior to 27th April 2004\n Serum Folate - 6.0 to 38.0 nmol/L\n Red Cell Folate - 350 to 1350 nmol/L\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1202", "resource": { "code": { "text": "Routine Coagulation" }, "contained": [ { "id": "req", "reason": [ { "text": "Acute Alcohol Withdrawal" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/176" } } ], "effectiveDateTime": "2012-04-05T19:30:00Z", "id": "1202", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968835-16258506" } ], "issued": "2012-04-05T21:04:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/176" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z563488 Z986835\n Date: 18/02/10 05/04/12\n Time: 11:30 19:30 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 1.1 1.0 0.8-1.3\nAPTT 25 25 secs 23-36\nFibrinogen 3.4 3.5 g/L 2.0-5.0\n\nAPTT Therapeutic range for IV Heparin therapy = 60-85 seconds\nFrom 9.12.2010 APTT normal range 23 - 36 seconds.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1203", "resource": { "code": { "text": "Endo / Nutrition" }, "contained": [ { "id": "req", "reason": [ { "text": "Acute Alcohol Withdrawal" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/176" } } ], "effectiveDateTime": "2012-04-05T19:30:00Z", "id": "1203", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986835-16258505" } ], "issued": "2012-04-05T19:30:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "partial", "subject": { "reference": "Patient/176" }, "text": { "div": "<div>\n \n <pre>\nVitamin 25 D TF nmol/L( SEE-BELOW\n\n\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1204", "resource": { "code": { "text": "FBE & Routine Haem" }, "contained": [ { "id": "req", "reason": [ { "text": "Acute Alcohol Withdrawal" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/176" } } ], "effectiveDateTime": "2012-04-05T19:30:00Z", "id": "1204", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968835-16258504" } ], "issued": "2012-04-05T20:45:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/176" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z668490 Z536488 Z563992 R059163 Z968835\n Date: 26/02/08 18/02/10 19/02/10 11/11/10 05/04/12\n Time: 08:35 11:30 08:30 11:50 19:30 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 139 143 140 130 124L g/L 130-170\nWCC 6.0 13.1H 9.2 8.4 5.4 x10^9/L 4.0-11.0\nPLT 216 253 226 265 227 x10^9/L 140-400\nRCC 6.70H 6.75H 6.63H 6.16H 5.89H x10^12/L 4.50-5.70\nPCV 0.43 0.43 0.42 0.40 0.38L L/L 0.40-0.50\nMCV 64.1L 64.1L 63.4L 64.7L 65.2L fL 80.0-96.0\nMCH 20.7L 21.2L 21.1L 21.0L 21.0L pg 27.0-33.0\nMCHC 323 330 333 325 322 g/L 320-360\nRDW 16.3H 15.8H 16.2H 15.3H 16.5H % 11.0-15.0\nWhite Cell Differential\nNeut 3.2 9.7H 5.1 5.5 2.9 x10^9/L 2.0-8.0\nLymph 2.0 2.1 2.8 1.9 1.8 x10^9/L 1.2-4.0\nMono 0.6 1.2H 1.1H 0.7 0.6 x10^9/L 0.1-1.0\nEos 0.2 0.1 0.2 0.2 0.2 x10^9/L 0.0-0.5\nBaso 0.0 0.0 0.0 0.0 0.0 x10^9/L 0.0-0.1\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1205", "resource": { "code": { "text": "General Biochemistry" }, "contained": [ { "id": "req", "reason": [ { "text": "Acute Alcohol Withdrawal" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/176" } } ], "effectiveDateTime": "2012-04-05T19:30:00Z", "id": "1205", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968835-16258503" } ], "issued": "2012-04-05T20:59:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/176" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 141 mmol/L ( 135-145 )\nPotassium 4.2 mmol/L ( 3.5-5.5 )\nChloride 100 mmol/L ( 95-110 )\nHCO3 29 mmol/L ( 22-30 )\nCreatinine 85 umol/L ( 64-104 )\n (Creatinine) 0.085 mmol/L ( 0.05-0.11)\nUrea 4.1 mmol/L ( 2.5-8.3 )\n eGFR 87 ( SEE-BELOW)\nAlbumin 37 g/L ( 35-50 )\nAP 62 IU/L ( 30-120 )\nGGT 184 IU/L ( 10-65 )\nALT 95 IU/L ( <45 )\nAST 74 IU/L ( <35 )\nBili Total 13 umol/L ( <19 )\nProtein Total 77 g/L ( 65-85 )\nC-React Prot 12 mg/L ( <5 )\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1206", "resource": { "code": { "text": "Blood Cultures" }, "contained": [ { "id": "req", "reason": [ { "text": "T+ 38.7C" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/177" } } ], "effectiveDateTime": "2012-04-05T20:04:00Z", "id": "1206", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968825-16258502" } ], "issued": "2012-04-09T21:19:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "partial", "subject": { "reference": "Patient/177" }, "text": { "div": "<div>\n \n <pre>\nLab No : Z366302\nSPECIMENS\nSpecimen Type : Blood Cultures\nDescription : Not-stated\n\nAerobic bottle 4 days Negative\nAnaerobic bottle 4 days Negative\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1207", "resource": { "code": { "text": "Routine Coagulation" }, "effectiveDateTime": "2012-04-05T20:04:00Z", "id": "1207", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968815-16258501" } ], "issued": "2012-04-05T21:04:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/148" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z656878 Z968616 Z766236 Z986763 Z968815\n Date: 01/10/10 05/04/12 05/04/12 05/04/12 05/04/12\n Time: 11:00 11:55 13:47 16:26 20:04 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 2.5H * 4.4H 1.3 1.3 0.8-1.3\nAPTT 43H * 34 28 27 secs 23-36\nFibrinogen 7.3H * 3.2 3.4 3.0 g/L 2.0-5.0\nPT 43.1 secs\nPT mix 14.2 secs\n\n12Z766236 05/04/12 13:47\nPT Mix : 50/50 mixture of the patient's plasma with normal plasma -\n CORRECTED.\n\n12Z986616 05/04/12 11:55\nComment: * Specimen clotted. ED informed.\n\nAPTT Therapeutic range for IV Heparin therapy = 60-85 seconds\nFrom 9.12.2010 APTT normal range 23 - 36 seconds.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1208", "resource": { "code": { "text": "General Biochemistry" }, "effectiveDateTime": "2012-04-05T20:04:00Z", "id": "1208", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968815-16258500" } ], "issued": "2012-04-05T21:00:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/148" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 142 mmol/L ( 135-145 )\nPotassium 4.3 mmol/L ( 3.5-5.5 )\nChloride 114 mmol/L ( 95-110 )\nHCO3 22 mmol/L ( 22-30 )\nCreatinine 106 umol/L ( 64-104 )\n (Creatinine) 0.106 mmol/L ( 0.05-0.11)\nUrea 7.4 mmol/L ( 2.5-8.3 )\n eGFR 59 ( SEE-BELOW)\nCalcium 1.80 mmol/L ( 2.10-2.60)\nPhosphate 1.05 mmol/L ( 0.8-1.5 )\nMagnesium 0.63 mmol/L ( 0.7-1.1 )\nAlbumin 26 g/L ( 35-50 )\nAP 50 IU/L ( 30-120 )\nGGT 13 IU/L ( 10-65 )\nALT 18 IU/L ( <45 )\nAST 25 IU/L ( <35 )\nBili Total 13 umol/L ( <19 )\nProtein Total 51 g/L ( 65-85 )\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1209", "resource": { "code": { "text": "FBE & Routine Haem" }, "effectiveDateTime": "2012-04-05T20:04:00Z", "id": "1209", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986815-16258499" } ], "issued": "2012-04-05T22:11:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/148" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z167500 Z663514 Z166157 Z968616 Z968815\n Date: 29/09/10 30/09/10 01/10/10 05/04/12 05/04/12\n Time: 10:35 09:28 08:05 11:55 20:04 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 123L 118L 127L 124L 90L g/L 130-170\nWCC 9.2 6.6 5.8 11.3H 13.3H x10^9/L 4.0-11.0\nPLT 268 244 258 240 164 x10^9/L 140-400\nRCC 4.01L 3.83L 4.11L 3.97L 2.90L x10^12/L 4.50-5.70\nPCV 0.36L 0.35L 0.37L 0.36L 0.27L L/L 0.40-0.50\nMCV 90.5 90.4 91.1 91.5 92.3 fL 80.0-96.0\nMCH 30.7 30.8 31.0 31.2 31.1 pg 27.0-33.0\nMCHC 340 341 340 341 337 g/L 320-360\nRDW 13.5 13.1 13.1 13.0 13.0 % 11.0-15.0\nWhite Cell Differential\nNeut 7.5 5.4 4.2 7.7 10.6H x10^9/L 2.0-8.0\nLymph 0.8L 0.5L 0.8L 2.6 0.7L x10^9/L 1.2-4.0\nMono 0.7 0.5 0.5 0.7 0.7 x10^9/L 0.1-1.0\nEos 0.1 0.1 0.2 0.2 0.0 x10^9/L 0.0-0.5\nBaso 0.0 0.0 0.0 0.1 0.0 x10^9/L 0.0-0.1\nBands 1.3H x10^9/L 0.0-0.5\n\n12Z986616 05/04/12 11:55\nComment: Mildly reduced haemoglobin level.\n\n12Z968815 05/04/12 20:04\nFilm Comment : Manual differential. Mild neutrophilia with left shift.\n Red cells show some elongated cells. Platelets appear\n normal.\nConclusion: Please note fall in haemoglobin since the previous\n examination.\n Recent tissue damage / trauma.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1211", "resource": { "code": { "text": "Blood Gas" }, "contained": [ { "id": "req", "reason": [ { "text": "Automatic Request Registration" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/119" } } ], "effectiveDateTime": "2012-04-05T20:08:00Z", "id": "1211", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z516166-16258497" } ], "issued": "2012-04-05T20:12:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/119" }, "text": { "div": "<div>\n \n <pre>\nRequest No: Z561577 Z561160 Z516262 Z561962 Z561166\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12 Arterial\n Time: 10:50 12:51 15:08 16:17 20:08 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 37.0 37.0 37.0 Deg. C\npH 7.46H 7.48H * * 7.48H 7.35-7.45\npCO2 37 36 37 37 34L mmHg 35-45\nHCO3(Std) 27 27 27 mmol/L 22.0-30.0\nBase Excess 2.8 2.8 2.1 mmol/L -3.0/3.0\npO2 78 76 76 78 88 mmHg 75-100\nO2 Sat 96 96 96 96 97 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 3.8 4.4 3.9 3.9 4.1 mmol/L 3.5-5.5\nSodium 140 142 143 144 141 mmol/L 135-145\nChloride 112H 112H 110 111H 113H mmol/L 95-110\niCa++ 1.08L 1.09L 1.11L 1.11L 1.07L mmol/L 1.12-1.30\nGlucose 10.5H 9.0H 7.6 6.6 8.9H mmol/L 3.6-7.7\nLactate 1.7 2.5H 1.6 1.6 1.9H mmol/L 0.2-1.8\n\nBLOOD CO-OXIMETRY\nTotal Hb 118L 122L 125L 127L 128L g/L 130-170\nReduced Hb 4.0 4.1 4.2 3.9 2.7 % 0-5\nCarbOxy Hb 0.6 0.7 0.8 0.8 0.6 % 0.5-1.5\nMeth Hb 1.5 1.4 1.5 1.3 1.3 % 0-1.5\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1212", "resource": { "code": { "text": "Blood Gas" }, "contained": [ { "id": "req", "reason": [ { "text": "Automatic Request Registration" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/179" } } ], "effectiveDateTime": "2012-04-05T20:05:00Z", "id": "1212", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z561066-16258496" } ], "issued": "2012-04-05T20:10:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/179" }, "text": { "div": "<div>\n \n <pre>\nRequest No: Z516502 Z561861 Z561362 Z516264 Z561066\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12 Arterial\n Time: 03:10 14:31 15:18 17:26 20:05 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 37.0 37.0 37.0 Deg. C\npH 7.41 7.45 7.28L 7.43 7.43 7.35-7.45\npCO2 43 40 24L 42 41 mmHg 35-45\nHCO3(Std) 27 28 14L 28 27 mmol/L 22.0-30.0\nBase Excess 2.8 3.6H -14.2L 3.9H 2.8 mmol/L -3.0/3.0\npO2 134H 189H 131H 73L 92 mmHg 75-100\nO2 Sat 99 100 99 96 98 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 3.9 4.3 5.3 4.1 4.2 mmol/L 3.5-5.5\nSodium 146H 145 142 145 143 mmol/L 135-145\nChloride 115H 112H 108 109 110 mmol/L 95-110\niCa++ 1.13 1.10L 1.02L 1.11L 1.06L mmol/L 1.12-1.30\nGlucose 8.5H 6.6 3.4L 6.8 7.0 mmol/L 3.6-7.7\nLactate 0.8 0.9 14.5H 0.7 0.6 mmol/L 0.2-1.8\n\nBLOOD CO-OXIMETRY\nTotal Hb 75L 79L 103L 77L 75L g/L 130-170\nReduced Hb 0.7 0.4 1.3 3.8 2.0 % 0-5\nCarbOxy Hb 1.2 1.4 1.6H 1.4 1.4 % 0.5-1.5\nMeth Hb 1.0 1.8H 1.3 1.5 1.3 % 0-1.5\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1213", "resource": { "code": { "text": "Endo / Nutrition" }, "contained": [ { "id": "req", "reason": [ { "text": "Palpitation" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/174" } } ], "effectiveDateTime": "2012-04-05T19:50:00Z", "id": "1213", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968805-16258495" } ], "issued": "2012-04-05T20:51:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/174" }, "text": { "div": "<div>\n \n <pre>\nTHYROID FUNCTION\nTSH 1.55 mIU/L ( 0.1-4.0 )\n\n\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1214", "resource": { "code": { "text": "FBE & Routine Haem" }, "contained": [ { "id": "req", "reason": [ { "text": "Palpitation" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/174" } } ], "effectiveDateTime": "2012-04-05T19:50:00Z", "id": "1214", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968805-16258494" } ], "issued": "2012-04-05T20:13:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/174" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z986805\n Date: 05/04/12\n Time: 19:50 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 141 g/L 130-170\nWCC 9.7 x10^9/L 4.0-11.0\nPLT 204 x10^9/L 140-400\nRCC 4.74 x10^12/L 4.50-5.70\nPCV 0.41 L/L 0.40-0.50\nMCV 87.7 fL 80.0-96.0\nMCH 29.8 pg 27.0-33.0\nMCHC 340 g/L 320-360\nRDW 13.4 % 11.0-15.0\nWhite Cell Differential\nNeut 7.7 x10^9/L 2.0-8.0\nLymph 1.2 x10^9/L 1.2-4.0\nMono 0.8 x10^9/L 0.1-1.0\nEos 0.0 x10^9/L 0.0-0.5\nBaso 0.0 x10^9/L 0.0-0.1\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1215", "resource": { "code": { "text": "General Biochemistry" }, "contained": [ { "id": "req", "reason": [ { "text": "Palpitation" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/174" } } ], "effectiveDateTime": "2012-04-05T19:50:00Z", "id": "1215", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968805-16258493" } ], "issued": "2012-04-05T20:51:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/174" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 136 mmol/L ( 135-145 )\nPotassium 4.1 mmol/L ( 3.5-5.5 )\nChloride 104 mmol/L ( 95-110 )\nHCO3 23 mmol/L ( 22-30 )\nCreatinine 66 umol/L ( 64-104 )\n (Creatinine) 0.066 mmol/L ( 0.05-0.11)\nUrea 4.3 mmol/L ( 2.5-8.3 )\n eGFR >90 ( SEE-BELOW)\nCalcium 2.34 mmol/L ( 2.10-2.60)\nPhosphate 0.92 mmol/L ( 0.8-1.5 )\nMagnesium 0.82 mmol/L ( 0.7-1.1 )\nAlbumin 38 g/L ( 35-50 )\nTroponin I 0.03 ug/L (See Below )\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1216", "resource": { "code": { "text": "Urine M/C/S" }, "effectiveDateTime": "2012-04-05T19:40:00Z", "id": "1216", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986894-16258492" } ], "issued": "2012-04-07T10:14:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/180" }, "text": { "div": "<div>\n \n <pre>\nLab No : Z763793\nSPECIMEN\nSpecimen Type : Urine Type Not Stated\n\n\nCHEMISTRY\npH 5.5\nProtein NEGATIVE\nSpecific Grav. 1.013\nBlood NEGATIVE\nGlucose NEGATIVE\nLeucocytes NEGATIVE\n\n\nMICROSCOPY\nLeucocytes 8 x10^6/L ( <2x10^6/L )\nRed Blood Cells 13 x10^6/L ( <13x10^6/L )\nSquamous Epithelial Cells +\n\n\n\n\n\n\n\n\nSTANDARD BACTERIAL CULTURE\n10^8-10^9 cfu/L Mixed organisms including: staphylococci,\nstreptococci and diphtheroid bacilli.\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1217", "resource": { "code": { "text": "Blood Gas" }, "contained": [ { "id": "req", "reason": [ { "text": "Automatic Request Registration" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/181" } } ], "effectiveDateTime": "2012-04-05T20:02:00Z", "id": "1217", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z516965-16258491" } ], "issued": "2012-04-05T20:14:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/181" }, "text": { "div": "<div>\n \n <pre>\nRequest No: Z561588 Z561661 Z516761 Z561665 Z561965\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12 Arterial\n Time: 11:30 14:28 14:28 19:43 20:02 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 37.0 37.0 37.0 Deg. C\npH 7.41 * * * 7.40 7.35-7.45\npCO2 38 36 36 41 mmHg 35-45\nHCO3(Std) 24 25 mmol/L 22.0-30.0\nBase Excess -0.4 0.7 mmol/L -3.0/3.0\npO2 90 90 90 76 mmHg 75-100\nO2 Sat 98 98 98 96 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 4.3 3.7 3.7 3.7 mmol/L 3.5-5.5\nSodium 147H 148H 148H 148H mmol/L 135-145\nChloride 119H 118H 118H 119H mmol/L 95-110\niCa++ 1.10L 1.10L 1.10L 1.11L mmol/L 1.12-1.30\nGlucose 8.5H 8.5H 8.5H 8.4H mmol/L 3.6-7.7\nLactate 1.0 1.0 1.0 0.9 mmol/L 0.2-1.8\n\nBLOOD CO-OXIMETRY\nTotal Hb 94L 101L 101L 97L g/L 130-170\nReduced Hb 1.9 1.8 1.8 3.8 % 0-5\nCarbOxy Hb 1.9H 1.8H 1.8H 1.5 % 0.5-1.5\nMeth Hb 1.4 1.3 1.3 1.1 % 0-1.5\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1218", "resource": { "code": { "text": "Molecular Haem" }, "contained": [ { "id": "req", "reason": [ { "text": "Thrombophilic Screen" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/182" } } ], "effectiveDateTime": "2012-04-05T20:00:00Z", "id": "1218", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968884-16258490" } ], "issued": "2012-04-05T20:00:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "partial", "subject": { "reference": "Patient/182" }, "text": { "div": "<div>\n \n <pre>\nProthrombin Gene Mutation Analysis\n\nG20210A Substitution Result:\n\nFactor V Gene Mutation Analysis\n\nG1691A Substitution Result:\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1219", "resource": { "code": { "text": "Urine Chemistry" }, "effectiveDateTime": "2012-04-05T19:57:00Z", "id": "1219", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986874-16258489" } ], "issued": "2012-04-06T04:06:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/183" }, "text": { "div": "<div>\n \n <pre>\nURINE\nPeriod ru. Hrs\nVolume na ml\n\nUrine Creatinine 7.6 mmol/L\nUrine Creatinine Excretion mmol/D ( 8.0-17 )\nUrine Protein 0.12 g/L\nUrine Protein Excretion g/D ( <0.15 )\nProtein/Creat Ratio 16 mg/mmol Creat ( 15-35 )\nUrine Microalbumin 43 H mg/L ( <15 )\nUrine Microalb Excretion ug/min ( <20.0 )\nMicroAlb/Creat Ratio 5.66 H mg/mmol creat ( <2.5 )\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1220", "resource": { "code": { "text": "Blood Gas" }, "contained": [ { "id": "req", "reason": [ { "text": "Automatic Request Registration" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/148" } } ], "effectiveDateTime": "2012-04-05T20:00:00Z", "id": "1220", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z561865-16258488" } ], "issued": "2012-04-05T20:04:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/148" }, "text": { "div": "<div>\n \n <pre>\nRequest No: Z561549 Z516360 Z561163 Z561164 Z516865\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12 Arterial\n Time: 12:27 13:39 16:22 17:26 20:00 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 37.0 37.0 37.0 Deg. C\npH 7.30L 7.32L 7.28L 7.17L 7.31L 7.35-7.45\npCO2 45 45 51H 50H 41 mmHg 35-45\nHCO3(Std) 20L mmol/L 22.0-30.0\nBase Excess -3.7L -3.1L -2.3 -9.8L -4.8L mmol/L -3.0/3.0\npO2 322H 110H 141H 233H 245H mmHg 75-100\nO2 Sat 97 95 98 98 99 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 3.9 4.0 3.9 3.7 4.2 mmol/L 3.5-5.5\nSodium 140 138 141 144 141 mmol/L 135-145\nChloride 115H mmol/L 95-110\niCa++ 1.07L mmol/L 1.12-1.30\nGlucose 10.8H mmol/L 3.6-7.7\nLactate 1.0 mmol/L 0.2-1.8\n\nBLOOD CO-OXIMETRY\nTotal Hb 117L 109L 104L 92L 94L g/L 130-170\nReduced Hb 0.8 % 0-5\nCarbOxy Hb 0.3L % 0.5-1.5\nMeth Hb 1.6H % 0-1.5\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1221", "resource": { "code": { "text": "General Biochemistry" }, "effectiveDateTime": "2012-04-05T19:40:00Z", "id": "1221", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986854-16258486" } ], "issued": "2012-04-05T21:39:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/184" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 136 mmol/L ( 135-145 )\nPotassium 4.1 mmol/L ( 3.5-5.5 )\nChloride 103 mmol/L ( 95-110 )\nHCO3 26 mmol/L ( 22-30 )\nCreatinine 51 umol/L ( 64-104 )\n (Creatinine) 0.051 mmol/L ( 0.05-0.11)\nUrea 5.0 mmol/L ( 2.5-8.3 )\n eGFR >90 ( SEE-BELOW)\nAlbumin 30 g/L ( 35-50 )\nAP 224 IU/L ( 30-120 )\nGGT 468 IU/L ( 10-65 )\nALT 88 IU/L ( <45 )\nAST 77 IU/L ( <35 )\nBili Total 103 umol/L ( <19 )\nProtein Total 64 g/L ( 65-85 )\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1222", "resource": { "code": { "text": "FBE & Routine Haem" }, "effectiveDateTime": "2012-04-05T19:40:00Z", "id": "1222", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968854-16258485" } ], "issued": "2012-04-05T20:14:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/184" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z766130 Z886994 Z866826 Z968535 Z986854\n Date: 03/04/12 04/04/12 04/04/12 05/04/12 05/04/12\n Time: 08:41 03:45 11:10 04:45 19:40 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 111L 107L 111L 92L 86L g/L 130-170\nWCC 7.2 5.7 5.7 5.7 7.8 x10^9/L 4.0-11.0\nPLT 157 155 164 161 167 x10^9/L 140-400\nRCC 3.42L 3.34L 3.45L 2.84L 2.64L x10^12/L 4.50-5.70\nPCV 0.32L 0.32L 0.32L 0.27L 0.25L L/L 0.40-0.50\nMCV 94.3 94.2 93.7 93.8 94.6 fL 80.0-96.0\nMCH 32.5 32.0 32.3 32.5 32.5 pg 27.0-33.0\nMCHC 345 340 345 346 344 g/L 320-360\nRDW 12.3 13.1 12.8 13.2 13.3 % 11.0-15.0\nWhite Cell Differential\nNeut 6.0 4.5 4.3 4.5 6.7 x10^9/L 2.0-8.0\nLymph 0.5L 0.5L 0.8L 0.5L 0.5L x10^9/L 1.2-4.0\nMono 0.5 0.5 0.5 0.5 0.5 x10^9/L 0.1-1.0\nEos 0.1 0.1 0.2 0.2 0.1 x10^9/L 0.0-0.5\nBaso 0.0 0.1 0.0 0.0 0.0 x10^9/L 0.0-0.1\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1223", "resource": { "code": { "text": "Blood Gas" }, "contained": [ { "id": "req", "reason": [ { "text": "Automatic Request Registration" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/122" } } ], "effectiveDateTime": "2012-04-05T19:54:00Z", "id": "1223", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z516765-16258484" } ], "issued": "2012-04-05T19:59:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/122" }, "text": { "div": "<div>\n \n <pre>\nRequest No: Z561579 Z561261 Z516463 Z561864 Z561765\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12 Arterial\n Time: 12:36 14:13 16:46 18:10 19:54 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 37.0 37.0 37.0 Deg. C\npH 7.17L 7.26L 7.36 7.40 7.36 7.35-7.45\npCO2 28L 26L 23L 21L 27L mmHg 35-45\nHCO3(Std) 11L 14L 16L 17L 17L mmol/L 22.0-30.0\nBase Excess -17.1L -14.4L -11.8L -10.8L -9.4L mmol/L -3.0/3.0\npO2 161H 142H 138H 136H 306H mmHg 75-100\nO2 Sat 98 99 99 100 100 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 6.2H 5.0 5.7H 6.0H 5.6H mmol/L 3.5-5.5\nSodium 139 142 140 141 138 mmol/L 135-145\nChloride 110 109 107 106 107 mmol/L 95-110\niCa++ 1.02L 0.98L 0.99L 0.98L 0.97L mmol/L 1.12-1.30\nGlucose 6.9 5.2 5.3 4.4 7.4 mmol/L 3.6-7.7\nLactate 13.9H 15.0H 12.3H 11.7H 9.3H mmol/L 0.2-1.8\n\nBLOOD CO-OXIMETRY\nTotal Hb 101L 99L 106L 109L 108L g/L 130-170\nReduced Hb 1.6 1.2 0.6 0.5 -0.2L % 0-5\nCarbOxy Hb 1.1 1.4 1.7H 1.8H 1.4 % 0.5-1.5\nMeth Hb 1.3 1.2 1.0 1.2 1.1 % 0-1.5\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1224", "resource": { "code": { "text": "Routine Coagulation" }, "contained": [ { "id": "req", "reason": [ { "text": "Post Angio + Stent" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/185" } } ], "effectiveDateTime": "2012-04-05T19:45:00Z", "id": "1224", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968844-16258483" } ], "issued": "2012-04-05T20:43:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/185" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z986844\n Date: 05/04/12\n Time: 19:45 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 1.0 0.8-1.3\nAPTT 111H secs 23-36\nFibrinogen 3.6 g/L 2.0-5.0\n\n12Z968844 05/04/12 19:45\nComment: Further testing with a heparin resistant reagent confirmed\n the presence of heparin. Suggest repeat.\n\nAPTT Therapeutic range for IV Heparin therapy = 60-85 seconds\nFrom 9.12.2010 APTT normal range 23 - 36 seconds.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1225", "resource": { "code": { "text": "General Biochemistry" }, "contained": [ { "id": "req", "reason": [ { "text": "Post Angio + Stent" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/185" } } ], "effectiveDateTime": "2012-04-05T19:45:00Z", "id": "1225", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968844-16258482" } ], "issued": "2012-04-05T20:18:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/185" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 137 mmol/L ( 135-145 )\nPotassium 4.0 mmol/L ( 3.5-5.5 )\nChloride 103 mmol/L ( 95-110 )\nHCO3 26 mmol/L ( 22-30 )\nCreatinine 68 umol/L ( 64-104 )\n (Creatinine) 0.068 mmol/L ( 0.05-0.11)\nUrea 3.9 mmol/L ( 2.5-8.3 )\n eGFR >90 ( SEE-BELOW)\nCalcium 2.30 mmol/L ( 2.10-2.60)\nPhosphate 1.17 mmol/L ( 0.8-1.5 )\nMagnesium 0.88 mmol/L ( 0.7-1.1 )\nAlbumin 34 g/L ( 35-50 )\nAP 96 IU/L ( 30-120 )\nGGT 102 IU/L ( 10-65 )\nALT 50 IU/L ( <45 )\nAST 128 IU/L ( <35 )\nBili Total 8 umol/L ( <19 )\nProtein Total 65 g/L ( 65-85 )\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1226", "resource": { "code": { "text": "FBE & Routine Haem" }, "contained": [ { "id": "req", "reason": [ { "text": "Post Angio + Stent" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/185" } } ], "effectiveDateTime": "2012-04-05T19:45:00Z", "id": "1226", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968844-16258481" } ], "issued": "2012-04-05T22:06:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/185" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z986844\n Date: 05/04/12\n Time: 19:45 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 141 g/L 130-170\nWCC 7.2 x10^9/L 4.0-11.0\nPLT 218 x10^9/L 140-400\nRCC 4.64 x10^12/L 4.50-5.70\nPCV 0.41 L/L 0.40-0.50\nMCV 88.8 fL 80.0-96.0\nMCH 30.4 pg 27.0-33.0\nMCHC 342 g/L 320-360\nRDW 13.1 % 11.0-15.0\nWhite Cell Differential\nNeut 5.0 x10^9/L 2.0-8.0\nLymph 1.5 x10^9/L 1.2-4.0\nMono 0.6 x10^9/L 0.1-1.0\nEos 0.1 x10^9/L 0.0-0.5\nBaso 0.0 x10^9/L 0.0-0.1\n\n12Z968844 05/04/12 19:45\nFilm Comment : Film scanned. The blood film shows no diagnostic features.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1227", "resource": { "code": { "text": "Urine M/C/S" }, "effectiveDateTime": "2012-04-05T17:00:00Z", "id": "1227", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968834-16258480" } ], "issued": "2012-04-09T08:45:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/186" }, "text": { "div": "<div>\n \n <pre>\nLab No : Z763783\nSPECIMEN\nSpecimen Type : Urine Catheter Specimen\n\n\nCHEMISTRY\npH 7.5\nProtein TRACE\nSpecific Grav. 1.013\nBlood +++\nGlucose NEGATIVE\nLeucocytes +++\n\n\nMICROSCOPY\nLeucocytes 920 x10^6/L ( <2x10^6/L )\nRed Blood Cells 6940 x10^6/L ( <13x10^6/L )\nSquamous Epithelial Cells Nil\n\n\n\n\n\n\n\n\nSTANDARD BACTERIAL CULTURE\n\n1. Escherichia coli >10^9 cfu/L\n\n\nSENSITIVITIES: 1\nCiprofloxacin S\nCotrimoxazole R\nGentamicin S\nMeropenem S\nNitrofurantoin I\nTrimethoprim R\n\nORGANISM 1: This organism has a raised ceftazidime and/ or\nceftriaxone MIC. This would suggest that treatment of this\norganism with cephalosporins, aztreonam and all penicillins\nincluding augmentin, tazocin and timentin could lead to rapid\nemergence of resistance and clinical failure.\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1228", "resource": { "code": { "text": "General Biochemistry" }, "effectiveDateTime": "2012-04-05T19:45:00Z", "id": "1228", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968824-16258479" } ], "issued": "2012-04-05T20:19:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/187" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 142 mmol/L ( 135-145 )\nPotassium 3.8 mmol/L ( 3.5-5.5 )\nChloride 106 mmol/L ( 95-110 )\nHCO3 27 mmol/L ( 22-30 )\nCreatinine 67 umol/L ( 64-104 )\n (Creatinine) 0.067 mmol/L ( 0.05-0.11)\nUrea 6.0 mmol/L ( 2.5-8.3 )\n eGFR >90 ( SEE-BELOW)\nC-React Prot 24 mg/L ( <5 )\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1229", "resource": { "code": { "text": "FBE & Routine Haem" }, "effectiveDateTime": "2012-04-05T19:45:00Z", "id": "1229", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968824-16258478" } ], "issued": "2012-04-05T20:13:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/187" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z916147 Z968416 Z968824\n Date: 13/07/09 15/09/09 05/04/12\n Time: 16:20 14:00 19:45 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 140 138 129L g/L 130-170\nWCC 8.4 7.2 7.8 x10^9/L 4.0-11.0\nPLT 538H 456H 373 x10^9/L 140-400\nRCC 4.78 4.74 4.28L x10^12/L 4.50-5.70\nPCV 0.41 0.41 0.37L L/L 0.40-0.50\nMCV 86.1 86.4 86.8 fL 80.0-96.0\nMCH 29.3 29.1 30.1 pg 27.0-33.0\nMCHC 341 336 347 g/L 320-360\nRDW 12.3 12.9 12.4 % 11.0-15.0\nRetics % 1.09 % 0.5-2.0\nRetics 52.1 x10^9/L 20-130\nWhite Cell Differential\nNeut 5.4 4.4 5.2 x10^9/L 2.0-8.0\nLymph 2.1 1.8 1.2 x10^9/L 1.2-4.0\nMono 0.5 0.5 1.1H x10^9/L 0.1-1.0\nEos 0.3 0.4 0.3 x10^9/L 0.0-0.5\nBaso 0.0 0.0 0.0 x10^9/L 0.0-0.1\n\n09Z916147 13/07/09 16:20\nFilm Comment : Red cells and leucocytes are unremarkable. Mild\n thrombocytosis.\nConclusion: ? reactive thrombocytosis. Suggest follow up FBE.\n\n09Z968416 15/09/09 14:00\nFilm Comment : Platelets are frequent large. Red cell and white cell\n morphology is unremarkable.\nConclusion: See trephine report. Dr Lab Labfellow\nComment: FBE with BMAT. Report to follow.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1231", "resource": { "code": { "text": "Tumour Markers" }, "contained": [ { "id": "req", "reason": [ { "text": "Urinary Symptoms 2/52 With Loin Pain" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/188" } } ], "effectiveDateTime": "2012-04-05T19:45:00Z", "id": "1231", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968814-16258476" } ], "issued": "2012-04-06T07:38:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/188" }, "text": { "div": "<div>\n \n <pre>\nDoes the patient have a previously diagnosed prostatic disease? (Y/N) N\n\nPSA * \\XE6\\g/L (<4.0 )\n\nComment: The requested tests were not completed as no sample was\n received. Ward notified.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1232", "resource": { "code": { "text": "General Biochemistry" }, "contained": [ { "id": "req", "reason": [ { "text": "Urinary Symptoms 2/52 With Loin Pain" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/188" } } ], "effectiveDateTime": "2012-04-05T19:45:00Z", "id": "1232", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968814-16258475" } ], "issued": "2012-04-05T20:19:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/188" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 140 mmol/L ( 135-145 )\nPotassium 4.9 mmol/L ( 3.5-5.5 )\nChloride 103 mmol/L ( 95-110 )\nHCO3 30 mmol/L ( 22-30 )\nCreatinine 83 umol/L ( 64-104 )\n (Creatinine) 0.083 mmol/L ( 0.05-0.11)\nUrea 6.5 mmol/L ( 2.5-8.3 )\n eGFR >90 ( SEE-BELOW)\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1233", "resource": { "code": { "text": "FBE & Routine Haem" }, "contained": [ { "id": "req", "reason": [ { "text": "Urinary Symptoms 2/52 With Loin Pain" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/188" } } ], "effectiveDateTime": "2012-04-05T19:45:00Z", "id": "1233", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986814-16258474" } ], "issued": "2012-04-05T20:13:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/188" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z968814\n Date: 05/04/12\n Time: 19:45 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 152 g/L 130-170\nWCC 6.8 x10^9/L 4.0-11.0\nPLT 203 x10^9/L 140-400\nRCC 5.02 x10^12/L 4.50-5.70\nPCV 0.44 L/L 0.40-0.50\nMCV 88.6 fL 80.0-96.0\nMCH 30.2 pg 27.0-33.0\nMCHC 341 g/L 320-360\nRDW 12.1 % 11.0-15.0\nWhite Cell Differential\nNeut 3.7 x10^9/L 2.0-8.0\nLymph 2.3 x10^9/L 1.2-4.0\nMono 0.6 x10^9/L 0.1-1.0\nEos 0.2 x10^9/L 0.0-0.5\nBaso 0.0 x10^9/L 0.0-0.1\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1234", "resource": { "code": { "text": "Central Reception" }, "contained": [ { "id": "req", "reason": [ { "text": "Sah" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/151" } } ], "effectiveDateTime": "2012-04-05T19:40:00Z", "id": "1234", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986893-16258473" } ], "issued": "2012-04-05T19:40:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "partial", "subject": { "reference": "Patient/151" }, "text": { "div": "<div>\n \n <pre>\n Patient ID/Specimen/Reporting Errors\n** This Test Is For Laboratory Statistical Use Only **\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1235", "resource": { "code": { "text": "General Biochemistry" }, "contained": [ { "id": "req", "reason": [ { "text": "Sah" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/151" } } ], "effectiveDateTime": "2012-04-05T19:40:00Z", "id": "1235", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968893-16258472" } ], "issued": "2012-04-05T20:15:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/151" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nAlbumin * g/L ( 35-50 )\nAP * IU/L ( 30-120 )\nGGT * IU/L ( 10-65 )\nALT * IU/L ( <34 )\nAST * IU/L ( <31 )\nBili Total * umol/L ( <19 )\nProtein Total * g/L ( 65-85 )\n\nComment: The requested tests were not completed as no\n sample was received.Lfts added to Z968840.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1236", "resource": { "code": { "text": "Routine Coagulation" }, "contained": [ { "id": "req", "reason": [ { "text": "Sah" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/151" } } ], "effectiveDateTime": "2012-04-05T19:40:00Z", "id": "1236", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968893-16258471" } ], "issued": "2012-04-05T20:32:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/151" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z968893\n Date: 05/04/12\n Time: 19:40 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 1.0 0.8-1.3\nAPTT 30 secs 23-36\nFibrinogen 3.4 g/L 2.0-5.0\n\nAPTT Therapeutic range for IV Heparin therapy = 60-85 seconds\nFrom 9.12.2010 APTT normal range 23 - 36 seconds.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1237", "resource": { "code": { "text": "General Biochemistry" }, "contained": [ { "id": "req", "reason": [ { "text": "Increasing Sob On Exerion Post Surgery 3/52 Ago ? Pe" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/178" } } ], "effectiveDateTime": "2012-04-05T19:40:00Z", "id": "1237", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968804-16258470" } ], "issued": "2012-04-05T20:35:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/178" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 132 mmol/L ( 135-145 )\nPotassium * mmol/L ( 3.5-5.5 )\nChloride 96 mmol/L ( 95-110 )\nHCO3 22 mmol/L ( 22-30 )\nCreatinine 116 umol/L ( 49-90 )\n (Creatinine) 0.116 mmol/L ( 0.05-0.09)\nUrea 9.3 mmol/L ( 2.5-8.3 )\n eGFR 41 ( SEE-BELOW)\nAlbumin 38 g/L ( 35-50 )\nAP 107 IU/L ( 30-120 )\nGGT 187 IU/L ( 10-65 )\nALT 32 IU/L ( <34 )\nAST * IU/L ( <31 )\nBili Total * umol/L ( <19 )\nProtein Total 74 g/L ( 65-85 )\nTroponin I <0.02 ug/L (See Below )\nCK 811 IU/L ( <145 )\n\nComment: Haemolysed. Some tests (*) unavailable.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1238", "resource": { "code": { "text": "FBE & Routine Haem" }, "contained": [ { "id": "req", "reason": [ { "text": "Increasing Sob On Exerion Post Surgery 3/52 Ago ? Pe" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/178" } } ], "effectiveDateTime": "2012-04-05T19:40:00Z", "id": "1238", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968804-16258469" } ], "issued": "2012-04-05T20:17:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/178" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z256564 Z368815 Z965898 Z936275 Z968804\n Date: 24/03/12 25/03/12 26/03/12 27/03/12 05/04/12\n Time: 10:45 10:15 08:15 09:10 19:40 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 116 119 117 106L * g/L 115-150\nWCC 11.7H 11.6H 9.5 9.9 x10^9/L 4.0-11.0\nPLT 578H 677H 674H 649H * x10^9/L 140-400\nRCC 3.99 4.18 4.04 3.69L x10^12/L 3.80-5.10\nPCV 0.34L 0.36 0.34L 0.31L L/L 0.35-0.45\nMCV 84.3 84.9 84.2 83.8 fL 80.0-96.0\nMCH 29.0 28.5 29.0 28.7 pg 27.0-33.0\nMCHC 343 336 344 343 g/L 320-360\nRDW 13.8 13.6 13.9 13.9 % 11.0-15.0\nWhite Cell Differential\nNeut 8.9H 8.9H 6.7 7.5 x10^9/L 2.0-8.0\nLymph 1.5 1.4 1.8 1.3 x10^9/L 1.2-4.0\nMono 0.9 1.0 0.8 0.9 x10^9/L 0.1-1.0\nEos 0.3 0.2 0.2 0.1 x10^9/L 0.0-0.5\nBaso 0.1 0.1 0.0 0.0 x10^9/L 0.0-0.1\n\n12Z368815 25/03/12 10:15\nComment: Note moderate thrombocytosis. ? reactive.\n Instrument differential and parameters reported.\n\n12Z986804 05/04/12 19:40\nComment: * Specimen clotted. ED informed.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1239", "resource": { "code": { "text": "Blood Gas" }, "contained": [ { "id": "req", "reason": [ { "text": "Automatic Request Registration" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/181" } } ], "effectiveDateTime": "2012-04-05T19:43:00Z", "id": "1239", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z561665-16258468" } ], "issued": "2012-04-06T06:21:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/181" }, "text": { "div": "<div>\n \n <pre>\nRequest No: Z516535 Z561588 Z561661 Z516761 Z561665\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12 Arterial\n Time: 08:12 11:30 14:28 14:28 19:43 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 37.0 37.0 37.0 Deg. C\npH 7.42 7.41 * * * 7.35-7.45\npCO2 36 38 36 36 mmHg 35-45\nHCO3(Std) 24 24 mmol/L 22.0-30.0\nBase Excess -0.6 -0.4 mmol/L -3.0/3.0\npO2 84 90 90 90 mmHg 75-100\nO2 Sat 98 98 98 98 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 4.0 4.3 3.7 3.7 mmol/L 3.5-5.5\nSodium 146H 147H 148H 148H mmol/L 135-145\nChloride 120H 119H 118H 118H mmol/L 95-110\niCa++ 1.10L 1.10L 1.10L 1.10L mmol/L 1.12-1.30\nGlucose 8.9H 8.5H 8.5H 8.5H mmol/L 3.6-7.7\nLactate 0.9 1.0 1.0 1.0 mmol/L 0.2-1.8\n\nBLOOD CO-OXIMETRY\nTotal Hb 94L 94L 101L 101L g/L 130-170\nReduced Hb 2.3 1.9 1.8 1.8 % 0-5\nCarbOxy Hb 1.9H 1.9H 1.8H 1.8H % 0.5-1.5\nMeth Hb 0.7 1.4 1.3 1.3 % 0-1.5\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1240", "resource": { "code": { "text": "Sterile Sites M/C/S" }, "contained": [ { "id": "req", "reason": [ { "text": "Known Endocarditis, Vasculitic Rash Past, ?septic Embol" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/189" } } ], "effectiveDateTime": "2012-04-05T19:21:00Z", "id": "1240", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968843-16258467" } ], "issued": "2012-04-09T11:01:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/189" }, "text": { "div": "<div>\n \n <pre>\nLab No : Z860538\nSPECIMEN\nSpecimen Type : Biopsy\nDescription : Left Lateral Foot\n\n\n\n\nMICROSCOPY\n\n\nGRAM STAIN\nLeucocytes +\nEpithelial Cells +\nNo organisms seen\n\n\n\nCULTURE\nNo Growth After 2 Days.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1240a", "resource": { "code": { "text": "Routine Coagulation" }, "contained": [ { "id": "req", "reason": [ { "text": "Trauma" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/190" } } ], "effectiveDateTime": "2012-04-05T19:28:00Z", "id": "1240a", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968883-16258465" } ], "issued": "2012-04-05T20:10:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/190" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z768114 Z816561 Z968883\n Date: 08/02/10 11/02/10 05/04/12\n Time: 18:00 08:08 19:28 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 1.0 1.1 1.0 0.8-1.3\nAPTT 27 26 secs 23-36\nFibrinogen 3.4 3.5 g/L 2.0-5.0\n\nAPTT Therapeutic range for IV Heparin therapy = 60-85 seconds\nFrom 9.12.2010 APTT normal range 23 - 36 seconds.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1241", "resource": { "code": { "text": "General Biochemistry" }, "contained": [ { "id": "req", "reason": [ { "text": "Trauma" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/190" } } ], "effectiveDateTime": "2012-04-05T19:28:00Z", "id": "1241", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968883-16258464" } ], "issued": "2012-04-05T20:06:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/190" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 138 mmol/L ( 135-145 )\nPotassium 4.1 mmol/L ( 3.5-5.5 )\nChloride 103 mmol/L ( 95-110 )\nHCO3 29 mmol/L ( 22-30 )\nCreatinine 90 umol/L ( 64-104 )\n (Creatinine) 0.090 mmol/L ( 0.05-0.11)\nUrea 4.3 mmol/L ( 2.5-8.3 )\n eGFR 80 ( SEE-BELOW)\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1242", "resource": { "code": { "text": "FBE & Routine Haem" }, "contained": [ { "id": "req", "reason": [ { "text": "Trauma" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/190" } } ], "effectiveDateTime": "2012-04-05T19:28:00Z", "id": "1242", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986883-1625846422" } ], "issued": "2012-04-05T19:43:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/190" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z861419 Z863387 Z476650 Z269106 Z968883\n Date: 12/02/10 25/02/10 15/04/10 29/07/10 05/04/12\n Time: 08:13 15:24 14:38 14:25 19:28 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 144 137 130 150 146 g/L 130-170\nWCC 10.3 9.8 7.0 7.1 15.0H x10^9/L 4.0-11.0\nPLT 190 215 204 200 225 x10^9/L 140-400\nRCC 4.91 4.63 4.32L 5.02 4.81 x10^12/L 4.50-5.70\nPCV 0.43 0.41 0.38L 0.44 0.44 L/L 0.40-0.50\nMCV 88.0 87.5 87.7 88.3 90.4 fL 80.0-96.0\nMCH 29.3 29.6 30.0 29.9 30.3 pg 27.0-33.0\nMCHC 333 339 343 338 335 g/L 320-360\nRDW 13.5 13.8 14.6 14.0 15.2H % 11.0-15.0\nWhite Cell Differential\nNeut 2.8 6.3 3.8 4.6 12.7H x10^9/L 2.0-8.0\nLymph 6.3H 2.3 2.3 1.7 1.5 x10^9/L 1.2-4.0\nMono 0.9 0.9 0.5 0.6 0.6 x10^9/L 0.1-1.0\nEos 0.1 0.2 0.4 0.2 0.2 x10^9/L 0.0-0.5\nBaso 0.1 0.1 0.1 0.0 0.1 x10^9/L 0.0-0.1\n\n12Z986883 05/04/12 19:28\nComment: Please note mild neutrophilia\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1243", "resource": { "code": { "text": "New Histology Rep" }, "effectiveDateTime": "2012-04-05T19:20:00Z", "id": "1243", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968833-16258462" } ], "issued": "2012-04-05T19:20:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "partial", "subject": { "reference": "Patient/191" }, "text": { "div": "<div>\n \n <pre>\nHISTOPATHOLOGY\nLab No: 2021X023532\n\nCLINICAL NOTES:\n\n?Viral (illegible) ?Early EM. Widespread erythematous plaque.\n\nMACROSCOPIC DESCRIPTION:\n\n"Biopsy back": Two punch biopsies each 3mm across and 3mm deep. A1.\n(TJB)\n\nMICROSCOPIC DESCRIPTION:\n\n\n\nDIAGNOSIS:\n\n\nPathologist: To Follow\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1244", "resource": { "code": { "text": "New Histology Rep" }, "effectiveDateTime": "2012-04-05T19:23:00Z", "id": "1244", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968853-16258461" } ], "issued": "2012-04-05T19:23:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "partial", "subject": { "reference": "Patient/192" }, "text": { "div": "<div>\n \n <pre>\nHISTOPATHOLOGY\nLab No: 2021X023531\n\nCLINICAL NOTES:\n\nShave biopsy (L) nose ?BCC ?(illegible) papule of the nose.\n\nMACROSCOPIC DESCRIPTION:\n\n"Shave biopsy nose": A white shaving of skin with a raised white\nnodule and brown top all measuring 6x5x2mm. Specimen bisected, A1.\n(TJB)\n\nMICROSCOPIC DESCRIPTION:\n\n\n\nDIAGNOSIS:\n\n\nPathologist: To Follow\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1245", "resource": { "code": { "text": "Routine Coagulation" }, "contained": [ { "id": "req", "reason": [ { "text": "89/M Collapsed, Low Bp" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/139" } } ], "effectiveDateTime": "2012-04-05T19:24:00Z", "id": "1245", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986883-1625846433" } ], "issued": "2012-04-05T19:24:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/139" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z361399 Z968863\n Date: 13/03/12 05/04/12\n Time: 14:20 19:24 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 1.3 1.3 0.8-1.3\nAPTT 28 secs 23-36\nFibrinogen 4.8 g/L 2.0-5.0\n\nAPTT Therapeutic range for IV Heparin therapy = 60-85 seconds\nFrom 9.12.2010 APTT normal range 23 - 36 seconds.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1246", "resource": { "code": { "text": "General Biochemistry" }, "contained": [ { "id": "req", "reason": [ { "text": "89/M Collapsed, Low Bp" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/139" } } ], "effectiveDateTime": "2012-04-05T19:24:00Z", "id": "1246", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968863-16258459" } ], "issued": "2012-04-05T19:24:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/139" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 135 mmol/L ( 135-145 )\nPotassium 4.4 mmol/L ( 3.5-5.5 )\nChloride 100 mmol/L ( 95-110 )\nHCO3 25 mmol/L ( 22-30 )\nCreatinine 104 umol/L ( 64-104 )\n (Creatinine) 0.104 mmol/L ( 0.05-0.11)\nUrea 8.6 mmol/L ( 2.5-8.3 )\n eGFR 58 ( SEE-BELOW)\nAlbumin 24 g/L ( 35-50 )\nAP 172 IU/L ( 30-120 )\nGGT 59 IU/L ( 10-65 )\nALT 22 IU/L ( <45 )\nAST 27 IU/L ( <35 )\nBili Total 84 umol/L ( <19 )\nProtein Total 62 g/L ( 65-85 )\nC-React Prot 109 mg/L ( <5 )\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1247", "resource": { "code": { "text": "FBE & Routine Haem" }, "contained": [ { "id": "req", "reason": [ { "text": "89/M Collapsed, Low Bp" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/139" } } ], "effectiveDateTime": "2012-04-05T19:24:00Z", "id": "1247", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986863-16258458" } ], "issued": "2012-04-05T19:43:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/139" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z965662 Z361399 Z986863\n Date: 28/04/11 13/03/12 05/04/12\n Time: 12:30 14:20 19:24 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 148 116L 110L g/L 130-170\nWCC 7.4 10.1 14.0H x10^9/L 4.0-11.0\nPLT 223 274 305 x10^9/L 140-400\nRCC 4.65 3.59L 3.39L x10^12/L 4.50-5.70\nPCV 0.42 0.33L 0.32L L/L 0.40-0.50\nMCV 91.6 90.9 93.3 fL 80.0-96.0\nMCH 31.9 32.4 32.5 pg 27.0-33.0\nMCHC 348 356 348 g/L 320-360\nRDW 14.5 16.5H 15.4H % 11.0-15.0\nWhite Cell Differential\nNeut 5.5 7.8 11.4H x10^9/L 2.0-8.0\nLymph 1.2 1.1L 1.2 x10^9/L 1.2-4.0\nMono 0.6 1.0 1.2H x10^9/L 0.1-1.0\nEos 0.0 0.0 0.0 x10^9/L 0.0-0.5\nBaso 0.0 0.0 0.1 x10^9/L 0.0-0.1\nBands 0.2 x10^9/L 0.0-0.5\n\n12Z361399 13/03/12 14:20\nFilm Comment : Red cells show numerous target cells and moderate\n anisocytosis. Manual differential. Platelets are\n plentiful.\nConclusion: Suggestive of liver dysfunction.\n\n12Z968863 05/04/12 19:24\nComment: Please note mild neutrophilia and mild monocytosis\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1248", "resource": { "code": { "text": "Urine Chemistry" }, "contained": [ { "id": "req", "reason": [ { "text": "Pre Organ " } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/124" } } ], "effectiveDateTime": "2012-04-05T19:20:00Z", "id": "1248", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968873-16258457" } ], "issued": "2012-04-05T19:49:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/124" }, "text": { "div": "<div>\n \n <pre>\nURINE\nPeriod ru. Hrs\nVolume na ml\n\nUrine Creatinine 3.0 mmol/L\nUrine Creatinine Excretion mmol/D ( 7-13 )\nUrine Protein 0.57 g/L\nUrine Protein Excretion g/D ( <0.15 )\nProtein/Creat Ratio 190 H mg/mmol Creat ( 15-35 )\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1249", "resource": { "code": { "text": "New Histology Rep" }, "contained": [ { "id": "req", "reason": [ { "text": "Known Endocarditis, Vasculitic Rash Past, ?septic Embol" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/189" } } ], "effectiveDateTime": "2012-04-05T19:21:00Z", "id": "1249", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986843-16258456" } ], "issued": "2012-04-05T19:21:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "partial", "subject": { "reference": "Patient/189" }, "text": { "div": "<div>\n \n <pre>\nHISTOPATHOLOGY\nLab No: 2021X023528\n\nCLINICAL NOTES:\n\n2 x punch biopsy (L) lateral foot. ?Immune mediated vasculitis.\nKnown endocarditis vasculitic rash post x 1. ?Septic emboli.\n?Thrombotic vasculitis.\n\nMACROSCOPIC DESCRIPTION:\n\n"Biopsy left foot": A 3mm core of skin 3mm deep. A1. (TJB)\n\nMICROSCOPIC DESCRIPTION:\n\n\n\nDIAGNOSIS:\n\n\nPathologist: To Follow\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1250", "resource": { "code": { "text": "Bbank Other Products" }, "contained": [ { "id": "req", "reason": [ { "text": "Ivig-Intragram 39G" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/193" } } ], "effectiveDateTime": "2012-04-05T19:15:00Z", "id": "1250", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z867193-16258455" } ], "issued": "2012-04-06T06:19:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/193" }, "text": { "div": "<div>\n \n <pre>\nISSUED PRODUCT REPORT\n\n\nProduct Issued: Intragam P 12g 200mL\nProduct Batch: 4740600000\nProduct Quantity: 3\nDate/Time Issued: 05/04/2010 19:28\n\nProduct administered by: __________________________________________\nDate administered : __________________________________________\nTime administered : __________________________________________\n\nProduct Issued: Intragam P 3g 50mL\nProduct Batch: 4740500001\nProduct Quantity: 1\nDate/Time Issued: 05/04/2010 19:28\n\nProduct administered by: __________________________________________\nDate administered : __________________________________________\nTime administered : __________________________________________\n\nProducts must be administered immediately upon receipt, or returned to\nthe Blood Bank.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1251", "resource": { "code": { "text": "Blood Gas" }, "contained": [ { "id": "req", "reason": [ { "text": "Automatic Request Registration" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/190" } } ], "effectiveDateTime": "2012-04-05T19:20:00Z", "id": "1251", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z561565-16258454" } ], "issued": "2012-04-05T19:23:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/190" }, "text": { "div": "<div>\n \n <pre>\nRequest No: Z516565\n Date: 05/04/12 Arterial\n Time: 19:20 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 Deg. C\npH 7.32L 7.35-7.45\npCO2 59H mmHg 35-45\nBase Excess 4.1H mmol/L -3.0/3.0\npO2 33L mmHg 75-100\nO2 Sat 57L % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 4.0 mmol/L 3.5-5.5\nSodium 139 mmol/L 135-145\n\nBLOOD CO-OXIMETRY\nTotal Hb 151 g/L 130-170\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1252", "resource": { "code": { "text": "General Biochemistry" }, "effectiveDateTime": "2012-04-05T18:00:00Z", "id": "1252", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968823-16258453" } ], "issued": "2012-04-05T19:46:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/194" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nCalcium 1.55 mmol/L ( 2.10-2.60)\nPhosphate 1.28 mmol/L ( 0.8-1.5 )\nMagnesium 0.95 mmol/L ( 0.7-1.1 )\nAlbumin 22 g/L ( 35-50 )\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1253", "resource": { "code": { "text": "Urine M/C/S" }, "contained": [ { "id": "req", "reason": [ { "text": "Recurrent Falls" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/195" } } ], "effectiveDateTime": "2012-04-05T19:00:00Z", "id": "1253", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986813-16258452" } ], "issued": "2012-04-07T10:13:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/195" }, "text": { "div": "<div>\n \n <pre>\nLab No : Z763773\nSPECIMEN\nSpecimen Type : Urine Type Not Stated\n\n\nCHEMISTRY\npH 5.5\nProtein NEGATIVE\nSpecific Grav. 1.010\nBlood NEGATIVE\nGlucose NEGATIVE\nLeucocytes NEGATIVE\n\n\nMICROSCOPY\nLeucocytes 3 x10^6/L ( <2x10^6/L )\nRed Blood Cells 2 x10^6/L ( <13x10^6/L )\nSquamous Epithelial Cells Nil\n\nRed blood cell count unreliable due to low specific gravity.\n\n\n\n\n\n\nSTANDARD BACTERIAL CULTURE\n10^8 cfu/L Mixed organisms including: staphylococci, streptococci\nand diphtheroid bacilli.\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1254", "resource": { "code": { "text": "Routine Coagulation" }, "effectiveDateTime": "2012-04-05T19:00:00Z", "id": "1254", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986803-16258451" } ], "issued": "2012-04-05T19:57:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/147" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z968503 Z968694 Z986770 Z968745 Z968803\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12\n Time: 06:00 11:25 14:57 17:00 19:00 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 1.1 1.1 0.8-1.3\nAPTT 104H 55H 44H * 67H secs 23-36\nFibrinogen 4.3 4.3 g/L 2.0-5.0\n\n12Z986803 05/04/12 19:00\nComment: Further testing with a heparin resistant reagent confirmed\n the presence of heparin. Please indicate anticoagulant\n therapy on request form.\n\n12Z968745 05/04/12 17:00\nComment: * Insufficient specimen to perform APTT. Ward informed.\n\nAPTT Therapeutic range for IV Heparin therapy = 60-85 seconds\nFrom 9.12.2010 APTT normal range 23 - 36 seconds.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1255", "resource": { "code": { "text": "Bbank Other Products" }, "contained": [ { "id": "req", "reason": [ { "text": "Kovig Ivig- 30G" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/196" } } ], "effectiveDateTime": "2012-04-05T19:10:00Z", "id": "1255", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z876183-16258450" } ], "issued": "2012-04-05T19:18:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/196" }, "text": { "div": "<div>\n \n <pre>\nISSUED PRODUCT REPORT\n\n\nProduct Issued: Kiovig 20g 200mL\nProduct Batch: LE12M354AC\nProduct Quantity: 1\nDate/Time Issued: 05/04/2010 09:18\n\nProduct administered by: __________________________________________\nDate administered : __________________________________________\nTime administered : __________________________________________\n\nProduct Issued: Kiovig 10g 100mL\nProduct Batch: LE12L001AC\nProduct Quantity: 1\nDate/Time Issued: 05/04/2010 09:18\n\nProduct administered by: __________________________________________\nDate administered : __________________________________________\nTime administered : __________________________________________\n\nProducts must be administered immediately upon receipt, or returned to\nthe Blood Bank.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1256", "resource": { "code": { "text": "Blood Gas" }, "contained": [ { "id": "req", "reason": [ { "text": "Automatic Request Registration" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/144" } } ], "effectiveDateTime": "2012-04-05T19:11:00Z", "id": "1256", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z561465-16258449" } ], "issued": "2012-04-05T19:13:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/144" }, "text": { "div": "<div>\n \n <pre>\nRequest No: Z461110 Z516465\n Date: 28/03/12 05/04/12 Arterial\n Time: 19:21 19:11 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 Deg. C\npH 7.42 7.38 7.35-7.45\npCO2 36 33L mmHg 35-45\nBase Excess -0.5 -5.1L mmol/L -3.0/3.0\npO2 80 86 mmHg 75-100\nO2 Sat 96 96 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 4.2 6.0H mmol/L 3.5-5.5\nSodium 138 132L mmol/L 135-145\n\nBLOOD CO-OXIMETRY\nTotal Hb 100L 93L g/L 115-150\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1257", "resource": { "code": { "text": "General Biochemistry" }, "contained": [ { "id": "req", "reason": [ { "text": "Cags X3 24/24 Post" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/197" } } ], "effectiveDateTime": "2012-04-05T18:55:00Z", "id": "1257", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986892-16258448" } ], "issued": "2012-04-05T20:14:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/197" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 138 mmol/L ( 135-145 )\nPotassium 3.9 mmol/L ( 3.5-5.5 )\nChloride 102 mmol/L ( 95-110 )\nHCO3 28 mmol/L ( 22-30 )\nCreatinine 59 umol/L ( 64-104 )\n (Creatinine) 0.059 mmol/L ( 0.05-0.11)\nUrea 3.5 mmol/L ( 2.5-8.3 )\n eGFR >90 ( SEE-BELOW)\nCalcium 2.09 mmol/L ( 2.10-2.60)\nPhosphate 1.62 mmol/L ( 0.8-1.5 )\nMagnesium 0.73 mmol/L ( 0.7-1.1 )\nAlbumin 30 g/L ( 35-50 )\nTroponin I 0.70 ug/L (See Below )\nCK 247 IU/L ( <175 )\nCKMB Mass * ug/L ( <4 )\nC-React Prot 166 mg/L ( <5 )\n\nComment: The CKMB was not measured on this sample. It has\n been replaced by Troponin.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1268", "resource": { "code": { "text": "FBE & Routine Haem" }, "contained": [ { "id": "req", "reason": [ { "text": "Cags X3 24/24 Post" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/197" } } ], "effectiveDateTime": "2012-04-05T18:55:00Z", "id": "1268", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968892-16258447" } ], "issued": "2012-04-05T19:41:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/197" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z860270 Z886554 Z968892\n Date: 22/02/12 03/04/12 05/04/12\n Time: 08:10 11:45 18:55 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 155 134 99L g/L 130-170\nWCC 9.8 7.5 8.9 x10^9/L 4.0-11.0\nPLT 232 220 165 x10^9/L 140-400\nRCC 5.39 4.53 3.44L x10^12/L 4.50-5.70\nPCV 0.46 0.40 0.30L L/L 0.40-0.50\nMCV 85.3 87.3 86.4 fL 80.0-96.0\nMCH 28.7 29.5 28.8 pg 27.0-33.0\nMCHC 336 337 333 g/L 320-360\nRDW 14.1 14.6 14.8 % 11.0-15.0\nWhite Cell Differential\nNeut 7.4 4.9 7.6 x10^9/L 2.0-8.0\nLymph 1.7 2.0 0.6L x10^9/L 1.2-4.0\nMono 0.5 0.5 0.6 x10^9/L 0.1-1.0\nEos 0.1 0.1 0.0 x10^9/L 0.0-0.5\nBaso 0.0 0.0 0.0 x10^9/L 0.0-0.1\n\n12Z968892 05/04/12 18:55\nComment: Please note fall in haemoglobin and platelet count since\n the previous examination. Post CAGS.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1258", "resource": { "code": { "text": "Molecular Haem" }, "contained": [ { "id": "req", "reason": [ { "text": "See Slip" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/198" } } ], "effectiveDateTime": "2012-04-05T17:15:00Z", "id": "1258", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "5003-3385" } ], "issued": "2012-04-05T17:15:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "partial", "subject": { "reference": "Patient/198" }, "text": { "div": "<div>\n \n <pre>\nFLT3 Mutation Analysis\n\nInternal Tandem Duplication (ITD):\n\nFLT3 ITD Allelic Ratio:\n\nTyrosine Kinase Domain 2 (TK2) Result:\n\nNucleophosmin (NPM1) Gene Mutation Analysis\n\nExon 12 Indel Result:\n\nComment\n\nCCAAT/Enhancer Binding Protein Alpha (C/EBPA) Gene Mutation Analysis\n\nCEBPA Result:\n\nComment\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1259", "resource": { "code": { "text": "Blood Gas" }, "contained": [ { "id": "req", "reason": [ { "text": "Automatic Request Registration" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/115" } } ], "effectiveDateTime": "2012-04-05T19:04:00Z", "id": "1259", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z561365-16258445" } ], "issued": "2012-04-06T06:21:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/115" }, "text": { "div": "<div>\n \n <pre>\nRequest No: Z561564 Z516576 Z561361 Z561663 Z516365\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12 Arterial\n Time: 06:54 09:27 14:18 17:00 19:04 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 37.0 37.0 37.0 Deg. C\npH 7.48H 7.50H * 7.51H * 7.35-7.45\npCO2 37 36 31L 34L 34L mmHg 35-45\nHCO3(Std) 28 29 28 mmol/L 22.0-30.0\nBase Excess 4.1H 4.5H 3.7H mmol/L -3.0/3.0\npO2 76 90 86 89 86 mmHg 75-100\nO2 Sat 96 98 98 98 97 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 3.7 4.2 3.8 4.2 3.8 mmol/L 3.5-5.5\nSodium 142 142 140 141 141 mmol/L 135-145\nChloride 109 109 107 108 106 mmol/L 95-110\niCa++ 1.12 1.11L 1.09L 1.09L 1.12 mmol/L 1.12-1.30\nGlucose 7.1 5.9 13.0H 13.4H 12.6H mmol/L 3.6-7.7\nLactate 0.9 1.0 1.0 1.5 1.4 mmol/L 0.2-1.8\n\nBLOOD CO-OXIMETRY\nTotal Hb 90L 94L 92L 88L 88L g/L 130-170\nReduced Hb 3.7 1.8 2.2 2.2 2.6 % 0-5\nCarbOxy Hb 1.2 1.1 1.3 1.3 1.3 % 0.5-1.5\nMeth Hb 1.2 1.0 1.5 1.2 1.4 % 0-1.5\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1260", "resource": { "code": { "text": "Routine Coagulation" }, "contained": [ { "id": "req", "reason": [ { "text": "Chest Pain Worse On Exercise" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/153" } } ], "effectiveDateTime": "2012-04-05T18:50:00Z", "id": "1260", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986872-16258444" } ], "issued": "2012-04-05T19:48:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/153" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z964790 Z665812 Z566826 Z467914 Z968872\n Date: 02/10/05 09/10/05 16/10/05 19/10/05 05/04/12\n Time: 19:00 18:50 17:28 05:15 18:50 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 1.1 1.1 1.1 1.1 2.6H 0.8-1.3\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1261", "resource": { "code": { "text": "General Biochemistry" }, "contained": [ { "id": "req", "reason": [ { "text": "Chest Pain Worse On Exercise" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/153" } } ], "effectiveDateTime": "2012-04-05T18:50:00Z", "id": "1261", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968872-16258443" } ], "issued": "2012-04-05T19:25:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/153" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nTroponin I * ug/L (See Below )\n\nComment: A troponin has been measured for this patient in\n recent hours. If chest pain is ongoing, a\n repeat troponin should not be done till at\n least 4 hours after the last one.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1262", "resource": { "code": { "text": "Therapeutic Drugs" }, "contained": [ { "id": "req", "reason": [ { "text": "2Hrs Post Dose" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/199" } } ], "effectiveDateTime": "2012-04-05T18:45:00Z", "id": "1262", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986862-16258442" } ], "issued": "2012-04-05T20:39:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/199" }, "text": { "div": "<div>\n \n <pre>\n Request No: Z868702 Z868897 Z986862\n Date: 03/04/12 04/04/12 05/04/12 Therapeut\n Time: 18:40 02:10 18:45 Units Range\n -------- -------- -------- -------- -------- ------ ---------\nPLASMA\nCarbamazepine 44 umol/L 20-50\nHrs Since Dose No Info HH:MM\n\nWHOLE BLOOD\nCyclosporin 113 384 ng/mL AS-BELOW\nHrs Since Dose No Info 02:00 HH:MM\n\n* Note Cyclosporin Method Change. *\n From 26/07/2010 Cyclosporin is measured on an ADVIA Centaur\n Results will be approx 15% lower than previously\n Tentative Pre-dose therapeutic range:\n 80-320 ng/ml\n Trial 2hr Post-dose therapeutic range:\n 900-1400 ng/ml (Mth 0-1)\n 800-1200 ng/ml (Mth 1-6)\n 800-1000 ng/ml (Mth >6)\n Cyclosporin levels vary widely, depending on drug\n therapy. These ranges should be used as a guide only.\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1263", "resource": { "code": { "text": "Routine Coagulation" }, "contained": [ { "id": "req", "reason": [ { "text": "Post Op MVR" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/100" } } ], "effectiveDateTime": "2012-04-05T18:58:00Z", "id": "1263", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968852-16258441" } ], "issued": "2012-04-05T19:48:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/100" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z360130 Z306741 Z564088 Z666062 Z986852\n Date: 25/04/07 27/04/07 02/04/12 04/04/12 05/04/12\n Time: 19:00 06:00 15:25 09:10 18:58 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 1.1 1.1 1.0 1.0 1.2 0.8-1.3\nAPTT 29 28 26 secs 23-36\nFibrinogen 4.0 3.9 2.4 g/L 2.0-5.0\n\nAPTT Therapeutic range for IV Heparin therapy = 60-85 seconds\nFrom 9.12.2010 APTT normal range 23 - 36 seconds.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1264", "resource": { "code": { "text": "General Biochemistry" }, "contained": [ { "id": "req", "reason": [ { "text": "Post Op MVR" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/100" } } ], "effectiveDateTime": "2012-04-05T18:58:00Z", "id": "1264", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986852-16258440" } ], "issued": "2012-04-05T19:45:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/100" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 141 mmol/L ( 135-145 )\nPotassium 4.0 mmol/L ( 3.5-5.5 )\nChloride 109 mmol/L ( 95-110 )\nHCO3 26 mmol/L ( 22-30 )\nCreatinine 64 umol/L ( 49-90 )\n (Creatinine) 0.064 mmol/L ( 0.05-0.09)\nUrea 7.1 mmol/L ( 2.5-8.3 )\n eGFR 81 ( SEE-BELOW)\nCalcium 1.88 mmol/L ( 2.10-2.60)\nPhosphate 0.77 mmol/L ( 0.8-1.5 )\nMagnesium 1.45 mmol/L ( 0.8-1.0 )\nAlbumin 25 g/L ( 35-50 )\nAP 68 IU/L ( 30-120 )\nGGT 119 IU/L ( 10-65 )\nALT 42 IU/L ( <34 )\nAST 72 IU/L ( <31 )\nBili Total 18 umol/L ( <19 )\nProtein Total 47 g/L ( 65-85 )\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1265", "resource": { "code": { "text": "FBE & Routine Haem" }, "contained": [ { "id": "req", "reason": [ { "text": "Post Op MVR" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/100" } } ], "effectiveDateTime": "2012-04-05T18:58:00Z", "id": "1265", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968852-16258439" } ], "issued": "2012-04-05T19:42:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/100" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z360130 Z546088 Z666062 Z968852\n Date: 25/04/07 02/04/12 04/04/12 05/04/12\n Time: 19:00 15:25 09:10 18:58 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 133 124 118 103L g/L 115-150\nWCC 6.7 8.3 7.0 10.4 x10^9/L 4.0-11.0\nPLT 284 258 236 132L x10^9/L 140-400\nRCC 4.22 3.91 3.71L 3.29L x10^12/L 3.80-5.10\nPCV 0.38 0.36 0.34L 0.30L L/L 0.35-0.45\nMCV 90.3 91.4 91.2 92.4 fL 80.0-96.0\nMCH 31.5 31.6 31.7 31.4 pg 27.0-33.0\nMCHC 349 346 348 340 g/L 320-360\nRDW 12.7 13.9 14.3 14.1 % 11.0-15.0\nWhite Cell Differential\nNeut 3.8 5.1 5.4 9.2H x10^9/L 2.0-8.0\nLymph 2.1 2.1 1.0L 0.6L x10^9/L 1.2-4.0\nMono 0.5 0.8 0.3 0.5 x10^9/L 0.1-1.0\nEos 0.3 0.4 0.3 0.1 x10^9/L 0.0-0.5\nBaso 0.1 0.1 0.0 0.0 x10^9/L 0.0-0.1\n\n12Z986852 05/04/12 18:58\nComment: Please note fall in haemoglobin and platelet count since\n the previous examination. Post MVR.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1266", "resource": { "code": { "text": "Central Reception" }, "contained": [ { "id": "req", "reason": [ { "text": "Recurrent Falls" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/195" } } ], "effectiveDateTime": "2012-04-05T18:30:00Z", "id": "1266", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986842-16258438" } ], "issued": "2012-04-05T18:30:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "partial", "subject": { "reference": "Patient/195" }, "text": { "div": "<div>\n \n <pre>\nNo Test Requested\nNTRC\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1267", "resource": { "code": { "text": "General Biochemistry" }, "contained": [ { "id": "req", "reason": [ { "text": "Recurrent Falls" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/195" } } ], "effectiveDateTime": "2012-04-05T18:30:00Z", "id": "1267", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968842-16258437" } ], "issued": "2012-04-05T19:45:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/195" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 141 mmol/L ( 135-145 )\nPotassium 4.4 mmol/L ( 3.5-5.5 )\nChloride 106 mmol/L ( 95-110 )\nHCO3 26 mmol/L ( 22-30 )\nCreatinine 72 umol/L ( 49-90 )\n (Creatinine) 0.072 mmol/L ( 0.05-0.09)\nUrea 8.4 mmol/L ( 2.5-8.3 )\n eGFR 66 ( SEE-BELOW)\nCalcium 2.38 mmol/L ( 2.10-2.60)\nPhosphate 1.26 mmol/L ( 0.8-1.5 )\nMagnesium 0.84 mmol/L ( 0.8-1.0 )\nAlbumin 34 g/L ( 35-50 )\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1269", "resource": { "code": { "text": "FBE & Routine Haem" }, "contained": [ { "id": "req", "reason": [ { "text": "Recurrent Falls" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/195" } } ], "effectiveDateTime": "2012-04-05T18:30:00Z", "id": "1269", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968842-16258436" } ], "issued": "2012-04-05T19:41:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/195" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z476146 Z968842\n Date: 22/09/10 05/04/12\n Time: 17:05 18:30 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 116 119 g/L 115-150\nWCC 6.5 9.0 x10^9/L 4.0-11.0\nPLT 229 235 x10^9/L 140-400\nRCC 3.75L 3.84 x10^12/L 3.80-5.10\nPCV 0.33L 0.34L L/L 0.35-0.45\nMCV 88.1 89.4 fL 80.0-96.0\nMCH 31.0 31.0 pg 27.0-33.0\nMCHC 352 347 g/L 320-360\nRDW 13.2 13.6 % 11.0-15.0\nWhite Cell Differential\nNeut 4.4 7.2 x10^9/L 2.0-8.0\nLymph 1.4 1.2 x10^9/L 1.2-4.0\nMono 0.5 0.6 x10^9/L 0.1-1.0\nEos 0.1 0.1 x10^9/L 0.0-0.5\nBaso 0.0 0.0 x10^9/L 0.0-0.1\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1270", "resource": { "code": { "text": "Blood Cultures" }, "contained": [ { "id": "req", "reason": [ { "text": "Febrile" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/140" } } ], "effectiveDateTime": "2012-04-05T18:57:00Z", "id": "1270", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968832-16258435" } ], "issued": "2012-04-09T21:19:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "partial", "subject": { "reference": "Patient/140" }, "text": { "div": "<div>\n \n <pre>\nLab No : Z366391\nSPECIMENS\nSpecimen Type : Blood Cultures\nDescription : Venous/peripheral\n\nAerobic bottle 4 days Negative\nAnaerobic bottle 4 days Negative\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1271", "resource": { "code": { "text": "Drug Screen (Toxic)" }, "contained": [ { "id": "req", "reason": [ { "text": "See Slip" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/101" } } ], "effectiveDateTime": "2012-04-05T18:56:00Z", "id": "1271", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968812-16258434" } ], "issued": "2012-04-10T10:58:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/101" }, "text": { "div": "<div>\n \n <pre>\nDrugs of Abuse Screen (Urine)\n\nAmpht-TypeSubst Negative\nBenzodiazepines Negative\nCannabinoids Negative\nOpiates Negative\nCocaine\nBarbiturates\nMethadone\nTCA\n\n\nGeneral Comments:\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1272", "resource": { "code": { "text": "Respiratory M/C/S" }, "effectiveDateTime": "2012-04-05T18:05:00Z", "id": "1272", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968822-16258433" } ], "issued": "2012-04-08T11:35:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/169" }, "text": { "div": "<div>\n \n <pre>\nLab No : Z996558\nSPECIMEN\nSpecimen Type : Sputum\n\n\nMICROSCOPY\n\nGRAM STAIN\nMacroscopic Description Mucopurulent\nPus:Epithelial Cell Ratio >25:10\nPus Cells +++\nSquamous Epithelial Cells Occasional\nGram positive cocci +\nGram positive bacilli Occasional\n\n\n\n\n\nCULTURE\n\nStandard culture: +++ Mixed upper respiratory tract flora\n\n\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1273", "resource": { "code": { "text": "FBE & Routine Haem" }, "contained": [ { "id": "req", "reason": [ { "text": "Post Platelet Increment" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/102" } } ], "effectiveDateTime": "2012-04-05T17:45:00Z", "id": "1273", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968802-16258432" } ], "issued": "2012-04-05T17:45:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/102" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z886371 Z868965 Z968069 Z986477 Z968802\n Date: 03/04/12 04/04/12 04/04/12 05/04/12 05/04/12\n Time: 02:50 05:25 12:30 02:55 17:45 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 89L 96L 100L 83L 94L g/L 130-170\nWCC 2.4L 2.9L 2.6L 2.0L 3.1L x10^9/L 4.0-11.0\nPLT 21L 7L 32L 17L 41L x10^9/L 140-400\nRCC 2.71L 3.00L 3.07L 2.60L 2.90L x10^12/L 4.50-5.70\nPCV 0.25L 0.27L 0.28L 0.24L 0.27L L/L 0.40-0.50\nMCV 92.2 90.6 90.9 91.8 91.5 fL 80.0-96.0\nMCH 32.7 32.1 32.5 31.9 32.2 pg 27.0-33.0\nMCHC 355 354 358 347 352 g/L 320-360\nRDW 15.7H 15.2H 15.4H 15.3H 15.0 % 11.0-15.0\nWhite Cell Differential\nNeut 2.1 2.0 2.4 1.5L x10^9/L 2.0-8.0\nLymph 0.1L 0.1L 0.1L 0.0L x10^9/L 1.2-4.0\nMono 0.1 0.3 0.1 0.1 x10^9/L 0.1-1.0\nEos 0.0 0.0 0.0 0.0 x10^9/L 0.0-0.5\nBaso 0.0 0.0 0.0 0.0 x10^9/L 0.0-0.1\nBands 0.5 0.3 x10^9/L 0.0-0.5\nMeta 0.1H x10^9/L 0.0\nMyelo 0.0 x10^9/L 0.0\nNRBC 2H /100WBCs 0\nNRBC Abs 0.0 x10^9/L 0\n\n12Z868965 04/04/12 05:25\nFilm Comment : Marked thrombocytopenia. Neutrophils show a moderate left\n shift and mild toxic changes. Manual differential.\n Red cells show no significant changes - see previous\n report.\nConclusion: Known CMML -> AML. Please note fall in platelet count\n since the last examination. ? Therapy related.\n\n12Z986477 05/04/12 02:55\nFilm Comment : Moderate anaemia with red cells showing occasional target\n cells and polychromatic macrocytes. Platelets are markedly\n reduced in number. White cells show a mild neutropenia\n with a mild left shift showing mild toxic changes.\nConclusion: History of Bone Marrow Transplant for CMML -> AML. Please\n note mild fall in haemoglobin since the last examination.\n Manual differential.\n\n12Z968802 05/04/12 17:45\nComment: Post platelet increment\n Instrument parameters reported.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1274", "resource": { "code": { "text": "General Biochemistry" }, "effectiveDateTime": "2012-04-05T18:00:00Z", "id": "1274", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968891-16258431" } ], "issued": "2012-04-05T19:57:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/103" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nAmylase 527 IU/L ( 22-100 )\nLipase 741 IU/L ( <60 )\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1277", "resource": { "code": { "text": "General Biochemistry" }, "contained": [ { "id": "req", "reason": [ { "text": "Post Angiogram Anaemia" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/106" } } ], "effectiveDateTime": "2012-04-05T17:45:00Z", "id": "1277", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968861-16258427" } ], "issued": "2012-04-05T17:45:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/106" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 137 mmol/L ( 135-145 )\nPotassium 3.8 mmol/L ( 3.5-5.5 )\nChloride 106 mmol/L ( 95-110 )\nHCO3 21 mmol/L ( 22-30 )\nCreatinine 110 umol/L ( 64-104 )\n (Creatinine) 0.110 mmol/L ( 0.05-0.11)\nUrea 10.1 mmol/L ( 2.5-8.3 )\n eGFR 57 ( SEE-BELOW)\nCalcium 2.16 mmol/L ( 2.10-2.60)\nPhosphate 1.31 mmol/L ( 0.8-1.5 )\nMagnesium 0.82 mmol/L ( 0.7-1.1 )\nAlbumin 27 g/L ( 35-50 )\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1278", "resource": { "code": { "text": "FBE & Routine Haem" }, "contained": [ { "id": "req", "reason": [ { "text": "Post Angiogram Anaemia" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/106" } } ], "effectiveDateTime": "2012-04-05T17:45:00Z", "id": "1278", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986861-16258426" } ], "issued": "2012-04-05T17:45:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/106" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z167899 Z868451 Z586852 Z367717 Z968861\n Date: 02/04/12 03/04/12 04/04/12 05/04/12 05/04/12\n Time: 10:00 06:20 11:39 08:00 17:45 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 86L 85L 82L 87L 77L g/L 130-170\nWCC 6.4 5.9 6.0 6.0 4.9 x10^9/L 4.0-11.0\nPLT 101L 112L 131L 155 150 x10^9/L 140-400\nRCC 2.69L 2.73L 2.60L 2.89L 2.49L x10^12/L 4.50-5.70\nPCV 0.24L 0.25L 0.23L 0.26L 0.22L L/L 0.40-0.50\nMCV 90.0 90.5 90.1 89.9 90.4 fL 80.0-96.0\nMCH 32.0 31.1 31.5 30.0 30.8 pg 27.0-33.0\nMCHC 356 344 349 334 341 g/L 320-360\nRDW 14.9 14.8 14.8 14.6 14.3 % 11.0-15.0\nESR >140H 135H mm in 1hr 2-14\nWhite Cell Differential\nNeut 4.7 4.8 5.0 5.2 3.7 x10^9/L 2.0-8.0\nLymph 1.1L 0.8L 0.7L 0.6L 0.9L x10^9/L 1.2-4.0\nMono 0.4 0.3 0.2 0.2 0.3 x10^9/L 0.1-1.0\nEos 0.1 0.0 0.0 0.0 0.0 x10^9/L 0.0-0.5\nBaso 0.1 0.0 0.0 0.0 0.0 x10^9/L 0.0-0.1\n\n12Z176899 02/04/12 10:00\nComment: Please note mild fall in haemoglobin since the previous\n examination. Please note: no clinical details given.\n\n12Z868451 03/04/12 06:20\nComment: Instrument differential and parameters reported.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1279", "resource": { "code": { "text": "FBE & Routine Haem" }, "effectiveDateTime": "2012-04-05T18:00:00Z", "id": "1279", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986851-16258425" } ], "issued": "2012-04-05T21:44:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/107" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z868595 Z968157 Z986851\n Date: 03/04/12 04/04/12 05/04/12\n Time: 12:10 15:45 18:00 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 155 139 129L g/L 130-170\nWCC 10.3 11.5H 15.4H x10^9/L 4.0-11.0\nPLT 290 301 291 x10^9/L 140-400\nRCC 4.85 4.29L 4.01L x10^12/L 4.50-5.70\nPCV 0.44 0.39L 0.37L L/L 0.40-0.50\nMCV 91.5 91.5 91.6 fL 80.0-96.0\nMCH 32.0 32.5 32.1 pg 27.0-33.0\nMCHC 349 355 351 g/L 320-360\nRDW 12.5 13.1 12.9 % 11.0-15.0\nWhite Cell Differential\nNeut 7.0 7.9 14.3H x10^9/L 2.0-8.0\nLymph 2.1 2.6 0.3L x10^9/L 1.2-4.0\nMono 0.8 0.7 0.2 x10^9/L 0.1-1.0\nEos 0.3 0.3 0.0 x10^9/L 0.0-0.5\nBaso 0.1 0.0 0.0 x10^9/L 0.0-0.1\nBands 0.5 x10^9/L 0.0-0.5\nMeta 0.2H x10^9/L 0.0\n\n12Z968851 05/04/12 18:00\nFilm Comment : Manual differential. Mild neutrophilia with slight left\n shift. Red cells and platelets appear normal.\nConclusion: ? Post-op.\n No clinical information provided.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1280", "resource": { "code": { "text": "Blood Gas" }, "contained": [ { "id": "req", "reason": [ { "text": "Automatic Request Registration" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/199" } } ], "effectiveDateTime": "2012-04-05T18:54:00Z", "id": "1280", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z516265-16258424" } ], "issued": "2012-04-05T18:59:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/199" }, "text": { "div": "<div>\n \n <pre>\nRequest No: Z561531 Z561573 Z516506 Z561558 Z561265\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12 Arterial\n Time: 02:06 05:48 08:52 11:25 18:54 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 37.0 37.0 37.0 Deg. C\npH 7.38 7.38 7.40 7.32L 7.34L 7.35-7.45\npCO2 39 40 35 42 41 mmHg 35-45\nHCO3(Std) 23 23 22 21L 22 mmol/L 22.0-30.0\nBase Excess -1.7 -1.6 -2.9 -3.9L -3.0 mmol/L -3.0/3.0\npO2 105H 92 124H 191H 78 mmHg 75-100\nO2 Sat 98 97 99 99 95 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 4.1 3.8 3.7 3.6 3.8 mmol/L 3.5-5.5\nSodium 141 141 140 141 141 mmol/L 135-145\nChloride 112H 114H 114H 113H 109 mmol/L 95-110\niCa++ 1.11L 1.07L 1.07L 1.08L 1.09L mmol/L 1.12-1.30\nGlucose 5.3 5.3 5.6 5.7 8.1H mmol/L 3.6-7.7\nLactate 0.4 0.4 0.4 0.4 0.8 mmol/L 0.2-1.8\n\nBLOOD CO-OXIMETRY\nTotal Hb 114L 115 117 119 124 g/L 115-150\nReduced Hb 1.9 3.2 1.2 0.7 4.9 % 0-5\nCarbOxy Hb 0.9 0.8 0.9 0.8 1.0 % 0.5-1.5\nMeth Hb 1.7H 1.8H 1.4 1.8H 2.0H % 0-1.5\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1281", "resource": { "code": { "text": "Central Reception" }, "contained": [ { "id": "req", "reason": [ { "text": "See Slip" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/108" } } ], "effectiveDateTime": "2012-04-05T18:46:00Z", "id": "1281", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968841-16258423" } ], "issued": "2012-04-06T00:40:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/108" }, "text": { "div": "<div>\n \n <pre>\nNo Test Requested\nNTRS\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1282", "resource": { "code": { "text": "Therapeutic Drugs" }, "contained": [ { "id": "req", "reason": [ { "text": "See Slip" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/108" } } ], "effectiveDateTime": "2012-04-05T18:46:00Z", "id": "1282", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986841-16258422" } ], "issued": "2012-04-05T19:42:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/108" }, "text": { "div": "<div>\n \n <pre>\n Request No: Z168394 Z168607 Z866625 Z968841\n Date: 17/03/12 17/03/12 19/03/12 05/04/12 Therapeut\n Time: 06:20 20:20 20:45 18:46 Units Range\n -------- -------- -------- -------- -------- ------ ---------\nPLASMA\nPhenytoin 60 37L 23L umol/L 40-80\nHrs Since Dose No Info No Info No Info HH:MM\nVancomycin 11 mg/L AS-BELOW\nHrs Since Dose No Info HH:MM\n\nVANCOMYCIN THERAPEUTIC RANGE\nPre Dose (Trough) level: 10 - 20 mg/L\nPost Dose (Peak) level : Not recommended\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1283", "resource": { "code": { "text": "General Biochemistry" }, "contained": [ { "id": "req", "reason": [ { "text": "See Slip" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/108" } } ], "effectiveDateTime": "2012-04-05T18:46:00Z", "id": "1283", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986841-16258421" } ], "issued": "2012-04-05T19:42:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/108" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 137 mmol/L ( 135-145 )\nPotassium 4.4 mmol/L ( 3.5-5.5 )\nChloride 101 mmol/L ( 95-110 )\nHCO3 29 mmol/L ( 22-30 )\nCreatinine 57 umol/L ( 49-90 )\n (Creatinine) 0.057 mmol/L ( 0.05-0.09)\nUrea 3.9 mmol/L ( 2.5-8.3 )\n eGFR >90 ( SEE-BELOW)\nAlbumin 32 g/L ( 35-50 )\nAP 129 IU/L ( 30-120 )\nGGT 264 IU/L ( 10-65 )\nALT 55 IU/L ( <34 )\nAST 30 IU/L ( <31 )\nBili Total <5 umol/L ( <19 )\nProtein Total 69 g/L ( 65-85 )\nC-React Prot 19 mg/L ( <5 )\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1284", "resource": { "code": { "text": "FBE & Routine Haem" }, "contained": [ { "id": "req", "reason": [ { "text": "See Slip" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/108" } } ], "effectiveDateTime": "2012-04-05T18:46:00Z", "id": "1284", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968841-16258420" } ], "issued": "2012-04-05T19:01:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/108" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z168607 Z186804 Z866625 Z866706 Z986841\n Date: 17/03/12 18/03/12 19/03/12 20/03/12 05/04/12\n Time: 20:20 06:40 20:45 01:30 18:46 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 114L 110L 112L 112L 118 g/L 115-150\nWCC 15.2H 13.7H 10.2 10.1 3.8L x10^9/L 4.0-11.0\nPLT 249 248 290 306 255 x10^9/L 140-400\nRCC 3.73L 3.65L 3.69L 3.67L 3.91 x10^12/L 3.80-5.10\nPCV 0.33L 0.33L 0.33L 0.33L 0.35 L/L 0.35-0.45\nMCV 89.6 90.5 88.9 89.4 88.7 fL 80.0-96.0\nMCH 30.6 30.2 30.4 30.5 30.2 pg 27.0-33.0\nMCHC 341 333 342 341 340 g/L 320-360\nRDW 12.6 12.4 12.6 12.2 13.0 % 11.0-15.0\nWhite Cell Differential\nNeut 13.5H 12.2H 7.5 8.4H 2.6 x10^9/L 2.0-8.0\nLymph 0.7L 0.8L 1.8 1.1L 0.5L x10^9/L 1.2-4.0\nMono 1.0 0.7 0.8 0.5 0.6 x10^9/L 0.1-1.0\nEos 0.0 0.0 0.0 0.0 0.1 x10^9/L 0.0-0.5\nBaso 0.0 0.0 0.1 0.0 0.0 x10^9/L 0.0-0.1\n\n12Z168607 17/03/12 20:20\nComment: Note: mild neutrophilia. Instrument differential and\n parameters reported.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1285", "resource": { "code": { "text": "Urine M/C/S" }, "contained": [ { "id": "req", "reason": [ { "text": "Urinary Symptoms 2/52 With Loin Pain" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/188" } } ], "effectiveDateTime": "2012-04-05T18:45:00Z", "id": "1285", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968831-16258419" } ], "issued": "2012-04-07T08:54:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/188" }, "text": { "div": "<div>\n \n <pre>\nLab No : Z736763\nSPECIMEN\nSpecimen Type : Urine Midstream\n\n\nCHEMISTRY\npH 6.5\nProtein NEGATIVE\nSpecific Grav. 1.026\nBlood NEGATIVE\nGlucose NEGATIVE\nLeucocytes NEGATIVE\n\n\nMICROSCOPY\nLeucocytes 1 x10^6/L ( <2x10^6/L )\nRed Blood Cells Nil x10^6/L ( <13x10^6/L )\nSquamous Epithelial Cells Nil\n\n\n\n\n\n\n\n\nSTANDARD BACTERIAL CULTURE\nNo Growth -Detection limit 10^7 CFU/L\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1286", "resource": { "code": { "text": "Routine Coagulation" }, "effectiveDateTime": "2012-04-05T18:49:00Z", "id": "1286", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968821-16258418" } ], "issued": "2012-04-05T19:34:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/109" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z686947 Z868416 Z968183 Z986440 Z968821\n Date: 17/01/12 03/04/12 04/04/12 05/04/12 05/04/12\n Time: 10:55 08:15 13:53 01:00 18:49 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 1.2 1.1 1.5H 1.3 1.4H 0.8-1.3\nAPTT 30 27 33 35 35 secs 23-36\nFibrinogen 6.4H 4.8 1.9L 2.3 4.2 g/L 2.0-5.0\n\nAPTT Therapeutic range for IV Heparin therapy = 60-85 seconds\nFrom 9.12.2010 APTT normal range 23 - 36 seconds.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1287", "resource": { "code": { "text": "General Biochemistry" }, "effectiveDateTime": "2012-04-05T18:49:00Z", "id": "1287", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968821-16258417" } ], "issued": "2012-04-05T21:57:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/109" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 138 mmol/L ( 135-145 )\nPotassium 5.2 mmol/L ( 3.5-5.5 )\nChloride 106 mmol/L ( 95-110 )\nHCO3 24 mmol/L ( 22-30 )\nCreatinine 93 umol/L ( 49-90 )\n (Creatinine) 0.093 mmol/L ( 0.05-0.09)\nUrea 6.4 mmol/L ( 2.5-8.3 )\n eGFR 53 ( SEE-BELOW)\nCalcium 1.94 mmol/L ( 2.10-2.60)\nPhosphate 1.44 mmol/L ( 0.8-1.5 )\nMagnesium 1.12 mmol/L ( 0.8-1.0 )\nAlbumin 20 g/L ( 35-50 )\nTroponin I 7.09 ug/L (See Below )\nCKMB Mass * ug/L ( <4 )\n\nComment: The CKMB was not measured on this sample. It has\n been replaced by Troponin\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1288", "resource": { "code": { "text": "FBE & Routine Haem" }, "effectiveDateTime": "2012-04-05T18:49:00Z", "id": "1288", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968821-16258416" } ], "issued": "2012-04-05T19:01:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/109" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z086981 Z868416 Z968183 Z986440 Z968821\n Date: 16/03/12 03/04/12 04/04/12 05/04/12 05/04/12\n Time: 12:00 08:15 13:53 01:00 18:49 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 119 125 85L 74L 74L g/L 115-150\nWCC 6.4 5.9 10.9 9.7 14.1H x10^9/L 4.0-11.0\nPLT 227 253 92L 124L 130L x10^9/L 140-400\nRCC 3.88 4.09 2.75L 2.34L 2.43L x10^12/L 3.80-5.10\nPCV 0.35 0.37 0.24L 0.21L 0.22L L/L 0.35-0.45\nMCV 90.5 90.6 88.5 89.8 90.2 fL 80.0-96.0\nMCH 30.6 30.5 30.8 31.8 30.3 pg 27.0-33.0\nMCHC 338 337 348 354 336 g/L 320-360\nRDW 15.0 15.7H 15.0 15.5H 15.6H % 11.0-15.0\nWhite Cell Differential\nNeut 4.3 3.7 9.2H 8.7H 11.7H x10^9/L 2.0-8.0\nLymph 1.6 1.6 1.1L 0.5L 1.4 x10^9/L 1.2-4.0\nMono 0.4 0.4 0.5 0.4 1.1H x10^9/L 0.1-1.0\nEos 0.1 0.1 0.0 0.1 0.0 x10^9/L 0.0-0.5\nBaso 0.0 0.0 0.0 0.0 0.0 x10^9/L 0.0-0.1\n\n12Z968183 04/04/12 13:53\nComment: Please note fall in haemoglobin and platelet count since\n the previous examination. ?Post op. Suggest repeat.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1289", "resource": { "code": { "text": "General Biochemistry" }, "effectiveDateTime": "2012-04-05T17:50:00Z", "id": "1289", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986811-16258415" } ], "issued": "2012-04-06T00:03:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/110" }, "text": { "div": "<div>\n \n <pre>\nBlank Report?\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1290", "resource": { "code": { "text": "Internal Serology" }, "effectiveDateTime": "2012-04-05T17:50:00Z", "id": "1290", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968811-16258414" } ], "issued": "2012-04-05T17:50:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "partial", "subject": { "reference": "Patient/110" }, "text": { "div": "<div>\n \n <pre>\nSpecimen Type: Serum\n\nVaricella zoster virus IgG Antibody (by EIA) :\n\nEBV-VCA IgG Antibody by EIA :\nEBV-VCA IgM Antibody by EIA :\n\nMycoplasma pneumoniae IgG Antibody by EIA :\n\nGENERAL COMMENT:\n\nMYCOPLASMA SEROLOGY:\nRecommend repeat mycoplasma serology in 2-3 weeks if clinically\nindicated.\n\nOther atypical pneumonia serology will only be performed on paired\nsera. This serum sample has been stored for 3 months.\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1291", "resource": { "code": { "text": "HIV Serology" }, "effectiveDateTime": "2012-04-05T17:50:00Z", "id": "1291", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968811-16258413" } ], "issued": "2012-04-05T17:50:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "partial", "subject": { "reference": "Patient/110" }, "text": { "div": "<div>\n \n <pre>\nSpecimen Type : Serum\n\nHIV 1/2 SEROLOGY\nHIV-1/2 Ag/Ab Combo by Architect:\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1292", "resource": { "code": { "text": "Immunology Auto-Abs" }, "effectiveDateTime": "2012-04-05T17:50:00Z", "id": "1292", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986811-16258412" } ], "issued": "2012-04-05T17:50:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "partial", "subject": { "reference": "Patient/110" }, "text": { "div": "<div>\n \n <pre>\nSpecimen Type : Serum\n Request No: Z968811\n Date: 05/04/12\n Time: 17:50 Units RefRange\n ------------ ------------ ------------ ------ --------\nSpecimen Serum\n\nAntinuclear Antibodies\nAntinuclear abs TF\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1293", "resource": { "code": { "text": "Haem Iron/B12 & Fol" }, "effectiveDateTime": "2012-04-05T17:50:00Z", "id": "1293", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986811-16258411" } ], "issued": "2012-04-05T19:48:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/110" }, "text": { "div": "<div>\n \n <pre>\nRequest No: Z968811\n Date: 05/04/12\n Time: 17:50 Units Ref Range\n -------- -------- -------- -------- -------- ------- ---------\nSerum Vitamin B12 and Folate Studies\nVit B12 395 pmol/L 150-600\nSer Fol 29.6 nmol/L >12.2\n\nNOTE NEW REFERENCE RANGES FOR FOLATE\nFrom 27th April 2004, B12 and Folate will be performed on the Bayer Centaur\nSerum Folate Deficient - <7.63 nmol/L\nSerum Folate Indeterminate - 7.64 to 12.2 nmol/L\nOld Ref Ranges prior to 27th April 2004\n Serum Folate - 6.0 to 38.0 nmol/L\n Red Cell Folate - 350 to 1350 nmol/L\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1294", "resource": { "code": { "text": "FBE & Routine Haem" }, "effectiveDateTime": "2012-04-05T17:50:00Z", "id": "1294", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986811-16258410" } ], "issued": "2012-04-05T19:38:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/110" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z968365 Z968811\n Date: 04/04/12 05/04/12\n Time: 21:25 17:50 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 142 g/L 115-150\nWCC 9.1 x10^9/L 4.0-11.0\nPLT 273 x10^9/L 140-400\nRCC 4.43 x10^12/L 3.80-5.10\nPCV 0.41 L/L 0.35-0.45\nMCV 93.0 fL 80.0-96.0\nMCH 31.9 pg 27.0-33.0\nMCHC 343 g/L 320-360\nRDW 13.0 % 11.0-15.0\nESR 22H mm in 1hr 2-12\nWhite Cell Differential\nNeut 5.8 x10^9/L 2.0-8.0\nLymph 2.4 x10^9/L 1.2-4.0\nMono 0.7 x10^9/L 0.1-1.0\nEos 0.1 x10^9/L 0.0-0.5\nBaso 0.1 x10^9/L 0.0-0.1\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1295", "resource": { "code": { "text": "Central Reception" }, "contained": [ { "id": "req", "reason": [ { "text": "Chronic Idiopathic Urticaria" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/111" } } ], "effectiveDateTime": "2012-04-05T11:45:00Z", "id": "1295", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z568456-16258409" } ], "issued": "2012-04-05T11:45:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "partial", "subject": { "reference": "Patient/111" }, "text": { "div": "<div>\n \n <pre>\nNo Test Requested\nNTRESR\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1296", "resource": { "code": { "text": "Central Reception" }, "contained": [ { "id": "req", "reason": [ { "text": "On Clozapine" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/112" } } ], "effectiveDateTime": "2012-04-05T08:30:00Z", "id": "1296", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z966082-16258408" } ], "issued": "2012-04-05T08:30:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "partial", "subject": { "reference": "Patient/112" }, "text": { "div": "<div>\n \n <pre>\nNo Test Requested\nNTRESR\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1297", "resource": { "code": { "text": "Routine Coagulation" }, "effectiveDateTime": "2012-04-05T18:30:00Z", "id": "1297", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z564933-16258407" } ], "issued": "2012-04-05T19:25:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/113" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z564933\n Date: 05/04/12\n Time: 18:30 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 1.0 0.8-1.3\nAPTT 25 secs 23-36\nFibrinogen 3.7 g/L 2.0-5.0\n\nAPTT Therapeutic range for IV Heparin therapy = 60-85 seconds\nFrom 9.12.2010 APTT normal range 23 - 36 seconds.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1298", "resource": { "code": { "text": "General Biochemistry" }, "effectiveDateTime": "2012-04-05T18:30:00Z", "id": "1298", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z564933-16258406" } ], "issued": "2012-04-05T19:21:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/113" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 140 mmol/L ( 135-145 )\nPotassium 4.2 mmol/L ( 3.5-5.5 )\nChloride 104 mmol/L ( 95-110 )\nHCO3 28 mmol/L ( 22-30 )\nCreatinine 91 umol/L ( 64-104 )\n (Creatinine) 0.091 mmol/L ( 0.05-0.11)\nUrea 6.8 mmol/L ( 2.5-8.3 )\n eGFR 72 ( SEE-BELOW)\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1299", "resource": { "code": { "text": "FBE & Routine Haem" }, "effectiveDateTime": "2012-04-05T18:30:00Z", "id": "1299", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z564933-16258405" } ], "issued": "2012-04-05T18:56:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/113" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z546933\n Date: 05/04/12\n Time: 18:30 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 135 g/L 130-170\nWCC 10.6 x10^9/L 4.0-11.0\nPLT 365 x10^9/L 140-400\nRCC 4.42L x10^12/L 4.50-5.70\nPCV 0.40 L/L 0.40-0.50\nMCV 90.5 fL 80.0-96.0\nMCH 30.5 pg 27.0-33.0\nMCHC 337 g/L 320-360\nRDW 14.6 % 11.0-15.0\nWhite Cell Differential\nNeut 5.6 x10^9/L 2.0-8.0\nLymph 3.8 x10^9/L 1.2-4.0\nMono 0.8 x10^9/L 0.1-1.0\nEos 0.4 x10^9/L 0.0-0.5\nBaso 0.0 x10^9/L 0.0-0.1\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1300", "resource": { "code": { "text": "Blood Cultures" }, "contained": [ { "id": "req", "reason": [ { "text": "Febrile FI" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/161" } } ], "effectiveDateTime": "2012-04-05T18:44:00Z", "id": "1300", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968801-16258404" } ], "issued": "2012-04-09T21:19:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "partial", "subject": { "reference": "Patient/161" }, "text": { "div": "<div>\n \n <pre>\nLab No : Z366381\nSPECIMENS\nSpecimen Type : Blood Cultures\nDescription : Venous/peripheral\n\nAerobic bottle 4 days Negative\nAnaerobic bottle 4 days Negative\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1301", "resource": { "code": { "text": "Central Reception" }, "effectiveDateTime": "2012-04-05T18:40:00Z", "id": "1301", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968890-16258403" } ], "issued": "2012-04-06T00:40:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/114" }, "text": { "div": "<div>\n \n <pre>\nNo Test Requested\nNTRS\nNTRF\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1302", "resource": { "code": { "text": "Blood Cultures" }, "effectiveDateTime": "2012-04-05T18:40:00Z", "id": "1302", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986890-16258402" } ], "issued": "2012-04-09T21:19:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "partial", "subject": { "reference": "Patient/114" }, "text": { "div": "<div>\n \n <pre>\nLab No : Z366371\nSPECIMENS\nSpecimen Type : Blood Cultures\nDescription : Venous/peripheral\n\nAerobic bottle 4 days Negative\nAnaerobic bottle 4 days Negative\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1303", "resource": { "code": { "text": "Routine Coagulation" }, "effectiveDateTime": "2012-04-05T18:40:00Z", "id": "1303", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986890-16258401" } ], "issued": "2012-04-05T19:25:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/114" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z760824 Z269341 Z516888 Z968890\n Date: 20/03/06 10/03/10 07/03/12 05/04/12\n Time: 00:50 14:45 19:46 18:40 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 1.1 1.1 1.0 1.2 0.8-1.3\nAPTT 29 29 26 27 secs 23-36\nFibrinogen 7.2H 6.0H 6.3H 7.6H g/L 2.0-5.0\n\nAPTT Therapeutic range for IV Heparin therapy = 60-85 seconds\nFrom 9.12.2010 APTT normal range 23 - 36 seconds.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1304", "resource": { "code": { "text": "General Biochemistry" }, "effectiveDateTime": "2012-04-05T18:40:00Z", "id": "1304", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986890-16258400" } ], "issued": "2012-04-05T19:20:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/114" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 136 mmol/L ( 135-145 )\nPotassium 4.0 mmol/L ( 3.5-5.5 )\nChloride 104 mmol/L ( 95-110 )\nHCO3 25 mmol/L ( 22-30 )\nCreatinine 158 umol/L ( 64-104 )\n (Creatinine) 0.158 mmol/L ( 0.05-0.11)\nUrea 8.8 mmol/L ( 2.5-8.3 )\n eGFR 37 ( SEE-BELOW)\nCalcium 2.48 mmol/L ( 2.10-2.60)\nPhosphate 0.85 mmol/L ( 0.8-1.5 )\nMagnesium 0.72 mmol/L ( 0.7-1.1 )\nAlbumin 25 g/L ( 35-50 )\nAP 75 IU/L ( 30-120 )\nGGT 40 IU/L ( 10-65 )\nALT 11 IU/L ( <45 )\nAST 15 IU/L ( <35 )\nBili Total 20 umol/L ( <19 )\nProtein Total 64 g/L ( 65-85 )\nLD 438 IU/L ( 210-420 )\nUric Acid 0.42 mmol/L ( 0.2-0.47 )\nC-React Prot 184 mg/L ( <5 )\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1305", "resource": { "code": { "text": "FBE & Routine Haem" }, "effectiveDateTime": "2012-04-05T18:40:00Z", "id": "1305", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968890-16258399" } ], "issued": "2012-04-05T18:57:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/114" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z561888 Z956556 Z767991 Z968706 Z986890\n Date: 07/03/12 14/03/12 16/03/12 05/04/12 05/04/12\n Time: 19:46 10:50 10:20 17:15 18:40 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb * 101L 106L 87L 83L g/L 130-170\nWCC 9.7 8.8 7.9 7.3 x10^9/L 4.0-11.0\nPLT * 228 221 344 330 x10^9/L 140-400\nRCC 3.69L 3.86L 3.14L 2.95L x10^12/L 4.50-5.70\nPCV 0.30L 0.32L 0.26L 0.25L L/L 0.40-0.50\nMCV 82.2 83.7 83.7 84.2 fL 80.0-96.0\nMCH 27.5 27.6 27.8 28.2 pg 27.0-33.0\nMCHC 334 330 332 335 g/L 320-360\nRDW 17.3H 17.0H 19.0H 19.3H % 11.0-15.0\nWhite Cell Differential\nNeut 8.7H 7.0 5.3 5.0 x10^9/L 2.0-8.0\nLymph 0.6L 1.3 1.6 1.3 x10^9/L 1.2-4.0\nMono 0.3 0.4 0.9 0.8 x10^9/L 0.1-1.0\nEos 0.1 0.1 0.0 0.0 x10^9/L 0.0-0.5\nBaso 0.0 0.1 0.1 0.1 x10^9/L 0.0-0.1\n\n12Z561888 07/03/12 19:46\nComment: Note: No sample collected. Transit lounge closed at 1800.\n CSR: Pls ring tomorrow for fbe recollection.\n\n12Z968706 05/04/12 17:15\nFilm Comment : Red cells show moderate anisocytosis, some stomatocytes\n and increased rouleaux. Unremarkable leucocytes and\n platelets.\nConclusion: Please note fall in haemoglobin since the previous\n examination. Suggest repeat FBE to confirm results.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1306", "resource": { "code": { "text": "General Biochemistry" }, "contained": [ { "id": "req", "reason": [ { "text": "Atheroma With Complete Occlusions R/L Legs" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/115" } } ], "effectiveDateTime": "2012-04-05T18:30:00Z", "id": "1306", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968880-16258398" } ], "issued": "2012-04-05T19:20:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/115" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 137 mmol/L ( 135-145 )\nPotassium 5.0 mmol/L ( 3.5-5.5 )\nChloride 102 mmol/L ( 95-110 )\nHCO3 26 mmol/L ( 22-30 )\nCreatinine 100 umol/L ( 49-90 )\n (Creatinine) 0.100 mmol/L ( 0.05-0.09)\nUrea 11.7 mmol/L ( 2.5-8.3 )\n eGFR 47 ( SEE-BELOW)\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1307", "resource": { "code": { "text": "FBE & Routine Haem" }, "contained": [ { "id": "req", "reason": [ { "text": "Atheroma With Complete Occlusions R/L Legs" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/115" } } ], "effectiveDateTime": "2012-04-05T18:30:00Z", "id": "1307", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968880-16258397" } ], "issued": "2012-04-05T18:56:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/115" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z336811 Z867542 Z963499 Z096739 Z968880\n Date: 12/02/12 14/02/12 15/02/12 16/02/12 05/04/12\n Time: 11:10 08:25 09:15 07:25 18:30 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 105L 112L 113L 114L 114L g/L 115-150\nWCC 8.7 4.6 3.8L 4.6 5.9 x10^9/L 4.0-11.0\nPLT 161 181 166 208 222 x10^9/L 140-400\nRCC 3.40L 3.67L 3.63L 3.70L 3.59L x10^12/L 3.80-5.10\nPCV 0.30L 0.32L 0.32L 0.33L 0.32L L/L 0.35-0.45\nMCV 89.6 87.5 87.5 88.1 89.9 fL 80.0-96.0\nMCH 30.9 30.5 31.1 30.8 31.7 pg 27.0-33.0\nMCHC 345 349 356 349 352 g/L 320-360\nRDW 14.7 14.8 14.2 14.8 15.0 % 11.0-15.0\nWhite Cell Differential\nNeut 7.2 3.2 2.3 2.6 4.1 x10^9/L 2.0-8.0\nLymph 0.1L 0.9L 1.1L 1.5 1.2 x10^9/L 1.2-4.0\nMono 0.1 0.4 0.3 0.4 0.4 x10^9/L 0.1-1.0\nEos 0.0 0.1 0.1 0.1 0.1 x10^9/L 0.0-0.5\nBaso 0.0 0.0 0.0 0.0 0.0 x10^9/L 0.0-0.1\nBands 1.3H 0.0 x10^9/L 0.0-0.5\n\n12Z363811 12/02/12 11:10\nFilm Comment : Mild neutrophilia with a left shift and toxic changes.\n Manual differential. Mild rouleaux, otherwise red cells\n and platelets show no significant changes - see previous\n report.\nConclusion: Film may be suggestive of infection / inflammation. Repeat\n FBE may be of value.\n\n12Z876542 14/02/12 08:25\nFilm Comment : Neutrophils show mild toxic changes. Manual differential.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1308", "resource": { "code": { "text": "General Biochemistry" }, "contained": [ { "id": "req", "reason": [ { "text": "Chest Pain" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/136" } } ], "effectiveDateTime": "2012-04-05T18:35:00Z", "id": "1308", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968870-16258396" } ], "issued": "2012-04-05T19:29:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/136" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 138 mmol/L ( 135-145 )\nPotassium 4.1 mmol/L ( 3.5-5.5 )\nChloride 104 mmol/L ( 95-110 )\nHCO3 27 mmol/L ( 22-30 )\nCreatinine 64 umol/L ( 64-104 )\n (Creatinine) 0.064 mmol/L ( 0.05-0.11)\nUrea 3.5 mmol/L ( 2.5-8.3 )\n eGFR >90 ( SEE-BELOW)\nAlbumin 40 g/L ( 35-50 )\nAP 96 IU/L ( 30-120 )\nGGT 40 IU/L ( 10-65 )\nALT 22 IU/L ( <45 )\nAST 23 IU/L ( <35 )\nBili Total 5 umol/L ( <19 )\nProtein Total 71 g/L ( 65-85 )\nTroponin I <0.02 ug/L (See Below )\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1309", "resource": { "code": { "text": "FBE & Routine Haem" }, "contained": [ { "id": "req", "reason": [ { "text": "Chest Pain" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/136" } } ], "effectiveDateTime": "2012-04-05T18:35:00Z", "id": "1309", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986870-16258395" } ], "issued": "2012-04-05T18:56:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/136" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z968870\n Date: 05/04/12\n Time: 18:35 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 145 g/L 130-170\nWCC 12.3H x10^9/L 4.0-11.0\nPLT 298 x10^9/L 140-400\nRCC 4.92 x10^12/L 4.50-5.70\nPCV 0.42 L/L 0.40-0.50\nMCV 85.5 fL 80.0-96.0\nMCH 29.5 pg 27.0-33.0\nMCHC 345 g/L 320-360\nRDW 13.4 % 11.0-15.0\nWhite Cell Differential\nNeut 8.9H x10^9/L 2.0-8.0\nLymph 2.3 x10^9/L 1.2-4.0\nMono 0.8 x10^9/L 0.1-1.0\nEos 0.3 x10^9/L 0.0-0.5\nBaso 0.0 x10^9/L 0.0-0.1\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1310", "resource": { "code": { "text": "Blood Cultures" }, "effectiveDateTime": "2012-04-05T18:10:00Z", "id": "1310", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986850-16258393" } ], "issued": "2012-04-09T21:19:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "partial", "subject": { "reference": "Patient/116" }, "text": { "div": "<div>\n \n <pre>\nLab No : Z366361\nSPECIMENS\nSpecimen Type : Blood Cultures\nDescription : Venous/peripheral\n\nAerobic bottle 4 days Negative\nAnaerobic bottle 4 days Negative\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1311", "resource": { "code": { "text": "General Biochemistry" }, "effectiveDateTime": "2012-04-05T18:10:00Z", "id": "1311", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986850-16258392" } ], "issued": "2012-04-05T19:17:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/116" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 136 mmol/L ( 135-145 )\nPotassium 3.4 mmol/L ( 3.5-5.5 )\nChloride 95 mmol/L ( 95-110 )\nHCO3 28 mmol/L ( 22-30 )\nCreatinine 90 umol/L ( 64-104 )\n (Creatinine) 0.090 mmol/L ( 0.05-0.11)\nUrea 8.2 mmol/L ( 2.5-8.3 )\n eGFR 70 ( SEE-BELOW)\nAlbumin 38 g/L ( 35-50 )\nAP 133 IU/L ( 30-120 )\nGGT 332 IU/L ( 10-65 )\nALT 62 IU/L ( <45 )\nAST 52 IU/L ( <35 )\nBili Total 16 umol/L ( <19 )\nProtein Total 79 g/L ( 65-85 )\nC-React Prot 54 mg/L ( <5 )\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1312", "resource": { "code": { "text": "FBE & Routine Haem" }, "effectiveDateTime": "2012-04-05T18:10:00Z", "id": "1312", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968850-16258391" } ], "issued": "2012-04-05T18:46:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/116" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z164731 Z556133 Z868834 Z968397 Z986850\n Date: 11/05/11 13/05/11 03/04/12 04/04/12 05/04/12\n Time: 00:45 04:55 23:30 20:30 18:10 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 102L 108L 110L 108L 113L g/L 130-170\nWCC 7.5 6.0 8.0 5.9 6.0 x10^9/L 4.0-11.0\nPLT 101L 100L 106L 97L 97L x10^9/L 140-400\nRCC 3.18L 3.35L 3.47L 3.42L 3.56L x10^12/L 4.50-5.70\nPCV 0.29L 0.32L 0.32L 0.32L 0.33L L/L 0.40-0.50\nMCV 92.7 94.3 92.3 93.4 93.5 fL 80.0-96.0\nMCH 32.0 32.3 31.7 31.7 31.9 pg 27.0-33.0\nMCHC 345 343 344 340 341 g/L 320-360\nRDW 14.6 14.0 14.8 15.4H 15.5H % 11.0-15.0\nWhite Cell Differential\nNeut 5.8 4.2 6.7 4.6 4.2 x10^9/L 2.0-8.0\nLymph 1.0L 1.0L 0.6L 0.7L 0.9L x10^9/L 1.2-4.0\nMono 0.5 0.7 0.7 0.7 0.8 x10^9/L 0.1-1.0\nEos 0.1 0.1 0.0 0.0 0.1 x10^9/L 0.0-0.5\nBaso 0.0 0.0 0.0 0.0 0.0 x10^9/L 0.0-0.1\n\n11Z164731 11/05/11 00:45\nFilm Comment : Platelets are mildly reduced in number.\n Red cells show slight polychromasia.\n Leucocytes are unremarkable.\nConclusion: ? Cause of persistent mild thrombocytopenia.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1313", "resource": { "code": { "text": "Routine Coagulation" }, "contained": [ { "id": "req", "reason": [ { "text": "See Slip" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/117" } } ], "effectiveDateTime": "2012-04-05T18:15:00Z", "id": "1313", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z564923-16258390" } ], "issued": "2012-04-05T19:34:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/117" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z546768 Z666092 Z564961 Z986693 Z564923\n Date: 03/04/12 04/04/12 05/04/12 05/04/12 05/04/12\n Time: 07:20 09:35 08:45 10:50 18:15 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 4.3H 4.0H 6.2H 6.6H 6.9H 0.8-1.3\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1314", "resource": { "code": { "text": "General Biochemistry" }, "contained": [ { "id": "req", "reason": [ { "text": "Headache" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/151" } } ], "effectiveDateTime": "2012-04-05T18:18:00Z", "id": "1314", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968840-16258389" } ], "issued": "2012-04-05T20:12:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/151" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 141 mmol/L ( 135-145 )\nPotassium 3.7 mmol/L ( 3.5-5.5 )\nChloride 106 mmol/L ( 95-110 )\nHCO3 27 mmol/L ( 22-30 )\nCreatinine 55 umol/L ( 49-90 )\n (Creatinine) 0.055 mmol/L ( 0.05-0.09)\nUrea 4.0 mmol/L ( 2.5-8.3 )\n eGFR >90 ( SEE-BELOW)\nAlbumin 40 g/L ( 35-50 )\nAP 111 IU/L ( 30-120 )\nGGT 16 IU/L ( 10-65 )\nALT 18 IU/L ( <34 )\nAST 23 IU/L ( <31 )\nBili Total 9 umol/L ( <19 )\nProtein Total 80 g/L ( 65-85 )\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1315", "resource": { "code": { "text": "FBE & Routine Haem" }, "contained": [ { "id": "req", "reason": [ { "text": "Headache" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/151" } } ], "effectiveDateTime": "2012-04-05T18:18:00Z", "id": "1315", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968840-16258388" } ], "issued": "2012-04-05T18:46:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/151" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z986840\n Date: 05/04/12\n Time: 18:18 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 132 g/L 115-150\nWCC 5.9 x10^9/L 4.0-11.0\nPLT 245 x10^9/L 140-400\nRCC 4.23 x10^12/L 3.80-5.10\nPCV 0.38 L/L 0.35-0.45\nMCV 90.8 fL 80.0-96.0\nMCH 31.1 pg 27.0-33.0\nMCHC 342 g/L 320-360\nRDW 12.7 % 11.0-15.0\nWhite Cell Differential\nNeut 4.1 x10^9/L 2.0-8.0\nLymph 1.3 x10^9/L 1.2-4.0\nMono 0.4 x10^9/L 0.1-1.0\nEos 0.1 x10^9/L 0.0-0.5\nBaso 0.0 x10^9/L 0.0-0.1\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1316", "resource": { "code": { "text": "FBE & Routine Haem" }, "contained": [ { "id": "req", "reason": [ { "text": "Headache" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/151" } } ], "effectiveDateTime": "2012-04-05T18:18:00Z", "id": "1316", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968840-16258388" } ], "issued": "2012-04-05T18:46:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/151" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z986840\n Date: 05/04/12\n Time: 18:18 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 132 g/L 115-150\nWCC 5.9 x10^9/L 4.0-11.0\nPLT 245 x10^9/L 140-400\nRCC 4.23 x10^12/L 3.80-5.10\nPCV 0.38 L/L 0.35-0.45\nMCV 90.8 fL 80.0-96.0\nMCH 31.1 pg 27.0-33.0\nMCHC 342 g/L 320-360\nRDW 12.7 % 11.0-15.0\nWhite Cell Differential\nNeut 4.1 x10^9/L 2.0-8.0\nLymph 1.3 x10^9/L 1.2-4.0\nMono 0.4 x10^9/L 0.1-1.0\nEos 0.1 x10^9/L 0.0-0.5\nBaso 0.0 x10^9/L 0.0-0.1\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1317", "resource": { "code": { "text": "General Biochemistry" }, "effectiveDateTime": "2012-04-05T18:15:00Z", "id": "1317", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968830-16258387" } ], "issued": "2012-04-05T19:24:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/157" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 141 mmol/L ( 135-145 )\nPotassium 3.8 mmol/L ( 3.5-5.5 )\nChloride 102 mmol/L ( 95-110 )\nHCO3 26 mmol/L ( 22-30 )\nCreatinine 80 umol/L ( 64-104 )\n (Creatinine) 0.080 mmol/L ( 0.05-0.11)\nUrea 5.3 mmol/L ( 2.5-8.3 )\n eGFR 81 ( SEE-BELOW)\nTroponin I 1.02 ug/L (See Below )\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1318", "resource": { "code": { "text": "Blood Cultures" }, "effectiveDateTime": "2012-04-05T18:15:00Z", "id": "1318", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986820-16258386" } ], "issued": "2012-04-09T21:17:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "partial", "subject": { "reference": "Patient/157" }, "text": { "div": "<div>\n \n <pre>\nLab No : Z366351\nSPECIMENS\nSpecimen Type : Blood Cultures\nDescription : Venous/peripheral\n\nAerobic bottle 4 days Negative\nAnaerobic bottle 4 days Negative\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1319", "resource": { "code": { "text": "Routine Coagulation" }, "contained": [ { "id": "req", "reason": [ { "text": "Trauma MVA" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/118" } } ], "effectiveDateTime": "2012-04-05T18:15:00Z", "id": "1319", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986860-16258384" } ], "issued": "2012-04-05T19:00:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/118" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z968860\n Date: 05/04/12\n Time: 18:15 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 1.0 0.8-1.3\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1320", "resource": { "code": { "text": "Endo / Nutrition" }, "contained": [ { "id": "req", "reason": [ { "text": "Trauma MVA" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/118" } } ], "effectiveDateTime": "2012-04-05T18:15:00Z", "id": "1320", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986860-16258383" } ], "issued": "2012-04-05T19:25:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/118" }, "text": { "div": "<div>\n \n <pre>\nREPRODUCTIVE HORMONES/ANDROGENS\nQuant Pregnancy (hCG) <2 IU/L ( <5 )\n\n\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1321", "resource": { "code": { "text": "FBE & Routine Haem" }, "contained": [ { "id": "req", "reason": [ { "text": "Trauma MVA" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/118" } } ], "effectiveDateTime": "2012-04-05T18:15:00Z", "id": "1321", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968860-16258382" } ], "issued": "2012-04-05T18:39:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/118" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z968860\n Date: 05/04/12\n Time: 18:15 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 136 g/L 115-150\nWCC 16.5H x10^9/L 4.0-11.0\nPLT 291 x10^9/L 140-400\nRCC 4.38 x10^12/L 3.80-5.10\nPCV 0.39 L/L 0.35-0.45\nMCV 89.8 fL 80.0-96.0\nMCH 31.1 pg 27.0-33.0\nMCHC 347 g/L 320-360\nRDW 12.2 % 11.0-15.0\nWhite Cell Differential\nNeut 14.1H x10^9/L 2.0-8.0\nLymph 1.4 x10^9/L 1.2-4.0\nMono 0.9 x10^9/L 0.1-1.0\nEos 0.1 x10^9/L 0.0-0.5\nBaso 0.0 x10^9/L 0.0-0.1\n\n12Z986860 05/04/12 18:15\nComment: Please note mild neutrophilia\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1322", "resource": { "code": { "text": "General Biochemistry" }, "contained": [ { "id": "req", "reason": [ { "text": "Trauma MVA" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/118" } } ], "effectiveDateTime": "2012-04-05T18:15:00Z", "id": "1322", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986860-16258381" } ], "issued": "2012-04-05T20:09:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/118" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 141 mmol/L ( 135-145 )\nPotassium 4.2 mmol/L ( 3.5-5.5 )\nChloride 111 mmol/L ( 95-110 )\nHCO3 23 mmol/L ( 22-30 )\nCreatinine 81 umol/L ( 49-90 )\n (Creatinine) 0.081 mmol/L ( 0.05-0.09)\nUrea 6.0 mmol/L ( 2.5-8.3 )\n eGFR 68 ( SEE-BELOW)\nAlbumin 34 g/L ( 35-50 )\nAP 51 IU/L ( 30-120 )\nGGT 31 IU/L ( 10-65 )\nALT 47 IU/L ( <34 )\nAST 51 IU/L ( <31 )\nBili Total 6 umol/L ( <19 )\nProtein Total 67 g/L ( 65-85 )\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1323", "resource": { "code": { "text": "Duplicate Requests" }, "contained": [ { "id": "req", "reason": [ { "text": "Thrombophilic Screen" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/182" } } ], "effectiveDateTime": "2012-04-05T18:02:00Z", "id": "1323", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968709-16258380" } ], "issued": "2012-04-05T19:24:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/182" }, "text": { "div": "<div>\n \n <pre>\nBlood Bank Request Received - Specimen NOT Processed\n\n\nSample Error\n\n Date of Birth incorrect / missmatch\n\nComments / Steps Taken\n\n DOB on specimen "02/03/1975". Ward informed new specimen\n and request form required for GS.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1324", "resource": { "code": { "text": "Blood Gas" }, "contained": [ { "id": "req", "reason": [ { "text": "Automatic Request Registration" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/118" } } ], "effectiveDateTime": "2012-04-05T18:24:00Z", "id": "1324", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z561065-16258379" } ], "issued": "2012-04-05T18:26:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/118" }, "text": { "div": "<div>\n \n <pre>\nRequest No: Z516065\n Date: 05/04/12 Arterial\n Time: 18:24 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 Deg. C\npH 7.32L 7.35-7.45\npCO2 52H mmHg 35-45\nBase Excess 0.4 mmol/L -3.0/3.0\npO2 24L mmHg 75-100\nO2 Sat 40L % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 5.6H mmol/L 3.5-5.5\nSodium 141 mmol/L 135-145\n\nBLOOD CO-OXIMETRY\nTotal Hb 140 g/L 115-150\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1325", "resource": { "code": { "text": "FBE & Routine Haem" }, "effectiveDateTime": "2012-04-05T18:05:00Z", "id": "1325", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968810-16258378" } ], "issued": "2012-04-05T18:46:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/119" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z986663 Z968744 Z968810\n Date: 05/04/12 05/04/12 05/04/12\n Time: 11:00 16:55 18:05 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 188H 189H 185H g/L 130-170\nWCC 9.6 10.2 9.4 x10^9/L 4.0-11.0\nPLT 143 * 153 x10^9/L 140-400\nRCC 6.09H 6.14H 6.03H x10^12/L 4.50-5.70\nPCV 0.55H 0.55H 0.55H L/L 0.40-0.50\nMCV 90.1 89.8 91.0 fL 80.0-96.0\nMCH 30.9 30.8 30.6 pg 27.0-33.0\nMCHC 343 343 337 g/L 320-360\nRDW 13.3 13.1 13.3 % 11.0-15.0\nWhite Cell Differential\nNeut 6.2 5.5 6.3 x10^9/L 2.0-8.0\nLymph 2.4 3.5 2.0 x10^9/L 1.2-4.0\nMono 0.8 0.8 0.9 x10^9/L 0.1-1.0\nEos 0.1 0.4 0.1 x10^9/L 0.0-0.5\nBaso 0.1 0.0 0.1 x10^9/L 0.0-0.1\n\n12Z986663 05/04/12 11:00\nFilm Comment : Red cells are normocytic normochromic. White cells are\n unremarkable. Platelets appear normal.\nComment: Please note mildly raised haemoglobin.\n\n12Z968744 05/04/12 16:55\nFilm Comment : Film scanned. Manual differential.\nConclusion: * Film shows fibrin strands suggestive of a partially\n clotted specimen. Accurate platelet count unavailable.\n Please repeat FBE.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1326", "resource": { "code": { "text": "General Biochemistry" }, "contained": [ { "id": "req", "reason": [ { "text": "Pleuritic Chest Pain" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/120" } } ], "effectiveDateTime": "2012-04-05T18:10:00Z", "id": "1326", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968800-16258377" } ], "issued": "2012-04-05T18:41:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/120" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 139 mmol/L ( 135-145 )\nPotassium 3.5 mmol/L ( 3.5-5.5 )\nChloride 102 mmol/L ( 95-110 )\nHCO3 27 mmol/L ( 22-30 )\nCreatinine 59 umol/L ( 49-90 )\n (Creatinine) 0.059 mmol/L ( 0.05-0.09)\nUrea 4.2 mmol/L ( 2.5-8.3 )\n eGFR >90 ( SEE-BELOW)\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1327", "resource": { "code": { "text": "FBE & Routine Haem" }, "contained": [ { "id": "req", "reason": [ { "text": "Pleuritic Chest Pain" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/120" } } ], "effectiveDateTime": "2012-04-05T18:10:00Z", "id": "1327", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968800-16258376" } ], "issued": "2012-04-05T18:31:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/120" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z646826 Z968800\n Date: 20/10/06 05/04/12\n Time: 15:45 18:10 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 130 130 g/L 115-150\nWCC 6.0 11.6H x10^9/L 4.0-11.0\nPLT 283 280 x10^9/L 140-400\nRCC 4.26 4.14 x10^12/L 3.80-5.10\nPCV 0.37 0.37 L/L 0.35-0.45\nMCV 87.4 89.0 fL 80.0-96.0\nMCH 30.5 31.4 pg 27.0-33.0\nMCHC 349 353 g/L 320-360\nRDW 13.7 13.1 % 11.0-15.0\nWhite Cell Differential\nNeut 3.2 7.5 x10^9/L 2.0-8.0\nLymph 2.1 2.6 x10^9/L 1.2-4.0\nMono 0.5 1.2H x10^9/L 0.1-1.0\nEos 0.2 0.2 x10^9/L 0.0-0.5\nBaso 0.0 0.1 x10^9/L 0.0-0.1\n\n12Z968800 05/04/12 18:10\nComment: Please note mild monocytosis\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1328", "resource": { "code": { "text": "Routine Coagulation" }, "contained": [ { "id": "req", "reason": [ { "text": "Pleuritic Chest Pain" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/120" } } ], "effectiveDateTime": "2012-04-05T18:10:00Z", "id": "1328", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986800-16258375" } ], "issued": "2012-04-05T19:00:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/120" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z968800\n Date: 05/04/12\n Time: 18:10 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nD-Dimer <220 ug/L <500\nEffective from 1st July 2009, the methodology of D-Dimer will be changed\nto STAGO D-Dimer reagents (LIATEST). NB the reference range is unchanged\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1329", "resource": { "code": { "text": "Endo / Nutrition" }, "effectiveDateTime": "2012-04-05T18:10:00Z", "id": "1329", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986799-16258374" } ], "issued": "2012-04-05T18:54:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "partial", "subject": { "reference": "Patient/124" }, "text": { "div": "<div>\n \n <pre>\nREPRODUCTIVE HORMONES/ANDROGENS\nQuant Pregnancy (hCG) <2 IU/L ( <5 )\n\nMISCELLANEOUS\nHbA1c(HPLC) TF mmol/molHb\nHbA1c(HPLC) % (See Below)\n\n\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1330", "resource": { "code": { "text": "FBE & Routine Haem" }, "effectiveDateTime": "2012-04-05T18:10:00Z", "id": "1330", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968799-16258373" } ], "issued": "2012-04-05T21:04:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/124" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z167743 Z886298 Z868818 Z968482 Z986799\n Date: 02/04/12 03/04/12 04/04/12 05/04/12 05/04/12\n Time: 02:00 01:31 02:15 01:40 18:10 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 94L 88L 80L 83L 76L g/L 115-150\nWCC 18.5H 7.2 4.4 5.2 8.4 x10^9/L 4.0-11.0\nPLT 175 154 127L 165 164 x10^9/L 140-400\nRCC 2.81L 2.67L 2.42L 2.51L 2.37L x10^12/L 3.80-5.10\nPCV 0.28L 0.26L 0.23L 0.24L 0.22L L/L 0.35-0.45\nMCV 98.1H 96.2H 96.7H 96.3H 95.0 fL 80.0-96.0\nMCH 33.7H 33.1H 33.1H 33.1H 32.0 pg 27.0-33.0\nMCHC 343 344 342 344 338 g/L 320-360\nRDW 13.6 13.8 14.1 14.3 13.3 % 11.0-15.0\nWhite Cell Differential\nNeut 12.9H 6.4 3.0 3.9 6.7 x10^9/L 2.0-8.0\nLymph 0.7L 0.6L 0.7L 1.1L 0.4L x10^9/L 1.2-4.0\nMono 0.2 0.1 0.0L 0.0L 0.3 x10^9/L 0.1-1.0\nEos 0.0 0.1 0.2 0.2 0.0 x10^9/L 0.0-0.5\nBaso 0.0 0.0 0.0 0.0 0.0 x10^9/L 0.0-0.1\nBands 4.4H 0.6H 0.9H x10^9/L 0.0-0.5\nMeta 0.2H x10^9/L 0.0\nNRBC 2H /100WBCs 0\nNRBC Abs 0.1H x10^9/L 0\n\n12Z167743 02/04/12 02:00\nFilm Comment : White cells show mild neutrophilia with mild left shift\n and mild toxic changes. Manual differential.\n Red cells show mild macrocytosis.\n Platelets appear normal.\nConclusion: Recent trauma.\n\n12Z868298 03/04/12 01:31\nComment: Instrument differential and parameters reported.\n\n12Z886818 04/04/12 02:15\nFilm Comment : Moderate anaemia with mild polychromasia. Occasional\n nucleated red blood cells. Mild left shift in the\n neutrophils. Manual differential. Mild thrombocytopenia.\nConclusion: Consistent with infection / inflammation.\n\n12Z968482 05/04/12 01:40\nComment: Instrument differential and parameters reported.\n\n12Z968799 05/04/12 18:10\nFilm Comment : Manual differential. Neutrophils show left shift with mild\n toxic granulation. Red cells are normocytic normochromic\n with increased rouleaux. Platelets appear normal.\nConclusion: Recent tissue damage/trauma.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1331", "resource": { "code": { "text": "Routine Coagulation" }, "effectiveDateTime": "2012-04-05T18:10:00Z", "id": "1331", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968799-16258372" } ], "issued": "2012-04-05T19:00:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/124" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z167743 Z886298 Z868818 Z968482 Z986799\n Date: 02/04/12 03/04/12 04/04/12 05/04/12 05/04/12\n Time: 02:00 01:31 02:15 01:40 18:10 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 1.6H 1.2 1.1 1.3 1.3 0.8-1.3\nAPTT 35 36 37H 34 34 secs 23-36\nFibrinogen 5.2H 5.9H 6.2H 7.1H 8.0H g/L 2.0-5.0\nPT 17.3 secs\nPT mix 14.3 secs\n\n12Z167743 02/04/12 02:00\nPT Mix : 50/50 mixture of the patient's plasma with normal plasma -\n CORRECTED.\n\nAPTT Therapeutic range for IV Heparin therapy = 60-85 seconds\nFrom 9.12.2010 APTT normal range 23 - 36 seconds.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1332", "resource": { "code": { "text": "General Biochemistry" }, "effectiveDateTime": "2012-04-05T18:10:00Z", "id": "1332", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968799-16258371" } ], "issued": "2012-04-05T19:30:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/124" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 137 mmol/L ( 135-145 )\nPotassium 5.2 mmol/L ( 3.5-5.5 )\nChloride 104 mmol/L ( 95-110 )\nHCO3 24 mmol/L ( 22-30 )\nCreatinine 50 umol/L ( 49-90 )\n (Creatinine) 0.050 mmol/L ( 0.05-0.09)\nUrea 4.0 mmol/L ( 2.5-8.3 )\n eGFR >90 ( SEE-BELOW)\nAlbumin 21 g/L ( 35-50 )\nAP 75 IU/L ( 30-120 )\nGGT 19 IU/L ( 10-65 )\nALT 40 IU/L ( <34 )\nAST 46 IU/L ( <31 )\nBili Total 8 umol/L ( <19 )\nProtein Total 55 g/L ( 65-85 )\nTroponin I 0.42 ug/L (See Below )\nCK 295 IU/L ( <145 )\nAmylase 51 IU/L ( 22-100 )\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1333", "resource": { "code": { "text": "Respiratory M/C/S" }, "contained": [ { "id": "req", "reason": [ { "text": "Febrile . Neutripaenic" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/141" } } ], "effectiveDateTime": "2012-04-05T18:00:00Z", "id": "1333", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986789-16258370" } ], "issued": "2012-04-08T11:40:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/141" }, "text": { "div": "<div>\n \n <pre>\nLab No : Z969548\nSPECIMEN\nSpecimen Type : Sputum\n\n\nMICROSCOPY\n\nGRAM STAIN\nMacroscopic Description Mucoid\nPus:Epithelial Cell Ratio >25:10\nPus Cells ++\nSquamous Epithelial Cells Occasional\nGram positive cocci Occasional\nGram positive bacilli Occasional\nGram negative bacilli Occasional\n\n\n\n\n\nCULTURE\n\nStandard culture: + Mixed upper respiratory tract flora\n\n\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1334", "resource": { "code": { "text": "Blood Gas" }, "contained": [ { "id": "req", "reason": [ { "text": "Automatic Request Registration" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/127" } } ], "effectiveDateTime": "2012-04-05T18:18:00Z", "id": "1334", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z516964-16258369" } ], "issued": "2012-04-05T18:23:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/127" }, "text": { "div": "<div>\n \n <pre>\nRequest No: Z561543 Z561546 Z516519 Z561561 Z561964\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12 Arterial\n Time: 05:39 09:19 12:19 14:24 18:18 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 37.0 37.0 37.0 Deg. C\npH 7.49H 7.46H 7.43 7.42 7.48H 7.35-7.45\npCO2 44 44 52H 53H 45 mmHg 35-45\nHCO3(Std) 32H 30 32H 32H 33H mmol/L 22.0-30.0\nBase Excess 8.7H 6.9H 9.1H 8.6H 9.2H mmol/L -3.0/3.0\npO2 70L 62L 86 131H 81 mmHg 75-100\nO2 Sat 94L 92L 96 98 96 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 4.2 4.1 3.8 4.4 4.1 mmol/L 3.5-5.5\nSodium 143 144 143 144 145 mmol/L 135-145\nChloride 106 110 106 107 109 mmol/L 95-110\niCa++ 1.15 1.11L 1.11L 1.09L 1.11L mmol/L 1.12-1.30\nGlucose 7.4 7.7 7.6 7.5 7.8H mmol/L 3.6-7.7\nLactate 1.1 1.0 0.7 0.5 0.6 mmol/L 0.2-1.8\n\nBLOOD CO-OXIMETRY\nTotal Hb 99L 102L 115 111L 104L g/L 115-150\nReduced Hb 5.5H 7.6H 3.6 1.6 3.6 % 0-5\nCarbOxy Hb 1.2 1.3 1.0 1.1 1.2 % 0.5-1.5\nMeth Hb 1.6H 1.6H 1.7H 1.9H 1.4 % 0-1.5\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1335", "resource": { "code": { "text": "Csf & Fluid Chemistr" }, "contained": [ { "id": "req", "reason": [ { "text": "Drain Fluid. Prev Vre And Kleb Pneumo Rx Teicoplan/Tazo" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/172" } } ], "effectiveDateTime": "2012-04-05T18:10:00Z", "id": "1335", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968779-16258368" } ], "issued": "2012-04-05T21:59:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/172" }, "text": { "div": "<div>\n \n <pre>\nMiscellaneous Fluid\nFluid Type: Drainage\nLD 4303 IU/L\nAmylase 390 IU/L\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1336", "resource": { "code": { "text": "Urine M/C/S" }, "effectiveDateTime": "2012-04-05T18:11:00Z", "id": "1336", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986769-16258366" } ], "issued": "2012-04-07T10:22:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/140" }, "text": { "div": "<div>\n \n <pre>\nLab No : Z763753\nSPECIMEN\nSpecimen Type : Urine Type Not Stated\n\n\nCHEMISTRY\npH 5.5\nProtein TRACE\nSpecific Grav. 1.018\nBlood NEGATIVE\nGlucose NEGATIVE\nLeucocytes TRACE\n\n\nMICROSCOPY\nLeucocytes 17 x10^6/L ( <2x10^6/L )\nRed Blood Cells 1 x10^6/L ( <13x10^6/L )\nSquamous Epithelial Cells Nil\n\n\n\n\n\n\n\n\nSTANDARD BACTERIAL CULTURE\n>10^9 cfu/L Mixed organisms including: staphylococci,\nstreptococci, diphtheroid bacilli \\T\\ gram negative bacilli.\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1337", "resource": { "code": { "text": "Wounds/Tips/Ent/Eye" }, "contained": [ { "id": "req", "reason": [ { "text": "ga Streps" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/121" } } ], "effectiveDateTime": "2012-04-05T18:00:00Z", "id": "1337", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986759-16258365" } ], "issued": "2012-04-09T12:08:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/121" }, "text": { "div": "<div>\n \n <pre>\nLab No : Z860589\nSPECIMEN\nSpecimen Type : Swab\nDescription : Throat\n\n\n\nCULTURE\n+++ Mixed upper respiratory tract flora\n\n\nNo Beta haemolytic streptococci isolated.\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1338", "resource": { "code": { "text": "Internal Serology" }, "contained": [ { "id": "req", "reason": [ { "text": "ga Streps" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/121" } } ], "effectiveDateTime": "2012-04-05T18:00:00Z", "id": "1338", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986759-16258364" } ], "issued": "2012-04-07T16:52:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/121" }, "text": { "div": "<div>\n \n <pre>\nSpecimen Type: Throat Swab\n\nRESPIRATORY VIRUS PCR\nInfluenza A PCR (ABI Taqman) : Not Detected\nInfluenza B PCR (ABI Taqman) : Not Detected\nRSV PCR (ABI Taqman) : Not Detected\nRhinovirus PCR (ABI Taqman) : Not Detected\n\n\n\nGENERAL COMMENT:\n\nPlease note: Expired swab recieved (March 12).\nA negative result may not be a true indicator of patient status.\nAny further swabs recieved past their use-by date will not\nbe processed.\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1339", "resource": { "code": { "text": "Internal Serology" }, "effectiveDateTime": "2012-04-05T18:00:00Z", "id": "1339", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968749-16258363" } ], "issued": "2012-04-05T18:00:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "partial", "subject": { "reference": "Patient/121" }, "text": { "div": "<div>\n \n <pre>\nSpecimen Type: Serum\n\nEBV-VCA IgG Antibody by EIA :\nEBV-VCA IgM Antibody by EIA :\n\nMycoplasma pneumoniae IgG Antibody by EIA :\n\nGENERAL COMMENT:\n\nRecommend repeat mycoplasma serology in 2-3 weeks if clinically\nindicated.\n\nOther atypical pneumonia serology will only be performed on paired\nsera. This serum sample has been stored for 3 months.\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1340", "resource": { "code": { "text": "Blood Cultures" }, "effectiveDateTime": "2012-04-05T18:00:00Z", "id": "1340", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968749-16258362" } ], "issued": "2012-04-09T20:35:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "partial", "subject": { "reference": "Patient/121" }, "text": { "div": "<div>\n \n <pre>\nLab No : Z366341\nSPECIMENS\nSpecimen Type : Blood Cultures\nDescription : Not-stated\n\nAerobic bottle 4 days Negative\nAnaerobic bottle 4 days Negative\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1341", "resource": { "code": { "text": "General Biochemistry" }, "effectiveDateTime": "2012-04-05T18:00:00Z", "id": "1341", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968749-16258361" } ], "issued": "2012-04-05T18:43:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/121" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 140 mmol/L ( 135-145 )\nPotassium 4.4 mmol/L ( 3.5-5.5 )\nChloride 104 mmol/L ( 95-110 )\nHCO3 27 mmol/L ( 22-30 )\nCreatinine 74 umol/L ( 64-104 )\n (Creatinine) 0.074 mmol/L ( 0.05-0.11)\nUrea 5.1 mmol/L ( 2.5-8.3 )\n eGFR >90 ( SEE-BELOW)\nAlbumin 38 g/L ( 35-50 )\nAP 68 IU/L ( 30-120 )\nGGT 20 IU/L ( 10-65 )\nALT 31 IU/L ( <45 )\nAST 36 IU/L ( <35 )\nBili Total 12 umol/L ( <19 )\nProtein Total 75 g/L ( 65-85 )\nC-React Prot 44 mg/L ( <5 )\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1342", "resource": { "code": { "text": "FBE & Routine Haem" }, "effectiveDateTime": "2012-04-05T18:00:00Z", "id": "1342", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986749-16258360" } ], "issued": "2012-04-05T21:15:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/121" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z968749\n Date: 05/04/12\n Time: 18:00 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 139 g/L 130-170\nWCC 4.6 x10^9/L 4.0-11.0\nPLT 119L x10^9/L 140-400\nRCC 4.18L x10^12/L 4.50-5.70\nPCV 0.40 L/L 0.40-0.50\nMCV 95.8 fL 80.0-96.0\nMCH 33.3H pg 27.0-33.0\nMCHC 348 g/L 320-360\nRDW 13.8 % 11.0-15.0\nWhite Cell Differential\nNeut 3.1 x10^9/L 2.0-8.0\nLymph 0.8L x10^9/L 1.2-4.0\nMono 0.4 x10^9/L 0.1-1.0\nEos 0.3 x10^9/L 0.0-0.5\nBaso 0.0 x10^9/L 0.0-0.1\n\n12Z968749 05/04/12 18:00\nFilm Comment : Red cells show occasional macrocytes. Mild\n thrombocytopenia. Unremarkable leucocytes.\nConclusion: Suggest repeat FBE to confirm platelet count.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1343", "resource": { "code": { "text": "General Biochemistry" }, "contained": [ { "id": "req", "reason": [ { "text": "Sob On Exertion" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/123" } } ], "effectiveDateTime": "2012-04-05T18:02:00Z", "id": "1343", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968739-16258359" } ], "issued": "2012-04-05T18:53:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/123" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 140 mmol/L ( 135-145 )\nPotassium 3.9 mmol/L ( 3.5-5.5 )\nChloride 104 mmol/L ( 95-110 )\nHCO3 24 mmol/L ( 22-30 )\nCreatinine 90 umol/L ( 64-104 )\n (Creatinine) 0.090 mmol/L ( 0.05-0.11)\nUrea 7.5 mmol/L ( 2.5-8.3 )\n eGFR 75 ( SEE-BELOW)\nTroponin I <0.02 ug/L (See Below )\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1344", "resource": { "code": { "text": "FBE & Routine Haem" }, "contained": [ { "id": "req", "reason": [ { "text": "Sob On Exertion" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/123" } } ], "effectiveDateTime": "2012-04-05T18:02:00Z", "id": "1344", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986739-16258358" } ], "issued": "2012-04-05T18:32:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/123" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z968739\n Date: 05/04/12\n Time: 18:02 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 136 g/L 130-170\nWCC 8.0 x10^9/L 4.0-11.0\nPLT 222 x10^9/L 140-400\nRCC 4.32L x10^12/L 4.50-5.70\nPCV 0.39L L/L 0.40-0.50\nMCV 89.5 fL 80.0-96.0\nMCH 31.6 pg 27.0-33.0\nMCHC 353 g/L 320-360\nRDW 13.1 % 11.0-15.0\nWhite Cell Differential\nNeut 5.5 x10^9/L 2.0-8.0\nLymph 1.6 x10^9/L 1.2-4.0\nMono 0.7 x10^9/L 0.1-1.0\nEos 0.2 x10^9/L 0.0-0.5\nBaso 0.0 x10^9/L 0.0-0.1\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1346", "resource": { "code": { "text": "Blood Gas" }, "contained": [ { "id": "req", "reason": [ { "text": "Automatic Request Registration" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/122" } } ], "effectiveDateTime": "2012-04-05T18:10:00Z", "id": "1346", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z516864-16258356" } ], "issued": "2012-04-05T18:15:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/122" }, "text": { "div": "<div>\n \n <pre>\nRequest No: Z561578 Z561579 Z516261 Z561463 Z561864\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12 Arterial\n Time: 11:28 12:36 14:13 16:46 18:10 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 37.0 37.0 37.0 Deg. C\npH 7.18L 7.17L 7.26L 7.36 7.40 7.35-7.45\npCO2 19L 28L 26L 23L 21L mmHg 35-45\nHCO3(Std) 10L 11L 14L 16L 17L mmol/L 22.0-30.0\nBase Excess -20.1L -17.1L -14.4L -11.8L -10.8L mmol/L -3.0/3.0\npO2 516H 161H 142H 138H 136H mmHg 75-100\nO2 Sat 100 98 99 99 100 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 6.8H 6.2H 5.0 5.7H 6.0H mmol/L 3.5-5.5\nSodium 135 139 142 140 141 mmol/L 135-145\nChloride 109 110 109 107 106 mmol/L 95-110\niCa++ 1.09L 1.02L 0.98L 0.99L 0.98L mmol/L 1.12-1.30\nGlucose 6.9 6.9 5.2 5.3 4.4 mmol/L 3.6-7.7\nLactate 12.4H 13.9H 15.0H 12.3H 11.7H mmol/L 0.2-1.8\n\nBLOOD CO-OXIMETRY\nTotal Hb 103L 101L 99L 106L 109L g/L 130-170\nReduced Hb -0.1L 1.6 1.2 0.6 0.5 % 0-5\nCarbOxy Hb 1.3 1.1 1.4 1.7H 1.8H % 0.5-1.5\nMeth Hb 1.1 1.3 1.2 1.0 1.2 % 0-1.5\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1347", "resource": { "code": { "text": "Molecular Haem" }, "contained": [ { "id": "req", "reason": [ { "text": "Thrombophilic Screen" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/182" } } ], "effectiveDateTime": "2012-04-05T18:02:00Z", "id": "1347", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968709-16258355" } ], "issued": "2012-04-05T18:02:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "partial", "subject": { "reference": "Patient/182" }, "text": { "div": "<div>\n \n <pre>\nProthrombin Gene Mutation Analysis\n\nG20210A Substitution Result:\n\nFactor V Gene Mutation Analysis\n\nG1691A Substitution Result:\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1348", "resource": { "code": { "text": "General Biochemistry" }, "contained": [ { "id": "req", "reason": [ { "text": "Thrombophilic Screen" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/182" } } ], "effectiveDateTime": "2012-04-05T18:02:00Z", "id": "1348", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986709-16258354" } ], "issued": "2012-04-05T18:44:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/182" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 138 mmol/L ( 135-145 )\nPotassium 3.6 mmol/L ( 3.5-5.5 )\nChloride 105 mmol/L ( 95-110 )\nHCO3 23 mmol/L ( 22-30 )\nCreatinine 65 umol/L ( 64-104 )\n (Creatinine) 0.065 mmol/L ( 0.05-0.11)\nUrea 1.9 mmol/L ( 2.5-8.3 )\n eGFR >90 ( SEE-BELOW)\nLactate 1.2 mmol/L ( 0.2-1.8 )\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1349", "resource": { "code": { "text": "Routine Coagulation" }, "contained": [ { "id": "req", "reason": [ { "text": "Thrombophilic Screen" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/182" } } ], "effectiveDateTime": "2012-04-05T18:02:00Z", "id": "1349", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968709-16258353" } ], "issued": "2012-04-05T19:26:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/182" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z968709\n Date: 05/04/12\n Time: 18:02 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 3.3H 0.8-1.3\nAPTT 51H secs 23-36\nFibrinogen 3.8 g/L 2.0-5.0\nAPTT mix 30.9 secs\n\n12Z986709 05/04/12 18:02\nAPTT Mix: 50/50 mixture of the patient's plasma with normal plasma -\n CORRECTED.\n\nAPTT Therapeutic range for IV Heparin therapy = 60-85 seconds\nFrom 9.12.2010 APTT normal range 23 - 36 seconds.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1350", "resource": { "code": { "text": "FBE & Routine Haem" }, "contained": [ { "id": "req", "reason": [ { "text": "Thrombophilic Screen" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/182" } } ], "effectiveDateTime": "2012-04-05T18:02:00Z", "id": "1350", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986709-16258352" } ], "issued": "2012-04-05T20:59:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/182" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z968709\n Date: 05/04/12\n Time: 18:02 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 150 g/L 130-170\nWCC 8.0 x10^9/L 4.0-11.0\nPLT 189 x10^9/L 140-400\nRCC 4.24L x10^12/L 4.50-5.70\nPCV 0.43 L/L 0.40-0.50\nMCV 100.3H fL 80.0-96.0\nMCH 35.2H pg 27.0-33.0\nMCHC 351 g/L 320-360\nRDW 13.3 % 11.0-15.0\nWhite Cell Differential\nNeut 5.1 x10^9/L 2.0-8.0\nLymph 2.0 x10^9/L 1.2-4.0\nMono 0.8 x10^9/L 0.1-1.0\nEos 0.1 x10^9/L 0.0-0.5\nBaso 0.1 x10^9/L 0.0-0.1\n\n12Z968709 05/04/12 18:02\nFilm Comment : Red cells are mildly macrocytic with some target cells.\n Unremarkable leucocytes and platelets\nConclusion: Common causes of macrocytosis include liver disease,\n B12/folate deficiency, hypothyroidism, alcohol, smoking,\n and certain drugs including chemotherapy. Suggest liver\n function tests, serum B12/folate levels, and review drug\n history if cause not already known.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1351", "resource": { "code": { "text": "Immunology Auto-Abs" }, "contained": [ { "id": "req", "reason": [ { "text": "Thrombophilic Screen" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/182" } } ], "effectiveDateTime": "2012-04-05T18:02:00Z", "id": "1351", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968709-16258351" } ], "issued": "2012-04-05T18:02:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "partial", "subject": { "reference": "Patient/182" }, "text": { "div": "<div>\n \n <pre>\nSpecimen Type : Serum\n Request No: Z986709\n Date: 05/04/12\n Time: 18:02 Units RefRange\n ------------ ------------ ------------ ------ --------\nSpecimen Serum\n\nAnti-Cardiolipin\nAnti-Cardio.IgG TF GPL U 0-20.0\n\nACL COMMENT\nACL-IgM is not performed routinely on requests of ACL antibodies. Some\npatients with anti-phospholipid antibody syndrome have undetectable IgG\nanti-cardiolipin antibodies.\nFurther testing for IgM ACL may also be indicated.\nPlease contact the immunopathology registrar for further advice on 9342 8023.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1352", "resource": { "code": { "text": "Special Coagulation" }, "contained": [ { "id": "req", "reason": [ { "text": "Thrombophilic Screen" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/182" } } ], "effectiveDateTime": "2012-04-05T18:02:00Z", "id": "1352", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968709-16258350" } ], "issued": "2012-04-05T18:02:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "partial", "subject": { "reference": "Patient/182" }, "text": { "div": "<div>\n \n <pre>\nTests of Hypercoagulability (Plasma)\n\n\nTests for APC Resistance (Plasma)\n n-APC Ratio\n\n n-APC Ratio Reference Ranges : > 0.86 : Normal\n 0.80-0.86 : Borderline\n < 0.80 : Abnormal\nTests for Lupus Inhibitor (Plasma)\nAPTT (Filtered) T/F sec (25.0-37.0)\nLAS Ratio/LAC Ratio ( <1.20 )\n\n\nLupus Inhibitor Comment:\n T/F\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1353", "resource": { "code": { "text": "ECG Trace" }, "effectiveDateTime": "2012-04-05T17:12:00Z", "id": "1353", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986729-16258349" } ], "issued": "2012-04-05T17:12:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "partial", "subject": { "reference": "Patient/124" }, "text": { "div": "<div>\n \n <pre>\nBlank Report?\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1354", "resource": { "code": { "text": "General Biochemistry" }, "effectiveDateTime": "2012-04-05T17:30:00Z", "id": "1354", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968798-16258348" } ], "issued": "2012-04-05T18:43:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/125" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 141 mmol/L ( 135-145 )\nPotassium 3.2 mmol/L ( 3.5-5.5 )\nChloride 111 mmol/L ( 95-110 )\nHCO3 23 mmol/L ( 22-30 )\nCreatinine 63 umol/L ( 64-104 )\n (Creatinine) 0.063 mmol/L ( 0.05-0.11)\nUrea 4.6 mmol/L ( 2.5-8.3 )\n eGFR >90 ( SEE-BELOW)\nCalcium 2.12 mmol/L ( 2.10-2.60)\nPhosphate 0.83 mmol/L ( 0.8-1.5 )\nMagnesium 0.69 mmol/L ( 0.7-1.1 )\nAlbumin 23 g/L ( 35-50 )\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1355", "resource": { "code": { "text": "FBE & Routine Haem" }, "contained": [ { "id": "req", "reason": [ { "text": "Anaemia" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/126" } } ], "effectiveDateTime": "2012-04-05T18:00:00Z", "id": "1355", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968788-16258347" } ], "issued": "2012-04-05T18:31:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/126" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z246532 Z968160 Z968308 Z986534 Z968788\n Date: 18/02/12 04/04/12 04/04/12 05/04/12 05/04/12\n Time: 09:45 12:40 22:56 06:45 18:00 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 95L 65L 76L 79L 88L g/L 130-170\nWCC 7.3 6.4 8.0 5.7 5.9 x10^9/L 4.0-11.0\nPLT 278 335 327 318 323 x10^9/L 140-400\nRCC 4.40L 3.48L 3.82L 3.92L 4.20L x10^12/L 4.50-5.70\nPCV 0.30L 0.21L 0.25L 0.26L 0.28L L/L 0.40-0.50\nMCV 67.3L 60.4L 65.1L 66.2L 67.1L fL 80.0-96.0\nMCH 21.6L 18.5L 19.9L 20.3L 20.8L pg 27.0-33.0\nMCHC 321 307L 306L 307L 310L g/L 320-360\nRDW 17.1H 19.0H 23.3H 22.6H 25.8H % 11.0-15.0\nWhite Cell Differential\nNeut 5.3 4.4 5.2 3.8 3.6 x10^9/L 2.0-8.0\nLymph 1.4 1.4 1.9 1.3 1.4 x10^9/L 1.2-4.0\nMono 0.5 0.5 0.7 0.5 0.7 x10^9/L 0.1-1.0\nEos 0.1 0.0 0.1 0.1 0.1 x10^9/L 0.0-0.5\nBaso 0.0 0.0 0.0 0.0 0.0 x10^9/L 0.0-0.1\n\n12Z968160 04/04/12 12:40\nFilm Comment : Marked hypochromic, microcytic anaemia with some elongated\n cells and occasional acanthocytes. Occasional\n hypersegmented neutrophils seen. Platelets appear normal.\nConclusion: Suggestive of iron deficiency anaemia. Suggest correlation\n with iron studies.\n\n Film reviewed by Dr Radio Xray - Haematology\n Registrar\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1356", "resource": { "code": { "text": "FBE & Routine Haem" }, "contained": [ { "id": "req", "reason": [ { "text": "Mba 80Km With Headstrike, Loc And R Neck Pain" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/127" } } ], "effectiveDateTime": "2012-04-05T18:00:00Z", "id": "1356", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986719-16258345" } ], "issued": "2012-04-05T18:31:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/127" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: R017388 Z767169 Z968719\n Date: 20/03/08 30/09/10 05/04/12\n Time: 02:37 22:50 18:00 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 148 146 153 g/L 130-170\nWCC 7.9 11.4H 7.3 x10^9/L 4.0-11.0\nPLT 239 176 167 x10^9/L 140-400\nRCC 5.16 5.09 5.32 x10^12/L 4.50-5.70\nPCV 0.43 0.42 0.44 L/L 0.40-0.50\nMCV 83.0 81.9 82.9 fL 80.0-96.0\nMCH 28.6 28.6 28.7 pg 27.0-33.0\nMCHC 345 349 346 g/L 320-360\nRDW 12.0 12.4 12.7 % 11.0-15.0\nWhite Cell Differential\nNeut 3.2 8.2H 5.3 x10^9/L 2.0-8.0\nLymph 3.5 2.1 1.5 x10^9/L 1.2-4.0\nMono 0.5 0.9 0.4 x10^9/L 0.1-1.0\nEos 0.6H 0.2 0.0 x10^9/L 0.0-0.5\nBaso 0.0 0.0 0.0 x10^9/L 0.0-0.1\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1357", "resource": { "code": { "text": "Routine Coagulation" }, "contained": [ { "id": "req", "reason": [ { "text": "Mba 80Km With Headstrike, Loc And R Neck Pain" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/127" } } ], "effectiveDateTime": "2012-04-05T18:00:00Z", "id": "1357", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968719-16258344" } ], "issued": "2012-04-05T18:36:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/127" }, "text": { "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z986719\n Date: 05/04/12\n Time: 18:00 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 1.2 0.8-1.3\nAPTT 28 secs 23-36\nFibrinogen 2.4 g/L 2.0-5.0\n\nAPTT Therapeutic range for IV Heparin therapy = 60-85 seconds\nFrom 9.12.2010 APTT normal range 23 - 36 seconds.\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1358", "resource": { "code": { "text": "General Biochemistry" }, "contained": [ { "id": "req", "reason": [ { "text": "Mba 80Km With Headstrike, Loc And R Neck Pain" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/127" } } ], "effectiveDateTime": "2012-04-05T18:00:00Z", "id": "1358", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968719-16258343" } ], "issued": "2012-04-05T18:45:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/127" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 140 mmol/L ( 135-145 )\nPotassium 4.2 mmol/L ( 3.5-5.5 )\nChloride 106 mmol/L ( 95-110 )\nHCO3 28 mmol/L ( 22-30 )\nCreatinine 77 umol/L ( 64-104 )\n (Creatinine) 0.077 mmol/L ( 0.05-0.11)\nUrea 6.1 mmol/L ( 2.5-8.3 )\n eGFR >90 ( SEE-BELOW)\nAlbumin 44 g/L ( 35-50 )\nAP 98 IU/L ( 30-120 )\nGGT 29 IU/L ( 10-65 )\nALT 26 IU/L ( <45 )\nAST 24 IU/L ( <35 )\nBili Total 12 umol/L ( <19 )\nProtein Total 76 g/L ( 65-85 )\nLipase 154 IU/L ( <60 )\nLactate 0.6 mmol/L ( 0.2-1.8 )\nEtOH 4.7 mmol/L (See Below )\nEtOH 0.02 gm%\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1364", "resource": { "code": { "text": "Haem Iron/B12 & Fol" }, "contained": [ { "id": "req", "reason": [ { "text": "Delerium Screen" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/132" } } ], "effectiveDateTime": "2012-04-05T17:39:00Z", "id": "1364", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "|RE||" } ], "issued": "2012-04-05T21:40:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/132" }, "text": { "div": "<div>\n \n <pre>\nRequest No: R008346 Z986797\n Date: 26/10/10 05/04/12\n Time: 22:23 17:39 Units Ref Range\n -------- -------- -------- -------- -------- ------- ---------\nSerum Vitamin B12 and Folate Studies\nVit B12 >1476H 295 pmol/L 150-600\nSer Fol >54.0 >54.0 nmol/L >12.2\nIron Studies (Plasma/serum)\nFerritin 388.0H ug/L 15-200\nIron 7L umol/L 10-30\nTransferrin 2.18 g/L 1.9-3.2\nTransf'n IBC 54.6 umol/L 47.6-80.2\nTransf'n Sat 13L % 14.7-37.4\n\nNOTE NEW REFERENCE RANGES FOR FOLATE\nFrom 27th April 2004, B12 and Folate will be performed on the Bayer Centaur\nSerum Folate Deficient - <7.63 nmol/L\nSerum Folate Indeterminate - 7.64 to 12.2 nmol/L\nOld Ref Ranges prior to 27th April 2004\n Serum Folate - 6.0 to 38.0 nmol/L\n Red Cell Folate - 350 to 1350 nmol/L\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1365", "resource": { "code": { "text": "Endo / Nutrition" }, "contained": [ { "id": "req", "reason": [ { "text": "Delerium Screen" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/132" } } ], "effectiveDateTime": "2012-04-05T17:39:00Z", "id": "1365", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968797-16258336" } ], "issued": "2012-04-05T20:53:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/132" }, "text": { "div": "<div>\n \n <pre>\nTHYROID FUNCTION\nTSH 1.09 mIU/L ( 0.1-4.0 )\n\n\n\n</pre>\n \n </div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1366", "resource": { "code": { "text": "General Biochemistry" }, "contained": [ { "id": "req", "reason": [ { "text": "Delerium Screen" } ], "resourceType": "DiagnosticOrder", "subject": { "reference": "Patient/132" } } ], "effectiveDateTime": "2012-04-05T17:39:00Z", "id": "1366", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986797-16258335" } ], "issued": "2012-04-05T18:17:00Z", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "request": [ { "reference": "#req" } ], "resourceType": "DiagnosticReport", "status": "final", "subject": { "reference": "Patient/132" }, "text": { "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 137 mmol/L ( 135-145 )\nPotassium 3.4 mmol/L ( 3.5-5.5 )\nChloride 101 mmol/L ( 95-110 )\nHCO3 25 mmol/L ( 22-30 )\nCreatinine 48 umol/L ( 49-90 )\n (Creatinine) 0.048 mmol/L ( 0.05-0.09)\nUrea 6.8 mmol/L ( 2.5-8.3 )\n eGFR >90 ( SEE-BELOW)\nGlucose 4.6 mmol/L ( 3.3-7.7 )\n (fasting) NoInfo\nCalcium 2.42 mmol/L ( 2.10-2.60)\nPhosphate 1.37 mmol/L ( 0.8-1.5 )\nMagnesium 0.81 mmol/L ( 0.8-1.0 )\nAlbumin 29 g/L ( 35-50 )\nAP 166 IU/L ( 30-120 )\nGGT 222 IU/L ( 10-65 )\nALT 134 IU/L ( <4 )\nAST 56 IU/L ( <1 )\nBili Total 6 umol/L ( <19 )\nProtein Total 77 g/L ( 65-85 )\nC-React Prot 23 mg/L ( <5 )\nLIPIDS\n</pre>\n \n </div>", "status": "generated" } } } ], "id": "2763c3ea-6bce-4f15-bdc9-4b41aaceee03", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "resourceType": "Bundle", "type": "collection" }; var example200: fhir.Bundle = { "resourceType": "Bundle", "id": "2763c3ea-6bce-4f15-bdc9-4b41aaceee03", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "type": "collection", "entry": [ { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/103", "resource": { "resourceType": "DiagnosticReport", "id": "103", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z168748 Z968634 Z986932\n Date: 10/12/02 05/04/12 05/04/12\n Time: 16:00 11:15 23:30 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 1.1 * * 0.8-1.3\nAPTT 26 * * secs 23-36\nFibrinogen 8.1H * * g/L 2.0-5.0\n\n12Z968932 05/04/12 23:30\nComment: Please note specimen clotted. Ward notified.\n\n12Z968634 05/04/12 11:15\nComment: * Specimen clotted.\n\nAPTT Therapeutic range for IV Heparin therapy = 60-85 seconds\nFrom 9.12.2010 APTT normal range 23 - 36 seconds.\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/112" }, "reason": [ { "text": "Automatic Request Registration" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986932-16258709" } ], "status": "final", "code": { "text": "Routine Coagulation" }, "subject": { "reference": "Patient/112" }, "effectiveDateTime": "2012-04-05T23:30:00Z", "issued": "2012-04-06T00:38:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/104", "resource": { "resourceType": "DiagnosticReport", "id": "104", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z916580 Z661921 Z766455 Z986634 Z968932\n Date: 09/10/06 26/03/07 28/09/07 05/04/12 05/04/12\n Time: 09:25 10:10 08:45 11:15 23:30 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 130 119 121 136 129 g/L 115-150\nWCC 6.1 5.5 6.0 8.9 8.6 x10^9/L 4.0-11.0\nPLT 263 237 264 * 213 x10^9/L 140-400\nRCC 4.92 4.41 4.58 4.63 4.42 x10^12/L 3.80-5.10\nPCV 0.39 0.35 0.36 0.39 0.38 L/L 0.35-0.45\nMCV 79.3L 79.7L 79.3L 84.6 86.0 fL 80.0-96.0\nMCH 26.5L 26.8L 26.3L 29.3 29.3 pg 27.0-33.0\nMCHC 334 337 332 346 341 g/L 320-360\nRDW 15.1H 15.5H 15.2H 13.7 14.0 % 11.0-15.0\nWhite Cell Differential\nNeut 3.8 2.9 3.4 6.7 6.2 x10^9/L 2.0-8.0\nLymph 1.6 2.0 2.0 1.5 1.5 x10^9/L 1.2-4.0\nMono 0.4 0.5 0.5 0.6 0.8 x10^9/L 0.1-1.0\nEos 0.2 0.0 0.1 0.0 0.0 x10^9/L 0.0-0.5\nBaso 0.0 0.0 0.0 0.0 0.1 x10^9/L 0.0-0.1\n\n07Z661921 26/03/07 10:10\nFilm Comment : Film scanned.\n\n12Z986634 05/04/12 11:15\nFilm Comment : Platelets are clumped, but appear adequate in number. Red\n cells are mainly normocytic normochromic with mild\n rouleaux. White cells appear normal.\nComment: *PLEASE NOTE AMENDED REPORT*\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968932-16258708" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/112" }, "effectiveDateTime": "2012-04-05T23:30:00Z", "issued": "2012-04-05T23:59:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/105", "resource": { "resourceType": "DiagnosticReport", "id": "105", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nRequest No: Z516369\n Date: 05/04/12 Arterial\n Time: 23:55 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 Deg. C\npH 7.38 7.35-7.45\npCO2 55H mmHg 35-45\nBase Excess 7.1H mmol/L -3.0/3.0\npO2 30L mmHg 75-100\nO2 Sat 41L % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 4.3 mmol/L 3.5-5.5\nSodium 141 mmol/L 135-145\n\nBLOOD CO-OXIMETRY\nTotal Hb 145 g/L 130-170\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/113" }, "reason": [ { "text": "Automatic Request Registration" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z561369-16258707" } ], "status": "final", "code": { "text": "Blood Gas" }, "subject": { "reference": "Patient/113" }, "effectiveDateTime": "2012-04-05T23:55:00Z", "issued": "2012-04-05T23:57:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/106", "resource": { "resourceType": "DiagnosticReport", "id": "106", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nAnti-Factor Xa Assay (Plasma)\nHeparin Level by Anti-Xa 0.03 U/mL\n\nAnti-Factor Xa Comment:\n Reference range for Anti-Xa level depends upon route, time, dose and\n reason for anticoagulation.\n Therapeutic anticoagulation with LMWH (such as Enoxaparin) generally does\n not require routine monitoring. However, anti-Xa levels are recommended\n for patients on LMWH requiring dose adjustment in settings of (1) renal\n impairment, (2) obesity and (3) pregnancy. To assist interpretation of\n therapeutic ranges, anti-Xa levels should be collected four hours after\n the third dose. For less common indications such a patients at high risk\n of bleeding, and interpretation of results, please contact the on-call\n laboratory Haematology registrar or Haematologist via ACME switchboard.\n\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968942-16258706" } ], "status": "final", "code": { "text": "Special Coagulation" }, "subject": { "reference": "Patient/114" }, "effectiveDateTime": "2012-04-05T23:40:00Z", "issued": "2012-04-06T00:23:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/107", "resource": { "resourceType": "DiagnosticReport", "id": "107", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z968427 Z968448 Z986671 Z968774 Z968942\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12\n Time: 03:30 05:10 09:10 17:02 23:40 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 1.7H 1.7H 0.8-1.3\nAPTT 31 31 27 31 35 secs 23-36\nFibrinogen 1.9L 1.8L g/L 2.0-5.0\n\nAPTT Therapeutic range for IV Heparin therapy = 60-85 seconds\nFrom 9.12.2010 APTT normal range 23 - 36 seconds.\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986942-16258705" } ], "status": "final", "code": { "text": "Routine Coagulation" }, "subject": { "reference": "Patient/114" }, "effectiveDateTime": "2012-04-05T23:40:00Z", "issued": "2012-04-06T00:19:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/108", "resource": { "resourceType": "DiagnosticReport", "id": "108", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z466872 Z864523 Z560485 Z896274 Z968972\n Date: 08/01/09 08/01/09 17/02/09 19/02/09 05/04/12\n Time: 08:10 09:34 15:30 06:00 23:10 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR * 1.0 0.8 0.9 1.0 0.8-1.3\nAPTT * 23L 25 25 24 secs 23-36\nFibrinogen * 3.5 2.9 3.3 5.3H g/L 2.0-5.0\n\n09Z466872 08/01/09 08:10\nComment: * Note: unsuitable specimen - tube underfilled. Please\n fill coag. tubes to the blue line.\n\nAPTT Therapeutic range for IV Heparin therapy = 60-85 seconds\nFrom 9.12.2010 APTT normal range 23 - 36 seconds.\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968972-16258704" } ], "status": "final", "code": { "text": "Routine Coagulation" }, "subject": { "reference": "Patient/115" }, "effectiveDateTime": "2012-04-05T23:10:00Z", "issued": "2012-04-06T00:19:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/109", "resource": { "resourceType": "DiagnosticReport", "id": "109", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 141 mmol/L ( 135-145 )\nPotassium 3.9 mmol/L ( 3.5-5.5 )\nChloride 108 mmol/L ( 95-110 )\nHCO3 25 mmol/L ( 22-30 )\nCreatinine 62 umol/L ( 64-104 )\n (Creatinine) 0.062 mmol/L ( 0.05-0.11)\nUrea 6.3 mmol/L ( 2.5-8.3 )\n eGFR >90 ( SEE-BELOW)\nCalcium 2.40 mmol/L ( 2.10-2.60)\nPhosphate 1.74 mmol/L ( 0.8-1.5 )\nMagnesium 0.87 mmol/L ( 0.7-1.1 )\nAlbumin 32 g/L ( 35-50 )\nTroponin I 24.15 ug/L (See Below )\nCK 828 IU/L ( <175 )\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986972-16258703" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/115" }, "effectiveDateTime": "2012-04-05T23:10:00Z", "issued": "2012-04-06T00:39:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/110", "resource": { "resourceType": "DiagnosticReport", "id": "110", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nTHYROID FUNCTION\nFree T4 75.1 H pmol/L ( 9.0-26.0 )\nFree T3 14.9 H pmol/L ( 3.5-6.5 )\nTSH 0.01 L mIU/L ( 0.1-4.0 )\n\n\n\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968972-16258702" } ], "status": "final", "code": { "text": "Endo / Nutrition" }, "subject": { "reference": "Patient/115" }, "effectiveDateTime": "2012-04-05T23:10:00Z", "issued": "2012-04-06T05:49:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/111", "resource": { "resourceType": "DiagnosticReport", "id": "111", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z466872 Z560485 Z869274 Z676769 Z968972\n Date: 08/01/09 17/02/09 19/02/09 24/01/12 05/04/12\n Time: 08:10 15:30 06:00 15:50 23:10 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 159 143 144 149 132 g/L 130-170\nWCC 7.3 6.5 7.1 7.6 6.9 x10^9/L 4.0-11.0\nPLT 231 241 220 225 227 x10^9/L 140-400\nRCC 4.96 4.54 4.54 4.68 4.17L x10^12/L 4.50-5.70\nPCV 0.46 0.42 0.42 0.43 0.38L L/L 0.40-0.50\nMCV 92.9 92.7 92.3 92.4 91.7 fL 80.0-96.0\nMCH 32.1 31.5 31.6 31.8 31.8 pg 27.0-33.0\nMCHC 345 340 343 344 346 g/L 320-360\nRDW 12.8 13.3 13.7 13.3 12.4 % 11.0-15.0\nWhite Cell Differential\nNeut 4.6 3.3 4.5 4.0 3.7 x10^9/L 2.0-8.0\nLymph 1.9 2.4 1.8 2.7 2.1 x10^9/L 1.2-4.0\nMono 0.5 0.5 0.6 0.6 0.8 x10^9/L 0.1-1.0\nEos 0.2 0.3 0.2 0.2 0.3 x10^9/L 0.0-0.5\nBaso 0.1 0.0 0.0 0.0 0.0 x10^9/L 0.0-0.1\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968972-16258701" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/115" }, "effectiveDateTime": "2012-04-05T23:10:00Z", "issued": "2012-04-05T23:59:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/112", "resource": { "resourceType": "DiagnosticReport", "id": "112", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 141 mmol/L ( 135-145 )\nPotassium 3.6 mmol/L ( 3.5-5.5 )\nChloride 109 mmol/L ( 95-110 )\nHCO3 23 mmol/L ( 22-30 )\nCreatinine 66 umol/L ( 49-90 )\n (Creatinine) 0.066 mmol/L ( 0.05-0.09)\nUrea 4.0 mmol/L ( 2.5-8.3 )\n eGFR 76 ( SEE-BELOW)\nC-React Prot 152 mg/L ( <5 )\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/116" }, "reason": [ { "text": "Infected Tendon Sheath" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968922-16258699" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/116" }, "effectiveDateTime": "2012-04-05T23:30:00Z", "issued": "2012-04-05T23:30:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/113", "resource": { "resourceType": "DiagnosticReport", "id": "113", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z986922\n Date: 05/04/12\n Time: 23:30 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 123 g/L 115-150\nWCC 9.7 x10^9/L 4.0-11.0\nPLT 217 x10^9/L 140-400\nRCC 3.93 x10^12/L 3.80-5.10\nPCV 0.36 L/L 0.35-0.45\nMCV 91.1 fL 80.0-96.0\nMCH 31.3 pg 27.0-33.0\nMCHC 344 g/L 320-360\nRDW 13.2 % 11.0-15.0\nWhite Cell Differential\nNeut 7.2 x10^9/L 2.0-8.0\nLymph 1.9 x10^9/L 1.2-4.0\nMono 0.6 x10^9/L 0.1-1.0\nEos 0.0 x10^9/L 0.0-0.5\nBaso 0.0 x10^9/L 0.0-0.1\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/116" }, "reason": [ { "text": "Infected Tendon Sheath" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968922-16258698" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/116" }, "effectiveDateTime": "2012-04-05T23:30:00Z", "issued": "2012-04-05T23:30:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/114", "resource": { "resourceType": "DiagnosticReport", "id": "114", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 136 mmol/L ( 135-145 )\nPotassium 3.8 mmol/L ( 3.5-5.5 )\nChloride 108 mmol/L ( 95-110 )\nHCO3 23 mmol/L ( 22-30 )\nCreatinine 117 umol/L ( 64-104 )\n (Creatinine) 0.117 mmol/L ( 0.05-0.11)\nUrea 10.0 mmol/L ( 2.5-8.3 )\n eGFR 53 ( SEE-BELOW)\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/117" }, "reason": [ { "text": "Post Tx" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968991-16258697" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/117" }, "effectiveDateTime": "2012-04-05T22:40:00Z", "issued": "2012-04-06T00:31:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/115", "resource": { "resourceType": "DiagnosticReport", "id": "115", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z968331 Z968584 Z986666 Z968991\n Date: 04/04/12 05/04/12 05/04/12 05/04/12\n Time: 19:45 04:35 12:05 22:40 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 76L 81L 86L 80L g/L 130-170\nWCC 10.6 9.0 11.1H 8.1 x10^9/L 4.0-11.0\nPLT 177 155 141 207 x10^9/L 140-400\nRCC 2.24L 2.39L 2.51L 2.37L x10^12/L 4.50-5.70\nPCV 0.22L 0.23L 0.24L 0.23L L/L 0.40-0.50\nMCV 98.6H 96.4H 96.9H 96.3H fL 80.0-96.0\nMCH 33.7H 34.0H 34.1H 33.9H pg 27.0-33.0\nMCHC 342 352 352 352 g/L 320-360\nRDW 15.8H 16.3H 16.8H 17.5H % 11.0-15.0\nWhite Cell Differential\nNeut 7.8 6.8 9.8H 6.3 x10^9/L 2.0-8.0\nLymph 1.1L 1.1L 0.7L 0.9L x10^9/L 1.2-4.0\nMono 0.6 0.8 0.7 0.7 x10^9/L 0.1-1.0\nEos 0.1 0.2 0.0 0.2 x10^9/L 0.0-0.5\nBaso 0.0 0.0 0.0 0.0 x10^9/L 0.0-0.1\nBands 0.8H x10^9/L 0.0-0.5\nMeta 0.1H x10^9/L 0.0\nNRBC 1H /100WBCs 0\nNRBC Abs 0.1H x10^9/L 0\n\n12Z968331 04/04/12 19:45\nFilm Comment : Red cells show moderate polychromasia with occasional\n nucleated red cells.\n Mild neutrophilia with moderate left shift and toxic\n changes. Manual differential.\n Platelets appear normal.\nConclusion: In keeping with stated history of acute blood loss.\n Infection / inflammation cannot be excluded. Suggest\n clinical correlation and follow up FBE.\nComment: Film reviewed by Dr Radio Xray - Haematology\n Registrar\n\n12Z986584 05/04/12 04:35\nComment: Please note rise in haemoglobin since the last\n examination. ? Consistent with post blood transfusion.\n\n12Z968666 05/04/12 12:05\nFilm Comment : Mild neutrophilia with mild toxic changes. Manual\n differential. Red cells are mildly macrocytic with some\n target cells and polychromatic cells. Platelets appear\n normal.\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/117" }, "reason": [ { "text": "Post Tx" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986991-16258696" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/117" }, "effectiveDateTime": "2012-04-05T22:40:00Z", "issued": "2012-04-05T23:53:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/116", "resource": { "resourceType": "DiagnosticReport", "id": "116", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z362693 Z763647 Z886473 Z461534 Z968912\n Date: 08/02/12 15/02/12 15/02/12 29/02/12 05/04/12\n Time: 20:20 14:15 16:37 12:20 19:50 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 1.3 * 1.2 1.2 * 0.8-1.3\nAPTT 28 * 26 27 * secs 23-36\nFibrinogen 6.5H * 4.6 6.3H * g/L 2.0-5.0\n\n12Z986912 05/04/12 19:50\nComment: Please note specimen clotted. Ward notified.\n\n12Z763647 15/02/12 14:15\nComment: * Specimen clotted. Suggest repeat. Ward notified.\n\nAPTT Therapeutic range for IV Heparin therapy = 60-85 seconds\nFrom 9.12.2010 APTT normal range 23 - 36 seconds.\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986912-16258695" } ], "status": "final", "code": { "text": "Routine Coagulation" }, "subject": { "reference": "Patient/118" }, "effectiveDateTime": "2012-04-05T19:50:00Z", "issued": "2012-04-06T00:22:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/117", "resource": { "resourceType": "DiagnosticReport", "id": "117", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 137 mmol/L ( 135-145 )\nPotassium 6.1 mmol/L ( 3.5-5.5 )\nChloride 106 mmol/L ( 95-110 )\nHCO3 20 mmol/L ( 22-30 )\nCreatinine 193 umol/L ( 49-90 )\n (Creatinine) 0.193 mmol/L ( 0.05-0.09)\nUrea 19.8 mmol/L ( 2.5-8.3 )\n eGFR 22 ( SEE-BELOW)\n\nComment: The Potassium result has been checked.\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986912-16258694" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/118" }, "effectiveDateTime": "2012-04-05T19:50:00Z", "issued": "2012-04-06T01:03:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/118", "resource": { "resourceType": "DiagnosticReport", "id": "118", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z963032 Z346840 Z963807 Z963931 Z986912\n Date: 26/03/12 02/04/12 03/04/12 05/04/12 05/04/12\n Time: 09:15 10:10 09:15 08:10 19:50 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 82L 80L 80L 92L 80L g/L 115-150\nWCC 10.1 12.1H 10.5 13.0H 8.1 x10^9/L 4.0-11.0\nPLT 553H 554H 596H 683H 578H x10^9/L 140-400\nRCC 3.13L 3.11L 3.11L 3.57L 3.17L x10^12/L 3.80-5.10\nPCV 0.24L 0.24L 0.24L 0.27L 0.24L L/L 0.35-0.45\nMCV 76.9L 76.7L 76.3L 76.0L 76.3L fL 80.0-96.0\nMCH 26.3L 25.8L 25.6L 25.8L 25.2L pg 27.0-33.0\nMCHC 343 336 336 340 331 g/L 320-360\nRDW 16.0H 16.3H 15.8H 16.4H 16.4H % 11.0-15.0\nWhite Cell Differential\nNeut 7.4 9.5H 8.3H 10.7H 6.3 x10^9/L 2.0-8.0\nLymph 1.5 1.5 1.2 1.5 1.3 x10^9/L 1.2-4.0\nMono 0.6 0.6 0.4 0.5 0.4 x10^9/L 0.1-1.0\nEos 0.5 0.5 0.6H 0.1 0.1 x10^9/L 0.0-0.5\nBaso 0.1 0.0 0.1 0.1 0.1 x10^9/L 0.0-0.1\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968912-16258693" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/118" }, "effectiveDateTime": "2012-04-05T19:50:00Z", "issued": "2012-04-05T23:54:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/119", "resource": { "resourceType": "DiagnosticReport", "id": "119", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nRequest No: Z561960 Z561162 Z516464 Z561266 Z561269\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12 Arterial\n Time: 14:05 14:50 17:35 20:21 23:31 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 37.0 37.0 37.0 Deg. C\npH * 7.38 7.36 7.39 7.41 7.35-7.45\npCO2 37 38 35 37 36 mmHg 35-45\nHCO3(Std) 23 20L 22 23 mmol/L 22.0-30.0\nBase Excess -2.1 -5.0L -2.5 -1.8 mmol/L -3.0/3.0\npO2 113H 203H 89 102H 99 mmHg 75-100\nO2 Sat 99 100 97 98 98 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 4.0 4.3 4.1 4.1 4.1 mmol/L 3.5-5.5\nSodium 139 138 139 138 140 mmol/L 135-145\nChloride 108 109 109 109 109 mmol/L 95-110\niCa++ 1.10L 1.09L 1.09L 1.11L 1.14 mmol/L 1.12-1.30\nGlucose 8.3H 7.4 8.7H 8.1H 6.1 mmol/L 3.6-7.7\nLactate 1.2 1.5 1.6 1.2 1.1 mmol/L 0.2-1.8\n\nBLOOD CO-OXIMETRY\nTotal Hb 89L 90L 86L 87L 87L g/L 130-170\nReduced Hb 1.4 0.4 3.0 1.9 1.8 % 0-5\nCarbOxy Hb 1.8H 1.5 1.7H 1.6H 1.7H % 0.5-1.5\nMeth Hb 1.7H 1.1 1.5 1.1 1.4 % 0-1.5\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/119" }, "reason": [ { "text": "Automatic Request Registration" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z516269-16258691" } ], "status": "final", "code": { "text": "Blood Gas" }, "subject": { "reference": "Patient/119" }, "effectiveDateTime": "2012-04-05T23:31:00Z", "issued": "2012-04-05T23:35:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/120", "resource": { "resourceType": "DiagnosticReport", "id": "120", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 138 mmol/L ( 135-145 )\nPotassium 4.8 mmol/L ( 3.5-5.5 )\nChloride 106 mmol/L ( 95-110 )\nHCO3 23 mmol/L ( 22-30 )\nCreatinine 153 umol/L ( 64-104 )\n (Creatinine) 0.153 mmol/L ( 0.05-0.11)\nUrea 10.0 mmol/L ( 2.5-8.3 )\n eGFR 40 ( SEE-BELOW)\nTroponin I <0.02 ug/L (See Below )\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968941-16258690" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/110" }, "effectiveDateTime": "2012-04-05T23:21:00Z", "issued": "2012-04-06T00:11:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/121", "resource": { "resourceType": "DiagnosticReport", "id": "121", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z568494 Z068305 R099045 Z826677 Z968941\n Date: 02/07/10 14/09/10 02/02/11 07/02/12 05/04/12\n Time: 15:25 08:50 09:00 10:54 23:21 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 127L 126L 123L 123L 110L g/L 130-170\nWCC 5.7 5.1 8.9 5.3 x10^9/L 4.0-11.0\nPLT 141 140 189 132L x10^9/L 140-400\nRCC 3.74L 3.57L 3.79L 3.42L x10^12/L 4.50-5.70\nPCV 0.36L 0.35L 0.36L 0.32L L/L 0.40-0.50\nMCV 95.8 97.7H 93.7 92.5 fL 80.0-96.0\nMCH 33.8H 34.3H 32.3 32.3 pg 27.0-33.0\nMCHC 353 351 345 349 g/L 320-360\nRDW 13.9 13.5 14.8 14.9 % 11.0-15.0\nWhite Cell Differential\nNeut 3.5 3.1 5.4 3.5 x10^9/L 2.0-8.0\nLymph 1.8 1.5 2.4 1.3 x10^9/L 1.2-4.0\nMono 0.3 0.3 0.8 0.4 x10^9/L 0.1-1.0\nEos 0.2 0.1 0.3 0.1 x10^9/L 0.0-0.5\nBaso 0.0 0.0 0.0 0.0 x10^9/L 0.0-0.1\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986941-16258689" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/110" }, "effectiveDateTime": "2012-04-05T23:21:00Z", "issued": "2012-04-06T08:59:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/122", "resource": { "resourceType": "DiagnosticReport", "id": "122", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 141 mmol/L ( 135-145 )\nPotassium 4.0 mmol/L ( 3.5-5.5 )\nChloride 103 mmol/L ( 95-110 )\nHCO3 27 mmol/L ( 22-30 )\nCreatinine 78 umol/L ( 64-104 )\n (Creatinine) 0.078 mmol/L ( 0.05-0.11)\nUrea 5.4 mmol/L ( 2.5-8.3 )\n eGFR >90 ( SEE-BELOW)\nTroponin I <0.02 ug/L (See Below )\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/111" }, "reason": [ { "text": "Chest Pain" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986951-16258688" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/111" }, "effectiveDateTime": "2012-04-05T23:00:00Z", "issued": "2012-04-06T00:12:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/123", "resource": { "resourceType": "DiagnosticReport", "id": "123", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z968951\n Date: 05/04/12\n Time: 23:00 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 133 g/L 130-170\nWCC 7.0 x10^9/L 4.0-11.0\nPLT 248 x10^9/L 140-400\nRCC 4.44L x10^12/L 4.50-5.70\nPCV 0.39L L/L 0.40-0.50\nMCV 87.4 fL 80.0-96.0\nMCH 30.0 pg 27.0-33.0\nMCHC 343 g/L 320-360\nRDW 12.7 % 11.0-15.0\nWhite Cell Differential\nNeut 4.0 x10^9/L 2.0-8.0\nLymph 2.2 x10^9/L 1.2-4.0\nMono 0.6 x10^9/L 0.1-1.0\nEos 0.2 x10^9/L 0.0-0.5\nBaso 0.1 x10^9/L 0.0-0.1\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/111" }, "reason": [ { "text": "Chest Pain" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968951-16258687" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/111" }, "effectiveDateTime": "2012-04-05T23:00:00Z", "issued": "2012-04-05T23:35:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/124", "resource": { "resourceType": "DiagnosticReport", "id": "124", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z964154 Z946710 Z965564 Z265492 Z986961\n Date: 04/03/12 05/03/12 19/03/12 20/03/12 05/04/12\n Time: 22:57 21:40 10:10 09:55 23:00 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 1.4H 1.3 1.2 1.2 1.3 0.8-1.3\nAPTT 30 29 29 secs 23-36\nFibrinogen 1.9L 2.2 2.0 g/L 2.0-5.0\n\n12Z964154 04/03/12 22:57\nComment: Please note mild hypofibrinogenaemia persists.\n\nAPTT Therapeutic range for IV Heparin therapy = 60-85 seconds\nFrom 9.12.2010 APTT normal range 23 - 36 seconds.\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/111" }, "reason": [ { "text": "PR Bleed Hep C +ve" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968961-16258686" } ], "status": "final", "code": { "text": "Routine Coagulation" }, "subject": { "reference": "Patient/111" }, "effectiveDateTime": "2012-04-05T23:00:00Z", "issued": "2012-04-06T00:02:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/125", "resource": { "resourceType": "DiagnosticReport", "id": "125", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 136 mmol/L ( 135-145 )\nPotassium 4.4 mmol/L ( 3.5-5.5 )\nChloride 102 mmol/L ( 95-110 )\nHCO3 29 mmol/L ( 22-30 )\nCreatinine 62 umol/L ( 49-90 )\n (Creatinine) 0.062 mmol/L ( 0.05-0.09)\nUrea 11.7 mmol/L ( 2.5-8.3 )\n eGFR 78 ( SEE-BELOW)\nAlbumin 22 g/L ( 35-50 )\nAP 71 IU/L ( 30-120 )\nGGT 41 IU/L ( 10-65 )\nALT 76 IU/L ( <34 )\nAST 134 IU/L ( <31 )\nBili Total 17 umol/L ( <19 )\nProtein Total 63 g/L ( 65-85 )\nTroponin I 0.03 ug/L (See Below )\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/111" }, "reason": [ { "text": "PR Bleed Hep C +ve" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968961-16258685" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/111" }, "effectiveDateTime": "2012-04-05T23:00:00Z", "issued": "2012-04-06T00:44:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/126", "resource": { "resourceType": "DiagnosticReport", "id": "126", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 136 mmol/L ( 135-145 )\nPotassium 4.4 mmol/L ( 3.5-5.5 )\nChloride 102 mmol/L ( 95-110 )\nHCO3 29 mmol/L ( 22-30 )\nCreatinine 62 umol/L ( 49-90 )\n (Creatinine) 0.062 mmol/L ( 0.05-0.09)\nUrea 11.7 mmol/L ( 2.5-8.3 )\n eGFR 78 ( SEE-BELOW)\nAlbumin 22 g/L ( 35-50 )\nAP 71 IU/L ( 30-120 )\nGGT 41 IU/L ( 10-65 )\nALT 76 IU/L ( <34 )\nAST 134 IU/L ( <31 )\nBili Total 17 umol/L ( <19 )\nProtein Total 63 g/L ( 65-85 )\nTroponin I 0.03 ug/L (See Below )\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/111" }, "reason": [ { "text": "PR Bleed Hep C +ve" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986961-16258685" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/111" }, "effectiveDateTime": "2012-04-05T23:00:00Z", "issued": "2012-04-06T00:44:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/127", "resource": { "resourceType": "DiagnosticReport", "id": "127", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z268321 Z386901 Z965931 Z965863 Z986961\n Date: 23/03/12 24/03/12 25/03/12 26/03/12 05/04/12\n Time: 10:35 11:10 09:35 10:50 23:00 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 127 124 120 110L 101L g/L 115-150\nWCC 4.9 4.7 4.2 3.7L 5.9 x10^9/L 4.0-11.0\nPLT 98L 93L 85L 77L 96L x10^9/L 140-400\nRCC 3.81 3.73L 3.62L 3.37L 2.93L x10^12/L 3.80-5.10\nPCV 0.37 0.36 0.35 0.33L 0.29L L/L 0.35-0.45\nMCV 96.7H 96.7H 96.8H 97.1H 98.0H fL 80.0-96.0\nMCH 33.3H 33.2H 33.3H 32.8 34.4H pg 27.0-33.0\nMCHC 345 343 344 338 351 g/L 320-360\nRDW 20.1H 21.2H 20.4H 20.4H 21.7H % 11.0-15.0\nWhite Cell Differential\nNeut 3.4 2.7 2.6 2.3 3.8 x10^9/L 2.0-8.0\nLymph 0.9L 1.3 1.0L 0.8L 1.4 x10^9/L 1.2-4.0\nMono 0.4 0.5 0.4 0.4 0.6 x10^9/L 0.1-1.0\nEos 0.1 0.1 0.1 0.1 0.1 x10^9/L 0.0-0.5\nBaso 0.0 0.1 0.0 0.0 0.0 x10^9/L 0.0-0.1\n\n12Z268321 23/03/12 10:35\nComment: Please note moderate thrombocytopenia persists. Instrument\n differential and parameters reported.\n\n12Z368901 24/03/12 11:10\nComment: Instrument differential and parameters reported.\n\n12Z956931 25/03/12 09:35\nComment: Note persistent thrombocytopenia. Instrument differential\n and parameters reported.\n\n12Z965863 26/03/12 10:50\nFilm Comment : Mild anaemia. Red cells show moderate anisocytosis with\n some macrocytes, occasional target cells and mild\n rouleaux. White cells are unremarkable. Moderate\n thrombocytopenia.\nComment: Please note moderate thrombocytopenia persists. Please\n note: no clinical details given.\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/111" }, "reason": [ { "text": "PR Bleed Hep C +ve" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968961-16258684" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/111" }, "effectiveDateTime": "2012-04-05T23:00:00Z", "issued": "2012-04-05T23:37:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/128", "resource": { "resourceType": "DiagnosticReport", "id": "128", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 134 mmol/L ( 135-145 )\nPotassium 3.4 mmol/L ( 3.5-5.5 )\nChloride 97 mmol/L ( 95-110 )\nHCO3 27 mmol/L ( 22-30 )\nCreatinine 45 umol/L ( 49-90 )\n (Creatinine) 0.045 mmol/L ( 0.05-0.09)\nUrea 3.4 mmol/L ( 2.5-8.3 )\n eGFR >90 ( SEE-BELOW)\nAlbumin 31 g/L ( 35-50 )\nAP 88 IU/L ( 30-120 )\nGGT 51 IU/L ( 10-65 )\nALT 39 IU/L ( <34 )\nAST 24 IU/L ( <31 )\nBili Total <5 umol/L ( <19 )\nProtein Total 65 g/L ( 65-85 )\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/112" }, "reason": [ { "text": "Vomiting Diarrhoea" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968971-16258683" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/112" }, "effectiveDateTime": "2012-04-05T23:23:00Z", "issued": "2012-04-06T01:03:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/129", "resource": { "resourceType": "DiagnosticReport", "id": "129", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z167613 Z167802 Z886375 Z868929 Z968971\n Date: 01/04/12 02/04/12 03/04/12 04/04/12 05/04/12\n Time: 20:15 06:20 04:50 05:30 23:23 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 104L 111L 113L 105L 114L g/L 115-150\nWCC 4.4 4.0 3.9L 4.7 10.3 x10^9/L 4.0-11.0\nPLT 163 183 236 250 310 x10^9/L 140-400\nRCC 3.76L 3.98 4.09 3.73L 4.05 x10^12/L 3.80-5.10\nPCV 0.31L 0.32L 0.34L 0.30L 0.33L L/L 0.35-0.45\nMCV 81.3 80.2 81.9 80.9 80.9 fL 80.0-96.0\nMCH 27.8 28.0 27.7 28.3 28.1 pg 27.0-33.0\nMCHC 342 349 338 350 348 g/L 320-360\nRDW 14.7 15.1H 14.9 14.9 14.8 % 11.0-15.0\nWhite Cell Differential\nNeut 3.0 2.1 1.6L 1.9L 7.6 x10^9/L 2.0-8.0\nLymph 0.7L 1.2 1.7 1.8 0.9L x10^9/L 1.2-4.0\nMono 0.7 0.7 0.5 0.5 0.8 x10^9/L 0.1-1.0\nEos 0.0 0.1 0.1 0.3 0.0 x10^9/L 0.0-0.5\nBaso 0.0 0.0 0.0 0.0 0.0 x10^9/L 0.0-0.1\nBands 0.0 0.1 0.9H x10^9/L 0.0-0.5\n\n12Z176613 01/04/12 20:15\nComment: Note: fall in haemoglobin.\n\n12Z868375 03/04/12 04:50\nFilm Comment : White cells show mild neutropenia. Manual differential.\n Red cells are mainly normocytic normochromic with\n occasional elongated cells and target cells.\n Platelets appear normal.\nConclusion: ? Cause of decreasing neutrophil count, ? therapy-related.\n\n12Z868929 04/04/12 05:30\nFilm Comment : White cells show mild neutropenia, the neutrophils present\n show mild toxic changes. Manual differential.\n Red cells appear essentially normal.\n Platelets appear normal.\n\n12Z986971 05/04/12 23:23\nFilm Comment : Mild neutrophilia with mild left shift, moderate toxic\n granulation and vacuolation and occasional Doehle bodies.\n Occasional reactive lymphocytes. Manual differential.\nConclusion: Suggestive of infection.\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/112" }, "reason": [ { "text": "Vomiting Diarrhoea" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986971-16258682" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/112" }, "effectiveDateTime": "2012-04-05T23:23:00Z", "issued": "2012-04-06T08:55:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/130", "resource": { "resourceType": "DiagnosticReport", "id": "130", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\n Request No: Z563831 Z986981\n Date: 02/07/11 05/04/12 Therapeut\n Time: 16:00 23:25 Units Range\n -------- -------- -------- -------- -------- ------ ---------\nPLASMA\nCarbamazepine <2L umol/L 20-50\nHrs Since Dose No Info HH:MM\nPhenytoin <2L umol/L 40-80\nHrs Since Dose No Info HH:MM\nValproate 283L 57L umol/L 350-700\nHrs Since Dose No Info No Info HH:MM\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/113" }, "reason": [ { "text": "Intoxicated Agitated ? Penetrating Head Injury" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968981-16258681" } ], "status": "final", "code": { "text": "Therapeutic Drugs" }, "subject": { "reference": "Patient/113" }, "effectiveDateTime": "2012-04-05T23:25:00Z", "issued": "2012-04-06T03:24:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/131", "resource": { "resourceType": "DiagnosticReport", "id": "131", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 139 mmol/L ( 135-145 )\nPotassium 3.5 mmol/L ( 3.5-5.5 )\nChloride 91 mmol/L ( 95-110 )\nHCO3 28 mmol/L ( 22-30 )\nCreatinine 82 umol/L ( 64-104 )\n (Creatinine) 0.082 mmol/L ( 0.05-0.11)\nUrea 3.8 mmol/L ( 2.5-8.3 )\n eGFR 90 ( SEE-BELOW)\nAlbumin 37 g/L ( 35-50 )\nAP 62 IU/L ( 30-120 )\nGGT 117 IU/L ( 10-65 )\nALT 31 IU/L ( <45 )\nAST 71 IU/L ( <35 )\nBili Total 10 umol/L ( <19 )\nProtein Total 78 g/L ( 65-85 )\nLipase 87 IU/L ( <60 )\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/113" }, "reason": [ { "text": "Intoxicated Agitated ? Penetrating Head Injury" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986981-16258680" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/113" }, "effectiveDateTime": "2012-04-05T23:25:00Z", "issued": "2012-04-06T00:08:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/132", "resource": { "resourceType": "DiagnosticReport", "id": "132", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z563540 Z536831 Z468013 Z968981\n Date: 02/07/11 02/07/11 03/07/11 05/04/12\n Time: 02:00 16:00 04:20 23:25 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 125L 113L 125L 148 g/L 130-170\nWCC 7.0 3.9L 7.1 6.2 x10^9/L 4.0-11.0\nPLT 292 268 267 246 x10^9/L 140-400\nRCC 3.40L 3.11L 3.36L 4.17L x10^12/L 4.50-5.70\nPCV 0.36L 0.33L 0.36L 0.43 L/L 0.40-0.50\nMCV 106.5H 105.3H 106.5H 103.0H fL 80.0-96.0\nMCH 36.7H 36.4H 37.2H 35.5H pg 27.0-33.0\nMCHC 345 346 349 345 g/L 320-360\nRDW 16.5H 15.7H 15.2H 14.1 % 11.0-15.0\nWhite Cell Differential\nNeut 4.1 2.9 5.2 2.7 x10^9/L 2.0-8.0\nLymph 2.1 0.5L 1.0L 3.0 x10^9/L 1.2-4.0\nMono 0.5 0.4 0.7 0.4 x10^9/L 0.1-1.0\nEos 0.1 0.0 0.1 0.0 x10^9/L 0.0-0.5\nBaso 0.0 0.1 0.1 0.0 x10^9/L 0.0-0.1\n\n11Z536540 02/07/11 02:00\nFilm Comment : Red cells are macrocytic with some target cells and\n stomatocytes.\n White cells are unremarkable.\n Platelets are plentiful.\nConclusion: Common causes of macrocytosis include liver disease,\n B12/folate deficiency, hypothyroidism, alcohol, smoking,\n and certain drugs including chemotherapy. Suggest liver\n function tests, serum B12/folate levels, and review drug\n history if cause not already known.\n\n11Z563831 02/07/11 16:00\nComment: Instrument differential and parameters reported.\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/113" }, "reason": [ { "text": "Intoxicated Agitated ? Penetrating Head Injury" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968981-16258679" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/113" }, "effectiveDateTime": "2012-04-05T23:25:00Z", "issued": "2012-04-05T23:36:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/133", "resource": { "resourceType": "DiagnosticReport", "id": "133", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z986931\n Date: 05/04/12\n Time: 23:00 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 1.2 0.8-1.3\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968931-16258678" } ], "status": "final", "code": { "text": "Routine Coagulation" }, "subject": { "reference": "Patient/113" }, "effectiveDateTime": "2012-04-05T23:00:00Z", "issued": "2012-04-06T00:02:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/134", "resource": { "resourceType": "DiagnosticReport", "id": "134", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 132 mmol/L ( 135-145 )\nPotassium 4.1 mmol/L ( 3.5-5.5 )\nChloride 101 mmol/L ( 95-110 )\nHCO3 23 mmol/L ( 22-30 )\nCreatinine 156 umol/L ( 64-104 )\n (Creatinine) 0.156 mmol/L ( 0.05-0.11)\nUrea 19.5 mmol/L ( 2.5-8.3 )\n eGFR 43 ( SEE-BELOW)\nCalcium 1.97 mmol/L ( 2.10-2.60)\nPhosphate 0.94 mmol/L ( 0.8-1.5 )\nMagnesium 0.58 mmol/L ( 0.7-1.1 )\nAlbumin 26 g/L ( 35-50 )\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968931-16258677" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/113" }, "effectiveDateTime": "2012-04-05T23:00:00Z", "issued": "2012-04-06T00:06:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/135", "resource": { "resourceType": "DiagnosticReport", "id": "135", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nRequest No: Z561169\n Date: 05/04/12 Arterial\n Time: 23:19 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 Deg. C\npH 7.39 7.35-7.45\npCO2 40 mmHg 35-45\nBase Excess -0.9 mmol/L -3.0/3.0\npO2 57L mmHg 75-100\nO2 Sat 91L % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 4.1 mmol/L 3.5-5.5\nSodium 128L mmol/L 135-145\n\nBLOOD CO-OXIMETRY\nTotal Hb 122L g/L 130-170\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/113" }, "reason": [ { "text": "Automatic Request Registration" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z516169-16258676" } ], "status": "final", "code": { "text": "Blood Gas" }, "subject": { "reference": "Patient/113" }, "effectiveDateTime": "2012-04-05T23:19:00Z", "issued": "2012-04-05T23:21:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/135a", "resource": { "resourceType": "DiagnosticReport", "id": "135a", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z968921\n Date: 05/04/12\n Time: 23:00 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 3.0H 0.8-1.3\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/114" }, "reason": [ { "text": "Fall From Standing Height Headstrike LOC" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986921-16258675" } ], "status": "final", "code": { "text": "Routine Coagulation" }, "subject": { "reference": "Patient/114" }, "effectiveDateTime": "2012-04-05T23:00:00Z", "issued": "2012-04-06T00:02:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/136", "resource": { "resourceType": "DiagnosticReport", "id": "136", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 138 mmol/L ( 135-145 )\nPotassium 4.6 mmol/L ( 3.5-5.5 )\nChloride 105 mmol/L ( 95-110 )\nHCO3 25 mmol/L ( 22-30 )\nCreatinine 73 umol/L ( 64-104 )\n (Creatinine) 0.073 mmol/L ( 0.05-0.11)\nUrea 8.0 mmol/L ( 2.5-8.3 )\n eGFR >90 ( SEE-BELOW)\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/114" }, "reason": [ { "text": "Fall From Standing Height Headstrike LOC" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986921-16258674" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/114" }, "effectiveDateTime": "2012-04-05T23:00:00Z", "issued": "2012-04-06T01:03:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/137", "resource": { "resourceType": "DiagnosticReport", "id": "137", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z968921\n Date: 05/04/12\n Time: 23:00 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 142 g/L 130-170\nWCC 7.2 x10^9/L 4.0-11.0\nPLT 184 x10^9/L 140-400\nRCC 4.31L x10^12/L 4.50-5.70\nPCV 0.41 L/L 0.40-0.50\nMCV 96.0 fL 80.0-96.0\nMCH 33.0 pg 27.0-33.0\nMCHC 343 g/L 320-360\nRDW 15.2H % 11.0-15.0\nWhite Cell Differential\nNeut 5.0 x10^9/L 2.0-8.0\nLymph 1.3 x10^9/L 1.2-4.0\nMono 0.5 x10^9/L 0.1-1.0\nEos 0.3 x10^9/L 0.0-0.5\nBaso 0.1 x10^9/L 0.0-0.1\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/114" }, "reason": [ { "text": "Fall From Standing Height Headstrike LOC" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968921-16258673" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/114" }, "effectiveDateTime": "2012-04-05T23:00:00Z", "issued": "2012-04-05T23:37:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/138", "resource": { "resourceType": "DiagnosticReport", "id": "138", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nRequest No: Z561576 Z516361 Z561663 Z561365 Z516069\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12 Arterial\n Time: 09:27 14:18 17:00 19:04 23:15 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 37.0 37.0 37.0 Deg. C\npH 7.50H * 7.51H * 7.51H 7.35-7.45\npCO2 36 31L 34L 34L 33L mmHg 35-45\nHCO3(Std) 29 28 28 mmol/L 22.0-30.0\nBase Excess 4.5H 3.7H 3.8H mmol/L -3.0/3.0\npO2 90 86 89 86 78 mmHg 75-100\nO2 Sat 98 98 98 97 97 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 4.2 3.8 4.2 3.8 3.3L mmol/L 3.5-5.5\nSodium 142 140 141 141 142 mmol/L 135-145\nChloride 109 107 108 106 109 mmol/L 95-110\niCa++ 1.11L 1.09L 1.09L 1.12 1.07L mmol/L 1.12-1.30\nGlucose 5.9 13.0H 13.4H 12.6H 8.9H mmol/L 3.6-7.7\nLactate 1.0 1.0 1.5 1.4 1.1 mmol/L 0.2-1.8\n\nBLOOD CO-OXIMETRY\nTotal Hb 94L 92L 88L 88L 87L g/L 130-170\nReduced Hb 1.8 2.2 2.2 2.6 3.1 % 0-5\nCarbOxy Hb 1.1 1.3 1.3 1.3 1.4 % 0.5-1.5\nMeth Hb 1.0 1.5 1.2 1.4 1.3 % 0-1.5\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/115" }, "reason": [ { "text": "Automatic Request Registration" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z561069-16258672" } ], "status": "final", "code": { "text": "Blood Gas" }, "subject": { "reference": "Patient/115" }, "effectiveDateTime": "2012-04-05T23:15:00Z", "issued": "2012-04-05T23:43:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/139", "resource": { "resourceType": "DiagnosticReport", "id": "139", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z968901\n Date: 05/04/12\n Time: 22:30 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 1.0 0.8-1.3\nAPTT 29 secs 23-36\nFibrinogen 5.5H g/L 2.0-5.0\n\nAPTT Therapeutic range for IV Heparin therapy = 60-85 seconds\nFrom 9.12.2010 APTT normal range 23 - 36 seconds.\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/116" }, "reason": [ { "text": "TIA Slurred Speech Facial Droop Cardiac Hx" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986901-16258671" } ], "status": "final", "code": { "text": "Routine Coagulation" }, "subject": { "reference": "Patient/116" }, "effectiveDateTime": "2012-04-05T22:30:00Z", "issued": "2012-04-06T00:02:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/140", "resource": { "resourceType": "DiagnosticReport", "id": "140", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 140 mmol/L ( 135-145 )\nPotassium 4.6 mmol/L ( 3.5-5.5 )\nChloride 103 mmol/L ( 95-110 )\nHCO3 29 mmol/L ( 22-30 )\nCreatinine 148 umol/L ( 64-104 )\n (Creatinine) 0.148 mmol/L ( 0.05-0.11)\nUrea 14.6 mmol/L ( 2.5-8.3 )\n eGFR 41 ( SEE-BELOW)\nCalcium 2.43 mmol/L ( 2.10-2.60)\nAlbumin 32 g/L ( 35-50 )\nAP 90 IU/L ( 30-120 )\nGGT 19 IU/L ( 10-65 )\nALT 14 IU/L ( <45 )\nAST 22 IU/L ( <35 )\nBili Total 10 umol/L ( <19 )\nProtein Total 77 g/L ( 65-85 )\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/116" }, "reason": [ { "text": "TIA Slurred Speech Facial Droop Cardiac Hx" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986901-16258670" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/116" }, "effectiveDateTime": "2012-04-05T22:30:00Z", "issued": "2012-04-06T00:07:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/141", "resource": { "resourceType": "DiagnosticReport", "id": "141", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z968901\n Date: 05/04/12\n Time: 22:30 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 120L g/L 130-170\nWCC 9.3 x10^9/L 4.0-11.0\nPLT 220 x10^9/L 140-400\nRCC 4.13L x10^12/L 4.50-5.70\nPCV 0.35L L/L 0.40-0.50\nMCV 85.5 fL 80.0-96.0\nMCH 29.0 pg 27.0-33.0\nMCHC 340 g/L 320-360\nRDW 14.4 % 11.0-15.0\nWhite Cell Differential\nNeut 5.6 x10^9/L 2.0-8.0\nLymph 2.8 x10^9/L 1.2-4.0\nMono 0.7 x10^9/L 0.1-1.0\nEos 0.2 x10^9/L 0.0-0.5\nBaso 0.0 x10^9/L 0.0-0.1\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/116" }, "reason": [ { "text": "TIA Slurred Speech Facial Droop Cardiac Hx" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968901-16258669" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/116" }, "effectiveDateTime": "2012-04-05T22:30:00Z", "issued": "2012-04-05T23:37:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/142", "resource": { "resourceType": "DiagnosticReport", "id": "142", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\n Request No: Z666913 Z076504 Z968911\n Date: 27/11/11 30/03/12 05/04/12 Therapeut\n Time: 11:27 19:15 22:56 Units Range\n -------- -------- -------- -------- -------- ------ ---------\nPLASMA\nParacetamol <60 <60 <60 umol/L AS-BELOW\nSalicylate <0.30 <0.30 mmol/L <2.9\n\n* Paracetamol * The significance of the plasma concentration depends\n on the timing of the sample after ingestion.\n Hepato-toxicity may be seen with a plasma concentration\n of 1000 umol/L at 4 hours after ingestion or 600 umol/L\n at 8 hours after ingestion.\n\n* Salicylate * The significance of the plasma concentration depends\n on the timing of the sample after ingestion.\n Toxicity may be seen with a plasma concentration\n of greater than 3 mmol/L.\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/117" }, "reason": [ { "text": "Collapse" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968911-16258668" } ], "status": "final", "code": { "text": "Therapeutic Drugs" }, "subject": { "reference": "Patient/117" }, "effectiveDateTime": "2012-04-05T22:56:00Z", "issued": "2012-04-06T00:19:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/143", "resource": { "resourceType": "DiagnosticReport", "id": "143", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 137 mmol/L ( 135-145 )\nPotassium 3.5 mmol/L ( 3.5-5.5 )\nChloride 100 mmol/L ( 95-110 )\nHCO3 29 mmol/L ( 22-30 )\nCreatinine 76 umol/L ( 49-90 )\n (Creatinine) 0.076 mmol/L ( 0.05-0.09)\nUrea 6.5 mmol/L ( 2.5-8.3 )\n eGFR 68 ( SEE-BELOW)\nCalcium 2.33 mmol/L ( 2.10-2.60)\nPhosphate 1.27 mmol/L ( 0.8-1.5 )\nMagnesium 0.78 mmol/L ( 0.8-1.0 )\nAlbumin 39 g/L ( 35-50 )\nAP 53 IU/L ( 30-120 )\nGGT 13 IU/L ( 10-65 )\nALT 11 IU/L ( <34 )\nAST 9 IU/L ( <31 )\nBili Total 17 umol/L ( <19 )\nProtein Total 70 g/L ( 65-85 )\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/117" }, "reason": [ { "text": "Collapse" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968911-16258667" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/117" }, "effectiveDateTime": "2012-04-05T22:56:00Z", "issued": "2012-04-06T00:06:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/144", "resource": { "resourceType": "DiagnosticReport", "id": "144", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z466067 Z267256 Z076504 Z067795 Z968911\n Date: 05/12/11 07/12/11 30/03/12 31/03/12 05/04/12\n Time: 09:25 07:40 19:15 06:00 22:56 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 115 105L 115 110L 105L g/L 115-150\nWCC 10.0 8.0 3.9L 4.5 5.2 x10^9/L 4.0-11.0\nPLT 508H 560H 200 189 208 x10^9/L 140-400\nRCC 3.74L 3.42L 3.73L 3.56L 3.43L x10^12/L 3.80-5.10\nPCV 0.34L 0.30L 0.33L 0.32L 0.30L L/L 0.35-0.45\nMCV 89.9 89.0 89.2 88.8 88.8 fL 80.0-96.0\nMCH 30.7 30.7 30.8 30.9 30.7 pg 27.0-33.0\nMCHC 342 345 345 348 346 g/L 320-360\nRDW 13.6 13.3 12.9 13.0 13.1 % 11.0-15.0\nWhite Cell Differential\nNeut 4.8 3.5 1.7L 2.0 1.5L x10^9/L 2.0-8.0\nLymph 3.4 3.5 1.9 2.1 3.3 x10^9/L 1.2-4.0\nMono 1.5H 0.8 0.3 0.3 0.4 x10^9/L 0.1-1.0\nEos 0.3 0.2 0.0 0.0 0.0 x10^9/L 0.0-0.5\nBaso 0.1 0.0 0.0 0.0 0.0 x10^9/L 0.0-0.1\n\n11Z276256 07/12/11 07:40\nComment: Specimen taken more than 12 hours before receipt in lab.\n\n12Z067504 30/03/12 19:15\nFilm Comment : Mild neutropenia. Red cells and platelets appear normal.\nComment: Please note mild neutropenia. ? cause. A repeat FBE may be\n of value.\n\n12Z067795 31/03/12 06:00\nComment: Please note fall in haemoglobin.\n\n12Z986911 05/04/12 22:56\nFilm Comment : Film scanned.\nComment: Mild neutropenia.\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/117" }, "reason": [ { "text": "Collapse" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986911-16258666" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/117" }, "effectiveDateTime": "2012-04-05T22:56:00Z", "issued": "2012-04-06T08:57:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/145", "resource": { "resourceType": "DiagnosticReport", "id": "145", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nRequest No: Z561762 Z516364 Z561766 Z561868 Z516968\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12 Arterial\n Time: 15:28 17:29 20:59 23:13 23:13 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 37.0 37.0 37.0 Deg. C\npH 7.31L 7.38 7.37 7.38 7.38 7.35-7.45\npCO2 45 36 37 37 37 mmHg 35-45\nHCO3(Std) 21L 22 22 22 22 mmol/L 22.0-30.0\nBase Excess -3.7L -3.1L -3.4L -2.9 -2.9 mmol/L -3.0/3.0\npO2 210H 97 157H 129H 129H mmHg 75-100\nO2 Sat 99 98 99 99 99 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 4.6 4.6 4.6 4.4 4.4 mmol/L 3.5-5.5\nSodium 131L 130L 129L 130L 130L mmol/L 135-145\nChloride 103 103 102 102 102 mmol/L 95-110\niCa++ 1.12 1.10L 1.12 1.14 1.14 mmol/L 1.12-1.30\nGlucose 9.8H 9.0H 9.4H 9.7H 9.7H mmol/L 3.6-7.7\nLactate 0.8 0.7 0.7 0.7 0.7 mmol/L 0.2-1.8\n\nBLOOD CO-OXIMETRY\nTotal Hb 90L 87L 81L 84L 84L g/L 115-150\nReduced Hb 0.6 2.1 0.8 1.0 1.0 % 0-5\nCarbOxy Hb 0.6 0.9 0.8 0.9 0.9 % 0.5-1.5\nMeth Hb 1.0 1.3 1.2 1.1 1.1 % 0-1.5\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/118" }, "reason": [ { "text": "Automatic Request Registration" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z561968-16258665" } ], "status": "final", "code": { "text": "Blood Gas" }, "subject": { "reference": "Patient/118" }, "effectiveDateTime": "2012-04-05T23:13:00Z", "issued": "2012-04-05T23:17:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/146", "resource": { "resourceType": "DiagnosticReport", "id": "146", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nRequest No: Z561061 Z561762 Z516364 Z561766 Z561868\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12 Arterial\n Time: 14:08 15:28 17:29 20:59 23:13 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 37.0 37.0 37.0 Deg. C\npH 7.32L 7.31L 7.38 7.37 7.38 7.35-7.45\npCO2 42 45 36 37 37 mmHg 35-45\nHCO3(Std) 21L 21L 22 22 22 mmol/L 22.0-30.0\nBase Excess -4.0L -3.7L -3.1L -3.4L -2.9 mmol/L -3.0/3.0\npO2 203H 210H 97 157H 129H mmHg 75-100\nO2 Sat 99 99 98 99 99 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 4.4 4.6 4.6 4.6 4.4 mmol/L 3.5-5.5\nSodium 131L 131L 130L 129L 130L mmol/L 135-145\nChloride 104 103 103 102 102 mmol/L 95-110\niCa++ 1.10L 1.12 1.10L 1.12 1.14 mmol/L 1.12-1.30\nGlucose 10.5H 9.8H 9.0H 9.4H 9.7H mmol/L 3.6-7.7\nLactate 1.1 0.8 0.7 0.7 0.7 mmol/L 0.2-1.8\n\nBLOOD CO-OXIMETRY\nTotal Hb 94L 90L 87L 81L 84L g/L 115-150\nReduced Hb 0.7 0.6 2.1 0.8 1.0 % 0-5\nCarbOxy Hb 0.8 0.6 0.9 0.8 0.9 % 0.5-1.5\nMeth Hb 1.5 1.0 1.3 1.2 1.1 % 0-1.5\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/118" }, "reason": [ { "text": "Automatic Request Registration" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z516868-16258664" } ], "status": "final", "code": { "text": "Blood Gas" }, "subject": { "reference": "Patient/118" }, "effectiveDateTime": "2012-04-05T23:13:00Z", "issued": "2012-04-05T23:17:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/147", "resource": { "resourceType": "DiagnosticReport", "id": "147", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nRequest No: Z516160 Z561262 Z561962 Z516166 Z561768\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12 Arterial\n Time: 12:51 15:08 16:17 20:08 23:01 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 37.0 37.0 37.0 Deg. C\npH 7.48H * * 7.48H 7.46H 7.35-7.45\npCO2 36 37 37 34L 39 mmHg 35-45\nHCO3(Std) 27 27 27 mmol/L 22.0-30.0\nBase Excess 2.8 2.1 3.3H mmol/L -3.0/3.0\npO2 76 76 78 88 89 mmHg 75-100\nO2 Sat 96 96 96 97 97 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 4.4 3.9 3.9 4.1 5.4 mmol/L 3.5-5.5\nSodium 142 143 144 141 141 mmol/L 135-145\nChloride 112H 110 111H 113H 111H mmol/L 95-110\niCa++ 1.09L 1.11L 1.11L 1.07L 1.06L mmol/L 1.12-1.30\nGlucose 9.0H 7.6 6.6 8.9H 11.2H mmol/L 3.6-7.7\nLactate 2.5H 1.6 1.6 1.9H 1.6 mmol/L 0.2-1.8\n\nBLOOD CO-OXIMETRY\nTotal Hb 122L 125L 127L 128L 132 g/L 130-170\nReduced Hb 4.1 4.2 3.9 2.7 3.1 % 0-5\nCarbOxy Hb 0.7 0.8 0.8 0.6 0.6 % 0.5-1.5\nMeth Hb 1.4 1.5 1.3 1.3 1.5 % 0-1.5\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/119" }, "reason": [ { "text": "Automatic Request Registration" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z561768-16258663" } ], "status": "final", "code": { "text": "Blood Gas" }, "subject": { "reference": "Patient/119" }, "effectiveDateTime": "2012-04-05T23:01:00Z", "issued": "2012-04-05T23:06:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/148", "resource": { "resourceType": "DiagnosticReport", "id": "148", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nRequest No: Z561547 Z516569 Z561666 Z561068 Z516668\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12 Arterial\n Time: 10:42 12:34 20:56 22:30 22:58 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 37.0 37.0 37.0 Deg. C\npH 7.42 7.40 7.39 7.40 7.41 7.35-7.45\npCO2 46H 47H 46H 43 42 mmHg 35-45\nHCO3(Std) 28 28 26 26 26 mmol/L 22.0-30.0\nBase Excess 4.6H 4.2H 2.6 1.8 1.7 mmol/L -3.0/3.0\npO2 103H 210H 78 89 88 mmHg 75-100\nO2 Sat 98 100 95 97 98 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 4.8 4.2 4.6 4.3 4.7 mmol/L 3.5-5.5\nSodium 141 141 138 138 137 mmol/L 135-145\nChloride 109 109 109 109 107 mmol/L 95-110\niCa++ 1.11L 1.14 1.14 1.10L 1.12 mmol/L 1.12-1.30\nGlucose 6.8 6.0 8.6H 7.3 7.4 mmol/L 3.6-7.7\nLactate 0.6 0.3 1.0 1.0 1.0 mmol/L 0.2-1.8\n\nBLOOD CO-OXIMETRY\nTotal Hb 81L 80L 100L 102L 105L g/L 130-170\nReduced Hb 1.7 0.5 4.4 2.6 2.0 % 0-5\nCarbOxy Hb 1.3 1.4 2.0H 1.9H 2.0H % 0.5-1.5\nMeth Hb 1.7H 1.8H 1.3 1.2 1.0 % 0-1.5\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/120" }, "reason": [ { "text": "Automatic Request Registration" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z561668-16258662" } ], "status": "final", "code": { "text": "Blood Gas" }, "subject": { "reference": "Patient/120" }, "effectiveDateTime": "2012-04-05T22:58:00Z", "issued": "2012-04-05T23:03:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/149", "resource": { "resourceType": "DiagnosticReport", "id": "149", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nRequest No: Z561568\n Date: 05/04/12 Arterial\n Time: 22:57 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 Deg. C\npH 7.48H 7.35-7.45\npCO2 38 mmHg 35-45\nBase Excess 4.6H mmol/L -3.0/3.0\npO2 60L mmHg 75-100\nO2 Sat 92L % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 3.3L mmol/L 3.5-5.5\nSodium 133L mmol/L 135-145\n\nBLOOD CO-OXIMETRY\nTotal Hb 116 g/L 115-150\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/112" }, "reason": [ { "text": "Automatic Request Registration" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z516568-16258661" } ], "status": "final", "code": { "text": "Blood Gas" }, "subject": { "reference": "Patient/112" }, "effectiveDateTime": "2012-04-05T22:57:00Z", "issued": "2012-04-05T23:00:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/150", "resource": { "resourceType": "DiagnosticReport", "id": "150", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nRequest No: Z561467 Z561468\n Date: 05/04/12 05/04/12 Arterial\n Time: 22:05 22:58 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 Deg. C\npH 7.34L 7.34L 7.35-7.45\npCO2 32L 32L mmHg 35-45\nHCO3(Std) 18.0L 18L mmol/L 22.0-30.0\nBase Excess -7.9L -8.2L mmol/L -3.0/3.0\npO2 80 78 mmHg 75-100\nO2 Sat 96.0 96 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium * 3.5 mmol/L 3.5-5.5\nSodium 141 142 mmol/L 135-145\n\nBLOOD CO-OXIMETRY\nTotal Hb 99L 101L g/L 115-150\n\n05/04/12 12Z516467\nGeneral Comments: Potassium unavailable. Sample transported on ice.\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/121" }, "reason": [ { "text": "Automatic Request Registration" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z516468-16258660" } ], "status": "final", "code": { "text": "Blood Gas" }, "subject": { "reference": "Patient/121" }, "effectiveDateTime": "2012-04-05T22:58:00Z", "issued": "2012-04-05T23:00:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/151", "resource": { "resourceType": "DiagnosticReport", "id": "151", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nRequest No: Z561463 Z516864 Z561765 Z561067 Z516368\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12 Arterial\n Time: 16:46 18:10 19:54 21:22 22:36 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 37.0 37.0 37.0 Deg. C\npH 7.36 7.40 7.36 7.24L 7.29L 7.35-7.45\npCO2 23L 21L 27L 44 37 mmHg 35-45\nHCO3(Std) 16L 17L 17L 18L 18L mmol/L 22.0-30.0\nBase Excess -11.8L -10.8L -9.4L -7.9L -8.1L mmol/L -3.0/3.0\npO2 138H 136H 306H 345H 141H mmHg 75-100\nO2 Sat 99 100 100 100 99 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 5.7H 6.0H 5.6H 6.2H 6.0H mmol/L 3.5-5.5\nSodium 140 141 138 136 134L mmol/L 135-145\nChloride 107 106 107 105 106 mmol/L 95-110\niCa++ 0.99L 0.98L 0.97L 0.98L 0.95L mmol/L 1.12-1.30\nGlucose 5.3 4.4 7.4 6.4 5.9 mmol/L 3.6-7.7\nLactate 12.3H 11.7H 9.3H 7.5H 5.9H mmol/L 0.2-1.8\n\nBLOOD CO-OXIMETRY\nTotal Hb 106L 109L 108L 108L 100L g/L 130-170\nReduced Hb 0.6 0.5 -0.2L -0.1L 0.9 % 0-5\nCarbOxy Hb 1.7H 1.8H 1.4 1.3 1.5 % 0.5-1.5\nMeth Hb 1.0 1.2 1.1 0.7 1.1 % 0-1.5\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/122" }, "reason": [ { "text": "Automatic Request Registration" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z561368-16258659" } ], "status": "final", "code": { "text": "Blood Gas" }, "subject": { "reference": "Patient/122" }, "effectiveDateTime": "2012-04-05T22:36:00Z", "issued": "2012-04-05T22:40:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/152", "resource": { "resourceType": "DiagnosticReport", "id": "152", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nRequest No: Z561060 Z561268\n Date: 05/04/12 05/04/12 Arterial\n Time: 12:53 22:36 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 Deg. C\npH 7.47H 7.49H 7.35-7.45\npCO2 34L 34L mmHg 35-45\nHCO3(Std) 26.0 27 mmol/L 22.0-30.0\nBase Excess 1.1 2.5 mmol/L -3.0/3.0\npO2 58L 70L mmHg 75-100\nO2 Sat 91.0L 99 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium * 3.3L mmol/L 3.5-5.5\nSodium 136 137 mmol/L 135-145\nChloride 108 mmol/L 95-110\niCa++ 1.14 mmol/L 1.12-1.30\nGlucose 7.9H mmol/L 3.6-7.7\nLactate 1.8 mmol/L 0.2-1.8\n\nBLOOD CO-OXIMETRY\nTotal Hb 115 101L g/L 115-150\nReduced Hb 0.8 % 0-5\nCarbOxy Hb 1.2 % 0.5-1.5\nMeth Hb 1.1 % 0-1.5\n\n05/04/12 12Z516060\nGeneral Comments: Potassium unavailable. Sample transported on ice.\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/114" }, "reason": [ { "text": "Automatic Request Registration" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z516268-16258658" } ], "status": "final", "code": { "text": "Blood Gas" }, "subject": { "reference": "Patient/114" }, "effectiveDateTime": "2012-04-05T22:36:00Z", "issued": "2012-04-05T22:40:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/153", "resource": { "resourceType": "DiagnosticReport", "id": "153", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSpecimen Type: Serum\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/123" }, "reason": [ { "text": "Needlestick Recipient" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968990-16258657" } ], "status": "final", "code": { "text": "Internal Serology" }, "subject": { "reference": "Patient/123" }, "effectiveDateTime": "2012-04-05T22:20:00Z", "issued": "2012-04-05T22:20:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/154", "resource": { "resourceType": "DiagnosticReport", "id": "154", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSpecimen Type Serum\n\nHEPATITIS SEROLOGY\nHepatitis B Surface Antibody (by Architect) : Moderate Positive\nHBsAB Titre : 44 IU/L\n\n Hepatitis B Surface Antibody Titres Interpretation\n ======================================= ================\n\n < 10 IU/L Not Detected\n 10 - 100 IU/L Moderate Positive\n > 100 IU/L Detected\n ======================================= =================\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/123" }, "reason": [ { "text": "Needlestick Recipient" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968990-16258656" } ], "status": "final", "code": { "text": "Needlestick Serology" }, "subject": { "reference": "Patient/123" }, "effectiveDateTime": "2012-04-05T22:20:00Z", "issued": "2012-04-05T22:20:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/155", "resource": { "resourceType": "DiagnosticReport", "id": "155", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nRequest No: Z561594 Z561539 Z516763 Z561167 Z561168\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12 Arterial\n Time: 08:02 12:24 17:03 21:26 22:33 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 37.0 37.0 37.0 Deg. C\npH 7.37 7.32L 7.33L 7.39 7.41 7.35-7.45\npCO2 42 47H 46H 37 34L mmHg 35-45\nHCO3(Std) 24 23 23 23 22 mmol/L 22.0-30.0\nBase Excess -0.7 -1.6 -1.5 -2.1 -2.7 mmol/L -3.0/3.0\npO2 186H 115H 344H 239H 398H mmHg 75-100\nO2 Sat 99 97 99 99 99 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 4.3 5.4 5.4 4.2 3.8 mmol/L 3.5-5.5\nSodium 141 137 136 134L 134L mmol/L 135-145\nChloride 113H 109 105 105 107 mmol/L 95-110\niCa++ 1.20 1.20 1.19 1.18 1.15 mmol/L 1.12-1.30\nGlucose 7.1 10.4H 9.3H 13.8H 13.8H mmol/L 3.6-7.7\nLactate 1.4 1.0 1.3 1.7 1.6 mmol/L 0.2-1.8\n\nBLOOD CO-OXIMETRY\nTotal Hb 81L 86L 83L 71L 66L g/L 115-150\nReduced Hb 1.1 2.5 0.9 1.2 0.9 % 0-5\nCarbOxy Hb 0.8 0.7 0.6 0.6 0.6 % 0.5-1.5\nMeth Hb 1.6H 2.0H 2.1H 1.9H 2.5H % 0-1.5\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/124" }, "reason": [ { "text": "Automatic Request Registration" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z516168-16258655" } ], "status": "final", "code": { "text": "Blood Gas" }, "subject": { "reference": "Patient/124" }, "effectiveDateTime": "2012-04-05T22:33:00Z", "issued": "2012-04-05T22:38:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/156", "resource": { "resourceType": "DiagnosticReport", "id": "156", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nTHYROID FUNCTION\nFree T4 18.5 pmol/L ( 9.0-26.0 )\nFree T3 5.3 pmol/L ( 3.5-6.5 )\nTSH 0.08 L mIU/L ( 0.1-4.0 )\n\n\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/124" }, "reason": [ { "text": "Chest Pain" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968898-16258654" } ], "status": "final", "code": { "text": "Endo / Nutrition" }, "subject": { "reference": "Patient/124" }, "effectiveDateTime": "2012-04-05T21:40:00Z", "issued": "2012-04-06T01:08:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/157", "resource": { "resourceType": "DiagnosticReport", "id": "157", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nRequest No: Z561595 Z561547 Z516569 Z561666 Z561068\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12 Arterial\n Time: 08:49 10:42 12:34 20:56 22:30 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 37.0 37.0 37.0 Deg. C\npH 7.42 7.42 7.40 7.39 7.40 7.35-7.45\npCO2 43 46H 47H 46H 43 mmHg 35-45\nHCO3(Std) 27 28 28 26 26 mmol/L 22.0-30.0\nBase Excess 3.3H 4.6H 4.2H 2.6 1.8 mmol/L -3.0/3.0\npO2 105H 103H 210H 78 89 mmHg 75-100\nO2 Sat 98 98 100 95 97 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 4.6 4.8 4.2 4.6 4.3 mmol/L 3.5-5.5\nSodium 141 141 141 138 138 mmol/L 135-145\nChloride 108 109 109 109 109 mmol/L 95-110\niCa++ 1.11L 1.11L 1.14 1.14 1.10L mmol/L 1.12-1.30\nGlucose 7.6 6.8 6.0 8.6H 7.3 mmol/L 3.6-7.7\nLactate 0.7 0.6 0.3 1.0 1.0 mmol/L 0.2-1.8\n\nBLOOD CO-OXIMETRY\nTotal Hb 83L 81L 80L 100L 102L g/L 130-170\nReduced Hb 1.6 1.7 0.5 4.4 2.6 % 0-5\nCarbOxy Hb 1.5 1.3 1.4 2.0H 1.9H % 0.5-1.5\nMeth Hb 1.4 1.7H 1.8H 1.3 1.2 % 0-1.5\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/120" }, "reason": [ { "text": "Automatic Request Registration" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z516068-16258653" } ], "status": "final", "code": { "text": "Blood Gas" }, "subject": { "reference": "Patient/120" }, "effectiveDateTime": "2012-04-05T22:30:00Z", "issued": "2012-04-05T22:35:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/158", "resource": { "resourceType": "DiagnosticReport", "id": "158", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z886959 Z968226 Z968410 Z386038 Z968970\n Date: 04/04/12 04/04/12 05/04/12 05/04/12 05/04/12\n Time: 05:10 18:13 00:15 10:00 22:20 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 1.2 1.3 1.3 1.4H 0.8-1.3\nAPTT 73H 49H 50H 52H 45H secs 23-36\nFibrinogen 4.1 4.0 3.8 g/L 2.0-5.0\n\nAPTT Therapeutic range for IV Heparin therapy = 60-85 seconds\nFrom 9.12.2010 APTT normal range 23 - 36 seconds.\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968970-16258652" } ], "status": "final", "code": { "text": "Routine Coagulation" }, "subject": { "reference": "Patient/125" }, "effectiveDateTime": "2012-04-05T22:20:00Z", "issued": "2012-04-05T22:56:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/159", "resource": { "resourceType": "DiagnosticReport", "id": "159", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nLab No : Z366362\nSPECIMENS\nSpecimen Type : Blood Cultures\nDescription : Venous/peripheral\n\nAerobic bottle 4 days Negative\nAnaerobic bottle 4 days Negative\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/126" }, "reason": [ { "text": "Febrile >38" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968980-16258651" } ], "status": "final", "code": { "text": "Blood Cultures" }, "subject": { "reference": "Patient/126" }, "effectiveDateTime": "2012-04-05T21:30:00Z", "issued": "2012-04-10T00:00:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/160", "resource": { "resourceType": "DiagnosticReport", "id": "160", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nRequest No: Z561546 Z516519 Z561561 Z561964 Z516967\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12 Arterial\n Time: 09:19 12:19 14:24 18:18 22:28 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 37.0 37.0 37.0 Deg. C\npH 7.46H 7.43 7.42 7.48H * 7.35-7.45\npCO2 44 52H 53H 45 mmHg 35-45\nHCO3(Std) 30 32H 32H 33H mmol/L 22.0-30.0\nBase Excess 6.9H 9.1H 8.6H 9.2H mmol/L -3.0/3.0\npO2 62L 86 131H 81 mmHg 75-100\nO2 Sat 92L 96 98 96 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 4.1 3.8 4.4 4.1 mmol/L 3.5-5.5\nSodium 144 143 144 145 mmol/L 135-145\nChloride 110 106 107 109 mmol/L 95-110\niCa++ 1.11L 1.11L 1.09L 1.11L mmol/L 1.12-1.30\nGlucose 7.7 7.6 7.5 7.8H mmol/L 3.6-7.7\nLactate 1.0 0.7 0.5 0.6 mmol/L 0.2-1.8\n\nBLOOD CO-OXIMETRY\nTotal Hb 102L 115 111L 104L g/L 115-150\nReduced Hb 7.6H 3.6 1.6 3.6 % 0-5\nCarbOxy Hb 1.3 1.0 1.1 1.2 % 0.5-1.5\nMeth Hb 1.6H 1.7H 1.9H 1.4 % 0-1.5\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/127" }, "reason": [ { "text": "Automatic Request Registration" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z561967-16258650" } ], "status": "final", "code": { "text": "Blood Gas" }, "subject": { "reference": "Patient/127" }, "effectiveDateTime": "2012-04-05T22:28:00Z", "issued": "2012-04-06T06:21:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/161", "resource": { "resourceType": "DiagnosticReport", "id": "161", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nLab No : Z763774\nSPECIMEN\nSpecimen Type : Urine Midstream\n\n\nCHEMISTRY\npH 5.0\nProtein NEGATIVE\nSpecific Grav. 1.009\nBlood NEGATIVE\nGlucose NEGATIVE\nLeucocytes NEGATIVE\n\n\nMICROSCOPY\nLeucocytes 1 x10^6/L ( <2x10^6/L )\nRed Blood Cells Nil x10^6/L ( <13x10^6/L )\nSquamous Epithelial Cells Nil\n\n\n\n\n\n\n\n\nSTANDARD BACTERIAL CULTURE\n\n1. Streptococcus agalactiae (group B) 10^7 cfu/L\n\n\nSENSITIVITIES: 1\nAmoxicillin S\nCotrimoxazole S\nNitrofurantoin S\nPenicillin S\nVancomycin S\n\nORGANISM 1: Isolates of beta haemolytic streptococci (Groups A,\nB, C and G) susceptible to penicillin are considered susceptible\nto ampicillin, amoxicillin, augmentin, cefazolin, cephalothin,\ncefotaxime, ceftriaxone, cefepime and meropenem.\n\nGroup B Streptococcus is part of the normal vaginal flora.\nIt may be significant in pregnant patients causing intrauterine,\nperinatal or neonatal infection.\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/128" }, "reason": [ { "text": "Appendiceal Abscess" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986960-16258649" } ], "status": "final", "code": { "text": "Urine M/C/S" }, "subject": { "reference": "Patient/128" }, "effectiveDateTime": "2012-04-05T21:30:00Z", "issued": "2012-04-09T11:38:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/162", "resource": { "resourceType": "DiagnosticReport", "id": "162", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nRequest No: Z561063 Z561963 Z516366 Z561567 Z561867\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12 Arterial\n Time: 16:20 17:16 20:36 22:13 22:25 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 37.0 37.0 37.0 Deg. C\npH 7.42 7.41 7.40 * 7.39 7.35-7.45\npCO2 34L 35 36 40 mmHg 35-45\nHCO3(Std) 23 23 23 24 mmol/L 22.0-30.0\nBase Excess -1.9 -2.4 -1.8 -0.4 mmol/L -3.0/3.0\npO2 68L 85 74L 59L mmHg 75-100\nO2 Sat 94L 99 95 90L % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 3.8 3.6 4.1 3.8 mmol/L 3.5-5.5\nSodium 140 141 140 141 mmol/L 135-145\nChloride 111H 112H 113H 110 mmol/L 95-110\niCa++ 1.17 1.15 1.18 1.19 mmol/L 1.12-1.30\nGlucose 5.7 5.5 5.8 6.1 mmol/L 3.6-7.7\nLactate 0.8 0.8 0.8 0.9 mmol/L 0.2-1.8\n\nBLOOD CO-OXIMETRY\nTotal Hb 104L 103L 112L 117L g/L 130-170\nReduced Hb 5.5H 0.8 5.0 9.6H % 0-5\nCarbOxy Hb 1.4 1.1 1.2 1.2 % 0.5-1.5\nMeth Hb 1.1 1.5 1.4 1.6H % 0-1.5\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/129" }, "reason": [ { "text": "Automatic Request Registration" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z516867-16258648" } ], "status": "final", "code": { "text": "Blood Gas" }, "subject": { "reference": "Patient/129" }, "effectiveDateTime": "2012-04-05T22:25:00Z", "issued": "2012-04-05T22:31:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/163", "resource": { "resourceType": "DiagnosticReport", "id": "163", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nVITAMINS AND NUTRITION\nRetinol (Vitamin A) * umol/L( 0.7-3.0 )\n\nTest Referred to: Melbourne Pathology\n Date Packed: 00/00/00\nDate Dispatched: 00/00/00\nVitamin 25 D TF nmol/L( SEE-BELOW\nVitamin E * umol/L(11-45 )\n\nTest Referred to: Melbourne Pathology\n Date Packed: 00/00/00\nDate Dispatched: 00/00/00\n\nComment: sample not protected from light ward notified for\n recollection\n\n\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968950-16258646" } ], "status": "partial", "code": { "text": "Endo / Nutrition" }, "subject": { "reference": "Patient/130" }, "effectiveDateTime": "2012-04-05T20:20:00Z", "issued": "2012-04-10T07:01:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/164", "resource": { "resourceType": "DiagnosticReport", "id": "164", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z167860 Z868247 Z986950\n Date: 02/04/12 03/04/12 05/04/12\n Time: 05:50 00:00 20:20 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR * 1.2 1.1 0.8-1.3\nAPTT 24 24 secs 23-36\nFibrinogen 2.3 2.7 g/L 2.0-5.0\n\n12Z167860 02/04/12 05:50\nComment: * Please note: no specimen received. CSR notified ward\n\nAPTT Therapeutic range for IV Heparin therapy = 60-85 seconds\nFrom 9.12.2010 APTT normal range 23 - 36 seconds.\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986950-16258645" } ], "status": "final", "code": { "text": "Routine Coagulation" }, "subject": { "reference": "Patient/130" }, "effectiveDateTime": "2012-04-05T20:20:00Z", "issued": "2012-04-05T22:56:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/165", "resource": { "resourceType": "DiagnosticReport", "id": "165", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 138 mmol/L ( 135-145 )\nPotassium 4.2 mmol/L ( 3.5-5.5 )\nChloride 98 mmol/L ( 95-110 )\nHCO3 29 mmol/L ( 22-30 )\nCreatinine 75 umol/L ( 49-90 )\n (Creatinine) 0.075 mmol/L ( 0.05-0.09)\nUrea 4.0 mmol/L ( 2.5-8.3 )\n eGFR 74 ( SEE-BELOW)\nCalcium 2.05 mmol/L ( 2.10-2.60)\nPhosphate 0.96 mmol/L ( 0.8-1.5 )\nMagnesium 0.78 mmol/L ( 0.8-1.0 )\nAlbumin 23 g/L ( 35-50 )\nC-React Prot 2 mg/L ( <5 )\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986950-16258644" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/130" }, "effectiveDateTime": "2012-04-05T20:20:00Z", "issued": "2012-04-05T23:43:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/166", "resource": { "resourceType": "DiagnosticReport", "id": "166", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z167860 Z986368 Z968950\n Date: 02/04/12 04/04/12 05/04/12\n Time: 05:50 23:00 20:20 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 97L 112L 107L g/L 115-150\nWCC 11.9H 8.1 9.3 x10^9/L 4.0-11.0\nPLT 349 285 347 x10^9/L 140-400\nRCC 3.79L 4.48 4.29 x10^12/L 3.80-5.10\nPCV 0.31L 0.35 0.34L L/L 0.35-0.45\nMCV 80.6 78.8L 79.9L fL 80.0-96.0\nMCH 25.5L 25.0L 24.9L pg 27.0-33.0\nMCHC 317L 317L 311L g/L 320-360\nRDW 21.5H 21.0H 21.8H % 11.0-15.0\nESR 30H mm in 1hr 2-12\nWhite Cell Differential\nNeut 7.4 3.4 5.2 x10^9/L 2.0-8.0\nLymph 3.1 3.9 3.3 x10^9/L 1.2-4.0\nMono 1.1H 0.7 0.6 x10^9/L 0.1-1.0\nEos 0.0 0.0 0.0 x10^9/L 0.0-0.5\nBaso 0.0 0.0 0.1 x10^9/L 0.0-0.1\nBands 0.4 x10^9/L 0.0-0.5\n\n12Z167860 02/04/12 05:50\nFilm Comment : White cells show mild monocytosis and nild toxic changes\n in the neutrophils. Manual differential.\n Red cells show moderate numbers of target cells and some\n stomatocytes.\n Platelets appear normal.\nConclusion: No clinical information provided.\n ? Infection / inflammation\n Note anaemia, suggest iron studies.\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968950-16258643" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/130" }, "effectiveDateTime": "2012-04-05T20:20:00Z", "issued": "2012-04-05T22:41:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/167", "resource": { "resourceType": "DiagnosticReport", "id": "167", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nComment: Potassium unavailable. Sample transported on ice.\n\nRequest No: Z561767\n Date: 05/04/12 Arterial\n Time: 22:24 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 Deg. C\npH 7.32L 7.35-7.45\npCO2 43 mmHg 35-45\nHCO3(Std) 21.0L mmol/L 22.0-30.0\nBase Excess -3.4L mmol/L -3.0/3.0\npO2 53L mmHg 75-100\nO2 Sat 85.0L % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium * mmol/L 3.5-5.5\nSodium 139 mmol/L 135-145\n\nBLOOD CO-OXIMETRY\nTotal Hb 97L g/L 115-150\n\n05/04/12 12Z516767\nGeneral Comments: Potassium unavailable. Sample transported on ice.\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/131" }, "reason": [ { "text": "Automatic Request Registration" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z561767-16258642" } ], "status": "final", "code": { "text": "Blood Gas" }, "subject": { "reference": "Patient/131" }, "effectiveDateTime": "2012-04-05T22:24:00Z", "issued": "2012-04-05T22:27:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/168", "resource": { "resourceType": "DiagnosticReport", "id": "168", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 138 mmol/L ( 135-145 )\nPotassium 4.0 mmol/L ( 3.5-5.5 )\nChloride 103 mmol/L ( 95-110 )\nHCO3 28 mmol/L ( 22-30 )\nCreatinine 86 umol/L ( 64-104 )\n (Creatinine) 0.086 mmol/L ( 0.05-0.11)\nUrea 12.2 mmol/L ( 2.5-8.3 )\n eGFR 73 ( SEE-BELOW)\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/132" }, "reason": [ { "text": "Fall" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986930-16258641" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/132" }, "effectiveDateTime": "2012-04-05T22:20:00Z", "issued": "2012-04-05T23:16:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/169", "resource": { "resourceType": "DiagnosticReport", "id": "169", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z968930\n Date: 05/04/12\n Time: 22:20 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 131 g/L 130-170\nWCC 11.6H x10^9/L 4.0-11.0\nPLT 220 x10^9/L 140-400\nRCC 3.65L x10^12/L 4.50-5.70\nPCV 0.38L L/L 0.40-0.50\nMCV 104.1H fL 80.0-96.0\nMCH 35.8H pg 27.0-33.0\nMCHC 344 g/L 320-360\nRDW 14.9 % 11.0-15.0\nWhite Cell Differential\nNeut 9.3H x10^9/L 2.0-8.0\nLymph 1.2 x10^9/L 1.2-4.0\nMono 0.9 x10^9/L 0.1-1.0\nEos 0.0 x10^9/L 0.0-0.5\nBaso 0.1 x10^9/L 0.0-0.1\n\n12Z986930 05/04/12 22:20\nFilm Comment : Red cells are mildly macrocytic with occasional target\n cells. Mild neutrophilia.\nConclusion: Common causes of macrocytosis include liver disease,\n B12/folate deficiency, and certain drugs including\n chemotherapy. Suggest liver function tests, serum\n B12/folate levels, and review drug history if cause not\n already known.\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/132" }, "reason": [ { "text": "Fall" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968930-16258640" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/132" }, "effectiveDateTime": "2012-04-05T22:20:00Z", "issued": "2012-04-06T08:48:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/170", "resource": { "resourceType": "DiagnosticReport", "id": "170", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z968940\n Date: 05/04/12\n Time: 22:00 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 1.1 0.8-1.3\nAPTT 27 secs 23-36\nFibrinogen 4.0 g/L 2.0-5.0\n\nAPTT Therapeutic range for IV Heparin therapy = 60-85 seconds\nFrom 9.12.2010 APTT normal range 23 - 36 seconds.\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/128" }, "reason": [ { "text": "Appendiceal Abscess" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986940-16258639" } ], "status": "final", "code": { "text": "Routine Coagulation" }, "subject": { "reference": "Patient/128" }, "effectiveDateTime": "2012-04-05T22:00:00Z", "issued": "2012-04-05T22:57:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/171", "resource": { "resourceType": "DiagnosticReport", "id": "171", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 139 mmol/L ( 135-145 )\nPotassium 3.9 mmol/L ( 3.5-5.5 )\nChloride 104 mmol/L ( 95-110 )\nHCO3 27 mmol/L ( 22-30 )\nCreatinine 54 umol/L ( 49-90 )\n (Creatinine) 0.054 mmol/L ( 0.05-0.09)\nUrea 3.4 mmol/L ( 2.5-8.3 )\n eGFR >90 ( SEE-BELOW)\nAlbumin 38 g/L ( 35-50 )\nAP 90 IU/L ( 30-120 )\nGGT 61 IU/L ( 10-65 )\nALT 23 IU/L ( <34 )\nAST 25 IU/L ( <31 )\nBili Total 6 umol/L ( <19 )\nProtein Total 86 g/L ( 65-85 )\nC-React Prot 4 mg/L ( <5 )\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/128" }, "reason": [ { "text": "Appendiceal Abscess" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986940-16258638" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/128" }, "effectiveDateTime": "2012-04-05T22:00:00Z", "issued": "2012-04-06T01:17:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/172", "resource": { "resourceType": "DiagnosticReport", "id": "172", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z362853 Z236704 Z363276 Z566600 Z986940\n Date: 09/02/12 10/02/12 11/02/12 08/03/12 05/04/12\n Time: 05:25 05:00 05:45 12:00 22:00 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 111L 109L 111L 140 133 g/L 115-150\nWCC 12.9H 5.3 5.2 10.6 6.0 x10^9/L 4.0-11.0\nPLT 358 359 380 288 373 x10^9/L 140-400\nRCC 3.62L 3.45L 3.53L 4.43 4.25 x10^12/L 3.80-5.10\nPCV 0.33L 0.31L 0.32L 0.40 0.39 L/L 0.35-0.45\nMCV 90.6 90.5 90.2 90.4 92.3 fL 80.0-96.0\nMCH 30.7 31.6 31.3 31.6 31.4 pg 27.0-33.0\nMCHC 339 350 347 349 340 g/L 320-360\nRDW 14.6 14.3 14.4 16.2H 14.8 % 11.0-15.0\nWhite Cell Differential\nNeut 10.5H 3.5 2.4 9.1H 3.0 x10^9/L 2.0-8.0\nLymph 1.3 1.2 2.0 1.0L 2.5 x10^9/L 1.2-4.0\nMono 0.9 0.5 0.5 0.5 0.4 x10^9/L 0.1-1.0\nEos 0.0 0.1 0.2 0.1 0.1 x10^9/L 0.0-0.5\nBaso 0.1 0.0 0.0 0.0 0.0 x10^9/L 0.0-0.1\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/128" }, "reason": [ { "text": "Appendiceal Abscess" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968940-16258637" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/128" }, "effectiveDateTime": "2012-04-05T22:00:00Z", "issued": "2012-04-05T22:41:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/173", "resource": { "resourceType": "DiagnosticReport", "id": "173", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nRequest No: Z561556 Z561559 Z516662 Z561764 Z561667\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12 Arterial\n Time: 09:21 12:31 15:23 17:56 22:18 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 37.0 37.0 37.0 Deg. C\npH 7.30L 7.31L * * 7.35 7.35-7.45\npCO2 39 41 39 37 36 mmHg 35-45\nHCO3(Std) 19L 20L 20L mmol/L 22.0-30.0\nBase Excess -6.4L -5.1L -4.8L mmol/L -3.0/3.0\npO2 111H 104H 98 85 92 mmHg 75-100\nO2 Sat 98 98 97 96 97 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 2.7L 4.4 4.0 3.8 4.5 mmol/L 3.5-5.5\nSodium 153H 152H 152H 154H 153H mmol/L 135-145\nChloride 125H 126H 125H 125H 125H mmol/L 95-110\niCa++ 1.28 1.24 1.26 1.25 1.24 mmol/L 1.12-1.30\nGlucose 7.6 7.5 6.6 6.9 6.9 mmol/L 3.6-7.7\nLactate 1.8 1.5 1.8 1.7 1.9H mmol/L 0.2-1.8\n\nBLOOD CO-OXIMETRY\nTotal Hb 100L 100L 96L 101L 105L g/L 130-170\nReduced Hb 2.3 2.4 2.7 3.6 3.3 % 0-5\nCarbOxy Hb 0.5 0.6 0.6 0.7 0.6 % 0.5-1.5\nMeth Hb 1.3 1.9H 1.6H 1.5 1.6H % 0-1.5\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/133" }, "reason": [ { "text": "Automatic Request Registration" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z516667-16258636" } ], "status": "final", "code": { "text": "Blood Gas" }, "subject": { "reference": "Patient/133" }, "effectiveDateTime": "2012-04-05T22:18:00Z", "issued": "2012-04-05T22:31:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/174", "resource": { "resourceType": "DiagnosticReport", "id": "174", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z486606 Z468827 Z968920\n Date: 02/04/12 04/04/12 05/04/12\n Time: 11:40 09:45 22:10 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 1.1 1.1 1.2 0.8-1.3\nAPTT 24 24 22L secs 23-36\nFibrinogen 2.6 2.4 2.3 g/L 2.0-5.0\n\n12Z986920 05/04/12 22:10\nComment: Please note : Low APTT. ? Cause ? Pre-activation of\n specimen. Suggest repeat.\n\nAPTT Therapeutic range for IV Heparin therapy = 60-85 seconds\nFrom 9.12.2010 APTT normal range 23 - 36 seconds.\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968920-16258635" } ], "status": "final", "code": { "text": "Routine Coagulation" }, "subject": { "reference": "Patient/134" }, "effectiveDateTime": "2012-04-05T22:10:00Z", "issued": "2012-04-05T22:56:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/175", "resource": { "resourceType": "DiagnosticReport", "id": "175", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 141 mmol/L ( 135-145 )\nPotassium 4.6 mmol/L ( 3.5-5.5 )\nChloride 106 mmol/L ( 95-110 )\nHCO3 24 mmol/L ( 22-30 )\nCreatinine 110 umol/L ( 64-104 )\n (Creatinine) 0.110 mmol/L ( 0.05-0.11)\nUrea 11.1 mmol/L ( 2.5-8.3 )\n eGFR 58 ( SEE-BELOW)\nCalcium 2.34 mmol/L ( 2.10-2.60)\nPhosphate 1.51 mmol/L ( 0.8-1.5 )\nMagnesium 0.81 mmol/L ( 0.7-1.1 )\nAlbumin 34 g/L ( 35-50 )\nAP 99 IU/L ( 30-120 )\nGGT 32 IU/L ( 10-65 )\nALT 37 IU/L ( <45 )\nAST 26 IU/L ( <35 )\nBili Total 15 umol/L ( <19 )\nProtein Total 69 g/L ( 65-85 )\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968920-16258634" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/134" }, "effectiveDateTime": "2012-04-05T22:10:00Z", "issued": "2012-04-05T22:47:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/176", "resource": { "resourceType": "DiagnosticReport", "id": "176", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z468606 Z568213 Z986920\n Date: 02/04/12 05/04/12 05/04/12\n Time: 11:40 10:40 22:10 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 147 137 140 g/L 130-170\nWCC 10.1 11.2H 16.1H x10^9/L 4.0-11.0\nPLT 71L 89L 82L x10^9/L 140-400\nRCC 4.45L 4.21L 4.36L x10^12/L 4.50-5.70\nPCV 0.42 0.40 0.41 L/L 0.40-0.50\nMCV 95.1 95.7 94.8 fL 80.0-96.0\nMCH 32.9 32.6 32.2 pg 27.0-33.0\nMCHC 346 341 340 g/L 320-360\nRDW 13.6 13.0 13.1 % 11.0-15.0\nWhite Cell Differential\nNeut 7.9 9.0H 14.7H x10^9/L 2.0-8.0\nLymph 1.7 1.5 0.8L x10^9/L 1.2-4.0\nMono 0.2 0.6 0.6 x10^9/L 0.1-1.0\nEos 0.0 0.0 0.0 x10^9/L 0.0-0.5\nBaso 0.0 0.0 0.0 x10^9/L 0.0-0.1\nBands 0.3 x10^9/L 0.0-0.5\n\n12Z468606 02/04/12 11:40\nFilm Comment : Moderate thrombocytopenia. Occasional reactive\n lymphocytes. Manual differential. Red cells are mainly\n normocytic normochromic with occasional elongated cells.\nConclusion: Known history of immune thrombocytopenic purpura (ITP).\n Suggest follow up FBEs to monitor platelet count.\nComment: Film reveiwed by Dr Radio Xray - Haematology\n Registrar\n\n12Z568213 05/04/12 10:40\nComment: Note neutrophilia.\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986920-16258633" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/134" }, "effectiveDateTime": "2012-04-05T22:10:00Z", "issued": "2012-04-05T22:34:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/177", "resource": { "resourceType": "DiagnosticReport", "id": "177", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nTroponin I 0.02 ug/L (See Below )\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/135" }, "reason": [ { "text": "Chest Pain FI" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968910-16258632" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/135" }, "effectiveDateTime": "2012-04-05T22:05:00Z", "issued": "2012-04-05T22:57:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/178", "resource": { "resourceType": "DiagnosticReport", "id": "178", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nTroponin I <0.02 ug/L (See Below )\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/136" }, "reason": [ { "text": "Serial Troponins" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986900-16258631" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/136" }, "effectiveDateTime": "2012-04-05T22:00:00Z", "issued": "2012-04-05T22:57:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/179", "resource": { "resourceType": "DiagnosticReport", "id": "179", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nNo Test Requested\nNTRC\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/137" }, "reason": [ { "text": "R/Central Chest Pain Febrile" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968899-16258630" } ], "status": "partial", "code": { "text": "Central Reception" }, "subject": { "reference": "Patient/137" }, "effectiveDateTime": "2012-04-05T22:00:00Z", "issued": "2012-04-05T22:00:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/180", "resource": { "resourceType": "DiagnosticReport", "id": "180", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 140 mmol/L ( 135-145 )\nPotassium 4.1 mmol/L ( 3.5-5.5 )\nChloride 102 mmol/L ( 95-110 )\nHCO3 30 mmol/L ( 22-30 )\nCreatinine 94 umol/L ( 64-104 )\n (Creatinine) 0.094 mmol/L ( 0.05-0.11)\nUrea 5.3 mmol/L ( 2.5-8.3 )\n eGFR 75 ( SEE-BELOW)\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/137" }, "reason": [ { "text": "R/Central Chest Pain Febrile" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968899-16258629" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/137" }, "effectiveDateTime": "2012-04-05T22:00:00Z", "issued": "2012-04-05T23:43:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/181", "resource": { "resourceType": "DiagnosticReport", "id": "181", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z568703 Z169290 Z886775 Z169620 Z968899\n Date: 30/01/07 08/06/09 24/08/09 20/07/11 05/04/12\n Time: 17:50 08:30 02:10 06:30 22:00 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 161 136 151 141 138 g/L 130-170\nWCC 6.9 7.3 10.2 13.8H 4.2 x10^9/L 4.0-11.0\nPLT 299 229 280 207 159 x10^9/L 140-400\nRCC 5.44 4.47L 4.98 4.67 4.55 x10^12/L 4.50-5.70\nPCV 0.47 0.40 0.44 0.41 0.40 L/L 0.40-0.50\nMCV 85.9 89.7 88.4 87.8 87.3 fL 80.0-96.0\nMCH 29.6 30.3 30.3 30.2 30.4 pg 27.0-33.0\nMCHC 345 338 343 344 348 g/L 320-360\nRDW 12.7 13.1 12.6 13.0 13.0 % 11.0-15.0\nWhite Cell Differential\nNeut 4.6 4.6 7.6 11.0H 3.8 x10^9/L 2.0-8.0\nLymph 1.4 2.1 1.8 1.4 0.2L x10^9/L 1.2-4.0\nMono 0.7 0.5 0.6 1.2H 0.1 x10^9/L 0.1-1.0\nEos 0.1 0.1 0.1 0.2 0.0 x10^9/L 0.0-0.5\nBaso 0.0 0.0 0.0 0.0 0.0 x10^9/L 0.0-0.1\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/137" }, "reason": [ { "text": "R/Central Chest Pain Febrile" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986899-16258628" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/137" }, "effectiveDateTime": "2012-04-05T22:00:00Z", "issued": "2012-04-05T22:32:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/182", "resource": { "resourceType": "DiagnosticReport", "id": "182", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 138 mmol/L ( 135-145 )\nPotassium 3.5 mmol/L ( 3.5-5.5 )\nChloride 107 mmol/L ( 95-110 )\nHCO3 24 mmol/L ( 22-30 )\nCreatinine 60 umol/L ( 49-90 )\n (Creatinine) 0.060 mmol/L ( 0.05-0.09)\nUrea 6.1 mmol/L ( 2.5-8.3 )\n eGFR >90 ( SEE-BELOW)\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968889-16258627" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/138" }, "effectiveDateTime": "2012-04-05T22:11:00Z", "issued": "2012-04-05T22:47:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/183", "resource": { "resourceType": "DiagnosticReport", "id": "183", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z968889\n Date: 05/04/12\n Time: 22:11 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 128 g/L 115-150\nWCC 9.9 x10^9/L 4.0-11.0\nPLT 303 x10^9/L 140-400\nRCC 3.89 x10^12/L 3.80-5.10\nPCV 0.37 L/L 0.35-0.45\nMCV 94.8 fL 80.0-96.0\nMCH 32.9 pg 27.0-33.0\nMCHC 347 g/L 320-360\nRDW 12.1 % 11.0-15.0\nWhite Cell Differential\nNeut 6.8 x10^9/L 2.0-8.0\nLymph 2.2 x10^9/L 1.2-4.0\nMono 0.8 x10^9/L 0.1-1.0\nEos 0.1 x10^9/L 0.0-0.5\nBaso 0.0 x10^9/L 0.0-0.1\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986889-16258626" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/138" }, "effectiveDateTime": "2012-04-05T22:11:00Z", "issued": "2012-04-05T22:32:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/184", "resource": { "resourceType": "DiagnosticReport", "id": "184", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nLab No : Z860599\nSPECIMEN\nSpecimen Type : Swab\nDescription : site not stated\n\n\n\nGRAM STAIN\nLeucocytes +\nGram positive cocci +\n\n\nCULTURE\n\n\n\n\n1. Staphylococcus aureus ++\n\n\nSENSITIVITIES 1\n\nClindamycin S\nCotrimoxazole S\nErythromycin S\nFusidic Acid S\nOxacillin S\nPenicillin S\nRifampicin S\nVancomycin S\n\n\nThis oxacillin susceptible isolate will also be susceptible to\nflucloxacillin, methicillin, augmentin, cloxacillin, cephalexin,\ncephalothin and cefazolin.\nThis clindamycin sensitive isolate will also be sensitive to\nlincomycin.\n\n\nCOMMENT\nDry swab received only - swab in TRANSPORT MEDIUM is optimal for\nculture.\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/139" }, "reason": [ { "text": "Collapsed Low BP" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986879-16258625" } ], "status": "final", "code": { "text": "Wounds/Tips/Ent/Eye" }, "subject": { "reference": "Patient/139" }, "effectiveDateTime": "2012-04-05T22:00:00Z", "issued": "2012-04-09T12:08:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/185", "resource": { "resourceType": "DiagnosticReport", "id": "185", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nRequest No: Z561062 Z561063 Z516963 Z561366 Z561567\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12 Arterial\n Time: 14:47 16:20 17:16 20:36 22:13 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 37.0 37.0 37.0 Deg. C\npH 7.40 7.42 7.41 7.40 * 7.35-7.45\npCO2 38 34L 35 36 mmHg 35-45\nHCO3(Std) 24 23 23 23 mmol/L 22.0-30.0\nBase Excess -0.9 -1.9 -2.4 -1.8 mmol/L -3.0/3.0\npO2 67L 68L 85 74L mmHg 75-100\nO2 Sat 93L 94L 99 95 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 4.0 3.8 3.6 4.1 mmol/L 3.5-5.5\nSodium 140 140 141 140 mmol/L 135-145\nChloride 111H 111H 112H 113H mmol/L 95-110\niCa++ 1.21 1.17 1.15 1.18 mmol/L 1.12-1.30\nGlucose 5.6 5.7 5.5 5.8 mmol/L 3.6-7.7\nLactate 0.8 0.8 0.8 0.8 mmol/L 0.2-1.8\n\nBLOOD CO-OXIMETRY\nTotal Hb 106L 104L 103L 112L g/L 130-170\nReduced Hb 6.4H 5.5H 0.8 5.0 % 0-5\nCarbOxy Hb 1.3 1.4 1.1 1.2 % 0.5-1.5\nMeth Hb 1.3 1.1 1.5 1.4 % 0-1.5\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/129" }, "reason": [ { "text": "Automatic Request Registration" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z516567-16258624" } ], "status": "final", "code": { "text": "Blood Gas" }, "subject": { "reference": "Patient/129" }, "effectiveDateTime": "2012-04-05T22:13:00Z", "issued": "2012-04-06T06:21:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/186", "resource": { "resourceType": "DiagnosticReport", "id": "186", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nURINE\n\nUrine Creatinine 11.5 mmol/L\nUrine Creatinine Excretion mmol/D ( 7-13 )\nCreatinine Clearance ml/sec ( 1.5-2.5 )\nCreatinine Clearance ml/min ( 90-150 )\nUrine Protein 0.34 g/L\nUrine Protein Excretion g/D ( <0.15 )\nProtein/Creat Ratio 30 mg/mmol Creat ( 15-35 )\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968769-16258623" } ], "status": "final", "code": { "text": "Urine Chemistry" }, "subject": { "reference": "Patient/140" }, "effectiveDateTime": "2012-04-05T18:11:00Z", "issued": "2012-04-07T16:54:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/187", "resource": { "resourceType": "DiagnosticReport", "id": "187", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nLAB.NUMBER: Z364920\n\nSURVEILLANCE SCREENING\n\n\nCULTURE\nSCREENING TEST FOR VRE\n\nGROIN SWAB VRE not detected\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/141" }, "reason": [ { "text": "See Slip" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986895-16258622" } ], "status": "final", "code": { "text": "Surveillance" }, "subject": { "reference": "Patient/141" }, "effectiveDateTime": "2012-04-05T20:00:00Z", "issued": "2012-04-08T09:50:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/188", "resource": { "resourceType": "DiagnosticReport", "id": "188", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z761461 Z663728 Z676651 Z364144 Z968859\n Date: 11/10/08 21/12/08 28/09/11 16/02/12 05/04/12\n Time: 09:45 21:20 12:45 07:55 21:50 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 2.2H 3.3H 1.1 1.2 1.1 0.8-1.3\nAPTT 28 28 secs 23-36\nFibrinogen 3.9 4.7 g/L 2.0-5.0\n\nAPTT Therapeutic range for IV Heparin therapy = 60-85 seconds\nFrom 9.12.2010 APTT normal range 23 - 36 seconds.\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986859-16258621" } ], "status": "final", "code": { "text": "Routine Coagulation" }, "subject": { "reference": "Patient/142" }, "effectiveDateTime": "2012-04-05T21:50:00Z", "issued": "2012-04-05T22:40:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/189", "resource": { "resourceType": "DiagnosticReport", "id": "189", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 138 mmol/L ( 135-145 )\nPotassium 5.2 mmol/L ( 3.5-5.5 )\nChloride 107 mmol/L ( 95-110 )\nHCO3 23 mmol/L ( 22-30 )\nCreatinine 127 umol/L ( 64-104 )\n (Creatinine) 0.127 mmol/L ( 0.05-0.11)\nUrea 16.8 mmol/L ( 2.5-8.3 )\n eGFR 47 ( SEE-BELOW)\nCalcium 2.38 mmol/L ( 2.10-2.60)\nPhosphate 1.11 mmol/L ( 0.8-1.5 )\nMagnesium 0.94 mmol/L ( 0.7-1.1 )\nAlbumin 32 g/L ( 35-50 )\nAP 201 IU/L ( 30-120 )\nGGT 360 IU/L ( 10-65 )\nALT 17 IU/L ( <45 )\nAST 31 IU/L ( <35 )\nBili Total 12 umol/L ( <19 )\nProtein Total 79 g/L ( 65-85 )\nTroponin I 0.08 ug/L (See Below )\nCK 43 IU/L ( <175 )\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968859-16258620" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/142" }, "effectiveDateTime": "2012-04-05T21:50:00Z", "issued": "2012-04-05T22:56:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/190", "resource": { "resourceType": "DiagnosticReport", "id": "190", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z167305 Z868378 Z766119 Z367707 Z968859\n Date: 01/04/12 03/04/12 04/04/12 05/04/12 05/04/12\n Time: 09:16 06:00 11:40 08:20 21:50 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 93L 95L 92L 98L 94L g/L 130-170\nWCC 7.5 7.2 7.2 8.0 9.0 x10^9/L 4.0-11.0\nPLT 200 214 * 226 244 x10^9/L 140-400\nRCC 3.80L 3.92L 3.83L 4.01L 3.91L x10^12/L 4.50-5.70\nPCV 0.28L 0.29L 0.29L 0.30L 0.30L L/L 0.40-0.50\nMCV 74.2L 74.6L 74.9L 75.7L 75.8L fL 80.0-96.0\nMCH 24.5L 24.3L 24.1L 24.5L 24.1L pg 27.0-33.0\nMCHC 330 326 322 323 318L g/L 320-360\nRDW 15.7H 15.6H 15.7H 15.7H 16.1H % 11.0-15.0\nWhite Cell Differential\nNeut 4.9 5.1 5.9 5.5 5.8 x10^9/L 2.0-8.0\nLymph 1.3 0.9L 0.7L 1.5 1.9 x10^9/L 1.2-4.0\nMono 0.6 0.1 0.4 0.6 0.7 x10^9/L 0.1-1.0\nEos 0.6H 0.6H 0.1 0.3 0.6H x10^9/L 0.0-0.5\nBaso 0.1 0.2H 0.0 0.0 0.1 x10^9/L 0.0-0.1\nBands 0.2 x10^9/L 0.0-0.5\n\n12Z886378 03/04/12 06:00\nFilm Comment : Manual differential. Red cells are microcytic hypochromic\n with some polychromasia, elongated cells and occasional\n target cells. Platelets appear normal.\nConclusion: Mild Eosinophilia persists.\n Known Beta-Thalassaemia Minor. Iron\n studies may be of value. Suggest repeat FBE.\n\n Film reviewed by Dr Radio Xray - Haematology\n Registrar\n\n12Z766119 04/04/12 11:40\nFilm Comment : Platelets appear normocytic normochromic with occasional\n fibrin strands noted. ? accuracy of platelet count. Red\n cells are unchanged. White cells are unremarkable.\nConclusion: Known beta thalassaemia minor. Suggest repeat FBE for an\n accurate platelet count.\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986859-16258619" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/142" }, "effectiveDateTime": "2012-04-05T21:50:00Z", "issued": "2012-04-05T22:32:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/191", "resource": { "resourceType": "DiagnosticReport", "id": "191", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z968315 Z968465 Z986643 Z968743 Z968869\n Date: 04/04/12 05/04/12 05/04/12 05/04/12 05/04/12\n Time: 21:10 03:15 10:54 16:10 22:05 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 1.3 0.8-1.3\nAPTT 105H 44H 38H 40H 40H secs 23-36\nFibrinogen 4.9 g/L 2.0-5.0\n\nAPTT Therapeutic range for IV Heparin therapy = 60-85 seconds\nFrom 9.12.2010 APTT normal range 23 - 36 seconds.\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/143" }, "reason": [ { "text": "Heparin Infusion" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986869-16258618" } ], "status": "final", "code": { "text": "Routine Coagulation" }, "subject": { "reference": "Patient/143" }, "effectiveDateTime": "2012-04-05T22:05:00Z", "issued": "2012-04-05T22:40:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/192", "resource": { "resourceType": "DiagnosticReport", "id": "192", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nComment: Potassium unavailable. Sample transported on ice.\n\nRequest No: Z516467\n Date: 05/04/12 Arterial\n Time: 22:05 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 Deg. C\npH 7.34L 7.35-7.45\npCO2 32L mmHg 35-45\nHCO3(Std) 18.0L mmol/L 22.0-30.0\nBase Excess -7.9L mmol/L -3.0/3.0\npO2 80 mmHg 75-100\nO2 Sat 96.0 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium * mmol/L 3.5-5.5\nSodium 141 mmol/L 135-145\n\nBLOOD CO-OXIMETRY\nTotal Hb 99L g/L 115-150\n\n05/04/12 12Z561467\nGeneral Comments: Potassium unavailable. Sample transported on ice.\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/121" }, "reason": [ { "text": "Automatic Request Registration" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z561467-16258617" } ], "status": "final", "code": { "text": "Blood Gas" }, "subject": { "reference": "Patient/121" }, "effectiveDateTime": "2012-04-05T22:05:00Z", "issued": "2012-04-05T22:11:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/193", "resource": { "resourceType": "DiagnosticReport", "id": "193", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nURINE\nPeriod ru. Hrs\nVolume nk ml\n\nUrine Creatinine 2.2 mmol/L\nUrine Creatinine Excretion mmol/D ( 7-13 )\nUrine Protein 0.51 g/L\nUrine Protein Excretion g/D ( <0.15 )\nProtein/Creat Ratio 232 H mg/mmol Creat ( 15-35 )\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968849-16258616" } ], "status": "final", "code": { "text": "Urine Chemistry" }, "subject": { "reference": "Patient/144" }, "effectiveDateTime": "2012-04-05T21:58:00Z", "issued": "2012-04-05T22:16:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/194", "resource": { "resourceType": "DiagnosticReport", "id": "194", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nLab No : Z736764\nSPECIMEN\nSpecimen Type : Urine Type Not Stated\n\n\nCHEMISTRY\npH 6.5\nProtein +\nSpecific Grav. 1.012\nBlood +\nGlucose +\nLeucocytes NEGATIVE\n\n\nMICROSCOPY\nLeucocytes 5 x10^6/L ( <2x10^6/L )\nRed Blood Cells 2 x10^6/L ( <13x10^6/L )\nSquamous Epithelial Cells +\n\n\n\n\n\n\n\n\nSTANDARD BACTERIAL CULTURE\nNo Growth -Detection limit 10^7 CFU/L\n\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968849-16258615" } ], "status": "final", "code": { "text": "Urine M/C/S" }, "subject": { "reference": "Patient/144" }, "effectiveDateTime": "2012-04-05T21:58:00Z", "issued": "2012-04-07T08:57:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/195", "resource": { "resourceType": "DiagnosticReport", "id": "195", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z986839\n Date: 05/04/12\n Time: 21:40 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 1.0 0.8-1.3\nAPTT 21L secs 23-36\nFibrinogen 4.5 g/L 2.0-5.0\n\n12Z968839 05/04/12 21:40\nComment: Please note : Low APTT. ? Cause ? Pre-activation of\n specimen. Suggest repeat.\n\nAPTT Therapeutic range for IV Heparin therapy = 60-85 seconds\nFrom 9.12.2010 APTT normal range 23 - 36 seconds.\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/145" }, "reason": [ { "text": "PR Bleeding" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968839-16258614" } ], "status": "final", "code": { "text": "Routine Coagulation" }, "subject": { "reference": "Patient/145" }, "effectiveDateTime": "2012-04-05T21:40:00Z", "issued": "2012-04-05T22:28:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/196", "resource": { "resourceType": "DiagnosticReport", "id": "196", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 143 mmol/L ( 135-145 )\nPotassium 4.5 mmol/L ( 3.5-5.5 )\nChloride 105 mmol/L ( 95-110 )\nHCO3 30 mmol/L ( 22-30 )\nCreatinine 77 umol/L ( 64-104 )\n (Creatinine) 0.077 mmol/L ( 0.05-0.11)\nUrea 7.5 mmol/L ( 2.5-8.3 )\n eGFR 86 ( SEE-BELOW)\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/145" }, "reason": [ { "text": "PR Bleeding" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968839-16258613" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/145" }, "effectiveDateTime": "2012-04-05T21:40:00Z", "issued": "2012-04-05T22:31:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/197", "resource": { "resourceType": "DiagnosticReport", "id": "197", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z986839\n Date: 05/04/12\n Time: 21:40 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 143 g/L 130-170\nWCC 7.2 x10^9/L 4.0-11.0\nPLT 171 x10^9/L 140-400\nRCC 4.61 x10^12/L 4.50-5.70\nPCV 0.41 L/L 0.40-0.50\nMCV 88.4 fL 80.0-96.0\nMCH 31.1 pg 27.0-33.0\nMCHC 352 g/L 320-360\nRDW 13.8 % 11.0-15.0\nWhite Cell Differential\nNeut 5.5 x10^9/L 2.0-8.0\nLymph 1.0L x10^9/L 1.2-4.0\nMono 0.7 x10^9/L 0.1-1.0\nEos 0.0 x10^9/L 0.0-0.5\nBaso 0.0 x10^9/L 0.0-0.1\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/145" }, "reason": [ { "text": "PR Bleeding" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968839-16258612" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/145" }, "effectiveDateTime": "2012-04-05T21:40:00Z", "issued": "2012-04-05T22:01:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/198", "resource": { "resourceType": "DiagnosticReport", "id": "198", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 139 mmol/L ( 135-145 )\nPotassium 4.7 mmol/L ( 3.5-5.5 )\nChloride 101 mmol/L ( 95-110 )\nHCO3 27 mmol/L ( 22-30 )\nCreatinine 127 umol/L ( 49-90 )\n (Creatinine) 0.127 mmol/L ( 0.05-0.09)\nUrea 16.2 mmol/L ( 2.5-8.3 )\n eGFR 35 ( SEE-BELOW)\nTroponin I 0.04 ug/L (See Below )\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968829-16258611" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/146" }, "effectiveDateTime": "2012-04-05T21:53:00Z", "issued": "2012-04-05T22:44:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/199", "resource": { "resourceType": "DiagnosticReport", "id": "199", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z864851 Z864950 Z836163 Z863134 Z968829\n Date: 04/03/12 04/03/12 07/03/12 08/03/12 05/04/12\n Time: 07:48 09:40 10:15 09:55 21:53 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 103L 93L 81L 84L 96L g/L 115-150\nWCC 5.6 6.8 5.6 4.8 6.7 x10^9/L 4.0-11.0\nPLT 267 283 240 230 302 x10^9/L 140-400\nRCC 3.45L 3.17L 2.77L 2.80L 3.50L x10^12/L 3.80-5.10\nPCV 0.31L 0.28L 0.25L 0.25L 0.30L L/L 0.35-0.45\nMCV 89.7 87.3 88.8 88.3 84.9 fL 80.0-96.0\nMCH 29.7 29.2 29.4 30.2 27.4 pg 27.0-33.0\nMCHC 331 334 330 342 323 g/L 320-360\nRDW 16.5H 16.5H 16.7H 16.9H 16.9H % 11.0-15.0\nWhite Cell Differential\nNeut 4.0 5.2 3.9 3.5 4.5 x10^9/L 2.0-8.0\nLymph 0.8L 0.8L 0.7L 0.6L 0.8L x10^9/L 1.2-4.0\nMono 0.4 0.4 0.6 0.5 0.8 x10^9/L 0.1-1.0\nEos 0.4 0.4 0.5 0.3 0.5 x10^9/L 0.0-0.5\nBaso 0.0 0.0 0.0 0.0 0.1 x10^9/L 0.0-0.1\n\n12Z846851 04/03/12 07:48\nFilm Comment : Red cells are mainly normocytic normochromic with some\n elongated cells, target cells, polychromatic cells and\n mild rouleaux. Platelets show occasional large fomrs.\n White cells appear normal.\n\n12Z863134 08/03/12 09:55\nFilm Comment : Red cell changes persist. Film scanned.\nConclusion: Note persistent anaemia.\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986829-16258610" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/146" }, "effectiveDateTime": "2012-04-05T21:53:00Z", "issued": "2012-04-05T22:02:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1100", "resource": { "resourceType": "DiagnosticReport", "id": "1100", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 139 mmol/L ( 135-145 )\nPotassium 3.9 mmol/L ( 3.5-5.5 )\nChloride 110 mmol/L ( 95-110 )\nHCO3 18 mmol/L ( 22-30 )\nCreatinine 132 umol/L ( 49-90 )\n (Creatinine) 0.132 mmol/L ( 0.05-0.09)\nUrea 10.7 mmol/L ( 2.5-8.3 )\n eGFR 35 ( SEE-BELOW)\nCalcium 2.09 mmol/L ( 2.10-2.60)\nPhosphate 1.66 mmol/L ( 0.8-1.5 )\nMagnesium 1.10 mmol/L ( 0.8-1.0 )\nAlbumin 28 g/L ( 35-50 )\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986819-16258609" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/121" }, "effectiveDateTime": "2012-04-05T21:40:00Z", "issued": "2012-04-05T22:31:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1101", "resource": { "resourceType": "DiagnosticReport", "id": "1101", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z968356 Z986691 Z968819\n Date: 04/04/12 05/04/12 05/04/12\n Time: 22:01 10:00 21:40 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 109L 90L 100L g/L 115-150\nWCC 7.3 8.8 12.8H x10^9/L 4.0-11.0\nPLT 184 170 206 x10^9/L 140-400\nRCC 3.45L 2.82L 3.23L x10^12/L 3.80-5.10\nPCV 0.32L 0.26L 0.30L L/L 0.35-0.45\nMCV 92.5 92.1 92.4 fL 80.0-96.0\nMCH 31.5 31.9 31.0 pg 27.0-33.0\nMCHC 340 346 335 g/L 320-360\nRDW 15.8H 16.5H 16.3H % 11.0-15.0\nWhite Cell Differential\nNeut 6.7 8.0 11.4H x10^9/L 2.0-8.0\nLymph 0.5L 0.7L 0.5L x10^9/L 1.2-4.0\nMono 0.1 0.0L 0.9 x10^9/L 0.1-1.0\nEos 0.0 0.0 0.0 x10^9/L 0.0-0.5\nBaso 0.0 0.1 0.1 x10^9/L 0.0-0.1\n\n12Z968691 05/04/12 10:00\nComment: Intra-op\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968819-16258608" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/121" }, "effectiveDateTime": "2012-04-05T21:40:00Z", "issued": "2012-04-05T22:01:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1102", "resource": { "resourceType": "DiagnosticReport", "id": "1102", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z968694 Z986770 Z968745 Z968803 Z986809\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12\n Time: 11:25 14:57 17:00 19:00 21:30 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 1.1 0.8-1.3\nAPTT 55H 44H * 67H 61H secs 23-36\nFibrinogen 4.3 g/L 2.0-5.0\n\n12Z968803 05/04/12 19:00\nComment: Further testing with a heparin resistant reagent confirmed\n the presence of heparin. Please indicate anticoagulant\n therapy on request form.\n\n12Z968745 05/04/12 17:00\nComment: * Insufficient specimen to perform APTT. Ward informed.\n\nAPTT Therapeutic range for IV Heparin therapy = 60-85 seconds\nFrom 9.12.2010 APTT normal range 23 - 36 seconds.\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968809-16258607" } ], "status": "final", "code": { "text": "Routine Coagulation" }, "subject": { "reference": "Patient/147" }, "effectiveDateTime": "2012-04-05T21:30:00Z", "issued": "2012-04-05T22:23:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1103", "resource": { "resourceType": "DiagnosticReport", "id": "1103", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nRequest No: Z561163 Z516164 Z561865 Z561566 Z516367\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12 Arterial\n Time: 16:22 17:26 20:00 20:52 21:52 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 37.0 37.0 37.0 Deg. C\npH 7.28L 7.17L 7.31L 7.37 7.37 7.35-7.45\npCO2 51H 50H 41 35 32L mmHg 35-45\nHCO3(Std) 20L 21L 20L mmol/L 22.0-30.0\nBase Excess -2.3 -9.8L -4.8L -4.6L -6.0L mmol/L -3.0/3.0\npO2 141H 233H 245H 134H 160H mmHg 75-100\nO2 Sat 98 98 99 99 99 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 3.9 3.7 4.2 4.3 4.2 mmol/L 3.5-5.5\nSodium 141 144 141 142 141 mmol/L 135-145\nChloride 115H 114H 115H mmol/L 95-110\niCa++ 1.07L 1.06L 1.07L mmol/L 1.12-1.30\nGlucose 10.8H 10.7H 11.0H mmol/L 3.6-7.7\nLactate 1.0 1.2 1.1 mmol/L 0.2-1.8\n\nBLOOD CO-OXIMETRY\nTotal Hb 104L 92L 94L 95L 98L g/L 130-170\nReduced Hb 0.8 1.4 1.0 % 0-5\nCarbOxy Hb 0.3L 0.5 0.6 % 0.5-1.5\nMeth Hb 1.6H 1.7H 1.6H % 0-1.5\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/148" }, "reason": [ { "text": "Automatic Request Registration" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z561367-16258606" } ], "status": "final", "code": { "text": "Blood Gas" }, "subject": { "reference": "Patient/148" }, "effectiveDateTime": "2012-04-05T21:52:00Z", "issued": "2012-04-05T21:56:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1104", "resource": { "resourceType": "DiagnosticReport", "id": "1104", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nRequest No: Z561267\n Date: 05/04/12 Arterial\n Time: 21:49 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 Deg. C\npH 7.37 7.35-7.45\npCO2 53H mmHg 35-45\nBase Excess 5.0H mmol/L -3.0/3.0\npO2 19L mmHg 75-100\nO2 Sat 25L % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 4.6 mmol/L 3.5-5.5\nSodium 142 mmol/L 135-145\n\nBLOOD CO-OXIMETRY\nTotal Hb 149 g/L 130-170\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/145" }, "reason": [ { "text": "Automatic Request Registration" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z516267-16258605" } ], "status": "final", "code": { "text": "Blood Gas" }, "subject": { "reference": "Patient/145" }, "effectiveDateTime": "2012-04-05T21:49:00Z", "issued": "2012-04-05T21:51:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1105", "resource": { "resourceType": "DiagnosticReport", "id": "1105", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 142 mmol/L ( 135-145 )\nPotassium 3.9 mmol/L ( 3.5-5.5 )\nChloride 105 mmol/L ( 95-110 )\nHCO3 27 mmol/L ( 22-30 )\nCreatinine 50 umol/L ( 49-90 )\n (Creatinine) 0.050 mmol/L ( 0.05-0.09)\nUrea 4.4 mmol/L ( 2.5-8.3 )\n eGFR >90 ( SEE-BELOW)\nAlbumin 40 g/L ( 35-50 )\nAP 91 IU/L ( 30-120 )\nGGT 28 IU/L ( 10-65 )\nALT 34 IU/L ( <34 )\nAST 22 IU/L ( <31 )\nBili Total 7 umol/L ( <19 )\nProtein Total 80 g/L ( 65-85 )\nTroponin I <0.02 ug/L (See Below )\nC-React Prot 5 mg/L ( <5 )\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/124" }, "reason": [ { "text": "Chest Pain" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986898-16258604" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/124" }, "effectiveDateTime": "2012-04-05T21:40:00Z", "issued": "2012-04-05T22:58:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1106", "resource": { "resourceType": "DiagnosticReport", "id": "1106", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z968898\n Date: 05/04/12\n Time: 21:40 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 120 g/L 115-150\nWCC 6.9 x10^9/L 4.0-11.0\nPLT 250 x10^9/L 140-400\nRCC 4.16 x10^12/L 3.80-5.10\nPCV 0.34L L/L 0.35-0.45\nMCV 81.1 fL 80.0-96.0\nMCH 28.9 pg 27.0-33.0\nMCHC 356 g/L 320-360\nRDW 13.4 % 11.0-15.0\nWhite Cell Differential\nNeut 3.8 x10^9/L 2.0-8.0\nLymph 2.6 x10^9/L 1.2-4.0\nMono 0.4 x10^9/L 0.1-1.0\nEos 0.1 x10^9/L 0.0-0.5\nBaso 0.0 x10^9/L 0.0-0.1\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/124" }, "reason": [ { "text": "Chest Pain" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968898-16258603" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/124" }, "effectiveDateTime": "2012-04-05T21:40:00Z", "issued": "2012-04-05T22:01:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1107", "resource": { "resourceType": "DiagnosticReport", "id": "1107", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nCK 344 IU/L ( <175 )\nCKMB Mass 34.0 ug/L ( <4 )\nLIPIDS\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/149" }, "reason": [ { "text": "Trial See Slip" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968888-16258602" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/149" }, "effectiveDateTime": "2012-04-05T21:44:00Z", "issued": "2012-04-06T03:49:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1108", "resource": { "resourceType": "DiagnosticReport", "id": "1108", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nLab No : Z066808\nSPECIMEN\nSpecimen Type: Faeces\nDescription: Unformed\n\n\nCLOSTRIDIUM DIFFICILE\nC.difficile Culture: C.difficile NOT isolated\n\n\nCOMMENT\n* Faeces examination for patients in hospital for >3 days will\nONLY have C.difficile tests performed.\n\n If the clinical condition requires more extensive culture, other\npathogen detection, or if the clinical condition warrants further\ninvestigation, please contact the Microbiology Registrar.\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/150" }, "reason": [ { "text": "See Slip" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968878-16258601" } ], "status": "final", "code": { "text": "Faeces" }, "subject": { "reference": "Patient/150" }, "effectiveDateTime": "2012-04-05T21:00:00Z", "issued": "2012-04-07T14:25:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1109", "resource": { "resourceType": "DiagnosticReport", "id": "1109", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nLab No : Z996588\nSPECIMEN\nSpecimen Type : Tracheal Aspirate\n\n\nMICROSCOPY\n\nGRAM STAIN\nPus Cells +\nNo organisms seen\n\n\n\n\n\nCULTURE\n\nStandard culture: ++ Mixed upper respiratory tract flora\n\n\n\n\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968868-16258600" } ], "status": "final", "code": { "text": "Respiratory M/C/S" }, "subject": { "reference": "Patient/118" }, "effectiveDateTime": "2012-04-05T21:30:00Z", "issued": "2012-04-07T12:54:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1110", "resource": { "resourceType": "DiagnosticReport", "id": "1110", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nLab No : Z736754\nSPECIMEN\nSpecimen Type : Urine Type Not Stated\n\n\nCHEMISTRY\npH 5.5\nProtein +\nSpecific Grav. >=1.030\nBlood NEGATIVE\nGlucose NEGATIVE\nLeucocytes NEGATIVE\n\n\nMICROSCOPY\nLeucocytes 4 x10^6/L ( <2x10^6/L )\nRed Blood Cells Nil x10^6/L ( <13x10^6/L )\nSquamous Epithelial Cells Nil\n\n\n\n\n\n\n\n\nSTANDARD BACTERIAL CULTURE\nNo Growth -Detection limit 10^7 CFU/L\n\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968868-16258599" } ], "status": "final", "code": { "text": "Urine M/C/S" }, "subject": { "reference": "Patient/118" }, "effectiveDateTime": "2012-04-05T21:30:00Z", "issued": "2012-04-07T08:55:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1111", "resource": { "resourceType": "DiagnosticReport", "id": "1111", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nLab No : Z366352\nSPECIMENS\nSpecimen Type : Blood Cultures\nDescription : Venous/peripheral\n\nAerobic bottle 4 days Negative\nAnaerobic bottle 4 days Negative\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968868-16258598" } ], "status": "partial", "code": { "text": "Blood Cultures" }, "subject": { "reference": "Patient/118" }, "effectiveDateTime": "2012-04-05T21:30:00Z", "issued": "2012-04-09T22:49:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1112", "resource": { "resourceType": "DiagnosticReport", "id": "1112", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nBili Total * umol/L ( <19 )\nProtein Total * g/L ( 65-85 )\n\nComment: The requested tests were not completed as no\n sample was received.\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/151" }, "reason": [ { "text": "S\\H/A Anneurism" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968858-16258597" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/151" }, "effectiveDateTime": "2012-04-05T21:30:00Z", "issued": "2012-04-05T23:43:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1113", "resource": { "resourceType": "DiagnosticReport", "id": "1113", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nMiscellaneous Fluid\nFluid Type: CSF\nCerebrospinal Fluid\nCsf Protein 0.22 g/L ( 0.15-0.45\nCsf Glucose 3.6 mmol/L ( 2.5-5.0)\n\nXanthochromia Test\n\nDate of Symptom Onset: 04/04/2012\nTime of Symptom Onset: 12:00\nDate of Lumbar Puncture: 05/04/2012\nTime of Lumbar Puncture: 21:30\nHand Delivered?: no\nTime Difference: 33:30\nXan Result As below\nXanthochromia Comment: Oxyhaemoglobin present but no significant\n bilirubin. The concentration of oxyhaemoglobin\n may mask a small but significant increase in\n bilirubin. Subarachnoid haemorrhage not\n excluded.\n NOTE: This xanthochromia result cannot be fully\n relied upon as specimens were not collected /\n forwarded according to protocol.\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/151" }, "reason": [ { "text": "S\\H/A Anneurism" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986858-16258596" } ], "status": "final", "code": { "text": "Csf & Fluid Chemistr" }, "subject": { "reference": "Patient/151" }, "effectiveDateTime": "2012-04-05T21:30:00Z", "issued": "2012-04-05T23:01:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1114", "resource": { "resourceType": "DiagnosticReport", "id": "1114", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nLab No : Z262849\nSPECIMEN\nSpecimen Type : CSF Lumbar Puncture\n\nMACROSCOPIC APPEARANCE MACROSCOPIC APPEARANCE\n\nCSF Total volume: 7 ml(s)\n\nTUBE 3 TUBE 1\nClear and colourless Faintly bloodstained\n\nCELL COUNT: x10^6/L CELL COUNT: x10^6/L\nErythrocytes 3 Erythrocytes 114\nPolymorphs 0 Polymorphs 0\nLymphocytes 0 Lymphocytes 0\n\nCULTURE\nNo Growth After 2 Days.\n\nCOMMENT\nThis CSF specimen will be cultured on routine media for 48 hours.\nPlease contact the Microbiology registrar if either extended\nculture or special media are required.\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/151" }, "reason": [ { "text": "S\\H/A Anneurism" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968858-16258595" } ], "status": "final", "code": { "text": "CSF M/C/S" }, "subject": { "reference": "Patient/151" }, "effectiveDateTime": "2012-04-05T21:30:00Z", "issued": "2012-04-08T10:12:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1115", "resource": { "resourceType": "DiagnosticReport", "id": "1115", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z764221 Z566945 Z765513 Z765914 Z986838\n Date: 28/07/11 09/03/12 10/03/12 11/03/12 05/04/12\n Time: 16:20 04:30 06:10 01:20 21:25 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 2.6H 2.7H 3.4H 3.5H 1.9H 0.8-1.3\nAPTT 31 secs 23-36\nFibrinogen 3.2 g/L 2.0-5.0\n\n12Z765513 10/03/12 06:10\nComment: Please indicate anticoagulant therapy on request form.\n\nAPTT Therapeutic range for IV Heparin therapy = 60-85 seconds\nFrom 9.12.2010 APTT normal range 23 - 36 seconds.\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/152" }, "reason": [ { "text": "Chest Pain" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968838-16258594" } ], "status": "final", "code": { "text": "Routine Coagulation" }, "subject": { "reference": "Patient/152" }, "effectiveDateTime": "2012-04-05T21:25:00Z", "issued": "2012-04-05T22:28:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1116", "resource": { "resourceType": "DiagnosticReport", "id": "1116", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 143 mmol/L ( 135-145 )\nPotassium 4.3 mmol/L ( 3.5-5.5 )\nChloride 106 mmol/L ( 95-110 )\nHCO3 26 mmol/L ( 22-30 )\nCreatinine 89 umol/L ( 49-90 )\n (Creatinine) 0.089 mmol/L ( 0.05-0.09)\nUrea 8.5 mmol/L ( 2.5-8.3 )\n eGFR 53 ( SEE-BELOW)\nTroponin I 0.02 ug/L (See Below )\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/152" }, "reason": [ { "text": "Chest Pain" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968838-16258593" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/152" }, "effectiveDateTime": "2012-04-05T21:25:00Z", "issued": "2012-04-05T22:29:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1117", "resource": { "resourceType": "DiagnosticReport", "id": "1117", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z765513 Z765823 Z756914 Z165519 Z968838\n Date: 10/03/12 10/03/12 11/03/12 12/03/12 05/04/12\n Time: 06:10 19:00 01:20 06:27 21:25 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 115 * 116 109L 112L g/L 115-150\nWCC 5.2 7.2 7.3 9.6 x10^9/L 4.0-11.0\nPLT 144 * 164 154 172 x10^9/L 140-400\nRCC 3.90 3.98 3.71L 3.83 x10^12/L 3.80-5.10\nPCV 0.34L 0.35 0.32L 0.34L L/L 0.35-0.45\nMCV 87.3 87.8 87.1 87.5 fL 80.0-96.0\nMCH 29.5 29.2 29.3 29.3 pg 27.0-33.0\nMCHC 338 332 337 335 g/L 320-360\nRDW 15.6H 15.5H 15.5H 15.6H % 11.0-15.0\nWhite Cell Differential\nNeut 3.2 4.7 5.3 6.7 x10^9/L 2.0-8.0\nLymph 1.4 1.7 1.4 2.0 x10^9/L 1.2-4.0\nMono 0.4 0.6 0.5 0.7 x10^9/L 0.1-1.0\nEos 0.2 0.2 0.1 0.2 x10^9/L 0.0-0.5\nBaso 0.0 0.1 0.0 0.1 x10^9/L 0.0-0.1\n\n12Z756823 10/03/12 19:00\nComment: * Please note: no specimen received.\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/152" }, "reason": [ { "text": "Chest Pain" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986838-16258592" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/152" }, "effectiveDateTime": "2012-04-05T21:25:00Z", "issued": "2012-04-05T22:01:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1118", "resource": { "resourceType": "DiagnosticReport", "id": "1118", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSpecimen Type Serum\n\nTest performed at Friends Laboratory\n\n\n\nCOMMENT: This serum sample has been stored for 3 months. If clinically\n indicated please send convalescent sera 2-3 weeks after\n symptom onset for Mycoplasma, Influenza, Chlamydia and Q fever\n or 4-6 weeks after symptom onset for Legionella. More rapid\n results are available for Legionella pneumophila and\n Pneumococcus by urinary antigen testing, or for Influenza by\n PCR of nose/throat swabs.\n\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/153" }, "reason": [ { "text": "Chest Pain Worse On Exercise" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968848-16258591" } ], "status": "final", "code": { "text": "Micro Sendout" }, "subject": { "reference": "Patient/153" }, "effectiveDateTime": "2012-04-05T21:30:00Z", "issued": "2012-04-06T12:52:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1119", "resource": { "resourceType": "DiagnosticReport", "id": "1119", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nRequest No: Z516524 Z561594 Z561539 Z516763 Z561167\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12 Arterial\n Time: 06:18 08:02 12:24 17:03 21:26 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 37.0 37.0 37.0 Deg. C\npH 7.36 7.37 7.32L 7.33L 7.39 7.35-7.45\npCO2 37 42 47H 46H 37 mmHg 35-45\nHCO3(Std) 21L 24 23 23 23 mmol/L 22.0-30.0\nBase Excess -3.7L -0.7 -1.6 -1.5 -2.1 mmol/L -3.0/3.0\npO2 105H 186H 115H 344H 239H mmHg 75-100\nO2 Sat 97 99 97 99 99 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 3.5 4.3 5.4 5.4 4.2 mmol/L 3.5-5.5\nSodium 145 141 137 136 134L mmol/L 135-145\nChloride 118H 113H 109 105 105 mmol/L 95-110\niCa++ 1.11L 1.20 1.20 1.19 1.18 mmol/L 1.12-1.30\nGlucose 5.3 7.1 10.4H 9.3H 13.8H mmol/L 3.6-7.7\nLactate 0.8 1.4 1.0 1.3 1.7 mmol/L 0.2-1.8\n\nBLOOD CO-OXIMETRY\nTotal Hb 74L 81L 86L 83L 71L g/L 115-150\nReduced Hb 2.7 1.1 2.5 0.9 1.2 % 0-5\nCarbOxy Hb 0.8 0.8 0.7 0.6 0.6 % 0.5-1.5\nMeth Hb 2.4H 1.6H 2.0H 2.1H 1.9H % 0-1.5\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/124" }, "reason": [ { "text": "Automatic Request Registration" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z561167-16258590" } ], "status": "final", "code": { "text": "Blood Gas" }, "subject": { "reference": "Patient/124" }, "effectiveDateTime": "2012-04-05T21:26:00Z", "issued": "2012-04-05T21:30:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1120", "resource": { "resourceType": "DiagnosticReport", "id": "1120", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nRequest No: Z561261 Z516463 Z561864 Z561765 Z516067\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12 Arterial\n Time: 14:13 16:46 18:10 19:54 21:22 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 37.0 37.0 37.0 Deg. C\npH 7.26L 7.36 7.40 7.36 7.24L 7.35-7.45\npCO2 26L 23L 21L 27L 44 mmHg 35-45\nHCO3(Std) 14L 16L 17L 17L 18L mmol/L 22.0-30.0\nBase Excess -14.4L -11.8L -10.8L -9.4L -7.9L mmol/L -3.0/3.0\npO2 142H 138H 136H 306H 345H mmHg 75-100\nO2 Sat 99 99 100 100 100 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 5.0 5.7H 6.0H 5.6H 6.2H mmol/L 3.5-5.5\nSodium 142 140 141 138 136 mmol/L 135-145\nChloride 109 107 106 107 105 mmol/L 95-110\niCa++ 0.98L 0.99L 0.98L 0.97L 0.98L mmol/L 1.12-1.30\nGlucose 5.2 5.3 4.4 7.4 6.4 mmol/L 3.6-7.7\nLactate 15.0H 12.3H 11.7H 9.3H 7.5H mmol/L 0.2-1.8\n\nBLOOD CO-OXIMETRY\nTotal Hb 99L 106L 109L 108L 108L g/L 130-170\nReduced Hb 1.2 0.6 0.5 -0.2L -0.1L % 0-5\nCarbOxy Hb 1.4 1.7H 1.8H 1.4 1.3 % 0.5-1.5\nMeth Hb 1.2 1.0 1.2 1.1 0.7 % 0-1.5\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/122" }, "reason": [ { "text": "Automatic Request Registration" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z561067-16258589" } ], "status": "final", "code": { "text": "Blood Gas" }, "subject": { "reference": "Patient/122" }, "effectiveDateTime": "2012-04-05T21:22:00Z", "issued": "2012-04-05T21:26:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1121", "resource": { "resourceType": "DiagnosticReport", "id": "1121", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 141 mmol/L ( 135-145 )\nPotassium 4.0 mmol/L ( 3.5-5.5 )\nChloride 111 mmol/L ( 95-110 )\nHCO3 21 mmol/L ( 22-30 )\nCreatinine 75 umol/L ( 64-104 )\n (Creatinine) 0.075 mmol/L ( 0.05-0.11)\nUrea 7.0 mmol/L ( 2.5-8.3 )\n eGFR 89 ( SEE-BELOW)\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986808-16258588" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/154" }, "effectiveDateTime": "2012-04-05T21:10:00Z", "issued": "2012-04-05T22:23:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1122", "resource": { "resourceType": "DiagnosticReport", "id": "1122", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z069574 Z616341 Z968385 Z968583 Z986808\n Date: 28/10/11 02/11/11 04/04/12 05/04/12 05/04/12\n Time: 11:10 13:00 21:25 06:15 21:10 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 134 133 156 155 121L g/L 130-170\nWCC 7.0 11.6H 12.6H 12.8H 8.7 x10^9/L 4.0-11.0\nPLT 298 315 339 341 283 x10^9/L 140-400\nRCC 4.35L 4.31L 5.10 5.03 3.90L x10^12/L 4.50-5.70\nPCV 0.40 0.40 0.47 0.46 0.36L L/L 0.40-0.50\nMCV 91.5 92.1 91.8 92.3 91.6 fL 80.0-96.0\nMCH 30.7 30.8 30.5 30.9 31.0 pg 27.0-33.0\nMCHC 336 335 333 335 339 g/L 320-360\nRDW 15.2H 15.2H 14.8 14.5 14.4 % 11.0-15.0\nWhite Cell Differential\nNeut 4.7 8.8H 10.8H 9.1H 6.2 x10^9/L 2.0-8.0\nLymph 1.7 1.8 1.1L 0.5L 1.7 x10^9/L 1.2-4.0\nMono 0.4 1.0 0.6 0.6 0.8 x10^9/L 0.1-1.0\nEos 0.0 0.0 0.1 0.0 0.1 x10^9/L 0.0-0.5\nBaso 0.1 0.0 0.1 0.0 0.0 x10^9/L 0.0-0.1\nBands 2.6H x10^9/L 0.0-0.5\n\n11Z661341 02/11/11 13:00\nComment: Note: mild neutrophilia. Instrument differential and\n parameters reported.\n\n12Z968583 05/04/12 06:15\nFilm Comment : Mild neutrophilia with toxic changes and a moderate left\n shift. Manual differential. Red cells are mainly\n normocytic normochromic with occasional elongated cells.\n Platelets appear normal.\nConclusion: ? Infection / inflammation. repeat FBE may be of value.\n\n12Z986808 05/04/12 21:10\nComment: Please note fall in haemoglobin and platelet count since\n the previous examination. ?Rehydration. Suggest repeat.\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968808-16258587" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/154" }, "effectiveDateTime": "2012-04-05T21:10:00Z", "issued": "2012-04-05T21:35:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1123", "resource": { "resourceType": "DiagnosticReport", "id": "1123", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 133 mmol/L ( 135-145 )\nPotassium 3.7 mmol/L ( 3.5-5.5 )\nChloride 99 mmol/L ( 95-110 )\nHCO3 25 mmol/L ( 22-30 )\nCreatinine 175 umol/L ( 49-90 )\n (Creatinine) 0.175 mmol/L ( 0.05-0.09)\nUrea 9.1 mmol/L ( 2.5-8.3 )\n eGFR 28 ( SEE-BELOW)\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986818-16258586" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/155" }, "effectiveDateTime": "2012-04-05T20:10:00Z", "issued": "2012-04-05T22:23:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1124", "resource": { "resourceType": "DiagnosticReport", "id": "1124", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 133 mmol/L ( 135-145 )\nPotassium 3.7 mmol/L ( 3.5-5.5 )\nChloride 99 mmol/L ( 95-110 )\nHCO3 25 mmol/L ( 22-30 )\nCreatinine 175 umol/L ( 49-90 )\n (Creatinine) 0.175 mmol/L ( 0.05-0.09)\nUrea 9.1 mmol/L ( 2.5-8.3 )\n eGFR 28 ( SEE-BELOW)\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968818-16258586" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/155" }, "effectiveDateTime": "2012-04-05T20:10:00Z", "issued": "2012-04-05T22:23:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1125", "resource": { "resourceType": "DiagnosticReport", "id": "1125", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z376489 Z868657 Z868982 Z986405 Z968818\n Date: 03/04/12 03/04/12 04/04/12 05/04/12 05/04/12\n Time: 09:38 16:45 03:45 02:35 20:10 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 95L 84L 97L 93L 81L g/L 115-150\nWCC 7.8 11.4H 8.1 9.1 6.8 x10^9/L 4.0-11.0\nPLT 127L 142 110L 123L 125L x10^9/L 140-400\nRCC 3.22L 2.90L 3.29L 3.16L 2.75L x10^12/L 3.80-5.10\nPCV 0.27L 0.24L 0.28L 0.27L 0.23L L/L 0.35-0.45\nMCV 85.1 84.0 85.1 86.3 85.1 fL 80.0-96.0\nMCH 29.5 29.1 29.4 29.4 29.3 pg 27.0-33.0\nMCHC 346 346 345 340 344 g/L 320-360\nRDW 14.2 14.3 14.9 14.3 15.0 % 11.0-15.0\nWhite Cell Differential\nNeut 6.4 8.1H 6.5 7.6 5.2 x10^9/L 2.0-8.0\nLymph 0.9L 1.6 1.0L 0.8L 1.1L x10^9/L 1.2-4.0\nMono 0.4 1.0 0.5 0.6 0.5 x10^9/L 0.1-1.0\nEos 0.0 0.1 0.0 0.1 0.1 x10^9/L 0.0-0.5\nBaso 0.0 0.0 0.0 0.0 0.0 x10^9/L 0.0-0.1\nBands 0.2 x10^9/L 0.0-0.5\nMeta 0.3H x10^9/L 0.0\nNRBC 1H /100WBCs 0\nNRBC Abs 0.1H x10^9/L 0\n\n12Z868657 03/04/12 16:45\nFilm Comment : Manual differential. Mild neutrophilia with slight left\n shift. A rare nucleated red blood cell seen and increased\n rouleaux. Mild thrombocytopenia.\nConclusion: Please note fall in haemoglobin since the previous\n examination. ? any infection / inflammation.\n No clinical information provided.\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968818-16258585" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/155" }, "effectiveDateTime": "2012-04-05T20:10:00Z", "issued": "2012-04-05T21:36:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1126", "resource": { "resourceType": "DiagnosticReport", "id": "1126", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nAnti-Factor Xa Assay (Plasma)\nHeparin Level by Anti-Xa 0.07 U/mL\n\nAnti-Factor Xa Comment:\n Reference range for Anti-Xa level depends upon route, time, dose and\n reason for anticoagulation.\n Therapeutic anticoagulation with LMWH (such as Enoxaparin) generally does\n not require routine monitoring. However, anti-Xa levels are recommended\n for patients on LMWH requiring dose adjustment in settings of (1) renal\n impairment, (2) obesity and (3) pregnancy. To assist interpretation of\n therapeutic ranges, anti-Xa levels should be collected four hours after\n the third dose. For less common indications such a patients at high risk\n of bleeding, and interpretation of results, please contact the on-call\n laboratory Haematology registrar or Haematologist via ACME switchboard.\n\nTests of Hypercoagulability (Plasma)\nAntithrombin (Functional) 88 % (80-120)\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986818-16258584" } ], "status": "final", "code": { "text": "Special Coagulation" }, "subject": { "reference": "Patient/155" }, "effectiveDateTime": "2012-04-05T20:10:00Z", "issued": "2012-04-05T22:07:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1127", "resource": { "resourceType": "DiagnosticReport", "id": "1127", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z367489 Z886657 Z868982 Z968405 Z986818\n Date: 03/04/12 03/04/12 04/04/12 05/04/12 05/04/12\n Time: 09:38 16:45 03:45 02:35 20:10 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 1.2 1.2 1.3 1.3 1.3 0.8-1.3\nAPTT 74H 70H 59H 64H 66H secs 23-36\nFibrinogen 6.5H 6.7H 6.4H 7.3H 6.2H g/L 2.0-5.0\n\nAPTT Therapeutic range for IV Heparin therapy = 60-85 seconds\nFrom 9.12.2010 APTT normal range 23 - 36 seconds.\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968818-16258583" } ], "status": "final", "code": { "text": "Routine Coagulation" }, "subject": { "reference": "Patient/155" }, "effectiveDateTime": "2012-04-05T20:10:00Z", "issued": "2012-04-05T21:48:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1128", "resource": { "resourceType": "DiagnosticReport", "id": "1128", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSpecimen Type: Urine\n\nLegionella Antigen by Immunochromatography : NOT Detected\n\nS.pneumoniae Antigen by Immunochromatography : NOT Detected\n\n\nGENERAL COMMENT:\n\nLEGIONELLA URINARY ANTIGEN:\nPresumptive negative for Legionella pneumophila serogroup 1\nantigen in urine. Infection due to Legionella cannot be ruled out\nsince other serogroups and species may cause disease.\nAntigen may not be present in urine in early infection.\nPlease send another urine if clinically indicated.\n\nSTREPTOCOCCUS PNEUMONIAE ANTIGEN:\nPresumptive negative for pneumococcal pneumonia.\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/153" }, "reason": [ { "text": "Chest Pain Worse On Exercise" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986828-16258582" } ], "status": "final", "code": { "text": "Internal Serology" }, "subject": { "reference": "Patient/153" }, "effectiveDateTime": "2012-04-05T21:17:00Z", "issued": "2012-04-10T12:51:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1129", "resource": { "resourceType": "DiagnosticReport", "id": "1129", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 137 mmol/L ( 135-145 )\nPotassium 4.6 mmol/L ( 3.5-5.5 )\nChloride 106 mmol/L ( 95-110 )\nHCO3 23 mmol/L ( 22-30 )\nCreatinine 161 umol/L ( 64-104 )\n (Creatinine) 0.161 mmol/L ( 0.05-0.11)\nUrea 16.4 mmol/L ( 2.5-8.3 )\n eGFR 37 ( SEE-BELOW)\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968897-16258581" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/156" }, "effectiveDateTime": "2012-04-05T21:05:00Z", "issued": "2012-04-05T22:22:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1130", "resource": { "resourceType": "DiagnosticReport", "id": "1130", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nLab No : Z996578\nSPECIMEN\nSpecimen Type : Sputum\n\n\nMICROSCOPY\n\nGRAM STAIN\nMacroscopic Description Mucoid\nPus:Epithelial Cell Ratio <25:10\nPus Cells Occasional\nSquamous Epithelial Cells ++\nGram positive cocci +\nGram positive bacilli +\nGram negative bacilli +\nyeasts Occasional\n\n Standard bacterial culture is not indicated as the ratio\n of pus to epithelial cells, or the bacteria seen in the\n Gram stain indicate salivary contamination.\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968887-16258579" } ], "status": "final", "code": { "text": "Respiratory M/C/S" }, "subject": { "reference": "Patient/157" }, "effectiveDateTime": "2012-04-05T21:10:00Z", "issued": "2012-04-06T14:19:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1131", "resource": { "resourceType": "DiagnosticReport", "id": "1131", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nRequest No: Z516566 Z561599 Z561862 Z516564 Z561866\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12 Arterial\n Time: 09:24 12:42 15:58 17:46 21:08 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 37.0 37.0 37.0 Deg. C\npH 7.32L 7.37 7.37 7.36 7.38 7.35-7.45\npCO2 35 34L 34L 35 33L mmHg 35-45\nHCO3(Std) 18L 20L 20L 20L 20L mmol/L 22.0-30.0\nBase Excess -7.3L -5.1L -5.0L -5.3L -4.8L mmol/L -3.0/3.0\npO2 129H 112H 117H 95 81 mmHg 75-100\nO2 Sat 99 98 99 98 96 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 4.4 3.9 4.6 4.3 4.2 mmol/L 3.5-5.5\nSodium 135 134L 135 137 135 mmol/L 135-145\nChloride 110 110 110 110 109 mmol/L 95-110\niCa++ 1.06L 1.05L 1.08L 1.09L 1.08L mmol/L 1.12-1.30\nGlucose 8.7H 9.0H 7.6 6.7 10.3H mmol/L 3.6-7.7\nLactate 2.5H 2.1H 2.8H 2.6H 2.0H mmol/L 0.2-1.8\n\nBLOOD CO-OXIMETRY\nTotal Hb 80L 79L 80L 81L 81L g/L 115-150\nReduced Hb 1.3 1.7 1.1 2.4 3.7 % 0-5\nCarbOxy Hb 0.7 0.6 0.7 0.6 0.6 % 0.5-1.5\nMeth Hb 1.1 1.6H 1.1 0.8 1.1 % 0-1.5\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/158" }, "reason": [ { "text": "Automatic Request Registration" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z561866-16258578" } ], "status": "final", "code": { "text": "Blood Gas" }, "subject": { "reference": "Patient/158" }, "effectiveDateTime": "2012-04-05T21:08:00Z", "issued": "2012-04-05T21:12:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1132", "resource": { "resourceType": "DiagnosticReport", "id": "1132", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nTHYROID FUNCTION\nTSH 2.52 mIU/L ( 0.1-4.0 )\n\n\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/135" }, "reason": [ { "text": "Chest Pain Fi" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968704-16258577" } ], "status": "final", "code": { "text": "Endo / Nutrition" }, "subject": { "reference": "Patient/135" }, "effectiveDateTime": "2012-04-05T16:52:00Z", "issued": "2012-04-05T21:58:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1133", "resource": { "resourceType": "DiagnosticReport", "id": "1133", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nLab No : Z736744\nSPECIMEN\nSpecimen Type : Urine In/Out Catheter\n\n\nCHEMISTRY\npH 5.5\nProtein TRACE\nSpecific Grav. 1.018\nBlood NEGATIVE\nGlucose NEGATIVE\nLeucocytes +\n\n\nMICROSCOPY\nLeucocytes 5 x10^6/L ( <2x10^6/L )\nRed Blood Cells Nil x10^6/L ( <13x10^6/L )\nSquamous Epithelial Cells Nil\n\n\n\n\n\n\n\n\nSTANDARD BACTERIAL CULTURE\nNo Growth -Detection limit 10^7 CFU/L\n\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968867-16258576" } ], "status": "final", "code": { "text": "Urine M/C/S" }, "subject": { "reference": "Patient/159" }, "effectiveDateTime": "2012-04-05T20:20:00Z", "issued": "2012-04-07T08:55:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1134", "resource": { "resourceType": "DiagnosticReport", "id": "1134", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nLab No : Z736734\nSPECIMEN\nSpecimen Type : Urine Midstream\n\n\nCHEMISTRY\npH 5.5\nProtein +\nSpecific Grav. 1.025\nBlood NEGATIVE\nGlucose NEGATIVE\nLeucocytes TRACE\n\n\nMICROSCOPY\nLeucocytes 28 x10^6/L ( <2x10^6/L )\nRed Blood Cells 6 x10^6/L ( <13x10^6/L )\nSquamous Epithelial Cells ++\n\n\n\n\n\n\n\n\nSTANDARD BACTERIAL CULTURE\nNo Growth -Detection limit 10^7 CFU/L\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/139" }, "reason": [ { "text": "Collapsed Low BP" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968877-16258575" } ], "status": "final", "code": { "text": "Urine M/C/S" }, "subject": { "reference": "Patient/139" }, "effectiveDateTime": "2012-04-05T21:00:00Z", "issued": "2012-04-07T08:55:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1135", "resource": { "resourceType": "DiagnosticReport", "id": "1135", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nLab No : Z736724\nSPECIMEN\nSpecimen Type : Urine Type Not Stated\n\n\nCHEMISTRY\npH 5.0\nProtein NEGATIVE\nSpecific Grav. 1.014\nBlood NEGATIVE\nGlucose NEGATIVE\nLeucocytes NEGATIVE\n\n\nMICROSCOPY\nLeucocytes 1 x10^6/L ( <2x10^6/L )\nRed Blood Cells 3 x10^6/L ( <13x10^6/L )\nSquamous Epithelial Cells Nil\n\n\n\n\n\n\n\n\nSTANDARD BACTERIAL CULTURE\nNo Growth -Detection limit 10^7 CFU/L\n\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968857-16258574" } ], "status": "final", "code": { "text": "Urine M/C/S" }, "subject": { "reference": "Patient/160" }, "effectiveDateTime": "2012-04-05T20:45:00Z", "issued": "2012-04-07T08:55:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1136", "resource": { "resourceType": "DiagnosticReport", "id": "1136", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z176645 Z868279 Z868875 Z986450 Z968847\n Date: 01/04/12 03/04/12 04/04/12 05/04/12 05/04/12\n Time: 22:00 02:00 00:30 00:10 20:59 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 1.0 1.0 1.0 1.1 1.1 0.8-1.3\nAPTT 28 26 28 27 25 secs 23-36\nFibrinogen 6.8H 7.8H 7.9H 8.9H 8.0H g/L 2.0-5.0\n\nAPTT Therapeutic range for IV Heparin therapy = 60-85 seconds\nFrom 9.12.2010 APTT normal range 23 - 36 seconds.\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968847-16258573" } ], "status": "final", "code": { "text": "Routine Coagulation" }, "subject": { "reference": "Patient/120" }, "effectiveDateTime": "2012-04-05T20:59:00Z", "issued": "2012-04-05T21:27:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1137", "resource": { "resourceType": "DiagnosticReport", "id": "1137", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 140 mmol/L ( 135-145 )\nPotassium 4.9 mmol/L ( 3.5-5.5 )\nChloride 106 mmol/L ( 95-110 )\nHCO3 27 mmol/L ( 22-30 )\nCreatinine 43 umol/L ( 64-104 )\n (Creatinine) 0.043 mmol/L ( 0.05-0.11)\nUrea 3.5 mmol/L ( 2.5-8.3 )\n eGFR >90 ( SEE-BELOW)\nCalcium 2.16 mmol/L ( 2.10-2.60)\nPhosphate 1.42 mmol/L ( 0.8-1.5 )\nMagnesium 0.81 mmol/L ( 0.7-1.1 )\nAlbumin 21 g/L ( 35-50 )\nAP 117 IU/L ( 30-120 )\nGGT 172 IU/L ( 10-65 )\nALT 31 IU/L ( <45 )\nAST 58 IU/L ( <35 )\nBili Total 17 umol/L ( <19 )\nProtein Total 55 g/L ( 65-85 )\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968847-16258572" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/120" }, "effectiveDateTime": "2012-04-05T20:59:00Z", "issued": "2012-04-05T21:47:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1138", "resource": { "resourceType": "DiagnosticReport", "id": "1138", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z176645 Z868279 Z868875 Z986450 Z968847\n Date: 01/04/12 03/04/12 04/04/12 05/04/12 05/04/12\n Time: 22:00 02:00 00:30 00:10 20:59 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 83L 79L 80L 82L 96L g/L 130-170\nWCC 12.7H 9.2 8.1 10.9 16.1H x10^9/L 4.0-11.0\nPLT 147 190 236 321 410H x10^9/L 140-400\nRCC 2.70L 2.54L 2.55L 2.64L 3.12L x10^12/L 4.50-5.70\nPCV 0.24L 0.23L 0.23L 0.24L 0.28L L/L 0.40-0.50\nMCV 90.5 90.2 90.1 91.3 89.3 fL 80.0-96.0\nMCH 30.9 31.1 31.3 31.0 30.8 pg 27.0-33.0\nMCHC 341 345 347 340 344 g/L 320-360\nRDW 14.4 14.5 14.7 14.6 14.3 % 11.0-15.0\nWhite Cell Differential\nNeut 9.6H 5.5 5.1 7.6 11.6H x10^9/L 2.0-8.0\nLymph 1.7 2.3 1.1L 1.5 0.5L x10^9/L 1.2-4.0\nMono 1.3H 0.6 1.4H 1.5H 2.6H x10^9/L 0.1-1.0\nEos 0.1 0.3 0.3 0.3 0.0 x10^9/L 0.0-0.5\nBaso 0.0 0.0 0.0 0.1 0.0 x10^9/L 0.0-0.1\nBands 0.5 0.2 1.4H x10^9/L 0.0-0.5\n\n12Z868279 03/04/12 02:00\nFilm Comment : Neutrophils show a slight left shift and mild toxic\n changes. Manual differential. Red cells are mainly\n normocytic normochromic with some target cells,\n polychromatic cells and mild rouleaux. Platelets appear\n normal.\n\n12Z886875 04/04/12 00:30\nFilm Comment : Manual differential.\n\n12Z968847 05/04/12 20:59\nFilm Comment : Manual differential. Mild neutrophilia and monocytosis\n with left shift and slight toxic granulation. Red cells\n essentially unchanged.\nConclusion: Increase in leucocyte count since the last examination.\n ? any acute infection / inflammation.\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968847-16258571" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/120" }, "effectiveDateTime": "2012-04-05T20:59:00Z", "issued": "2012-04-05T22:29:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1139", "resource": { "resourceType": "DiagnosticReport", "id": "1139", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nLab No : Z763714\nSPECIMEN\nSpecimen Type : Urine Type Not Stated\n\n\nCHEMISTRY\npH 7.5\nProtein ++\nSpecific Grav. 1.017\nBlood NEGATIVE\nGlucose NEGATIVE\nLeucocytes NEGATIVE\n\n\nMICROSCOPY\nLeucocytes 3 x10^6/L ( <2x10^6/L )\nRed Blood Cells 5 x10^6/L ( <13x10^6/L )\nSquamous Epithelial Cells Nil\n\n\n\n\n\n\n\n\nSTANDARD BACTERIAL CULTURE\nNo Growth -Detection limit 10^7 CFU/L\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/161" }, "reason": [ { "text": "Febrile FI" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968837-16258570" } ], "status": "final", "code": { "text": "Urine M/C/S" }, "subject": { "reference": "Patient/161" }, "effectiveDateTime": "2012-04-05T20:45:00Z", "issued": "2012-04-07T08:55:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1140", "resource": { "resourceType": "DiagnosticReport", "id": "1140", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCortisol 37 L nmol/L ( 120-650 )\nCortisol Diurnal Variation:AM (0800 - 0900): 150 - 650 nmol/L\n PM (1500 - 1600): 120 - 400 nmol/L\n\n\n\n\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968827-16258569" } ], "status": "final", "code": { "text": "Endo / Nutrition" }, "subject": { "reference": "Patient/162" }, "effectiveDateTime": "2012-04-05T20:10:00Z", "issued": "2012-04-05T23:44:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1141", "resource": { "resourceType": "DiagnosticReport", "id": "1141", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 141 mmol/L ( 135-145 )\nPotassium 3.6 mmol/L ( 3.5-5.5 )\nChloride 103 mmol/L ( 95-110 )\nHCO3 31 mmol/L ( 22-30 )\nCreatinine 88 umol/L ( 64-104 )\n (Creatinine) 0.088 mmol/L ( 0.05-0.11)\nUrea 4.9 mmol/L ( 2.5-8.3 )\n eGFR 88 ( SEE-BELOW)\nOsmolality 290 mosm/kg( 280-300 )\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968827-16258568" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/162" }, "effectiveDateTime": "2012-04-05T20:10:00Z", "issued": "2012-04-05T22:41:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1142", "resource": { "resourceType": "DiagnosticReport", "id": "1142", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nURINE\nPeriod ru. Hrs\nVolume nk ml\n\nUrine Sodium 147 mmol/L\nUrine Sodium Excretion mmol/D ( 75-300 )\nUrine Potassium 29 mmol/L\nUrine Potassium Excretion mmol/D ( 40-100 )\nUrine Osmolality 618 mmol/L ( 50-1200 )\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986827-16258567" } ], "status": "final", "code": { "text": "Urine Chemistry" }, "subject": { "reference": "Patient/162" }, "effectiveDateTime": "2012-04-05T20:10:00Z", "issued": "2012-04-05T22:41:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1143", "resource": { "resourceType": "DiagnosticReport", "id": "1143", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nRequest No: Z561509 Z516061 Z561762 Z561364 Z516766\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12 Arterial\n Time: 11:42 14:08 15:28 17:29 20:59 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 37.0 37.0 37.0 Deg. C\npH 7.15L 7.32L 7.31L 7.38 7.37 7.35-7.45\npCO2 58H 42 45 36 37 mmHg 35-45\nHCO3(Std) 17L 21L 21L 22 22 mmol/L 22.0-30.0\nBase Excess -8.0L -4.0L -3.7L -3.1L -3.4L mmol/L -3.0/3.0\npO2 73L 203H 210H 97 157H mmHg 75-100\nO2 Sat 89L 99 99 98 99 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 5.4 4.4 4.6 4.6 4.6 mmol/L 3.5-5.5\nSodium 130L 131L 131L 130L 129L mmol/L 135-145\nChloride 100 104 103 103 102 mmol/L 95-110\niCa++ 1.24 1.10L 1.12 1.10L 1.12 mmol/L 1.12-1.30\nGlucose 13.9H 10.5H 9.8H 9.0H 9.4H mmol/L 3.6-7.7\nLactate 7.7H 1.1 0.8 0.7 0.7 mmol/L 0.2-1.8\n\nBLOOD CO-OXIMETRY\nTotal Hb 99L 94L 90L 87L 81L g/L 115-150\nReduced Hb 10.6H 0.7 0.6 2.1 0.8 % 0-5\nCarbOxy Hb 0.9 0.8 0.6 0.9 0.8 % 0.5-1.5\nMeth Hb 1.3 1.5 1.0 1.3 1.2 % 0-1.5\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/118" }, "reason": [ { "text": "Automatic Request Registration" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z561766-16258566" } ], "status": "final", "code": { "text": "Blood Gas" }, "subject": { "reference": "Patient/118" }, "effectiveDateTime": "2012-04-05T20:59:00Z", "issued": "2012-04-05T21:03:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1144", "resource": { "resourceType": "DiagnosticReport", "id": "1144", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nURINE\nPeriod ru. Hrs\nVolume nk ml\n\nUrine Sodium 87 mmol/L\nUrine Sodium Excretion mmol/D ( 75-300 )\nUrine Potassium 81 mmol/L\nUrine Potassium Excretion mmol/D ( 40-100 )\nUrine Osmolality 612 mmol/L ( 50-1200 )\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986817-16258565" } ], "status": "final", "code": { "text": "Urine Chemistry" }, "subject": { "reference": "Patient/163" }, "effectiveDateTime": "2012-04-05T20:15:00Z", "issued": "2012-04-05T22:41:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1145", "resource": { "resourceType": "DiagnosticReport", "id": "1145", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 140 mmol/L ( 135-145 )\nPotassium 4.1 mmol/L ( 3.5-5.5 )\nChloride 104 mmol/L ( 95-110 )\nHCO3 29 mmol/L ( 22-30 )\nCreatinine 91 umol/L ( 64-104 )\n (Creatinine) 0.091 mmol/L ( 0.05-0.11)\nUrea 5.4 mmol/L ( 2.5-8.3 )\n eGFR 78 ( SEE-BELOW)\nOsmolality 295 mosm/kg( 280-300 )\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968817-16258564" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/163" }, "effectiveDateTime": "2012-04-05T20:15:00Z", "issued": "2012-04-05T22:41:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1146", "resource": { "resourceType": "DiagnosticReport", "id": "1146", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 128 mmol/L ( 135-145 )\nPotassium 5.0 mmol/L ( 3.5-5.5 )\nChloride 94 mmol/L ( 95-110 )\nHCO3 24 mmol/L ( 22-30 )\nCreatinine 189 umol/L ( 64-104 )\n (Creatinine) 0.189 mmol/L ( 0.05-0.11)\nUrea 20.8 mmol/L ( 2.5-8.3 )\n eGFR 34 ( SEE-BELOW)\nAlbumin 34 g/L ( 35-50 )\nAP 46 IU/L ( 30-120 )\nGGT 30 IU/L ( 10-65 )\nALT 25 IU/L ( <45 )\nAST 31 IU/L ( <35 )\nBili Total 31 umol/L ( <19 )\nProtein Total 73 g/L ( 65-85 )\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/113" }, "reason": [ { "text": "Gastro" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968896-16258563" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/113" }, "effectiveDateTime": "2012-04-05T20:55:00Z", "issued": "2012-04-05T21:46:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1147", "resource": { "resourceType": "DiagnosticReport", "id": "1147", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z968896\n Date: 05/04/12\n Time: 20:55 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 142 g/L 130-170\nWCC 10.1 x10^9/L 4.0-11.0\nPLT 109L x10^9/L 140-400\nRCC 4.47L x10^12/L 4.50-5.70\nPCV 0.41 L/L 0.40-0.50\nMCV 92.6 fL 80.0-96.0\nMCH 31.7 pg 27.0-33.0\nMCHC 343 g/L 320-360\nRDW 12.8 % 11.0-15.0\nWhite Cell Differential\nNeut 5.4 x10^9/L 2.0-8.0\nLymph 0.5L x10^9/L 1.2-4.0\nMono 0.3 x10^9/L 0.1-1.0\nEos 0.0 x10^9/L 0.0-0.5\nBaso 0.0 x10^9/L 0.0-0.1\nBands 3.8H x10^9/L 0.0-0.5\nMeta 0.1H x10^9/L 0.0\n\n12Z968896 05/04/12 20:55\nFilm Comment : Manual differential. Mild neutrophilia with prominent left\n shift and moderate vaccuolation. Red cells are normocytic\n normochromic. Mild thrombocytopenia with occasional large\n forms.\nConclusion: Features suggestive of infection / inflammation. Suggest\n repeat FBE to confirm thrombocytopenia.\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/113" }, "reason": [ { "text": "Gastro" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986896-16258562" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/113" }, "effectiveDateTime": "2012-04-05T20:55:00Z", "issued": "2012-04-05T22:04:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1148", "resource": { "resourceType": "DiagnosticReport", "id": "1148", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 140 mmol/L ( 135-145 )\nPotassium 4.3 mmol/L ( 3.5-5.5 )\nChloride 106 mmol/L ( 95-110 )\nHCO3 27 mmol/L ( 22-30 )\nCreatinine 85 umol/L ( 64-104 )\n (Creatinine) 0.085 mmol/L ( 0.05-0.11)\nUrea 4.1 mmol/L ( 2.5-8.3 )\n eGFR 85 ( SEE-BELOW)\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968807-16258561" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/164" }, "effectiveDateTime": "2012-04-05T20:56:00Z", "issued": "2012-04-05T21:45:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1149", "resource": { "resourceType": "DiagnosticReport", "id": "1149", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z968807\n Date: 05/04/12\n Time: 20:56 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 143 g/L 130-170\nWCC 9.3 x10^9/L 4.0-11.0\nPLT 294 x10^9/L 140-400\nRCC 4.23L x10^12/L 4.50-5.70\nPCV 0.41 L/L 0.40-0.50\nMCV 97.1H fL 80.0-96.0\nMCH 33.8H pg 27.0-33.0\nMCHC 348 g/L 320-360\nRDW 11.9 % 11.0-15.0\nWhite Cell Differential\nNeut 6.3 x10^9/L 2.0-8.0\nLymph 2.2 x10^9/L 1.2-4.0\nMono 0.7 x10^9/L 0.1-1.0\nEos 0.1 x10^9/L 0.0-0.5\nBaso 0.1 x10^9/L 0.0-0.1\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986807-16258560" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/164" }, "effectiveDateTime": "2012-04-05T20:56:00Z", "issued": "2012-04-05T21:13:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1150", "resource": { "resourceType": "DiagnosticReport", "id": "1150", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nRequest No: Z561523 Z561595 Z516547 Z561569 Z561666\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12 Arterial\n Time: 05:29 08:49 10:42 12:34 20:56 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 37.0 37.0 37.0 Deg. C\npH 7.38 7.42 7.42 7.40 7.39 7.35-7.45\npCO2 47H 43 46H 47H 46H mmHg 35-45\nHCO3(Std) 26 27 28 28 26 mmol/L 22.0-30.0\nBase Excess 2.4 3.3H 4.6H 4.2H 2.6 mmol/L -3.0/3.0\npO2 78 105H 103H 210H 78 mmHg 75-100\nO2 Sat 96 98 98 100 95 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 4.0 4.6 4.8 4.2 4.6 mmol/L 3.5-5.5\nSodium 139 141 141 141 138 mmol/L 135-145\nChloride 106 108 109 109 109 mmol/L 95-110\niCa++ 1.14 1.11L 1.11L 1.14 1.14 mmol/L 1.12-1.30\nGlucose 8.7H 7.6 6.8 6.0 8.6H mmol/L 3.6-7.7\nLactate 0.6 0.7 0.6 0.3 1.0 mmol/L 0.2-1.8\n\nBLOOD CO-OXIMETRY\nTotal Hb 87L 83L 81L 80L 100L g/L 130-170\nReduced Hb 4.2 1.6 1.7 0.5 4.4 % 0-5\nCarbOxy Hb 1.4 1.5 1.3 1.4 2.0H % 0.5-1.5\nMeth Hb 1.3 1.4 1.7H 1.8H 1.3 % 0-1.5\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/120" }, "reason": [ { "text": "Automatic Request Registration" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z516666-16258559" } ], "status": "final", "code": { "text": "Blood Gas" }, "subject": { "reference": "Patient/120" }, "effectiveDateTime": "2012-04-05T20:56:00Z", "issued": "2012-04-05T21:01:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1151", "resource": { "resourceType": "DiagnosticReport", "id": "1151", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nRequest No: Z516360 Z561163 Z561164 Z516865 Z561566\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12 Arterial\n Time: 13:39 16:22 17:26 20:00 20:52 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 37.0 37.0 37.0 Deg. C\npH 7.32L 7.28L 7.17L 7.31L 7.37 7.35-7.45\npCO2 45 51H 50H 41 35 mmHg 35-45\nHCO3(Std) 20L 21L mmol/L 22.0-30.0\nBase Excess -3.1L -2.3 -9.8L -4.8L -4.6L mmol/L -3.0/3.0\npO2 110H 141H 233H 245H 134H mmHg 75-100\nO2 Sat 95 98 98 99 99 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 4.0 3.9 3.7 4.2 4.3 mmol/L 3.5-5.5\nSodium 138 141 144 141 142 mmol/L 135-145\nChloride 115H 114H mmol/L 95-110\niCa++ 1.07L 1.06L mmol/L 1.12-1.30\nGlucose 10.8H 10.7H mmol/L 3.6-7.7\nLactate 1.0 1.2 mmol/L 0.2-1.8\n\nBLOOD CO-OXIMETRY\nTotal Hb 109L 104L 92L 94L 95L g/L 130-170\nReduced Hb 0.8 1.4 % 0-5\nCarbOxy Hb 0.3L 0.5 % 0.5-1.5\nMeth Hb 1.6H 1.7H % 0-1.5\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/148" }, "reason": [ { "text": "Automatic Request Registration" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z561566-16258558" } ], "status": "final", "code": { "text": "Blood Gas" }, "subject": { "reference": "Patient/148" }, "effectiveDateTime": "2012-04-05T20:52:00Z", "issued": "2012-04-05T20:57:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1153", "resource": { "resourceType": "DiagnosticReport", "id": "1153", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSpecimen Type: Viral Swab\n\nRESPIRATORY VIRUS PCR\nInfluenza A PCR (ABI Taqman) : Not detected\nInfluenza B PCR (ABI Taqman) : DETECTED\nRSV PCR (ABI Taqman) : Not Detected\nRhinovirus PCR (ABI Taqman) : Not Detected\n\n\n\nGENERAL COMMENT:\n\nPlease note this result has been notified to the State\nDepartment of Health. Notification by the referring medical\npractitioner is also required under the Public Health and\nWellbeing Regulations 2009. To notify, go to\n http://www.state.gov/xxx or\ncall 1-800-555-2123 to contact the State Department of Health.\n\n\n\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968886-16258557" } ], "status": "final", "code": { "text": "Internal Serology" }, "subject": { "reference": "Patient/161" }, "effectiveDateTime": "2012-04-05T20:52:00Z", "issued": "2012-04-09T11:39:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1152", "resource": { "resourceType": "DiagnosticReport", "id": "1152", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nLab No : Z366342\nSPECIMENS\nSpecimen Type : Blood Cultures\nDescription : Not-stated\n\nAerobic bottle 4 days Negative\nAnaerobic bottle 4 days Negative\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/140" }, "reason": [ { "text": "Febrile" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968832-16258556" } ], "status": "partial", "code": { "text": "Blood Cultures" }, "subject": { "reference": "Patient/140" }, "effectiveDateTime": "2012-04-05T18:57:00Z", "issued": "2012-04-09T21:19:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1154", "resource": { "resourceType": "DiagnosticReport", "id": "1154", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nRequest No: Z516466\n Date: 05/04/12 Arterial\n Time: 20:52 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 Deg. C\npH 7.40 7.35-7.45\npCO2 36 mmHg 35-45\nBase Excess -2.1 mmol/L -3.0/3.0\npO2 81 mmHg 75-100\nO2 Sat 96 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 4.3 mmol/L 3.5-5.5\nSodium 138 mmol/L 135-145\n\nBLOOD CO-OXIMETRY\nTotal Hb 148 g/L 130-170\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/153" }, "reason": [ { "text": "Automatic Request Registration" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z561466-16258555" } ], "status": "final", "code": { "text": "Blood Gas" }, "subject": { "reference": "Patient/153" }, "effectiveDateTime": "2012-04-05T20:52:00Z", "issued": "2012-04-05T20:54:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1155", "resource": { "resourceType": "DiagnosticReport", "id": "1155", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nTroponin I 0.02 ug/L (See Below )\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/165" }, "reason": [ { "text": "Chest Pain" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968876-16258554" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/165" }, "effectiveDateTime": "2012-04-05T20:30:00Z", "issued": "2012-04-05T21:56:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1162", "resource": { "resourceType": "DiagnosticReport", "id": "1162", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nC-React Prot 149 mg/L ( <5 )\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/167" }, "reason": [ { "text": "Febrile" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z546943-16258547" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/167" }, "effectiveDateTime": "2012-04-05T20:40:00Z", "issued": "2012-04-05T21:46:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1163", "resource": { "resourceType": "DiagnosticReport", "id": "1163", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nLab No : Z366332\nSPECIMENS\nSpecimen Type : Blood Cultures\nDescription : Venous/peripheral\n\nAerobic bottle 4 days Negative\nAnaerobic bottle 4 days Negative\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/167" }, "reason": [ { "text": "Febrile" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z564943-16258546" } ], "status": "partial", "code": { "text": "Blood Cultures" }, "subject": { "reference": "Patient/167" }, "effectiveDateTime": "2012-04-05T20:40:00Z", "issued": "2012-04-09T22:49:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1170", "resource": { "resourceType": "DiagnosticReport", "id": "1170", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nVitamin 25 D TF nmol/L( SEE-BELOW\n\n\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/168" }, "reason": [ { "text": "See Slip" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968856-16258539" } ], "status": "partial", "code": { "text": "Endo / Nutrition" }, "subject": { "reference": "Patient/168" }, "effectiveDateTime": "2012-04-05T20:39:00Z", "issued": "2012-04-05T20:39:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1171", "resource": { "resourceType": "DiagnosticReport", "id": "1171", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nRequest No: Z986856\n Date: 05/04/12\n Time: 20:39 Units Ref Range\n -------- -------- -------- -------- -------- ------- ---------\nSerum Vitamin B12 and Folate Studies\nVit B12 979H pmol/L 150-600\nSer Fol 44.2 nmol/L >12.2\nIron Studies (Plasma/serum)\nFerritin 182.0 ug/L 15-200\nIron 15 umol/L 10-30\nTransferrin 2.33 g/L 1.9-3.2\nTransf'n IBC 58.4 umol/L 47.6-80.2\nTransf'n Sat 25 % 14.7-37.4\n\nNOTE NEW REFERENCE RANGES FOR FOLATE\nFrom 27th April 2004, B12 and Folate will be performed on the Bayer Centaur\nSerum Folate Deficient - <7.63 nmol/L\nSerum Folate Indeterminate - 7.64 to 12.2 nmol/L\nOld Ref Ranges prior to 27th April 2004\n Serum Folate - 6.0 to 38.0 nmol/L\n Red Cell Folate - 350 to 1350 nmol/L\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/168" }, "reason": [ { "text": "See Slip" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968856-16258538" } ], "status": "final", "code": { "text": "Haem Iron/B12 & Fol" }, "subject": { "reference": "Patient/168" }, "effectiveDateTime": "2012-04-05T20:39:00Z", "issued": "2012-04-06T08:31:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1172", "resource": { "resourceType": "DiagnosticReport", "id": "1172", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 134 mmol/L ( 135-145 )\nPotassium 3.9 mmol/L ( 3.5-5.5 )\nChloride 96 mmol/L ( 95-110 )\nHCO3 20 mmol/L ( 22-30 )\nCreatinine 56 umol/L ( 49-90 )\n (Creatinine) 0.056 mmol/L ( 0.05-0.09)\nUrea 3.1 mmol/L ( 2.5-8.3 )\n eGFR >90 ( SEE-BELOW)\nGlucose 3.2 mmol/L ( 3.3-7.7 )\n (fasting) NoInfo\nCalcium 2.56 mmol/L ( 2.10-2.60)\nPhosphate 1.03 mmol/L ( 0.8-1.5 )\nMagnesium 0.75 mmol/L ( 0.8-1.0 )\nAlbumin 43 g/L ( 35-50 )\nAP 60 IU/L ( 30-120 )\nGGT 23 IU/L ( 10-65 )\nALT 17 IU/L ( <34 )\nAST 24 IU/L ( <31 )\nBili Total 13 umol/L ( <19 )\nProtein Total 83 g/L ( 65-85 )\nC-React Prot 2 mg/L ( <5 )\nLIPIDS\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/168" }, "reason": [ { "text": "See Slip" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968856-16258537" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/168" }, "effectiveDateTime": "2012-04-05T20:39:00Z", "issued": "2012-04-05T21:14:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1173", "resource": { "resourceType": "DiagnosticReport", "id": "1173", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z968856\n Date: 05/04/12\n Time: 20:39 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 132 g/L 115-150\nWCC 6.6 x10^9/L 4.0-11.0\nPLT 396 x10^9/L 140-400\nRCC 4.23 x10^12/L 3.80-5.10\nPCV 0.38 L/L 0.35-0.45\nMCV 90.4 fL 80.0-96.0\nMCH 31.3 pg 27.0-33.0\nMCHC 346 g/L 320-360\nRDW 12.7 % 11.0-15.0\nWhite Cell Differential\nNeut 2.9 x10^9/L 2.0-8.0\nLymph 3.0 x10^9/L 1.2-4.0\nMono 0.5 x10^9/L 0.1-1.0\nEos 0.1 x10^9/L 0.0-0.5\nBaso 0.0 x10^9/L 0.0-0.1\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/168" }, "reason": [ { "text": "See Slip" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986856-16258536" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/168" }, "effectiveDateTime": "2012-04-05T20:39:00Z", "issued": "2012-04-05T20:52:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1180", "resource": { "resourceType": "DiagnosticReport", "id": "1180", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 134 mmol/L ( 135-145 )\nPotassium 4.3 mmol/L ( 3.5-5.5 )\nChloride 102 mmol/L ( 95-110 )\nHCO3 23 mmol/L ( 22-30 )\nCreatinine 49 umol/L ( 49-90 )\n (Creatinine) 0.049 mmol/L ( 0.05-0.09)\nUrea 4.4 mmol/L ( 2.5-8.3 )\n eGFR >90 ( SEE-BELOW)\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/169" }, "reason": [ { "text": "Febrile" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986846-16258529" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/169" }, "effectiveDateTime": "2012-04-05T20:39:00Z", "issued": "2012-04-05T21:14:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1181", "resource": { "resourceType": "DiagnosticReport", "id": "1181", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z861610 Z156358 Z366626 Z467684 Z986846\n Date: 25/07/11 05/12/11 26/03/12 05/04/12 05/04/12\n Time: 15:30 13:45 13:55 13:30 20:39 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 129 133 149 139 123 g/L 115-150\nWCC 10.4 5.4 9.4 13.1H 13.2H x10^9/L 4.0-11.0\nPLT 172 179 208 188 156 x10^9/L 140-400\nRCC 3.97 4.16 4.56 4.26 3.76L x10^12/L 3.80-5.10\nPCV 0.38 0.40 0.44 0.41 0.36 L/L 0.35-0.45\nMCV 96.3H 94.8 95.8 97.3H 95.8 fL 80.0-96.0\nMCH 32.4 31.9 32.7 32.5 32.7 pg 27.0-33.0\nMCHC 337 336 341 334 341 g/L 320-360\nRDW 13.6 13.2 13.8 13.7 13.1 % 11.0-15.0\nESR 67H mm in 1hr 2-20\nWhite Cell Differential\nNeut 8.9H 3.9 8.2H 12.2H 12.5H x10^9/L 2.0-8.0\nLymph 0.9L 1.0L 0.5L 0.1L 0.3L x10^9/L 1.2-4.0\nMono 0.6 0.4 0.5 0.8 0.2 x10^9/L 0.1-1.0\nEos 0.1 0.1 0.1 0.0 0.0 x10^9/L 0.0-0.5\nBaso 0.0 0.1 0.1 0.0 0.1 x10^9/L 0.0-0.1\n\n12Z467684 05/04/12 13:30\nFilm Comment : White cells show mild neutrophilia.\n Manual differential.\n Red cells and platelets appear normal.\n\n12Z968846 05/04/12 20:39\nComment: Instrument differential and parameters reported.\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/169" }, "reason": [ { "text": "Febrile" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968846-16258528" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/169" }, "effectiveDateTime": "2012-04-05T20:39:00Z", "issued": "2012-04-05T21:04:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1182", "resource": { "resourceType": "DiagnosticReport", "id": "1182", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nLab No : Z366322\nSPECIMENS\nSpecimen Type : Blood Cultures\nDescription : Venous/peripheral\n\nAerobic bottle 4 days Negative\nAnaerobic bottle 4 days Negative\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/169" }, "reason": [ { "text": "Febrile" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968846-16258527" } ], "status": "partial", "code": { "text": "Blood Cultures" }, "subject": { "reference": "Patient/169" }, "effectiveDateTime": "2012-04-05T20:39:00Z", "issued": "2012-04-09T22:49:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1183", "resource": { "resourceType": "DiagnosticReport", "id": "1183", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nLab No : Z763704\nSPECIMEN\nSpecimen Type : Urine Midstream\n\n\nCHEMISTRY\npH 6.0\nProtein TRACE\nSpecific Grav. 1.026\nBlood NEGATIVE\nGlucose NEGATIVE\nLeucocytes +++\n\n\nMICROSCOPY\nLeucocytes 336 x10^6/L ( <2x10^6/L )\nRed Blood Cells 35 x10^6/L ( <13x10^6/L )\nSquamous Epithelial Cells ++\n\n\n\n\n\n\n\n\nSTANDARD BACTERIAL CULTURE\n\n1. Pseudomonas aeruginosa 10^8-10^9 cfu/L\n\n\nSENSITIVITIES: 1\nCeftazidime S\nCiprofloxacin S\nGentamicin S\nMeropenem S\nTazocin S\nTimentin S\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/126" }, "reason": [ { "text": "Febrile >38" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968836-16258526" } ], "status": "final", "code": { "text": "Urine M/C/S" }, "subject": { "reference": "Patient/126" }, "effectiveDateTime": "2012-04-05T20:25:00Z", "issued": "2012-04-09T08:45:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1187", "resource": { "resourceType": "DiagnosticReport", "id": "1187", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nLab No : Z969568\nSPECIMEN\nSpecimen Type : Sputum\n\n\nMICROSCOPY\n\nGRAM STAIN\nMacroscopic Description Mucopurulent\nPus:Epithelial Cell Ratio >25:10\nPus Cells ++\nSquamous Epithelial Cells +\nGram negative bacilli Occasional\n\n\n\n\n\nCULTURE\n\nStandard culture: +++ Mixed upper respiratory tract flora\n\n\n\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968826-16258522" } ], "status": "final", "code": { "text": "Respiratory M/C/S" }, "subject": { "reference": "Patient/170" }, "effectiveDateTime": "2012-04-05T20:38:00Z", "issued": "2012-04-08T11:37:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1188", "resource": { "resourceType": "DiagnosticReport", "id": "1188", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nRequest No: Z561660 Z516062 Z561063 Z561963 Z516366\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12 Arterial\n Time: 13:53 14:47 16:20 17:16 20:36 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 37.0 37.0 37.0 Deg. C\npH 7.32L 7.40 7.42 7.41 7.40 7.35-7.45\npCO2 48H 38 34L 35 36 mmHg 35-45\nHCO3(Std) 23 24 23 23 23 mmol/L 22.0-30.0\nBase Excess -1.6 -0.9 -1.9 -2.4 -1.8 mmol/L -3.0/3.0\npO2 189H 67L 68L 85 74L mmHg 75-100\nO2 Sat 99 93L 94L 99 95 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 4.2 4.0 3.8 3.6 4.1 mmol/L 3.5-5.5\nSodium 142 140 140 141 140 mmol/L 135-145\nChloride 110 111H 111H 112H 113H mmol/L 95-110\niCa++ 1.27 1.21 1.17 1.15 1.18 mmol/L 1.12-1.30\nGlucose 5.6 5.6 5.7 5.5 5.8 mmol/L 3.6-7.7\nLactate 0.9 0.8 0.8 0.8 0.8 mmol/L 0.2-1.8\n\nBLOOD CO-OXIMETRY\nTotal Hb 106L 106L 104L 103L 112L g/L 130-170\nReduced Hb 0.7 6.4H 5.5H 0.8 5.0 % 0-5\nCarbOxy Hb 1.3 1.3 1.4 1.1 1.2 % 0.5-1.5\nMeth Hb 1.7H 1.3 1.1 1.5 1.4 % 0-1.5\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/129" }, "reason": [ { "text": "Automatic Request Registration" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z561366-16258521" } ], "status": "final", "code": { "text": "Blood Gas" }, "subject": { "reference": "Patient/129" }, "effectiveDateTime": "2012-04-05T20:36:00Z", "issued": "2012-04-05T20:40:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1189", "resource": { "resourceType": "DiagnosticReport", "id": "1189", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 135 mmol/L ( 135-145 )\nPotassium 5.8 mmol/L ( 3.5-5.5 )\nChloride 98 mmol/L ( 95-110 )\nHCO3 22 mmol/L ( 22-30 )\nCreatinine 281 umol/L ( 49-90 )\n (Creatinine) 0.281 mmol/L ( 0.05-0.09)\nUrea 26.5 mmol/L ( 2.5-8.3 )\n eGFR 14 ( SEE-BELOW)\nC-React Prot 2 mg/L ( <5 )\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/144" }, "reason": [ { "text": "Nausea And Vomiting FI" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986816-16258520" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/144" }, "effectiveDateTime": "2012-04-05T20:20:00Z", "issued": "2012-04-05T20:20:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1190", "resource": { "resourceType": "DiagnosticReport", "id": "1190", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nLab No : Z366312\nSPECIMENS\nSpecimen Type : Blood Cultures\nDescription : Central Line\n\nAerobic bottle 4 days Negative\nAnaerobic bottle 4 days Negative\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968806-16258519" } ], "status": "partial", "code": { "text": "Blood Cultures" }, "subject": { "reference": "Patient/171" }, "effectiveDateTime": "2012-04-05T20:06:00Z", "issued": "2012-04-09T21:19:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1191", "resource": { "resourceType": "DiagnosticReport", "id": "1191", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 141 mmol/L ( 135-145 )\nPotassium 3.0 mmol/L ( 3.5-5.5 )\nChloride 108 mmol/L ( 95-110 )\nHCO3 21 mmol/L ( 22-30 )\nCreatinine 62 umol/L ( 49-90 )\n (Creatinine) 0.062 mmol/L ( 0.05-0.09)\nUrea 5.3 mmol/L ( 2.5-8.3 )\n eGFR 86 ( SEE-BELOW)\nCalcium 2.25 mmol/L ( 2.10-2.60)\nPhosphate 0.75 mmol/L ( 0.8-1.5 )\nMagnesium 0.79 mmol/L ( 0.8-1.0 )\nAlbumin 22 g/L ( 35-50 )\nAP 104 IU/L ( 30-120 )\nGGT 24 IU/L ( 10-65 )\nALT 17 IU/L ( <34 )\nAST 20 IU/L ( <31 )\nBili Total 5 umol/L ( <19 )\nProtein Total 56 g/L ( 65-85 )\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968885-16258518" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/131" }, "effectiveDateTime": "2012-04-05T20:00:00Z", "issued": "2012-04-05T21:13:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1192", "resource": { "resourceType": "DiagnosticReport", "id": "1192", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z176927 Z868800 Z868980 Z986417 Z968885\n Date: 02/04/12 03/04/12 04/04/12 05/04/12 05/04/12\n Time: 12:30 18:30 02:10 03:30 20:00 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 119 112L 105L 97L 91L g/L 115-150\nWCC 15.3H 8.9 14.0H 13.1H 15.5H x10^9/L 4.0-11.0\nPLT 233 * 194 157 177 x10^9/L 140-400\nRCC 4.14 3.89 3.70L 3.36L 3.24L x10^12/L 3.80-5.10\nPCV 0.35 0.33L 0.31L 0.29L 0.27L L/L 0.35-0.45\nMCV 84.7 85.4 84.4 85.2 83.7 fL 80.0-96.0\nMCH 28.8 28.9 28.4 28.8 28.2 pg 27.0-33.0\nMCHC 340 338 337 338 337 g/L 320-360\nRDW 17.9H 18.0H 17.5H 17.8H 17.6H % 11.0-15.0\nWhite Cell Differential\nNeut 11.3H 7.3 10.6H 12.7H 14.9H x10^9/L 2.0-8.0\nLymph 2.4 0.1L 0.4L 0.2L 0.2L x10^9/L 1.2-4.0\nMono 1.3H 0.1 0.0L 0.2 0.2 x10^9/L 0.1-1.0\nEos 0.3 0.0 0.1 0.0 0.0 x10^9/L 0.0-0.5\nBaso 0.0 0.0 0.0 0.0 0.0 x10^9/L 0.0-0.1\nBands 1.4H 2.8H 0.3 x10^9/L 0.0-0.5\n\n12Z167927 02/04/12 12:30\nComment: Note mild neutrophilia and mild monocytosis.\n\n12Z886800 03/04/12 18:30\nFilm Comment : Red cells show mild anisocytosis and mild rouleaux.\n Moderate left shift and mild vacuolation in the\n neutrophils. Manual differential.\n * Film shows fibrin strands and platelet clumps suggestive\n of a partially clotted specimen. Accurate platelet count\n unavailable. Please repeat FBE.\nConclusion: Suggestive of infection / inflammation.\n\n12Z868980 04/04/12 02:10\nFilm Comment : Mild neutrophilia with left shift and mild vacuolation.\n Manual differential.\n\n12Z968417 05/04/12 03:30\nComment: Instrument differential and parameters reported.\n\n12Z986885 05/04/12 20:00\nFilm Comment : Red cells show some microcytes, elongated cells and mildly\n increased rouleaux. Manual differential. Mild\n neutrophilia. Slight vaccuolation noted.\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968885-16258517" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/131" }, "effectiveDateTime": "2012-04-05T20:00:00Z", "issued": "2012-04-05T22:23:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1193", "resource": { "resourceType": "DiagnosticReport", "id": "1193", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nLab No : Z806548\nSPECIMEN\nSpecimen Type : Fluid\nDescription : Drain Collection\n\n\n\nTotal specimen volume: 3 ml(s)\n\n\nMICROSCOPY\n\n\nGRAM STAIN\nLeucocytes +++\nYeast cells +\n\n\nSpecimen clotted - cell count not possible.\n\nCULTURE\n\n1. Candida albicans +++\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/172" }, "reason": [ { "text": "Drain Fluid. Prev Vre And Kleb Pneumo Rx Teicoplan/Tazo" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968779-16258516" } ], "status": "partial", "code": { "text": "Sterile Sites M/C/S" }, "subject": { "reference": "Patient/172" }, "effectiveDateTime": "2012-04-05T18:10:00Z", "issued": "2012-04-09T12:07:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1194", "resource": { "resourceType": "DiagnosticReport", "id": "1194", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nRequest No: Z516527 Z561960 Z561162 Z516464 Z561266\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12 Arterial\n Time: 10:32 14:05 14:50 17:35 20:21 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 37.0 37.0 37.0 Deg. C\npH 7.41 * 7.38 7.36 7.39 7.35-7.45\npCO2 35 37 38 35 37 mmHg 35-45\nHCO3(Std) 23 23 20L 22 mmol/L 22.0-30.0\nBase Excess -2.2 -2.1 -5.0L -2.5 mmol/L -3.0/3.0\npO2 134H 113H 203H 89 102H mmHg 75-100\nO2 Sat 99 99 100 97 98 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 4.3 4.0 4.3 4.1 4.1 mmol/L 3.5-5.5\nSodium 138 139 138 139 138 mmol/L 135-145\nChloride 109 108 109 109 109 mmol/L 95-110\niCa++ 1.10L 1.10L 1.09L 1.09L 1.11L mmol/L 1.12-1.30\nGlucose 7.3 8.3H 7.4 8.7H 8.1H mmol/L 3.6-7.7\nLactate 1.3 1.2 1.5 1.6 1.2 mmol/L 0.2-1.8\n\nBLOOD CO-OXIMETRY\nTotal Hb 91L 89L 90L 86L 87L g/L 130-170\nReduced Hb 0.9 1.4 0.4 3.0 1.9 % 0-5\nCarbOxy Hb 1.8H 1.8H 1.5 1.7H 1.6H % 0.5-1.5\nMeth Hb 1.2 1.7H 1.1 1.5 1.1 % 0-1.5\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/119" }, "reason": [ { "text": "Automatic Request Registration" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z561266-16258515" } ], "status": "final", "code": { "text": "Blood Gas" }, "subject": { "reference": "Patient/119" }, "effectiveDateTime": "2012-04-05T20:21:00Z", "issued": "2012-04-05T20:25:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1195", "resource": { "resourceType": "DiagnosticReport", "id": "1195", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nLAB.NUMBER: Z769310\n\nSURVEILLANCE SCREENING\n\n\nCULTURE\nSCREENING TEST FOR VRE\n\nRECTAL SWAB VRE not detected\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/126" }, "reason": [ { "text": "On Admission" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968875-16258514" } ], "status": "final", "code": { "text": "Surveillance" }, "subject": { "reference": "Patient/126" }, "effectiveDateTime": "2012-04-05T20:00:00Z", "issued": "2012-04-08T09:51:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1196", "resource": { "resourceType": "DiagnosticReport", "id": "1196", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nTroponin I <0.02 ug/L (See Below )\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/173" }, "reason": [ { "text": "Chest Pain" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968865-16258513" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/173" }, "effectiveDateTime": "2012-04-05T20:00:00Z", "issued": "2012-04-05T21:04:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1199", "resource": { "resourceType": "DiagnosticReport", "id": "1199", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium * mmol/L ( 135-145 )\nPotassium * mmol/L ( 3.5-5.5 )\nChloride * mmol/L ( 95-110 )\nHCO3 * mmol/L ( 22-30 )\nCreatinine * umol/L ( 64-104 )\n (Creatinine) * mmol/L ( 0.05-0.11)\nUrea * mmol/L ( 2.5-8.3 )\n eGFR N/A ( SEE-BELOW)\n\nComment: The requested tests were not completed as the\n sample was labeled incorrectly. Ward notified.\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968855-16258510" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/175" }, "effectiveDateTime": "2012-04-05T20:12:00Z", "issued": "2012-04-05T21:40:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1200", "resource": { "resourceType": "DiagnosticReport", "id": "1200", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z968855\n Date: 05/04/12\n Time: 20:12 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb * g/L 130-170\nPLT * x10^9/L 140-400\n\n12Z968855 05/04/12 20:12\nComment: The specimen received was mislabeled. The ward has been\n notified and a new sample requested.\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986855-16258509" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/175" }, "effectiveDateTime": "2012-04-05T20:12:00Z", "issued": "2012-04-05T20:51:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1201", "resource": { "resourceType": "DiagnosticReport", "id": "1201", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nRequest No: Z536992 Z968835\n Date: 19/02/10 05/04/12\n Time: 08:30 19:30 Units Ref Range\n -------- -------- -------- -------- -------- ------- ---------\nSerum Vitamin B12 and Folate Studies\nVit B12 334 333 pmol/L 150-600\nSer Fol >54.0 23.2 nmol/L >12.2\nIron Studies (Plasma/serum)\nFerritin 215.0 ug/L 30-300\nIron 25 umol/L 10-35\nTransferrin 2.69 g/L 1.9-3.2\nTransf'n IBC 67.4 umol/L 47.6-80.2\nTransf'n Sat 38 % 14.7-43.6\n\nNOTE NEW REFERENCE RANGES FOR FOLATE\nFrom 27th April 2004, B12 and Folate will be performed on the Bayer Centaur\nSerum Folate Deficient - <7.63 nmol/L\nSerum Folate Indeterminate - 7.64 to 12.2 nmol/L\nOld Ref Ranges prior to 27th April 2004\n Serum Folate - 6.0 to 38.0 nmol/L\n Red Cell Folate - 350 to 1350 nmol/L\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/176" }, "reason": [ { "text": "Acute Alcohol Withdrawal" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968835-16258507" } ], "status": "final", "code": { "text": "Haem Iron/B12 & Fol" }, "subject": { "reference": "Patient/176" }, "effectiveDateTime": "2012-04-05T19:30:00Z", "issued": "2012-04-06T09:13:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1202", "resource": { "resourceType": "DiagnosticReport", "id": "1202", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z563488 Z986835\n Date: 18/02/10 05/04/12\n Time: 11:30 19:30 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 1.1 1.0 0.8-1.3\nAPTT 25 25 secs 23-36\nFibrinogen 3.4 3.5 g/L 2.0-5.0\n\nAPTT Therapeutic range for IV Heparin therapy = 60-85 seconds\nFrom 9.12.2010 APTT normal range 23 - 36 seconds.\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/176" }, "reason": [ { "text": "Acute Alcohol Withdrawal" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968835-16258506" } ], "status": "final", "code": { "text": "Routine Coagulation" }, "subject": { "reference": "Patient/176" }, "effectiveDateTime": "2012-04-05T19:30:00Z", "issued": "2012-04-05T21:04:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1203", "resource": { "resourceType": "DiagnosticReport", "id": "1203", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nVitamin 25 D TF nmol/L( SEE-BELOW\n\n\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/176" }, "reason": [ { "text": "Acute Alcohol Withdrawal" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986835-16258505" } ], "status": "partial", "code": { "text": "Endo / Nutrition" }, "subject": { "reference": "Patient/176" }, "effectiveDateTime": "2012-04-05T19:30:00Z", "issued": "2012-04-05T19:30:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1204", "resource": { "resourceType": "DiagnosticReport", "id": "1204", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z668490 Z536488 Z563992 R059163 Z968835\n Date: 26/02/08 18/02/10 19/02/10 11/11/10 05/04/12\n Time: 08:35 11:30 08:30 11:50 19:30 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 139 143 140 130 124L g/L 130-170\nWCC 6.0 13.1H 9.2 8.4 5.4 x10^9/L 4.0-11.0\nPLT 216 253 226 265 227 x10^9/L 140-400\nRCC 6.70H 6.75H 6.63H 6.16H 5.89H x10^12/L 4.50-5.70\nPCV 0.43 0.43 0.42 0.40 0.38L L/L 0.40-0.50\nMCV 64.1L 64.1L 63.4L 64.7L 65.2L fL 80.0-96.0\nMCH 20.7L 21.2L 21.1L 21.0L 21.0L pg 27.0-33.0\nMCHC 323 330 333 325 322 g/L 320-360\nRDW 16.3H 15.8H 16.2H 15.3H 16.5H % 11.0-15.0\nWhite Cell Differential\nNeut 3.2 9.7H 5.1 5.5 2.9 x10^9/L 2.0-8.0\nLymph 2.0 2.1 2.8 1.9 1.8 x10^9/L 1.2-4.0\nMono 0.6 1.2H 1.1H 0.7 0.6 x10^9/L 0.1-1.0\nEos 0.2 0.1 0.2 0.2 0.2 x10^9/L 0.0-0.5\nBaso 0.0 0.0 0.0 0.0 0.0 x10^9/L 0.0-0.1\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/176" }, "reason": [ { "text": "Acute Alcohol Withdrawal" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968835-16258504" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/176" }, "effectiveDateTime": "2012-04-05T19:30:00Z", "issued": "2012-04-05T20:45:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1205", "resource": { "resourceType": "DiagnosticReport", "id": "1205", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 141 mmol/L ( 135-145 )\nPotassium 4.2 mmol/L ( 3.5-5.5 )\nChloride 100 mmol/L ( 95-110 )\nHCO3 29 mmol/L ( 22-30 )\nCreatinine 85 umol/L ( 64-104 )\n (Creatinine) 0.085 mmol/L ( 0.05-0.11)\nUrea 4.1 mmol/L ( 2.5-8.3 )\n eGFR 87 ( SEE-BELOW)\nAlbumin 37 g/L ( 35-50 )\nAP 62 IU/L ( 30-120 )\nGGT 184 IU/L ( 10-65 )\nALT 95 IU/L ( <45 )\nAST 74 IU/L ( <35 )\nBili Total 13 umol/L ( <19 )\nProtein Total 77 g/L ( 65-85 )\nC-React Prot 12 mg/L ( <5 )\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/176" }, "reason": [ { "text": "Acute Alcohol Withdrawal" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968835-16258503" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/176" }, "effectiveDateTime": "2012-04-05T19:30:00Z", "issued": "2012-04-05T20:59:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1206", "resource": { "resourceType": "DiagnosticReport", "id": "1206", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nLab No : Z366302\nSPECIMENS\nSpecimen Type : Blood Cultures\nDescription : Not-stated\n\nAerobic bottle 4 days Negative\nAnaerobic bottle 4 days Negative\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/177" }, "reason": [ { "text": "T+ 38.7C" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968825-16258502" } ], "status": "partial", "code": { "text": "Blood Cultures" }, "subject": { "reference": "Patient/177" }, "effectiveDateTime": "2012-04-05T20:04:00Z", "issued": "2012-04-09T21:19:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1207", "resource": { "resourceType": "DiagnosticReport", "id": "1207", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z656878 Z968616 Z766236 Z986763 Z968815\n Date: 01/10/10 05/04/12 05/04/12 05/04/12 05/04/12\n Time: 11:00 11:55 13:47 16:26 20:04 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 2.5H * 4.4H 1.3 1.3 0.8-1.3\nAPTT 43H * 34 28 27 secs 23-36\nFibrinogen 7.3H * 3.2 3.4 3.0 g/L 2.0-5.0\nPT 43.1 secs\nPT mix 14.2 secs\n\n12Z766236 05/04/12 13:47\nPT Mix : 50/50 mixture of the patient's plasma with normal plasma -\n CORRECTED.\n\n12Z986616 05/04/12 11:55\nComment: * Specimen clotted. ED informed.\n\nAPTT Therapeutic range for IV Heparin therapy = 60-85 seconds\nFrom 9.12.2010 APTT normal range 23 - 36 seconds.\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968815-16258501" } ], "status": "final", "code": { "text": "Routine Coagulation" }, "subject": { "reference": "Patient/148" }, "effectiveDateTime": "2012-04-05T20:04:00Z", "issued": "2012-04-05T21:04:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1208", "resource": { "resourceType": "DiagnosticReport", "id": "1208", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 142 mmol/L ( 135-145 )\nPotassium 4.3 mmol/L ( 3.5-5.5 )\nChloride 114 mmol/L ( 95-110 )\nHCO3 22 mmol/L ( 22-30 )\nCreatinine 106 umol/L ( 64-104 )\n (Creatinine) 0.106 mmol/L ( 0.05-0.11)\nUrea 7.4 mmol/L ( 2.5-8.3 )\n eGFR 59 ( SEE-BELOW)\nCalcium 1.80 mmol/L ( 2.10-2.60)\nPhosphate 1.05 mmol/L ( 0.8-1.5 )\nMagnesium 0.63 mmol/L ( 0.7-1.1 )\nAlbumin 26 g/L ( 35-50 )\nAP 50 IU/L ( 30-120 )\nGGT 13 IU/L ( 10-65 )\nALT 18 IU/L ( <45 )\nAST 25 IU/L ( <35 )\nBili Total 13 umol/L ( <19 )\nProtein Total 51 g/L ( 65-85 )\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968815-16258500" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/148" }, "effectiveDateTime": "2012-04-05T20:04:00Z", "issued": "2012-04-05T21:00:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1209", "resource": { "resourceType": "DiagnosticReport", "id": "1209", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z167500 Z663514 Z166157 Z968616 Z968815\n Date: 29/09/10 30/09/10 01/10/10 05/04/12 05/04/12\n Time: 10:35 09:28 08:05 11:55 20:04 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 123L 118L 127L 124L 90L g/L 130-170\nWCC 9.2 6.6 5.8 11.3H 13.3H x10^9/L 4.0-11.0\nPLT 268 244 258 240 164 x10^9/L 140-400\nRCC 4.01L 3.83L 4.11L 3.97L 2.90L x10^12/L 4.50-5.70\nPCV 0.36L 0.35L 0.37L 0.36L 0.27L L/L 0.40-0.50\nMCV 90.5 90.4 91.1 91.5 92.3 fL 80.0-96.0\nMCH 30.7 30.8 31.0 31.2 31.1 pg 27.0-33.0\nMCHC 340 341 340 341 337 g/L 320-360\nRDW 13.5 13.1 13.1 13.0 13.0 % 11.0-15.0\nWhite Cell Differential\nNeut 7.5 5.4 4.2 7.7 10.6H x10^9/L 2.0-8.0\nLymph 0.8L 0.5L 0.8L 2.6 0.7L x10^9/L 1.2-4.0\nMono 0.7 0.5 0.5 0.7 0.7 x10^9/L 0.1-1.0\nEos 0.1 0.1 0.2 0.2 0.0 x10^9/L 0.0-0.5\nBaso 0.0 0.0 0.0 0.1 0.0 x10^9/L 0.0-0.1\nBands 1.3H x10^9/L 0.0-0.5\n\n12Z986616 05/04/12 11:55\nComment: Mildly reduced haemoglobin level.\n\n12Z968815 05/04/12 20:04\nFilm Comment : Manual differential. Mild neutrophilia with left shift.\n Red cells show some elongated cells. Platelets appear\n normal.\nConclusion: Please note fall in haemoglobin since the previous\n examination.\n Recent tissue damage / trauma.\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986815-16258499" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/148" }, "effectiveDateTime": "2012-04-05T20:04:00Z", "issued": "2012-04-05T22:11:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1211", "resource": { "resourceType": "DiagnosticReport", "id": "1211", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nRequest No: Z561577 Z561160 Z516262 Z561962 Z561166\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12 Arterial\n Time: 10:50 12:51 15:08 16:17 20:08 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 37.0 37.0 37.0 Deg. C\npH 7.46H 7.48H * * 7.48H 7.35-7.45\npCO2 37 36 37 37 34L mmHg 35-45\nHCO3(Std) 27 27 27 mmol/L 22.0-30.0\nBase Excess 2.8 2.8 2.1 mmol/L -3.0/3.0\npO2 78 76 76 78 88 mmHg 75-100\nO2 Sat 96 96 96 96 97 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 3.8 4.4 3.9 3.9 4.1 mmol/L 3.5-5.5\nSodium 140 142 143 144 141 mmol/L 135-145\nChloride 112H 112H 110 111H 113H mmol/L 95-110\niCa++ 1.08L 1.09L 1.11L 1.11L 1.07L mmol/L 1.12-1.30\nGlucose 10.5H 9.0H 7.6 6.6 8.9H mmol/L 3.6-7.7\nLactate 1.7 2.5H 1.6 1.6 1.9H mmol/L 0.2-1.8\n\nBLOOD CO-OXIMETRY\nTotal Hb 118L 122L 125L 127L 128L g/L 130-170\nReduced Hb 4.0 4.1 4.2 3.9 2.7 % 0-5\nCarbOxy Hb 0.6 0.7 0.8 0.8 0.6 % 0.5-1.5\nMeth Hb 1.5 1.4 1.5 1.3 1.3 % 0-1.5\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/119" }, "reason": [ { "text": "Automatic Request Registration" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z516166-16258497" } ], "status": "final", "code": { "text": "Blood Gas" }, "subject": { "reference": "Patient/119" }, "effectiveDateTime": "2012-04-05T20:08:00Z", "issued": "2012-04-05T20:12:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1212", "resource": { "resourceType": "DiagnosticReport", "id": "1212", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nRequest No: Z516502 Z561861 Z561362 Z516264 Z561066\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12 Arterial\n Time: 03:10 14:31 15:18 17:26 20:05 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 37.0 37.0 37.0 Deg. C\npH 7.41 7.45 7.28L 7.43 7.43 7.35-7.45\npCO2 43 40 24L 42 41 mmHg 35-45\nHCO3(Std) 27 28 14L 28 27 mmol/L 22.0-30.0\nBase Excess 2.8 3.6H -14.2L 3.9H 2.8 mmol/L -3.0/3.0\npO2 134H 189H 131H 73L 92 mmHg 75-100\nO2 Sat 99 100 99 96 98 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 3.9 4.3 5.3 4.1 4.2 mmol/L 3.5-5.5\nSodium 146H 145 142 145 143 mmol/L 135-145\nChloride 115H 112H 108 109 110 mmol/L 95-110\niCa++ 1.13 1.10L 1.02L 1.11L 1.06L mmol/L 1.12-1.30\nGlucose 8.5H 6.6 3.4L 6.8 7.0 mmol/L 3.6-7.7\nLactate 0.8 0.9 14.5H 0.7 0.6 mmol/L 0.2-1.8\n\nBLOOD CO-OXIMETRY\nTotal Hb 75L 79L 103L 77L 75L g/L 130-170\nReduced Hb 0.7 0.4 1.3 3.8 2.0 % 0-5\nCarbOxy Hb 1.2 1.4 1.6H 1.4 1.4 % 0.5-1.5\nMeth Hb 1.0 1.8H 1.3 1.5 1.3 % 0-1.5\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/179" }, "reason": [ { "text": "Automatic Request Registration" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z561066-16258496" } ], "status": "final", "code": { "text": "Blood Gas" }, "subject": { "reference": "Patient/179" }, "effectiveDateTime": "2012-04-05T20:05:00Z", "issued": "2012-04-05T20:10:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1213", "resource": { "resourceType": "DiagnosticReport", "id": "1213", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nTHYROID FUNCTION\nTSH 1.55 mIU/L ( 0.1-4.0 )\n\n\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/174" }, "reason": [ { "text": "Palpitation" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968805-16258495" } ], "status": "final", "code": { "text": "Endo / Nutrition" }, "subject": { "reference": "Patient/174" }, "effectiveDateTime": "2012-04-05T19:50:00Z", "issued": "2012-04-05T20:51:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1214", "resource": { "resourceType": "DiagnosticReport", "id": "1214", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z986805\n Date: 05/04/12\n Time: 19:50 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 141 g/L 130-170\nWCC 9.7 x10^9/L 4.0-11.0\nPLT 204 x10^9/L 140-400\nRCC 4.74 x10^12/L 4.50-5.70\nPCV 0.41 L/L 0.40-0.50\nMCV 87.7 fL 80.0-96.0\nMCH 29.8 pg 27.0-33.0\nMCHC 340 g/L 320-360\nRDW 13.4 % 11.0-15.0\nWhite Cell Differential\nNeut 7.7 x10^9/L 2.0-8.0\nLymph 1.2 x10^9/L 1.2-4.0\nMono 0.8 x10^9/L 0.1-1.0\nEos 0.0 x10^9/L 0.0-0.5\nBaso 0.0 x10^9/L 0.0-0.1\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/174" }, "reason": [ { "text": "Palpitation" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968805-16258494" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/174" }, "effectiveDateTime": "2012-04-05T19:50:00Z", "issued": "2012-04-05T20:13:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1215", "resource": { "resourceType": "DiagnosticReport", "id": "1215", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 136 mmol/L ( 135-145 )\nPotassium 4.1 mmol/L ( 3.5-5.5 )\nChloride 104 mmol/L ( 95-110 )\nHCO3 23 mmol/L ( 22-30 )\nCreatinine 66 umol/L ( 64-104 )\n (Creatinine) 0.066 mmol/L ( 0.05-0.11)\nUrea 4.3 mmol/L ( 2.5-8.3 )\n eGFR >90 ( SEE-BELOW)\nCalcium 2.34 mmol/L ( 2.10-2.60)\nPhosphate 0.92 mmol/L ( 0.8-1.5 )\nMagnesium 0.82 mmol/L ( 0.7-1.1 )\nAlbumin 38 g/L ( 35-50 )\nTroponin I 0.03 ug/L (See Below )\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/174" }, "reason": [ { "text": "Palpitation" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968805-16258493" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/174" }, "effectiveDateTime": "2012-04-05T19:50:00Z", "issued": "2012-04-05T20:51:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1216", "resource": { "resourceType": "DiagnosticReport", "id": "1216", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nLab No : Z763793\nSPECIMEN\nSpecimen Type : Urine Type Not Stated\n\n\nCHEMISTRY\npH 5.5\nProtein NEGATIVE\nSpecific Grav. 1.013\nBlood NEGATIVE\nGlucose NEGATIVE\nLeucocytes NEGATIVE\n\n\nMICROSCOPY\nLeucocytes 8 x10^6/L ( <2x10^6/L )\nRed Blood Cells 13 x10^6/L ( <13x10^6/L )\nSquamous Epithelial Cells +\n\n\n\n\n\n\n\n\nSTANDARD BACTERIAL CULTURE\n10^8-10^9 cfu/L Mixed organisms including: staphylococci,\nstreptococci and diphtheroid bacilli.\n\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986894-16258492" } ], "status": "final", "code": { "text": "Urine M/C/S" }, "subject": { "reference": "Patient/180" }, "effectiveDateTime": "2012-04-05T19:40:00Z", "issued": "2012-04-07T10:14:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1217", "resource": { "resourceType": "DiagnosticReport", "id": "1217", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nRequest No: Z561588 Z561661 Z516761 Z561665 Z561965\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12 Arterial\n Time: 11:30 14:28 14:28 19:43 20:02 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 37.0 37.0 37.0 Deg. C\npH 7.41 * * * 7.40 7.35-7.45\npCO2 38 36 36 41 mmHg 35-45\nHCO3(Std) 24 25 mmol/L 22.0-30.0\nBase Excess -0.4 0.7 mmol/L -3.0/3.0\npO2 90 90 90 76 mmHg 75-100\nO2 Sat 98 98 98 96 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 4.3 3.7 3.7 3.7 mmol/L 3.5-5.5\nSodium 147H 148H 148H 148H mmol/L 135-145\nChloride 119H 118H 118H 119H mmol/L 95-110\niCa++ 1.10L 1.10L 1.10L 1.11L mmol/L 1.12-1.30\nGlucose 8.5H 8.5H 8.5H 8.4H mmol/L 3.6-7.7\nLactate 1.0 1.0 1.0 0.9 mmol/L 0.2-1.8\n\nBLOOD CO-OXIMETRY\nTotal Hb 94L 101L 101L 97L g/L 130-170\nReduced Hb 1.9 1.8 1.8 3.8 % 0-5\nCarbOxy Hb 1.9H 1.8H 1.8H 1.5 % 0.5-1.5\nMeth Hb 1.4 1.3 1.3 1.1 % 0-1.5\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/181" }, "reason": [ { "text": "Automatic Request Registration" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z516965-16258491" } ], "status": "final", "code": { "text": "Blood Gas" }, "subject": { "reference": "Patient/181" }, "effectiveDateTime": "2012-04-05T20:02:00Z", "issued": "2012-04-05T20:14:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1218", "resource": { "resourceType": "DiagnosticReport", "id": "1218", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nProthrombin Gene Mutation Analysis\n\nG20210A Substitution Result:\n\nFactor V Gene Mutation Analysis\n\nG1691A Substitution Result:\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/182" }, "reason": [ { "text": "Thrombophilic Screen" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968884-16258490" } ], "status": "partial", "code": { "text": "Molecular Haem" }, "subject": { "reference": "Patient/182" }, "effectiveDateTime": "2012-04-05T20:00:00Z", "issued": "2012-04-05T20:00:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1219", "resource": { "resourceType": "DiagnosticReport", "id": "1219", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nURINE\nPeriod ru. Hrs\nVolume na ml\n\nUrine Creatinine 7.6 mmol/L\nUrine Creatinine Excretion mmol/D ( 8.0-17 )\nUrine Protein 0.12 g/L\nUrine Protein Excretion g/D ( <0.15 )\nProtein/Creat Ratio 16 mg/mmol Creat ( 15-35 )\nUrine Microalbumin 43 H mg/L ( <15 )\nUrine Microalb Excretion ug/min ( <20.0 )\nMicroAlb/Creat Ratio 5.66 H mg/mmol creat ( <2.5 )\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986874-16258489" } ], "status": "final", "code": { "text": "Urine Chemistry" }, "subject": { "reference": "Patient/183" }, "effectiveDateTime": "2012-04-05T19:57:00Z", "issued": "2012-04-06T04:06:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1220", "resource": { "resourceType": "DiagnosticReport", "id": "1220", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nRequest No: Z561549 Z516360 Z561163 Z561164 Z516865\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12 Arterial\n Time: 12:27 13:39 16:22 17:26 20:00 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 37.0 37.0 37.0 Deg. C\npH 7.30L 7.32L 7.28L 7.17L 7.31L 7.35-7.45\npCO2 45 45 51H 50H 41 mmHg 35-45\nHCO3(Std) 20L mmol/L 22.0-30.0\nBase Excess -3.7L -3.1L -2.3 -9.8L -4.8L mmol/L -3.0/3.0\npO2 322H 110H 141H 233H 245H mmHg 75-100\nO2 Sat 97 95 98 98 99 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 3.9 4.0 3.9 3.7 4.2 mmol/L 3.5-5.5\nSodium 140 138 141 144 141 mmol/L 135-145\nChloride 115H mmol/L 95-110\niCa++ 1.07L mmol/L 1.12-1.30\nGlucose 10.8H mmol/L 3.6-7.7\nLactate 1.0 mmol/L 0.2-1.8\n\nBLOOD CO-OXIMETRY\nTotal Hb 117L 109L 104L 92L 94L g/L 130-170\nReduced Hb 0.8 % 0-5\nCarbOxy Hb 0.3L % 0.5-1.5\nMeth Hb 1.6H % 0-1.5\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/148" }, "reason": [ { "text": "Automatic Request Registration" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z561865-16258488" } ], "status": "final", "code": { "text": "Blood Gas" }, "subject": { "reference": "Patient/148" }, "effectiveDateTime": "2012-04-05T20:00:00Z", "issued": "2012-04-05T20:04:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1221", "resource": { "resourceType": "DiagnosticReport", "id": "1221", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 136 mmol/L ( 135-145 )\nPotassium 4.1 mmol/L ( 3.5-5.5 )\nChloride 103 mmol/L ( 95-110 )\nHCO3 26 mmol/L ( 22-30 )\nCreatinine 51 umol/L ( 64-104 )\n (Creatinine) 0.051 mmol/L ( 0.05-0.11)\nUrea 5.0 mmol/L ( 2.5-8.3 )\n eGFR >90 ( SEE-BELOW)\nAlbumin 30 g/L ( 35-50 )\nAP 224 IU/L ( 30-120 )\nGGT 468 IU/L ( 10-65 )\nALT 88 IU/L ( <45 )\nAST 77 IU/L ( <35 )\nBili Total 103 umol/L ( <19 )\nProtein Total 64 g/L ( 65-85 )\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986854-16258486" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/184" }, "effectiveDateTime": "2012-04-05T19:40:00Z", "issued": "2012-04-05T21:39:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1222", "resource": { "resourceType": "DiagnosticReport", "id": "1222", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z766130 Z886994 Z866826 Z968535 Z986854\n Date: 03/04/12 04/04/12 04/04/12 05/04/12 05/04/12\n Time: 08:41 03:45 11:10 04:45 19:40 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 111L 107L 111L 92L 86L g/L 130-170\nWCC 7.2 5.7 5.7 5.7 7.8 x10^9/L 4.0-11.0\nPLT 157 155 164 161 167 x10^9/L 140-400\nRCC 3.42L 3.34L 3.45L 2.84L 2.64L x10^12/L 4.50-5.70\nPCV 0.32L 0.32L 0.32L 0.27L 0.25L L/L 0.40-0.50\nMCV 94.3 94.2 93.7 93.8 94.6 fL 80.0-96.0\nMCH 32.5 32.0 32.3 32.5 32.5 pg 27.0-33.0\nMCHC 345 340 345 346 344 g/L 320-360\nRDW 12.3 13.1 12.8 13.2 13.3 % 11.0-15.0\nWhite Cell Differential\nNeut 6.0 4.5 4.3 4.5 6.7 x10^9/L 2.0-8.0\nLymph 0.5L 0.5L 0.8L 0.5L 0.5L x10^9/L 1.2-4.0\nMono 0.5 0.5 0.5 0.5 0.5 x10^9/L 0.1-1.0\nEos 0.1 0.1 0.2 0.2 0.1 x10^9/L 0.0-0.5\nBaso 0.0 0.1 0.0 0.0 0.0 x10^9/L 0.0-0.1\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968854-16258485" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/184" }, "effectiveDateTime": "2012-04-05T19:40:00Z", "issued": "2012-04-05T20:14:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1223", "resource": { "resourceType": "DiagnosticReport", "id": "1223", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nRequest No: Z561579 Z561261 Z516463 Z561864 Z561765\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12 Arterial\n Time: 12:36 14:13 16:46 18:10 19:54 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 37.0 37.0 37.0 Deg. C\npH 7.17L 7.26L 7.36 7.40 7.36 7.35-7.45\npCO2 28L 26L 23L 21L 27L mmHg 35-45\nHCO3(Std) 11L 14L 16L 17L 17L mmol/L 22.0-30.0\nBase Excess -17.1L -14.4L -11.8L -10.8L -9.4L mmol/L -3.0/3.0\npO2 161H 142H 138H 136H 306H mmHg 75-100\nO2 Sat 98 99 99 100 100 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 6.2H 5.0 5.7H 6.0H 5.6H mmol/L 3.5-5.5\nSodium 139 142 140 141 138 mmol/L 135-145\nChloride 110 109 107 106 107 mmol/L 95-110\niCa++ 1.02L 0.98L 0.99L 0.98L 0.97L mmol/L 1.12-1.30\nGlucose 6.9 5.2 5.3 4.4 7.4 mmol/L 3.6-7.7\nLactate 13.9H 15.0H 12.3H 11.7H 9.3H mmol/L 0.2-1.8\n\nBLOOD CO-OXIMETRY\nTotal Hb 101L 99L 106L 109L 108L g/L 130-170\nReduced Hb 1.6 1.2 0.6 0.5 -0.2L % 0-5\nCarbOxy Hb 1.1 1.4 1.7H 1.8H 1.4 % 0.5-1.5\nMeth Hb 1.3 1.2 1.0 1.2 1.1 % 0-1.5\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/122" }, "reason": [ { "text": "Automatic Request Registration" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z516765-16258484" } ], "status": "final", "code": { "text": "Blood Gas" }, "subject": { "reference": "Patient/122" }, "effectiveDateTime": "2012-04-05T19:54:00Z", "issued": "2012-04-05T19:59:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1224", "resource": { "resourceType": "DiagnosticReport", "id": "1224", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z986844\n Date: 05/04/12\n Time: 19:45 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 1.0 0.8-1.3\nAPTT 111H secs 23-36\nFibrinogen 3.6 g/L 2.0-5.0\n\n12Z968844 05/04/12 19:45\nComment: Further testing with a heparin resistant reagent confirmed\n the presence of heparin. Suggest repeat.\n\nAPTT Therapeutic range for IV Heparin therapy = 60-85 seconds\nFrom 9.12.2010 APTT normal range 23 - 36 seconds.\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/185" }, "reason": [ { "text": "Post Angio + Stent" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968844-16258483" } ], "status": "final", "code": { "text": "Routine Coagulation" }, "subject": { "reference": "Patient/185" }, "effectiveDateTime": "2012-04-05T19:45:00Z", "issued": "2012-04-05T20:43:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1225", "resource": { "resourceType": "DiagnosticReport", "id": "1225", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 137 mmol/L ( 135-145 )\nPotassium 4.0 mmol/L ( 3.5-5.5 )\nChloride 103 mmol/L ( 95-110 )\nHCO3 26 mmol/L ( 22-30 )\nCreatinine 68 umol/L ( 64-104 )\n (Creatinine) 0.068 mmol/L ( 0.05-0.11)\nUrea 3.9 mmol/L ( 2.5-8.3 )\n eGFR >90 ( SEE-BELOW)\nCalcium 2.30 mmol/L ( 2.10-2.60)\nPhosphate 1.17 mmol/L ( 0.8-1.5 )\nMagnesium 0.88 mmol/L ( 0.7-1.1 )\nAlbumin 34 g/L ( 35-50 )\nAP 96 IU/L ( 30-120 )\nGGT 102 IU/L ( 10-65 )\nALT 50 IU/L ( <45 )\nAST 128 IU/L ( <35 )\nBili Total 8 umol/L ( <19 )\nProtein Total 65 g/L ( 65-85 )\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/185" }, "reason": [ { "text": "Post Angio + Stent" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968844-16258482" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/185" }, "effectiveDateTime": "2012-04-05T19:45:00Z", "issued": "2012-04-05T20:18:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1226", "resource": { "resourceType": "DiagnosticReport", "id": "1226", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z986844\n Date: 05/04/12\n Time: 19:45 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 141 g/L 130-170\nWCC 7.2 x10^9/L 4.0-11.0\nPLT 218 x10^9/L 140-400\nRCC 4.64 x10^12/L 4.50-5.70\nPCV 0.41 L/L 0.40-0.50\nMCV 88.8 fL 80.0-96.0\nMCH 30.4 pg 27.0-33.0\nMCHC 342 g/L 320-360\nRDW 13.1 % 11.0-15.0\nWhite Cell Differential\nNeut 5.0 x10^9/L 2.0-8.0\nLymph 1.5 x10^9/L 1.2-4.0\nMono 0.6 x10^9/L 0.1-1.0\nEos 0.1 x10^9/L 0.0-0.5\nBaso 0.0 x10^9/L 0.0-0.1\n\n12Z968844 05/04/12 19:45\nFilm Comment : Film scanned. The blood film shows no diagnostic features.\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/185" }, "reason": [ { "text": "Post Angio + Stent" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968844-16258481" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/185" }, "effectiveDateTime": "2012-04-05T19:45:00Z", "issued": "2012-04-05T22:06:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1227", "resource": { "resourceType": "DiagnosticReport", "id": "1227", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nLab No : Z763783\nSPECIMEN\nSpecimen Type : Urine Catheter Specimen\n\n\nCHEMISTRY\npH 7.5\nProtein TRACE\nSpecific Grav. 1.013\nBlood +++\nGlucose NEGATIVE\nLeucocytes +++\n\n\nMICROSCOPY\nLeucocytes 920 x10^6/L ( <2x10^6/L )\nRed Blood Cells 6940 x10^6/L ( <13x10^6/L )\nSquamous Epithelial Cells Nil\n\n\n\n\n\n\n\n\nSTANDARD BACTERIAL CULTURE\n\n1. Escherichia coli >10^9 cfu/L\n\n\nSENSITIVITIES: 1\nCiprofloxacin S\nCotrimoxazole R\nGentamicin S\nMeropenem S\nNitrofurantoin I\nTrimethoprim R\n\nORGANISM 1: This organism has a raised ceftazidime and/ or\nceftriaxone MIC. This would suggest that treatment of this\norganism with cephalosporins, aztreonam and all penicillins\nincluding augmentin, tazocin and timentin could lead to rapid\nemergence of resistance and clinical failure.\n\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968834-16258480" } ], "status": "final", "code": { "text": "Urine M/C/S" }, "subject": { "reference": "Patient/186" }, "effectiveDateTime": "2012-04-05T17:00:00Z", "issued": "2012-04-09T08:45:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1228", "resource": { "resourceType": "DiagnosticReport", "id": "1228", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 142 mmol/L ( 135-145 )\nPotassium 3.8 mmol/L ( 3.5-5.5 )\nChloride 106 mmol/L ( 95-110 )\nHCO3 27 mmol/L ( 22-30 )\nCreatinine 67 umol/L ( 64-104 )\n (Creatinine) 0.067 mmol/L ( 0.05-0.11)\nUrea 6.0 mmol/L ( 2.5-8.3 )\n eGFR >90 ( SEE-BELOW)\nC-React Prot 24 mg/L ( <5 )\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968824-16258479" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/187" }, "effectiveDateTime": "2012-04-05T19:45:00Z", "issued": "2012-04-05T20:19:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1229", "resource": { "resourceType": "DiagnosticReport", "id": "1229", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z916147 Z968416 Z968824\n Date: 13/07/09 15/09/09 05/04/12\n Time: 16:20 14:00 19:45 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 140 138 129L g/L 130-170\nWCC 8.4 7.2 7.8 x10^9/L 4.0-11.0\nPLT 538H 456H 373 x10^9/L 140-400\nRCC 4.78 4.74 4.28L x10^12/L 4.50-5.70\nPCV 0.41 0.41 0.37L L/L 0.40-0.50\nMCV 86.1 86.4 86.8 fL 80.0-96.0\nMCH 29.3 29.1 30.1 pg 27.0-33.0\nMCHC 341 336 347 g/L 320-360\nRDW 12.3 12.9 12.4 % 11.0-15.0\nRetics % 1.09 % 0.5-2.0\nRetics 52.1 x10^9/L 20-130\nWhite Cell Differential\nNeut 5.4 4.4 5.2 x10^9/L 2.0-8.0\nLymph 2.1 1.8 1.2 x10^9/L 1.2-4.0\nMono 0.5 0.5 1.1H x10^9/L 0.1-1.0\nEos 0.3 0.4 0.3 x10^9/L 0.0-0.5\nBaso 0.0 0.0 0.0 x10^9/L 0.0-0.1\n\n09Z916147 13/07/09 16:20\nFilm Comment : Red cells and leucocytes are unremarkable. Mild\n thrombocytosis.\nConclusion: ? reactive thrombocytosis. Suggest follow up FBE.\n\n09Z968416 15/09/09 14:00\nFilm Comment : Platelets are frequent large. Red cell and white cell\n morphology is unremarkable.\nConclusion: See trephine report. Dr Lab Labfellow\nComment: FBE with BMAT. Report to follow.\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968824-16258478" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/187" }, "effectiveDateTime": "2012-04-05T19:45:00Z", "issued": "2012-04-05T20:13:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1231", "resource": { "resourceType": "DiagnosticReport", "id": "1231", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nDoes the patient have a previously diagnosed prostatic disease? (Y/N) N\n\nPSA * \\XE6\\g/L (<4.0 )\n\nComment: The requested tests were not completed as no sample was\n received. Ward notified.\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/188" }, "reason": [ { "text": "Urinary Symptoms 2/52 With Loin Pain" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968814-16258476" } ], "status": "final", "code": { "text": "Tumour Markers" }, "subject": { "reference": "Patient/188" }, "effectiveDateTime": "2012-04-05T19:45:00Z", "issued": "2012-04-06T07:38:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1232", "resource": { "resourceType": "DiagnosticReport", "id": "1232", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 140 mmol/L ( 135-145 )\nPotassium 4.9 mmol/L ( 3.5-5.5 )\nChloride 103 mmol/L ( 95-110 )\nHCO3 30 mmol/L ( 22-30 )\nCreatinine 83 umol/L ( 64-104 )\n (Creatinine) 0.083 mmol/L ( 0.05-0.11)\nUrea 6.5 mmol/L ( 2.5-8.3 )\n eGFR >90 ( SEE-BELOW)\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/188" }, "reason": [ { "text": "Urinary Symptoms 2/52 With Loin Pain" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968814-16258475" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/188" }, "effectiveDateTime": "2012-04-05T19:45:00Z", "issued": "2012-04-05T20:19:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1233", "resource": { "resourceType": "DiagnosticReport", "id": "1233", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z968814\n Date: 05/04/12\n Time: 19:45 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 152 g/L 130-170\nWCC 6.8 x10^9/L 4.0-11.0\nPLT 203 x10^9/L 140-400\nRCC 5.02 x10^12/L 4.50-5.70\nPCV 0.44 L/L 0.40-0.50\nMCV 88.6 fL 80.0-96.0\nMCH 30.2 pg 27.0-33.0\nMCHC 341 g/L 320-360\nRDW 12.1 % 11.0-15.0\nWhite Cell Differential\nNeut 3.7 x10^9/L 2.0-8.0\nLymph 2.3 x10^9/L 1.2-4.0\nMono 0.6 x10^9/L 0.1-1.0\nEos 0.2 x10^9/L 0.0-0.5\nBaso 0.0 x10^9/L 0.0-0.1\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/188" }, "reason": [ { "text": "Urinary Symptoms 2/52 With Loin Pain" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986814-16258474" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/188" }, "effectiveDateTime": "2012-04-05T19:45:00Z", "issued": "2012-04-05T20:13:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1234", "resource": { "resourceType": "DiagnosticReport", "id": "1234", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\n Patient ID/Specimen/Reporting Errors\n** This Test Is For Laboratory Statistical Use Only **\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/151" }, "reason": [ { "text": "Sah" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986893-16258473" } ], "status": "partial", "code": { "text": "Central Reception" }, "subject": { "reference": "Patient/151" }, "effectiveDateTime": "2012-04-05T19:40:00Z", "issued": "2012-04-05T19:40:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1235", "resource": { "resourceType": "DiagnosticReport", "id": "1235", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nAlbumin * g/L ( 35-50 )\nAP * IU/L ( 30-120 )\nGGT * IU/L ( 10-65 )\nALT * IU/L ( <34 )\nAST * IU/L ( <31 )\nBili Total * umol/L ( <19 )\nProtein Total * g/L ( 65-85 )\n\nComment: The requested tests were not completed as no\n sample was received.Lfts added to Z968840.\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/151" }, "reason": [ { "text": "Sah" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968893-16258472" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/151" }, "effectiveDateTime": "2012-04-05T19:40:00Z", "issued": "2012-04-05T20:15:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1236", "resource": { "resourceType": "DiagnosticReport", "id": "1236", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z968893\n Date: 05/04/12\n Time: 19:40 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 1.0 0.8-1.3\nAPTT 30 secs 23-36\nFibrinogen 3.4 g/L 2.0-5.0\n\nAPTT Therapeutic range for IV Heparin therapy = 60-85 seconds\nFrom 9.12.2010 APTT normal range 23 - 36 seconds.\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/151" }, "reason": [ { "text": "Sah" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968893-16258471" } ], "status": "final", "code": { "text": "Routine Coagulation" }, "subject": { "reference": "Patient/151" }, "effectiveDateTime": "2012-04-05T19:40:00Z", "issued": "2012-04-05T20:32:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1237", "resource": { "resourceType": "DiagnosticReport", "id": "1237", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 132 mmol/L ( 135-145 )\nPotassium * mmol/L ( 3.5-5.5 )\nChloride 96 mmol/L ( 95-110 )\nHCO3 22 mmol/L ( 22-30 )\nCreatinine 116 umol/L ( 49-90 )\n (Creatinine) 0.116 mmol/L ( 0.05-0.09)\nUrea 9.3 mmol/L ( 2.5-8.3 )\n eGFR 41 ( SEE-BELOW)\nAlbumin 38 g/L ( 35-50 )\nAP 107 IU/L ( 30-120 )\nGGT 187 IU/L ( 10-65 )\nALT 32 IU/L ( <34 )\nAST * IU/L ( <31 )\nBili Total * umol/L ( <19 )\nProtein Total 74 g/L ( 65-85 )\nTroponin I <0.02 ug/L (See Below )\nCK 811 IU/L ( <145 )\n\nComment: Haemolysed. Some tests (*) unavailable.\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/178" }, "reason": [ { "text": "Increasing Sob On Exerion Post Surgery 3/52 Ago ? Pe" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968804-16258470" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/178" }, "effectiveDateTime": "2012-04-05T19:40:00Z", "issued": "2012-04-05T20:35:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1238", "resource": { "resourceType": "DiagnosticReport", "id": "1238", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z256564 Z368815 Z965898 Z936275 Z968804\n Date: 24/03/12 25/03/12 26/03/12 27/03/12 05/04/12\n Time: 10:45 10:15 08:15 09:10 19:40 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 116 119 117 106L * g/L 115-150\nWCC 11.7H 11.6H 9.5 9.9 x10^9/L 4.0-11.0\nPLT 578H 677H 674H 649H * x10^9/L 140-400\nRCC 3.99 4.18 4.04 3.69L x10^12/L 3.80-5.10\nPCV 0.34L 0.36 0.34L 0.31L L/L 0.35-0.45\nMCV 84.3 84.9 84.2 83.8 fL 80.0-96.0\nMCH 29.0 28.5 29.0 28.7 pg 27.0-33.0\nMCHC 343 336 344 343 g/L 320-360\nRDW 13.8 13.6 13.9 13.9 % 11.0-15.0\nWhite Cell Differential\nNeut 8.9H 8.9H 6.7 7.5 x10^9/L 2.0-8.0\nLymph 1.5 1.4 1.8 1.3 x10^9/L 1.2-4.0\nMono 0.9 1.0 0.8 0.9 x10^9/L 0.1-1.0\nEos 0.3 0.2 0.2 0.1 x10^9/L 0.0-0.5\nBaso 0.1 0.1 0.0 0.0 x10^9/L 0.0-0.1\n\n12Z368815 25/03/12 10:15\nComment: Note moderate thrombocytosis. ? reactive.\n Instrument differential and parameters reported.\n\n12Z986804 05/04/12 19:40\nComment: * Specimen clotted. ED informed.\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/178" }, "reason": [ { "text": "Increasing Sob On Exerion Post Surgery 3/52 Ago ? Pe" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968804-16258469" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/178" }, "effectiveDateTime": "2012-04-05T19:40:00Z", "issued": "2012-04-05T20:17:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1239", "resource": { "resourceType": "DiagnosticReport", "id": "1239", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nRequest No: Z516535 Z561588 Z561661 Z516761 Z561665\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12 Arterial\n Time: 08:12 11:30 14:28 14:28 19:43 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 37.0 37.0 37.0 Deg. C\npH 7.42 7.41 * * * 7.35-7.45\npCO2 36 38 36 36 mmHg 35-45\nHCO3(Std) 24 24 mmol/L 22.0-30.0\nBase Excess -0.6 -0.4 mmol/L -3.0/3.0\npO2 84 90 90 90 mmHg 75-100\nO2 Sat 98 98 98 98 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 4.0 4.3 3.7 3.7 mmol/L 3.5-5.5\nSodium 146H 147H 148H 148H mmol/L 135-145\nChloride 120H 119H 118H 118H mmol/L 95-110\niCa++ 1.10L 1.10L 1.10L 1.10L mmol/L 1.12-1.30\nGlucose 8.9H 8.5H 8.5H 8.5H mmol/L 3.6-7.7\nLactate 0.9 1.0 1.0 1.0 mmol/L 0.2-1.8\n\nBLOOD CO-OXIMETRY\nTotal Hb 94L 94L 101L 101L g/L 130-170\nReduced Hb 2.3 1.9 1.8 1.8 % 0-5\nCarbOxy Hb 1.9H 1.9H 1.8H 1.8H % 0.5-1.5\nMeth Hb 0.7 1.4 1.3 1.3 % 0-1.5\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/181" }, "reason": [ { "text": "Automatic Request Registration" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z561665-16258468" } ], "status": "final", "code": { "text": "Blood Gas" }, "subject": { "reference": "Patient/181" }, "effectiveDateTime": "2012-04-05T19:43:00Z", "issued": "2012-04-06T06:21:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1240", "resource": { "resourceType": "DiagnosticReport", "id": "1240", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nLab No : Z860538\nSPECIMEN\nSpecimen Type : Biopsy\nDescription : Left Lateral Foot\n\n\n\n\nMICROSCOPY\n\n\nGRAM STAIN\nLeucocytes +\nEpithelial Cells +\nNo organisms seen\n\n\n\nCULTURE\nNo Growth After 2 Days.\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/189" }, "reason": [ { "text": "Known Endocarditis, Vasculitic Rash Past, ?septic Embol" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968843-16258467" } ], "status": "final", "code": { "text": "Sterile Sites M/C/S" }, "subject": { "reference": "Patient/189" }, "effectiveDateTime": "2012-04-05T19:21:00Z", "issued": "2012-04-09T11:01:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1240a", "resource": { "resourceType": "DiagnosticReport", "id": "1240a", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z768114 Z816561 Z968883\n Date: 08/02/10 11/02/10 05/04/12\n Time: 18:00 08:08 19:28 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 1.0 1.1 1.0 0.8-1.3\nAPTT 27 26 secs 23-36\nFibrinogen 3.4 3.5 g/L 2.0-5.0\n\nAPTT Therapeutic range for IV Heparin therapy = 60-85 seconds\nFrom 9.12.2010 APTT normal range 23 - 36 seconds.\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/190" }, "reason": [ { "text": "Trauma" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968883-16258465" } ], "status": "final", "code": { "text": "Routine Coagulation" }, "subject": { "reference": "Patient/190" }, "effectiveDateTime": "2012-04-05T19:28:00Z", "issued": "2012-04-05T20:10:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1241", "resource": { "resourceType": "DiagnosticReport", "id": "1241", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 138 mmol/L ( 135-145 )\nPotassium 4.1 mmol/L ( 3.5-5.5 )\nChloride 103 mmol/L ( 95-110 )\nHCO3 29 mmol/L ( 22-30 )\nCreatinine 90 umol/L ( 64-104 )\n (Creatinine) 0.090 mmol/L ( 0.05-0.11)\nUrea 4.3 mmol/L ( 2.5-8.3 )\n eGFR 80 ( SEE-BELOW)\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/190" }, "reason": [ { "text": "Trauma" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968883-16258464" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/190" }, "effectiveDateTime": "2012-04-05T19:28:00Z", "issued": "2012-04-05T20:06:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1242", "resource": { "resourceType": "DiagnosticReport", "id": "1242", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z861419 Z863387 Z476650 Z269106 Z968883\n Date: 12/02/10 25/02/10 15/04/10 29/07/10 05/04/12\n Time: 08:13 15:24 14:38 14:25 19:28 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 144 137 130 150 146 g/L 130-170\nWCC 10.3 9.8 7.0 7.1 15.0H x10^9/L 4.0-11.0\nPLT 190 215 204 200 225 x10^9/L 140-400\nRCC 4.91 4.63 4.32L 5.02 4.81 x10^12/L 4.50-5.70\nPCV 0.43 0.41 0.38L 0.44 0.44 L/L 0.40-0.50\nMCV 88.0 87.5 87.7 88.3 90.4 fL 80.0-96.0\nMCH 29.3 29.6 30.0 29.9 30.3 pg 27.0-33.0\nMCHC 333 339 343 338 335 g/L 320-360\nRDW 13.5 13.8 14.6 14.0 15.2H % 11.0-15.0\nWhite Cell Differential\nNeut 2.8 6.3 3.8 4.6 12.7H x10^9/L 2.0-8.0\nLymph 6.3H 2.3 2.3 1.7 1.5 x10^9/L 1.2-4.0\nMono 0.9 0.9 0.5 0.6 0.6 x10^9/L 0.1-1.0\nEos 0.1 0.2 0.4 0.2 0.2 x10^9/L 0.0-0.5\nBaso 0.1 0.1 0.1 0.0 0.1 x10^9/L 0.0-0.1\n\n12Z986883 05/04/12 19:28\nComment: Please note mild neutrophilia\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/190" }, "reason": [ { "text": "Trauma" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986883-1625846422" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/190" }, "effectiveDateTime": "2012-04-05T19:28:00Z", "issued": "2012-04-05T19:43:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1243", "resource": { "resourceType": "DiagnosticReport", "id": "1243", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nHISTOPATHOLOGY\nLab No: 2021X023532\n\nCLINICAL NOTES:\n\n?Viral (illegible) ?Early EM. Widespread erythematous plaque.\n\nMACROSCOPIC DESCRIPTION:\n\n"Biopsy back": Two punch biopsies each 3mm across and 3mm deep. A1.\n(TJB)\n\nMICROSCOPIC DESCRIPTION:\n\n\n\nDIAGNOSIS:\n\n\nPathologist: To Follow\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968833-16258462" } ], "status": "partial", "code": { "text": "New Histology Rep" }, "subject": { "reference": "Patient/191" }, "effectiveDateTime": "2012-04-05T19:20:00Z", "issued": "2012-04-05T19:20:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1244", "resource": { "resourceType": "DiagnosticReport", "id": "1244", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nHISTOPATHOLOGY\nLab No: 2021X023531\n\nCLINICAL NOTES:\n\nShave biopsy (L) nose ?BCC ?(illegible) papule of the nose.\n\nMACROSCOPIC DESCRIPTION:\n\n"Shave biopsy nose": A white shaving of skin with a raised white\nnodule and brown top all measuring 6x5x2mm. Specimen bisected, A1.\n(TJB)\n\nMICROSCOPIC DESCRIPTION:\n\n\n\nDIAGNOSIS:\n\n\nPathologist: To Follow\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968853-16258461" } ], "status": "partial", "code": { "text": "New Histology Rep" }, "subject": { "reference": "Patient/192" }, "effectiveDateTime": "2012-04-05T19:23:00Z", "issued": "2012-04-05T19:23:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1245", "resource": { "resourceType": "DiagnosticReport", "id": "1245", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z361399 Z968863\n Date: 13/03/12 05/04/12\n Time: 14:20 19:24 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 1.3 1.3 0.8-1.3\nAPTT 28 secs 23-36\nFibrinogen 4.8 g/L 2.0-5.0\n\nAPTT Therapeutic range for IV Heparin therapy = 60-85 seconds\nFrom 9.12.2010 APTT normal range 23 - 36 seconds.\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/139" }, "reason": [ { "text": "89/M Collapsed, Low Bp" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986883-1625846433" } ], "status": "final", "code": { "text": "Routine Coagulation" }, "subject": { "reference": "Patient/139" }, "effectiveDateTime": "2012-04-05T19:24:00Z", "issued": "2012-04-05T19:24:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1246", "resource": { "resourceType": "DiagnosticReport", "id": "1246", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 135 mmol/L ( 135-145 )\nPotassium 4.4 mmol/L ( 3.5-5.5 )\nChloride 100 mmol/L ( 95-110 )\nHCO3 25 mmol/L ( 22-30 )\nCreatinine 104 umol/L ( 64-104 )\n (Creatinine) 0.104 mmol/L ( 0.05-0.11)\nUrea 8.6 mmol/L ( 2.5-8.3 )\n eGFR 58 ( SEE-BELOW)\nAlbumin 24 g/L ( 35-50 )\nAP 172 IU/L ( 30-120 )\nGGT 59 IU/L ( 10-65 )\nALT 22 IU/L ( <45 )\nAST 27 IU/L ( <35 )\nBili Total 84 umol/L ( <19 )\nProtein Total 62 g/L ( 65-85 )\nC-React Prot 109 mg/L ( <5 )\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/139" }, "reason": [ { "text": "89/M Collapsed, Low Bp" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968863-16258459" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/139" }, "effectiveDateTime": "2012-04-05T19:24:00Z", "issued": "2012-04-05T19:24:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1247", "resource": { "resourceType": "DiagnosticReport", "id": "1247", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z965662 Z361399 Z986863\n Date: 28/04/11 13/03/12 05/04/12\n Time: 12:30 14:20 19:24 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 148 116L 110L g/L 130-170\nWCC 7.4 10.1 14.0H x10^9/L 4.0-11.0\nPLT 223 274 305 x10^9/L 140-400\nRCC 4.65 3.59L 3.39L x10^12/L 4.50-5.70\nPCV 0.42 0.33L 0.32L L/L 0.40-0.50\nMCV 91.6 90.9 93.3 fL 80.0-96.0\nMCH 31.9 32.4 32.5 pg 27.0-33.0\nMCHC 348 356 348 g/L 320-360\nRDW 14.5 16.5H 15.4H % 11.0-15.0\nWhite Cell Differential\nNeut 5.5 7.8 11.4H x10^9/L 2.0-8.0\nLymph 1.2 1.1L 1.2 x10^9/L 1.2-4.0\nMono 0.6 1.0 1.2H x10^9/L 0.1-1.0\nEos 0.0 0.0 0.0 x10^9/L 0.0-0.5\nBaso 0.0 0.0 0.1 x10^9/L 0.0-0.1\nBands 0.2 x10^9/L 0.0-0.5\n\n12Z361399 13/03/12 14:20\nFilm Comment : Red cells show numerous target cells and moderate\n anisocytosis. Manual differential. Platelets are\n plentiful.\nConclusion: Suggestive of liver dysfunction.\n\n12Z968863 05/04/12 19:24\nComment: Please note mild neutrophilia and mild monocytosis\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/139" }, "reason": [ { "text": "89/M Collapsed, Low Bp" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986863-16258458" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/139" }, "effectiveDateTime": "2012-04-05T19:24:00Z", "issued": "2012-04-05T19:43:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1248", "resource": { "resourceType": "DiagnosticReport", "id": "1248", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nURINE\nPeriod ru. Hrs\nVolume na ml\n\nUrine Creatinine 3.0 mmol/L\nUrine Creatinine Excretion mmol/D ( 7-13 )\nUrine Protein 0.57 g/L\nUrine Protein Excretion g/D ( <0.15 )\nProtein/Creat Ratio 190 H mg/mmol Creat ( 15-35 )\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/124" }, "reason": [ { "text": "Pre Organ " } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968873-16258457" } ], "status": "final", "code": { "text": "Urine Chemistry" }, "subject": { "reference": "Patient/124" }, "effectiveDateTime": "2012-04-05T19:20:00Z", "issued": "2012-04-05T19:49:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1249", "resource": { "resourceType": "DiagnosticReport", "id": "1249", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nHISTOPATHOLOGY\nLab No: 2021X023528\n\nCLINICAL NOTES:\n\n2 x punch biopsy (L) lateral foot. ?Immune mediated vasculitis.\nKnown endocarditis vasculitic rash post x 1. ?Septic emboli.\n?Thrombotic vasculitis.\n\nMACROSCOPIC DESCRIPTION:\n\n"Biopsy left foot": A 3mm core of skin 3mm deep. A1. (TJB)\n\nMICROSCOPIC DESCRIPTION:\n\n\n\nDIAGNOSIS:\n\n\nPathologist: To Follow\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/189" }, "reason": [ { "text": "Known Endocarditis, Vasculitic Rash Past, ?septic Embol" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986843-16258456" } ], "status": "partial", "code": { "text": "New Histology Rep" }, "subject": { "reference": "Patient/189" }, "effectiveDateTime": "2012-04-05T19:21:00Z", "issued": "2012-04-05T19:21:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1250", "resource": { "resourceType": "DiagnosticReport", "id": "1250", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nISSUED PRODUCT REPORT\n\n\nProduct Issued: Intragam P 12g 200mL\nProduct Batch: 4740600000\nProduct Quantity: 3\nDate/Time Issued: 05/04/2010 19:28\n\nProduct administered by: __________________________________________\nDate administered : __________________________________________\nTime administered : __________________________________________\n\nProduct Issued: Intragam P 3g 50mL\nProduct Batch: 4740500001\nProduct Quantity: 1\nDate/Time Issued: 05/04/2010 19:28\n\nProduct administered by: __________________________________________\nDate administered : __________________________________________\nTime administered : __________________________________________\n\nProducts must be administered immediately upon receipt, or returned to\nthe Blood Bank.\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/193" }, "reason": [ { "text": "Ivig-Intragram 39G" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z867193-16258455" } ], "status": "final", "code": { "text": "Bbank Other Products" }, "subject": { "reference": "Patient/193" }, "effectiveDateTime": "2012-04-05T19:15:00Z", "issued": "2012-04-06T06:19:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1251", "resource": { "resourceType": "DiagnosticReport", "id": "1251", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nRequest No: Z516565\n Date: 05/04/12 Arterial\n Time: 19:20 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 Deg. C\npH 7.32L 7.35-7.45\npCO2 59H mmHg 35-45\nBase Excess 4.1H mmol/L -3.0/3.0\npO2 33L mmHg 75-100\nO2 Sat 57L % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 4.0 mmol/L 3.5-5.5\nSodium 139 mmol/L 135-145\n\nBLOOD CO-OXIMETRY\nTotal Hb 151 g/L 130-170\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/190" }, "reason": [ { "text": "Automatic Request Registration" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z561565-16258454" } ], "status": "final", "code": { "text": "Blood Gas" }, "subject": { "reference": "Patient/190" }, "effectiveDateTime": "2012-04-05T19:20:00Z", "issued": "2012-04-05T19:23:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1252", "resource": { "resourceType": "DiagnosticReport", "id": "1252", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nCalcium 1.55 mmol/L ( 2.10-2.60)\nPhosphate 1.28 mmol/L ( 0.8-1.5 )\nMagnesium 0.95 mmol/L ( 0.7-1.1 )\nAlbumin 22 g/L ( 35-50 )\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968823-16258453" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/194" }, "effectiveDateTime": "2012-04-05T18:00:00Z", "issued": "2012-04-05T19:46:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1253", "resource": { "resourceType": "DiagnosticReport", "id": "1253", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nLab No : Z763773\nSPECIMEN\nSpecimen Type : Urine Type Not Stated\n\n\nCHEMISTRY\npH 5.5\nProtein NEGATIVE\nSpecific Grav. 1.010\nBlood NEGATIVE\nGlucose NEGATIVE\nLeucocytes NEGATIVE\n\n\nMICROSCOPY\nLeucocytes 3 x10^6/L ( <2x10^6/L )\nRed Blood Cells 2 x10^6/L ( <13x10^6/L )\nSquamous Epithelial Cells Nil\n\nRed blood cell count unreliable due to low specific gravity.\n\n\n\n\n\n\nSTANDARD BACTERIAL CULTURE\n10^8 cfu/L Mixed organisms including: staphylococci, streptococci\nand diphtheroid bacilli.\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/195" }, "reason": [ { "text": "Recurrent Falls" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986813-16258452" } ], "status": "final", "code": { "text": "Urine M/C/S" }, "subject": { "reference": "Patient/195" }, "effectiveDateTime": "2012-04-05T19:00:00Z", "issued": "2012-04-07T10:13:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1254", "resource": { "resourceType": "DiagnosticReport", "id": "1254", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z968503 Z968694 Z986770 Z968745 Z968803\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12\n Time: 06:00 11:25 14:57 17:00 19:00 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 1.1 1.1 0.8-1.3\nAPTT 104H 55H 44H * 67H secs 23-36\nFibrinogen 4.3 4.3 g/L 2.0-5.0\n\n12Z986803 05/04/12 19:00\nComment: Further testing with a heparin resistant reagent confirmed\n the presence of heparin. Please indicate anticoagulant\n therapy on request form.\n\n12Z968745 05/04/12 17:00\nComment: * Insufficient specimen to perform APTT. Ward informed.\n\nAPTT Therapeutic range for IV Heparin therapy = 60-85 seconds\nFrom 9.12.2010 APTT normal range 23 - 36 seconds.\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986803-16258451" } ], "status": "final", "code": { "text": "Routine Coagulation" }, "subject": { "reference": "Patient/147" }, "effectiveDateTime": "2012-04-05T19:00:00Z", "issued": "2012-04-05T19:57:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1255", "resource": { "resourceType": "DiagnosticReport", "id": "1255", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nISSUED PRODUCT REPORT\n\n\nProduct Issued: Kiovig 20g 200mL\nProduct Batch: LE12M354AC\nProduct Quantity: 1\nDate/Time Issued: 05/04/2010 09:18\n\nProduct administered by: __________________________________________\nDate administered : __________________________________________\nTime administered : __________________________________________\n\nProduct Issued: Kiovig 10g 100mL\nProduct Batch: LE12L001AC\nProduct Quantity: 1\nDate/Time Issued: 05/04/2010 09:18\n\nProduct administered by: __________________________________________\nDate administered : __________________________________________\nTime administered : __________________________________________\n\nProducts must be administered immediately upon receipt, or returned to\nthe Blood Bank.\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/196" }, "reason": [ { "text": "Kovig Ivig- 30G" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z876183-16258450" } ], "status": "final", "code": { "text": "Bbank Other Products" }, "subject": { "reference": "Patient/196" }, "effectiveDateTime": "2012-04-05T19:10:00Z", "issued": "2012-04-05T19:18:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1256", "resource": { "resourceType": "DiagnosticReport", "id": "1256", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nRequest No: Z461110 Z516465\n Date: 28/03/12 05/04/12 Arterial\n Time: 19:21 19:11 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 Deg. C\npH 7.42 7.38 7.35-7.45\npCO2 36 33L mmHg 35-45\nBase Excess -0.5 -5.1L mmol/L -3.0/3.0\npO2 80 86 mmHg 75-100\nO2 Sat 96 96 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 4.2 6.0H mmol/L 3.5-5.5\nSodium 138 132L mmol/L 135-145\n\nBLOOD CO-OXIMETRY\nTotal Hb 100L 93L g/L 115-150\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/144" }, "reason": [ { "text": "Automatic Request Registration" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z561465-16258449" } ], "status": "final", "code": { "text": "Blood Gas" }, "subject": { "reference": "Patient/144" }, "effectiveDateTime": "2012-04-05T19:11:00Z", "issued": "2012-04-05T19:13:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1257", "resource": { "resourceType": "DiagnosticReport", "id": "1257", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 138 mmol/L ( 135-145 )\nPotassium 3.9 mmol/L ( 3.5-5.5 )\nChloride 102 mmol/L ( 95-110 )\nHCO3 28 mmol/L ( 22-30 )\nCreatinine 59 umol/L ( 64-104 )\n (Creatinine) 0.059 mmol/L ( 0.05-0.11)\nUrea 3.5 mmol/L ( 2.5-8.3 )\n eGFR >90 ( SEE-BELOW)\nCalcium 2.09 mmol/L ( 2.10-2.60)\nPhosphate 1.62 mmol/L ( 0.8-1.5 )\nMagnesium 0.73 mmol/L ( 0.7-1.1 )\nAlbumin 30 g/L ( 35-50 )\nTroponin I 0.70 ug/L (See Below )\nCK 247 IU/L ( <175 )\nCKMB Mass * ug/L ( <4 )\nC-React Prot 166 mg/L ( <5 )\n\nComment: The CKMB was not measured on this sample. It has\n been replaced by Troponin.\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/197" }, "reason": [ { "text": "Cags X3 24/24 Post" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986892-16258448" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/197" }, "effectiveDateTime": "2012-04-05T18:55:00Z", "issued": "2012-04-05T20:14:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1268", "resource": { "resourceType": "DiagnosticReport", "id": "1268", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z860270 Z886554 Z968892\n Date: 22/02/12 03/04/12 05/04/12\n Time: 08:10 11:45 18:55 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 155 134 99L g/L 130-170\nWCC 9.8 7.5 8.9 x10^9/L 4.0-11.0\nPLT 232 220 165 x10^9/L 140-400\nRCC 5.39 4.53 3.44L x10^12/L 4.50-5.70\nPCV 0.46 0.40 0.30L L/L 0.40-0.50\nMCV 85.3 87.3 86.4 fL 80.0-96.0\nMCH 28.7 29.5 28.8 pg 27.0-33.0\nMCHC 336 337 333 g/L 320-360\nRDW 14.1 14.6 14.8 % 11.0-15.0\nWhite Cell Differential\nNeut 7.4 4.9 7.6 x10^9/L 2.0-8.0\nLymph 1.7 2.0 0.6L x10^9/L 1.2-4.0\nMono 0.5 0.5 0.6 x10^9/L 0.1-1.0\nEos 0.1 0.1 0.0 x10^9/L 0.0-0.5\nBaso 0.0 0.0 0.0 x10^9/L 0.0-0.1\n\n12Z968892 05/04/12 18:55\nComment: Please note fall in haemoglobin and platelet count since\n the previous examination. Post CAGS.\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/197" }, "reason": [ { "text": "Cags X3 24/24 Post" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968892-16258447" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/197" }, "effectiveDateTime": "2012-04-05T18:55:00Z", "issued": "2012-04-05T19:41:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1258", "resource": { "resourceType": "DiagnosticReport", "id": "1258", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nFLT3 Mutation Analysis\n\nInternal Tandem Duplication (ITD):\n\nFLT3 ITD Allelic Ratio:\n\nTyrosine Kinase Domain 2 (TK2) Result:\n\nNucleophosmin (NPM1) Gene Mutation Analysis\n\nExon 12 Indel Result:\n\nComment\n\nCCAAT/Enhancer Binding Protein Alpha (C/EBPA) Gene Mutation Analysis\n\nCEBPA Result:\n\nComment\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/198" }, "reason": [ { "text": "See Slip" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "5003-3385" } ], "status": "partial", "code": { "text": "Molecular Haem" }, "subject": { "reference": "Patient/198" }, "effectiveDateTime": "2012-04-05T17:15:00Z", "issued": "2012-04-05T17:15:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1259", "resource": { "resourceType": "DiagnosticReport", "id": "1259", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nRequest No: Z561564 Z516576 Z561361 Z561663 Z516365\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12 Arterial\n Time: 06:54 09:27 14:18 17:00 19:04 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 37.0 37.0 37.0 Deg. C\npH 7.48H 7.50H * 7.51H * 7.35-7.45\npCO2 37 36 31L 34L 34L mmHg 35-45\nHCO3(Std) 28 29 28 mmol/L 22.0-30.0\nBase Excess 4.1H 4.5H 3.7H mmol/L -3.0/3.0\npO2 76 90 86 89 86 mmHg 75-100\nO2 Sat 96 98 98 98 97 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 3.7 4.2 3.8 4.2 3.8 mmol/L 3.5-5.5\nSodium 142 142 140 141 141 mmol/L 135-145\nChloride 109 109 107 108 106 mmol/L 95-110\niCa++ 1.12 1.11L 1.09L 1.09L 1.12 mmol/L 1.12-1.30\nGlucose 7.1 5.9 13.0H 13.4H 12.6H mmol/L 3.6-7.7\nLactate 0.9 1.0 1.0 1.5 1.4 mmol/L 0.2-1.8\n\nBLOOD CO-OXIMETRY\nTotal Hb 90L 94L 92L 88L 88L g/L 130-170\nReduced Hb 3.7 1.8 2.2 2.2 2.6 % 0-5\nCarbOxy Hb 1.2 1.1 1.3 1.3 1.3 % 0.5-1.5\nMeth Hb 1.2 1.0 1.5 1.2 1.4 % 0-1.5\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/115" }, "reason": [ { "text": "Automatic Request Registration" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z561365-16258445" } ], "status": "final", "code": { "text": "Blood Gas" }, "subject": { "reference": "Patient/115" }, "effectiveDateTime": "2012-04-05T19:04:00Z", "issued": "2012-04-06T06:21:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1260", "resource": { "resourceType": "DiagnosticReport", "id": "1260", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z964790 Z665812 Z566826 Z467914 Z968872\n Date: 02/10/05 09/10/05 16/10/05 19/10/05 05/04/12\n Time: 19:00 18:50 17:28 05:15 18:50 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 1.1 1.1 1.1 1.1 2.6H 0.8-1.3\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/153" }, "reason": [ { "text": "Chest Pain Worse On Exercise" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986872-16258444" } ], "status": "final", "code": { "text": "Routine Coagulation" }, "subject": { "reference": "Patient/153" }, "effectiveDateTime": "2012-04-05T18:50:00Z", "issued": "2012-04-05T19:48:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1261", "resource": { "resourceType": "DiagnosticReport", "id": "1261", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nTroponin I * ug/L (See Below )\n\nComment: A troponin has been measured for this patient in\n recent hours. If chest pain is ongoing, a\n repeat troponin should not be done till at\n least 4 hours after the last one.\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/153" }, "reason": [ { "text": "Chest Pain Worse On Exercise" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968872-16258443" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/153" }, "effectiveDateTime": "2012-04-05T18:50:00Z", "issued": "2012-04-05T19:25:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1262", "resource": { "resourceType": "DiagnosticReport", "id": "1262", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\n Request No: Z868702 Z868897 Z986862\n Date: 03/04/12 04/04/12 05/04/12 Therapeut\n Time: 18:40 02:10 18:45 Units Range\n -------- -------- -------- -------- -------- ------ ---------\nPLASMA\nCarbamazepine 44 umol/L 20-50\nHrs Since Dose No Info HH:MM\n\nWHOLE BLOOD\nCyclosporin 113 384 ng/mL AS-BELOW\nHrs Since Dose No Info 02:00 HH:MM\n\n* Note Cyclosporin Method Change. *\n From 26/07/2010 Cyclosporin is measured on an ADVIA Centaur\n Results will be approx 15% lower than previously\n Tentative Pre-dose therapeutic range:\n 80-320 ng/ml\n Trial 2hr Post-dose therapeutic range:\n 900-1400 ng/ml (Mth 0-1)\n 800-1200 ng/ml (Mth 1-6)\n 800-1000 ng/ml (Mth >6)\n Cyclosporin levels vary widely, depending on drug\n therapy. These ranges should be used as a guide only.\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/199" }, "reason": [ { "text": "2Hrs Post Dose" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986862-16258442" } ], "status": "final", "code": { "text": "Therapeutic Drugs" }, "subject": { "reference": "Patient/199" }, "effectiveDateTime": "2012-04-05T18:45:00Z", "issued": "2012-04-05T20:39:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1263", "resource": { "resourceType": "DiagnosticReport", "id": "1263", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z360130 Z306741 Z564088 Z666062 Z986852\n Date: 25/04/07 27/04/07 02/04/12 04/04/12 05/04/12\n Time: 19:00 06:00 15:25 09:10 18:58 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 1.1 1.1 1.0 1.0 1.2 0.8-1.3\nAPTT 29 28 26 secs 23-36\nFibrinogen 4.0 3.9 2.4 g/L 2.0-5.0\n\nAPTT Therapeutic range for IV Heparin therapy = 60-85 seconds\nFrom 9.12.2010 APTT normal range 23 - 36 seconds.\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/100" }, "reason": [ { "text": "Post Op MVR" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968852-16258441" } ], "status": "final", "code": { "text": "Routine Coagulation" }, "subject": { "reference": "Patient/100" }, "effectiveDateTime": "2012-04-05T18:58:00Z", "issued": "2012-04-05T19:48:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1264", "resource": { "resourceType": "DiagnosticReport", "id": "1264", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 141 mmol/L ( 135-145 )\nPotassium 4.0 mmol/L ( 3.5-5.5 )\nChloride 109 mmol/L ( 95-110 )\nHCO3 26 mmol/L ( 22-30 )\nCreatinine 64 umol/L ( 49-90 )\n (Creatinine) 0.064 mmol/L ( 0.05-0.09)\nUrea 7.1 mmol/L ( 2.5-8.3 )\n eGFR 81 ( SEE-BELOW)\nCalcium 1.88 mmol/L ( 2.10-2.60)\nPhosphate 0.77 mmol/L ( 0.8-1.5 )\nMagnesium 1.45 mmol/L ( 0.8-1.0 )\nAlbumin 25 g/L ( 35-50 )\nAP 68 IU/L ( 30-120 )\nGGT 119 IU/L ( 10-65 )\nALT 42 IU/L ( <34 )\nAST 72 IU/L ( <31 )\nBili Total 18 umol/L ( <19 )\nProtein Total 47 g/L ( 65-85 )\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/100" }, "reason": [ { "text": "Post Op MVR" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986852-16258440" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/100" }, "effectiveDateTime": "2012-04-05T18:58:00Z", "issued": "2012-04-05T19:45:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1265", "resource": { "resourceType": "DiagnosticReport", "id": "1265", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z360130 Z546088 Z666062 Z968852\n Date: 25/04/07 02/04/12 04/04/12 05/04/12\n Time: 19:00 15:25 09:10 18:58 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 133 124 118 103L g/L 115-150\nWCC 6.7 8.3 7.0 10.4 x10^9/L 4.0-11.0\nPLT 284 258 236 132L x10^9/L 140-400\nRCC 4.22 3.91 3.71L 3.29L x10^12/L 3.80-5.10\nPCV 0.38 0.36 0.34L 0.30L L/L 0.35-0.45\nMCV 90.3 91.4 91.2 92.4 fL 80.0-96.0\nMCH 31.5 31.6 31.7 31.4 pg 27.0-33.0\nMCHC 349 346 348 340 g/L 320-360\nRDW 12.7 13.9 14.3 14.1 % 11.0-15.0\nWhite Cell Differential\nNeut 3.8 5.1 5.4 9.2H x10^9/L 2.0-8.0\nLymph 2.1 2.1 1.0L 0.6L x10^9/L 1.2-4.0\nMono 0.5 0.8 0.3 0.5 x10^9/L 0.1-1.0\nEos 0.3 0.4 0.3 0.1 x10^9/L 0.0-0.5\nBaso 0.1 0.1 0.0 0.0 x10^9/L 0.0-0.1\n\n12Z986852 05/04/12 18:58\nComment: Please note fall in haemoglobin and platelet count since\n the previous examination. Post MVR.\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/100" }, "reason": [ { "text": "Post Op MVR" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968852-16258439" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/100" }, "effectiveDateTime": "2012-04-05T18:58:00Z", "issued": "2012-04-05T19:42:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1266", "resource": { "resourceType": "DiagnosticReport", "id": "1266", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nNo Test Requested\nNTRC\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/195" }, "reason": [ { "text": "Recurrent Falls" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986842-16258438" } ], "status": "partial", "code": { "text": "Central Reception" }, "subject": { "reference": "Patient/195" }, "effectiveDateTime": "2012-04-05T18:30:00Z", "issued": "2012-04-05T18:30:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1267", "resource": { "resourceType": "DiagnosticReport", "id": "1267", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 141 mmol/L ( 135-145 )\nPotassium 4.4 mmol/L ( 3.5-5.5 )\nChloride 106 mmol/L ( 95-110 )\nHCO3 26 mmol/L ( 22-30 )\nCreatinine 72 umol/L ( 49-90 )\n (Creatinine) 0.072 mmol/L ( 0.05-0.09)\nUrea 8.4 mmol/L ( 2.5-8.3 )\n eGFR 66 ( SEE-BELOW)\nCalcium 2.38 mmol/L ( 2.10-2.60)\nPhosphate 1.26 mmol/L ( 0.8-1.5 )\nMagnesium 0.84 mmol/L ( 0.8-1.0 )\nAlbumin 34 g/L ( 35-50 )\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/195" }, "reason": [ { "text": "Recurrent Falls" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968842-16258437" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/195" }, "effectiveDateTime": "2012-04-05T18:30:00Z", "issued": "2012-04-05T19:45:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1269", "resource": { "resourceType": "DiagnosticReport", "id": "1269", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z476146 Z968842\n Date: 22/09/10 05/04/12\n Time: 17:05 18:30 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 116 119 g/L 115-150\nWCC 6.5 9.0 x10^9/L 4.0-11.0\nPLT 229 235 x10^9/L 140-400\nRCC 3.75L 3.84 x10^12/L 3.80-5.10\nPCV 0.33L 0.34L L/L 0.35-0.45\nMCV 88.1 89.4 fL 80.0-96.0\nMCH 31.0 31.0 pg 27.0-33.0\nMCHC 352 347 g/L 320-360\nRDW 13.2 13.6 % 11.0-15.0\nWhite Cell Differential\nNeut 4.4 7.2 x10^9/L 2.0-8.0\nLymph 1.4 1.2 x10^9/L 1.2-4.0\nMono 0.5 0.6 x10^9/L 0.1-1.0\nEos 0.1 0.1 x10^9/L 0.0-0.5\nBaso 0.0 0.0 x10^9/L 0.0-0.1\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/195" }, "reason": [ { "text": "Recurrent Falls" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968842-16258436" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/195" }, "effectiveDateTime": "2012-04-05T18:30:00Z", "issued": "2012-04-05T19:41:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1270", "resource": { "resourceType": "DiagnosticReport", "id": "1270", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nLab No : Z366391\nSPECIMENS\nSpecimen Type : Blood Cultures\nDescription : Venous/peripheral\n\nAerobic bottle 4 days Negative\nAnaerobic bottle 4 days Negative\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/140" }, "reason": [ { "text": "Febrile" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968832-16258435" } ], "status": "partial", "code": { "text": "Blood Cultures" }, "subject": { "reference": "Patient/140" }, "effectiveDateTime": "2012-04-05T18:57:00Z", "issued": "2012-04-09T21:19:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1271", "resource": { "resourceType": "DiagnosticReport", "id": "1271", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nDrugs of Abuse Screen (Urine)\n\nAmpht-TypeSubst Negative\nBenzodiazepines Negative\nCannabinoids Negative\nOpiates Negative\nCocaine\nBarbiturates\nMethadone\nTCA\n\n\nGeneral Comments:\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/101" }, "reason": [ { "text": "See Slip" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968812-16258434" } ], "status": "final", "code": { "text": "Drug Screen (Toxic)" }, "subject": { "reference": "Patient/101" }, "effectiveDateTime": "2012-04-05T18:56:00Z", "issued": "2012-04-10T10:58:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1272", "resource": { "resourceType": "DiagnosticReport", "id": "1272", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nLab No : Z996558\nSPECIMEN\nSpecimen Type : Sputum\n\n\nMICROSCOPY\n\nGRAM STAIN\nMacroscopic Description Mucopurulent\nPus:Epithelial Cell Ratio >25:10\nPus Cells +++\nSquamous Epithelial Cells Occasional\nGram positive cocci +\nGram positive bacilli Occasional\n\n\n\n\n\nCULTURE\n\nStandard culture: +++ Mixed upper respiratory tract flora\n\n\n\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968822-16258433" } ], "status": "final", "code": { "text": "Respiratory M/C/S" }, "subject": { "reference": "Patient/169" }, "effectiveDateTime": "2012-04-05T18:05:00Z", "issued": "2012-04-08T11:35:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1273", "resource": { "resourceType": "DiagnosticReport", "id": "1273", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z886371 Z868965 Z968069 Z986477 Z968802\n Date: 03/04/12 04/04/12 04/04/12 05/04/12 05/04/12\n Time: 02:50 05:25 12:30 02:55 17:45 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 89L 96L 100L 83L 94L g/L 130-170\nWCC 2.4L 2.9L 2.6L 2.0L 3.1L x10^9/L 4.0-11.0\nPLT 21L 7L 32L 17L 41L x10^9/L 140-400\nRCC 2.71L 3.00L 3.07L 2.60L 2.90L x10^12/L 4.50-5.70\nPCV 0.25L 0.27L 0.28L 0.24L 0.27L L/L 0.40-0.50\nMCV 92.2 90.6 90.9 91.8 91.5 fL 80.0-96.0\nMCH 32.7 32.1 32.5 31.9 32.2 pg 27.0-33.0\nMCHC 355 354 358 347 352 g/L 320-360\nRDW 15.7H 15.2H 15.4H 15.3H 15.0 % 11.0-15.0\nWhite Cell Differential\nNeut 2.1 2.0 2.4 1.5L x10^9/L 2.0-8.0\nLymph 0.1L 0.1L 0.1L 0.0L x10^9/L 1.2-4.0\nMono 0.1 0.3 0.1 0.1 x10^9/L 0.1-1.0\nEos 0.0 0.0 0.0 0.0 x10^9/L 0.0-0.5\nBaso 0.0 0.0 0.0 0.0 x10^9/L 0.0-0.1\nBands 0.5 0.3 x10^9/L 0.0-0.5\nMeta 0.1H x10^9/L 0.0\nMyelo 0.0 x10^9/L 0.0\nNRBC 2H /100WBCs 0\nNRBC Abs 0.0 x10^9/L 0\n\n12Z868965 04/04/12 05:25\nFilm Comment : Marked thrombocytopenia. Neutrophils show a moderate left\n shift and mild toxic changes. Manual differential.\n Red cells show no significant changes - see previous\n report.\nConclusion: Known CMML -> AML. Please note fall in platelet count\n since the last examination. ? Therapy related.\n\n12Z986477 05/04/12 02:55\nFilm Comment : Moderate anaemia with red cells showing occasional target\n cells and polychromatic macrocytes. Platelets are markedly\n reduced in number. White cells show a mild neutropenia\n with a mild left shift showing mild toxic changes.\nConclusion: History of Bone Marrow Transplant for CMML -> AML. Please\n note mild fall in haemoglobin since the last examination.\n Manual differential.\n\n12Z968802 05/04/12 17:45\nComment: Post platelet increment\n Instrument parameters reported.\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/102" }, "reason": [ { "text": "Post Platelet Increment" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968802-16258432" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/102" }, "effectiveDateTime": "2012-04-05T17:45:00Z", "issued": "2012-04-05T17:45:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1274", "resource": { "resourceType": "DiagnosticReport", "id": "1274", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nAmylase 527 IU/L ( 22-100 )\nLipase 741 IU/L ( <60 )\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968891-16258431" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/103" }, "effectiveDateTime": "2012-04-05T18:00:00Z", "issued": "2012-04-05T19:57:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1277", "resource": { "resourceType": "DiagnosticReport", "id": "1277", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 137 mmol/L ( 135-145 )\nPotassium 3.8 mmol/L ( 3.5-5.5 )\nChloride 106 mmol/L ( 95-110 )\nHCO3 21 mmol/L ( 22-30 )\nCreatinine 110 umol/L ( 64-104 )\n (Creatinine) 0.110 mmol/L ( 0.05-0.11)\nUrea 10.1 mmol/L ( 2.5-8.3 )\n eGFR 57 ( SEE-BELOW)\nCalcium 2.16 mmol/L ( 2.10-2.60)\nPhosphate 1.31 mmol/L ( 0.8-1.5 )\nMagnesium 0.82 mmol/L ( 0.7-1.1 )\nAlbumin 27 g/L ( 35-50 )\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/106" }, "reason": [ { "text": "Post Angiogram Anaemia" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968861-16258427" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/106" }, "effectiveDateTime": "2012-04-05T17:45:00Z", "issued": "2012-04-05T17:45:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1278", "resource": { "resourceType": "DiagnosticReport", "id": "1278", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z167899 Z868451 Z586852 Z367717 Z968861\n Date: 02/04/12 03/04/12 04/04/12 05/04/12 05/04/12\n Time: 10:00 06:20 11:39 08:00 17:45 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 86L 85L 82L 87L 77L g/L 130-170\nWCC 6.4 5.9 6.0 6.0 4.9 x10^9/L 4.0-11.0\nPLT 101L 112L 131L 155 150 x10^9/L 140-400\nRCC 2.69L 2.73L 2.60L 2.89L 2.49L x10^12/L 4.50-5.70\nPCV 0.24L 0.25L 0.23L 0.26L 0.22L L/L 0.40-0.50\nMCV 90.0 90.5 90.1 89.9 90.4 fL 80.0-96.0\nMCH 32.0 31.1 31.5 30.0 30.8 pg 27.0-33.0\nMCHC 356 344 349 334 341 g/L 320-360\nRDW 14.9 14.8 14.8 14.6 14.3 % 11.0-15.0\nESR >140H 135H mm in 1hr 2-14\nWhite Cell Differential\nNeut 4.7 4.8 5.0 5.2 3.7 x10^9/L 2.0-8.0\nLymph 1.1L 0.8L 0.7L 0.6L 0.9L x10^9/L 1.2-4.0\nMono 0.4 0.3 0.2 0.2 0.3 x10^9/L 0.1-1.0\nEos 0.1 0.0 0.0 0.0 0.0 x10^9/L 0.0-0.5\nBaso 0.1 0.0 0.0 0.0 0.0 x10^9/L 0.0-0.1\n\n12Z176899 02/04/12 10:00\nComment: Please note mild fall in haemoglobin since the previous\n examination. Please note: no clinical details given.\n\n12Z868451 03/04/12 06:20\nComment: Instrument differential and parameters reported.\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/106" }, "reason": [ { "text": "Post Angiogram Anaemia" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986861-16258426" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/106" }, "effectiveDateTime": "2012-04-05T17:45:00Z", "issued": "2012-04-05T17:45:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1279", "resource": { "resourceType": "DiagnosticReport", "id": "1279", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z868595 Z968157 Z986851\n Date: 03/04/12 04/04/12 05/04/12\n Time: 12:10 15:45 18:00 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 155 139 129L g/L 130-170\nWCC 10.3 11.5H 15.4H x10^9/L 4.0-11.0\nPLT 290 301 291 x10^9/L 140-400\nRCC 4.85 4.29L 4.01L x10^12/L 4.50-5.70\nPCV 0.44 0.39L 0.37L L/L 0.40-0.50\nMCV 91.5 91.5 91.6 fL 80.0-96.0\nMCH 32.0 32.5 32.1 pg 27.0-33.0\nMCHC 349 355 351 g/L 320-360\nRDW 12.5 13.1 12.9 % 11.0-15.0\nWhite Cell Differential\nNeut 7.0 7.9 14.3H x10^9/L 2.0-8.0\nLymph 2.1 2.6 0.3L x10^9/L 1.2-4.0\nMono 0.8 0.7 0.2 x10^9/L 0.1-1.0\nEos 0.3 0.3 0.0 x10^9/L 0.0-0.5\nBaso 0.1 0.0 0.0 x10^9/L 0.0-0.1\nBands 0.5 x10^9/L 0.0-0.5\nMeta 0.2H x10^9/L 0.0\n\n12Z968851 05/04/12 18:00\nFilm Comment : Manual differential. Mild neutrophilia with slight left\n shift. Red cells and platelets appear normal.\nConclusion: ? Post-op.\n No clinical information provided.\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986851-16258425" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/107" }, "effectiveDateTime": "2012-04-05T18:00:00Z", "issued": "2012-04-05T21:44:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1280", "resource": { "resourceType": "DiagnosticReport", "id": "1280", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nRequest No: Z561531 Z561573 Z516506 Z561558 Z561265\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12 Arterial\n Time: 02:06 05:48 08:52 11:25 18:54 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 37.0 37.0 37.0 Deg. C\npH 7.38 7.38 7.40 7.32L 7.34L 7.35-7.45\npCO2 39 40 35 42 41 mmHg 35-45\nHCO3(Std) 23 23 22 21L 22 mmol/L 22.0-30.0\nBase Excess -1.7 -1.6 -2.9 -3.9L -3.0 mmol/L -3.0/3.0\npO2 105H 92 124H 191H 78 mmHg 75-100\nO2 Sat 98 97 99 99 95 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 4.1 3.8 3.7 3.6 3.8 mmol/L 3.5-5.5\nSodium 141 141 140 141 141 mmol/L 135-145\nChloride 112H 114H 114H 113H 109 mmol/L 95-110\niCa++ 1.11L 1.07L 1.07L 1.08L 1.09L mmol/L 1.12-1.30\nGlucose 5.3 5.3 5.6 5.7 8.1H mmol/L 3.6-7.7\nLactate 0.4 0.4 0.4 0.4 0.8 mmol/L 0.2-1.8\n\nBLOOD CO-OXIMETRY\nTotal Hb 114L 115 117 119 124 g/L 115-150\nReduced Hb 1.9 3.2 1.2 0.7 4.9 % 0-5\nCarbOxy Hb 0.9 0.8 0.9 0.8 1.0 % 0.5-1.5\nMeth Hb 1.7H 1.8H 1.4 1.8H 2.0H % 0-1.5\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/199" }, "reason": [ { "text": "Automatic Request Registration" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z516265-16258424" } ], "status": "final", "code": { "text": "Blood Gas" }, "subject": { "reference": "Patient/199" }, "effectiveDateTime": "2012-04-05T18:54:00Z", "issued": "2012-04-05T18:59:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1281", "resource": { "resourceType": "DiagnosticReport", "id": "1281", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nNo Test Requested\nNTRS\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/108" }, "reason": [ { "text": "See Slip" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968841-16258423" } ], "status": "final", "code": { "text": "Central Reception" }, "subject": { "reference": "Patient/108" }, "effectiveDateTime": "2012-04-05T18:46:00Z", "issued": "2012-04-06T00:40:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1282", "resource": { "resourceType": "DiagnosticReport", "id": "1282", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\n Request No: Z168394 Z168607 Z866625 Z968841\n Date: 17/03/12 17/03/12 19/03/12 05/04/12 Therapeut\n Time: 06:20 20:20 20:45 18:46 Units Range\n -------- -------- -------- -------- -------- ------ ---------\nPLASMA\nPhenytoin 60 37L 23L umol/L 40-80\nHrs Since Dose No Info No Info No Info HH:MM\nVancomycin 11 mg/L AS-BELOW\nHrs Since Dose No Info HH:MM\n\nVANCOMYCIN THERAPEUTIC RANGE\nPre Dose (Trough) level: 10 - 20 mg/L\nPost Dose (Peak) level : Not recommended\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/108" }, "reason": [ { "text": "See Slip" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986841-16258422" } ], "status": "final", "code": { "text": "Therapeutic Drugs" }, "subject": { "reference": "Patient/108" }, "effectiveDateTime": "2012-04-05T18:46:00Z", "issued": "2012-04-05T19:42:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1283", "resource": { "resourceType": "DiagnosticReport", "id": "1283", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 137 mmol/L ( 135-145 )\nPotassium 4.4 mmol/L ( 3.5-5.5 )\nChloride 101 mmol/L ( 95-110 )\nHCO3 29 mmol/L ( 22-30 )\nCreatinine 57 umol/L ( 49-90 )\n (Creatinine) 0.057 mmol/L ( 0.05-0.09)\nUrea 3.9 mmol/L ( 2.5-8.3 )\n eGFR >90 ( SEE-BELOW)\nAlbumin 32 g/L ( 35-50 )\nAP 129 IU/L ( 30-120 )\nGGT 264 IU/L ( 10-65 )\nALT 55 IU/L ( <34 )\nAST 30 IU/L ( <31 )\nBili Total <5 umol/L ( <19 )\nProtein Total 69 g/L ( 65-85 )\nC-React Prot 19 mg/L ( <5 )\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/108" }, "reason": [ { "text": "See Slip" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986841-16258421" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/108" }, "effectiveDateTime": "2012-04-05T18:46:00Z", "issued": "2012-04-05T19:42:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1284", "resource": { "resourceType": "DiagnosticReport", "id": "1284", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z168607 Z186804 Z866625 Z866706 Z986841\n Date: 17/03/12 18/03/12 19/03/12 20/03/12 05/04/12\n Time: 20:20 06:40 20:45 01:30 18:46 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 114L 110L 112L 112L 118 g/L 115-150\nWCC 15.2H 13.7H 10.2 10.1 3.8L x10^9/L 4.0-11.0\nPLT 249 248 290 306 255 x10^9/L 140-400\nRCC 3.73L 3.65L 3.69L 3.67L 3.91 x10^12/L 3.80-5.10\nPCV 0.33L 0.33L 0.33L 0.33L 0.35 L/L 0.35-0.45\nMCV 89.6 90.5 88.9 89.4 88.7 fL 80.0-96.0\nMCH 30.6 30.2 30.4 30.5 30.2 pg 27.0-33.0\nMCHC 341 333 342 341 340 g/L 320-360\nRDW 12.6 12.4 12.6 12.2 13.0 % 11.0-15.0\nWhite Cell Differential\nNeut 13.5H 12.2H 7.5 8.4H 2.6 x10^9/L 2.0-8.0\nLymph 0.7L 0.8L 1.8 1.1L 0.5L x10^9/L 1.2-4.0\nMono 1.0 0.7 0.8 0.5 0.6 x10^9/L 0.1-1.0\nEos 0.0 0.0 0.0 0.0 0.1 x10^9/L 0.0-0.5\nBaso 0.0 0.0 0.1 0.0 0.0 x10^9/L 0.0-0.1\n\n12Z168607 17/03/12 20:20\nComment: Note: mild neutrophilia. Instrument differential and\n parameters reported.\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/108" }, "reason": [ { "text": "See Slip" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968841-16258420" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/108" }, "effectiveDateTime": "2012-04-05T18:46:00Z", "issued": "2012-04-05T19:01:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1285", "resource": { "resourceType": "DiagnosticReport", "id": "1285", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nLab No : Z736763\nSPECIMEN\nSpecimen Type : Urine Midstream\n\n\nCHEMISTRY\npH 6.5\nProtein NEGATIVE\nSpecific Grav. 1.026\nBlood NEGATIVE\nGlucose NEGATIVE\nLeucocytes NEGATIVE\n\n\nMICROSCOPY\nLeucocytes 1 x10^6/L ( <2x10^6/L )\nRed Blood Cells Nil x10^6/L ( <13x10^6/L )\nSquamous Epithelial Cells Nil\n\n\n\n\n\n\n\n\nSTANDARD BACTERIAL CULTURE\nNo Growth -Detection limit 10^7 CFU/L\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/188" }, "reason": [ { "text": "Urinary Symptoms 2/52 With Loin Pain" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968831-16258419" } ], "status": "final", "code": { "text": "Urine M/C/S" }, "subject": { "reference": "Patient/188" }, "effectiveDateTime": "2012-04-05T18:45:00Z", "issued": "2012-04-07T08:54:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1286", "resource": { "resourceType": "DiagnosticReport", "id": "1286", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z686947 Z868416 Z968183 Z986440 Z968821\n Date: 17/01/12 03/04/12 04/04/12 05/04/12 05/04/12\n Time: 10:55 08:15 13:53 01:00 18:49 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 1.2 1.1 1.5H 1.3 1.4H 0.8-1.3\nAPTT 30 27 33 35 35 secs 23-36\nFibrinogen 6.4H 4.8 1.9L 2.3 4.2 g/L 2.0-5.0\n\nAPTT Therapeutic range for IV Heparin therapy = 60-85 seconds\nFrom 9.12.2010 APTT normal range 23 - 36 seconds.\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968821-16258418" } ], "status": "final", "code": { "text": "Routine Coagulation" }, "subject": { "reference": "Patient/109" }, "effectiveDateTime": "2012-04-05T18:49:00Z", "issued": "2012-04-05T19:34:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1287", "resource": { "resourceType": "DiagnosticReport", "id": "1287", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 138 mmol/L ( 135-145 )\nPotassium 5.2 mmol/L ( 3.5-5.5 )\nChloride 106 mmol/L ( 95-110 )\nHCO3 24 mmol/L ( 22-30 )\nCreatinine 93 umol/L ( 49-90 )\n (Creatinine) 0.093 mmol/L ( 0.05-0.09)\nUrea 6.4 mmol/L ( 2.5-8.3 )\n eGFR 53 ( SEE-BELOW)\nCalcium 1.94 mmol/L ( 2.10-2.60)\nPhosphate 1.44 mmol/L ( 0.8-1.5 )\nMagnesium 1.12 mmol/L ( 0.8-1.0 )\nAlbumin 20 g/L ( 35-50 )\nTroponin I 7.09 ug/L (See Below )\nCKMB Mass * ug/L ( <4 )\n\nComment: The CKMB was not measured on this sample. It has\n been replaced by Troponin\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968821-16258417" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/109" }, "effectiveDateTime": "2012-04-05T18:49:00Z", "issued": "2012-04-05T21:57:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1288", "resource": { "resourceType": "DiagnosticReport", "id": "1288", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z086981 Z868416 Z968183 Z986440 Z968821\n Date: 16/03/12 03/04/12 04/04/12 05/04/12 05/04/12\n Time: 12:00 08:15 13:53 01:00 18:49 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 119 125 85L 74L 74L g/L 115-150\nWCC 6.4 5.9 10.9 9.7 14.1H x10^9/L 4.0-11.0\nPLT 227 253 92L 124L 130L x10^9/L 140-400\nRCC 3.88 4.09 2.75L 2.34L 2.43L x10^12/L 3.80-5.10\nPCV 0.35 0.37 0.24L 0.21L 0.22L L/L 0.35-0.45\nMCV 90.5 90.6 88.5 89.8 90.2 fL 80.0-96.0\nMCH 30.6 30.5 30.8 31.8 30.3 pg 27.0-33.0\nMCHC 338 337 348 354 336 g/L 320-360\nRDW 15.0 15.7H 15.0 15.5H 15.6H % 11.0-15.0\nWhite Cell Differential\nNeut 4.3 3.7 9.2H 8.7H 11.7H x10^9/L 2.0-8.0\nLymph 1.6 1.6 1.1L 0.5L 1.4 x10^9/L 1.2-4.0\nMono 0.4 0.4 0.5 0.4 1.1H x10^9/L 0.1-1.0\nEos 0.1 0.1 0.0 0.1 0.0 x10^9/L 0.0-0.5\nBaso 0.0 0.0 0.0 0.0 0.0 x10^9/L 0.0-0.1\n\n12Z968183 04/04/12 13:53\nComment: Please note fall in haemoglobin and platelet count since\n the previous examination. ?Post op. Suggest repeat.\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968821-16258416" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/109" }, "effectiveDateTime": "2012-04-05T18:49:00Z", "issued": "2012-04-05T19:01:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1289", "resource": { "resourceType": "DiagnosticReport", "id": "1289", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nBlank Report?\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986811-16258415" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/110" }, "effectiveDateTime": "2012-04-05T17:50:00Z", "issued": "2012-04-06T00:03:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1290", "resource": { "resourceType": "DiagnosticReport", "id": "1290", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSpecimen Type: Serum\n\nVaricella zoster virus IgG Antibody (by EIA) :\n\nEBV-VCA IgG Antibody by EIA :\nEBV-VCA IgM Antibody by EIA :\n\nMycoplasma pneumoniae IgG Antibody by EIA :\n\nGENERAL COMMENT:\n\nMYCOPLASMA SEROLOGY:\nRecommend repeat mycoplasma serology in 2-3 weeks if clinically\nindicated.\n\nOther atypical pneumonia serology will only be performed on paired\nsera. This serum sample has been stored for 3 months.\n\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968811-16258414" } ], "status": "partial", "code": { "text": "Internal Serology" }, "subject": { "reference": "Patient/110" }, "effectiveDateTime": "2012-04-05T17:50:00Z", "issued": "2012-04-05T17:50:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1291", "resource": { "resourceType": "DiagnosticReport", "id": "1291", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSpecimen Type : Serum\n\nHIV 1/2 SEROLOGY\nHIV-1/2 Ag/Ab Combo by Architect:\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968811-16258413" } ], "status": "partial", "code": { "text": "HIV Serology" }, "subject": { "reference": "Patient/110" }, "effectiveDateTime": "2012-04-05T17:50:00Z", "issued": "2012-04-05T17:50:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1292", "resource": { "resourceType": "DiagnosticReport", "id": "1292", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSpecimen Type : Serum\n Request No: Z968811\n Date: 05/04/12\n Time: 17:50 Units RefRange\n ------------ ------------ ------------ ------ --------\nSpecimen Serum\n\nAntinuclear Antibodies\nAntinuclear abs TF\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986811-16258412" } ], "status": "partial", "code": { "text": "Immunology Auto-Abs" }, "subject": { "reference": "Patient/110" }, "effectiveDateTime": "2012-04-05T17:50:00Z", "issued": "2012-04-05T17:50:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1293", "resource": { "resourceType": "DiagnosticReport", "id": "1293", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nRequest No: Z968811\n Date: 05/04/12\n Time: 17:50 Units Ref Range\n -------- -------- -------- -------- -------- ------- ---------\nSerum Vitamin B12 and Folate Studies\nVit B12 395 pmol/L 150-600\nSer Fol 29.6 nmol/L >12.2\n\nNOTE NEW REFERENCE RANGES FOR FOLATE\nFrom 27th April 2004, B12 and Folate will be performed on the Bayer Centaur\nSerum Folate Deficient - <7.63 nmol/L\nSerum Folate Indeterminate - 7.64 to 12.2 nmol/L\nOld Ref Ranges prior to 27th April 2004\n Serum Folate - 6.0 to 38.0 nmol/L\n Red Cell Folate - 350 to 1350 nmol/L\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986811-16258411" } ], "status": "final", "code": { "text": "Haem Iron/B12 & Fol" }, "subject": { "reference": "Patient/110" }, "effectiveDateTime": "2012-04-05T17:50:00Z", "issued": "2012-04-05T19:48:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1294", "resource": { "resourceType": "DiagnosticReport", "id": "1294", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z968365 Z968811\n Date: 04/04/12 05/04/12\n Time: 21:25 17:50 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 142 g/L 115-150\nWCC 9.1 x10^9/L 4.0-11.0\nPLT 273 x10^9/L 140-400\nRCC 4.43 x10^12/L 3.80-5.10\nPCV 0.41 L/L 0.35-0.45\nMCV 93.0 fL 80.0-96.0\nMCH 31.9 pg 27.0-33.0\nMCHC 343 g/L 320-360\nRDW 13.0 % 11.0-15.0\nESR 22H mm in 1hr 2-12\nWhite Cell Differential\nNeut 5.8 x10^9/L 2.0-8.0\nLymph 2.4 x10^9/L 1.2-4.0\nMono 0.7 x10^9/L 0.1-1.0\nEos 0.1 x10^9/L 0.0-0.5\nBaso 0.1 x10^9/L 0.0-0.1\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986811-16258410" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/110" }, "effectiveDateTime": "2012-04-05T17:50:00Z", "issued": "2012-04-05T19:38:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1295", "resource": { "resourceType": "DiagnosticReport", "id": "1295", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nNo Test Requested\nNTRESR\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/111" }, "reason": [ { "text": "Chronic Idiopathic Urticaria" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z568456-16258409" } ], "status": "partial", "code": { "text": "Central Reception" }, "subject": { "reference": "Patient/111" }, "effectiveDateTime": "2012-04-05T11:45:00Z", "issued": "2012-04-05T11:45:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1296", "resource": { "resourceType": "DiagnosticReport", "id": "1296", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nNo Test Requested\nNTRESR\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/112" }, "reason": [ { "text": "On Clozapine" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z966082-16258408" } ], "status": "partial", "code": { "text": "Central Reception" }, "subject": { "reference": "Patient/112" }, "effectiveDateTime": "2012-04-05T08:30:00Z", "issued": "2012-04-05T08:30:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1297", "resource": { "resourceType": "DiagnosticReport", "id": "1297", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z564933\n Date: 05/04/12\n Time: 18:30 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 1.0 0.8-1.3\nAPTT 25 secs 23-36\nFibrinogen 3.7 g/L 2.0-5.0\n\nAPTT Therapeutic range for IV Heparin therapy = 60-85 seconds\nFrom 9.12.2010 APTT normal range 23 - 36 seconds.\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z564933-16258407" } ], "status": "final", "code": { "text": "Routine Coagulation" }, "subject": { "reference": "Patient/113" }, "effectiveDateTime": "2012-04-05T18:30:00Z", "issued": "2012-04-05T19:25:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1298", "resource": { "resourceType": "DiagnosticReport", "id": "1298", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 140 mmol/L ( 135-145 )\nPotassium 4.2 mmol/L ( 3.5-5.5 )\nChloride 104 mmol/L ( 95-110 )\nHCO3 28 mmol/L ( 22-30 )\nCreatinine 91 umol/L ( 64-104 )\n (Creatinine) 0.091 mmol/L ( 0.05-0.11)\nUrea 6.8 mmol/L ( 2.5-8.3 )\n eGFR 72 ( SEE-BELOW)\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z564933-16258406" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/113" }, "effectiveDateTime": "2012-04-05T18:30:00Z", "issued": "2012-04-05T19:21:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1299", "resource": { "resourceType": "DiagnosticReport", "id": "1299", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z546933\n Date: 05/04/12\n Time: 18:30 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 135 g/L 130-170\nWCC 10.6 x10^9/L 4.0-11.0\nPLT 365 x10^9/L 140-400\nRCC 4.42L x10^12/L 4.50-5.70\nPCV 0.40 L/L 0.40-0.50\nMCV 90.5 fL 80.0-96.0\nMCH 30.5 pg 27.0-33.0\nMCHC 337 g/L 320-360\nRDW 14.6 % 11.0-15.0\nWhite Cell Differential\nNeut 5.6 x10^9/L 2.0-8.0\nLymph 3.8 x10^9/L 1.2-4.0\nMono 0.8 x10^9/L 0.1-1.0\nEos 0.4 x10^9/L 0.0-0.5\nBaso 0.0 x10^9/L 0.0-0.1\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z564933-16258405" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/113" }, "effectiveDateTime": "2012-04-05T18:30:00Z", "issued": "2012-04-05T18:56:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1300", "resource": { "resourceType": "DiagnosticReport", "id": "1300", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nLab No : Z366381\nSPECIMENS\nSpecimen Type : Blood Cultures\nDescription : Venous/peripheral\n\nAerobic bottle 4 days Negative\nAnaerobic bottle 4 days Negative\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/161" }, "reason": [ { "text": "Febrile FI" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968801-16258404" } ], "status": "partial", "code": { "text": "Blood Cultures" }, "subject": { "reference": "Patient/161" }, "effectiveDateTime": "2012-04-05T18:44:00Z", "issued": "2012-04-09T21:19:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1301", "resource": { "resourceType": "DiagnosticReport", "id": "1301", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nNo Test Requested\nNTRS\nNTRF\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968890-16258403" } ], "status": "final", "code": { "text": "Central Reception" }, "subject": { "reference": "Patient/114" }, "effectiveDateTime": "2012-04-05T18:40:00Z", "issued": "2012-04-06T00:40:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1302", "resource": { "resourceType": "DiagnosticReport", "id": "1302", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nLab No : Z366371\nSPECIMENS\nSpecimen Type : Blood Cultures\nDescription : Venous/peripheral\n\nAerobic bottle 4 days Negative\nAnaerobic bottle 4 days Negative\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986890-16258402" } ], "status": "partial", "code": { "text": "Blood Cultures" }, "subject": { "reference": "Patient/114" }, "effectiveDateTime": "2012-04-05T18:40:00Z", "issued": "2012-04-09T21:19:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1303", "resource": { "resourceType": "DiagnosticReport", "id": "1303", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z760824 Z269341 Z516888 Z968890\n Date: 20/03/06 10/03/10 07/03/12 05/04/12\n Time: 00:50 14:45 19:46 18:40 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 1.1 1.1 1.0 1.2 0.8-1.3\nAPTT 29 29 26 27 secs 23-36\nFibrinogen 7.2H 6.0H 6.3H 7.6H g/L 2.0-5.0\n\nAPTT Therapeutic range for IV Heparin therapy = 60-85 seconds\nFrom 9.12.2010 APTT normal range 23 - 36 seconds.\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986890-16258401" } ], "status": "final", "code": { "text": "Routine Coagulation" }, "subject": { "reference": "Patient/114" }, "effectiveDateTime": "2012-04-05T18:40:00Z", "issued": "2012-04-05T19:25:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1304", "resource": { "resourceType": "DiagnosticReport", "id": "1304", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 136 mmol/L ( 135-145 )\nPotassium 4.0 mmol/L ( 3.5-5.5 )\nChloride 104 mmol/L ( 95-110 )\nHCO3 25 mmol/L ( 22-30 )\nCreatinine 158 umol/L ( 64-104 )\n (Creatinine) 0.158 mmol/L ( 0.05-0.11)\nUrea 8.8 mmol/L ( 2.5-8.3 )\n eGFR 37 ( SEE-BELOW)\nCalcium 2.48 mmol/L ( 2.10-2.60)\nPhosphate 0.85 mmol/L ( 0.8-1.5 )\nMagnesium 0.72 mmol/L ( 0.7-1.1 )\nAlbumin 25 g/L ( 35-50 )\nAP 75 IU/L ( 30-120 )\nGGT 40 IU/L ( 10-65 )\nALT 11 IU/L ( <45 )\nAST 15 IU/L ( <35 )\nBili Total 20 umol/L ( <19 )\nProtein Total 64 g/L ( 65-85 )\nLD 438 IU/L ( 210-420 )\nUric Acid 0.42 mmol/L ( 0.2-0.47 )\nC-React Prot 184 mg/L ( <5 )\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986890-16258400" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/114" }, "effectiveDateTime": "2012-04-05T18:40:00Z", "issued": "2012-04-05T19:20:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1305", "resource": { "resourceType": "DiagnosticReport", "id": "1305", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z561888 Z956556 Z767991 Z968706 Z986890\n Date: 07/03/12 14/03/12 16/03/12 05/04/12 05/04/12\n Time: 19:46 10:50 10:20 17:15 18:40 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb * 101L 106L 87L 83L g/L 130-170\nWCC 9.7 8.8 7.9 7.3 x10^9/L 4.0-11.0\nPLT * 228 221 344 330 x10^9/L 140-400\nRCC 3.69L 3.86L 3.14L 2.95L x10^12/L 4.50-5.70\nPCV 0.30L 0.32L 0.26L 0.25L L/L 0.40-0.50\nMCV 82.2 83.7 83.7 84.2 fL 80.0-96.0\nMCH 27.5 27.6 27.8 28.2 pg 27.0-33.0\nMCHC 334 330 332 335 g/L 320-360\nRDW 17.3H 17.0H 19.0H 19.3H % 11.0-15.0\nWhite Cell Differential\nNeut 8.7H 7.0 5.3 5.0 x10^9/L 2.0-8.0\nLymph 0.6L 1.3 1.6 1.3 x10^9/L 1.2-4.0\nMono 0.3 0.4 0.9 0.8 x10^9/L 0.1-1.0\nEos 0.1 0.1 0.0 0.0 x10^9/L 0.0-0.5\nBaso 0.0 0.1 0.1 0.1 x10^9/L 0.0-0.1\n\n12Z561888 07/03/12 19:46\nComment: Note: No sample collected. Transit lounge closed at 1800.\n CSR: Pls ring tomorrow for fbe recollection.\n\n12Z968706 05/04/12 17:15\nFilm Comment : Red cells show moderate anisocytosis, some stomatocytes\n and increased rouleaux. Unremarkable leucocytes and\n platelets.\nConclusion: Please note fall in haemoglobin since the previous\n examination. Suggest repeat FBE to confirm results.\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968890-16258399" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/114" }, "effectiveDateTime": "2012-04-05T18:40:00Z", "issued": "2012-04-05T18:57:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1306", "resource": { "resourceType": "DiagnosticReport", "id": "1306", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 137 mmol/L ( 135-145 )\nPotassium 5.0 mmol/L ( 3.5-5.5 )\nChloride 102 mmol/L ( 95-110 )\nHCO3 26 mmol/L ( 22-30 )\nCreatinine 100 umol/L ( 49-90 )\n (Creatinine) 0.100 mmol/L ( 0.05-0.09)\nUrea 11.7 mmol/L ( 2.5-8.3 )\n eGFR 47 ( SEE-BELOW)\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/115" }, "reason": [ { "text": "Atheroma With Complete Occlusions R/L Legs" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968880-16258398" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/115" }, "effectiveDateTime": "2012-04-05T18:30:00Z", "issued": "2012-04-05T19:20:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1307", "resource": { "resourceType": "DiagnosticReport", "id": "1307", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z336811 Z867542 Z963499 Z096739 Z968880\n Date: 12/02/12 14/02/12 15/02/12 16/02/12 05/04/12\n Time: 11:10 08:25 09:15 07:25 18:30 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 105L 112L 113L 114L 114L g/L 115-150\nWCC 8.7 4.6 3.8L 4.6 5.9 x10^9/L 4.0-11.0\nPLT 161 181 166 208 222 x10^9/L 140-400\nRCC 3.40L 3.67L 3.63L 3.70L 3.59L x10^12/L 3.80-5.10\nPCV 0.30L 0.32L 0.32L 0.33L 0.32L L/L 0.35-0.45\nMCV 89.6 87.5 87.5 88.1 89.9 fL 80.0-96.0\nMCH 30.9 30.5 31.1 30.8 31.7 pg 27.0-33.0\nMCHC 345 349 356 349 352 g/L 320-360\nRDW 14.7 14.8 14.2 14.8 15.0 % 11.0-15.0\nWhite Cell Differential\nNeut 7.2 3.2 2.3 2.6 4.1 x10^9/L 2.0-8.0\nLymph 0.1L 0.9L 1.1L 1.5 1.2 x10^9/L 1.2-4.0\nMono 0.1 0.4 0.3 0.4 0.4 x10^9/L 0.1-1.0\nEos 0.0 0.1 0.1 0.1 0.1 x10^9/L 0.0-0.5\nBaso 0.0 0.0 0.0 0.0 0.0 x10^9/L 0.0-0.1\nBands 1.3H 0.0 x10^9/L 0.0-0.5\n\n12Z363811 12/02/12 11:10\nFilm Comment : Mild neutrophilia with a left shift and toxic changes.\n Manual differential. Mild rouleaux, otherwise red cells\n and platelets show no significant changes - see previous\n report.\nConclusion: Film may be suggestive of infection / inflammation. Repeat\n FBE may be of value.\n\n12Z876542 14/02/12 08:25\nFilm Comment : Neutrophils show mild toxic changes. Manual differential.\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/115" }, "reason": [ { "text": "Atheroma With Complete Occlusions R/L Legs" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968880-16258397" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/115" }, "effectiveDateTime": "2012-04-05T18:30:00Z", "issued": "2012-04-05T18:56:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1308", "resource": { "resourceType": "DiagnosticReport", "id": "1308", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 138 mmol/L ( 135-145 )\nPotassium 4.1 mmol/L ( 3.5-5.5 )\nChloride 104 mmol/L ( 95-110 )\nHCO3 27 mmol/L ( 22-30 )\nCreatinine 64 umol/L ( 64-104 )\n (Creatinine) 0.064 mmol/L ( 0.05-0.11)\nUrea 3.5 mmol/L ( 2.5-8.3 )\n eGFR >90 ( SEE-BELOW)\nAlbumin 40 g/L ( 35-50 )\nAP 96 IU/L ( 30-120 )\nGGT 40 IU/L ( 10-65 )\nALT 22 IU/L ( <45 )\nAST 23 IU/L ( <35 )\nBili Total 5 umol/L ( <19 )\nProtein Total 71 g/L ( 65-85 )\nTroponin I <0.02 ug/L (See Below )\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/136" }, "reason": [ { "text": "Chest Pain" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968870-16258396" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/136" }, "effectiveDateTime": "2012-04-05T18:35:00Z", "issued": "2012-04-05T19:29:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1309", "resource": { "resourceType": "DiagnosticReport", "id": "1309", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z968870\n Date: 05/04/12\n Time: 18:35 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 145 g/L 130-170\nWCC 12.3H x10^9/L 4.0-11.0\nPLT 298 x10^9/L 140-400\nRCC 4.92 x10^12/L 4.50-5.70\nPCV 0.42 L/L 0.40-0.50\nMCV 85.5 fL 80.0-96.0\nMCH 29.5 pg 27.0-33.0\nMCHC 345 g/L 320-360\nRDW 13.4 % 11.0-15.0\nWhite Cell Differential\nNeut 8.9H x10^9/L 2.0-8.0\nLymph 2.3 x10^9/L 1.2-4.0\nMono 0.8 x10^9/L 0.1-1.0\nEos 0.3 x10^9/L 0.0-0.5\nBaso 0.0 x10^9/L 0.0-0.1\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/136" }, "reason": [ { "text": "Chest Pain" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986870-16258395" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/136" }, "effectiveDateTime": "2012-04-05T18:35:00Z", "issued": "2012-04-05T18:56:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1310", "resource": { "resourceType": "DiagnosticReport", "id": "1310", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nLab No : Z366361\nSPECIMENS\nSpecimen Type : Blood Cultures\nDescription : Venous/peripheral\n\nAerobic bottle 4 days Negative\nAnaerobic bottle 4 days Negative\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986850-16258393" } ], "status": "partial", "code": { "text": "Blood Cultures" }, "subject": { "reference": "Patient/116" }, "effectiveDateTime": "2012-04-05T18:10:00Z", "issued": "2012-04-09T21:19:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1311", "resource": { "resourceType": "DiagnosticReport", "id": "1311", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 136 mmol/L ( 135-145 )\nPotassium 3.4 mmol/L ( 3.5-5.5 )\nChloride 95 mmol/L ( 95-110 )\nHCO3 28 mmol/L ( 22-30 )\nCreatinine 90 umol/L ( 64-104 )\n (Creatinine) 0.090 mmol/L ( 0.05-0.11)\nUrea 8.2 mmol/L ( 2.5-8.3 )\n eGFR 70 ( SEE-BELOW)\nAlbumin 38 g/L ( 35-50 )\nAP 133 IU/L ( 30-120 )\nGGT 332 IU/L ( 10-65 )\nALT 62 IU/L ( <45 )\nAST 52 IU/L ( <35 )\nBili Total 16 umol/L ( <19 )\nProtein Total 79 g/L ( 65-85 )\nC-React Prot 54 mg/L ( <5 )\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986850-16258392" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/116" }, "effectiveDateTime": "2012-04-05T18:10:00Z", "issued": "2012-04-05T19:17:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1312", "resource": { "resourceType": "DiagnosticReport", "id": "1312", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z164731 Z556133 Z868834 Z968397 Z986850\n Date: 11/05/11 13/05/11 03/04/12 04/04/12 05/04/12\n Time: 00:45 04:55 23:30 20:30 18:10 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 102L 108L 110L 108L 113L g/L 130-170\nWCC 7.5 6.0 8.0 5.9 6.0 x10^9/L 4.0-11.0\nPLT 101L 100L 106L 97L 97L x10^9/L 140-400\nRCC 3.18L 3.35L 3.47L 3.42L 3.56L x10^12/L 4.50-5.70\nPCV 0.29L 0.32L 0.32L 0.32L 0.33L L/L 0.40-0.50\nMCV 92.7 94.3 92.3 93.4 93.5 fL 80.0-96.0\nMCH 32.0 32.3 31.7 31.7 31.9 pg 27.0-33.0\nMCHC 345 343 344 340 341 g/L 320-360\nRDW 14.6 14.0 14.8 15.4H 15.5H % 11.0-15.0\nWhite Cell Differential\nNeut 5.8 4.2 6.7 4.6 4.2 x10^9/L 2.0-8.0\nLymph 1.0L 1.0L 0.6L 0.7L 0.9L x10^9/L 1.2-4.0\nMono 0.5 0.7 0.7 0.7 0.8 x10^9/L 0.1-1.0\nEos 0.1 0.1 0.0 0.0 0.1 x10^9/L 0.0-0.5\nBaso 0.0 0.0 0.0 0.0 0.0 x10^9/L 0.0-0.1\n\n11Z164731 11/05/11 00:45\nFilm Comment : Platelets are mildly reduced in number.\n Red cells show slight polychromasia.\n Leucocytes are unremarkable.\nConclusion: ? Cause of persistent mild thrombocytopenia.\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968850-16258391" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/116" }, "effectiveDateTime": "2012-04-05T18:10:00Z", "issued": "2012-04-05T18:46:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1313", "resource": { "resourceType": "DiagnosticReport", "id": "1313", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z546768 Z666092 Z564961 Z986693 Z564923\n Date: 03/04/12 04/04/12 05/04/12 05/04/12 05/04/12\n Time: 07:20 09:35 08:45 10:50 18:15 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 4.3H 4.0H 6.2H 6.6H 6.9H 0.8-1.3\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/117" }, "reason": [ { "text": "See Slip" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z564923-16258390" } ], "status": "final", "code": { "text": "Routine Coagulation" }, "subject": { "reference": "Patient/117" }, "effectiveDateTime": "2012-04-05T18:15:00Z", "issued": "2012-04-05T19:34:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1314", "resource": { "resourceType": "DiagnosticReport", "id": "1314", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 141 mmol/L ( 135-145 )\nPotassium 3.7 mmol/L ( 3.5-5.5 )\nChloride 106 mmol/L ( 95-110 )\nHCO3 27 mmol/L ( 22-30 )\nCreatinine 55 umol/L ( 49-90 )\n (Creatinine) 0.055 mmol/L ( 0.05-0.09)\nUrea 4.0 mmol/L ( 2.5-8.3 )\n eGFR >90 ( SEE-BELOW)\nAlbumin 40 g/L ( 35-50 )\nAP 111 IU/L ( 30-120 )\nGGT 16 IU/L ( 10-65 )\nALT 18 IU/L ( <34 )\nAST 23 IU/L ( <31 )\nBili Total 9 umol/L ( <19 )\nProtein Total 80 g/L ( 65-85 )\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/151" }, "reason": [ { "text": "Headache" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968840-16258389" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/151" }, "effectiveDateTime": "2012-04-05T18:18:00Z", "issued": "2012-04-05T20:12:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1315", "resource": { "resourceType": "DiagnosticReport", "id": "1315", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z986840\n Date: 05/04/12\n Time: 18:18 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 132 g/L 115-150\nWCC 5.9 x10^9/L 4.0-11.0\nPLT 245 x10^9/L 140-400\nRCC 4.23 x10^12/L 3.80-5.10\nPCV 0.38 L/L 0.35-0.45\nMCV 90.8 fL 80.0-96.0\nMCH 31.1 pg 27.0-33.0\nMCHC 342 g/L 320-360\nRDW 12.7 % 11.0-15.0\nWhite Cell Differential\nNeut 4.1 x10^9/L 2.0-8.0\nLymph 1.3 x10^9/L 1.2-4.0\nMono 0.4 x10^9/L 0.1-1.0\nEos 0.1 x10^9/L 0.0-0.5\nBaso 0.0 x10^9/L 0.0-0.1\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/151" }, "reason": [ { "text": "Headache" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968840-16258388" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/151" }, "effectiveDateTime": "2012-04-05T18:18:00Z", "issued": "2012-04-05T18:46:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1316", "resource": { "resourceType": "DiagnosticReport", "id": "1316", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z986840\n Date: 05/04/12\n Time: 18:18 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 132 g/L 115-150\nWCC 5.9 x10^9/L 4.0-11.0\nPLT 245 x10^9/L 140-400\nRCC 4.23 x10^12/L 3.80-5.10\nPCV 0.38 L/L 0.35-0.45\nMCV 90.8 fL 80.0-96.0\nMCH 31.1 pg 27.0-33.0\nMCHC 342 g/L 320-360\nRDW 12.7 % 11.0-15.0\nWhite Cell Differential\nNeut 4.1 x10^9/L 2.0-8.0\nLymph 1.3 x10^9/L 1.2-4.0\nMono 0.4 x10^9/L 0.1-1.0\nEos 0.1 x10^9/L 0.0-0.5\nBaso 0.0 x10^9/L 0.0-0.1\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/151" }, "reason": [ { "text": "Headache" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968840-16258388" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/151" }, "effectiveDateTime": "2012-04-05T18:18:00Z", "issued": "2012-04-05T18:46:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1317", "resource": { "resourceType": "DiagnosticReport", "id": "1317", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 141 mmol/L ( 135-145 )\nPotassium 3.8 mmol/L ( 3.5-5.5 )\nChloride 102 mmol/L ( 95-110 )\nHCO3 26 mmol/L ( 22-30 )\nCreatinine 80 umol/L ( 64-104 )\n (Creatinine) 0.080 mmol/L ( 0.05-0.11)\nUrea 5.3 mmol/L ( 2.5-8.3 )\n eGFR 81 ( SEE-BELOW)\nTroponin I 1.02 ug/L (See Below )\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968830-16258387" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/157" }, "effectiveDateTime": "2012-04-05T18:15:00Z", "issued": "2012-04-05T19:24:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1318", "resource": { "resourceType": "DiagnosticReport", "id": "1318", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nLab No : Z366351\nSPECIMENS\nSpecimen Type : Blood Cultures\nDescription : Venous/peripheral\n\nAerobic bottle 4 days Negative\nAnaerobic bottle 4 days Negative\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986820-16258386" } ], "status": "partial", "code": { "text": "Blood Cultures" }, "subject": { "reference": "Patient/157" }, "effectiveDateTime": "2012-04-05T18:15:00Z", "issued": "2012-04-09T21:17:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1319", "resource": { "resourceType": "DiagnosticReport", "id": "1319", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z968860\n Date: 05/04/12\n Time: 18:15 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 1.0 0.8-1.3\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/118" }, "reason": [ { "text": "Trauma MVA" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986860-16258384" } ], "status": "final", "code": { "text": "Routine Coagulation" }, "subject": { "reference": "Patient/118" }, "effectiveDateTime": "2012-04-05T18:15:00Z", "issued": "2012-04-05T19:00:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1320", "resource": { "resourceType": "DiagnosticReport", "id": "1320", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nREPRODUCTIVE HORMONES/ANDROGENS\nQuant Pregnancy (hCG) <2 IU/L ( <5 )\n\n\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/118" }, "reason": [ { "text": "Trauma MVA" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986860-16258383" } ], "status": "final", "code": { "text": "Endo / Nutrition" }, "subject": { "reference": "Patient/118" }, "effectiveDateTime": "2012-04-05T18:15:00Z", "issued": "2012-04-05T19:25:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1321", "resource": { "resourceType": "DiagnosticReport", "id": "1321", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z968860\n Date: 05/04/12\n Time: 18:15 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 136 g/L 115-150\nWCC 16.5H x10^9/L 4.0-11.0\nPLT 291 x10^9/L 140-400\nRCC 4.38 x10^12/L 3.80-5.10\nPCV 0.39 L/L 0.35-0.45\nMCV 89.8 fL 80.0-96.0\nMCH 31.1 pg 27.0-33.0\nMCHC 347 g/L 320-360\nRDW 12.2 % 11.0-15.0\nWhite Cell Differential\nNeut 14.1H x10^9/L 2.0-8.0\nLymph 1.4 x10^9/L 1.2-4.0\nMono 0.9 x10^9/L 0.1-1.0\nEos 0.1 x10^9/L 0.0-0.5\nBaso 0.0 x10^9/L 0.0-0.1\n\n12Z986860 05/04/12 18:15\nComment: Please note mild neutrophilia\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/118" }, "reason": [ { "text": "Trauma MVA" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968860-16258382" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/118" }, "effectiveDateTime": "2012-04-05T18:15:00Z", "issued": "2012-04-05T18:39:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1322", "resource": { "resourceType": "DiagnosticReport", "id": "1322", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 141 mmol/L ( 135-145 )\nPotassium 4.2 mmol/L ( 3.5-5.5 )\nChloride 111 mmol/L ( 95-110 )\nHCO3 23 mmol/L ( 22-30 )\nCreatinine 81 umol/L ( 49-90 )\n (Creatinine) 0.081 mmol/L ( 0.05-0.09)\nUrea 6.0 mmol/L ( 2.5-8.3 )\n eGFR 68 ( SEE-BELOW)\nAlbumin 34 g/L ( 35-50 )\nAP 51 IU/L ( 30-120 )\nGGT 31 IU/L ( 10-65 )\nALT 47 IU/L ( <34 )\nAST 51 IU/L ( <31 )\nBili Total 6 umol/L ( <19 )\nProtein Total 67 g/L ( 65-85 )\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/118" }, "reason": [ { "text": "Trauma MVA" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986860-16258381" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/118" }, "effectiveDateTime": "2012-04-05T18:15:00Z", "issued": "2012-04-05T20:09:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1323", "resource": { "resourceType": "DiagnosticReport", "id": "1323", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nBlood Bank Request Received - Specimen NOT Processed\n\n\nSample Error\n\n Date of Birth incorrect / missmatch\n\nComments / Steps Taken\n\n DOB on specimen "02/03/1975". Ward informed new specimen\n and request form required for GS.\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/182" }, "reason": [ { "text": "Thrombophilic Screen" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968709-16258380" } ], "status": "final", "code": { "text": "Duplicate Requests" }, "subject": { "reference": "Patient/182" }, "effectiveDateTime": "2012-04-05T18:02:00Z", "issued": "2012-04-05T19:24:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1324", "resource": { "resourceType": "DiagnosticReport", "id": "1324", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nRequest No: Z516065\n Date: 05/04/12 Arterial\n Time: 18:24 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 Deg. C\npH 7.32L 7.35-7.45\npCO2 52H mmHg 35-45\nBase Excess 0.4 mmol/L -3.0/3.0\npO2 24L mmHg 75-100\nO2 Sat 40L % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 5.6H mmol/L 3.5-5.5\nSodium 141 mmol/L 135-145\n\nBLOOD CO-OXIMETRY\nTotal Hb 140 g/L 115-150\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/118" }, "reason": [ { "text": "Automatic Request Registration" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z561065-16258379" } ], "status": "final", "code": { "text": "Blood Gas" }, "subject": { "reference": "Patient/118" }, "effectiveDateTime": "2012-04-05T18:24:00Z", "issued": "2012-04-05T18:26:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1325", "resource": { "resourceType": "DiagnosticReport", "id": "1325", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z986663 Z968744 Z968810\n Date: 05/04/12 05/04/12 05/04/12\n Time: 11:00 16:55 18:05 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 188H 189H 185H g/L 130-170\nWCC 9.6 10.2 9.4 x10^9/L 4.0-11.0\nPLT 143 * 153 x10^9/L 140-400\nRCC 6.09H 6.14H 6.03H x10^12/L 4.50-5.70\nPCV 0.55H 0.55H 0.55H L/L 0.40-0.50\nMCV 90.1 89.8 91.0 fL 80.0-96.0\nMCH 30.9 30.8 30.6 pg 27.0-33.0\nMCHC 343 343 337 g/L 320-360\nRDW 13.3 13.1 13.3 % 11.0-15.0\nWhite Cell Differential\nNeut 6.2 5.5 6.3 x10^9/L 2.0-8.0\nLymph 2.4 3.5 2.0 x10^9/L 1.2-4.0\nMono 0.8 0.8 0.9 x10^9/L 0.1-1.0\nEos 0.1 0.4 0.1 x10^9/L 0.0-0.5\nBaso 0.1 0.0 0.1 x10^9/L 0.0-0.1\n\n12Z986663 05/04/12 11:00\nFilm Comment : Red cells are normocytic normochromic. White cells are\n unremarkable. Platelets appear normal.\nComment: Please note mildly raised haemoglobin.\n\n12Z968744 05/04/12 16:55\nFilm Comment : Film scanned. Manual differential.\nConclusion: * Film shows fibrin strands suggestive of a partially\n clotted specimen. Accurate platelet count unavailable.\n Please repeat FBE.\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968810-16258378" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/119" }, "effectiveDateTime": "2012-04-05T18:05:00Z", "issued": "2012-04-05T18:46:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1326", "resource": { "resourceType": "DiagnosticReport", "id": "1326", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 139 mmol/L ( 135-145 )\nPotassium 3.5 mmol/L ( 3.5-5.5 )\nChloride 102 mmol/L ( 95-110 )\nHCO3 27 mmol/L ( 22-30 )\nCreatinine 59 umol/L ( 49-90 )\n (Creatinine) 0.059 mmol/L ( 0.05-0.09)\nUrea 4.2 mmol/L ( 2.5-8.3 )\n eGFR >90 ( SEE-BELOW)\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/120" }, "reason": [ { "text": "Pleuritic Chest Pain" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968800-16258377" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/120" }, "effectiveDateTime": "2012-04-05T18:10:00Z", "issued": "2012-04-05T18:41:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1327", "resource": { "resourceType": "DiagnosticReport", "id": "1327", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z646826 Z968800\n Date: 20/10/06 05/04/12\n Time: 15:45 18:10 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 130 130 g/L 115-150\nWCC 6.0 11.6H x10^9/L 4.0-11.0\nPLT 283 280 x10^9/L 140-400\nRCC 4.26 4.14 x10^12/L 3.80-5.10\nPCV 0.37 0.37 L/L 0.35-0.45\nMCV 87.4 89.0 fL 80.0-96.0\nMCH 30.5 31.4 pg 27.0-33.0\nMCHC 349 353 g/L 320-360\nRDW 13.7 13.1 % 11.0-15.0\nWhite Cell Differential\nNeut 3.2 7.5 x10^9/L 2.0-8.0\nLymph 2.1 2.6 x10^9/L 1.2-4.0\nMono 0.5 1.2H x10^9/L 0.1-1.0\nEos 0.2 0.2 x10^9/L 0.0-0.5\nBaso 0.0 0.1 x10^9/L 0.0-0.1\n\n12Z968800 05/04/12 18:10\nComment: Please note mild monocytosis\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/120" }, "reason": [ { "text": "Pleuritic Chest Pain" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968800-16258376" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/120" }, "effectiveDateTime": "2012-04-05T18:10:00Z", "issued": "2012-04-05T18:31:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1328", "resource": { "resourceType": "DiagnosticReport", "id": "1328", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z968800\n Date: 05/04/12\n Time: 18:10 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nD-Dimer <220 ug/L <500\nEffective from 1st July 2009, the methodology of D-Dimer will be changed\nto STAGO D-Dimer reagents (LIATEST). NB the reference range is unchanged\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/120" }, "reason": [ { "text": "Pleuritic Chest Pain" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986800-16258375" } ], "status": "final", "code": { "text": "Routine Coagulation" }, "subject": { "reference": "Patient/120" }, "effectiveDateTime": "2012-04-05T18:10:00Z", "issued": "2012-04-05T19:00:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1329", "resource": { "resourceType": "DiagnosticReport", "id": "1329", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nREPRODUCTIVE HORMONES/ANDROGENS\nQuant Pregnancy (hCG) <2 IU/L ( <5 )\n\nMISCELLANEOUS\nHbA1c(HPLC) TF mmol/molHb\nHbA1c(HPLC) % (See Below)\n\n\n\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986799-16258374" } ], "status": "partial", "code": { "text": "Endo / Nutrition" }, "subject": { "reference": "Patient/124" }, "effectiveDateTime": "2012-04-05T18:10:00Z", "issued": "2012-04-05T18:54:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1330", "resource": { "resourceType": "DiagnosticReport", "id": "1330", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z167743 Z886298 Z868818 Z968482 Z986799\n Date: 02/04/12 03/04/12 04/04/12 05/04/12 05/04/12\n Time: 02:00 01:31 02:15 01:40 18:10 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 94L 88L 80L 83L 76L g/L 115-150\nWCC 18.5H 7.2 4.4 5.2 8.4 x10^9/L 4.0-11.0\nPLT 175 154 127L 165 164 x10^9/L 140-400\nRCC 2.81L 2.67L 2.42L 2.51L 2.37L x10^12/L 3.80-5.10\nPCV 0.28L 0.26L 0.23L 0.24L 0.22L L/L 0.35-0.45\nMCV 98.1H 96.2H 96.7H 96.3H 95.0 fL 80.0-96.0\nMCH 33.7H 33.1H 33.1H 33.1H 32.0 pg 27.0-33.0\nMCHC 343 344 342 344 338 g/L 320-360\nRDW 13.6 13.8 14.1 14.3 13.3 % 11.0-15.0\nWhite Cell Differential\nNeut 12.9H 6.4 3.0 3.9 6.7 x10^9/L 2.0-8.0\nLymph 0.7L 0.6L 0.7L 1.1L 0.4L x10^9/L 1.2-4.0\nMono 0.2 0.1 0.0L 0.0L 0.3 x10^9/L 0.1-1.0\nEos 0.0 0.1 0.2 0.2 0.0 x10^9/L 0.0-0.5\nBaso 0.0 0.0 0.0 0.0 0.0 x10^9/L 0.0-0.1\nBands 4.4H 0.6H 0.9H x10^9/L 0.0-0.5\nMeta 0.2H x10^9/L 0.0\nNRBC 2H /100WBCs 0\nNRBC Abs 0.1H x10^9/L 0\n\n12Z167743 02/04/12 02:00\nFilm Comment : White cells show mild neutrophilia with mild left shift\n and mild toxic changes. Manual differential.\n Red cells show mild macrocytosis.\n Platelets appear normal.\nConclusion: Recent trauma.\n\n12Z868298 03/04/12 01:31\nComment: Instrument differential and parameters reported.\n\n12Z886818 04/04/12 02:15\nFilm Comment : Moderate anaemia with mild polychromasia. Occasional\n nucleated red blood cells. Mild left shift in the\n neutrophils. Manual differential. Mild thrombocytopenia.\nConclusion: Consistent with infection / inflammation.\n\n12Z968482 05/04/12 01:40\nComment: Instrument differential and parameters reported.\n\n12Z968799 05/04/12 18:10\nFilm Comment : Manual differential. Neutrophils show left shift with mild\n toxic granulation. Red cells are normocytic normochromic\n with increased rouleaux. Platelets appear normal.\nConclusion: Recent tissue damage/trauma.\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968799-16258373" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/124" }, "effectiveDateTime": "2012-04-05T18:10:00Z", "issued": "2012-04-05T21:04:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1331", "resource": { "resourceType": "DiagnosticReport", "id": "1331", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z167743 Z886298 Z868818 Z968482 Z986799\n Date: 02/04/12 03/04/12 04/04/12 05/04/12 05/04/12\n Time: 02:00 01:31 02:15 01:40 18:10 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 1.6H 1.2 1.1 1.3 1.3 0.8-1.3\nAPTT 35 36 37H 34 34 secs 23-36\nFibrinogen 5.2H 5.9H 6.2H 7.1H 8.0H g/L 2.0-5.0\nPT 17.3 secs\nPT mix 14.3 secs\n\n12Z167743 02/04/12 02:00\nPT Mix : 50/50 mixture of the patient's plasma with normal plasma -\n CORRECTED.\n\nAPTT Therapeutic range for IV Heparin therapy = 60-85 seconds\nFrom 9.12.2010 APTT normal range 23 - 36 seconds.\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968799-16258372" } ], "status": "final", "code": { "text": "Routine Coagulation" }, "subject": { "reference": "Patient/124" }, "effectiveDateTime": "2012-04-05T18:10:00Z", "issued": "2012-04-05T19:00:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1332", "resource": { "resourceType": "DiagnosticReport", "id": "1332", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 137 mmol/L ( 135-145 )\nPotassium 5.2 mmol/L ( 3.5-5.5 )\nChloride 104 mmol/L ( 95-110 )\nHCO3 24 mmol/L ( 22-30 )\nCreatinine 50 umol/L ( 49-90 )\n (Creatinine) 0.050 mmol/L ( 0.05-0.09)\nUrea 4.0 mmol/L ( 2.5-8.3 )\n eGFR >90 ( SEE-BELOW)\nAlbumin 21 g/L ( 35-50 )\nAP 75 IU/L ( 30-120 )\nGGT 19 IU/L ( 10-65 )\nALT 40 IU/L ( <34 )\nAST 46 IU/L ( <31 )\nBili Total 8 umol/L ( <19 )\nProtein Total 55 g/L ( 65-85 )\nTroponin I 0.42 ug/L (See Below )\nCK 295 IU/L ( <145 )\nAmylase 51 IU/L ( 22-100 )\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968799-16258371" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/124" }, "effectiveDateTime": "2012-04-05T18:10:00Z", "issued": "2012-04-05T19:30:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1333", "resource": { "resourceType": "DiagnosticReport", "id": "1333", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nLab No : Z969548\nSPECIMEN\nSpecimen Type : Sputum\n\n\nMICROSCOPY\n\nGRAM STAIN\nMacroscopic Description Mucoid\nPus:Epithelial Cell Ratio >25:10\nPus Cells ++\nSquamous Epithelial Cells Occasional\nGram positive cocci Occasional\nGram positive bacilli Occasional\nGram negative bacilli Occasional\n\n\n\n\n\nCULTURE\n\nStandard culture: + Mixed upper respiratory tract flora\n\n\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/141" }, "reason": [ { "text": "Febrile . Neutripaenic" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986789-16258370" } ], "status": "final", "code": { "text": "Respiratory M/C/S" }, "subject": { "reference": "Patient/141" }, "effectiveDateTime": "2012-04-05T18:00:00Z", "issued": "2012-04-08T11:40:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1334", "resource": { "resourceType": "DiagnosticReport", "id": "1334", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nRequest No: Z561543 Z561546 Z516519 Z561561 Z561964\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12 Arterial\n Time: 05:39 09:19 12:19 14:24 18:18 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 37.0 37.0 37.0 Deg. C\npH 7.49H 7.46H 7.43 7.42 7.48H 7.35-7.45\npCO2 44 44 52H 53H 45 mmHg 35-45\nHCO3(Std) 32H 30 32H 32H 33H mmol/L 22.0-30.0\nBase Excess 8.7H 6.9H 9.1H 8.6H 9.2H mmol/L -3.0/3.0\npO2 70L 62L 86 131H 81 mmHg 75-100\nO2 Sat 94L 92L 96 98 96 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 4.2 4.1 3.8 4.4 4.1 mmol/L 3.5-5.5\nSodium 143 144 143 144 145 mmol/L 135-145\nChloride 106 110 106 107 109 mmol/L 95-110\niCa++ 1.15 1.11L 1.11L 1.09L 1.11L mmol/L 1.12-1.30\nGlucose 7.4 7.7 7.6 7.5 7.8H mmol/L 3.6-7.7\nLactate 1.1 1.0 0.7 0.5 0.6 mmol/L 0.2-1.8\n\nBLOOD CO-OXIMETRY\nTotal Hb 99L 102L 115 111L 104L g/L 115-150\nReduced Hb 5.5H 7.6H 3.6 1.6 3.6 % 0-5\nCarbOxy Hb 1.2 1.3 1.0 1.1 1.2 % 0.5-1.5\nMeth Hb 1.6H 1.6H 1.7H 1.9H 1.4 % 0-1.5\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/127" }, "reason": [ { "text": "Automatic Request Registration" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z516964-16258369" } ], "status": "final", "code": { "text": "Blood Gas" }, "subject": { "reference": "Patient/127" }, "effectiveDateTime": "2012-04-05T18:18:00Z", "issued": "2012-04-05T18:23:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1335", "resource": { "resourceType": "DiagnosticReport", "id": "1335", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nMiscellaneous Fluid\nFluid Type: Drainage\nLD 4303 IU/L\nAmylase 390 IU/L\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/172" }, "reason": [ { "text": "Drain Fluid. Prev Vre And Kleb Pneumo Rx Teicoplan/Tazo" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968779-16258368" } ], "status": "final", "code": { "text": "Csf & Fluid Chemistr" }, "subject": { "reference": "Patient/172" }, "effectiveDateTime": "2012-04-05T18:10:00Z", "issued": "2012-04-05T21:59:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1336", "resource": { "resourceType": "DiagnosticReport", "id": "1336", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nLab No : Z763753\nSPECIMEN\nSpecimen Type : Urine Type Not Stated\n\n\nCHEMISTRY\npH 5.5\nProtein TRACE\nSpecific Grav. 1.018\nBlood NEGATIVE\nGlucose NEGATIVE\nLeucocytes TRACE\n\n\nMICROSCOPY\nLeucocytes 17 x10^6/L ( <2x10^6/L )\nRed Blood Cells 1 x10^6/L ( <13x10^6/L )\nSquamous Epithelial Cells Nil\n\n\n\n\n\n\n\n\nSTANDARD BACTERIAL CULTURE\n>10^9 cfu/L Mixed organisms including: staphylococci,\nstreptococci, diphtheroid bacilli \\T\\ gram negative bacilli.\n\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986769-16258366" } ], "status": "final", "code": { "text": "Urine M/C/S" }, "subject": { "reference": "Patient/140" }, "effectiveDateTime": "2012-04-05T18:11:00Z", "issued": "2012-04-07T10:22:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1337", "resource": { "resourceType": "DiagnosticReport", "id": "1337", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nLab No : Z860589\nSPECIMEN\nSpecimen Type : Swab\nDescription : Throat\n\n\n\nCULTURE\n+++ Mixed upper respiratory tract flora\n\n\nNo Beta haemolytic streptococci isolated.\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/121" }, "reason": [ { "text": "ga Streps" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986759-16258365" } ], "status": "final", "code": { "text": "Wounds/Tips/Ent/Eye" }, "subject": { "reference": "Patient/121" }, "effectiveDateTime": "2012-04-05T18:00:00Z", "issued": "2012-04-09T12:08:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1338", "resource": { "resourceType": "DiagnosticReport", "id": "1338", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSpecimen Type: Throat Swab\n\nRESPIRATORY VIRUS PCR\nInfluenza A PCR (ABI Taqman) : Not Detected\nInfluenza B PCR (ABI Taqman) : Not Detected\nRSV PCR (ABI Taqman) : Not Detected\nRhinovirus PCR (ABI Taqman) : Not Detected\n\n\n\nGENERAL COMMENT:\n\nPlease note: Expired swab recieved (March 12).\nA negative result may not be a true indicator of patient status.\nAny further swabs recieved past their use-by date will not\nbe processed.\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/121" }, "reason": [ { "text": "ga Streps" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986759-16258364" } ], "status": "final", "code": { "text": "Internal Serology" }, "subject": { "reference": "Patient/121" }, "effectiveDateTime": "2012-04-05T18:00:00Z", "issued": "2012-04-07T16:52:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1339", "resource": { "resourceType": "DiagnosticReport", "id": "1339", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSpecimen Type: Serum\n\nEBV-VCA IgG Antibody by EIA :\nEBV-VCA IgM Antibody by EIA :\n\nMycoplasma pneumoniae IgG Antibody by EIA :\n\nGENERAL COMMENT:\n\nRecommend repeat mycoplasma serology in 2-3 weeks if clinically\nindicated.\n\nOther atypical pneumonia serology will only be performed on paired\nsera. This serum sample has been stored for 3 months.\n\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968749-16258363" } ], "status": "partial", "code": { "text": "Internal Serology" }, "subject": { "reference": "Patient/121" }, "effectiveDateTime": "2012-04-05T18:00:00Z", "issued": "2012-04-05T18:00:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1340", "resource": { "resourceType": "DiagnosticReport", "id": "1340", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nLab No : Z366341\nSPECIMENS\nSpecimen Type : Blood Cultures\nDescription : Not-stated\n\nAerobic bottle 4 days Negative\nAnaerobic bottle 4 days Negative\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968749-16258362" } ], "status": "partial", "code": { "text": "Blood Cultures" }, "subject": { "reference": "Patient/121" }, "effectiveDateTime": "2012-04-05T18:00:00Z", "issued": "2012-04-09T20:35:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1341", "resource": { "resourceType": "DiagnosticReport", "id": "1341", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 140 mmol/L ( 135-145 )\nPotassium 4.4 mmol/L ( 3.5-5.5 )\nChloride 104 mmol/L ( 95-110 )\nHCO3 27 mmol/L ( 22-30 )\nCreatinine 74 umol/L ( 64-104 )\n (Creatinine) 0.074 mmol/L ( 0.05-0.11)\nUrea 5.1 mmol/L ( 2.5-8.3 )\n eGFR >90 ( SEE-BELOW)\nAlbumin 38 g/L ( 35-50 )\nAP 68 IU/L ( 30-120 )\nGGT 20 IU/L ( 10-65 )\nALT 31 IU/L ( <45 )\nAST 36 IU/L ( <35 )\nBili Total 12 umol/L ( <19 )\nProtein Total 75 g/L ( 65-85 )\nC-React Prot 44 mg/L ( <5 )\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968749-16258361" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/121" }, "effectiveDateTime": "2012-04-05T18:00:00Z", "issued": "2012-04-05T18:43:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1342", "resource": { "resourceType": "DiagnosticReport", "id": "1342", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z968749\n Date: 05/04/12\n Time: 18:00 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 139 g/L 130-170\nWCC 4.6 x10^9/L 4.0-11.0\nPLT 119L x10^9/L 140-400\nRCC 4.18L x10^12/L 4.50-5.70\nPCV 0.40 L/L 0.40-0.50\nMCV 95.8 fL 80.0-96.0\nMCH 33.3H pg 27.0-33.0\nMCHC 348 g/L 320-360\nRDW 13.8 % 11.0-15.0\nWhite Cell Differential\nNeut 3.1 x10^9/L 2.0-8.0\nLymph 0.8L x10^9/L 1.2-4.0\nMono 0.4 x10^9/L 0.1-1.0\nEos 0.3 x10^9/L 0.0-0.5\nBaso 0.0 x10^9/L 0.0-0.1\n\n12Z968749 05/04/12 18:00\nFilm Comment : Red cells show occasional macrocytes. Mild\n thrombocytopenia. Unremarkable leucocytes.\nConclusion: Suggest repeat FBE to confirm platelet count.\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986749-16258360" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/121" }, "effectiveDateTime": "2012-04-05T18:00:00Z", "issued": "2012-04-05T21:15:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1343", "resource": { "resourceType": "DiagnosticReport", "id": "1343", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 140 mmol/L ( 135-145 )\nPotassium 3.9 mmol/L ( 3.5-5.5 )\nChloride 104 mmol/L ( 95-110 )\nHCO3 24 mmol/L ( 22-30 )\nCreatinine 90 umol/L ( 64-104 )\n (Creatinine) 0.090 mmol/L ( 0.05-0.11)\nUrea 7.5 mmol/L ( 2.5-8.3 )\n eGFR 75 ( SEE-BELOW)\nTroponin I <0.02 ug/L (See Below )\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/123" }, "reason": [ { "text": "Sob On Exertion" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968739-16258359" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/123" }, "effectiveDateTime": "2012-04-05T18:02:00Z", "issued": "2012-04-05T18:53:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1344", "resource": { "resourceType": "DiagnosticReport", "id": "1344", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z968739\n Date: 05/04/12\n Time: 18:02 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 136 g/L 130-170\nWCC 8.0 x10^9/L 4.0-11.0\nPLT 222 x10^9/L 140-400\nRCC 4.32L x10^12/L 4.50-5.70\nPCV 0.39L L/L 0.40-0.50\nMCV 89.5 fL 80.0-96.0\nMCH 31.6 pg 27.0-33.0\nMCHC 353 g/L 320-360\nRDW 13.1 % 11.0-15.0\nWhite Cell Differential\nNeut 5.5 x10^9/L 2.0-8.0\nLymph 1.6 x10^9/L 1.2-4.0\nMono 0.7 x10^9/L 0.1-1.0\nEos 0.2 x10^9/L 0.0-0.5\nBaso 0.0 x10^9/L 0.0-0.1\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/123" }, "reason": [ { "text": "Sob On Exertion" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986739-16258358" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/123" }, "effectiveDateTime": "2012-04-05T18:02:00Z", "issued": "2012-04-05T18:32:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1346", "resource": { "resourceType": "DiagnosticReport", "id": "1346", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nRequest No: Z561578 Z561579 Z516261 Z561463 Z561864\n Date: 05/04/12 05/04/12 05/04/12 05/04/12 05/04/12 Arterial\n Time: 11:28 12:36 14:13 16:46 18:10 Units Ref Range\n -------- -------- -------- -------- -------- ------ ---------\nBLOOD GASES\nTemperature 37.0 37.0 37.0 37.0 37.0 Deg. C\npH 7.18L 7.17L 7.26L 7.36 7.40 7.35-7.45\npCO2 19L 28L 26L 23L 21L mmHg 35-45\nHCO3(Std) 10L 11L 14L 16L 17L mmol/L 22.0-30.0\nBase Excess -20.1L -17.1L -14.4L -11.8L -10.8L mmol/L -3.0/3.0\npO2 516H 161H 142H 138H 136H mmHg 75-100\nO2 Sat 100 98 99 99 100 % 95-100\n\nELECTROLYTES (Whole Blood)\nPotassium 6.8H 6.2H 5.0 5.7H 6.0H mmol/L 3.5-5.5\nSodium 135 139 142 140 141 mmol/L 135-145\nChloride 109 110 109 107 106 mmol/L 95-110\niCa++ 1.09L 1.02L 0.98L 0.99L 0.98L mmol/L 1.12-1.30\nGlucose 6.9 6.9 5.2 5.3 4.4 mmol/L 3.6-7.7\nLactate 12.4H 13.9H 15.0H 12.3H 11.7H mmol/L 0.2-1.8\n\nBLOOD CO-OXIMETRY\nTotal Hb 103L 101L 99L 106L 109L g/L 130-170\nReduced Hb -0.1L 1.6 1.2 0.6 0.5 % 0-5\nCarbOxy Hb 1.3 1.1 1.4 1.7H 1.8H % 0.5-1.5\nMeth Hb 1.1 1.3 1.2 1.0 1.2 % 0-1.5\n\nNote: Reference Ranges shown are for arterial blood only.\n Venous blood ranges for pH pCO2 pO2 are:\n pH 7.31 - 7.41\n pCO2 40 - 50 mmHg\n pO2 30 - 50 mmHg\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/122" }, "reason": [ { "text": "Automatic Request Registration" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z516864-16258356" } ], "status": "final", "code": { "text": "Blood Gas" }, "subject": { "reference": "Patient/122" }, "effectiveDateTime": "2012-04-05T18:10:00Z", "issued": "2012-04-05T18:15:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1347", "resource": { "resourceType": "DiagnosticReport", "id": "1347", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nProthrombin Gene Mutation Analysis\n\nG20210A Substitution Result:\n\nFactor V Gene Mutation Analysis\n\nG1691A Substitution Result:\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/182" }, "reason": [ { "text": "Thrombophilic Screen" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968709-16258355" } ], "status": "partial", "code": { "text": "Molecular Haem" }, "subject": { "reference": "Patient/182" }, "effectiveDateTime": "2012-04-05T18:02:00Z", "issued": "2012-04-05T18:02:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1348", "resource": { "resourceType": "DiagnosticReport", "id": "1348", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 138 mmol/L ( 135-145 )\nPotassium 3.6 mmol/L ( 3.5-5.5 )\nChloride 105 mmol/L ( 95-110 )\nHCO3 23 mmol/L ( 22-30 )\nCreatinine 65 umol/L ( 64-104 )\n (Creatinine) 0.065 mmol/L ( 0.05-0.11)\nUrea 1.9 mmol/L ( 2.5-8.3 )\n eGFR >90 ( SEE-BELOW)\nLactate 1.2 mmol/L ( 0.2-1.8 )\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/182" }, "reason": [ { "text": "Thrombophilic Screen" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986709-16258354" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/182" }, "effectiveDateTime": "2012-04-05T18:02:00Z", "issued": "2012-04-05T18:44:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1349", "resource": { "resourceType": "DiagnosticReport", "id": "1349", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z968709\n Date: 05/04/12\n Time: 18:02 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 3.3H 0.8-1.3\nAPTT 51H secs 23-36\nFibrinogen 3.8 g/L 2.0-5.0\nAPTT mix 30.9 secs\n\n12Z986709 05/04/12 18:02\nAPTT Mix: 50/50 mixture of the patient's plasma with normal plasma -\n CORRECTED.\n\nAPTT Therapeutic range for IV Heparin therapy = 60-85 seconds\nFrom 9.12.2010 APTT normal range 23 - 36 seconds.\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/182" }, "reason": [ { "text": "Thrombophilic Screen" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968709-16258353" } ], "status": "final", "code": { "text": "Routine Coagulation" }, "subject": { "reference": "Patient/182" }, "effectiveDateTime": "2012-04-05T18:02:00Z", "issued": "2012-04-05T19:26:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1350", "resource": { "resourceType": "DiagnosticReport", "id": "1350", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z968709\n Date: 05/04/12\n Time: 18:02 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 150 g/L 130-170\nWCC 8.0 x10^9/L 4.0-11.0\nPLT 189 x10^9/L 140-400\nRCC 4.24L x10^12/L 4.50-5.70\nPCV 0.43 L/L 0.40-0.50\nMCV 100.3H fL 80.0-96.0\nMCH 35.2H pg 27.0-33.0\nMCHC 351 g/L 320-360\nRDW 13.3 % 11.0-15.0\nWhite Cell Differential\nNeut 5.1 x10^9/L 2.0-8.0\nLymph 2.0 x10^9/L 1.2-4.0\nMono 0.8 x10^9/L 0.1-1.0\nEos 0.1 x10^9/L 0.0-0.5\nBaso 0.1 x10^9/L 0.0-0.1\n\n12Z968709 05/04/12 18:02\nFilm Comment : Red cells are mildly macrocytic with some target cells.\n Unremarkable leucocytes and platelets\nConclusion: Common causes of macrocytosis include liver disease,\n B12/folate deficiency, hypothyroidism, alcohol, smoking,\n and certain drugs including chemotherapy. Suggest liver\n function tests, serum B12/folate levels, and review drug\n history if cause not already known.\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/182" }, "reason": [ { "text": "Thrombophilic Screen" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986709-16258352" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/182" }, "effectiveDateTime": "2012-04-05T18:02:00Z", "issued": "2012-04-05T20:59:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1351", "resource": { "resourceType": "DiagnosticReport", "id": "1351", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSpecimen Type : Serum\n Request No: Z986709\n Date: 05/04/12\n Time: 18:02 Units RefRange\n ------------ ------------ ------------ ------ --------\nSpecimen Serum\n\nAnti-Cardiolipin\nAnti-Cardio.IgG TF GPL U 0-20.0\n\nACL COMMENT\nACL-IgM is not performed routinely on requests of ACL antibodies. Some\npatients with anti-phospholipid antibody syndrome have undetectable IgG\nanti-cardiolipin antibodies.\nFurther testing for IgM ACL may also be indicated.\nPlease contact the immunopathology registrar for further advice on 9342 8023.\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/182" }, "reason": [ { "text": "Thrombophilic Screen" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968709-16258351" } ], "status": "partial", "code": { "text": "Immunology Auto-Abs" }, "subject": { "reference": "Patient/182" }, "effectiveDateTime": "2012-04-05T18:02:00Z", "issued": "2012-04-05T18:02:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1352", "resource": { "resourceType": "DiagnosticReport", "id": "1352", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nTests of Hypercoagulability (Plasma)\n\n\nTests for APC Resistance (Plasma)\n n-APC Ratio\n\n n-APC Ratio Reference Ranges : > 0.86 : Normal\n 0.80-0.86 : Borderline\n < 0.80 : Abnormal\nTests for Lupus Inhibitor (Plasma)\nAPTT (Filtered) T/F sec (25.0-37.0)\nLAS Ratio/LAC Ratio ( <1.20 )\n\n\nLupus Inhibitor Comment:\n T/F\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/182" }, "reason": [ { "text": "Thrombophilic Screen" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968709-16258350" } ], "status": "partial", "code": { "text": "Special Coagulation" }, "subject": { "reference": "Patient/182" }, "effectiveDateTime": "2012-04-05T18:02:00Z", "issued": "2012-04-05T18:02:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1353", "resource": { "resourceType": "DiagnosticReport", "id": "1353", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nBlank Report?\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986729-16258349" } ], "status": "partial", "code": { "text": "ECG Trace" }, "subject": { "reference": "Patient/124" }, "effectiveDateTime": "2012-04-05T17:12:00Z", "issued": "2012-04-05T17:12:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1354", "resource": { "resourceType": "DiagnosticReport", "id": "1354", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 141 mmol/L ( 135-145 )\nPotassium 3.2 mmol/L ( 3.5-5.5 )\nChloride 111 mmol/L ( 95-110 )\nHCO3 23 mmol/L ( 22-30 )\nCreatinine 63 umol/L ( 64-104 )\n (Creatinine) 0.063 mmol/L ( 0.05-0.11)\nUrea 4.6 mmol/L ( 2.5-8.3 )\n eGFR >90 ( SEE-BELOW)\nCalcium 2.12 mmol/L ( 2.10-2.60)\nPhosphate 0.83 mmol/L ( 0.8-1.5 )\nMagnesium 0.69 mmol/L ( 0.7-1.1 )\nAlbumin 23 g/L ( 35-50 )\n</pre>\n \n </div>" }, "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968798-16258348" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/125" }, "effectiveDateTime": "2012-04-05T17:30:00Z", "issued": "2012-04-05T18:43:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" } } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1355", "resource": { "resourceType": "DiagnosticReport", "id": "1355", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: Z246532 Z968160 Z968308 Z986534 Z968788\n Date: 18/02/12 04/04/12 04/04/12 05/04/12 05/04/12\n Time: 09:45 12:40 22:56 06:45 18:00 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 95L 65L 76L 79L 88L g/L 130-170\nWCC 7.3 6.4 8.0 5.7 5.9 x10^9/L 4.0-11.0\nPLT 278 335 327 318 323 x10^9/L 140-400\nRCC 4.40L 3.48L 3.82L 3.92L 4.20L x10^12/L 4.50-5.70\nPCV 0.30L 0.21L 0.25L 0.26L 0.28L L/L 0.40-0.50\nMCV 67.3L 60.4L 65.1L 66.2L 67.1L fL 80.0-96.0\nMCH 21.6L 18.5L 19.9L 20.3L 20.8L pg 27.0-33.0\nMCHC 321 307L 306L 307L 310L g/L 320-360\nRDW 17.1H 19.0H 23.3H 22.6H 25.8H % 11.0-15.0\nWhite Cell Differential\nNeut 5.3 4.4 5.2 3.8 3.6 x10^9/L 2.0-8.0\nLymph 1.4 1.4 1.9 1.3 1.4 x10^9/L 1.2-4.0\nMono 0.5 0.5 0.7 0.5 0.7 x10^9/L 0.1-1.0\nEos 0.1 0.0 0.1 0.1 0.1 x10^9/L 0.0-0.5\nBaso 0.0 0.0 0.0 0.0 0.0 x10^9/L 0.0-0.1\n\n12Z968160 04/04/12 12:40\nFilm Comment : Marked hypochromic, microcytic anaemia with some elongated\n cells and occasional acanthocytes. Occasional\n hypersegmented neutrophils seen. Platelets appear normal.\nConclusion: Suggestive of iron deficiency anaemia. Suggest correlation\n with iron studies.\n\n Film reviewed by Dr Radio Xray - Haematology\n Registrar\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/126" }, "reason": [ { "text": "Anaemia" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968788-16258347" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/126" }, "effectiveDateTime": "2012-04-05T18:00:00Z", "issued": "2012-04-05T18:31:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1356", "resource": { "resourceType": "DiagnosticReport", "id": "1356", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nReq No: R017388 Z767169 Z968719\n Date: 20/03/08 30/09/10 05/04/12\n Time: 02:37 22:50 18:00 Units Ref Range\n ________ ________ ________ ________ ________ ________ _________\nFull Blood Count (Whole Blood)\nHb 148 146 153 g/L 130-170\nWCC 7.9 11.4H 7.3 x10^9/L 4.0-11.0\nPLT 239 176 167 x10^9/L 140-400\nRCC 5.16 5.09 5.32 x10^12/L 4.50-5.70\nPCV 0.43 0.42 0.44 L/L 0.40-0.50\nMCV 83.0 81.9 82.9 fL 80.0-96.0\nMCH 28.6 28.6 28.7 pg 27.0-33.0\nMCHC 345 349 346 g/L 320-360\nRDW 12.0 12.4 12.7 % 11.0-15.0\nWhite Cell Differential\nNeut 3.2 8.2H 5.3 x10^9/L 2.0-8.0\nLymph 3.5 2.1 1.5 x10^9/L 1.2-4.0\nMono 0.5 0.9 0.4 x10^9/L 0.1-1.0\nEos 0.6H 0.2 0.0 x10^9/L 0.0-0.5\nBaso 0.0 0.0 0.0 x10^9/L 0.0-0.1\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/127" }, "reason": [ { "text": "Mba 80Km With Headstrike, Loc And R Neck Pain" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986719-16258345" } ], "status": "final", "code": { "text": "FBE & Routine Haem" }, "subject": { "reference": "Patient/127" }, "effectiveDateTime": "2012-04-05T18:00:00Z", "issued": "2012-04-05T18:31:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1357", "resource": { "resourceType": "DiagnosticReport", "id": "1357", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nCUMULATIVE REPORT\nRequest No: Z986719\n Date: 05/04/12\n Time: 18:00 Units Ref.\n -------- -------- -------- -------- -------- ------ -----\nCoagulation (Plasma)\nINR 1.2 0.8-1.3\nAPTT 28 secs 23-36\nFibrinogen 2.4 g/L 2.0-5.0\n\nAPTT Therapeutic range for IV Heparin therapy = 60-85 seconds\nFrom 9.12.2010 APTT normal range 23 - 36 seconds.\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/127" }, "reason": [ { "text": "Mba 80Km With Headstrike, Loc And R Neck Pain" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968719-16258344" } ], "status": "final", "code": { "text": "Routine Coagulation" }, "subject": { "reference": "Patient/127" }, "effectiveDateTime": "2012-04-05T18:00:00Z", "issued": "2012-04-05T18:36:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1358", "resource": { "resourceType": "DiagnosticReport", "id": "1358", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 140 mmol/L ( 135-145 )\nPotassium 4.2 mmol/L ( 3.5-5.5 )\nChloride 106 mmol/L ( 95-110 )\nHCO3 28 mmol/L ( 22-30 )\nCreatinine 77 umol/L ( 64-104 )\n (Creatinine) 0.077 mmol/L ( 0.05-0.11)\nUrea 6.1 mmol/L ( 2.5-8.3 )\n eGFR >90 ( SEE-BELOW)\nAlbumin 44 g/L ( 35-50 )\nAP 98 IU/L ( 30-120 )\nGGT 29 IU/L ( 10-65 )\nALT 26 IU/L ( <45 )\nAST 24 IU/L ( <35 )\nBili Total 12 umol/L ( <19 )\nProtein Total 76 g/L ( 65-85 )\nLipase 154 IU/L ( <60 )\nLactate 0.6 mmol/L ( 0.2-1.8 )\nEtOH 4.7 mmol/L (See Below )\nEtOH 0.02 gm%\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/127" }, "reason": [ { "text": "Mba 80Km With Headstrike, Loc And R Neck Pain" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968719-16258343" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/127" }, "effectiveDateTime": "2012-04-05T18:00:00Z", "issued": "2012-04-05T18:45:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1364", "resource": { "resourceType": "DiagnosticReport", "id": "1364", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nRequest No: R008346 Z986797\n Date: 26/10/10 05/04/12\n Time: 22:23 17:39 Units Ref Range\n -------- -------- -------- -------- -------- ------- ---------\nSerum Vitamin B12 and Folate Studies\nVit B12 >1476H 295 pmol/L 150-600\nSer Fol >54.0 >54.0 nmol/L >12.2\nIron Studies (Plasma/serum)\nFerritin 388.0H ug/L 15-200\nIron 7L umol/L 10-30\nTransferrin 2.18 g/L 1.9-3.2\nTransf'n IBC 54.6 umol/L 47.6-80.2\nTransf'n Sat 13L % 14.7-37.4\n\nNOTE NEW REFERENCE RANGES FOR FOLATE\nFrom 27th April 2004, B12 and Folate will be performed on the Bayer Centaur\nSerum Folate Deficient - <7.63 nmol/L\nSerum Folate Indeterminate - 7.64 to 12.2 nmol/L\nOld Ref Ranges prior to 27th April 2004\n Serum Folate - 6.0 to 38.0 nmol/L\n Red Cell Folate - 350 to 1350 nmol/L\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/132" }, "reason": [ { "text": "Delerium Screen" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "|RE||" } ], "status": "final", "code": { "text": "Haem Iron/B12 & Fol" }, "subject": { "reference": "Patient/132" }, "effectiveDateTime": "2012-04-05T17:39:00Z", "issued": "2012-04-05T21:40:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1365", "resource": { "resourceType": "DiagnosticReport", "id": "1365", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nTHYROID FUNCTION\nTSH 1.09 mIU/L ( 0.1-4.0 )\n\n\n\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/132" }, "reason": [ { "text": "Delerium Screen" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z968797-16258336" } ], "status": "final", "code": { "text": "Endo / Nutrition" }, "subject": { "reference": "Patient/132" }, "effectiveDateTime": "2012-04-05T17:39:00Z", "issued": "2012-04-05T20:53:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } }, { "fullUrl": "http://hl7.org/fhir/DiagnosticReport/1366", "resource": { "resourceType": "DiagnosticReport", "id": "1366", "meta": { "lastUpdated": "2012-04-14T10:35:23Z" }, "text": { "status": "generated", "div": "<div>\n \n <pre>\nSERUM/PLASMA\nSodium 137 mmol/L ( 135-145 )\nPotassium 3.4 mmol/L ( 3.5-5.5 )\nChloride 101 mmol/L ( 95-110 )\nHCO3 25 mmol/L ( 22-30 )\nCreatinine 48 umol/L ( 49-90 )\n (Creatinine) 0.048 mmol/L ( 0.05-0.09)\nUrea 6.8 mmol/L ( 2.5-8.3 )\n eGFR >90 ( SEE-BELOW)\nGlucose 4.6 mmol/L ( 3.3-7.7 )\n (fasting) NoInfo\nCalcium 2.42 mmol/L ( 2.10-2.60)\nPhosphate 1.37 mmol/L ( 0.8-1.5 )\nMagnesium 0.81 mmol/L ( 0.8-1.0 )\nAlbumin 29 g/L ( 35-50 )\nAP 166 IU/L ( 30-120 )\nGGT 222 IU/L ( 10-65 )\nALT 134 IU/L ( <4 )\nAST 56 IU/L ( <1 )\nBili Total 6 umol/L ( <19 )\nProtein Total 77 g/L ( 65-85 )\nC-React Prot 23 mg/L ( <5 )\nLIPIDS\n</pre>\n \n </div>" }, "contained": [ { "resourceType": "DiagnosticOrder", "id": "req", "subject": { "reference": "Patient/132" }, "reason": [ { "text": "Delerium Screen" } ] } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "12Z986797-16258335" } ], "status": "final", "code": { "text": "General Biochemistry" }, "subject": { "reference": "Patient/132" }, "effectiveDateTime": "2012-04-05T17:39:00Z", "issued": "2012-04-05T18:17:00Z", "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "request": [ { "reference": "#req" } ] } } ] }; var example201: fhir.Bundle = { "entry": [ { "fullUrl": "http://fhir.healthintersections.com.au/open/Composition/180f219f-97a8-486d-99d9-ed631fe4fc57", "resource": { "author": [ { "display": "Doctor Dave", "reference": "Practitioner/example" } ], "confidentiality": "N", "date": "2013-02-01T12:30:02Z", "encounter": { "reference": "http://fhir.healthintersections.com.au/open/Encounter/doc-example" }, "id": "180f219f-97a8-486d-99d9-ed631fe4fc57", "meta": { "lastUpdated": "2013-05-28T22:12:21Z" }, "resourceType": "Composition", "section": [ { "code": { "coding": [ { "code": "29299-5", "display": "Reason for visit Narrative", "system": "http://loinc.org" } ] }, "entry": [ { "reference": "urn:uuid:541a72a8-df75-4484-ac89-ac4923f03b81" } ], "text": { "div": "<div>\n\t\t\t\t\t\t\t\n <table>\n\t\t\t\t\t\t\t\t\n <thead>\n\t\t\t\t\t\t\t\t\t\n <tr>\n\t\t\t\t\t\t\t\t\t\t\n <td>Details</td>\n\t\t\t\t\t\t\t\t\t\t\n <td/>\n\t\t\t\t\t\t\t\t\t\n </tr>\n\t\t\t\t\t\t\t\t\n </thead>\n\t\t\t\t\t\t\t\t\n <tbody>\n\t\t\t\t\t\t\t\t\t\n <tr>\n\t\t\t\t\t\t\t\t\t\t\n <td>Acute Asthmatic attack. Was wheezing for days prior to admission.</td>\n\t\t\t\t\t\t\t\t\t\t\n <td/>\n\t\t\t\t\t\t\t\t\t\n </tr>\n\t\t\t\t\t\t\t\t\n </tbody>\n\t\t\t\t\t\t\t\n </table>\n\t\t\t\t\t\t\n </div>", "status": "additional" }, "title": "Reason for admission" }, { "code": { "coding": [ { "code": "10183-2", "display": "Hospital discharge medications Narrative", "system": "http://loinc.org" } ] }, "entry": [ { "reference": "urn:uuid:124a6916-5d84-4b8c-b250-10cefb8e6e86" }, { "reference": "urn:uuid:673f8db5-0ffd-4395-9657-6da00420bbc1" } ], "mode": "working", "text": { "div": "<div>\n\t\t\t\t\t\t\t\n <table>\n\t\t\t\t\t\t\t\t\n <thead>\n\t\t\t\t\t\t\t\t\t\n <tr>\n\t\t\t\t\t\t\t\t\t\t\n <td>Medication</td>\n\t\t\t\t\t\t\t\t\t\t\n <td>Last Change</td>\n\t\t\t\t\t\t\t\t\t\t\n <td>Last ChangeReason</td>\n\t\t\t\t\t\t\t\t\t\n </tr>\n\t\t\t\t\t\t\t\t\n </thead>\n\t\t\t\t\t\t\t\t\n <tbody>\n\t\t\t\t\t\t\t\t\t\n <tr>\n\t\t\t\t\t\t\t\t\t\t\n <td>Theophylline 200mg BD after meals</td>\n\t\t\t\t\t\t\t\t\t\t\n <td>continued</td>\n\t\t\t\t\t\t\t\t\t\n </tr>\n\t\t\t\t\t\t\t\t\t\n <tr>\n\t\t\t\t\t\t\t\t\t\t\n <td>Ventolin Inhaler</td>\n\t\t\t\t\t\t\t\t\t\t\n <td>stopped</td>\n\t\t\t\t\t\t\t\t\t\t\n <td>Getting side effect of tremor</td>\n\t\t\t\t\t\t\t\t\t\n </tr>\n\t\t\t\t\t\t\t\t\n </tbody>\n\t\t\t\t\t\t\t\n </table>\n\t\t\t\t\t\t\n </div>", "status": "additional" }, "title": "Medications on Discharge" }, { "code": { "coding": [ { "code": "48765-2", "display": "Allergies and adverse reactions Document", "system": "http://loinc.org" } ] }, "entry": [ { "reference": "urn:uuid:47600e0f-b6b5-4308-84b5-5dec157f7637" } ], "text": { "div": "<div>\n\t\t\t\t\t\t\t\n <table>\n\t\t\t\t\t\t\t\t\n <thead>\n\t\t\t\t\t\t\t\t\t\n <tr>\n\t\t\t\t\t\t\t\t\t\t\n <td>Allergen</td>\n\t\t\t\t\t\t\t\t\t\t\n <td>Reaction</td>\n\t\t\t\t\t\t\t\t\t\n </tr>\n\t\t\t\t\t\t\t\t\n </thead>\n\t\t\t\t\t\t\t\t\n <tbody>\n\t\t\t\t\t\t\t\t\t\n <tr>\n\t\t\t\t\t\t\t\t\t\t\n <td>Doxycycline</td>\n\t\t\t\t\t\t\t\t\t\t\n <td>Hives</td>\n\t\t\t\t\t\t\t\t\t\n </tr>\n\t\t\t\t\t\t\t\t\n </tbody>\n\t\t\t\t\t\t\t\n </table>\n\t\t\t\t\t\t\n </div>", "status": "additional" }, "title": "Known allergies" } ], "status": "final", "subject": { "display": "Eve Everywoman", "reference": "http://fhir.healthintersections.com.au/open/Patient/d1" }, "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 180f219f-97a8-486d-99d9-ed631fe4fc57</p><p><b>meta</b>: </p><p><b>date</b>: 01/02/2013 11:30:02 PM</p><p><b>type</b>: Discharge Summary from Responsible Clinician <span>(Details : {LOINC code '28655-9' = 'Physician attending Discharge summary)</span></p><p><b>title</b>: Discharge Summary</p><p><b>status</b>: final</p><p><b>confidentiality</b>: N</p><p><b>author</b>: <a>Doctor Dave</a></p><p><b>encounter</b>: <a>http://fhir.healthintersections.com.au/open/Encounter/doc-example</a></p></div>", "status": "generated" }, "title": "Discharge Summary", "type": { "coding": [ { "code": "28655-9", "system": "http://loinc.org" } ], "text": "Discharge Summary from Responsible Clinician" } } }, { "fullUrl": "http://fhir.healthintersections.com.au/open/Practitioner/example", "resource": { "id": "example", "identifier": [ { "system": "http://www.acme.org/practitioners", "value": "23" } ], "meta": { "lastUpdated": "2013-05-05T16:13:03Z" }, "name": { "family": [ "Careful" ], "given": [ "Adam" ], "prefix": [ "Dr" ] }, "practitionerRole": [ { "managingOrganization": { "reference": "Organization/1" }, "period": { "end": "2012-03-31", "start": "2012-01-01" }, "role": { "coding": [ { "code": "RP", "system": "http://hl7.org/fhir/v2/0286" } ] } } ], "resourceType": "Practitioner", "text": { "div": "<div>\n\t\t\t\t\t\t\n <p>Dr Adam Careful is a Referring Practitioner for Acme Hospital from 1-Jan 2012 to 31-Mar\n 2012</p>\n\t\t\t\t\t\n </div>", "status": "generated" } } }, { "fullUrl": "http://fhir.healthintersections.com.au/open/Patient/d1", "resource": { "active": true, "address": [ { "line": [ "2222 Home Street" ], "use": "home" } ], "birthDate": "1955-01-06", "gender": "female", "id": "d1", "name": [ { "family": [ "Everywoman1" ], "given": [ "Eve" ], "text": "Eve Everywoman" } ], "resourceType": "Patient", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-2003" } ], "text": { "div": "<div>\n\t\t\t\t\t\t\n <h1>Eve Everywoman</h1>\n\t\t\t\t\t\n </div>", "status": "generated" } } }, { "fullUrl": "http://fhir.healthintersections.com.au/open/Encounter/doc-example", "resource": { "class": "inpatient", "hospitalization": { "dischargeDisposition": { "text": "Discharged to care of GP" } }, "id": "doc-example", "identifier": [ { "value": "S100" } ], "meta": { "lastUpdated": "2013-05-05T16:13:03Z" }, "patient": { "reference": "Patient/d1" }, "period": { "end": "2013-02-01T12:30:02Z", "start": "2013-01-20T12:30:02Z" }, "resourceType": "Encounter", "status": "finished", "text": { "div": "<div> Admitted to Orthopedics Service,\n Middlemore Hospital between Jan 20 and Feb ist 2013 </div>", "status": "generated" }, "type": [ { "text": "Orthopedic Admission" } ] } }, { "fullUrl": "urn:uuid:541a72a8-df75-4484-ac89-ac4923f03b81", "resource": { "code": { "coding": [ { "code": "46241-6", "system": "http://loinc.org" } ], "text": "Reason for admission" }, "meta": { "lastUpdated": "2013-05-05T16:13:03Z" }, "resourceType": "Observation", "status": "final", "text": { "div": "<div> Acute Asthmatic attack. Was wheezing\n for days prior to admission. </div>", "status": "additional" }, "valueString": "Acute Asthmatic attack. Was wheezing for days prior to admission." } }, { "fullUrl": "urn:uuid:124a6916-5d84-4b8c-b250-10cefb8e6e86", "resource": { "dosageInstruction": [ { "additionalInstructions": { "text": "Take with Food" }, "doseQuantity": { "code": "tbl", "system": "http://unitsofmeasure.org", "unit": "tablet", "value": 1 }, "route": { "coding": [ { "code": "394899003", "display": "oral administration of treatment", "system": "http://snomed.info/sct" } ] }, "timing": { "repeat": { "frequency": 2, "period": 1, "periodUnits": "d" } } } ], "medicationCodeableConcept": { "coding": [ { "code": "66493003", "system": "http://snomed.info/sct" } ], "text": "Theophylline 200mg" }, "meta": { "lastUpdated": "2013-05-05T16:13:03Z" }, "patient": { "display": "Peter Patient", "reference": "http://fhir.healthintersections.com.au/open/Patient/d1" }, "prescriber": { "display": "Peter Practitioner", "reference": "Practitioner/example" }, "reasonCodeableConcept": { "text": "Management of Asthma" }, "resourceType": "MedicationOrder", "text": { "div": "<div>\n\t\t\t\t\t\t\n <p>Theophylline 200mg twice a day</p>\n\t\t\t\t\t\n </div>", "status": "generated" } } }, { "fullUrl": "urn:uuid:673f8db5-0ffd-4395-9657-6da00420bbc1", "resource": { "dateAsserted": "2013-05-05T16:13:03Z", "medicationCodeableConcept": { "text": "Ventolin Inhaler" }, "patient": { "display": "Peter Patient", "reference": "http://fhir.healthintersections.com.au/open/Patient/d1" }, "reasonNotTaken": [ { "text": "Management of Asthma" } ], "resourceType": "MedicationStatement", "status": "completed", "text": { "div": "<div>\n\t\t\t\t\t\t\n <p>Ventolin inhaler discontinued</p>\n\t\t\t\t\t\n </div>", "status": "generated" }, "wasNotTaken": true } }, { "fullUrl": "urn:uuid:47600e0f-b6b5-4308-84b5-5dec157f7637", "resource": { "criticality": "CRITH", "meta": { "lastUpdated": "2013-05-05T16:13:03Z" }, "patient": { "display": "Eve Everywoman", "reference": "http://fhir.healthintersections.com.au/open/Patient/d1" }, "reaction": [ { "manifestation": [ { "coding": [ { "code": "xxx", "display": "Hives", "system": "http://example.org/system" } ], "text": "Hives" } ] } ], "recordedDate": "2012-09-17", "resourceType": "AllergyIntolerance", "status": "confirmed", "substance": { "text": "Doxycycline" }, "text": { "div": "<div>Sensitivity to Doxycycline :\n Hives</div>", "status": "generated" }, "type": "allergy" } } ], "id": "father", "meta": { "lastUpdated": "2013-05-28T22:12:21Z" }, "resourceType": "Bundle", "signature": { "blob": "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", "contentType": "image/jpg", "type": [ { "code": "1.2.840.10065.1.12.1.1", "display": "AuthorID", "system": "http://hl7.org/fhir/valueset-signature-type" } ], "when": "2015-08-31T07:42:33+10:00", "whoReference": { "reference": "Device/software" } }, "type": "document" }; var example202: fhir.Bundle = { "resourceType": "Bundle", "id": "father", "meta": { "lastUpdated": "2013-05-28T22:12:21Z" }, "type": "document", "entry": [ { "fhir_comments": [ " The Composition resource " ], "fullUrl": "http://fhir.healthintersections.com.au/open/Composition/180f219f-97a8-486d-99d9-ed631fe4fc57", "resource": { "resourceType": "Composition", "id": "180f219f-97a8-486d-99d9-ed631fe4fc57", "meta": { "lastUpdated": "2013-05-28T22:12:21Z" }, "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 180f219f-97a8-486d-99d9-ed631fe4fc57</p><p><b>meta</b>: </p><p><b>date</b>: 01/02/2013 11:30:02 PM</p><p><b>type</b>: Discharge Summary from Responsible Clinician <span>(Details : {LOINC code '28655-9' = 'Physician attending Discharge summary)</span></p><p><b>title</b>: Discharge Summary</p><p><b>status</b>: final</p><p><b>confidentiality</b>: N</p><p><b>author</b>: <a>Doctor Dave</a></p><p><b>encounter</b>: <a>http://fhir.healthintersections.com.au/open/Encounter/doc-example</a></p></div>" }, "date": "2013-02-01T12:30:02Z", "type": { "coding": [ { "system": "http://loinc.org", "code": "28655-9" } ], "text": "Discharge Summary from Responsible Clinician" }, "title": "Discharge Summary", "status": "final", "confidentiality": "N", "subject": { "reference": "http://fhir.healthintersections.com.au/open/Patient/d1", "display": "Eve Everywoman" }, "author": [ { "reference": "Practitioner/example", "display": "Doctor Dave" } ], "encounter": { "fhir_comments": [ " The Encounter resource. Points directly to an Encounter resource. Contains the dates of admission, specialtyu etc. " ], "reference": "http://fhir.healthintersections.com.au/open/Encounter/doc-example" }, "section": [ { "title": "Reason for admission", "code": { "coding": [ { "system": "http://loinc.org", "code": "29299-5", "display": "Reason for visit Narrative" } ] }, "text": { "status": "additional", "div": "<div>\n\t\t\t\t\t\t\t\n <table>\n\t\t\t\t\t\t\t\t\n <thead>\n\t\t\t\t\t\t\t\t\t\n <tr>\n\t\t\t\t\t\t\t\t\t\t\n <td>Details</td>\n\t\t\t\t\t\t\t\t\t\t\n <td/>\n\t\t\t\t\t\t\t\t\t\n </tr>\n\t\t\t\t\t\t\t\t\n </thead>\n\t\t\t\t\t\t\t\t\n <tbody>\n\t\t\t\t\t\t\t\t\t\n <tr>\n\t\t\t\t\t\t\t\t\t\t\n <td>Acute Asthmatic attack. Was wheezing for days prior to admission.</td>\n\t\t\t\t\t\t\t\t\t\t\n <td/>\n\t\t\t\t\t\t\t\t\t\n </tr>\n\t\t\t\t\t\t\t\t\n </tbody>\n\t\t\t\t\t\t\t\n </table>\n\t\t\t\t\t\t\n </div>" }, "entry": [ { "reference": "urn:uuid:541a72a8-df75-4484-ac89-ac4923f03b81" } ] }, { "fhir_comments": [ " Points to the list that groups the medications on discharge " ], "title": "Medications on Discharge", "code": { "coding": [ { "system": "http://loinc.org", "code": "10183-2", "display": "Hospital discharge medications Narrative" } ] }, "text": { "status": "additional", "div": "<div>\n\t\t\t\t\t\t\t\n <table>\n\t\t\t\t\t\t\t\t\n <thead>\n\t\t\t\t\t\t\t\t\t\n <tr>\n\t\t\t\t\t\t\t\t\t\t\n <td>Medication</td>\n\t\t\t\t\t\t\t\t\t\t\n <td>Last Change</td>\n\t\t\t\t\t\t\t\t\t\t\n <td>Last ChangeReason</td>\n\t\t\t\t\t\t\t\t\t\n </tr>\n\t\t\t\t\t\t\t\t\n </thead>\n\t\t\t\t\t\t\t\t\n <tbody>\n\t\t\t\t\t\t\t\t\t\n <tr>\n\t\t\t\t\t\t\t\t\t\t\n <td>Theophylline 200mg BD after meals</td>\n\t\t\t\t\t\t\t\t\t\t\n <td>continued</td>\n\t\t\t\t\t\t\t\t\t\n </tr>\n\t\t\t\t\t\t\t\t\t\n <tr>\n\t\t\t\t\t\t\t\t\t\t\n <td>Ventolin Inhaler</td>\n\t\t\t\t\t\t\t\t\t\t\n <td>stopped</td>\n\t\t\t\t\t\t\t\t\t\t\n <td>Getting side effect of tremor</td>\n\t\t\t\t\t\t\t\t\t\n </tr>\n\t\t\t\t\t\t\t\t\n </tbody>\n\t\t\t\t\t\t\t\n </table>\n\t\t\t\t\t\t\n </div>" }, "mode": "working", "entry": [ { "fhir_comments": [ " This is an entry that refers to a MedicationOrder resource in this document.\n It is a new medication (as indicated by the flag) " ], "reference": "urn:uuid:124a6916-5d84-4b8c-b250-10cefb8e6e86" }, { "reference": "urn:uuid:673f8db5-0ffd-4395-9657-6da00420bbc1" } ] }, { "fhir_comments": [ " Points to the list that groups the allergies " ], "title": "Known allergies", "code": { "coding": [ { "system": "http://loinc.org", "code": "48765-2", "display": "Allergies and adverse reactions Document" } ] }, "text": { "status": "additional", "div": "<div>\n\t\t\t\t\t\t\t\n <table>\n\t\t\t\t\t\t\t\t\n <thead>\n\t\t\t\t\t\t\t\t\t\n <tr>\n\t\t\t\t\t\t\t\t\t\t\n <td>Allergen</td>\n\t\t\t\t\t\t\t\t\t\t\n <td>Reaction</td>\n\t\t\t\t\t\t\t\t\t\n </tr>\n\t\t\t\t\t\t\t\t\n </thead>\n\t\t\t\t\t\t\t\t\n <tbody>\n\t\t\t\t\t\t\t\t\t\n <tr>\n\t\t\t\t\t\t\t\t\t\t\n <td>Doxycycline</td>\n\t\t\t\t\t\t\t\t\t\t\n <td>Hives</td>\n\t\t\t\t\t\t\t\t\t\n </tr>\n\t\t\t\t\t\t\t\t\n </tbody>\n\t\t\t\t\t\t\t\n </table>\n\t\t\t\t\t\t\n </div>" }, "entry": [ { "reference": "urn:uuid:47600e0f-b6b5-4308-84b5-5dec157f7637" } ] } ] } }, { "fhir_comments": [ " The Practitioner Resource. In this document they are the author of the document\n (There is a reference from the document resource). Note that, strictly, it doesn't need to be within the document as the\n recipient knows where to go and get it if they need it - assuming it is available on-line of course. " ], "fullUrl": "http://fhir.healthintersections.com.au/open/Practitioner/example", "resource": { "resourceType": "Practitioner", "id": "example", "meta": { "lastUpdated": "2013-05-05T16:13:03Z" }, "text": { "status": "generated", "div": "<div>\n\t\t\t\t\t\t\n <p>Dr Adam Careful is a Referring Practitioner for Acme Hospital from 1-Jan 2012 to 31-Mar\n 2012</p>\n\t\t\t\t\t\n </div>" }, "identifier": [ { "system": "http://www.acme.org/practitioners", "value": "23" } ], "name": { "family": [ "Careful" ], "given": [ "Adam" ], "prefix": [ "Dr" ] }, "practitionerRole": [ { "managingOrganization": { "reference": "Organization/1" }, "role": { "fhir_comments": [ " Referring Practitioner for the first 3 months of 2012 " ], "coding": [ { "system": "http://hl7.org/fhir/v2/0286", "code": "RP" } ] }, "period": { "start": "2012-01-01", "end": "2012-03-31" } } ] } }, { "fhir_comments": [ " The Patient who is the subject of the document. Same coments as practitioner. " ], "fullUrl": "http://fhir.healthintersections.com.au/open/Patient/d1", "resource": { "resourceType": "Patient", "id": "d1", "text": { "status": "generated", "div": "<div>\n\t\t\t\t\t\t\n <h1>Eve Everywoman</h1>\n\t\t\t\t\t\n </div>" }, "active": true, "name": [ { "text": "Eve Everywoman", "family": [ "Everywoman1" ], "given": [ "Eve" ] } ], "telecom": [ { "system": "phone", "value": "555-555-2003", "use": "work" } ], "gender": "female", "birthDate": "1955-01-06", "address": [ { "use": "home", "line": [ "2222 Home Street" ] } ] } }, { "fhir_comments": [ " The encounter that is being documented. " ], "fullUrl": "http://fhir.healthintersections.com.au/open/Encounter/doc-example", "resource": { "resourceType": "Encounter", "id": "doc-example", "meta": { "lastUpdated": "2013-05-05T16:13:03Z" }, "text": { "status": "generated", "div": "<div> Admitted to Orthopedics Service,\n Middlemore Hospital between Jan 20 and Feb ist 2013 </div>" }, "identifier": [ { "value": "S100" } ], "status": "finished", "class": "inpatient", "type": [ { "text": "Orthopedic Admission" } ], "patient": { "reference": "Patient/d1" }, "period": { "start": "2013-01-20T12:30:02Z", "end": "2013-02-01T12:30:02Z" }, "hospitalization": { "dischargeDisposition": { "text": "Discharged to care of GP" } } } }, { "fullUrl": "urn:uuid:541a72a8-df75-4484-ac89-ac4923f03b81", "resource": { "resourceType": "Observation", "meta": { "lastUpdated": "2013-05-05T16:13:03Z" }, "text": { "status": "additional", "div": "<div> Acute Asthmatic attack. Was wheezing\n for days prior to admission. </div>" }, "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "46241-6" } ], "text": "Reason for admission" }, "valueString": "Acute Asthmatic attack. Was wheezing for days prior to admission." } }, { "fhir_comments": [ " The first medication in the medications list " ], "fullUrl": "urn:uuid:124a6916-5d84-4b8c-b250-10cefb8e6e86", "resource": { "resourceType": "MedicationOrder", "meta": { "lastUpdated": "2013-05-05T16:13:03Z" }, "text": { "fhir_comments": [ " The Human readible version of the script " ], "status": "generated", "div": "<div>\n\t\t\t\t\t\t\n <p>Theophylline 200mg twice a day</p>\n\t\t\t\t\t\n </div>" }, "patient": { "fhir_comments": [ " The patient details will generally be in the Document resource in the Document bundle, but could just as easily\n point to a patient resource on a server " ], "reference": "http://fhir.healthintersections.com.au/open/Patient/d1", "display": "Peter Patient" }, "prescriber": { "fhir_comments": [ " The prescriber details could also be within the bundle, but has the same options as patient " ], "reference": "Practitioner/example", "display": "Peter Practitioner" }, "reasonCodeableConcept": { "text": "Management of Asthma" }, "medicationCodeableConcept": { "fhir_comments": [ " a reference to the medication being prescribed. As described earlier, this could be contained (as is the example here), separately\n within the document bundle or simply a reference to a remote server. See comment in the contained resource " ], "coding": [ { "system": "http://snomed.info/sct", "code": "66493003" } ], "text": "Theophylline 200mg" }, "dosageInstruction": [ { "additionalInstructions": { "text": "Take with Food" }, "timing": { "fhir_comments": [ " twice a day " ], "repeat": { "frequency": 2, "period": 1, "periodUnits": "d" } }, "route": { "fhir_comments": [ " Orally " ], "coding": [ { "system": "http://snomed.info/sct", "code": "394899003", "display": "oral administration of treatment" } ] }, "doseQuantity": { "value": 1, "unit": "tablet", "system": "http://unitsofmeasure.org", "code": "tbl" } } ] } }, { "fhir_comments": [ " The second medication in the medications list " ], "fullUrl": "urn:uuid:673f8db5-0ffd-4395-9657-6da00420bbc1", "resource": { "resourceType": "MedicationStatement", "text": { "fhir_comments": [ " The Human readible version of the medication statement " ], "status": "generated", "div": "<div>\n\t\t\t\t\t\t\n <p>Ventolin inhaler discontinued</p>\n\t\t\t\t\t\n </div>" }, "patient": { "fhir_comments": [ " The patient details will generally be in the Document resource in the Document bundle, but could just as easily\n point to a patient resource on a server " ], "reference": "http://fhir.healthintersections.com.au/open/Patient/d1", "display": "Peter Patient" }, "dateAsserted": "2013-05-05T16:13:03Z", "status": "completed", "wasNotTaken": true, "reasonNotTaken": [ { "text": "Management of Asthma" } ], "medicationCodeableConcept": { "fhir_comments": [ " a reference to the medication being prescribed. As described earlier, this could be contained (as is the example here), separately\n within the document bundle or simply a reference to a remote server. See comment in the contained resource " ], "text": "Ventolin Inhaler" } } }, { "fhir_comments": [ " The Allergy. " ], "fullUrl": "urn:uuid:47600e0f-b6b5-4308-84b5-5dec157f7637", "resource": { "resourceType": "AllergyIntolerance", "meta": { "lastUpdated": "2013-05-05T16:13:03Z" }, "text": { "status": "generated", "div": "<div>Sensitivity to Doxycycline :\n Hives</div>" }, "recordedDate": "2012-09-17", "patient": { "reference": "http://fhir.healthintersections.com.au/open/Patient/d1", "display": "Eve Everywoman" }, "substance": { "text": "Doxycycline" }, "status": "confirmed", "criticality": "CRITH", "type": "allergy", "reaction": [ { "manifestation": [ { "coding": [ { "system": "http://example.org/system", "code": "xxx", "display": "Hives" } ], "text": "Hives" } ] } ] } } ], "signature": { "type": [ { "system": "http://hl7.org/fhir/valueset-signature-type", "code": "1.2.840.10065.1.12.1.1", "display": "AuthorID" } ], "when": "2015-08-31T07:42:33+10:00", "whoReference": { "reference": "Device/software" }, "contentType": "image/jpg", "_contentType": { "fhir_comments": [ " a real document would typically have an digital signature, but \n the publishing tools are not yet setup to produce a valid digital \n signature. For now, an image of a signature " ] }, "blob": "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" } }; var example203: fhir.DocumentManifest = { "author": [ { "reference": "#a1" } ], "contained": [ { "id": "a1", "name": { "family": [ "Dopplemeyer" ], "given": [ "Sherry" ] }, "practitionerRole": [ { "managingOrganization": { "display": "Cleveland Clinic" }, "role": { "text": "Primary Surgon" }, "specialty": [ { "text": "Orthopedic" } ] } ], "resourceType": "Practitioner", "telecom": [ { "system": "email", "value": "john.doe@healthcare.example.org" } ] } ], "content": [ { "pReference": { "reference": "DocumentReference/example" } } ], "created": "2004-12-25T23:50:50-05:00", "description": "Physical", "id": "example", "identifier": [ { "system": "http://example.org/documents", "value": "23425234234-2347" } ], "masterIdentifier": { "system": "http://example.org/documents", "value": "23425234234-2346" }, "recipient": [ { "reference": "Practitioner/xcda1" } ], "related": [ { "identifier": { "system": "http://example.org/documents", "value": "23425234234-9999" }, "ref": { "reference": "DocumentReference/example" } } ], "resourceType": "DocumentManifest", "source": "urn:oid:1.3.6.1.4.1.21367.2009.1.2.1", "status": "current", "subject": { "reference": "Patient/xcda" }, "text": { "div": "<div>Text</div>", "status": "generated" }, "type": { "text": "History and Physical" } }; var example204: fhir.DocumentManifest = { "resourceType": "DocumentManifest", "id": "example", "text": { "status": "generated", "div": "<div>Text</div>" }, "contained": [ { "resourceType": "Practitioner", "id": "a1", "name": { "family": [ "Dopplemeyer" ], "given": [ "Sherry" ] }, "telecom": [ { "system": "email", "value": "john.doe@healthcare.example.org" } ], "practitionerRole": [ { "managingOrganization": { "display": "Cleveland Clinic" }, "role": { "text": "Primary Surgon" }, "specialty": [ { "text": "Orthopedic" } ] } ] } ], "masterIdentifier": { "system": "http://example.org/documents", "value": "23425234234-2346" }, "identifier": [ { "system": "http://example.org/documents", "value": "23425234234-2347" } ], "subject": { "reference": "Patient/xcda" }, "recipient": [ { "reference": "Practitioner/xcda1" } ], "type": { "text": "History and Physical" }, "author": [ { "reference": "#a1" } ], "created": "2004-12-25T23:50:50-05:00", "source": "urn:oid:1.3.6.1.4.1.21367.2009.1.2.1", "status": "current", "description": "Physical", "content": [ { "pReference": { "reference": "DocumentReference/example" } } ], "related": [ { "identifier": { "system": "http://example.org/documents", "value": "23425234234-9999" }, "ref": { "reference": "DocumentReference/example" } } ] }; var example205: fhir.DocumentReference = { "authenticator": { "reference": "Organization/organization-example" }, "author": [ { "reference": "Practitioner/xcda1" }, { "reference": "#a2" } ], "class": { "coding": [ { "code": "History and Physical", "display": "History and Physical", "system": "http://ihe.net/xds/connectathon/classCodes" } ] }, "contained": [ { "id": "a2", "name": { "family": [ "Smitty" ], "given": [ "Gerald" ] }, "practitionerRole": [ { "managingOrganization": { "display": "Cleveland Clinic" }, "role": { "text": "Attending" }, "specialty": [ { "text": "Orthopedic" } ] } ], "resourceType": "Practitioner" } ], "content": [ { "attachment": { "contentType": "application/hl7-v3+xml", "hash": "2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "language": "en-US", "size": 3654, "url": "http://example.org/xds/mhd/Binary/07a6483f-732b-461e-86b6-edb665c45510" }, "format": [ { "code": "urn:ihe:pcc:handp:2008", "display": "History and Physical Specification", "system": "http://hl7.org/fhir/ValueSet/formatcodes" } ] } ], "context": { "encounter": { "reference": "Encounter/xcda" }, "event": [ { "coding": [ { "code": "T-D8200", "display": "Arm", "system": "http://ihe.net/xds/connectathon/eventCodes" } ] } ], "facilityType": { "coding": [ { "code": "Outpatient", "display": "Outpatient", "system": "http://www.ihe.net/xds/connectathon/healthcareFacilityTypeCodes" } ] }, "period": { "end": "2004-12-23T08:01:00+11:00", "start": "2004-12-23T08:00:00+11:00" }, "practiceSetting": { "coding": [ { "code": "General Medicine", "display": "General Medicine", "system": "http://www.ihe.net/xds/connectathon/practiceSettingCodes" } ] }, "related": [ { "identifier": { "system": "urn:ietf:rfc:3986", "value": "urn:oid:1.3.6.1.4.1.21367.2005.3.7.2345" }, "ref": { "reference": "Patient/xcda" } } ], "sourcePatientInfo": { "reference": "Patient/xcda" } }, "created": "2005-12-24T09:35:00+11:00", "custodian": { "reference": "Organization/organization-example" }, "description": "Physical", "docStatus": { "coding": [ { "code": "preliminary", "display": "preliminary", "system": "http://hl7.org/fhir/composition-status" } ] }, "id": "example", "identifier": [ { "system": "urn:ietf:rfc:3986", "value": "urn:oid:1.3.6.1.4.1.21367.2005.3.7.1234" } ], "indexed": "2005-12-24T09:43:41+11:00", "masterIdentifier": { "system": "urn:ietf:rfc:3986", "value": "urn:oid:1.3.6.1.4.1.21367.2005.3.7" }, "relatesTo": [ { "code": "appends", "target": { "reference": "DocumentReference/example" } } ], "resourceType": "DocumentReference", "securityLabel": [ { "coding": [ { "code": "V", "display": "very restricted", "system": "http://hl7.org/fhir/v3/Confidentiality" } ] } ], "status": "current", "subject": { "reference": "Patient/xcda" }, "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><p><b>contained</b>: </p><p><b>masterIdentifier</b>: urn:oid:1.3.6.1.4.1.21367.2005.3.7</p><p><b>identifier</b>: urn:oid:1.3.6.1.4.1.21367.2005.3.7.1234</p><p><b>subject</b>: <a>Patient/xcda</a></p><p><b>type</b>: Outpatient Note <span>(Details : {LOINC code '34108-1' = 'Outpatient Note', given as 'Outpatient Note'})</span></p><p><b>class</b>: History and Physical <span>(Details : {http://ihe.net/xds/connectathon/classCodes code 'History and Physical' = '??', given as 'History and Physical'})</span></p><p><b>author</b>: <a>Practitioner/xcda1</a>, id: a2; Gerald Smitty </p><p><b>custodian</b>: <a>Organization/organization-example</a></p><p><b>authenticator</b>: <a>Organization/organization-example</a></p><p><b>created</b>: 24/12/2005 9:35:00 AM</p><p><b>indexed</b>: 24/12/2005 9:43:41 AM</p><p><b>status</b>: current</p><p><b>docStatus</b>: preliminary <span>(Details : {http://hl7.org/fhir/composition-status code 'preliminary' = 'Preliminary', given as 'preliminary'})</span></p><h3>RelatesTos</h3><table><tr><td>-</td><td><b>Code</b></td><td><b>Target</b></td></tr><tr><td>*</td><td>appends</td><td><a>DocumentReference/example</a></td></tr></table><p><b>description</b>: Physical</p><p><b>securityLabel</b>: very restricted <span>(Details : {http://hl7.org/fhir/v3/Confidentiality code 'V' = 'very restricted', given as 'very restricted'})</span></p><h3>Contents</h3><table><tr><td>-</td><td><b>Attachment</b></td><td><b>Format</b></td></tr><tr><td>*</td><td/><td>History and Physical Specification (Details: http://hl7.org/fhir/ValueSet/formatcodes code urn:ihe:pcc:handp:2008 = '??', stated as 'History and Physical Specification')</td></tr></table><blockquote><p><b>context</b></p><p><b>encounter</b>: <a>Encounter/xcda</a></p><p><b>event</b>: Arm <span>(Details : {http://ihe.net/xds/connectathon/eventCodes code 'T-D8200' = '??', given as 'Arm'})</span></p><p><b>period</b>: 23/12/2004 8:00:00 AM --> 23/12/2004 8:01:00 AM</p><p><b>facilityType</b>: Outpatient <span>(Details : {http://www.ihe.net/xds/connectathon/healthcareFacilityTypeCodes code 'Outpatient' = '??', given as 'Outpatient'})</span></p><p><b>practiceSetting</b>: General Medicine <span>(Details : {http://www.ihe.net/xds/connectathon/practiceSettingCodes code 'General Medicine' = '??', given as 'General Medicine'})</span></p><p><b>sourcePatientInfo</b>: <a>Patient/xcda</a></p><h3>Relateds</h3><table><tr><td>-</td><td><b>Identifier</b></td><td><b>Ref</b></td></tr><tr><td>*</td><td>urn:oid:1.3.6.1.4.1.21367.2005.3.7.2345</td><td><a>Patient/xcda</a></td></tr></table></blockquote></div>", "status": "generated" }, "type": { "coding": [ { "code": "34108-1", "display": "Outpatient Note", "system": "http://loinc.org" } ] } }; var example206: fhir.DocumentReference = { "resourceType": "DocumentReference", "id": "example", "text": { "fhir_comments": [ " Many XDS systems do not trak any id for the author. When systems don't do this, \n the only option is for the author information to be contained in the Document Reference " ], "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><p><b>contained</b>: </p><p><b>masterIdentifier</b>: urn:oid:1.3.6.1.4.1.21367.2005.3.7</p><p><b>identifier</b>: urn:oid:1.3.6.1.4.1.21367.2005.3.7.1234</p><p><b>subject</b>: <a>Patient/xcda</a></p><p><b>type</b>: Outpatient Note <span>(Details : {LOINC code '34108-1' = 'Outpatient Note', given as 'Outpatient Note'})</span></p><p><b>class</b>: History and Physical <span>(Details : {http://ihe.net/xds/connectathon/classCodes code 'History and Physical' = '??', given as 'History and Physical'})</span></p><p><b>author</b>: <a>Practitioner/xcda1</a>, id: a2; Gerald Smitty </p><p><b>custodian</b>: <a>Organization/organization-example</a></p><p><b>authenticator</b>: <a>Organization/organization-example</a></p><p><b>created</b>: 24/12/2005 9:35:00 AM</p><p><b>indexed</b>: 24/12/2005 9:43:41 AM</p><p><b>status</b>: current</p><p><b>docStatus</b>: preliminary <span>(Details : {http://hl7.org/fhir/composition-status code 'preliminary' = 'Preliminary', given as 'preliminary'})</span></p><h3>RelatesTos</h3><table><tr><td>-</td><td><b>Code</b></td><td><b>Target</b></td></tr><tr><td>*</td><td>appends</td><td><a>DocumentReference/example</a></td></tr></table><p><b>description</b>: Physical</p><p><b>securityLabel</b>: very restricted <span>(Details : {http://hl7.org/fhir/v3/Confidentiality code 'V' = 'very restricted', given as 'very restricted'})</span></p><h3>Contents</h3><table><tr><td>-</td><td><b>Attachment</b></td><td><b>Format</b></td></tr><tr><td>*</td><td/><td>History and Physical Specification (Details: http://hl7.org/fhir/ValueSet/formatcodes code urn:ihe:pcc:handp:2008 = '??', stated as 'History and Physical Specification')</td></tr></table><blockquote><p><b>context</b></p><p><b>encounter</b>: <a>Encounter/xcda</a></p><p><b>event</b>: Arm <span>(Details : {http://ihe.net/xds/connectathon/eventCodes code 'T-D8200' = '??', given as 'Arm'})</span></p><p><b>period</b>: 23/12/2004 8:00:00 AM --> 23/12/2004 8:01:00 AM</p><p><b>facilityType</b>: Outpatient <span>(Details : {http://www.ihe.net/xds/connectathon/healthcareFacilityTypeCodes code 'Outpatient' = '??', given as 'Outpatient'})</span></p><p><b>practiceSetting</b>: General Medicine <span>(Details : {http://www.ihe.net/xds/connectathon/practiceSettingCodes code 'General Medicine' = '??', given as 'General Medicine'})</span></p><p><b>sourcePatientInfo</b>: <a>Patient/xcda</a></p><h3>Relateds</h3><table><tr><td>-</td><td><b>Identifier</b></td><td><b>Ref</b></td></tr><tr><td>*</td><td>urn:oid:1.3.6.1.4.1.21367.2005.3.7.2345</td><td><a>Patient/xcda</a></td></tr></table></blockquote></div>" }, "contained": [ { "resourceType": "Practitioner", "id": "a2", "name": { "family": [ "Smitty" ], "given": [ "Gerald" ] }, "practitionerRole": [ { "managingOrganization": { "display": "Cleveland Clinic" }, "role": { "text": "Attending" }, "specialty": [ { "text": "Orthopedic" } ] } ] } ], "masterIdentifier": { "system": "urn:ietf:rfc:3986", "value": "urn:oid:1.3.6.1.4.1.21367.2005.3.7" }, "identifier": [ { "system": "urn:ietf:rfc:3986", "value": "urn:oid:1.3.6.1.4.1.21367.2005.3.7.1234" } ], "subject": { "reference": "Patient/xcda" }, "type": { "coding": [ { "system": "http://loinc.org", "code": "34108-1", "display": "Outpatient Note" } ] }, "class": { "coding": [ { "system": "http://ihe.net/xds/connectathon/classCodes", "code": "History and Physical", "display": "History and Physical" } ] }, "author": [ { "reference": "Practitioner/xcda1" }, { "reference": "#a2" } ], "custodian": { "reference": "Organization/organization-example" }, "authenticator": { "reference": "Organization/organization-example" }, "created": "2005-12-24T09:35:00+11:00", "indexed": "2005-12-24T09:43:41+11:00", "status": "current", "docStatus": { "coding": [ { "system": "http://hl7.org/fhir/composition-status", "code": "preliminary", "display": "preliminary" } ] }, "relatesTo": [ { "code": "appends", "target": { "reference": "DocumentReference/example" } } ], "description": "Physical", "securityLabel": [ { "coding": [ { "system": "http://hl7.org/fhir/v3/Confidentiality", "code": "V", "display": "very restricted" } ] } ], "content": [ { "attachment": { "contentType": "application/hl7-v3+xml", "language": "en-US", "url": "http://example.org/xds/mhd/Binary/07a6483f-732b-461e-86b6-edb665c45510", "size": 3654, "hash": "2jmj7l5rSw0yVb/vlWAYkK/YBwk=" }, "format": [ { "system": "http://hl7.org/fhir/ValueSet/formatcodes", "code": "urn:ihe:pcc:handp:2008", "display": "History and Physical Specification" } ] } ], "context": { "encounter": { "reference": "Encounter/xcda" }, "event": [ { "coding": [ { "system": "http://ihe.net/xds/connectathon/eventCodes", "code": "T-D8200", "display": "Arm" } ] } ], "period": { "start": "2004-12-23T08:00:00+11:00", "end": "2004-12-23T08:01:00+11:00" }, "facilityType": { "coding": [ { "system": "http://www.ihe.net/xds/connectathon/healthcareFacilityTypeCodes", "code": "Outpatient", "display": "Outpatient" } ] }, "practiceSetting": { "coding": [ { "system": "http://www.ihe.net/xds/connectathon/practiceSettingCodes", "code": "General Medicine", "display": "General Medicine" } ] }, "sourcePatientInfo": { "reference": "Patient/xcda" }, "related": [ { "identifier": { "system": "urn:ietf:rfc:3986", "value": "urn:oid:1.3.6.1.4.1.21367.2005.3.7.2345" }, "ref": { "reference": "Patient/xcda" } } ] } }; var example207: fhir.EligibilityRequest = { "created": "2014-08-16", "id": "52345", "identifier": [ { "system": "http://happyvalley.com/elegibilityrequest", "value": "52345" } ], "organization": { "reference": "Organization/2" }, "resourceType": "EligibilityRequest", "text": { "div": "<div>A human-readable rendering of the EligibilityRequest</div>", "status": "generated" } }; var example208: fhir.EligibilityRequest = { "resourceType": "EligibilityRequest", "id": "52345", "text": { "status": "generated", "div": "<div>A human-readable rendering of the EligibilityRequest</div>" }, "identifier": [ { "system": "http://happyvalley.com/elegibilityrequest", "value": "52345" } ], "created": "2014-08-16", "organization": { "reference": "Organization/2" } }; var example209: fhir.EligibilityResponse = { "created": "2014-08-16", "disposition": "Policy is currently in-force.", "id": "E2500", "identifier": [ { "system": "http://www.BenefitsInc.com/fhir/eligibilityresponse", "value": "881234" } ], "organization": { "reference": "Organization/2" }, "outcome": "complete", "request": { "reference": "http://www.BenefitsInc.com/fhir/eligibility/225476332402" }, "requestOrganization": { "reference": "Organization/1" }, "resourceType": "EligibilityResponse", "text": { "div": "<div>A human-readable rendering of the EligibilityResponse.</div>", "status": "generated" } }; var example210: fhir.EligibilityResponse = { "resourceType": "EligibilityResponse", "id": "E2500", "text": { "status": "generated", "div": "<div>A human-readable rendering of the EligibilityResponse.</div>" }, "identifier": [ { "system": "http://www.BenefitsInc.com/fhir/eligibilityresponse", "value": "881234" } ], "request": { "reference": "http://www.BenefitsInc.com/fhir/eligibility/225476332402" }, "outcome": "complete", "disposition": "Policy is currently in-force.", "created": "2014-08-16", "organization": { "reference": "Organization/2" }, "requestOrganization": { "reference": "Organization/1" } }; var example211: fhir.Encounter = { "class": "outpatient", "hospitalization": { "admitSource": { "coding": [ { "code": "305956004", "display": "Referral by physician", "system": "http://snomed.info/sct" } ] }, "dischargeDisposition": { "coding": [ { "code": "306689006", "display": "Discharge to home", "system": "http://snomed.info/sct" } ] }, "preAdmissionIdentifier": { "system": "http://www.amc.nl/zorgportal/identifiers/pre-admissions", "use": "official", "value": "93042" } }, "id": "f001", "identifier": [ { "system": "http://www.amc.nl/zorgportal/identifiers/visits", "use": "official", "value": "v1451" } ], "length": { "code": "min", "system": "http://unitsofmeasure.org", "unit": "min", "value": 140 }, "participant": [ { "individual": { "display": "P. Voigt", "reference": "Practitioner/f002" } } ], "patient": { "display": "P. van de Heuvel", "reference": "Patient/f001" }, "priority": { "coding": [ { "code": "310361003", "display": "Non-urgent cardiological admission", "system": "http://snomed.info/sct" } ] }, "reason": [ { "coding": [ { "code": "34068001", "display": "Heart valve replacement", "system": "http://snomed.info/sct" } ] } ], "resourceType": "Encounter", "serviceProvider": { "display": "Burgers University Medical Center", "reference": "Organization/f001" }, "status": "finished", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f001</p><p><b>identifier</b>: v1451 (OFFICIAL)</p><p><b>status</b>: finished</p><p><b>class</b>: outpatient</p><p><b>type</b>: Patient-initiated encounter <span>(Details : {SNOMED CT code '270427003' = '270427003', given as 'Patient-initiated encounter'})</span></p><p><b>priority</b>: Non-urgent cardiological admission <span>(Details : {SNOMED CT code '310361003' = '310361003', given as 'Non-urgent cardiological admission'})</span></p><p><b>patient</b>: <a>P. van de Heuvel</a></p><h3>Participants</h3><table><tr><td>-</td><td><b>Individual</b></td></tr><tr><td>*</td><td><a>P. Voigt</a></td></tr></table><p><b>length</b>: 140 min<span> (Details: http://unitsofmeasure.org code min = '??')</span></p><p><b>reason</b>: Heart valve replacement <span>(Details : {SNOMED CT code '34068001' = '34068001', given as 'Heart valve replacement'})</span></p><h3>Hospitalizations</h3><table><tr><td>-</td><td><b>PreAdmissionIdentifier</b></td><td><b>AdmitSource</b></td><td><b>DischargeDisposition</b></td></tr><tr><td>*</td><td>93042 (OFFICIAL)</td><td>Referral by physician <span>(Details : {SNOMED CT code '305956004' = '305956004', given as 'Referral by physician'})</span></td><td>Discharge to home <span>(Details : {SNOMED CT code '306689006' = '306689006', given as 'Discharge to home'})</span></td></tr></table><p><b>serviceProvider</b>: <a>Burgers University Medical Center</a></p></div>", "status": "generated" }, "type": [ { "coding": [ { "code": "270427003", "display": "Patient-initiated encounter", "system": "http://snomed.info/sct" } ] } ] }; var example212: fhir.Encounter = { "resourceType": "Encounter", "id": "f001", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f001</p><p><b>identifier</b>: v1451 (OFFICIAL)</p><p><b>status</b>: finished</p><p><b>class</b>: outpatient</p><p><b>type</b>: Patient-initiated encounter <span>(Details : {SNOMED CT code '270427003' = '270427003', given as 'Patient-initiated encounter'})</span></p><p><b>priority</b>: Non-urgent cardiological admission <span>(Details : {SNOMED CT code '310361003' = '310361003', given as 'Non-urgent cardiological admission'})</span></p><p><b>patient</b>: <a>P. van de Heuvel</a></p><h3>Participants</h3><table><tr><td>-</td><td><b>Individual</b></td></tr><tr><td>*</td><td><a>P. Voigt</a></td></tr></table><p><b>length</b>: 140 min<span> (Details: http://unitsofmeasure.org code min = '??')</span></p><p><b>reason</b>: Heart valve replacement <span>(Details : {SNOMED CT code '34068001' = '34068001', given as 'Heart valve replacement'})</span></p><h3>Hospitalizations</h3><table><tr><td>-</td><td><b>PreAdmissionIdentifier</b></td><td><b>AdmitSource</b></td><td><b>DischargeDisposition</b></td></tr><tr><td>*</td><td>93042 (OFFICIAL)</td><td>Referral by physician <span>(Details : {SNOMED CT code '305956004' = '305956004', given as 'Referral by physician'})</span></td><td>Discharge to home <span>(Details : {SNOMED CT code '306689006' = '306689006', given as 'Discharge to home'})</span></td></tr></table><p><b>serviceProvider</b>: <a>Burgers University Medical Center</a></p></div>" }, "identifier": [ { "use": "official", "system": "http://www.amc.nl/zorgportal/identifiers/visits", "value": "v1451" } ], "status": "finished", "class": "outpatient", "type": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "270427003", "display": "Patient-initiated encounter" } ] } ], "priority": { "coding": [ { "system": "http://snomed.info/sct", "code": "310361003", "display": "Non-urgent cardiological admission" } ] }, "patient": { "reference": "Patient/f001", "display": "P. van de Heuvel" }, "participant": [ { "individual": { "reference": "Practitioner/f002", "display": "P. Voigt" } } ], "length": { "value": 140, "unit": "min", "system": "http://unitsofmeasure.org", "code": "min" }, "reason": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "34068001", "display": "Heart valve replacement" } ] } ], "hospitalization": { "preAdmissionIdentifier": { "use": "official", "system": "http://www.amc.nl/zorgportal/identifiers/pre-admissions", "value": "93042" }, "admitSource": { "fhir_comments": [ " <preAdmissionTest>\n <coding>\n <system value=\"http://snomed.info/sct\"/>\n <code value=\"164847006\"/>\n <display value=\"Standard ECG\"/>\n </coding>\n <coding>\n <system value=\"http://snomed.info/sct\"/>\n <code value=\"396550006\"/>\n <display value=\"Blood test\"/>\n </coding>\n </preAdmissionTest> " ], "coding": [ { "system": "http://snomed.info/sct", "code": "305956004", "display": "Referral by physician" } ] }, "dischargeDisposition": { "coding": [ { "system": "http://snomed.info/sct", "code": "306689006", "display": "Discharge to home" } ] } }, "serviceProvider": { "reference": "Organization/f001", "display": "Burgers University Medical Center" } }; var example213: fhir.Encounter = { "class": "outpatient", "hospitalization": { "admitSource": { "coding": [ { "code": "305997006", "display": "Referral by radiologist", "system": "http://snomed.info/sct" } ] }, "dischargeDisposition": { "coding": [ { "code": "306689006", "display": "Discharge to home", "system": "http://snomed.info/sct" } ] }, "preAdmissionIdentifier": { "system": "http://www.bmc.nl/zorgportal/identifiers/pre-admissions", "use": "official", "value": "98682" } }, "id": "f002", "identifier": [ { "system": "http://www.bmc.nl/zorgportal/identifiers/encounters", "use": "official", "value": "v3251" } ], "length": { "code": "min", "system": "http://unitsofmeasure.org", "unit": "min", "value": 140 }, "participant": [ { "individual": { "display": "M.I.M Versteegh", "reference": "Practitioner/f003" } } ], "patient": { "display": "P. van de Heuvel", "reference": "Patient/f001" }, "priority": { "coding": [ { "code": "103391001", "display": "Urgent", "system": "http://snomed.info/sct" } ] }, "reason": [ { "coding": [ { "code": "34068001", "display": "Partial lobectomy of lung", "system": "http://snomed.info/sct" } ] } ], "resourceType": "Encounter", "serviceProvider": { "display": "BMC", "reference": "Organization/f001" }, "status": "finished", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f002</p><p><b>identifier</b>: v3251 (OFFICIAL)</p><p><b>status</b>: finished</p><p><b>class</b>: outpatient</p><p><b>type</b>: Patient-initiated encounter <span>(Details : {SNOMED CT code '270427003' = '270427003', given as 'Patient-initiated encounter'})</span></p><p><b>priority</b>: Urgent <span>(Details : {SNOMED CT code '103391001' = '103391001', given as 'Urgent'})</span></p><p><b>patient</b>: <a>P. van de Heuvel</a></p><h3>Participants</h3><table><tr><td>-</td><td><b>Individual</b></td></tr><tr><td>*</td><td><a>M.I.M Versteegh</a></td></tr></table><p><b>length</b>: 140 min<span> (Details: http://unitsofmeasure.org code min = '??')</span></p><p><b>reason</b>: Partial lobectomy of lung <span>(Details : {SNOMED CT code '34068001' = '34068001', given as 'Partial lobectomy of lung'})</span></p><h3>Hospitalizations</h3><table><tr><td>-</td><td><b>PreAdmissionIdentifier</b></td><td><b>AdmitSource</b></td><td><b>DischargeDisposition</b></td></tr><tr><td>*</td><td>98682 (OFFICIAL)</td><td>Referral by radiologist <span>(Details : {SNOMED CT code '305997006' = '305997006', given as 'Referral by radiologist'})</span></td><td>Discharge to home <span>(Details : {SNOMED CT code '306689006' = '306689006', given as 'Discharge to home'})</span></td></tr></table><p><b>serviceProvider</b>: <a>BMC</a></p></div>", "status": "generated" }, "type": [ { "coding": [ { "code": "270427003", "display": "Patient-initiated encounter", "system": "http://snomed.info/sct" } ] } ] }; var example214: fhir.Encounter = { "resourceType": "Encounter", "id": "f002", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f002</p><p><b>identifier</b>: v3251 (OFFICIAL)</p><p><b>status</b>: finished</p><p><b>class</b>: outpatient</p><p><b>type</b>: Patient-initiated encounter <span>(Details : {SNOMED CT code '270427003' = '270427003', given as 'Patient-initiated encounter'})</span></p><p><b>priority</b>: Urgent <span>(Details : {SNOMED CT code '103391001' = '103391001', given as 'Urgent'})</span></p><p><b>patient</b>: <a>P. van de Heuvel</a></p><h3>Participants</h3><table><tr><td>-</td><td><b>Individual</b></td></tr><tr><td>*</td><td><a>M.I.M Versteegh</a></td></tr></table><p><b>length</b>: 140 min<span> (Details: http://unitsofmeasure.org code min = '??')</span></p><p><b>reason</b>: Partial lobectomy of lung <span>(Details : {SNOMED CT code '34068001' = '34068001', given as 'Partial lobectomy of lung'})</span></p><h3>Hospitalizations</h3><table><tr><td>-</td><td><b>PreAdmissionIdentifier</b></td><td><b>AdmitSource</b></td><td><b>DischargeDisposition</b></td></tr><tr><td>*</td><td>98682 (OFFICIAL)</td><td>Referral by radiologist <span>(Details : {SNOMED CT code '305997006' = '305997006', given as 'Referral by radiologist'})</span></td><td>Discharge to home <span>(Details : {SNOMED CT code '306689006' = '306689006', given as 'Discharge to home'})</span></td></tr></table><p><b>serviceProvider</b>: <a>BMC</a></p></div>" }, "identifier": [ { "use": "official", "system": "http://www.bmc.nl/zorgportal/identifiers/encounters", "value": "v3251" } ], "status": "finished", "class": "outpatient", "type": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "270427003", "display": "Patient-initiated encounter" } ] } ], "priority": { "coding": [ { "system": "http://snomed.info/sct", "code": "103391001", "display": "Urgent" } ] }, "patient": { "reference": "Patient/f001", "display": "P. van de Heuvel" }, "participant": [ { "individual": { "reference": "Practitioner/f003", "display": "M.I.M Versteegh" } } ], "length": { "value": 140, "unit": "min", "system": "http://unitsofmeasure.org", "code": "min" }, "reason": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "34068001", "display": "Partial lobectomy of lung" } ] } ], "hospitalization": { "preAdmissionIdentifier": { "use": "official", "system": "http://www.bmc.nl/zorgportal/identifiers/pre-admissions", "value": "98682" }, "admitSource": { "fhir_comments": [ " <preAdmissionTest>\n <coding>\n <system value=\"http://snomed.info/sct\"/>\n <code value=\"399208008\"/>\n <display value=\"Chest X-ray\"/>\n </coding>\n <coding>\n <system value=\"http://snomed.info/sct\"/>\n <code value=\"396550006\"/>\n <display value=\"Blood test\"/>\n </coding>\n </preAdmissionTest> " ], "coding": [ { "system": "http://snomed.info/sct", "code": "305997006", "display": "Referral by radiologist" } ] }, "dischargeDisposition": { "coding": [ { "system": "http://snomed.info/sct", "code": "306689006", "display": "Discharge to home" } ] } }, "serviceProvider": { "reference": "Organization/f001", "display": "BMC" } }; var example215: fhir.Encounter = { "class": "outpatient", "hospitalization": { "admitSource": { "coding": [ { "code": "305956004", "display": "Referral by physician", "system": "http://snomed.info/sct" } ] }, "dischargeDisposition": { "coding": [ { "code": "306689006", "display": "Discharge to home", "system": "http://snomed.info/sct" } ] }, "preAdmissionIdentifier": { "system": "http://www.bmc.nl/zorgportal/identifiers/pre-admissions", "use": "official", "value": "93042" } }, "id": "f003", "identifier": [ { "system": "http://www.bmc.nl/zorgportal/identifiers/encounters", "use": "official", "value": "v6751" } ], "length": { "code": "min", "system": "http://unitsofmeasure.org", "unit": "min", "value": 90 }, "participant": [ { "individual": { "display": "E.M. van den Broek", "reference": "Practitioner/f001" } } ], "patient": { "display": "P. van de Heuvel", "reference": "Patient/f001" }, "priority": { "coding": [ { "code": "103391001", "display": "Non-urgent ear, nose and throat admission", "system": "http://snomed.info/sct" } ] }, "reason": [ { "coding": [ { "code": "18099001", "display": "Retropharyngeal abscess", "system": "http://snomed.info/sct" } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/encounter-primaryDiagnosis", "valueInteger": 1 } ] } ], "resourceType": "Encounter", "serviceProvider": { "reference": "Organization/f001" }, "status": "finished", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f003</p><p><b>identifier</b>: v6751 (OFFICIAL)</p><p><b>status</b>: finished</p><p><b>class</b>: outpatient</p><p><b>type</b>: Patient-initiated encounter <span>(Details : {SNOMED CT code '270427003' = '270427003', given as 'Patient-initiated encounter'})</span></p><p><b>priority</b>: Non-urgent ear, nose and throat admission <span>(Details : {SNOMED CT code '103391001' = '103391001', given as 'Non-urgent ear, nose and throat admission'})</span></p><p><b>patient</b>: <a>P. van de Heuvel</a></p><h3>Participants</h3><table><tr><td>-</td><td><b>Individual</b></td></tr><tr><td>*</td><td><a>E.M. van den Broek</a></td></tr></table><p><b>length</b>: 90 min<span> (Details: http://unitsofmeasure.org code min = '??')</span></p><p><b>reason</b>: Retropharyngeal abscess <span>(Details : {SNOMED CT code '18099001' = '18099001', given as 'Retropharyngeal abscess'})</span></p><h3>Hospitalizations</h3><table><tr><td>-</td><td><b>PreAdmissionIdentifier</b></td><td><b>AdmitSource</b></td><td><b>DischargeDisposition</b></td></tr><tr><td>*</td><td>93042 (OFFICIAL)</td><td>Referral by physician <span>(Details : {SNOMED CT code '305956004' = '305956004', given as 'Referral by physician'})</span></td><td>Discharge to home <span>(Details : {SNOMED CT code '306689006' = '306689006', given as 'Discharge to home'})</span></td></tr></table><p><b>serviceProvider</b>: <a>Organization/f001</a></p></div>", "status": "generated" }, "type": [ { "coding": [ { "code": "270427003", "display": "Patient-initiated encounter", "system": "http://snomed.info/sct" } ] } ] }; var example216: fhir.Encounter = { "resourceType": "Encounter", "id": "f003", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f003</p><p><b>identifier</b>: v6751 (OFFICIAL)</p><p><b>status</b>: finished</p><p><b>class</b>: outpatient</p><p><b>type</b>: Patient-initiated encounter <span>(Details : {SNOMED CT code '270427003' = '270427003', given as 'Patient-initiated encounter'})</span></p><p><b>priority</b>: Non-urgent ear, nose and throat admission <span>(Details : {SNOMED CT code '103391001' = '103391001', given as 'Non-urgent ear, nose and throat admission'})</span></p><p><b>patient</b>: <a>P. van de Heuvel</a></p><h3>Participants</h3><table><tr><td>-</td><td><b>Individual</b></td></tr><tr><td>*</td><td><a>E.M. van den Broek</a></td></tr></table><p><b>length</b>: 90 min<span> (Details: http://unitsofmeasure.org code min = '??')</span></p><p><b>reason</b>: Retropharyngeal abscess <span>(Details : {SNOMED CT code '18099001' = '18099001', given as 'Retropharyngeal abscess'})</span></p><h3>Hospitalizations</h3><table><tr><td>-</td><td><b>PreAdmissionIdentifier</b></td><td><b>AdmitSource</b></td><td><b>DischargeDisposition</b></td></tr><tr><td>*</td><td>93042 (OFFICIAL)</td><td>Referral by physician <span>(Details : {SNOMED CT code '305956004' = '305956004', given as 'Referral by physician'})</span></td><td>Discharge to home <span>(Details : {SNOMED CT code '306689006' = '306689006', given as 'Discharge to home'})</span></td></tr></table><p><b>serviceProvider</b>: <a>Organization/f001</a></p></div>" }, "identifier": [ { "use": "official", "system": "http://www.bmc.nl/zorgportal/identifiers/encounters", "value": "v6751" } ], "status": "finished", "class": "outpatient", "type": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "270427003", "display": "Patient-initiated encounter" } ] } ], "priority": { "coding": [ { "system": "http://snomed.info/sct", "code": "103391001", "display": "Non-urgent ear, nose and throat admission" } ] }, "patient": { "reference": "Patient/f001", "display": "P. van de Heuvel" }, "participant": [ { "individual": { "reference": "Practitioner/f001", "display": "E.M. van den Broek" } } ], "length": { "value": 90, "unit": "min", "system": "http://unitsofmeasure.org", "code": "min" }, "reason": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/encounter-primaryDiagnosis", "valueInteger": 1 } ], "coding": [ { "system": "http://snomed.info/sct", "code": "18099001", "display": "Retropharyngeal abscess" } ] } ], "hospitalization": { "preAdmissionIdentifier": { "use": "official", "system": "http://www.bmc.nl/zorgportal/identifiers/pre-admissions", "value": "93042" }, "admitSource": { "fhir_comments": [ " <preAdmissionTest>\n <coding>\n <system value=\"http://snomed.info/sct\"/>\n <code value=\"168719007\"/>\n <display value=\"Neck soft tissue X-ray\"/>\n </coding>\n <coding>\n <system value=\"http://snomed.info/sct\"/>\n <code value=\"396550006\"/>\n <display value=\"Blood test\"/>\n </coding>\n </preAdmissionTest> " ], "coding": [ { "system": "http://snomed.info/sct", "code": "305956004", "display": "Referral by physician" } ] }, "dischargeDisposition": { "coding": [ { "system": "http://snomed.info/sct", "code": "306689006", "display": "Discharge to home" } ] } }, "serviceProvider": { "reference": "Organization/f001" } }; var example217: fhir.Encounter = { "class": "outpatient", "id": "f201", "identifier": [ { "use": "temp", "value": "Encounter_Roel_20130404" } ], "participant": [ { "individual": { "reference": "Practitioner/f201" } } ], "patient": { "display": "Roel", "reference": "Patient/f201" }, "priority": { "coding": [ { "code": "17621005", "display": "Normal", "system": "http://snomed.info/sct" } ] }, "reason": [ { "text": "The patient had fever peaks over the last couple of days. He is worried about these peaks." } ], "resourceType": "Encounter", "serviceProvider": { "reference": "Organization/f201" }, "status": "finished", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f201</p><p><b>identifier</b>: Encounter_Roel_20130404 (TEMP)</p><p><b>status</b>: finished</p><p><b>class</b>: outpatient</p><p><b>type</b>: Consultation <span>(Details : {SNOMED CT code '11429006' = '11429006', given as 'Consultation'})</span></p><p><b>priority</b>: Normal <span>(Details : {SNOMED CT code '17621005' = '17621005', given as 'Normal'})</span></p><p><b>patient</b>: <a>Roel</a></p><h3>Participants</h3><table><tr><td>-</td><td><b>Individual</b></td></tr><tr><td>*</td><td><a>Practitioner/f201</a></td></tr></table><p><b>reason</b>: The patient had fever peaks over the last couple of days. He is worried about these peaks. <span>(Details )</span></p><p><b>serviceProvider</b>: <a>Organization/f201</a></p></div>", "status": "generated" }, "type": [ { "coding": [ { "code": "11429006", "display": "Consultation", "system": "http://snomed.info/sct" } ] } ] }; var example218: fhir.Encounter = { "resourceType": "Encounter", "id": "f201", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f201</p><p><b>identifier</b>: Encounter_Roel_20130404 (TEMP)</p><p><b>status</b>: finished</p><p><b>class</b>: outpatient</p><p><b>type</b>: Consultation <span>(Details : {SNOMED CT code '11429006' = '11429006', given as 'Consultation'})</span></p><p><b>priority</b>: Normal <span>(Details : {SNOMED CT code '17621005' = '17621005', given as 'Normal'})</span></p><p><b>patient</b>: <a>Roel</a></p><h3>Participants</h3><table><tr><td>-</td><td><b>Individual</b></td></tr><tr><td>*</td><td><a>Practitioner/f201</a></td></tr></table><p><b>reason</b>: The patient had fever peaks over the last couple of days. He is worried about these peaks. <span>(Details )</span></p><p><b>serviceProvider</b>: <a>Organization/f201</a></p></div>" }, "identifier": [ { "use": "temp", "value": "Encounter_Roel_20130404", "_value": { "fhir_comments": [ " 0..1 The use of this identifier " ] } } ], "status": "finished", "class": "outpatient", "_class": { "fhir_comments": [ " Encounter has finished " ] }, "type": [ { "fhir_comments": [ " Outpatient encounter for consultation " ], "coding": [ { "fhir_comments": [ " TODO Why is this merely a CodeableConcept and not Resource (any)? " ], "system": "http://snomed.info/sct", "code": "11429006", "display": "Consultation" } ] } ], "priority": { "coding": [ { "fhir_comments": [ " Normal priority " ], "system": "http://snomed.info/sct", "code": "17621005", "display": "Normal" } ] }, "patient": { "reference": "Patient/f201", "display": "Roel" }, "participant": [ { "individual": { "reference": "Practitioner/f201" } } ], "reason": [ { "text": "The patient had fever peaks over the last couple of days. He is worried about these peaks." } ], "serviceProvider": { "fhir_comments": [ " No indication, because no referral took place ", " No hospitalization was deemed necessary " ], "reference": "Organization/f201" } }; var example219: fhir.Encounter = { "class": "outpatient", "id": "f202", "identifier": [ { "use": "temp", "value": "Encounter_Roel_20130128" } ], "indication": [ { "display": "Roel's TPF chemotherapy on January 28th, 2013", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/encounter-primaryDiagnosis", "valueInteger": 1 } ], "reference": "Procedure/f201" } ], "length": { "code": "258701004", "system": "http://snomed.info/sct", "unit": "minutes", "value": 56 }, "participant": [ { "individual": { "reference": "Practitioner/f201" } } ], "patient": { "display": "Roel", "reference": "Patient/f201" }, "priority": { "coding": [ { "code": "103391001", "display": "Urgent", "system": "http://snomed.info/sct" } ] }, "reason": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/encounter-primaryDiagnosis", "valueInteger": 2 } ], "text": "The patient is treated for a tumor." } ], "resourceType": "Encounter", "serviceProvider": { "reference": "Organization/f201" }, "status": "finished", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f202</p><p><b>identifier</b>: Encounter_Roel_20130128 (TEMP)</p><p><b>status</b>: finished</p><p><b>class</b>: outpatient</p><p><b>type</b>: Chemotherapy <span>(Details : {SNOMED CT code '367336001' = '367336001', given as 'Chemotherapy'})</span></p><p><b>priority</b>: Urgent <span>(Details : {SNOMED CT code '103391001' = '103391001', given as 'Urgent'})</span></p><p><b>patient</b>: <a>Roel</a></p><h3>Participants</h3><table><tr><td>-</td><td><b>Individual</b></td></tr><tr><td>*</td><td><a>Practitioner/f201</a></td></tr></table><p><b>length</b>: 56 minutes<span> (Details: SNOMED CT code 258701004 = '258701004')</span></p><p><b>reason</b>: The patient is treated for a tumor. <span>(Details )</span></p><p><b>indication</b>: <a>Roel's TPF chemotherapy on January 28th, 2013</a></p><p><b>serviceProvider</b>: <a>Organization/f201</a></p></div>", "status": "generated" }, "type": [ { "coding": [ { "code": "367336001", "display": "Chemotherapy", "system": "http://snomed.info/sct" } ] } ] }; var example220: fhir.Encounter = { "resourceType": "Encounter", "id": "f202", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f202</p><p><b>identifier</b>: Encounter_Roel_20130128 (TEMP)</p><p><b>status</b>: finished</p><p><b>class</b>: outpatient</p><p><b>type</b>: Chemotherapy <span>(Details : {SNOMED CT code '367336001' = '367336001', given as 'Chemotherapy'})</span></p><p><b>priority</b>: Urgent <span>(Details : {SNOMED CT code '103391001' = '103391001', given as 'Urgent'})</span></p><p><b>patient</b>: <a>Roel</a></p><h3>Participants</h3><table><tr><td>-</td><td><b>Individual</b></td></tr><tr><td>*</td><td><a>Practitioner/f201</a></td></tr></table><p><b>length</b>: 56 minutes<span> (Details: SNOMED CT code 258701004 = '258701004')</span></p><p><b>reason</b>: The patient is treated for a tumor. <span>(Details )</span></p><p><b>indication</b>: <a>Roel's TPF chemotherapy on January 28th, 2013</a></p><p><b>serviceProvider</b>: <a>Organization/f201</a></p></div>" }, "identifier": [ { "use": "temp", "value": "Encounter_Roel_20130128", "_value": { "fhir_comments": [ " 0..1 The use of this identifier " ] } } ], "status": "finished", "class": "outpatient", "_class": { "fhir_comments": [ " Encounter has finished " ] }, "type": [ { "fhir_comments": [ " Outpatient encounter for chemotherapy " ], "coding": [ { "system": "http://snomed.info/sct", "code": "367336001", "display": "Chemotherapy" } ] } ], "priority": { "coding": [ { "fhir_comments": [ " Urgent priority, because of complications " ], "system": "http://snomed.info/sct", "code": "103391001", "display": "Urgent" } ] }, "patient": { "reference": "Patient/f201", "display": "Roel" }, "participant": [ { "individual": { "reference": "Practitioner/f201" } } ], "length": { "value": 56, "unit": "minutes", "system": "http://snomed.info/sct", "code": "258701004" }, "reason": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/encounter-primaryDiagnosis", "valueInteger": 2 } ], "text": "The patient is treated for a tumor." } ], "indication": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/encounter-primaryDiagnosis", "valueInteger": 1 } ], "reference": "Procedure/f201", "display": "Roel's TPF chemotherapy on January 28th, 2013" } ], "serviceProvider": { "fhir_comments": [ " No hospitalization was deemed necessary " ], "reference": "Organization/f201" } }; var example221: fhir.Encounter = { "class": "inpatient", "hospitalization": { "admitSource": { "coding": [ { "code": "309902002", "display": "Clinical Oncology Department", "system": "http://snomed.info/sct" } ] }, "dietPreference": [ { "coding": [ { "code": "276026009", "display": "Fluid balance regulation", "system": "http://snomed.info/sct" } ] } ], "reAdmission": { "coding": [ { "display": "readmitted" } ] } }, "id": "f203", "identifier": [ { "use": "temp", "value": "Encounter_Roel_20130311" } ], "participant": [ { "individual": { "reference": "Practitioner/f201" } } ], "patient": { "display": "Roel", "reference": "Patient/f201" }, "period": { "end": "2013-03-20", "start": "2013-03-11" }, "priority": { "coding": [ { "code": "394849002", "display": "High priority", "system": "http://snomed.info/sct" } ] }, "reason": [ { "text": "The patient seems to suffer from bilateral pneumonia and renal insufficiency, most likely due to chemotherapy." } ], "resourceType": "Encounter", "serviceProvider": { "reference": "Organization/f201" }, "status": "finished", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f203</p><p><b>identifier</b>: Encounter_Roel_20130311 (TEMP)</p><p><b>status</b>: finished</p><p><b>class</b>: inpatient</p><p><b>type</b>: Inpatient stay for nine days <span>(Details : {SNOMED CT code '183807002' = '183807002', given as 'Inpatient stay for nine days'})</span></p><p><b>priority</b>: High priority <span>(Details : {SNOMED CT code '394849002' = '394849002', given as 'High priority'})</span></p><p><b>patient</b>: <a>Roel</a></p><h3>Participants</h3><table><tr><td>-</td><td><b>Individual</b></td></tr><tr><td>*</td><td><a>Practitioner/f201</a></td></tr></table><p><b>period</b>: 11/03/2013 --> 20/03/2013</p><p><b>reason</b>: The patient seems to suffer from bilateral pneumonia and renal insufficiency, most likely due to chemotherapy. <span>(Details )</span></p><h3>Hospitalizations</h3><table><tr><td>-</td><td><b>AdmitSource</b></td><td><b>ReAdmission</b></td><td><b>DietPreference</b></td></tr><tr><td>*</td><td>Clinical Oncology Department <span>(Details : {SNOMED CT code '309902002' = '309902002', given as 'Clinical Oncology Department'})</span></td><td>readmitted <span>(Details : {[not stated] code 'null' = '??', given as 'readmitted'})</span></td><td>Fluid balance regulation <span>(Details : {SNOMED CT code '276026009' = '276026009', given as 'Fluid balance regulation'})</span></td></tr></table><p><b>serviceProvider</b>: <a>Organization/f201</a></p></div>", "status": "generated" }, "type": [ { "coding": [ { "code": "183807002", "display": "Inpatient stay for nine days", "system": "http://snomed.info/sct" } ] } ] }; var example222: fhir.Encounter = { "resourceType": "Encounter", "id": "f203", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f203</p><p><b>identifier</b>: Encounter_Roel_20130311 (TEMP)</p><p><b>status</b>: finished</p><p><b>class</b>: inpatient</p><p><b>type</b>: Inpatient stay for nine days <span>(Details : {SNOMED CT code '183807002' = '183807002', given as 'Inpatient stay for nine days'})</span></p><p><b>priority</b>: High priority <span>(Details : {SNOMED CT code '394849002' = '394849002', given as 'High priority'})</span></p><p><b>patient</b>: <a>Roel</a></p><h3>Participants</h3><table><tr><td>-</td><td><b>Individual</b></td></tr><tr><td>*</td><td><a>Practitioner/f201</a></td></tr></table><p><b>period</b>: 11/03/2013 --> 20/03/2013</p><p><b>reason</b>: The patient seems to suffer from bilateral pneumonia and renal insufficiency, most likely due to chemotherapy. <span>(Details )</span></p><h3>Hospitalizations</h3><table><tr><td>-</td><td><b>AdmitSource</b></td><td><b>ReAdmission</b></td><td><b>DietPreference</b></td></tr><tr><td>*</td><td>Clinical Oncology Department <span>(Details : {SNOMED CT code '309902002' = '309902002', given as 'Clinical Oncology Department'})</span></td><td>readmitted <span>(Details : {[not stated] code 'null' = '??', given as 'readmitted'})</span></td><td>Fluid balance regulation <span>(Details : {SNOMED CT code '276026009' = '276026009', given as 'Fluid balance regulation'})</span></td></tr></table><p><b>serviceProvider</b>: <a>Organization/f201</a></p></div>" }, "identifier": [ { "use": "temp", "value": "Encounter_Roel_20130311" } ], "status": "finished", "class": "inpatient", "_class": { "fhir_comments": [ " Encounter has finished " ] }, "type": [ { "fhir_comments": [ " Inpatient encounter for straphylococcus infection " ], "coding": [ { "system": "http://snomed.info/sct", "code": "183807002", "display": "Inpatient stay for nine days" } ] } ], "priority": { "coding": [ { "fhir_comments": [ " High priority " ], "system": "http://snomed.info/sct", "code": "394849002", "display": "High priority" } ] }, "patient": { "reference": "Patient/f201", "display": "Roel" }, "participant": [ { "individual": { "reference": "Practitioner/f201" } } ], "period": { "start": "2013-03-11", "end": "2013-03-20" }, "reason": [ { "text": "The patient seems to suffer from bilateral pneumonia and renal insufficiency, most likely due to chemotherapy." } ], "hospitalization": { "fhir_comments": [ " No indication, because no referral took place ", " no special courtesy or arrangements ", " <destination><!-\\-Fictive-\\->\n <reference value=\"Location/f202\"/> \n </destination> " ], "admitSource": { "fhir_comments": [ " <origin>\n <reference value=\"Location/2\"/> \n </origin> " ], "coding": [ { "system": "http://snomed.info/sct", "code": "309902002", "display": "Clinical Oncology Department" } ] }, "reAdmission": { "coding": [ { "display": "readmitted" } ] }, "dietPreference": [ { "fhir_comments": [ " accomodation details are not available " ], "coding": [ { "system": "http://snomed.info/sct", "code": "276026009", "display": "Fluid balance regulation" } ] } ] }, "serviceProvider": { "reference": "Organization/f201" } }; var example223: fhir.Encounter = { "class": "virtual", "contained": [ { "description": "Client's home", "id": "home", "mode": "kind", "resourceType": "Location" } ], "id": "home", "location": [ { "location": { "display": "Client's home", "reference": "#home" }, "period": { "end": "2015-01-17T16:30:00+10:00", "start": "2015-01-17T16:00:00+10:00" }, "status": "completed" } ], "participant": [ { "individual": { "display": "Dr Adam Careful", "reference": "Practitioner/example" }, "period": { "end": "2015-01-17T16:30:00+10:00", "start": "2015-01-17T16:00:00+10:00" } } ], "patient": { "reference": "Patient/example" }, "period": { "end": "2015-01-17T16:30:00+10:00", "start": "2015-01-17T16:00:00+10:00" }, "resourceType": "Encounter", "status": "finished", "text": { "div": "<div>Encounter with patient @example who is at home</div>", "status": "generated" } }; var example224: fhir.Encounter = { "resourceType": "Encounter", "id": "home", "text": { "status": "generated", "div": "<div>Encounter with patient @example who is at home</div>" }, "contained": [ { "resourceType": "Location", "id": "home", "description": "Client's home", "mode": "kind" } ], "status": "finished", "class": "virtual", "patient": { "reference": "Patient/example" }, "participant": [ { "period": { "start": "2015-01-17T16:00:00+10:00", "end": "2015-01-17T16:30:00+10:00" }, "individual": { "reference": "Practitioner/example", "display": "Dr Adam Careful" } } ], "period": { "start": "2015-01-17T16:00:00+10:00", "end": "2015-01-17T16:30:00+10:00" }, "location": [ { "location": { "reference": "#home", "display": "Client's home" }, "status": "completed", "period": { "start": "2015-01-17T16:00:00+10:00", "end": "2015-01-17T16:30:00+10:00" } } ] }; var example225: fhir.Encounter = { "class": "outpatient", "id": "xcda", "identifier": [ { "system": "http://healthcare.example.org/identifiers/enocunter", "use": "official", "value": "1234213.52345873" } ], "participant": [ { "individual": { "reference": "Practitioner/xcda1" } } ], "patient": { "reference": "Patient/xcda" }, "reason": [ { "coding": [ { "code": "T-D8200", "display": "Arm", "system": "http://ihe.net/xds/connectathon/eventCodes" } ] } ], "resourceType": "Encounter", "status": "finished", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: xcda</p><p><b>identifier</b>: 1234213.52345873 (OFFICIAL)</p><p><b>status</b>: finished</p><p><b>class</b>: outpatient</p><p><b>patient</b>: <a>Patient/xcda</a></p><h3>Participants</h3><table><tr><td>-</td><td><b>Individual</b></td></tr><tr><td>*</td><td><a>Practitioner/xcda1</a></td></tr></table><p><b>reason</b>: Arm <span>(Details : {http://ihe.net/xds/connectathon/eventCodes code 'T-D8200' = '??', given as 'Arm'})</span></p></div>", "status": "generated" } }; var example226: fhir.Encounter = { "resourceType": "Encounter", "id": "xcda", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: xcda</p><p><b>identifier</b>: 1234213.52345873 (OFFICIAL)</p><p><b>status</b>: finished</p><p><b>class</b>: outpatient</p><p><b>patient</b>: <a>Patient/xcda</a></p><h3>Participants</h3><table><tr><td>-</td><td><b>Individual</b></td></tr><tr><td>*</td><td><a>Practitioner/xcda1</a></td></tr></table><p><b>reason</b>: Arm <span>(Details : {http://ihe.net/xds/connectathon/eventCodes code 'T-D8200' = '??', given as 'Arm'})</span></p></div>" }, "identifier": [ { "use": "official", "system": "http://healthcare.example.org/identifiers/enocunter", "value": "1234213.52345873" } ], "status": "finished", "class": "outpatient", "patient": { "reference": "Patient/xcda" }, "participant": [ { "individual": { "reference": "Practitioner/xcda1" } } ], "reason": [ { "coding": [ { "system": "http://ihe.net/xds/connectathon/eventCodes", "code": "T-D8200", "display": "Arm" } ] } ] }; var example227: fhir.Encounter = { "class": "inpatient", "id": "example", "patient": { "reference": "Patient/example" }, "resourceType": "Encounter", "status": "in-progress", "text": { "div": "<div>Encounter with patient @example</div>", "status": "generated" } }; var example228: fhir.Encounter = { "resourceType": "Encounter", "id": "example", "text": { "status": "generated", "div": "<div>Encounter with patient @example</div>" }, "status": "in-progress", "class": "inpatient", "patient": { "reference": "Patient/example" } }; var example229: fhir.EnrollmentRequest = { "coverage": { "reference": "Coverage/9876B1" }, "created": "2014-08-16", "id": "22345", "identifier": [ { "system": "http://happyvalley.com/enrollmentrequest", "value": "EN22345" } ], "organization": { "reference": "Organization/1" }, "relationship": { "code": "spouse" }, "resourceType": "EnrollmentRequest", "subject": { "reference": "Patient/1" }, "text": { "div": "<div>A human-readable rendering of the EnrollmentRequest.</div>", "status": "generated" } }; var example230: fhir.EnrollmentRequest = { "resourceType": "EnrollmentRequest", "id": "22345", "text": { "status": "generated", "div": "<div>A human-readable rendering of the EnrollmentRequest.</div>" }, "identifier": [ { "system": "http://happyvalley.com/enrollmentrequest", "value": "EN22345" } ], "created": "2014-08-16", "organization": { "reference": "Organization/1" }, "subject": { "reference": "Patient/1" }, "coverage": { "reference": "Coverage/9876B1" }, "relationship": { "code": "spouse" } }; var example231: fhir.EnrollmentResponse = { "created": "2014-08-16", "disposition": "Dependant added to policy.", "id": "ER2500", "identifier": [ { "system": "http://www.BenefitsInc.com/fhir/enrollmentresponse", "value": "781234" } ], "organization": { "reference": "Organization/2" }, "outcome": "complete", "request": { "reference": "http://www.BenefitsInc.com/fhir/eligibility/225476332402" }, "requestOrganization": { "reference": "Organization/1" }, "resourceType": "EnrollmentResponse", "text": { "div": "<div>A human-readable rendering of the EnrollmentResponse</div>", "status": "generated" } }; var example232: fhir.EnrollmentResponse = { "resourceType": "EnrollmentResponse", "id": "ER2500", "text": { "status": "generated", "div": "<div>A human-readable rendering of the EnrollmentResponse</div>" }, "identifier": [ { "system": "http://www.BenefitsInc.com/fhir/enrollmentresponse", "value": "781234" } ], "request": { "reference": "http://www.BenefitsInc.com/fhir/eligibility/225476332402" }, "outcome": "complete", "disposition": "Dependant added to policy.", "created": "2014-08-16", "organization": { "reference": "Organization/2" }, "requestOrganization": { "reference": "Organization/1" } }; var example233: fhir.EpisodeOfCare = { "careManager": { "display": "Amanda Assigned", "reference": "Practitioner/14" }, "careTeam": [ { "member": { "display": "Henry Seven", "reference": "Practitioner/13" }, "period": { "end": "2014-09-16", "start": "2014-09-01" }, "role": [ { "coding": [ { "code": "AO", "display": "Assessment Worker", "system": "http://example.org/EpisodeOfCare/Role" } ] } ] } ], "condition": [ { "display": "Severe burn of left ear", "reference": "Condition/example" } ], "id": "example", "identifier": [ { "system": "http://example.org/sampleepisodeofcare-identifier", "value": "123" } ], "managingOrganization": { "reference": "Organization/hl7" }, "patient": { "reference": "Patient/example" }, "period": { "start": "2014-09-01" }, "referralRequest": [ { "display": "Referral from Example Aged Care Services" } ], "resourceType": "EpisodeOfCare", "status": "active", "statusHistory": [ { "period": { "end": "2014-09-14", "start": "2014-09-01" }, "status": "planned" }, { "period": { "end": "2014-09-21", "start": "2014-09-15" }, "status": "active" }, { "period": { "end": "2014-09-24", "start": "2014-09-22" }, "status": "onhold" }, { "period": { "start": "2014-09-25" }, "status": "active" } ], "text": { "div": "<div>\n HACC Program for Peter James Chalmers at HL7 Healthcare 15 Sept 2014 - current<br/>\n\t\t\twas on leave from 22 Sept - 24 Sept while in respite care\n </div>", "status": "generated" }, "type": [ { "coding": [ { "code": "HACC", "display": "Home and Community Care Package", "system": "http://example.org/EpisodeOfCare/Type" } ] } ] }; var example234: fhir.EpisodeOfCare = { "resourceType": "EpisodeOfCare", "id": "example", "text": { "status": "generated", "div": "<div>\n HACC Program for Peter James Chalmers at HL7 Healthcare 15 Sept 2014 - current<br/>\n\t\t\twas on leave from 22 Sept - 24 Sept while in respite care\n </div>" }, "identifier": [ { "system": "http://example.org/sampleepisodeofcare-identifier", "value": "123" } ], "status": "active", "statusHistory": [ { "status": "planned", "period": { "start": "2014-09-01", "end": "2014-09-14" } }, { "status": "active", "period": { "start": "2014-09-15", "end": "2014-09-21" } }, { "status": "onhold", "period": { "start": "2014-09-22", "end": "2014-09-24" } }, { "status": "active", "period": { "start": "2014-09-25" } } ], "type": [ { "coding": [ { "system": "http://example.org/EpisodeOfCare/Type", "code": "HACC", "display": "Home and Community Care Package" } ] } ], "condition": [ { "reference": "Condition/example", "display": "Severe burn of left ear" } ], "patient": { "reference": "Patient/example" }, "managingOrganization": { "reference": "Organization/hl7" }, "period": { "start": "2014-09-01" }, "referralRequest": [ { "display": "Referral from Example Aged Care Services" } ], "careManager": { "reference": "Practitioner/14", "display": "Amanda Assigned" }, "careTeam": [ { "role": [ { "coding": [ { "system": "http://example.org/EpisodeOfCare/Role", "code": "AO", "display": "Assessment Worker" } ] } ], "period": { "start": "2014-09-01", "end": "2014-09-16" }, "member": { "reference": "Practitioner/13", "display": "Henry Seven" } } ] }; var example235: fhir.ExplanationOfBenefit = { "created": "2014-08-16", "disposition": "Claim settled as per contract.", "id": "R3500", "identifier": [ { "system": "http://www.BenefitsInc.com/fhir/eob", "value": "987654321" } ], "organization": { "reference": "Organization/2" }, "outcome": "complete", "request": { "reference": "http://www.BenefitsInc.com/fhir/oralhealthclaim/15476332402" }, "requestOrganization": { "reference": "Organization/1" }, "resourceType": "ExplanationOfBenefit", "text": { "div": "<div>A human-readable rendering of the ExplanationOfBenefit</div>", "status": "generated" } }; var example236: fhir.ExplanationOfBenefit = { "resourceType": "ExplanationOfBenefit", "id": "R3500", "text": { "status": "generated", "div": "<div>A human-readable rendering of the ExplanationOfBenefit</div>" }, "identifier": [ { "system": "http://www.BenefitsInc.com/fhir/eob", "value": "987654321" } ], "request": { "reference": "http://www.BenefitsInc.com/fhir/oralhealthclaim/15476332402" }, "outcome": "complete", "disposition": "Claim settled as per contract.", "created": "2014-08-16", "organization": { "reference": "Organization/2" }, "requestOrganization": { "reference": "Organization/1" } }; var example237: fhir.FamilyMemberHistory = { "condition": [ { "code": { "coding": [ { "code": "371041009", "display": "Embolic Stroke", "system": "http://snomed.info/sct" } ], "text": "Stroke" }, "onsetQuantity": { "system": "http://unitsofmeasure.org", "unit": "a", "value": 56 } } ], "id": "mother", "patient": { "display": "Peter Patient", "reference": "Patient/100" }, "relationship": { "coding": [ { "code": "mother", "system": "http://hl7.org/fhir/familial-relationship" } ] }, "resourceType": "FamilyMemberHistory", "status": "completed", "text": { "div": "<div>Mother died of a stroke aged 56</div>", "status": "generated" } }; var example238: fhir.FamilyMemberHistory = { "resourceType": "FamilyMemberHistory", "id": "mother", "text": { "status": "generated", "div": "<div>Mother died of a stroke aged 56</div>" }, "patient": { "reference": "Patient/100", "display": "Peter Patient" }, "status": "completed", "relationship": { "coding": [ { "system": "http://hl7.org/fhir/familial-relationship", "code": "mother" } ] }, "condition": [ { "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "371041009", "display": "Embolic Stroke" } ], "text": "Stroke" }, "onsetQuantity": { "value": 56, "unit": "a", "system": "http://unitsofmeasure.org" } } ] }; var example239: fhir.FamilyMemberHistory = { "condition": [ { "code": { "coding": [ { "code": "315619001", "display": "Myocardial Infarction", "system": "http://snomed.info/sct" } ], "text": "Heart Attack" }, "note": { "text": "Was fishing at the time. At least he went doing someting he loved." }, "onsetQuantity": { "system": "http://unitsofmeasure.org", "unit": "a", "value": 74 } } ], "date": "2011-03-18", "id": "father", "patient": { "display": "Peter Patient", "reference": "Patient/example" }, "relationship": { "coding": [ { "code": "father", "system": "http://hl7.org/fhir/familial-relationship" } ] }, "resourceType": "FamilyMemberHistory", "status": "completed", "text": { "div": "<div>Father died of a heart attack aged 74</div>", "status": "generated" } }; var example240: fhir.FamilyMemberHistory = { "resourceType": "FamilyMemberHistory", "id": "father", "text": { "status": "generated", "div": "<div>Father died of a heart attack aged 74</div>" }, "patient": { "reference": "Patient/example", "display": "Peter Patient" }, "date": "2011-03-18", "status": "completed", "relationship": { "coding": [ { "system": "http://hl7.org/fhir/familial-relationship", "code": "father" } ] }, "condition": [ { "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "315619001", "display": "Myocardial Infarction" } ], "text": "Heart Attack" }, "onsetQuantity": { "value": 74, "unit": "a", "system": "http://unitsofmeasure.org" }, "note": { "text": "Was fishing at the time. At least he went doing someting he loved." } } ] }; var example241: fhir.Flag = { "category": { "coding": [ { "code": "infection", "display": "Infection Control Level", "system": "http://example.org/local" } ] }, "code": { "coding": [ { "code": "l3", "display": "Follow Level 3 Protocol", "system": "http://example.org/local/if1" } ] }, "encounter": { "reference": "Encounter/example" }, "id": "example-encounter", "resourceType": "Flag", "status": "active", "subject": { "display": "Peter Patient", "reference": "Patient/example" }, "text": { "div": "<div>Follow Infection Control Level 3 Protocol</div>", "status": "generated" } }; var example242: fhir.Flag = { "resourceType": "Flag", "id": "example-encounter", "text": { "status": "generated", "div": "<div>Follow Infection Control Level 3 Protocol</div>" }, "category": { "coding": [ { "system": "http://example.org/local", "code": "infection", "display": "Infection Control Level" } ] }, "status": "active", "subject": { "reference": "Patient/example", "display": "Peter Patient" }, "encounter": { "reference": "Encounter/example" }, "code": { "coding": [ { "system": "http://example.org/local/if1", "code": "l3", "display": "Follow Level 3 Protocol" } ] } }; var example243: fhir.Flag = { "author": { "display": "Nancy Nurse", "reference": "Practitioner/example" }, "category": { "coding": [ { "code": "admin", "display": "Admin", "system": "http://example.org/local" } ], "text": "admin" }, "code": { "coding": [ { "code": "bigdog", "display": "Big dog", "system": "http://example.org/local" } ], "text": "Patient has a big dog at his home. Always always wear a suit of armor or take other active counter-measures" }, "id": "example", "resourceType": "Flag", "status": "active", "subject": { "display": "Peter Patient", "reference": "Patient/example" }, "text": { "div": "<div>Large Dog warning for Peter Patient</div>", "status": "generated" } }; var example244: fhir.Flag = { "resourceType": "Flag", "id": "example", "text": { "status": "generated", "div": "<div>Large Dog warning for Peter Patient</div>" }, "category": { "coding": [ { "system": "http://example.org/local", "code": "admin", "display": "Admin" } ], "text": "admin" }, "status": "active", "subject": { "reference": "Patient/example", "display": "Peter Patient" }, "author": { "reference": "Practitioner/example", "display": "Nancy Nurse" }, "code": { "coding": [ { "system": "http://example.org/local", "code": "bigdog", "display": "Big dog" } ], "text": "Patient has a big dog at his home. Always always wear a suit of armor or take other active counter-measures" } }; var example245: fhir.Goal = { "addresses": [ { "display": "obesity", "reference": "Condition/12345" } ], "description": "Target weight is 160 to 180 lbs.", "extension": [ { "extension": [ { "url": "measure", "valueCodeableConcept": { "coding": [ { "code": "3141-9", "display": "Weight Measured", "system": "http://loinc.org" } ] } }, { "url": "detail", "valueRange": { "high": { "code": "[lb_av]", "system": "http://unitsofmeasure.org", "unit": "lbs", "value": 180 }, "low": { "code": "[lb_av]", "system": "http://unitsofmeasure.org", "unit": "lbs", "value": 160 } } } ], "url": "http://hl7.org/fhir/StructureDefinition/goal-target" } ], "id": "example", "resourceType": "Goal", "status": "in-progress", "subject": { "display": "Peter James Chalmers", "reference": "Patient/example" }, "text": { "div": "<div>\n\t\t\t<p> A simple care goal for a patient to lose weight due to obesity.</p>\n\t\t</div>", "status": "additional" } }; var example246: fhir.Goal = { "resourceType": "Goal", "id": "example", "text": { "status": "additional", "div": "<div>\n\t\t\t<p> A simple care goal for a patient to lose weight due to obesity.</p>\n\t\t</div>" }, "extension": [ { "extension": [ { "url": "measure", "valueCodeableConcept": { "coding": [ { "system": "http://loinc.org", "code": "3141-9", "display": "Weight Measured" } ] } }, { "url": "detail", "valueRange": { "low": { "value": 160, "unit": "lbs", "system": "http://unitsofmeasure.org", "code": "[lb_av]" }, "high": { "value": 180, "unit": "lbs", "system": "http://unitsofmeasure.org", "code": "[lb_av]" } } } ], "url": "http://hl7.org/fhir/StructureDefinition/goal-target" } ], "subject": { "reference": "Patient/example", "display": "Peter James Chalmers" }, "description": "Target weight is 160 to 180 lbs.", "status": "in-progress", "addresses": [ { "reference": "Condition/12345", "display": "obesity" } ] }; var example247: fhir.Group = { "actual": true, "id": "102", "member": [ { "entity": { "reference": "Patient/pat1" }, "period": { "start": "2014-10-08" } }, { "entity": { "reference": "Patient/pat2" }, "inactive": true, "period": { "start": "2015-04-02" } }, { "entity": { "reference": "Patient/pat3" }, "period": { "start": "2015-08-06" } }, { "entity": { "reference": "Patient/pat4" }, "period": { "start": "2015-08-06" } } ], "resourceType": "Group", "text": { "div": "<div>\n <p>Selected Patients</p>\n <ul>\n <li>Patient Donald DUCK @ Acme Healthcare, Inc. MR = 654321</li>\n <li>Patient Donald D DUCK @ Acme Healthcare, Inc. MR = 123456</li>\n <li>Patient Simon Notsowell @ Acme Healthcare, Inc. MR = 123457, DECEASED</li>\n <li>Patient Sandy Notsowell @ Acme Healthcare, Inc. MR = 123458, DECEASED</li>\n </ul>\n </div>", "status": "additional" }, "type": "person" }; var example248: fhir.Group = { "resourceType": "Group", "id": "102", "text": { "status": "additional", "div": "<div>\n <p>Selected Patients</p>\n <ul>\n <li>Patient Donald DUCK @ Acme Healthcare, Inc. MR = 654321</li>\n <li>Patient Donald D DUCK @ Acme Healthcare, Inc. MR = 123456</li>\n <li>Patient Simon Notsowell @ Acme Healthcare, Inc. MR = 123457, DECEASED</li>\n <li>Patient Sandy Notsowell @ Acme Healthcare, Inc. MR = 123458, DECEASED</li>\n </ul>\n </div>" }, "type": "person", "actual": true, "member": [ { "entity": { "reference": "Patient/pat1" }, "period": { "start": "2014-10-08" } }, { "entity": { "reference": "Patient/pat2" }, "period": { "start": "2015-04-02" }, "inactive": true }, { "entity": { "reference": "Patient/pat3" }, "period": { "start": "2015-08-06" } }, { "entity": { "reference": "Patient/pat4" }, "period": { "start": "2015-08-06" } } ] }; var example249: fhir.Group = { "actual": true, "characteristic": [ { "code": { "text": "gender" }, "exclude": false, "valueCodeableConcept": { "text": "mixed" } }, { "code": { "text": "owner" }, "exclude": false, "valueCodeableConcept": { "text": "John Smith" } } ], "code": { "text": "Horse" }, "id": "101", "name": "John's herd", "quantity": 25, "resourceType": "Group", "text": { "div": "<div>\n <p>Herd of 25 horses</p>\n <p>Gender: mixed</p>\n <p>Owner: John Smith</p>\n </div>", "status": "additional" }, "type": "animal" }; var example250: fhir.Group = { "resourceType": "Group", "id": "101", "text": { "status": "additional", "div": "<div>\n <p>Herd of 25 horses</p>\n <p>Gender: mixed</p>\n <p>Owner: John Smith</p>\n </div>" }, "type": "animal", "actual": true, "code": { "text": "Horse" }, "name": "John's herd", "quantity": 25, "characteristic": [ { "code": { "text": "gender" }, "valueCodeableConcept": { "text": "mixed" }, "exclude": false }, { "code": { "text": "owner" }, "valueCodeableConcept": { "text": "John Smith" }, "exclude": false } ] }; var example251: fhir.HealthcareService = { "appointmentRequired": false, "availabilityExceptions": "Reduced capacity is available during the Christmas period", "availableTime": [ { "availableEndTime": "05:30:00", "availableStartTime": "08:30:00", "daysOfWeek": [ "mon", "tue", "wed", "thu", "fri" ] }, { "availableEndTime": "04:30:00", "availableStartTime": "09:30:00", "daysOfWeek": [ "sat", "fri" ] } ], "characteristic": [ { "coding": [ { "display": "Wheelchair access" } ] } ], "comment": "Providing Specialist psychology services to the greater Den Burg area, many years of experience dealing with PTSD issues", "contained": [ { "description": "Greater Denburg area", "id": "DenBurg", "mode": "instance", "physicalType": { "coding": [ { "code": "area", "display": "Area" } ] }, "resourceType": "Location" } ], "coverageArea": [ { "display": "Greater Denburg area", "reference": "#DenBurg" } ], "eligibility": { "coding": [ { "display": "DVA Required" } ] }, "eligibilityNote": "Evidence of application for DVA status may be sufficient for commencing assessment", "extraDetails": "Several assessments are required for these specialist services, and the waiting times can be greater than 3 months at times. Existing patients are prioritized when requesting appointments on the schedule.", "id": "example", "location": { "reference": "Location/1" }, "notAvailable": [ { "description": "Christmas/Boxing Day", "during": { "end": "2015-12-26", "start": "2015-12-25" } }, { "description": "New Years Day", "during": { "end": "2016-01-01", "start": "2016-01-01" } } ], "programName": [ "PTSD outreach" ], "publicKey": "*** Base64 public key goes here to be used for secure messaging ***", "referralMethod": [ { "coding": [ { "code": "phone", "display": "Phone" } ] }, { "coding": [ { "code": "fax", "display": "Fax" } ] }, { "coding": [ { "code": "elec", "display": "Secure Messaging" } ] }, { "coding": [ { "code": "semail", "display": "Secure Email" } ] } ], "resourceType": "HealthcareService", "serviceName": "Consulting psychologists and/or psychology services", "serviceType": [ { "type": { "coding": [ { "code": "394913002", "display": "Psychotherapy", "system": "http://snomed.info/sct" } ] } }, { "specialty": [ { "coding": [ { "code": "47505003", "display": "Posttraumatic stress disorder", "system": "http://snomed.info/sct" } ] } ], "type": { "coding": [ { "code": "394587001", "display": "Psychiatry", "system": "http://snomed.info/sct" } ] } } ], "telecom": [ { "system": "phone", "use": "work", "value": "(555) silent" }, { "system": "email", "use": "work", "value": "directaddress@example.com" } ], "text": { "div": "<div>\n\t\t\t25 Dec 2013 9:15am - 9:30am: <b>Busy</b> Physiotherapy\n\t\t</div>", "status": "generated" } }; var example252: fhir.HealthcareService = { "resourceType": "HealthcareService", "id": "example", "text": { "status": "generated", "div": "<div>\n\t\t\t25 Dec 2013 9:15am - 9:30am: <b>Busy</b> Physiotherapy\n\t\t</div>" }, "contained": [ { "resourceType": "Location", "id": "DenBurg", "description": "Greater Denburg area", "mode": "instance", "physicalType": { "coding": [ { "code": "area", "display": "Area" } ] } } ], "serviceType": [ { "type": { "coding": [ { "system": "http://snomed.info/sct", "code": "394913002", "display": "Psychotherapy" } ] } }, { "type": { "coding": [ { "system": "http://snomed.info/sct", "code": "394587001", "display": "Psychiatry" } ] }, "specialty": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "47505003", "display": "Posttraumatic stress disorder" } ] } ] } ], "location": { "reference": "Location/1" }, "serviceName": "Consulting psychologists and/or psychology services", "comment": "Providing Specialist psychology services to the greater Den Burg area, many years of experience dealing with PTSD issues", "extraDetails": "Several assessments are required for these specialist services, and the waiting times can be greater than 3 months at times. Existing patients are prioritized when requesting appointments on the schedule.", "telecom": [ { "system": "phone", "value": "(555) silent", "use": "work" }, { "system": "email", "value": "directaddress@example.com", "use": "work" } ], "coverageArea": [ { "reference": "#DenBurg", "display": "Greater Denburg area" } ], "eligibility": { "coding": [ { "display": "DVA Required" } ] }, "eligibilityNote": "Evidence of application for DVA status may be sufficient for commencing assessment", "programName": [ "PTSD outreach" ], "characteristic": [ { "coding": [ { "display": "Wheelchair access" } ] } ], "referralMethod": [ { "coding": [ { "code": "phone", "display": "Phone" } ] }, { "coding": [ { "code": "fax", "display": "Fax" } ] }, { "coding": [ { "code": "elec", "display": "Secure Messaging" } ] }, { "coding": [ { "code": "semail", "display": "Secure Email" } ] } ], "publicKey": "*** Base64 public key goes here to be used for secure messaging ***", "appointmentRequired": false, "availableTime": [ { "daysOfWeek": [ "mon", "tue", "wed", "thu", "fri" ], "availableStartTime": "08:30:00", "availableEndTime": "05:30:00" }, { "daysOfWeek": [ "sat", "fri" ], "availableStartTime": "09:30:00", "availableEndTime": "04:30:00" } ], "notAvailable": [ { "description": "Christmas/Boxing Day", "during": { "start": "2015-12-25", "end": "2015-12-26" } }, { "description": "New Years Day", "during": { "start": "2016-01-01", "end": "2016-01-01" } } ], "availabilityExceptions": "Reduced capacity is available during the Christmas period" }; var example253: fhir.ImagingObjectSelection = { "authoringTime": "2014-11-20T11:01:20-08:00", "description": "1 SC image (screen snapshot) and 2 CT images to share a chest CT exam", "id": "example", "patient": { "reference": "Patient/dicom" }, "resourceType": "ImagingObjectSelection", "study": [ { "series": [ { "instance": [ { "sopClass": "urn:oid:1.2.840.10008.5.1.4.1.1.7", "uid": "urn:oid:2.16.124.113543.6003.189642796.63084.16748.2599092902", "url": "http://localhost/wado/SCP/2.16.124.113543.6003.189642796.63084.16749.2599092904" } ], "uid": "urn:oid:2.16.124.113543.6003.189642796.63084.16750.2599092901" }, { "instance": [ { "sopClass": "urn:oid:1.2.840.10008.5.1.4.1.1.2", "uid": "urn:oid:2.16.124.113543.6003.189642796.63084.16748.2599092903", "url": "http://localhost/wado/SCP/2.16.124.113543.6003.189642796.63084.16748.2599092903" }, { "sopClass": "urn:oid:1.2.840.10008.5.1.4.1.1.2", "uid": "urn:oid:2.16.124.113543.6003.189642796.63084.16748.2599092904", "url": "http://localhost/wado/SCP/2.16.124.113543.6003.189642796.63084.16750.2599092902" } ], "uid": "urn:oid:2.16.124.113543.6003.189642796.63084.16750.2599092902" } ], "uid": "urn:oid:2.16.124.113543.6003.189642796.63084.16749.2599092904" } ], "text": { "div": "<div>A set of images accompanying to an exam document, including one SC image and two CT images, to publish the exam sharing</div>", "status": "generated" }, "title": { "coding": [ { "code": "113030", "display": "Manifest", "system": "http://nema.org/dicom/dicm" } ], "text": "A set of objects that have been exported for sharing" }, "uid": "urn:oid:2.16.124.113543.6003.189642796.63084.16748.2599092901" }; var example254: fhir.ImagingObjectSelection = { "resourceType": "ImagingObjectSelection", "id": "example", "text": { "status": "generated", "div": "<div>A set of images accompanying to an exam document, including one SC image and two CT images, to publish the exam sharing</div>" }, "uid": "urn:oid:2.16.124.113543.6003.189642796.63084.16748.2599092901", "patient": { "reference": "Patient/dicom" }, "title": { "coding": [ { "system": "http://nema.org/dicom/dicm", "code": "113030", "display": "Manifest" } ], "text": "A set of objects that have been exported for sharing" }, "description": "1 SC image (screen snapshot) and 2 CT images to share a chest CT exam", "authoringTime": "2014-11-20T11:01:20-08:00", "study": [ { "uid": "urn:oid:2.16.124.113543.6003.189642796.63084.16749.2599092904", "series": [ { "uid": "urn:oid:2.16.124.113543.6003.189642796.63084.16750.2599092901", "instance": [ { "sopClass": "urn:oid:1.2.840.10008.5.1.4.1.1.7", "uid": "urn:oid:2.16.124.113543.6003.189642796.63084.16748.2599092902", "url": "http://localhost/wado/SCP/2.16.124.113543.6003.189642796.63084.16749.2599092904" } ] }, { "uid": "urn:oid:2.16.124.113543.6003.189642796.63084.16750.2599092902", "instance": [ { "sopClass": "urn:oid:1.2.840.10008.5.1.4.1.1.2", "uid": "urn:oid:2.16.124.113543.6003.189642796.63084.16748.2599092903", "url": "http://localhost/wado/SCP/2.16.124.113543.6003.189642796.63084.16748.2599092903" }, { "sopClass": "urn:oid:1.2.840.10008.5.1.4.1.1.2", "uid": "urn:oid:2.16.124.113543.6003.189642796.63084.16748.2599092904", "url": "http://localhost/wado/SCP/2.16.124.113543.6003.189642796.63084.16750.2599092902" } ] } ] } ] }; var example255: fhir.ImagingStudy = { "id": "example", "numberOfInstances": 1, "numberOfSeries": 1, "patient": { "reference": "Patient/dicom" }, "resourceType": "ImagingStudy", "series": [ { "bodySite": { "code": "67734004", "display": "Upper Trunk Structure", "system": "http://snomed.info/sct" }, "description": "CT Surview 180", "instance": [ { "content": [ { "url": "http://localhost/fhir/Binary/1.2.840.11361907579238403408700.3.0.14.19970327150033" } ], "number": 1, "sopClass": "urn:oid:1.2.840.10008.5.1.4.1.1.2", "uid": "urn:oid:2.16.124.113543.6003.189642796.63084.16748.2599092903" } ], "modality": { "code": "CT", "system": "http://nema.org/dicom/dicm" }, "number": 3, "numberOfInstances": 1, "uid": "urn:oid:2.16.124.113543.6003.2588828330.45298.17418.2723805630" } ], "started": "2011-01-01T11:01:20+03:00", "text": { "div": "<div>Image 1 from Series 3: CT Images on Patient MINT (MINT1234) taken at 1-Jan 2011 01:20 AM</div>", "status": "generated" }, "uid": "urn:oid:2.16.124.113543.6003.1154777499.30246.19789.3503430045" }; var example256: fhir.ImagingStudy = { "resourceType": "ImagingStudy", "id": "example", "text": { "status": "generated", "div": "<div>Image 1 from Series 3: CT Images on Patient MINT (MINT1234) taken at 1-Jan 2011 01:20 AM</div>" }, "started": "2011-01-01T11:01:20+03:00", "patient": { "reference": "Patient/dicom" }, "uid": "urn:oid:2.16.124.113543.6003.1154777499.30246.19789.3503430045", "numberOfSeries": 1, "numberOfInstances": 1, "series": [ { "number": 3, "modality": { "system": "http://nema.org/dicom/dicm", "code": "CT" }, "uid": "urn:oid:2.16.124.113543.6003.2588828330.45298.17418.2723805630", "description": "CT Surview 180", "numberOfInstances": 1, "bodySite": { "system": "http://snomed.info/sct", "_system": { "fhir_comments": [ " Added body site to support duplicate checking example " ] }, "code": "67734004", "display": "Upper Trunk Structure" }, "instance": [ { "number": 1, "uid": "urn:oid:2.16.124.113543.6003.189642796.63084.16748.2599092903", "sopClass": "urn:oid:1.2.840.10008.5.1.4.1.1.2", "content": [ { "url": "http://localhost/fhir/Binary/1.2.840.11361907579238403408700.3.0.14.19970327150033" } ] } ] } ] }; var example257: fhir.Immunization = { "date": "2013-01-10", "explanation": { "reasonNotGiven": [ { "coding": [ { "code": "MEDPREC", "display": "medical precaution", "system": "http://hl7.org/fhir/v3/ActReason" } ] } ] }, "id": "notGiven", "patient": { "reference": "Patient/example" }, "reported": false, "resourceType": "Immunization", "status": "completed", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: notGiven</p><p><b>status</b>: completed</p><p><b>date</b>: 10/01/2013</p><p><b>vaccineCode</b>: DTP <span>(Details : {http://hl7.org/fhir/sid/cvx code '01' = '??', given as 'DTP'})</span></p><p><b>patient</b>: <a>Patient/example</a></p><p><b>wasNotGiven</b>: true</p><p><b>reported</b>: false</p><h3>Explanations</h3><table><tr><td>-</td><td><b>ReasonNotGiven</b></td></tr><tr><td>*</td><td>medical precaution <span>(Details : {http://hl7.org/fhir/v3/ActReason code 'MEDPREC' = 'medical precaution', given as 'medical precaution'})</span></td></tr></table></div>", "status": "generated" }, "vaccineCode": { "coding": [ { "code": "01", "display": "DTP", "system": "http://hl7.org/fhir/sid/cvx" } ] }, "wasNotGiven": true }; var example258: fhir.Immunization = { "resourceType": "Immunization", "id": "notGiven", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: notGiven</p><p><b>status</b>: completed</p><p><b>date</b>: 10/01/2013</p><p><b>vaccineCode</b>: DTP <span>(Details : {http://hl7.org/fhir/sid/cvx code '01' = '??', given as 'DTP'})</span></p><p><b>patient</b>: <a>Patient/example</a></p><p><b>wasNotGiven</b>: true</p><p><b>reported</b>: false</p><h3>Explanations</h3><table><tr><td>-</td><td><b>ReasonNotGiven</b></td></tr><tr><td>*</td><td>medical precaution <span>(Details : {http://hl7.org/fhir/v3/ActReason code 'MEDPREC' = 'medical precaution', given as 'medical precaution'})</span></td></tr></table></div>" }, "status": "completed", "date": "2013-01-10", "vaccineCode": { "coding": [ { "system": "http://hl7.org/fhir/sid/cvx", "code": "01", "display": "DTP" } ] }, "patient": { "reference": "Patient/example" }, "wasNotGiven": true, "reported": false, "explanation": { "reasonNotGiven": [ { "coding": [ { "system": "http://hl7.org/fhir/v3/ActReason", "code": "MEDPREC", "display": "medical precaution" } ] } ] } }; var example259: fhir.Immunization = { "date": "2013-01-10", "doseQuantity": { "code": "mg", "system": "http://unitsofmeasure.org", "value": 5 }, "encounter": { "reference": "Encounter/example" }, "expirationDate": "2015-02-15", "explanation": { "reason": [ { "coding": [ { "code": "429060002", "system": "http://snomed.info/sct" } ] } ] }, "id": "example", "identifier": [ { "system": "urn:ietf:rfc:3986", "value": "urn:oid:1.3.6.1.4.1.21367.2005.3.7.1234" } ], "location": { "reference": "Location/1" }, "lotNumber": "AAJN11K", "manufacturer": { "reference": "Organization/hl7" }, "note": [ { "text": "Notes on adminstration of vaccine" } ], "patient": { "reference": "Patient/example" }, "performer": { "reference": "Practitioner/example" }, "reaction": [ { "date": "2013-01-10", "detail": { "reference": "Observation/example" }, "reported": true } ], "reported": false, "requester": { "reference": "Practitioner/example" }, "resourceType": "Immunization", "route": { "coding": [ { "code": "IM", "display": "Injection, intramuscular", "system": "http://hl7.org/fhir/v3/RouteOfAdministration" } ] }, "site": { "coding": [ { "code": "LA", "display": "left arm", "system": "http://hl7.org/fhir/v3/ActSite" } ] }, "status": "completed", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><p><b>identifier</b>: urn:oid:1.3.6.1.4.1.21367.2005.3.7.1234</p><p><b>status</b>: completed</p><p><b>date</b>: 10/01/2013</p><p><b>vaccineCode</b>: Fluvax (Influenza) <span>(Details : {urn:oid:1.2.36.1.2001.1005.17 code 'FLUVAX' = '??)</span></p><p><b>patient</b>: <a>Patient/example</a></p><p><b>wasNotGiven</b>: false</p><p><b>reported</b>: false</p><p><b>performer</b>: <a>Practitioner/example</a></p><p><b>requester</b>: <a>Practitioner/example</a></p><p><b>encounter</b>: <a>Encounter/example</a></p><p><b>manufacturer</b>: <a>Organization/hl7</a></p><p><b>location</b>: <a>Location/1</a></p><p><b>lotNumber</b>: AAJN11K</p><p><b>expirationDate</b>: 15/02/2015</p><p><b>site</b>: left arm <span>(Details : {http://hl7.org/fhir/v3/ActSite code 'LA' = 'left arm', given as 'left arm'})</span></p><p><b>route</b>: Injection, intramuscular <span>(Details : {http://hl7.org/fhir/v3/RouteOfAdministration code 'IM' = 'Injection, intramuscular', given as 'Injection, intramuscular'})</span></p><p><b>doseQuantity</b>: 5 mg<span> (Details: http://unitsofmeasure.org code mg = '??')</span></p><p><b>note</b>: Notes on adminstration of vaccine</p><h3>Explanations</h3><table><tr><td>-</td><td><b>Reason</b></td></tr><tr><td>*</td><td>429060002 <span>(Details : {SNOMED CT code '429060002' = '429060002)</span></td></tr></table><h3>Reactions</h3><table><tr><td>-</td><td><b>Date</b></td><td><b>Detail</b></td><td><b>Reported</b></td></tr><tr><td>*</td><td>10/01/2013</td><td><a>Observation/example</a></td><td>true</td></tr></table><h3>VaccinationProtocols</h3><table><tr><td>-</td><td><b>DoseSequence</b></td><td><b>Description</b></td><td><b>Authority</b></td><td><b>Series</b></td><td><b>SeriesDoses</b></td><td><b>TargetDisease</b></td><td><b>DoseStatus</b></td><td><b>DoseStatusReason</b></td></tr><tr><td>*</td><td>1</td><td>Vaccination Protocol Sequence 1</td><td><a>Organization/hl7</a></td><td>Vaccination Series 1</td><td>2</td><td>1857005 <span>(Details : {SNOMED CT code '1857005' = '1857005)</span></td><td>Counts <span>(Details : {http://hl7.org/fhir/vaccination-protocol-dose-status code 'count' = 'Counts', given as 'Counts'})</span></td><td>Cold chain break <span>(Details : {http://hl7.org/fhir/vaccination-protocol-dose-status-reason code 'coldchbrk' = 'Cold chain break', given as 'Cold chain break'})</span></td></tr></table></div>", "status": "generated" }, "vaccinationProtocol": [ { "authority": { "reference": "Organization/hl7" }, "description": "Vaccination Protocol Sequence 1", "doseSequence": 1, "doseStatus": { "coding": [ { "code": "count", "display": "Counts", "system": "http://hl7.org/fhir/vaccination-protocol-dose-status" } ] }, "doseStatusReason": { "coding": [ { "code": "coldchbrk", "display": "Cold chain break", "system": "http://hl7.org/fhir/vaccination-protocol-dose-status-reason" } ] }, "series": "Vaccination Series 1", "seriesDoses": 2, "targetDisease": [ { "coding": [ { "code": "1857005", "system": "http://snomed.info/sct" } ] } ] } ], "vaccineCode": { "coding": [ { "code": "FLUVAX", "system": "urn:oid:1.2.36.1.2001.1005.17" } ], "text": "Fluvax (Influenza)" }, "wasNotGiven": false }; var example260: fhir.Immunization = { "resourceType": "Immunization", "id": "example", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><p><b>identifier</b>: urn:oid:1.3.6.1.4.1.21367.2005.3.7.1234</p><p><b>status</b>: completed</p><p><b>date</b>: 10/01/2013</p><p><b>vaccineCode</b>: Fluvax (Influenza) <span>(Details : {urn:oid:1.2.36.1.2001.1005.17 code 'FLUVAX' = '??)</span></p><p><b>patient</b>: <a>Patient/example</a></p><p><b>wasNotGiven</b>: false</p><p><b>reported</b>: false</p><p><b>performer</b>: <a>Practitioner/example</a></p><p><b>requester</b>: <a>Practitioner/example</a></p><p><b>encounter</b>: <a>Encounter/example</a></p><p><b>manufacturer</b>: <a>Organization/hl7</a></p><p><b>location</b>: <a>Location/1</a></p><p><b>lotNumber</b>: AAJN11K</p><p><b>expirationDate</b>: 15/02/2015</p><p><b>site</b>: left arm <span>(Details : {http://hl7.org/fhir/v3/ActSite code 'LA' = 'left arm', given as 'left arm'})</span></p><p><b>route</b>: Injection, intramuscular <span>(Details : {http://hl7.org/fhir/v3/RouteOfAdministration code 'IM' = 'Injection, intramuscular', given as 'Injection, intramuscular'})</span></p><p><b>doseQuantity</b>: 5 mg<span> (Details: http://unitsofmeasure.org code mg = '??')</span></p><p><b>note</b>: Notes on adminstration of vaccine</p><h3>Explanations</h3><table><tr><td>-</td><td><b>Reason</b></td></tr><tr><td>*</td><td>429060002 <span>(Details : {SNOMED CT code '429060002' = '429060002)</span></td></tr></table><h3>Reactions</h3><table><tr><td>-</td><td><b>Date</b></td><td><b>Detail</b></td><td><b>Reported</b></td></tr><tr><td>*</td><td>10/01/2013</td><td><a>Observation/example</a></td><td>true</td></tr></table><h3>VaccinationProtocols</h3><table><tr><td>-</td><td><b>DoseSequence</b></td><td><b>Description</b></td><td><b>Authority</b></td><td><b>Series</b></td><td><b>SeriesDoses</b></td><td><b>TargetDisease</b></td><td><b>DoseStatus</b></td><td><b>DoseStatusReason</b></td></tr><tr><td>*</td><td>1</td><td>Vaccination Protocol Sequence 1</td><td><a>Organization/hl7</a></td><td>Vaccination Series 1</td><td>2</td><td>1857005 <span>(Details : {SNOMED CT code '1857005' = '1857005)</span></td><td>Counts <span>(Details : {http://hl7.org/fhir/vaccination-protocol-dose-status code 'count' = 'Counts', given as 'Counts'})</span></td><td>Cold chain break <span>(Details : {http://hl7.org/fhir/vaccination-protocol-dose-status-reason code 'coldchbrk' = 'Cold chain break', given as 'Cold chain break'})</span></td></tr></table></div>" }, "identifier": [ { "system": "urn:ietf:rfc:3986", "value": "urn:oid:1.3.6.1.4.1.21367.2005.3.7.1234" } ], "status": "completed", "date": "2013-01-10", "vaccineCode": { "coding": [ { "system": "urn:oid:1.2.36.1.2001.1005.17", "code": "FLUVAX" } ], "text": "Fluvax (Influenza)" }, "patient": { "reference": "Patient/example" }, "wasNotGiven": false, "reported": false, "performer": { "reference": "Practitioner/example" }, "requester": { "reference": "Practitioner/example" }, "encounter": { "reference": "Encounter/example" }, "manufacturer": { "reference": "Organization/hl7" }, "location": { "reference": "Location/1" }, "lotNumber": "AAJN11K", "expirationDate": "2015-02-15", "site": { "coding": [ { "system": "http://hl7.org/fhir/v3/ActSite", "code": "LA", "display": "left arm" } ] }, "route": { "coding": [ { "system": "http://hl7.org/fhir/v3/RouteOfAdministration", "code": "IM", "display": "Injection, intramuscular" } ] }, "doseQuantity": { "value": 5, "system": "http://unitsofmeasure.org", "code": "mg" }, "note": [ { "text": "Notes on adminstration of vaccine" } ], "explanation": { "reason": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "429060002" } ] } ] }, "reaction": [ { "date": "2013-01-10", "detail": { "reference": "Observation/example" }, "reported": true } ], "vaccinationProtocol": [ { "doseSequence": 1, "description": "Vaccination Protocol Sequence 1", "authority": { "reference": "Organization/hl7" }, "series": "Vaccination Series 1", "seriesDoses": 2, "targetDisease": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "1857005" } ] } ], "doseStatus": { "coding": [ { "system": "http://hl7.org/fhir/vaccination-protocol-dose-status", "code": "count", "display": "Counts" } ] }, "doseStatusReason": { "coding": [ { "system": "http://hl7.org/fhir/vaccination-protocol-dose-status-reason", "code": "coldchbrk", "display": "Cold chain break" } ] } } ] }; var example261: fhir.ImmunizationRecommendation = { "id": "example", "identifier": [ { "system": "urn:ietf:rfc:3986", "value": "urn:oid:1.3.6.1.4.1.21367.2005.3.7.1235" } ], "patient": { "reference": "Patient/example" }, "recommendation": [ { "date": "2015-02-09T11:04:15.817-05:00", "dateCriterion": [ { "code": { "coding": [ { "code": "earliest", "display": "Earliest Date", "system": "http://hl7.org/fhir/immunization-recommendation-date-criterion" } ] }, "value": "2015-12-01T00:00:00-05:00" }, { "code": { "coding": [ { "code": "recommended", "display": "Recommended", "system": "http://hl7.org/fhir/immunization-recommendation-date-criterion" } ] }, "value": "2015-12-01T00:00:00-05:00" }, { "code": { "coding": [ { "code": "overdue", "display": "Past Due Date", "system": "http://hl7.org/fhir/immunization-recommendation-date-criterion" } ] }, "value": "2016-12-28T00:00:00-05:00" } ], "doseNumber": 1, "forecastStatus": { "coding": [ { "code": "Not Complete", "display": "Not Complete", "system": "http://hl7.org/fhir/ValueSet/immunization-recommendation-status" } ] }, "protocol": { "authority": { "reference": "Organization/hl7" }, "description": "First sequence in protocol", "doseSequence": 1, "series": "Vaccination Series 1" }, "supportingImmunization": [ { "reference": "Immunization/example" } ], "supportingPatientInformation": [ { "reference": "Observation/example" } ], "vaccineCode": { "coding": [ { "code": "14745005", "display": "Hepatitis A vaccine", "system": "http://snomed.info/sct" } ] } } ], "resourceType": "ImmunizationRecommendation", "text": { "div": "<div>Authored by Joginder Madra</div>", "status": "generated" } }; var example262: fhir.ImmunizationRecommendation = { "resourceType": "ImmunizationRecommendation", "id": "example", "text": { "status": "generated", "div": "<div>Authored by Joginder Madra</div>" }, "identifier": [ { "system": "urn:ietf:rfc:3986", "value": "urn:oid:1.3.6.1.4.1.21367.2005.3.7.1235" } ], "patient": { "reference": "Patient/example" }, "recommendation": [ { "date": "2015-02-09T11:04:15.817-05:00", "vaccineCode": { "coding": [ { "system": "http://snomed.info/sct", "code": "14745005", "display": "Hepatitis A vaccine" } ] }, "doseNumber": 1, "forecastStatus": { "coding": [ { "system": "http://hl7.org/fhir/ValueSet/immunization-recommendation-status", "code": "Not Complete", "display": "Not Complete" } ] }, "dateCriterion": [ { "code": { "coding": [ { "system": "http://hl7.org/fhir/immunization-recommendation-date-criterion", "code": "earliest", "display": "Earliest Date" } ] }, "value": "2015-12-01T00:00:00-05:00" }, { "code": { "coding": [ { "system": "http://hl7.org/fhir/immunization-recommendation-date-criterion", "code": "recommended", "display": "Recommended" } ] }, "value": "2015-12-01T00:00:00-05:00" }, { "code": { "coding": [ { "system": "http://hl7.org/fhir/immunization-recommendation-date-criterion", "code": "overdue", "display": "Past Due Date" } ] }, "value": "2016-12-28T00:00:00-05:00" } ], "protocol": { "doseSequence": 1, "description": "First sequence in protocol", "authority": { "reference": "Organization/hl7" }, "series": "Vaccination Series 1" }, "supportingImmunization": [ { "reference": "Immunization/example" } ], "supportingPatientInformation": [ { "reference": "Observation/example" } ] } ] }; var example263: fhir.ImplementationGuide = { "binary": [ "http://h7.org/fhir/fhir.css" ], "contact": [ { "name": "ONC", "telecom": [ { "system": "other", "value": "http://www.healthit.gov" } ] }, { "name": "HL7", "telecom": [ { "system": "other", "value": "http://hl7.org/fhir" } ] } ], "copyright": "Published by ONC under the standard FHIR license (CC0)", "date": "2015-01-01", "dependency": [ { "type": "reference", "uri": "http://hl7.org/fhir/ImplementationGuide/uscore" } ], "description": "The Data Access Framework (DAF) Initiative leverages the HL7 FHIR standards to standardize access to Meaningful Use Stage 2 structured information both within the organization and from external organizations", "experimental": false, "fhirVersion": "1.0.0", "global": [ { "profile": { "reference": "StructureDefinition/daf-patient" }, "type": "Patient" } ], "id": "example", "name": "Data Access Framework (DAF)", "package": [ { "description": "Base package (not broken up into multiple packages)", "name": "test", "resource": [ { "acronym": "daf-tst", "description": "A test example to show how a package works", "exampleFor": { "reference": "StructureDefinition/daf-patient" }, "name": "Test Example", "purpose": "example", "sourceUri": "test.html" } ] } ], "page": { "kind": "page", "name": "Example Page", "page": [ { "format": "text/html", "kind": "list", "name": "Value Set Page", "package": [ "test" ], "source": "list.html", "type": [ "ValueSet" ] } ], "source": "example.html" }, "publisher": "ONC / HL7 Joint project", "resourceType": "ImplementationGuide", "status": "draft", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><p><b>url</b>: <a>http://hl7.org/fhir/daf</a></p><p><b>version</b>: 0</p><p><b>name</b>: Data Access Framework (DAF)</p><p><b>status</b>: draft</p><p><b>experimental</b>: false</p><p><b>publisher</b>: ONC / HL7 Joint project</p><blockquote><p><b>contact</b></p><p><b>name</b>: ONC</p><p><b>telecom</b>: http://www.healthit.gov</p></blockquote><blockquote><p><b>contact</b></p><p><b>name</b>: HL7</p><p><b>telecom</b>: http://hl7.org/fhir</p></blockquote><p><b>date</b>: 01/01/2015</p><p><b>description</b>: The Data Access Framework (DAF) Initiative leverages the HL7 FHIR standards to standardize access to Meaningful Use Stage 2 structured information both within the organization and from external organizations</p><p><b>useContext</b>: ?? <span>(Details : {urn:iso:std:iso:3166 code 'US' = '??)</span></p><p><b>copyright</b>: Published by ONC under the standard FHIR license (CC0)</p><p><b>fhirVersion</b>: 1.0.0</p><h3>Dependencies</h3><table><tr><td>-</td><td><b>Type</b></td><td><b>Uri</b></td></tr><tr><td>*</td><td>reference</td><td><a>http://hl7.org/fhir/ImplementationGuide/uscore</a></td></tr></table><blockquote><p><b>package</b></p><p><b>name</b>: test</p><p><b>description</b>: Base package (not broken up into multiple packages)</p><h3>Resources</h3><table><tr><td>-</td><td><b>Purpose</b></td><td><b>Name</b></td><td><b>Description</b></td><td><b>Acronym</b></td><td><b>Source[x]</b></td><td><b>ExampleFor</b></td></tr><tr><td>*</td><td>example</td><td>Test Example</td><td>A test example to show how a package works</td><td>daf-tst</td><td><a>test.html</a></td><td><a>StructureDefinition/daf-patient</a></td></tr></table></blockquote><h3>Globals</h3><table><tr><td>-</td><td><b>Type</b></td><td><b>Profile</b></td></tr><tr><td>*</td><td>Patient</td><td><a>StructureDefinition/daf-patient</a></td></tr></table><p><b>binary</b>: <a>http://h7.org/fhir/fhir.css</a></p><blockquote><p><b>page</b></p><p><b>source</b>: <a>example.html</a></p><p><b>name</b>: Example Page</p><p><b>kind</b>: page</p><h3>Pages</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote></div>", "status": "generated" }, "url": "http://hl7.org/fhir/daf", "useContext": [ { "coding": [ { "code": "US", "system": "urn:iso:std:iso:3166" } ] } ], "version": "0" }; var example264: fhir.ImplementationGuide = { "resourceType": "ImplementationGuide", "id": "example", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><p><b>url</b>: <a>http://hl7.org/fhir/daf</a></p><p><b>version</b>: 0</p><p><b>name</b>: Data Access Framework (DAF)</p><p><b>status</b>: draft</p><p><b>experimental</b>: false</p><p><b>publisher</b>: ONC / HL7 Joint project</p><blockquote><p><b>contact</b></p><p><b>name</b>: ONC</p><p><b>telecom</b>: http://www.healthit.gov</p></blockquote><blockquote><p><b>contact</b></p><p><b>name</b>: HL7</p><p><b>telecom</b>: http://hl7.org/fhir</p></blockquote><p><b>date</b>: 01/01/2015</p><p><b>description</b>: The Data Access Framework (DAF) Initiative leverages the HL7 FHIR standards to standardize access to Meaningful Use Stage 2 structured information both within the organization and from external organizations</p><p><b>useContext</b>: ?? <span>(Details : {urn:iso:std:iso:3166 code 'US' = '??)</span></p><p><b>copyright</b>: Published by ONC under the standard FHIR license (CC0)</p><p><b>fhirVersion</b>: 1.0.0</p><h3>Dependencies</h3><table><tr><td>-</td><td><b>Type</b></td><td><b>Uri</b></td></tr><tr><td>*</td><td>reference</td><td><a>http://hl7.org/fhir/ImplementationGuide/uscore</a></td></tr></table><blockquote><p><b>package</b></p><p><b>name</b>: test</p><p><b>description</b>: Base package (not broken up into multiple packages)</p><h3>Resources</h3><table><tr><td>-</td><td><b>Purpose</b></td><td><b>Name</b></td><td><b>Description</b></td><td><b>Acronym</b></td><td><b>Source[x]</b></td><td><b>ExampleFor</b></td></tr><tr><td>*</td><td>example</td><td>Test Example</td><td>A test example to show how a package works</td><td>daf-tst</td><td><a>test.html</a></td><td><a>StructureDefinition/daf-patient</a></td></tr></table></blockquote><h3>Globals</h3><table><tr><td>-</td><td><b>Type</b></td><td><b>Profile</b></td></tr><tr><td>*</td><td>Patient</td><td><a>StructureDefinition/daf-patient</a></td></tr></table><p><b>binary</b>: <a>http://h7.org/fhir/fhir.css</a></p><blockquote><p><b>page</b></p><p><b>source</b>: <a>example.html</a></p><p><b>name</b>: Example Page</p><p><b>kind</b>: page</p><h3>Pages</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote></div>" }, "url": "http://hl7.org/fhir/daf", "version": "0", "name": "Data Access Framework (DAF)", "status": "draft", "experimental": false, "publisher": "ONC / HL7 Joint project", "contact": [ { "name": "ONC", "telecom": [ { "system": "other", "value": "http://www.healthit.gov" } ] }, { "name": "HL7", "telecom": [ { "system": "other", "value": "http://hl7.org/fhir" } ] } ], "date": "2015-01-01", "description": "The Data Access Framework (DAF) Initiative leverages the HL7 FHIR standards to standardize access to Meaningful Use Stage 2 structured information both within the organization and from external organizations", "useContext": [ { "coding": [ { "system": "urn:iso:std:iso:3166", "code": "US" } ] } ], "copyright": "Published by ONC under the standard FHIR license (CC0)", "fhirVersion": "1.0.0", "dependency": [ { "type": "reference", "uri": "http://hl7.org/fhir/ImplementationGuide/uscore", "_uri": { "fhir_comments": [ " when there's a uscore realm implemenation guide, DAF will use it " ] } } ], "package": [ { "name": "test", "description": "Base package (not broken up into multiple packages)", "resource": [ { "purpose": "example", "name": "Test Example", "description": "A test example to show how a package works", "acronym": "daf-tst", "_acronym": { "fhir_comments": [ " used when generating invariants " ] }, "sourceUri": "test.html", "exampleFor": { "reference": "StructureDefinition/daf-patient" } } ] } ], "global": [ { "type": "Patient", "_type": { "fhir_comments": [ " all patients have to conform to daf-patient " ] }, "profile": { "reference": "StructureDefinition/daf-patient" } } ], "binary": [ "http://h7.org/fhir/fhir.css" ], "page": { "source": "example.html", "name": "Example Page", "kind": "page", "page": [ { "source": "list.html", "name": "Value Set Page", "kind": "list", "type": [ "ValueSet" ], "package": [ "test" ], "format": "text/html" } ] } }; var example265: fhir.List = { "code": { "coding": [ { "code": "52472-8", "display": "Allergies and Adverse Drug Reactions", "system": "http://loinc.org" } ], "text": "Current Allergy List" }, "date": "2015-07-14T23:10:23+11:00", "entry": [ { "item": { "reference": "AllergyIntolerance/example" } }, { "item": { "reference": "AllergyIntolerance/medication" } } ], "id": "current-allergies", "mode": "working", "orderedBy": { "coding": [ { "code": "entry-date", "system": "http://hl7.org/fhir/list-order" } ] }, "resourceType": "List", "source": { "reference": "Patient/example" }, "status": "current", "text": { "div": "<div>\n <p>Patient Peter Chalmers, DOB = Dec 25, 1974, MRN = 12345 (Acme Healthcare) has the following allergies</p>\n <ul>\n <li>cashew nut allergenic extract Injectable Product (<b>High</b>)</li>\n <li>Allergenic extract, penicillin (high)</li>\n </ul>\n </div>", "status": "generated" }, "title": "Current Allergy List" }; var example266: fhir.List = { "resourceType": "List", "id": "current-allergies", "text": { "status": "generated", "div": "<div>\n <p>Patient Peter Chalmers, DOB = Dec 25, 1974, MRN = 12345 (Acme Healthcare) has the following allergies</p>\n <ul>\n <li>cashew nut allergenic extract Injectable Product (<b>High</b>)</li>\n <li>Allergenic extract, penicillin (high)</li>\n </ul>\n </div>" }, "title": "Current Allergy List", "code": { "coding": [ { "system": "http://loinc.org", "code": "52472-8", "display": "Allergies and Adverse Drug Reactions" } ], "text": "Current Allergy List" }, "source": { "reference": "Patient/example" }, "status": "current", "date": "2015-07-14T23:10:23+11:00", "orderedBy": { "coding": [ { "system": "http://hl7.org/fhir/list-order", "code": "entry-date" } ] }, "mode": "working", "entry": [ { "item": { "reference": "AllergyIntolerance/example" } }, { "item": { "reference": "AllergyIntolerance/medication" } } ] }; var example267: fhir.List = { "code": { "coding": [ { "code": "182836005", "display": "Review of medication", "system": "http://snomed.info/sct" } ], "text": "Medication Review" }, "date": "2012-11-26T07:30:23+11:00", "emptyReason": { "coding": [ { "code": "nil-known", "display": "Nil Known", "system": "http://hl7.org/fhir/special-values" } ], "text": "The patient is not on any medications" }, "id": "example-empty", "mode": "snapshot", "resourceType": "List", "source": { "reference": "Patient/example" }, "status": "current", "text": { "div": "<div>\n <p>The patient is not on any medications</p>\n </div>", "status": "generated" } }; var example268: fhir.List = { "resourceType": "List", "id": "example-empty", "text": { "status": "generated", "div": "<div>\n <p>The patient is not on any medications</p>\n </div>" }, "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "182836005", "display": "Review of medication" } ], "text": "Medication Review" }, "source": { "reference": "Patient/example" }, "status": "current", "date": "2012-11-26T07:30:23+11:00", "mode": "snapshot", "emptyReason": { "coding": [ { "system": "http://hl7.org/fhir/special-values", "code": "nil-known", "display": "Nil Known" } ], "text": "The patient is not on any medications" } }; var example269: fhir.List = { "code": { "coding": [ { "code": "8670-2", "display": "History of family member diseases", "system": "http://loinc.org" } ] }, "contained": [ { "condition": [ { "code": { "coding": [ { "code": "39839004", "display": "Diaphragmatic hernia", "system": "http://snomed.info/sct" } ] } } ], "deceasedBoolean": false, "id": "fmh-1", "patient": { "display": "Roel", "reference": "Patient/f201" }, "relationship": { "coding": [ { "code": "72705000", "display": "Mother", "system": "http://snomed.info/sct" } ] }, "resourceType": "FamilyMemberHistory", "status": "completed" }, { "condition": [ { "code": { "coding": [ { "code": "115665000", "display": "Atopy", "system": "http://snomed.info/sct" } ] }, "outcome": { "coding": [ { "code": "419099009", "display": "Died", "system": "http://snomed.info/sct" } ] } } ], "deceasedBoolean": true, "id": "fmh-2", "patient": { "display": "Roel", "reference": "Patient/f201" }, "relationship": { "coding": [ { "code": "38048003", "display": "Uncle", "system": "http://snomed.info/sct" } ] }, "resourceType": "FamilyMemberHistory", "status": "completed" } ], "entry": [ { "item": { "reference": "#fmh-1" } }, { "item": { "reference": "#fmh-2" } } ], "id": "f201", "mode": "snapshot", "note": "Both parents, both brothers and both children (twin) are still alive.", "resourceType": "List", "status": "current", "subject": { "display": "Roel", "reference": "Patient/f201" }, "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f201</p><p><b>contained</b>: , </p><p><b>code</b>: History of family member diseases <span>(Details : {LOINC code '8670-2' = 'History of family member diseases', given as 'History of family member diseases'})</span></p><p><b>subject</b>: <a>Roel</a></p><p><b>status</b>: current</p><p><b>mode</b>: snapshot</p><p><b>note</b>: Both parents, both brothers and both children (twin) are still alive.</p><blockquote><p><b>entry</b></p><p><b>item</b>: id: fmh-1; status: completed; Mother <span>(Details : {SNOMED CT code '72705000' = '72705000', given as 'Mother'})</span>; </p></blockquote><blockquote><p><b>entry</b></p><p><b>item</b>: id: fmh-2; status: completed; Uncle <span>(Details : {SNOMED CT code '38048003' = '38048003', given as 'Uncle'})</span>; deceased</p></blockquote></div>", "status": "generated" } }; var example270: fhir.List = { "resourceType": "List", "id": "f201", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f201</p><p><b>contained</b>: , </p><p><b>code</b>: History of family member diseases <span>(Details : {LOINC code '8670-2' = 'History of family member diseases', given as 'History of family member diseases'})</span></p><p><b>subject</b>: <a>Roel</a></p><p><b>status</b>: current</p><p><b>mode</b>: snapshot</p><p><b>note</b>: Both parents, both brothers and both children (twin) are still alive.</p><blockquote><p><b>entry</b></p><p><b>item</b>: id: fmh-1; status: completed; Mother <span>(Details : {SNOMED CT code '72705000' = '72705000', given as 'Mother'})</span>; </p></blockquote><blockquote><p><b>entry</b></p><p><b>item</b>: id: fmh-2; status: completed; Uncle <span>(Details : {SNOMED CT code '38048003' = '38048003', given as 'Uncle'})</span>; deceased</p></blockquote></div>" }, "contained": [ { "resourceType": "FamilyMemberHistory", "id": "fmh-1", "patient": { "fhir_comments": [ " ROB's Mother has a hernia " ], "reference": "Patient/f201", "display": "Roel" }, "status": "completed", "relationship": { "coding": [ { "system": "http://snomed.info/sct", "code": "72705000", "display": "Mother" } ] }, "deceasedBoolean": false, "condition": [ { "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "39839004", "display": "Diaphragmatic hernia" } ] } } ] }, { "resourceType": "FamilyMemberHistory", "id": "fmh-2", "patient": { "fhir_comments": [ " ROB's uncle from mother's side died from cancer " ], "reference": "Patient/f201", "display": "Roel" }, "status": "completed", "relationship": { "coding": [ { "system": "http://snomed.info/sct", "code": "38048003", "display": "Uncle" } ] }, "deceasedBoolean": true, "condition": [ { "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "115665000", "display": "Atopy" } ] }, "outcome": { "coding": [ { "system": "http://snomed.info/sct", "code": "419099009", "display": "Died" } ] } } ] } ], "code": { "coding": [ { "system": "http://loinc.org", "code": "8670-2", "display": "History of family member diseases" } ] }, "subject": { "reference": "Patient/f201", "display": "Roel" }, "status": "current", "mode": "snapshot", "note": "Both parents, both brothers and both children (twin) are still alive.", "entry": [ { "fhir_comments": [ " Other relatives " ], "item": { "reference": "#fmh-1" } }, { "item": { "reference": "#fmh-2" } } ] }; var example271: fhir.List = { "code": { "coding": [ { "code": "8670-2", "display": "History of family member diseases", "system": "http://loinc.org" } ] }, "contained": [ { "content": "iVBORw0KGgoAAAANSUhEUgAAAlgAAAGQCAIAAAD9V4nPAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAAGgoAABoKAWMOOG4AAP+lSURBVHhe7F0HYBzF1V71Llvu3RhMb8bGxr333k0PIQESAqEaV3XLjU6AUAIkIb39IQlJCN0Y9yr33mXVq3u3/eb/3sxpfZYLWD7ZEt7P49Xs7O7clPfeN292d1ZiDhw4cODAwSUMhwgdOHDgwMElDYcIHThw4MDBJQ2HCB04cODAwSUNhwgdOHDgwMElDYcIHThw4MDBJQ2HCB04cODAwSUNhwgdOHDgwMElDYcIHThw4MDBJQ2HCB04cODAwSUNhwgdOHDgwMElDYcIHThw4MDBJQ2HCB04cODAwSUNhwgdOHDgwMElDYcIHThw4MDBJQ2HCB04cODAwSUNhwgdOHDgwMElDYcIHThw4MDBJQ2HCB04cODAwSUNhwgdOHDgwMElDYcIHThw4MDBJQ2HCB04cODAwSUNhwgdOHDgwMElDYcIHThw4MDBJQ2HCOsvDMPQdR0RRVECgYBIvHQQ4rDj2MqyHAwGEdE0jSc7+C7jEpd/ATSCZVmImKYphB+w9cJBtOAQYT0FpF8ogM/nEylQCa/XK+KXFFRVxdY2hTCLjiH4zsORfxtoB7/fL+JiCOjIf9ThEGG9BoaBwiLA+oeTvtOAhguE97n5E3VHBFscQpvwIw6++7jU5P9UCAqUZRlbR/LrDg4R1lNA+W25R1x4RfbcyHcVggWB8H714Fds4RQKOhRbB99hXJryfypQ93CMA7wI4Y9UEAdRgUOE9RdiGIixsLD7l8K8EHEgR3ifp8AWYGsbwUvQGl6auATl/7QQ06FiKADYc8UOogiHCOs7YA4wNB46dOhbb70VyRDfeQgKBFD9kSNHvvPOO7CJwkuwfQUH33lcsvIficrKyrvvvvuFF14QLOjIf9ThEGH9hRgRQwcmT56cmJjYvHlzxMWh7zxg8qDtuq77/f7hw4ej+s2aNYMvKLxD8TChg+82LmX5j4Tb7Z46dWpSUlKTJk3QJoFAwHlqOupwiDDqsChg5GoPXkM8enLKiXBmwOLD9E+fPl2SpKZNm+7YseM7PBKsMdjHrmEYqqqOGDEiLS2tcePGmzdvFvzn3CC8RNAw5J9rMYrFSwbFt5jJA7NwBIkQVmyFrovTRIpIJIhjfMeO2gEDQYwD0AJt2rQpLi52fME6gkOE0YVlqQFmGfirBzQIso4N1xPLogA1OaENpBBEkvZNL1vKxf1wjH/vueeeuLi4tm3bfvbZZ+JQQ8SpL4HZKfZz4Ta9uVwuO4KBcHx8fFZW1tdff40UDI3FIYcL6y1sZ0U852n77pDn0wKHGrD8o/ion8lU1Jf2DWaoTFGZqjJd1ZnhZQa8WhxFo/gMHRHIPVI8oZAvFKLawiYEdMGKNPNPZ1q+YAARg4U8sn/CpIlgwfbt269fvx6nV1VV0e84iDYcIowuQHdgQWPN8hVFeQuA2XPmPTMnZ15OUW7BktyCRfkFCwvyFxblLVqYu3Bx7oLFuQVzZ89ZunTpwoULCwoKsH3iiSfy8ujKwsLCLl26QAcSExPXrl2LrOEeNazxoCzL0G3bjRMRVMGyrNWrV8O0AStXrgQpCoYD8wnLCGOK+NixY2NjYzEQXrVqlbhQHHVQ/7FixQrIM8R4DkdOTg52TwscbcDyj3EtKE6nDYgQ415mBZmGoMIIoKygvXJVxVHEIbuaZbrVgNdU/aa2ev26f/3jnzs2b9myal3ZwSNiQIxzcCaCHAwYljls2LCYmBiMA6AmEH6Px4PfxGnOQDDqcIgwqoAgh6yA15ebXQAdjk+SUhvHxyRJMcmSlIB92sbES7Gx8XFSUoKUmCDFZ6Sl40yIO7ZA06ZNsU1JSUlIwAVSZmbm9773PWQsdKABIfI2nnD7Kioq3nzzTXG/B/VFBZOSkkB1qOagQYNgBMkQcKqDKzB69Ggcbd269UcffYQUcbsIEK5kwxoQXGrw+XxgPnQrujgjIwM+PSLo6NMiPb0hyz+IEF4eggUHztKYoTHdJCeRZvVhDUia8d9iAVdAPu7CePCPv/z5PdNGN4KTl5qYIUmp3CqkJiZce/U1zy55rry0wtDMkGmpcmDM4GFNMxq1b9sOviB/aAw/FlYrEXcQRThEGH1A8gsKF0sxcX0H35pd9HjOgmdyFs7JWzg3b+HsvMVPYVtQWFRQsBRbDHsx/l20aNG8efMQX7x4MbazZs264oorYEFgCMAZSBHZ2mTQUABWE898w8N7/fXXr7rqKmHjsAXz9e/fH9sRI0bExcWB84TVKyoq2r59+/jx45HSvn17MSMKiLkytICYeYtkWQf1EBBacNuAAQMg3vn5+fD2kHJaNGz5Bx+Jexz0VICl0ESowW+N8EMYrUFaLaZrOMg+/OVvb0hOhg50k6TukjRCkm6Libm3b5+RA3qnZ6akZ2YkJ6cmxCUuWbS0tKRs0rjxiZLUunHTlV+vED9lDxMd1AUcIowmIKc+jOUMY37ekqT0xvMLn/KoRxTLq5gBk6k6k3VWpTMv9IICDSHxl+Z8hH2HoMNtmjFjBobDcIZ++tOfwprk5ua63W7hAzUgT8jmqv3790+fPj2Zo2vXrr/+9a/Ly8vFIQE4EH/729/uueceYfvgE6SlpYEUN2/ejKOCSgE0kYg7w+H6DNhr9BToDZ0I0fX7/ZAEgLs0pwEuabjyD+UVPIiISURIgViQtJoxt4mIHGLlRmDUxJEQ7hsk6XFJ+qUUu7drv783v+L1zjew8iqm+ir9Fe/+/jfff/jHUkx8Rlaz9ObN4lKSmmY12bppI3IQL1CKtgJqqI+DqMAhwmgCAz+NbpezuXnPSQlp+YvmQYxDpClQchoaWsxjMD8oAucozFSJCEm+hSEAJYwaNUqQwerVq2FNEF+6dCllfbpHTuozxOj14MGDXbp0adGiRWpq6ksvvYQUMa5HXaDYsGuiUkLJN27cGBsbC76E+fvrX/+KFFhVbJGV/UwNINrKQX0GRDc+Pn7BggXhfd6Jp4U42kDlH7Ss8BuBBrNAhCqpP5EgaTwO+Jihs+NVZdfdeHkTSeofIxVmNV7ftvVGSapMa70lpfU/L7uOHS1hVYc1DAYYK/X4Nm3eHp+QCjqMSUj88IN/MNMK+ElfoDViEIBBQwMaDTcgOEQYTXAiVP0hdXbOUklKm5v9DFGexQxoBaSXD39DTIWaQGFUeqRU9gfo5gcMAfR88ODBjRs3btWqlXhCbMmSJTAE+fn54AlBCZF8UM+BMhuGMWXKlJSUlMsuu+zQoUP2HX57bCsg0l0u15AhQ0CZqDJY8/LLLz9y5Ig4wYbH4xHtUCMHB/UK8P/EPcJ58+bZKSJyKsTAqIHKPziPKzIRH/RbbCkVxOg1sNVN7Qd3TuosSYMl6ZPLr/tSStqXGiM3S3VLCSUZLT5p34nt38X0So0FNWJSNmP01NbpLeKk+OTYxF7X3FS2ay8SxfO3gP1AtTMWjDocIowm4PwZLBhgSn7RC/FJjbNz5pBOQDmgKzAFpCXkDQqdgfTDO8Qlwr6PHTsWg+hGjRoVFxdD82E7cnNz09PTZ8+eLTKvj/dIzoqFCxcmJSVhdL9161bsRmqvXReMcFFZGDhQZiJ/aXrZsmU333wzLOBdd90lLqnhCth2wUH9BEY2RUVF6Prs7GyRcvaBS8OVf1AedFmEsG+LPzxAwTEszp3/VBtJGi5Jv23ZfL2UrKU38WRI7hRJkaQjsclftGnHDu9jrgMGk30e75RRk9KkpMubtF+9Yv2NN3WJhwpMm6bTM6fhYaX4hQY0Gm5AcIgwmoD8h1hQZ8HcvKIYKXHBgvnc8eO8F2QhJcRCsOlBt9sLZZF1l0l3EHRYgaFDhyYkJHTq1Onzzz9HPsJwPPXUUzAECxYsOH8TIIbkYnvqNKNtp84ycj8LcJWtpQLYraqq6tChA/jsN7/5DVJqaK/4RTEz5na7x4wZExcX16RJE/Gg/MGDB1HxtLS0lStX0tkckZfUrpwOLgzQU2JqFNtwEk8UAxr0nZjcE7KHDr0A8v8tUZsxVjXzUUC1LNogl0pmHPGXXNYy8XpJej4rZWO7VgclyUiOrUqWglmST5KOxiauuawTO7iXVRwIBMqmT5ycJMVf1rj9prXFXsaWH94d37GFlCQtWxV+WEaoWKQWOIgiHCKMLgzDhNKqcIYS4xNyc+aYmqz5FfIIuZLQa0bYCYl3w1XN8Pj89MJcZmYmPCdh98VygsCiRYsi55egCbAI0IFzgtAcYXTsuwswPUi3VQuAecLJ2BVXfXvw/MKIpMNXX30VPsGQIUOOHj0qUmBlRDHEFkB5QJAjRoxISUlp3br1unXrkIhMcMIjjzySnJz8gx/8QPyEXXJEavyog/oGiNOpRCh6sKKiAlucgE4UKZD2OpX/MwEZYisev8IWwimkVxz91qD1Y2gJGSgZroZc6zTu9bJQFTNe/sWzl0vSJEn6V6OMqtYt5NQ4NVE6DjpsFMOSk/XWHf+Rks4O7mPe46NH9If/d3X7Kzd+uQFZlRoamumOWY9KjZPue/CHaC6qP4czBKwjOEQYXViWqWCMW5CfnZQYW1iQQyoCPYHfpxrYaooaDPhNAxpjaapcWXF87NjRoIGsrCzhDNkWHx6VMAT5+fnYjeSYWkBcDjsixrzYQruEFbBVq3Y/YTMTtmKeE3Hk36dPHxT+V7/6lTiEre0BYAt4PB6v1wtfEKP+5s2bf/XVV0i0OXL//v0xMTE4JO6L2IVE5DybwkFd47REaMPuPvR1WVkZWPACyP+pEIogIGQSo0P7178lcDZUiIs1ish3dPobYIYr5B3d84bhkvRmfPLe1KalklQRJylpkpUaa8bHeyTpcEyjrzpfy77+6unbx8XGSW1bt1n5xUpadUan9adU04IKJCclQAXsFVbRsICtQQ6iCIcIowvQHhRBnzP7Kdjx+fOWaDqtOxgI0laWoeeMFlYKsaAcMBVjyqSpsVIMDEFxcbF4ZVgovJhEWrBgAQzBnDlzIP3YtSnnnICrbCNyqp7jEAbg4pxoDTZRWvi7UOAmTZrA0onEGvf5oNv4RbGMZNu2bb/88kskwjsURMjdZda9e3ccXbFiBWptlzyyOg7qJyAApxKhLbriZQD0IwQPAgA1qVP5PxNEVtiiGELqbBn79jhBhCggtAc7BnbphcIjR/f2zmoE+f40sY3V7FoW1xjk54uTWEKqIiX7pEZHm3X+1+U3FHa9paUkNWmd9fGXn1OBDKZWBik3BEUb0L1HnCStXr2ajlSLPcosGsRBFOEQYbRhmXD15s57JqNRu5zc//N6aOnBgMp8Aag3U/nqSz7+XPWo4RNipIRrrroWtl5cChthD1Qh67NmzYqNjW3ZsuUVV1yBbbNmzTp06ADaOCe0atWqXbt2V155JWipTZs2iCAfeGDYvfzyy1u0aIGUTp06tW/fvnPnzvih8GXfGrgEuSGfjh07IpPWrVvjF5ECEzZw4EBREWwx3BZxYW5g9caPHw+yxMnCF7SZUug58MQTTyQmJr7++us1mA+HomgQHUQd6KBTiRDDLNvdr6iowAhJrCV99dVX16n8nwlXXXUV9AJCCwmEIkA1EAkf+9Zo07Z9q3Yd27bpeEWL9lc1b3tFy7bt2rZuelnrZh1bXtOm9fWS9LAkbWnc1R1zhSw1DkipLKOdIWV5pKZ6y67LUzs+IEldJOmKJmlfrlsO6S/x+UjQaa01unvCNP3pnzySlpL66quvItluPYcI6wIOEUYdNJzLLcRgtv0tNxU99MNdDzyw7/s/2PvwI8cfeODQTx46/NhP1s185tddbx0iSemXtb/myy9o8RRZlsVEpYC4TZKdnZ2WlgZjAWRlZWVkZGD4DG44J2RmZsbFxaWmpopr7dyQIlaxQiIOIQLLJXbPFbgKBispKUnkk5ycjKJi96GHHoLS2qQFChQsWFVVNW7cOJxpPx0jFFuouq3wBQUFyATWUFwFiIhjCOo5TkuEAAZDwu2D6z9p0iQIAKhITAbUnfyfCcgTuUEFEIf0IgKiRUQcPRckp8QnN45JbBwTnxofn5AUL6XFxybHt05MvUWK/5HU7JMbhn2edV1x82uLM9usSWi0NrFVcdsb/96k00OS1FOSbslM3b9nq8KsSlPzQzV8AWgLBg0B2cdCxuJFhXCXH3nkEdEsANrWEf66gEOEUQfdO89dsFSSboiVcptk/i8l+ZOUlK/i475olLEiLfF/MdLihMQRktQqLaXDpg174BrazhAsBcyBYA64QXPmzAGHwQQIZwuDYgBD13MCLoSGA8Lhg+t23XXXwQqAILG98cYbcQ7sEYa3cA3xQ+Kqbw8M0nEVxtTYIh9EkILMYbZ+8IMfoBaojqggaAxxjPoHDBiAEzAkF76gmCsDhDcAKyCW2H/uuedgTJ9++mnEBfkJE2DzooP6CXTTqURo9zKEYezYsZC9xo0bb9++HRJSp/J/JjRq1CidL3N60003NW3aFDlDOyC04cPfGq3hFrZp1aklQou2bVq0aNeqaYdWLZHUqFmGJM28617mdTFvKfMdZZX7WMlOVnGAle57oP/NjSSpRbOE1dtWlqpVAXoZnyZa6TECv0LuILM0I/jqmz+TYmN++tOfUus4LFiXcIgw+gATZhcWggjjpBfT4tclSLuSYg8nJuyTpOUZmf+VJByaIsX1fmb2u4EgTDy/hD+3ya8OzyICMATwruAYicFy7XRA0AYyx+UiDrsDEsLgF9SIsblIhB9WYwbyW4KbLSoYchAmzOVyffLJJ8h/2LBh/JQwBWKLnx4zZgwsIPhYfFhHXCK2QOQ9xWeffRZ2ULyLhsxFOYHaldPBBQMk7bQeIWDPiLZq1WrTpk22F1h38n8mgPkgXeBX8buQwFrlTw+N0p29EIUQM0y+xBok9aN//Tc5OXX4pHEy0730eEAlY+XMLGH68f4Dr09oJiV1SP1q/9oqpvnoUXJ6coBmRJEZBcvQVZMZc3LnxcbHLVy4UEyT2JJv64uDaMEhwqgC8glZDbG8RTMx4IuXFqRL61Kl0mSpIjNtvxT/O0m6S5LGSNJDKelP/fTJjxSTvkh4WkDUCwuLYmNhTQrslPORf5tIALhusFPYIi70v9ZWRtPgxqHOYQ1GAIcdOnQoNTU9I6OROCcQIFevstI1bdqM+MSE5i1bfPLZp6iKT/Zji2Dxmima6vHRG5a6aRiWOXnqFFiBP/7xj+IdRNs+2tbTQX0E71GxskxRURESqtwu0cUB5eT3BSHP9AHb0wO2vrCwEMMpm02REkUCgPAnJia2bt0acVv4zz1/XCgeksEWWgAupAkhhB3bdsbFJTRr1dogbw+sppqmT/GXTxo/Ki5eatW+5afLP9WY5dUDuExWlfAPg0s1ZEV6FFQDY8aNxlDgD3/4g72mDEroDATrAg4RRhUQZ9ANDMHCJ0CEyTFFWfGb0qWq5NjDUsJvpfinpZgxUuK9UuzPUlN/8fATa2WM+s6gelDJBkGEXGlRCV03gvxTo5QPSKtz56sSE5O/+uprGucydvx4GVhQkmJbt22zcvUq1ANsB+OoGTriCGBBEXF53NjCesbExWY0yty/fz//FXJqRSTywXcH9Q30Gb4Qy83NTUpKWrRokcfjEd3q9fvGjDvpfUG/10cHzgBY/AZIhNgNZwVcffW1SUkpn376KRIDAX/J8cOTJk3g3nCbNWvolVkxJ2yP8AT4OM8yDE1VgxkZaSkpKfv27Ys4RKWN1GUHUYFDhNEG6Mpi83IxIr4mLfbFponF8Ajj476Q4kZKqd2kmMfi4v+UIm1plPLVjx/b6DO+G0QIzdShupGZPP300xkZGY8//jjipaWl06ZNwy82b95c+IJwDrBFCPKxsAgqfa6GLCa277z3bnpmxvU33iByA0T5MRy2n6ZxUA+BbgKdZGdng2bE/V1ZlisrK8/0vuCZgEwaDhGKcBIRulye/PxCyPwTTzyBRI/HNX0GzQm3aNFCtID4LTGqEwwn3hoCxJjv3XffRYvdfPPNIhEQxAk4TmHU4RBhtBFipsHmZi+UpFvTYl9ulPBJnPRPKWahFN9NSu0vxbydmrA/Q5IzE3f86JGd3wkixLX0RIyI41dEVlu3bhWPjx44cEA8ItikSZNt27bhPDMk1uII+QMyIiIg0bDgJNJUMWjy2uuvk2KkhYsXISvYBZv8kHkUraGDuoDL5SoqgujGFhQUQB7QfRMnTow58/uCpwV6uYEQISpih5OUaMOGDXFxcU2bZlVWlhMLxkht27Xctm3LqTSGAkSqJ6Qdo4fOnTtDa15++WWkwGvEVd84enBQazhEGG2EmKWz7PlLJal7qrQoKfYVKXaKFDNYSnpQSvhZnLQxPTaYJmlpsTt+9ONSv8aMMxAQdDK6hqCOiBAXRl4LdYXh4ynWww//CJrctm3r5OREhO3bt/v9frh9YjoUbCcH6WFx2ztEABGCIO+8+y5YjRtvvgkpQGT+AvY0qYP6BiFmzz77LLp+0aJFsOniVZkzvS94JkRd/msgSkQIkKhXhxNAntAFca80NTU5JlZq177VylVf4Yh4gBYyLCZFBS+KdrMHfD/+8Y9xYZ8+fcTJKNj5FdLBN8AhwujCAg1app6bVyRJVyZK98VID0oxfaWYMQkp7ybGbUiSKjMkliLpqdKOhx6qkBs+EdpA0ZCJXULYgaqqiiZNGsfHx6alpWzdWmyzl24aoEDxgAyCoqkiLlhwwcKipJTkxk2y1qxbS0wZUWV7KH0+7eCgrgGSE1+fmDVrVr9+/cA3V1xxxVneFzwt0MUNhAiB0+sOKut2VzVqlJGekYyB3Z692xXVHwjQk1+QZDAcfleIdI3Z/rlz56LicKDFmjLiaKSGRrEdHAg4RBhd6CzkZqyioOhpKV6KSWwjxfWTpIfjpV+lxm5JlapSJTWTiNBMlbY99OPDcnhqFCJeM4RCZmFhfmyslJfHFyzlKfxplFqirogQ16EKYEEjJB6UoKJaBvy94cOGxEhSZkYatrf1uNXn8ULtI5052EFhFu2y3X333eIFx9dff10k4nxEBGpfSAcXCuh/ePzZ2dnJyck33ngjurJ923Yrv15h6kZQPul9QTH6ORNg6xsOEZ4efr9/9OiR5BGmJSYlx91w4zWajhawMEAEA3LNOWluQwwLuAo0bty4yc9//qYsB3GCKB7kn59FiG45HQAOEUYXBgtBmj0LimaCCKVkSUq8PCH+kaaZf0yP/ygtfkVqzJrGScUZsWsyUv7wo58uk/lHW7hK1AwNhQhNKDIupUfhqYyCCGW/d8L4sfFxMR07tHv+uaXt27VJTkpo0az5kkWLYQThMYARbWVGBLt/+9vfxNuNWVlZr732miht5Dl2pMbw2UG9AvoJRCjWywbatm27ZtVqSuUhZIbfF8SemBI/E9DRDZoIxQNi0N9WrVq8/fabcApbtmyekpL0/PPPlpaW4Dd9Po9wB2mIZ5pQik8//bRz586pqamxsfFvvvm2yEc0l7ixKhDddnAg4BBh7QFxFHf7hdWm2x6QT5N5KwJXdOocFxeT0SSzS4/BV143tVuvp7r2nn3lDU/f0HVplx4v3NA157pbH7r/sbwnsucVLCx6+uknwXkgPIRZs2a+8spL2M6c+dSQIYMSEuIKCmAIoKqGPYqsHUQhBaJIhFRl0Dm0FZEQPROvKoEpk8cnxEtNm2SuX7dG15TdO3d17XJLVqMmMRItYTV69Oj58+e/8847b731Vn5+/j333NO8efOkpCTYzS5dunz++efiYz3CTAAouT1wFibAPuTgIuI08s+loKyq8rLLO6E34dz/4Pv3z5n5zJKihQvy8nPmZ+dm56Dr582bl5uft3jpkpy83GeeeQZUh0TQ3tKlSxEBFi5cOHfu3KFDh0JKxdcnMPqJ7gAoWkSIK3w++lyiaZ74qBN8weHDh4PS2rdvz1+fYHv37r7llluSkhJgFuAdjhw5PDt73htvvP7LX76L+t5///1QAfjQkhTbpk27lStpRlRVTiisXUIxiBRxB1GEQ4S1h3jR21YeUtQQKz/quWfaD1PjG0sSLHtC8zYdpJi0pMatpbgEKaOFlNBZki6TYptIaWlSoiSlQ/KljIy0hIQEbGE70tJSuAVJhxFJTIyPiYmBwnATU3sKFKg7IpR9NALwuj1kBUPmyBE0IwoW3LplYzDgR6KpG2pQ+8Pv/jhy+KjkRCI82Ii4uDhEUlJSYI9QmKuvvnrJkiU1CE+8R2yXDWYXJ0TeZHJwEXGq/COmWeakaVOlGKll61YQg4y09KS4ePQ0QtNGjbELJ48WucUxhNiYJs2aYhcCAGEARBzbRo0aicTs7GzIfy0o6uyIFhEa1Tf5xbViNAAWRMnhDX/88cfYpZYJwavzffDBB71798xqkoGjqanJcBBjYmh1X9QXzXL55Ze/+urrON/r9eP8EMaXZghFg+YCkHx7KCDXv4/1N3Q4RHhegPRjgAaUlpZi1+2qvP97t0N9m6S3uv/ex5YseuWZZ3Jmziqcn78ob8nip+bmFS3+/eNPvZ5d8FrR0uezFz6Vv+Tp7Lw5GBJmZ+fOnj37hRdegtrn5uaDEubOnZ+Tk7N48dKvvvoK+iB+zuaJWqDuiNBSwXUU0QLyiCEDM1OTOnVovX7N13zdKeixxWd2ecBAobTi7TffKswvuP++7999513Z8+a//uprcBlxiO4hWSGF1p2zaZUKBggrIwop7K+D+oAa8l/ldg0aNhQM16xF8/vu//7TTz6F/n3x2eeKcvPz52XnZ+c88djjcAcXLFhQWLSgYGHRvNycednzZ86c+fzzzy9evBiH4AviKHzEOXPmiN3ly5eLfgciZfg8ES0iBDSNXmwQC+QGAv5+/fo0akRrlq5ZswYpUF6cIISZw9q3f9fbv/h54YLcBx/84YwZ0woKCl599dXdu3eD3oJBVdf5jfYT55944x6Sj6IKrnUQXThEWEucOkeB8Vr/fr0w8m3TPOvrL1YSN1hMU+mdOU2HBlvlVbIJjdChb8znd5kM7o6X8wPzeUnWLRPZauAOUkxarMVECo0KhfpXK0btUFdEyKuJsqmyf8iAvplpia1bZK346jN6bshQQYSy248T6HPFKlO8ZBFskhNBV8mTptW2+C4tMVV9SA3SB4TxIzABYlCM+PmMBhxEC6eV/779+6VkpHfofPnKtWvQgaITvRVVJCE8GAp58+hTX5CWFtP5G6UCICHkSQ/RVIsiMkSn2+SEiB0/f0SRCKthVVSUjRw5HK5eRkbapk2bkC0RG/zkEAvIOt0SpezxW5DxgBWCeyfaJfyaIM+EQPrOPUK3C8xHKSgYmsL2CB1EHQ4Rni/EbZL9+/f37t27edMW7Vpctn3jjpAWNDX6kIoS9OGUEFPokTDItMYMOj0YMo8zJuMEQzOVINFDMKCDJklVcDZP4a8V0K6qhCMUaos6IkI9SPOi5SXHJo0bDRZs36bp2lVfMqaGDDh2Bh1FxhgFYBSL3+carikqQvjJGgSYBEUFEVqGiQg9emqFwI5hgjzZNqEWgDMorj+IlP+mzZulNMpYv2Uz+tnlcYf7F/6QyeQKF6cAEkL0KeQbwo6AYZ6dSQ3Ydl8MfWotoqdFtIiQE5ilqsGSkqPDhw9NSo7r0LHNhg20gpqYww8rtUXfIkVEUVBTVMcwcZEmU4RusFMZxJDX6wngNNnPP0kIZUHr8aOiEWBG8IvOWDDqcIiwloA5FmoDGYVoIj5nzpymWS02rdmu+6Hm0AEPPJmq8kNZGZmJMUkZyemN05p0bttF84b8VfsYq2RBWSxGQatscqEf0H/o0SNlFeVhh8nmP6FL5Cme4LJzBgocjkWVCEO6AbaHWXvg/ntaNE3fvGElLEBe9jPxMVJirNSqWfP9uw7ADm7buK/PrUNll1lVcZI7iLDy6xXjxowFBYZ9QU6QggWRKGhPvGgh2hk/GlkXBxcFp5X/rKZNwIIBDO5434rVRI2AAgEY3KsvXEN4hEjEIZxQ5fdCrjWDbDpyExIY+aIh/CTxEwKR8fNHtIgQV1cH46mnH2uclf6DH35PihFf94x94flX0AJ+r7lty8H+fUd7XETtmi5j7Of1VRkmxnMGf7OQWBCHNm7Y0q/vIIyAqVXQdPSNNhrzcbp1UIdwiLCWEOoqttAfIam7d+4yYcGhVyGdmR5TP7Rmxcf9uk7VqljQrUDmX15cOO/JR5klM1MNuVQaGgqbEWKuqkD3W/uqEHuiQKI9RLAVkROhtqgjIuRFpPG9rvhKjuxlocBtt17/3JICE6NdSy/esLFdy/ZBj7ln25H+t40KesKU76qsEhHZR0/T2HF7gjT8SiJCxLPjcBGEqap9aR1ECaeV/527d5V7XIj5+JpB4R60yB3sfsPNsis8BsIGsqiG4ApRd4qbvuhT8SJdJOquo6NFhPyNJiOo+ODegdge/skDd9w5DSliRZhhQ0fNm1uAFti+9fDAfuOrKlTu+0LtRUBTCY8Q7iG2bEvxjtGjxldWeNFGfh93CqvvCyBSXl6OrfOkTF3AIcLaI1IixWSdYWDEp8recqZjN8jY0aP7tozp8yPfUa76zD9v1k/Xr1queV2Htu9uldo6SUpPTWzm8+m6bkKhet86+NGHnmqcnpaemuapoidQ4B2Rg4SAy8OfaKkl6ogIRcG4Vsss5N6za92oYUM9FW4QpB6kSZ59O/eWHDq2ee22Yf2mBqrQPOxXb7zZNC0FA+aCwkWo2v6dJX1u7mNUuvdtKb7vez9s2+GKGbffiQuLV25sldkiRoq97obrK11oDvodBLFOt4OLjlPlXzdp6jNg0BZ9ZJmqpQUZhoaaNfDW/v7jXlj+9995L0aiR0YLFz6v6Gzb1t23T7+jT6++6OjGjZt88ME/xdsIinLS/TBBtFGcEowWEeLq6i+R6Rs2rh4wsI8s+/iL87qqBrds3vvgD58AEa5asXnkkBleSLHFfvn2Gymx9JrxgoKigEwzHxgvNspqHBuXdPu0+3p16+dyeXJycooKF8MCaIqem5v7j3/8C6PAyZOn8reMYj/88MPwjzuIEhwijC4MODacElgoiEj5zg1fN5I6pcdckZgUK8VJcUlNVqzaAXsxdsyof/7h36CPt3/xt6kz7tN1j6l4b+zQffHcZ1moat2K/3W5drS7gsG7NKBRGDlztmImxs5kEWqBOiFCsnYUNA3j30rGjrzyas60Sd8TU76mTu6dpqLM8tYtmwf3vT1YwY5uOTLslq7MX7mveMPQCdMOllrHtpkTb5nEDh4r37C2WYsrPvhsA3kZBvv+sLu2/28TiPbd3/9mbmEeDTFCpph2E3b2hNESOyclObg4QA/YN3/5WFCmu+KyMeCGweYxVrbt0KhefZkW2LJ+c+9bJ6petqf4WEZc5n///jE6dVvxrt69BhwvqRCXV2fCQTEualFCtIhQXKpqEHJ146Y1d9wxI+CH4humhUFfUHh9Ic3atWP3yIEzPCVs+9c7pg8ZoRzZvXfNinHDby85RNNCE4aO/ONf/wKleeelv9zcqaeqevbs3XDbTd1Mn7V7255hw0aoirlmzbqhQ0YeP16Gpvj0U/qaI4FvaVIGkXMuu4MTcIgwmoDPZjI/cSHUA3JtVh7dsXHSoLuqjpgWwxBXfeXNv4ye+KMNW7cOHDzA4nMku/a6s5p3cHsOs5A8rNsY1x74UqWMVQ267W53OasKejUWBLuCDy0aZtY7ItRQKLo06PHtZnD/di+bPO77MowAiilmOBnGy+7du7b27jaZHpINstJNm65Ii0mGWxCX7mNs21f+yTdMYwePGju33nrb8FKDHQ+oIY11b3pDGykrQUqUUhJ6DxsEdiQu5A9ZBPkHm04ovtg5KcnBRcJJHQFx9TLdz+RQv6uGWEep93csX9EsKaZRfGrztJsqDrL1X+7qdWOfYIWmeoxNa7aCCDV0vh427CdyohjkrFZSejpEiwhRMO4N64YpwyMcO3Y0L7Hx69+8mJkZGy8163L1UC0Q3LJxw4gB09UK0oaja7Z0TpEuS0vMTOxgyGzz5xsnDh0ZNPUq2dy73jW+zwxNqZCDhx6+9/6VH614981fZs/PN3S6X3jdtTelJGd8/tlX+Al6/hylFg1kBwe1hUOE0QSI0GB+zfRWv1rnPrh9/S1X9GUBpluyzpQ1Gw8PH/P9tZs3Dx85xFceAFusWr1nxNjJbvcRzVfe/4bBRBV6qeY92vWa0T4XsUmQKSBCCL2qgDVosBn+sXNE3XmEfg8MAXgK7Hdky7bPhw2abMITsFhQVtSgkpc7b+68R3ft3Dq47/TyA2z3qu03tGjFyg+XH9rd6touB1xsyzLXvb3vY/uPlK5e0b3XsAoTrUU5D7uyLyujiM+ixwcDIZp3RvCpQccjrL84qSMgrl5myixoDe86DgKy+eNVt119TbDi2KY1G7rdMK7yKNtfXDpx6ETXUTf0Ze+O/cOHjSk5dpJHGM6JABGtlZSeDlEkQkDT5aDi3rV7a//+fUtLILWGoh01Tc/u4rJhfWd4Kqs2rVvbs8sw5mPr/7fh5jadWOWBfeu+bt74KtnDDm3eP3rgoEPlxyDb+zZUDe06trx0r24e//XP336h4IW7Z9z7ycdf2G2xc8fe1JTMnrf1DQZ0ejULBa8+hFCL4jsQcIgwujDAgiGwAgRUBRWUH9u9dezA6ZVHyZlRLP97v/1wdvZLsONDhvb/vz99AOV/71d/m3b79yzLH9L8V7a85sWcF5hR+Ydf/fwH98xR+FOlevXUaMgC2YBh6hMRQvsMPgXKjCrXQcbgy7pHD586d+YSqKWh6Qf2HcxMzygvP3xg/96BfSZ5SljpziNTBw9mquedN16RGjc76md71vlHXjuK+YLHVi0fOnLKcY1VaZrs8/947L2fvPcB8slevODp7LnwBf0mPUuOaohnMU5ofbUhiEhycJGALiBZFTsQVz+9OqOGel3VVz6oHdtyYPqI0cxSX3/5taaZNxw/xHZuPNi3a5+AK+Au9+zasXdAv8GqYro99GTpKV2KTGsppaciWkQYDNJEPuTfogfFjblzZ0+fOkNTMQJwK0rV+2///dpOPX0u9+H9+0YNnlp1xDxSfPRH0+5ghvtfv3+vRdOrXOVMrQxOHjX6r//+oMIf/Mt7H/e6blDI9ODyTStWtkxrPmPy7eI+IgK9bcwj115zI4hQ10KRREgm4pyL7yAMhwijC8sIwZ8xSGHBfSH/6i8+bpHaISW2GS0oFSddeW33Kg9MubVjZ3GTjKw4KalRo9b79h8B3wU8lSP7jnzigccaJUrpSXFH9sumzmQVLia9NMFVFSwAZaulLagjIhRK6KqqIOYPuYLBchRw/JjpqG56WkpmepammGC1Des2DhkwXoNP6zOub9++SVJM9vxZ/SdOLXjl12u/OPzAmB9Zu/cf37i2V98hO0qq6LkLZpWs23VZYtOkhOTLrr3qaFU5mlOhp8rp6RwEof4n4TRJDi440AUniBDiKtMT1Dob0WOUUqJBKa7p0DEtMXbhwsV9+04tKnpvz7ZDwwcOVX1BXLV82df9+vR3u+l5y7ru32gRoUBF5XEaspKGWu/+4p2MdPoAYWysdNPVt5mwByG2ef2GnrcMCvL7hte2aZ8mSUvzZ48ZNSM/91VctGvr5rQmaYlpmdPH/nDQrcOrKg4w5mKKmv9Mzsf//gSXgwvffOOdlOSM2JjEJlktPvrvpzWmRokFa6vBDgCHCKMLSzP4tCBMNYxACCM4lRiRvDgVnmJAYTKN6gzTCih+fiuRP1mgawH4VoEKP1clcB/lAALULEpQ+Pt1yMUUmdcKdUOEuAoFhFKKJ1pVcluFctKyIRrNmuIUC16tZaIdcAqCiX1ZMWmtgRIMnZFC905A+x4UEXaD3jtDnm4FMZ/Hi+u8uiLrKv8lWtPZIcL6C94L1UaZRIK26DB0NAL6kvpW1/SQEWJeesUG51vQhfBbpKGwoJ6mM0+TVHtEiwjFaw9CCzzeSpOmbaxgAFyO2qqorKeczw8hYy7U1AK0er6b6R78mhe+H/04xruGYlmGUAe6t+r2lh0f0muQu8on3ikUwVXlU4KGWHrGDmhtpDhEeD5wiDDqgFpZIXAZNAKaoAehAJofwztPSdlBiD5fmhuaQIQR9Cq0hAS0Q1FDugaVCHpkZtIz1rrCdG5AEAJB+qQ7chbfM6PouaOOiNAw/IL81IAJdxgpCj0uqwcCFSzEawS6Q94WUwJk6SwZ1Ih9A8fKTRouUw3RBuB8NaiatASNR5N93kpKQQixCq8b7SWaAkGhBQiQTMFBvQPvGHJQiFXQb7DiNE4KRxF4nwZ1yyUTKQB+n0uICCRHlklc+PIrXGjqDNEiQoGSkqO8hoZfdiM/PjXKRwAWC7hJC7yVHjPIV5WCmMte/tVSWYXeQCOgI4pPtfjHJoSIM3nL5mXN0lPz5+Xyp6TpZRJdN8UqM2IbCWQigoNawyHC6IMm77gWgyHIh+Nxi1aRUEF23H4bblcZP4N2wYIiIkJQJs1BRFVotQn7zfKAAu2qvWmoGyKETsqWFdCgxRaTvcJ11WmClMma6icv0ITm84KjXYgaqdYGM70WPXCKRqFzkI1KOYDw+R7ONmjIICMTejRGMXSxhZspvmMngoP6BXQJuo4HToT0HizfgVDwx8dUWoEdgz9E/SZT6DCOGYYe5OuN0cm6Tk5VdagrRIsIxYowHPTFUNSF8zqcNuh+eDqEltvFEVRVo6kRHIUraFh0HxSeILY0RUQr8IRtBWNBQ6tkIcMIkkLRMtzVIO3B2UZNfRVEeO7FdxCGQ4TRBpdrkmYSShokhndpMBwmPJoIZboBhYehwH8rrA3hJVT4s9FhQLhpI16sp3itUXdESPc9UDJkz7WdPyLh5dM7NCKmBoA6U43QAjIsAbQebIcmcBv0OCiNA3CULzWHDOAGEyWiRH4fb4hwxWsEB/UR6BjqunAPVXcWTzJU6lg+26EqNLeHrgfjqZYGw67TnL+hqkHBgohUZ1RXiBYRngzkA4kVgZcfko66CgoMGOFkIkK4xDK1FqwBxsvwgWkcwOj2AhUBbeWnWePzLI6Dbw2HCKMKEm0ewgQGiafpQkChORM1pELliRa4gwgFNEJGMKTTutW0uAynktIKuVofSWk4KB9BNOEj544LQYRhPYcVo5kfWnI7UD29C0toeE29itTbtI66vfwyVBnXoEGocNjBFiluUCDAV27Dlcj71OCgPgIdw4UfARvR87yz0I8YBWLEYyk+umemIxA7kCcUVP2gR38gPIcu1t6sDnWFuiFCgMsz6gmVpcz4BKnQC2oWS1c1+pIEPTGg0xOnIbHmKp0h+/ygR7QYz0FVaX7YwQWCQ4RRBWRd6G/YEECsw0QI4fZWloIDQgGYA1p6Kkj30jBWhEHQXZW0hFhAM30KrSV1wnzQH2SHTOgOO0J1bueMC0SE9CNEhMEgv/GDdJi8IPkD/Eyv6qpEClT8qIwRsRUyfLJcCvKDf1DhYwo9emC3mGWc32ywgwsN9JwIfANZOCHJTA54SyD/VpDGO7IMcdQNFgQHeALeoB5epxshvI6a2InAKQnnhbomQtSRv1bEtQMJqJ5lusqP0x9TlzW/iuGvxTSFJj0wIAjyRXcr3D7s8rkiXGPZq+w6qGs4RBhVQI8g/FytIPkGsRfGvNg3xCLULKjQM5O0tLTQPThKAf6pCssvwyjwySK4j/y+IGUQ9orqLRHiKl5kUXGUj35ETI1iUGwqgSANjS0+zRPCkN/LTDXg9nv5SnSWiWvpATnYRFAjgqg1raNB+Ygca1cwBxcD6D8K6DLybLgKiD5F97spQPLBEehpGiMF/Xo5FMSrKDhNxRgR5/NbbrQytcgqAqcknBeiTIQnCoeqEIeh8jTRT4rg9Vb6aSKYFBmDYF0N0nMxdDq1E1Msywvnj8dxRoUcXob+RJYO6h4OEUYVkFwu0AD4T6MAkw7FoPDOaz9LkaTG8fEpUlycJE2cNAWnzp/5WJOUeOzOz84lrygQ8mgh0hrKAxkJZiQnCYnV6bVBnRFhteajZML4ERH6fR5aQR9HPW7+XdYQe/vtF+NjpFRJSo9LllKbDho/lbxhy81Y5eu/eGXolB/tLRdX0NQZLJIewoAAded1FsFBPQd1EzqbgpAFCAfvN0hI1R9+/UqSJDVNaposNY6TUr533+QQcy9btTw2NSMxLfOaG252uf1yQHNV0cebTgocNH9AOUcH0SNCfu2JcnK2Q6JJKy4F5MO04hJOMdnxowd+++s3k2Ji4qTYxKS05KT0EX0Hf/CHv0oJCelNmqRKyYlS7Ljp03Cx+BApGkMMDhxcADhEGFVAbCH0JLxw4IgIMQI0+BuENB4MyLRioGEYvkC/nn3lgLJy5dfdrruS0Xvm+vQ77/rws5UKf5DSw2eKeF5wnBDqLRECuBDKz2dxhfEjQ0DLjtMRsoCKGtTgGhoGOM9LPCfrN/YeUuLnr5hoZXt3fp7ZImXo9EfEe9RGIGDqTIcdgUtJ+fM6i+Cg/iNMhPyWNr8DzPtNN40SI3iYvP1KDQIydtCE0pIdu/etymzW5JOv18gGm5e34KNPvqSTaXG+8Foqdr/zvw2KCMVUDq1EX6mhehTnekETQqy0zNWrZ3+G9IBRUkEfrgqU+8YPHetSghhFUlZoBJ3kvxYFclALOEQYVXAJ5sJLb8jCtYkkQssfJsKnf/zYswufw1lETpaqVJbAUnS8ovNHX2106TRXCI0hQqF8sIdQj4mQCoRruVN4ggjpVWJuCLjyw4SRUiPiZ7r6zI8fn7/kFXoexlDNij333T1o6SuFA6c+UmlhqECP0uBa2FCfTu8nUvb4Hxkc1GecgQgZK6eAMY7GZj2UvzTnOcZcm4o/mZObDRGBYFd4ghj9qVpIDVS/MGSH8N+GRIQhrhDhWuvi7keQhXymjxbNmDM7rzBvEbWKTM8E4O+CWflFcwt8hs6/XEO3EpBe4nbVokAOagGHCL8BQsJPEUehOeEtP6F6EoPvYBdEWD01yomBHh+3dHfVjrVrp4+bXHa8UjGElTd+++4bjZJjn376SfiCoAfQBTxC/pPIX3iEtCdYJvwr5446JEIqE9SWXhHjTQK95i9OUFzhtwZxFCEYMnwHtmwbPWT00SrZj7MM/R+/fLUg5wfrt60YPPnHHkGjIaZUP06qov14yknBQb2G6HhShwiJRWdXmcpREOHhbfv73DTA8EApqt771XOLnn82IbO5FJvSa+DwMpcszj+xlgqHiGLM2BCIELsoPR8UQiFC8AjddMiCooPjwIL6/i27+g0aXVbF15yixSHYmg2bh/Qb5XVp9CoJzsW416TI+Qx8HZwTHCI8GyCFQpmr9Zk0nAcSV7GF6IqnQ/mjMeT4iMAv4efAM6KbYfAMFfhDv3zrrcL8BcjNF6QlIkjWQyG99OgdY0bOKSwCGXh5Il0a0uljhPx2C/95nE4DSyrIuaPOpkYjgEJSOXmt8d8QKxGr2Oq0qAaU3njr3d8/9kweTAVOAylOGtrfW7lzx571g0ffA8IsVUJ+/k69i1ZbO6/6OrhIQH+JwGWB/gOWpUOuMaQL/vLt15YUzGchxKveefeFy6+/xmvS7YB5C5Y8NZe+OilrpETofq5BNUO0ED0iPIHqQvIxcTgnSDoXdgLIUGWq/8/vvTdz0culSCb9N0L+ql/84q3sZ18/rtD4j+6No3EsGhNA+k9thJNht7YdHNQGDhGeDRA7YY+FOEZIG9LCgRMhTYQKFxCyC2UWlxBCGBYiGIqLPzJnWZPGjf/ss89EzjjTx58yYXrwH796a+TkSRhAgg98ZP9JbeBQwkYgN66hUB2YD+zVBnXsEdYAbIFu0UM/whAQHSJ4A/Lo6fcv27Cbhg6a/Kufv5EsSY1SJClWSs7sMHTig/SMHWOVtCwdsoXVoEU6RI4OGgQ4DZwsSyQe5BBBElwVh2+fPvqLT//GQlUgwt/9/s28JQvLA7TAxNebto6eOt2j02ILQoMQIAYIQsROL2i1RV0SYc1wAqB42XXn2FH/XLMJ9SfNCELIvdOmTvzzl+uQQkQIrzDkN1VaUBftUKP6CCcDJa8RHNQGDhGeDRA7CKJQyGoRrCF2pPYw69XuIA1mTzpfCC9xIchOOX7kaNcut4CTkOb2el57++1RU6Z5fTIzglNHDPrj//0fWNAPuqPrYTt0uoVYrQ9Cb2pNDBeYCA1aMQBF1U1LMej7hLqm+7bv3nVDr8GoYGllBdWMbgfCV67asWvDuCk/OOYlFgT14Up6BYvesKx9fR1cFJyeCGHbuWbs3VXcr/ctzBITH971679s26lThayhx2cXLJhXuBCiHtCtSi9pgFCi0whXNFAXRPjNCBmVO7b269ql1LTKsYsaqubBbVt69brtgKzRrQGkoJ1Cqqq6RNRuBDucDJS8RnBQGzhEeDZA7CCItiyGQTHhxwmxo5kQPjtKW24IIMBcKMVlPIiVJlavXDVx4kRxFA4TjszJyU9Ny0iTpIkjBiIHWAQfPVojfkWn67gzhS2fYkW0lrJ+YYkQGaLIFMCCmg5HFsMA97ZdOyff/aCf30BBiuH1hfxkEHfu2jx28n1wC8QtUlTSFzD1gNchwgaHMxEhFxJr47qV37t7muwt1ZQKS4MLpC5btSq1WQspNmHSHXeLoRMCV6WI6+oAF4cILat42bJ7pkyGqNPcTkDD4HbzijUzbr+T5oGQgrEuyhIyTPq0Nwvq9JRcjXAycHaN4KA2cIjwbIDYcYYjqjshgmInIgl/bdXligxxxlaQZfhEOxj0mJilqPCL6DQ4RQRLMxUvDuEYzAECgWaT6Kexy6kRbqVQlNrgAhMhrSNF3iyqAGXGQB8l133BgBxibo3ailJQeVpHyg+OxBkuhdyEfeX0HAVlaWrnQ/wOLhLQX6fpMoseI6VDlRXi032qpdPj0Eh1KzpJCZ8UrHD71OqHRk9A7NdMPS/UIRGepbRIMSxdloNMqwh6EEe1FY+CZKgBLbTIRxEoD7+UvsIhsokMJ0O0dmRwUBs4RHg2cMn7VkQYsceflaZpvTCNQdURC/C3gvgQD8KKKNkCFtKgg/y7KsQTyCIg66A9P191k8Qa54aqqRF5UR61lPW6IkKguuYngz4jEKJ6oco0QYoKogRgNk+YCPljRJYeMuADUxPgEDcHRJtBxTTVADWjo9sNDOiv03VZiMl8FTE6aqg+V4WtIPgDeRABuwiafrJIiVQRooQLRIQ18sMuaF6HtNMjBbTyqovaBK0A5YedocGuaag6zRWhYfjSSydyEuFkiNaODA5qA4cIzwYueSBCYq8TgmjHagRxCE4bvf92ggjxB5YdwaPSyBfi7nKXq4oPlj9k8FU6wXy636d4FZcXh3EOxB9bAuVB3ACGoDPhQokfOnfUIRGeHpZh0PrCqANcQ00PYGuGLB99pZwqoamyqchopZAh4zRUtDIQQk1R96NlbqplyNCplRzdblg4vTmGfJEjJIBxHlSBthYtn8LlQdVoGhDn0FLU/JwTQWSJgHiUEC0iFAUMQ+ycGqoPAoaCRqhuHwx8+Zd5TfpKsUixLFPXTfiIUAg0EZ1pZyPCyRDtEhkc1AYOEZ4dYDKbCMNceJJU2iGczmcvQYS0tiZxGfEAZ0Hh6CDuJ03AX52vMoqTLZ+PFuRXkIizZThPTOafcydwdYBhwOWUP+Rc/Na54wIToWUZJ39YjmoCIuQVYnIAFQKpG4aCuqowQCgctB8XBPmKi/QAET+BX+ugAUF0d02I7/ZBysA1hsFPEBG6dc6CivCBCGEywtYOIksEsRsNXBQihA2B+IPq8NeAoNMhmi+hT3FgDzoPGxOCO0xLcBBl8nLZ2YhwMkS7RAYHtYFDhGeH4L+TiFAE+kx6xH7ItPSgwonQYJrCTA3iTqfxAPsOlw4RHRwQRNTyu+nDm3QyeYn0ZT4aBmsm003ToHlCWefTQwEaGuJCXEN5ix+tFS64R1gDpKUoOwqBUF0JVDRMdUgUOwjVJ9Al9NfBdwboVx6of0U8EtVHawYhCAhiNxqoQyLkRdXh/kJ3+Te3NU3TuTpzG8JHhxgHgvvID1R10wXPkK7CEcoLGuANBEvo/ilUnlbbofMQdIM0iLI6UU7RLpHBQW3gEOHZIfjvNEQo/hhaSFPo3l7YF4SL4/OTNPKjLrfXDyXAgJc/9YEAEw9pFkfpvhi8P8MMcv+I9EOGW4hETTeJC3EKlCLkN4I6PURD++ch5xebCMMQVa8GJz6+jw3KJwJPQHnEkNnBdwro0shwEmocswOXBQqIRwnRJ0IRQ6guLbhQ9fFFd/kZ2Ki6Al6jmZIgjYtVxdQtmZaeYbLqoZkQWmKQ6UrwEC3VTXdVyebAHCi4UhVUWv2ZqjCqf+xEcFAbOER4dgjZOj0R0pwpfDgkw7cL6RD8kMZfBeerBtOyKtysB+l+CJl81TQMM6SqOnGnMPmQbXps1KpUuEeIkWJFBX/Whp6mk5WQGSD1sAxTw6gQvxP+7dqgnhBhGOFaVBMh7aKRwyNfDqJ+B98JkITXUB8h/tV9TSfwEIHIsyNDlFBXRIiceN00Dx8QW8znoiXWAoFAUFV4I5Cim34iQpzuC5Qb6jG+9BpXBToDJ5Qzo6yizGVy1zmcMTIJ0jsVdPkJXRbtFhkc1AYOEZ4dQrZOQ4Qml1q+w1lQ89LCSIiYbObM3NjY1MZZLRJTM46VlWIwBxPvD9BdceRId8NotBjatXn/8AEjjh/C6M/CALHcr/7pD3/MSkpIkaSmacmSFH/XvQ/pChs5aGSKFJOemJyTs5R/0bqWqDdEyH9INN1JREhj4eo4tTmd5qDBA11JoVqDSIk4U4QD9Xb1Ofz8k8EPn7SNEuqaCHds2Ny+Wct4SUqKi09PTbv55pt9st8f8MEUyH6VpFunl2VpJijkLpj5aLyUJkmNE1Ib//Z3v2Jm5bPZj0tSgiSlY/vpZ194fbJ4Ts7l9opfq4bddHZwUBs4RHh2CNk6nUfIYdIKaCA/PzM9LORlRmDU2GkFi1+HnJeU+7fu3JPZuJGq0evkhh7gNwVDesAwAkz3s33bS4cNGKcHAwHZg/M1nqEmu5jiYrKrd89+pRXyb//wfw/+8CGlrOzg1p3pmW2+XrvD/ulzRb0hQtQ1PDnMXUDydHmDYiDMn6GlgpCdCCc7aFio2W1CcYS7T4sRmjSTQmSBPsYWR3lUBMRPyKHIJnIbRdQtERqsZM+BAT16ianRoByYNWvWCy+9iON0qwSSD5dR4yKOH688Nm3QwO0b9sD/owdo6CED/+TePVauWAeV4E0kbqGEFQWlVVVyKzlEi0UGB7WBQ4Rnh5CtMxGhxZ/vhzvnp4l+vWz96i969h9d5iWjDmJTjNDevburKo9burf0yL5EDA8lqUPLDiaYUWOHdnlvvXGAqSpgSmEXyt0VlJvqem7uM0sWLPXKllcNeb1+upuoW5Onfv/fX6zDmbVDvSBCaju4gBYaFVF6NEgQIf04mlEOtzf3DvkJDhoaqIvDUQ7BguhNCpwIw1x4diIU2ZwaooWoEKEoUlhK7R1elQNbd/bpcit/IcrSFPXln73ywT//sXFT8T13fv+KTjdNmvKj45VkInTVYBXuJ+/4XtCjV/joHWLKxC0/OeV2tyfgRmNhSH28TOQNd5AYkT8wUA3RYpHBQW3gEOHZIWQrrKK2qGPLb1kbJn1TF7Tmpa/MyIf+/pdfjZp0b6VKD3mCC70BbHChqvvLhvfr8dmHf2dB5W+/+cvowZNCQVa8umRwvyl+r88wFZeL3qaCwwg+KN2+bvDN18pVAfwqrsdvMUXbv3pDz74jj8PzFOU6d1wcIhRNFhlo/pMqiujJRIhmDN9WcYiwASPcyzbCRMj7GkJOPc5fJ4fjAzoUR+2AXTsICTkpnJTx+aFOiBDZYIcT4c51m9plNc+IT8pMTk1JSpZipOKtWzZt3pYUl/XVF5tplMyYB/8tVrp6Z8eYjDgpXkpJvWVgP4/L61698zIpNSExTUpP79K9J/hP/BACPWqHCz0e8Zv8J2sEB7WBQ4TfiBMSZosjAh+XGSa9ER8w1UrOhe51q5dNnH6/eARUfF6UXqLQAnu3bRw7pL9cXgY92fj1hqva36S42eZVx4YOmObzeGn9CKg+PRZjapr7z++8+nzOPJwpK+FMDq7ffHWLdhVVNGAMa92542J6hKiD2FKAR0j3BREVzkF4xuckjxBtS0RIyQ4aFmp2m011xIWI8E4XTqEgQnGCiESGcE6C/8QWIVqIChECJ0qFP8immggPb989sHsvf3kVJYbYu+++O27C+N17Do4bdWf5cTNAX+ln9ElOi+1etrFTarOAXwY7Pjr76aLChSUrt3eKzfLLQYwNH5s5M7dwAeLI3uuTsT2jRxgSEQe1gUOEtQTXGWiQWAaJDHfQ7zp4YN+ggcO9XroNoAQNywgV5ublZ8/fs23bsAGDgu4gTty4cvuw/hO9ZTQ1OrTfBHeVS1V8/EXz8AKkMyaPX738S4g0PY/D2OZN2zq1ai98Q78/UgfODfXpYZnwbwl7R5UkcPuBOO2eOMdBw4foTaI3sY3kueoTzghxTvWZUUO0iPAEcCmygZLxcHzvwe433MwUnWmG3+s7fPjw1KlTizfv6NZlCC0mz9ed9/lpeVG6AWgZfFlR66uVKyZNmiRUwTR1NaSvK940ZtIExcAwIpy3RitzV/9iZMCvi4iDc4dDhLWEPS6zlQfq5PV6B/YZkD8/T0hk8YaN6ckpsser+pVRQ0f/95//M4PsvTd/f9fUB5nG1izb1bf7MFqAkc8E8mBs2ri2T++efp8Hl5eWlB09fLxt6w6VZR7Zq4YFvbaoN0TowMHFR5SJkOs7J/owX61fvvKOiVPcZRXi0CsvvZyXl7eleOeUiT8oO2Z6XfxMxoKK7/3fvDtp8lg+ELTGjx8/e/bs99577847bzf4QmtDRw179uUXdXoenZ439wVpGW66sSB+UQTxuwhi18G5wyHCWiKSCCM5BuI4YfT4eCmmWeOsOEkKeH1COvfv2hcnxbdp1iE9sYlcRdOgOzcfGTFoQmkJLcYv+91+n0vXAiDCRx95WAnyScIQmzs7OzU5IyOtcVajZrFS4vJlK8O/cu5wiNCBAxt1TYRHdu/LSk5Ljo1PiovPysjsctPNsizv2rn/5hsG0MIbJn1xif8uzIj+5FOPpmckS5I0efJkZKYoyv333xcTKyUkxd5z/71l7ipkqZoGtnqInOmgyl3JGgGZiYiDc4dDhLWErTwgGE3TThCJxXxVXoijp5LWhuACGgrp9HiIJqvk9WngPS7/pAJCcMkXpIBhHzOqKsuRSJ+t4ZfLPgVqg+B1BfjJtYRDhA4c2KgTIkRATpwIVbeP4hbzVrmQrgSCOIvWZRRHsUc/Zfn8VbpBc0L8tggLBBSdJkEFLJ/srXC7YBr4ReGA68KjcPtHRcDPiYiDc4dDhOcLaBE4BioEENlYzFSq73WFaF0JPQgCQyq9M0CHuHroMqkELbzLLLcLzEcU6PO6dY3GeiH+9qzgQlOnRXpFbsaJpYnPGQ4ROnBgo66IEIEr+IlQnU5WojrRS9/cBKDioERVNwJQf6Gh/KNsBI/HBRuAJFlVhDuIbAJK8KSHZaozPyk4OHc4RFh7QG2gQpHKQxqFPZJ1msSvnhe13BXlQfExNgSDeSq8J5SE/oR9QTAekR7lQJdrkH+dZxhifm9QCfBDtYVDhA4c2LgAREgqzxUZW5+HrwjDj1ZV0FPiqqq6PRXwBT3eMjEnRG9k8RwCMn2mlIiTWXKQlp/RQ1aA3EnmD8j896rBz68ZHJw7HCKsPaA2p2qOoZlqkJ4aFV9c4woQ1gzT0ChSLa9KIBgM+HkiBnlaIOCvPpOWn7BzVhTshWdCzoetHCJ04MBG1IiwWp1PHwwTw1kQoa6STaClie1DpOngP7iGalAhK0GflUAaRsBquDy6aeBE2xcMXxepyyKpRnBw7nCIMAqA/kA0w+rEZTH8MW5Bh2F6swzxfT56+MvyesRzY/TRWmwt/voE/yofTbSKPPmWshTfb1OVaumvFRwidODARp0ToWHSDQ7uEYoxMQLd7MdP0TQp9q1A0GNaASsUBOXxj3fSIfoARYh5PD6eO11XVlUpsoQ7iO1JX58QByKDg1rBIcJoo4Zc2iFMhyC8U4M4hFCHcIjQgQMbdUKEkYjcjTznRDoUH+RH9wi5a8hR85wTCRFpp+BbneTgbHCIMNqIFMoaoSYX0o2B6kQR6hAOETpwYKPOiTASkeeET8MvinlRhwjrBRwijDog4mcnFRw9iQgjxfgbQ63hEKEDBzbqjghPSTg5KZyKX4wkQtgBjprnOFp5geAQYdTxbcQXJwguFKssnpD/bwy1hkOEDhzYqCMijNzjCRynScUvCiIU7uDJRBiGMBGOYl4IOEQYdUBwTxZfWwFOknKcQKHGwW8MtYZDhA4c2KhTIoSmicDTqlPtEAashODC0xIhioR0BEcxLwQcIowuILX2OK5agm0FsEMEahz5xlBrOETowIGN6BNh9Z7NgoII6Yj4Y4cwzkCEYSBF+IuOYl4IOEQYXUBqvwURIlSjRvIZAhzHcAhfdu5wiNCBAxt1SoTCBJyRCBEIOEX4fMJcRAK7SBe3D0+8eXwm2MfPfIqDb4BDhNEFJFhoQYRkR8qpHapRI/kMwSFCBw6iiTolQjucyM4+7UQSflTYitMSIRKFs+gQ4YXAxSRC+81QRVFE5DsBCHENsQ5DLBADXRMvyEP9aqN45w7xK7a2u91uWAFJkq688kpVVUUvBAIBbE9axrDOgF8UrGxHLk18R+X/jNA0DVtIoxCzCyb/p0Xnzp0TEhJatmwp9ELIfzAIJ+x8IQhJhG+CsBVhxTwZZzn0HYGQf1gA0QUQBpgjfuQi4KIRISpvG0HRENgKVflOwtYxW/lRX1HxugZaVZhaSJ4QvmuvvRbD4fbt26MAkcInjtYp0Omnmr9LhAkigZZ35F9U/KKgWbNmSUlJYlLEwYVHpBFAHBbgIrIgUO+mRtEo30kIq2dHbCMojtYdxK8Ii2Pb2ZSUFFiBtm3bIo7huTBSggXDl9UZRElE9SH64qcvrg7UK4Sb6TuHiyX/ZwKEPzU1FXSIMsiyDC0QTmH4sIM6hrA2aHmh+2j/izgqAi4aEQpN8Pl8Yp4E7YIU0RzfSaCO2KLjqfLVnGSbg7qDYBr8NH5RxKHw8AglScJwWIijKJ4oEpW1LgEdwK/YzPcd9oHODkf+sb0A8n8mtGzZUkyKCBUAREeI0jqoa5w6CQTLcBEHxBfTI/ziiy+effbZBQsW5OXlzZs3r6CgID8/v/A7ClRw1qxZqOwrr7yycOFCxO+///4ePXrcVsfo06cPfqV///4DBw4cMGAAdpEIFoRTmJGRkZOTg7IVFRUtWrRo6dKlc+bMEaWtOzzzzDO5ubmIfPbZZ8L0XLJw5P8CyP+ZkJ6eHhsbCxWYO3dudnY2ZBK9gEi4uA7qGBD1zz//XNAhxkOCAkGQXDMuAi4aEcIK9OzZE7KYnJwMuxwXFwfTnJCQgJTvJNLS0mJiYlBTAVQWVUYEw9I6BZoUvyJ+C1sRSU1NRZEQgTnAVqBx48aiqHUK/HRmZiaaAsbof//7HyTBHpJfUnDkX4hiWEwvOPDTSUlJIEIUDHGULSsrC5FwcR3UMSD2kP8PP/wQ5BcMnvy14YuBi0aEGBVC7Lp06YIIBgjwSDBGmDlzJsbF31Wgms899xyqibHnkCFDUP2rr74a0lCn6NevX9++feEIdu/eHQNw+IWI33zzzT/5yU8w/sUIHe7g4sWLZ8+ejS5AwcJlrTPAB4VzgALEx8fDH4IkXMRh4EWEI/8XRv7PhMGDB8MlRZHmz58PdxBAF3y3279eAeYIXCgsgI2LSIcXjQhhEDH+xRZx+MXi1hFAN1K/i0DVIu+HQf0wIBXVr2tAvMRPYytu0tjcA29M3DgUJUS6KG3dQfw0qBdE+MQTTyB+ad4mdOT/gsn/mSCmIkTZ7GkJUVoHdQ1wYVxc3KxZs0Szwyxc3JmhqBGhfZ8TlbS3ZwHckfT0dGzFDXM0RI3bp8hBHKJm+6bc6j8Ex4gItjAEYAJ4Y2IXh+zRUEN8l0D0lCg5KsJ7LNxlqGDkMxHYhajAE4UdhGcgEm3hAXCyaBNA5CNaxr6dwI80GNjqjUoBIAORAgHIysqCIy6OogUiqyY4A4mRxhoQ6Ri72Cn1E+gyUR17EAagB0XP4pCt/uLQqaihBUIGLq6tPCeImgr4/X5sRRXOhMj62p2LTMRVojEjRxINBbWW/wss5FH2CGuoLmqO6p0WaIKUlBQYRJwZWeEauwBODscaONAaEGth9DEgSk1NnTNnDlJQQRxCrcUJNapfzyEUFSUXu4BIsWFXBxGhyTgBFZckCY0gDgE4FHmmiAhEZih+qMZP1H+gwJFGHJXFIADyP3fu3BqVtU+zIxAP+PGDBw9+7733sOv1erFFO4jGrG9ATWvUCIhMQRyA4qP6MAJkC04HcXKkXDVEiD4S1QfVoXHC1TsF/HQCqgyIVrLTRUS0BuIi0oDw7eW/BkCHEP4LoO/RJEIU99v3UGFhYWxsLJoDV4n5OkQARNA0dj4NrsvPBNtsidqh4hgRP/PMMyIRgJ7YD5eLV5oaBEQHRWqsmGsVcUh/Db0VI19QYEJCAmQAwwIxXraBk+0LRQoytOMi0oCkInKkD/G2Sw4BiImJKSoqQhwiIcQDtRMqYMPn87lcrvHjx2dkZKDFjhw5Ej4QoS/1E6IuqBogigogXdg1VB/qDwEQJ58WNXyCyHhDwTkpMmQDLVNDtoXwi7oL1aifA6Az4VzlH1vEhahcSNTJPUJUQwBx1Py0WLRoEXyCU+dGcEhojtgVEiAaqEFD1MgWYlBgYmLic889hwpCViKH/8JlbFgQ5RcCjR4UiTZQKVgEVBMniDMXL14MOwi3QJwAiHbAaaf2NTJEtkIS7IZq6BAPy2BAEFlfO44ql5WVIVJZWXnvvffizMzMzO3btyPF4/HgKM6sn00huskGdmukCEDxUSkYAdTltMA5trKImorEhgJReKH1aAEINuKiaqeF6NAawmA3nYjgNGQSeU7DxdnlH0BN7WHEBRD1qBGh3Wd2ocUczpnw9NNPp6Wl5eTkoHdxLVBjmlhAOEl25g0daBzhMM2dOzcpKQl0iOpjF2oDk8dPOUkaGgqEwtsQfCaqdipwCL0fFxeXm5srWP+0/Susg60MAjV+qEFAjAAQQXUQFwI/f/781NRUGALIA1Kwte2+jZKSkjFjxmDg3Lx58/Xr14dTq42sPX9Qr2DXwo4IMUDd0deoOIAUKD7UH2IgzjktkAOuwvliV1wr4g0CkFVbXEUj1A6oNS6PJIOGpQXnJP/iBH4dWUskXphOjyYRCqkVnbRp06b8/HwM+cWjyaeiT58+CQkJAwcORFy8TYyTZ8+ejQaC1zxz5kxsMWxE4po1a85HjOoP0K9CmtFQDz74YHx8PLYffvihbettcRG7DQJCrMM71fjss89E16NDQfbox6KiIqSgT9HRSO/duzfGg8OGDUNHYxdHcQgnIIKTcQkuRDpSkFU402rg5xqWPETqto37778/IyNj2rRpq1ev9vl84VT+YIUYHBw7dmzy5MmNGjVq1qxZcXExcoBREKMlnCDOqbft8Pnnn6ND0YNCl4UkoDfR+1B27ELxof4wAoifFnPmzMGZ8BuWL19uV7MBqcbKlStReAgzDBoAY4hd0H+4eqcAZ+IothgiiyYS75lg+8UXX9gqJpqiYZmIc5J/AcGOIn5hKhv9qVFUAMqMLoSlS+HvCJ8WOIQTgOTkZIx54R9kZmbSm5axsTiKdOg/4khHVvVz8HuuKCsr++Mf/zhgwIDExES4g6g1agpLh8reeOONL7744s6dOwVTNizYWioKj+3ixYtRKdRR3NlCHP0I4keVEcdIEEDEfpcc5+AQTkAcKdjFhbgccWRlZ8t/5MTPNQigtLYm79q167333pswYQLqZct/kyZNsO3SpQtIYt++feLMqqoqsCBaAKeBBUWiPWASY03BhfUQKB5MuagdfFlIO2oBXYaCo3/R0aLfgbPYB+gF5AHngBtsl6IB4amnnkLhUd/09HT0o6i4MG6nhWglbHEO2qdx48ZCQpCCAYTIE6YVDCHiDQXnKv9CyHGJLe32MoR1imgSYaQbi1qhqhj3gcZOCwx/lixZgnEfuhljJTFgRHphYaEYNmIo1K9fP8gQNEHk2aDx2muvdejQAV0OEw8Nb9euHcivY8eOl112GXZRTaBVq1ZoCnT8qQOo+gwh6CgzDJZIwagWuo3eR7eKgTA6ER2KnkX/Io4t+hopGCw/99xz6G4cwi4O4WQhD8JpQFYiT3tceWFGiFEBlCEQMjSMcFXl7bffvu6qq8Hz6alp6Os+vXpPmTS5f//+ffv2zUyHUDSKSUhs1qrl7LlzqtyukZPGSslxTVo2Xb9+bcgkn1vRVOQmWlhVg/QtLx7O5xOVdQExXoEup6Wl9erVCx2KLkb/oruRKOQBESg+1B99TbbgdEC/Dx06FKoBqUCGsC0A/4WGAdQRBhBVQN2FzKPuYs2K0wIuoFAKVBxbXP7oo4+OHz8eFgPpYALIANpWGFh7UFj/ITgMcgv5v/rqq1EdCAbkv3fv3hjqCfmH9Aur2LJlS4hHSUkJLrHHeReABYFoEqHNgig67BoGQehRkfLtgUzsfHA5xkeQAzulQcD2X4XZOn78+JQpU9DNaBBwIeLQ/6VLl0IrgKKiIuz+4Ac/uO6662D3ISggALiGuBC1jnSG6icBRHaNTVToOIxkUa/I9G9k9xqn4XJkgqxsohXpQD2UB9FHYsAuTDZS8MfD2PaqY5PunBEXE5seG9f1mmvff+/d0uPHTFVhIQskB7YMuP2//+2f7vzhA1JaihQrNWrVVEqR4to33rRni6YHcJqu0qcskRuvNtpBN1lQZn6ZyeBCSqtPQE+h1yDwtVB/G+hiKD7U384EKfWw388EFBv6DjNo2/GzFz7yqBD1WuvRRcFp5Z8O8En+GTNmCG/4+uuv/+UvfwmTaFszRCoqKj766KN7770X3jPqe9ttt8EAopqiprzb67zfHSKsE1RVVYlIZWWlWOE3NTV1xIgRGN6+9NJL4D+0DwZ9qBrGxRgEgQ4Rf/jhhzt16gQuhL+4du1aXC5eLYBICU6th4PiyK4RgntpEqGAUH7b9qG39smVHbrdAHq7vEPH9157nQUV2e9FbRAMnca89LlmnG4xeHnL1qxr0aylFCPFtMh458M/KCHFUGQGstTIrQyPkNEOJn4lqDJ/gMmmQ4T1Eij2JUWEAjXkH4ABvOGGG2DTOnbs+MYbb8CCRb4uhbrYFS8tLV21alWrVq0yMzNhALdu3YpE+6Y4P6UO4RBhlCFEAbwl/MIJEybExMSACH/84x+jTey1Fl/gyOXPgzz//PNIBBfi6COPPHLzzTdDbrp27epyuZCDeIxewB5G1R9Eds15KnCN0xocEQr9j7QCZRXlIyeNj0tJuvKKzgd27dHlIHw6HPYYCogtYJCfJwcUA35dMFR6rPLeqfc0k1IypNisrKadruy8a8sWOlsF89FfGgSh3pAvpGg6szD6hoH4hla98EBPodccIrzUiPBU+S8vLx8/fnxSUlLnzp337Nlj3+AUw3oAdYk8H4DR69GjR0pKSosWLY4cOYITLkx9HSKMMlBUYbixRckTEhIwxnnooYcWL14MR1A4fyA/G5Dyl19+GUSIyNKlS+Evzp49+5ZbbgEX3n777chHjIaQbQ2JqSeI7BohspcsEQp/3S4bhkQY4iTGxrVp0fLg7r3MClmGqYesY64KmAGEEo8bF1DdQizgCtx/+31pUuLlSS12L9t041U3JsYn/fCu+4j9NGapIQhBQJyM/9hRLKYbzDRY6Bta9cIDPYVec4jwUiPC08o/GqFly5Z79+5FOmqEwldUVOCoiIszEYGVw+Uixe1233rrrTCA06ZNQ4pwLeoaDhFGH+g5dDM8wjZt2oAIp0+fLsgPbAcifPHFF5999llUDQDz4dCSJUtQR1Cg8BcRf/DBBzGMgihs3LhR5IkWqIfzokBk1wg5rrUC1zitwRGhKKeN/fv3X3/tdRlx8b/6+Rtw2wJ+GYWm16oFkfFtpc+Ha9we39TJ0xKl2E7N2u9avwPe3779RxJTMmNjktav3WSB7xjzYbDMmJdfRfvIBe1RL9UCPYVec4jwUiPCU+X/uuuuQ/nfeust7IoZMtuIoRaRFbGrL6bBtm3blpGRkZWVtXnzZocIG6pHiG0gEPjFL37RqFGjJk2awOGbP3/+K6+8Ih6TQxzk98ILL2C4JBxEAM2FLeoLIsQhEORtt92WnJz8wAMPKIoiJAw510MujOwaIdm1VuAapzU4IgSE1RPd9Ktf/SpOkgb2uM30y2As1CGoG9j65aBhhqp8AWEgS0qPj5g4LrVxJhzHNctX4MzjFS6cNnN2tiTF/+TBR3BlVZUbxAkWRKCHylF7NEaofvIg9RR6zSHCS40IgRryj6F8r1697BlRkQ5GrEGZAFJwbWTVZs6cicvvu+8+xO02rDs4RBh9iG4W74zff//92dnZ8PbAf3AEQYrC/+NPjNIjMwBS4CYiEUAE6ag4pB+XgwtVDjEsugACca6I7JrzVOAapzU4IkQ5RSGh8Bi+jBgxIkaSfvfrXxm6im476q7AFhRIziBioDGTeY6VTRgzOqFJipSVsGHLuhDT/RYIkh4l3Vm8tVlKo1QpllUp5Abynochob/4EQONQORaDxsCjYBec4jwEvQIa8g/LNj7778vbJc9IyoaBNtTGwSX24/cHzt2LJ1/Ntx+8LBO4RBhlCGkwe12o/pJSUnz5s0TPh+wmAORBXwJFRAedsGO4EhOgoVwBLGLS8RzNFdeeSXk4NNPPxU523eY6xUiu0aoQa0VuMZpDY4IMV4RERQV2ou+y8rKclVB/60AM9F5oLFAUCUqM9CbWsDruWvk6KzE2EbtM7/csUxnHs2qVJnPYDJTPczQ+nXrmpWQtOqD/7CgyTTwIxxKBEsQIbYOEdZboNiXGhGeVv4FjQkVBk5dEAA0KZgyEqKON910U2pq6urVqy9AlR0ijD7Q61999RWq37FjR7TDwoULQXjYnhPAlLfeeivGRHAiRbZiYqG+IbJrhLxGlwibNGnSvHnzThwtWrRo1arVVVdd1a5du7bnCFzVqFGjyy+/vE2bNk2bNu3QoQMSL7vsMnH0/IEMARQM+bds2RI/BEMwbMhQ/jCL5Tc1EKHfMhWTHEGg1F81dsLILEm6sUXj5es+VFg50uA3WuyIzg4xq4JZ3vk5T0mx0msvPQdSZKbKQqrGghrcQzQRJ8L6qRXoQQiAQ4TRIkJIVK9evbp27dqvX7+ePXvCLGC39zmiR48e2OJaZILtyJEjsQXE0fNH//79+/Tpgwi23bt379atG+R/6NChokY2RDVPZb4awGloN3gIqL5tAOsUDhFGH3DdfvOb38AdvPnmm+HhCf8vzG/fGrhw0KBBkAP7I86XpkeIZoRJhVIlJCSIiAAOnRPEYgUZGRnYivd2RYo4ev6gMvHcILGIoNjI/+Ef/ZhZ4D3LJfuOez3hCc4Qkz3uyVMntE9N7CdJ7OPPmOco27+GufayYxuZZztz72YVh9jBXS/Ofrxl4+SleTn04iCIkAUVJisMY2odzYR8kVs9VAz0IATAIcKoEKFYeFI8OoeRXEpKCho2LS0N23MCCoOruJASkGFMTIxYxy4qEGKPPAFEIPyIPPjgg3a9EEFToFKIn90U2C8aLl26FFllV3+8vU7hEGH0AcZ64403YBMx4Hr++efRFODCML99a+CSsWPHQl4feughkS2k4QIIxLkismsiFRjVjwoRQp3gCwqXC14d4vCz4W/BNTwn4CrhsUH5r7vuOqGrYMTw4fMGitS6devOnTsjIpxX/MTDDz8smAq2UNzeCyqaUumZNnhoE0kaJMW8n9Z5WVLnzZd3W9as/RcJ6Qc7dl6X2XhDVsutba//8ro+D2W16ShJufc9wHwy04gIA0z20Uv0qsmMAGMyWpu3Vb0CehACAONYC/W3AblyiBCZQIogV0OGDIGz1bdv31tuueXGG2+EywWn8JzQpUsXbIXTNmzYMLHYb9OmTcXR8wdyhhc4ePBgFBXeIVQVmvvAAw+IivBqfds5LXEaGuT111+Hkj7++OPfaDrOHw4RRhnodZT2ww8/hJzBIC7ii6jVggjnzZsnPML58+fbclAPZ0cjuyZSgaNFhK+88opYfleWZVF95P+NWZ2KYMR69ojcdNNNGGvDEIiU8wdKZS8TjCHtBx98AO9zxIgRQTlgGJaqGQFNhz0oOV72vbvuTI+Rrm+Wzv778cZmtxyR2rrSOrpTWrDUln44iAkZQSm1TGq2qfl1j6U06yxJr83NZYrKdJ2FVHiE4EL+DgWt36bgd8VP1iegeSEADhFGhQgbN24M66GqKhJF+vkD8gnJhHKBusJJ0YCoKbYVFRV//vOfIf+jR49Gij0RKupoN8hpYbMg9D0/Pz85ORkGUByqUzhEGGWIbj5w4ACIMCUlJTc394UXXkBrhPntWwMMCh5FJn/9619tBYBuiEj9QWTXiHJGlwgxIBC7NkQjcDE5B9S4VoyIL7vsMnH0/GHnDwHA7t69e5H/FZ0upwdbTBZS6F2Ho8eODxs/RkqUMtqmrtjwH1Z1oPiKW0sT2+xOSKls0tgFFkxNDCVIbknaLyV/3eGaYZKEUv7+z38ikULBTQO+ILEgvEPFoCVmkHn90wz0IATAIcKoECFaAEQYmY4z7UcrzwlgU/tX4MNBPuFiit3zB6qpRHxg/NChQ8i/ffv2IDb8qEgX5T974e0nbnDVyJEjkcnvfvc7kVKncIiwToDuvP7669GLP/7xj1966SXxKv05YTH/hjsGRPaneWyGqFeI7JpIBY4WEUKQBLuIRPzcqQ+efRsgE2gjxsIiqzZt2qSlpXXs2FEcPX9EWhkAvwWWlaTYj/7zCdGVwUoOlEwYNzGzWZOUto0+Kf6Uno45uml1286u5Ob+1i0PxktqmhSQJD1OUlKksvSszy/rfA3GUo0SVu/dTZYDREgFN1hIZ0GDBSyHCOszUOyoEGFCQgJcovN/PsCmKJQH+YMIoVx9+vQRiVEHlPTyyy+HDIg1k1EXbEVTfGNdxMwKcmjWrBly2L9/v0ivUzhEWFcA+UGIe/fujVrAvQvz27fG5MmTwaNDhgyxB1NCPeobIrtGlDC6RIjeR4b2rCMglOo8AZZC5o0bNw7vRwkoG8ovJrJQ/oSU1DmFCzyqUVXunTBsXIqUkJGSunHreoN5jdAR5tq7LClTickskySzkcTSJCtB0mIkPVmqSEv/TUziVZLUf1j/Sn4vkC8xiuZGsJhGLAij4kyN1lug2FEhwpSUlKKiIpGOc6AIwscSKd8ekVqD/GGXkpKSojg1antygPgtFB4/8eijj9o3dOymODsEU7711lsxMTH9+/cXiXWNC0aE6Fr7cW8eP4HIuBB30WekTg2OCMWHdYA1a9akpWVkZDSCKNBr8gsXRIaFFBYjLCpaiFC0cHHhIrG7eMkC2qalZ0px8QWFpAOGEhQPH9bDVojsGigYdgzLzM3PS0iqSYR2yxDCEZx/ovfF5eJknJCTMz8xMX7u3LlIFKfrdJeNYFkGLj0nhLPlgNK2bdsW3vZ5T40KcSUgW2z5qAU/RRVZt2FtUkaalJpa5pcnjRufIknXtLts54aNuuLj1FbFDm3d1/YKS0phifHwBbU4SU2UvCnS0cbxXzfK/LEkdZKkZ+bPpYdiUHbYEOECirhFWSCjb2VaLixQfWguiDA/N0/0HN9QXyPC4/zPiZ3TAI3pECEywWgYmZBIRXyoQXDhOcG+EFtk1b17d+ERhg+fN0T+yBlbwWTr1q0Dizdt3uzQkcM4gmCTpe2ecpGgS8QOztEM+u5mZWXl1VdfHSvFZc/LQXr1+ZQJDxw4L/yzUUA0iTAS8+bNgxxkZ+dWFxc1oRUzeC0QV6vTsc/VmvbEYTvFKMjPjY+Lyc/P5dRoH60R6hNQI4uZisGrxh559Mm09KzWrdvmZM97YemipUX5hTnzlhYVvPLi0qKF+dk5Bc8/9/ILi5dmz5mbt3hp4fMvFi1c+toLry3NXXRbl9vi07KuuvlWBfVGVgGZBeUQMwKGwjOuT0CBQjSbIbQB5UWYn5ebkJI8c9Yz1aW1TEPTgwGic34+nUR3zcBskHvqRPg5QUVTLY12cYLFZj3zZHJKXE5uPs+Tm1ELLQFNxvm8hUXg+dNRe+90qKGrrVu3hiFo166dSKwlqrNEME3a0U1NN9FHFipiMuOxpx+X4hM6dmiXLEkdGicd3bWNutLUmQp201ll+YqkdBafakqSHiuxjNiSeGlro6TVXa6/XZKukKQRXXshbzSHGUKtYUR0Uh0E/hohskBA49QroO5ohAVFi5KSUvLmZ1PpUWTqa8OkB3xoCEMVQCqKTl1Bl1QHShbtiT9PPfVUWlrK3LmzdfpelUjkFzQEYACHkVZ29UfFBTfYBHBaRM4ZijPz8/MhpTab2lwoZPicYMu/iPTs2RMjFfiFIvH8IbzAyK0syzl5uTHwO2/r4a4o1QMYton+5XwcQn0D4uPSNELGAXrj1lDMIJT9jrvuTEtJ73bTraLPlUAQfyBCsBj88y1hE0EhXK3zRTSJEPW3uwqdl5qaWlCwIFxiqG+ILx4s4mcgQgTTgDmULVNFyM+bnxAvgQj5CWcK9QkhpsoBUTWvT9Yt1rINhvXxt3S5qTBvXkH2nNeeX/rK0kXzZj8Fv+/V196cMzt7YXbe66/8bOFLL88qWJCXv/DFxS8OurVfipScmNH038tX8ieo0EJoOrhDikaiUL9Aq51UD9lQNhWMZ5nz8nMTU1OemTsHAuuT/UijnoIAQNZxEjqNSwJay6TP8JEFxA62IA+YUdmnIDZ3ztMpqbHz8/LVUMgmSB1/kY/B5Qf50JUAlxye65lQ10SI7A34wiF0EC3+4vK7URe37IpLAglKHVtnLP/0r0H3MdAEg1igJVDWSu/K9KYsMTMgxVdIkpwYf7xpo6/bt7lLkrqnp6YnJq9atsGk+6HIH9bBjy2pDmyIRayIgGYNF6F+QKiwYqrZOXBlYnPnhIlQMWAa6UkflZYGQHX4OKa6w/hV1G5I49WBQSC7P3v27LT0pILCHNHCpqlrtCxBw8DSpUthAOEPCA77NrOCws/DFtokzp8zZw6EJ/JFOqTbknxOsK8SkagToYDgchRSFHj33j1N27VNSEt57Cc/MoJ+U7f06mYAt6HfDb6mIE6FUsoeNy6FnDz+zJNSjNSiWcvln68Q5ECTSVxIMJZC4Em0oVCbxjgNouwRognQi2jrWbNmoaHpyVdRhRCIkBaH4kVHnNSBrCIGuxQoCleKLxpF9Ra1XLhwQVJSwvz5c8XuGUJ9AnolxEyVxjuIun3Ktp0HpBh6cfvaKy9/8tEfgwUXFeQ8v7Ro0aKinIKiF196tWB+zuIFhXlLl+Q+++z87PwbrrrusqZtkqSEoudfgky5/PQFOxaEBVQNSwUDRKnfowfq3LB2oedAhOi8nIJ8KT4uOz+Ptwc/QgctPsfL93gP0wdn6fFHE9KuqDTvKTw/uibE8vPmxcVLyApHQYSUSj+EQ7gSIhRubQ66il9+RtiGIJpEGAZVSYzRhU3n0ztWpats5PjRUlJyaotmUoI0aFRfmhGFV+8KEIPh/Ep5XYsr3DGNPQnNyuMblyU22pnVrECSJknSlelJeQsKwRsoNT3lY8kGkzFuILuAquM3oGvh5qpH4NVHR1g0Nx6XuKhgIVWTr4kKk6fT065w7kjleTtRKtd9KD7d9kS9sBtiGOzQCDAHbBojPT3zMcS5YaV25r/TAAD2gtbDpQvvcwkUNHZahE/iNbV3xdIqyMQmwlr4ggJ2niISdSIU2dour3g0FEmbtm+NT02OkaRB/fp63TINZDlNoCoQFZUpQSuoGbY6W/fed1dKZnKrNq0XFBRRb3Mpp0NcYhoAEdpdJYDOa968eV5eHsg8IhDHwR5aFGgUgH4FzJAIBkJ1/ayA7MvLy0lPT50zZxZsgZ1+SqhXIHMPU4DxjqZTi3iD+mfLvr7q6mtTExMua9ty0tiRc2c+sSAve+HChYuefaFwwcKXli599WcvzsyZc8cP77vqmqsTpfgkKfadn7+NhsCQ3ytmS2BANAVyAKGB9PAfqjcISzBFaUjLo/PzcuOSEufl5ujEcQDvqZBlaboQA9H1ZkiDcdThBYYsBa6gLfNcVXJz5iYmwSPMFYkqvTgnDvNGFr8kwknR08M2BPhdbKNKhAQuyJbX7/EHfPglr983atSI+MSERs1avvTGW43btUlqkhqXJBUVzBGLblO7HK/4d+eblic22dDhmpUdrvyNJD0tSWMk6WZJeq5wLs5ChVF3mAkDTUuPiurUkEjiA0aO+ib/LKDIqq5A8dNTMwqy84PegKGZqAJ6WYMQ05bUHGIQJkJTKL6GINrQgv8f0lRVf/bZ5zMyU+bOewbZqqpabQQaBubOnQsBg5qLG2OoFrf+YTk5FTgNW5wALgEQDwQCS5YsEQ/L4FqknA8d1jURCl/Q/hVRVEVT/aq8Yu1K8QT1ZR07P7v0xZ07d/MTdIzsMfpRNFAmqfP//elvl3XomJQcl5JGs8GUi5B2DABVnY+x4AYgUi0G+Knwr0UBUSNC0c0CaA4MiGJiYtDQCwoKeShCKCzM5wERhMKCBacLBXkIRUWFYMH+/fvGxcUsWIBGQc3PFOoVUB6dL7BMag5awDagh1asWX/j9Tckx8fES1KLppnXX3dN/wGDxk6cMmny1L49b7v6qk5ZbZtIOBYjXXX5Fas+X4ZsYCLgBoIyVDVII2aoih4wSRTqWZWFOKKmhiGIEEI9Z97cuIT4IcOGopdhE/Nz0Zm5EIPFCxdhy7s+l4d8hLyi/Nyi/MIlRYjk5OXCmcjNz8HRoUMHx8fHzpk3GxkiW2RePcVa/aN2vDrhLI1T10TIuz786wcOHKAPcycktmracs+GnWC+PbsPdrm1W1qGlJyMTk4aNfHOhxcVvvDioieu6PR4ctLERKmrJHWRpJ6SNKJpQsmaTwymemFHGCup8MIUoN9VpmpkAviPiNqiIuGBYz2C6AX0crwUM7jfoEL0ZF4+7FpuUVH2wsLshdTXUHOcsCi/aFE+RbhNEFsRCLNnPzN48EAxMSjaVtfp263hn6n3WLRoUXJy8ogRIyD/qEIu5Do/H4midqcCpwFoKMRxJs4HBg0ahBbIyckRQmsTYQ2v49ugrolQFAlb8biASAT7wzDoprJ1566uPXo1ymyaGJ+SlJA6Zsy42XNn/er9d3/7u18V5GdPnzapY4d2MVJ8RlrmVVd1/nrFl7jW4/FBkjDiFU4klysiQn5nrVrmw78TBdTJwzLwizGKQUMnJCTExUpxMbFxUlJcTCL+UIhJjIlNiomLjYmTaBsbHw6UEgv6BPnBAqam0s2VmBgJghEI+IUynC7UKxjMDGD8ClGAXMBKeVSaFScZCbH/ffSfgf16xklScmJSalojCbQYn9AkCxEJLHj1LVctXrKAeh5nW5YchAWkQRMNhFHLEKNRcz0kQiP8/AvdLMSgjb8AtOTZpahUYnISbAE6MSEunqRAisUWwgAZkBKoyrEENIIkJdKuFEtrFUJsEElIjaflECVp6dLFwSB9zw/KBU+bzwzSvQX6UTQF/2kBUYrwzimoGyJEVuFfDAS9Hm+laYZKS8ruvft7SXHxLZu0KF65kdgMwmswV6X7X//6y+BBfZtmtIxNyZLSEqSshLaSdI0kNYuX0lKlgb2vW5L3BLOqFO+Ro3I5iLDMF35YCsNqlbiQpp2xTzXBf/piL8ZL9UseUC6fz5efPR/9mRyX1DitUXJsbGJCnBSfKCUkShAEHIA8xGI/FsIB+wCxgE1Aim0fEDIbpaSkwqNOzc0p5LcG0eUNCbNmzYqLi4N8QwUQEXHoApf50yA1NRXn4ASIJVQAKeIjRGlpaaDPcKbVYlwPPUKBSC3j1IhyqroVxPjFq4Z+/7s/9+nVPyUJ9YqNTYL1l1DhZpmZmWmJ0PSbru+aO7/Q7/P4ffRtXniBtqhrOj2Kxt0KhDqZGIgaEaLmkU7hunXrMLrJzp5XWJCDIWBh3pLCvEUFhfMQ8gsW5ucvwbAwd0FebmFBbiH8goUIBQULcEl+YUFh0YJ52fPhVSCOweOadWvDrUtAE9QI9QqwTbBgQb/fDynwa4rKuy6g0gwg5wnV6yr7xVvvPPnErMefeOq+H/4ACvPue2/tP7rTpOfhdZ+rCnUK0TSgyr9qDpmwiAoNiBjdWz6Lrb84EI9xcTlFgPTDM1y27AuMatGbs2bNmTcvu6ho0cKipYUFiwrz4fLnFRRm5yyck1OUTbv5C3MW5M1bmDN/YXbuwtxFRQsXLiialfPMU3OfInnIK/xq2WemoVhoPRICNKcKL6h696Sm4L9/xsaJHhFGsq/QTAHDtOgRnjum3gVj3jg18+i+o8xvEREKIaBL8Mfyl3jeeOH13BcW3fuj7z08acaSx578/R/f/nrrlyW+Uo2hqn6FBcULFjjb41ZwIcpOAsEHAIIaqRhgwXpJhMC65csW5+UUFS6cO3te7qyZ+dlz5y9YNLdoCfQ9vxBaT1MBC/NzFudlFxVkQyTIPuQvLCycU1g4rzDvWezOnvvYvOzHC/IXffzRck2nwSXPuMHgs88+g28HZw5YwLFkyRK4hlCK00KcPHfuXCgOIvPnz8clcCfgF9ofYgNqmNlvjwtAhHr1DUIAvju9+xtCiuzxlqH/aCxDNpAd2Hvkd7/9U15R/qOPPfzUw4/mPD3zzVeW7tu9jXQXgeSZnwf7KWsY+KO4InCFQAgfrU6MDqJJhHYEQHNTQ6DEMFoWPBnS4BBTQixAN0mrbxCEVZlm/kjbcRWcIFFD3UQjMDkYwJbbHgH8So1Qr4Bq+ZnhQXmpF/ltnnKXgvEMiR8oQ/Vaul8UXNHojRkeYOC8BvOIPuZvX1iaVqUbVdB/8ob5SbpJ91HqXZVRHN65opBBmTodXBipFUiHeJOE4xwiMYwPAjraBlfRve+QQs9Q0MMUJCohtAZ/thD/4Fob9LEF1Qd3ExmBHfw0HRhmA8Q4+E/zzRkbp26IENY5fJ/fCql+X9XIIaMzE5u2aNRi9+btltcS9IXSWmpA1fxE4yg5GoBEI2iofjqKQRIj8kPUH4IQmKgkrEZVQKHamMyExmDLZQmB1x4H+HCAmPGMVb4oUPlTTczUQzJNbRkaVR6KjhrRvSBSBLpvTEpuoZNB89jyx2moHtxgcqmgR2SZDJmhs6nS9G3q6j5sGBAqEGEMaZiI+GnBrzgBXIWThawK5rMXVDpJs7417J8QkbogQpQTmYtbJOEkyLoOIxasNOidV/yw4g2gc5Wg6VUg7Hxgr0CDYOJUDS1EUm4afthPVJ8m1WSMDXn389JzsQ+HME1EC3UyNRoBGDMtpKrVwg1/100VCDG3DypCmqLqilDnABkKOiuoW7AXiFAr0Se96fZ6dbXRFjVCvYJuBktZSCbzSP1s+Qz6OrmikZnnFQj6PcdFwRUFHE/POsqqhvEBzKAJuwAQMSLZ7/cexvkQLCiCzicgwzeW6xUspgeItrQAf8A1ZPHHoHkNwYtk3pkG55YPBai2NEikj+p5MczHLrTCCPlDIEJDtRQ94ANnIDs/uTsk8EYQ4wP+tCTODJQw5hXpHOE//HdF7IyNYxuCqBIhbBONZrAbVNxDhvRJkNIua3nNllWb6PO6qDrKzF97DzC3yuTjjKFp6D1CTzkzvKyqimeAegSZJeNkNUhyIExGSAmF/PR8jHhbUNfowUoYGLQbH1fqNESof/cIqYtRIhAffTeKE6HmR5UFEVLFrJDCtRu2j1m8CrBpXF5U2ct3+QPmdDk9UkduBJ2hCy5xUDvUNREiWz4XeoKneQSD2zL0vJcxF7oTx3nQoAxk4w2uHhjw0SwaESHEGdoPK0eOL9GCD3s8mZceksG9J36HSGQWrtV5o86J8PDuHS0zGyVJ6XFSUnyclJAkwdlHXyDoqBRTt27bOGLoNB/GDdSMVD3xjEm5SzwmQFWtniOmE04J9Qroe+/29ctbZbWOj82QYiUpISYhpdkH/1i+a/vxEcNGa4FyMgioFfnJalDxyXyQwM2hTDcW4Ur6yMkwgzjTHfBBjOgbdOh53hRomPpUZcgjfyF+55YdzRpnxUk06d+hTeurLu9kKEF3lQsn+LxBVaHX7Px+TiEW5F0u9VfQoBG10aleqLxbD5JiwHuwdFeQnrQrO+zrd0sfpvtMxWuAHHAyqzp8aOMN19zmp5sI4nouFmHhQMucsX2iRITVPxHODLZdFj8OD/6pxx9Ki2vy5YerSXeh4W52fedbSwyzihkyK6/Qj1cw8vpVuYwZlfQNeviFcAerWCiIEXEwJFuHDlR16TvSpSBRoxzQCgo4FrnTz06aePv+o0e5A2UEFS98UJ3c5fokDwDawmL7Nq1pkZYgSbFNmzZPk6SMWOn/Pl5dFoRs00wvWpBufoL7DZ/howkSP8YEIbZ3x75+PfsrfnR2eLQB7wIBucIsYlu7xaYdAHVNhIC9IEBVVRUN3pHiq2Rm5fZNy28dOx3Cjx/2l7qo++lNIKvKV1m148iMvkNchzZvXvPFqOF3VWKgi6MYNXE2DfD3ZT0aUR8VGv+hvNVESH9EejRQx0QYsratXT15+EjPUQ8vteH1wrIbimqGUEkM9C23rrsUjJMh7TCEOvlPqD8CIuVujKvJUHIOEHWGPtgBB0k96hNg1yu3rV3Wv9sgvxudRn6NzJ/6VAP09gOnNz+9RE6tgV7W0aXgOV4X4VExBcYNFdZcTD0OS4FjGBnAHvoVCEc9qzKJJjMD5raNW4YNGOQuq4CkarL39+//8ubrrzP5SEcEaB8CuYZUI/L90QY0GnAFNI3BNUaKCh/R8GuucsiCR2E7Nx4d23eUt/QATRYiCdSgHDh8aF3/XuP8GDbhchp2hPPnu2cTibogwhDzoltE1VCpr7/6z7Deo4kcUVrUx8cG9xi95dgxD/nzlZrlQs3LyKrD7yklcgyYYEBeM0vjn1WSIfnYRbXwBwRR4qIq8rBj3b7hA8d6ZIU8Jp4EdfGrRMP1CkGorsWKv/pk3MCeEPsyiIThBS+mt7qG+hVl56pd5aPxEM2J0TgI7anC/O3bemxo/9Ee12EcUtGMOETtCLWhq3ASVxsHtUFdE6FwBwX/nQC61SzdXfz1sO8/gk71eIPUgTrze80K1W0y/ciqHdN7DGLeQyTuOAQJCUI+gkwNer1e7ME0evjcChUa/wUR0rIVDY0Id29cP+CWW0ixobxweFVaIGPXrj1jR37/xuv6TZ0+aNvWZROHf9+DdtLY7u1bYhNTpPikDlddS58fxVBRJX9aI49C1JlrUjiIpqhX0JlcolYcGd5rdMVRGq3r9AwF83vY/l3uIf2HBVFPs3Jf8e6r21+ViJFyelJpFfHc6q9XzJgwdmD/IZKUlprW/qP/fsEs/69fX4hzmmS1eOjRQggECRrVuj6BRJNKdmDXvkF9+mn+gOKl2S0j6J8xadKaFSsP7j905HBpWmoT1CuzcXslCDPu3bz20yFjJ93SfWCLhLTOWS3/+Pt/QdDLfNof//j7DElqnRr39KyF8DO3rTo8od8YprqYFdy0bFfrzI4JcdLUqX0H95viE8NLEikeCQuHEInTN1HdEKGbuDBMhN69u9cP6TkqiFEtsWCIVbHe1w+uUjAEUt9+a2EyPRLYurDwbbiKxRs+vHf8hJvaXfe9GT8sLt49evK0dld2vuOu2zds3DJ41N3HDmgg0ZJP13dMSc+Ii+9y3a2eMu2+qT9KlNKvvebGgCJrqh8eYZXfDUsRrlX9AQqkh8p2bh7Z+5aKSu65G+7da1c06dh1TwVbu2L9Lddcf6Tch5I//fgPP/7gt2jO7euLM5OklBjp3mk/Gt5vvN979KknfvjC0rdhKnTTO3vuo//592cwe7REUT28R95AUNdEKLIFe9l3Rj0efr+7rPjY3rU3jrvzCGPbd+2/5cpr/aXwBtnT+bP/8Z+/H16x7e4eQ5hyZPOa//XsPrH8KLHA4U3rrmjbOiUl5cbbeu0pqwR1nI4I6TGCKMp/nRNhye7drZJTUqX4rPjM9LjkBEn64st/bine1Czj5vUrDynaoX37vh7e846ynWTWLmvb6tMvl6PauYuWZhctFo4Tgg5bE64z1MAO4mB9QgjE5zq8eU2ylNkosW2MJMXGx0yb8iNUbd3yvWOGjg0px0z/4RmjJ/3vr/9mIe8bb7w0atyDGgbOh8uapab95Xf/gKNcXFzeqeMNG7/+eGSf61VvxY7t+4eM/uGeYyFylqnW9QliatSE97a1f/eepj/IggqN1Sx91hNPfPLfj3DCsKGj//WPT6Emz7/4i0kTpzH56LF9m5q3v+4v/7eMVVQd21h8y439y91s5/7KQQMGaiXbjm1Z3aff5EPH2LYVR0Z0G+A5ujMkV0wbcd9//vIpY0ffeSe/641DXcfpp0MkF1wq0CrhPzTa4iWribohwiriQuHs6qU7tq1omdqhWUz7TCk5U0poJbVun3J5wB9ct3HFiIE9mUff+2X5mB4zjh3Zum/Pis6NLt/x0TY4RUfXb+vQ4vrln65nSrBs2/Y+vSaQz+xiT42ase3rr1XF/8Y778+Zt3TrqoPDe40L15Tus+puNQBN4cOjegN0CYZsCju6eU2HxkkQ/8TkpEaS1CJB+vsnxV7Gitdv7dO1e6lbq1K0osKnP/7H+6bPf++UO/73j/+D5Lz/xh973NQn4Cs7sHfLoH5jKkuVisqS3n26HTlaRo1M2Z++cx18Iy4MEQqP0O+Ht8NBs99Hdmz8pPe9j2zS2Jbte7p1vlappIe9niyY9e+P/3Vs+bZJ1/SwSre4jm8bMfT7Xgxwg+zeMSM+//BfyPDlt995pmipzFhlgDSdOp/eqA4TIegUIVryX+dEuGvt2gl9B6rH3eT2QnEtKxg4Urx53aRRj5fsRe1KVq/6y+je39NLWPGyjT+67x5UDGcdd/vAgrjCp9NThkjEqdQW1Bh2qJdEaLoPrFt158j74OubKk160lsxOtu31T245yBP6bbDO74e3K2391AF0yv27d7csl2vskpWvGZHq4ym/kp6UmrZsv2jhs+o2L/dtX9j2ybwkVKk5Csw+KeXcajW9QnoEvSNyfZs3jV60FDV7aN5PSJCY0le/p9+87t1K9cOHjTCXaWa8PB2lLRve5nv2NZDO9YmN7rcRbfLjD1ffdXrlpFuP900Wr9qXedGUpYkNc66scrDDm3yTO47ivmOHd2xYVj3ib5jqP/BHTs/uvm6QZAMLg8XgwjpFgXN0wE2EfJd95FDxX1vHuI7wF+ZCDJ2hE3oMcVbgXO0PTt2dsi4rJN07WXSFR75yK5jm4f1mMYOM1bqKl+zfkjfu+iRIJ+navP6oQNnkF5UsWtj0ttkpUtgk8SUiTMe2rO5fHTvqWUHytHauseFYkBN3AZ/s7D+QDSFwUqK1w7qcpWX1pNkL8x+eOmcJ8sC7LCfbVu/s/fN3SpkmDCWM//R/33wy/1btwzrPVD30o3zXRt39rmlV9DjCenahLFTvvpi5UsvvTR//nxkghAIqtULFTk4Z9Q1EQJgwch1w0tLS4kIg3t2rPtfr+89coCxjcU7el/fRS6jp39/PO+xP/z1d/5NR+/vOZx5dm5Y+WHv26ZWYYCrsF6dO6XFSEkpyRmt2g0YPwWkikyp0BCthkqElnVg46YRXW9jfoNmR/ndL8so2bd7S5fOk2mXHd29/aPx/R/w7WP71u+eOHxoQKPHxezgN8jwNCQiVCvkQ/t6XzVIKePdBhhM97O9xVWDewxk2vGjO5aP6T2YPw5Vtnv7+u6973R5WfkB9+h+wwMu5nOzXbu1wQMm712/6urmSVWHDx46UN6sfd8SL90/1lUiw3oEepjPAC3tLd49Yfgo3/EKejPCNEzZN2X0mNVffX1o78HbevT1unXDYqvW7Bo1YixTj+3esGzQsHvLMfpTdPeW4kG9Jvn8bOPm0qsvv4a5dx1a+1nLlr0qKtjBde7B1/Vk/iN7Nnw9uOs4/Iqp7dy566PpEx8+uFvIQ/j9E5KF8J8L4BHyn+C/GGKVNhHCI9yzc/XwnhPUY1zOEQ6yQdcMU/zyui3rWnW6znWMHfvI1S3r1sPqkX9tW9alx51cI9yHVn15a//vH6c7i96jG77s3mM0sYSH3dtzSEnJ3gpGDwbh4O5NFZP630kmASKPAZauuDX6hkV9I0JSV53tX/PlxAHdMU6hZwEq93a/vO0Hn+8C1+/YuHtg9167DlViaLRowVMf/vWtI7u3Dezex3XYg6uO7dvd99Zb0NFBj/n+r99ZsGD+XXf88MvP15VVlMLwhfvaQa1wAYgQkGVZ6FdlZeVzzz33rz//mukHtq/9T/e7f7KFseUrN/S9savuZoEAe3LB7H/+94OyFbunX9eLBffv3PzZ+DEPV5XgSnXA1VfChlS6qiD2PhAqf26MCo2MYVExGGqAHiE7VLxtdO9+WrmbDAgK7kftvOs3rhvc7wGqNis9sPOzgbdM9GN0rLOrO7b7avkK2IFX3npnxITJguhQ1YBWPfYnoD0iQ70CPELvrpVfj+g5xoTe06RZSINN1NmODUfGDhpluA8x+ejkISO//MdHTHX9+r23Jk59LKCyLWt3jug3LOhmQT87cEDr0W3osn998MCM8UxT33n7dylZ1xwsRVa0MGP4d+oJ0CUoEcbyW3YM6NHHB9/WtEy//Lt33u12440Br88yQpMmTv+///uPprH3f/uPsaMnMKtq+7plPXtPoBcrqtzHNm4e3ntixXG2euXeB+77IfMd+NO7r2Q2ubG0nO1bUzq1/5iQr8SSK2aMuu/DP/0P0vL++89ef1VvmV7URKiWivAfFAXycvomih4R8p8I/wg9LENx2vXv3rlu7KDJARAh5BweUID1urpfUA6s2rBm9JS7cd2/Xvp3C6m5m6kf7dvcddD9h+H5qd6S4pU9Bt61txyZyPs2Lh82YvqRAyrzsrsHjfzgX3+WmfFE0YInchbt2VI+8JbhcikSQJkaqoExkZ/eMKxnQDOr7OCGNTNGD963/yA1jVH129df7HTtwEqVbd+0tXVWI69Ckz0d2jX+7D+/Z0Zgysjxaz9bxWTr3Td/1v2WmxQojsH27VibECdNmf4AESDTDa1KvG0Y7kUH54i6JkJN08S8qGmaYnnVV1555Y6p42Hu/vK7tx5/7ucw9ocOHL62TfvyI/CKWNubrvvD3/4U3FEytvMNrKz48K413bpNoBevNDahX5///v1vKOVPZ899IrcAoz0/f3mMtCzsEdILN/weISLRQZ0T4Zb1Gzu1ahsvxTZKSGyZnJAqSR2v6LyqeM9tA6b7UUXLe2jr8oE9+nsrNFMxtm7aiO6JiY3vcVsvl9srBxTUU6XlBRoKDGYFt6z5esSgYVXlsJJcdaHAOtuzde+w3v11N3wm/7Fd+1qkZSVJMa1atK6o0gIa271r/4B+A92Vfl1he3YeGdB3iK+s/Mr2bVs0afrITx6fOuO+/KIXZLX+tQMKBOnUrD3bdrVr0SZBiktER6el33z9DYama/SYK9u0cWtqWmNJSmjevL2r0s0Uz4GdxQOHjDxeSS9c79pQPLTHELUSnjS7+orOKekxM+c/PWrK3fMLXjm45diQbv3lynIMADev25IYn9KsWfq0aeP69B4okyoBYTqKwKkpYUSJCAF+g1AEGtxBLSlu6MH9+3aNGDzSddxNpUABA6Hbuvby+QOqaXS+olPT1LScR2feOWHa/MWLV+7e333gZJoc1tUjWzcO6j3IVeGzFGX31q0jRkwoO+7D5XuKtzVr1kSKlbr17FPhoqcrO7S+rE+PvrKbFljweUi6xNxjvYLb7UXxtm7YNKBXH1O3ggHs0nuEw4fcXrTgdfDZ3Nk/SU9rm5jU+uWXX/zww7/i5C1r1rdJTmyfmTZ18rRBQ0dR52omM92F859+60//w8AZw2dmVkKV+IySg9qgrokw8qlR8UK93+8fP2GSFJOQ1rhZlReuHT1BnzPz8ZiExjGN2uX97K3ff/DPY9u2je92A6vcc3D7+n5DphypIPVa+/XX7du1iY2Nvfyqqys99BKdJvgOG/pr36EXf6ODOiZCIMQ0mZaeMmUfC7qYGQyY5PBSQHOZGOF6dWgLwaLFxHBFKOR205vHPh/OIojdhgAMWBRaJYE/1+4LagGVvxzPj9CDJBAURQnJ9C55wBW0+LIk1NP8i66ib42gTicjJ9UUXALwVUejNg8QNYRYwMNfi7RYRQndvkLE6+b+GumDoCvxwigttUM79NCXZpr87jf+o6aoIgLV1Cr1V2F0pMBX9ASIS9A+miX0ClIh7kBE3of49ogaESKbMwcVXRzi3xHluygq6klfmdG8ZM0tCITPr4YgHKgDIigNvXjuh15Qp6ODPW6y/PRpQ3p1luDzUUpDAQqNUTt9gRfCQI2A7g7Q09PUBth3B4JHgz6m0vKxTNF4Q5EM+I3yI1AOF7qfssD53uuu7FQSpGnhkFzO1Ar6bjNXFge1QF0ToYCw2LaqBvkNMXoNAm6cBiH36v4quHc4CRbfo0H+gyxYRotLmPT6EK4R/SuUVEDnCO/UGeqcCGnuBvWFM0OLh2Bkh8ZhHovawk+mT2ZqFTMUYeyCwaDdYYDdHGK40RBghYxgkG7rWIEgLaeFABogcxdUYSF0lysEWSEHnzsNaBk+wYcEVFv28Y/60os0OhEMzqHJVcoXm4Cmgwv5r9Qb8NKKAosIgt9LRo6WFOEl1/liCD4/OfeKii43XG44eRa9Tm6wYCWf69NJc9BWiCJQZ+NsE0MoolDIhj0SErMutUBdE6GuauIbxbLPD28Ycb7aHNXF44NXFAQRap4yEAMqCIVHUKm5aD0VpmCMSI0GkrQHO2g3bMWL5IDgRZwuFuvBrt8fsI/WH6CUdEOYt4mJNqEbA3z5GIxpgvCbS8kGomYmkwNkCKm+qJohM1oxh6ZMQ0F514ZVCTHSSy//DG1V6fEjSwQoFDSKWsHBuaOuiVAopm2oA4EA1BY7Hv7qYMDr4Xf0aLE97Lp1Gt8gQi6QGWQahkoWrUHE5QcXopBiIaELtpxQnRMhvSJPc4N8bhdEqMO2sQqVltgg6tPREAgnWTe0pt1toMaaL2nWa8AwgRJUTQk/x4HepdUXxRG0AIa6FCx/lRuHvR5aSVW8JUkch4AYWJO/Ng0uFB6h4BJIVdRmxKMF9CyKajCar4ON9kKgeRWqQ0VFFT+LSi7SUDGYPTMI6YfjQK2l+KitSCvg/hk6+ZG8KWiISE4ViQlgjwrteYJzQl0ToQigQ7qPK+7mop5w7PgRpvt0TwmNf0MGHGMv/8wuiTUNkVSm0IiYrhL5ky2g1cVsl1pAUCDAa1BPIVbQRS1KjmG4gwiqEDQVGSxIEhxyWyEPvf1hMr9MHjFdA8kpO4IW8MpWBQynpZreChzFlRXlpcjBDFlCfhzUGnVNhLbTYr87AT6DE099TmIADddDuqYqAWgGehbpQXqo3jJVYkGcoKhkB219j8R3wSPkykAeoeZ1M/cxWAS0AoYDMGY0AjT9zE+yDl8BA0mcK1xDNCsoUNTfbuKGAPQoiN9QAmQOYBXDfhH+oxYqfWgeCu85jipTIjai1pAYivNBA5EfmVSKU+DASapmIIT36wlQTj4ZKKgLETEBgCqgBezCh1cc1QzNwvDPCtBClGgdvngY9/lwGEQa1gDkQ3daLbdH5pmFB5vY2usO1wJ1TYRwAelbI5wC/V4ftuIRX1EFK+iiqVHVq/g96ELhEVKXhyzTW0VcqAbhJGO4qKgmxj30DZoI5gNsUgS5ImAXJqMeagbqZHuE1Bq6wgw+NSqMH/q5+vEiHA+qAfrmKs2ZIFhyQKen4sh1QBKtpoTrTcUf1C0fmoZQ/yrcQFDXRAicabZGrKsHCy9KUP2FOlqaH7vkANC6knztPVIJgnB+4A6CAi6MU3ghiDBsE8kjxMhX9gZpfX0PzCWOWrIgwqBOt9IowB5UQzjaoMYLMCKIDlDNkKUHA2pQgyMIkaMK8HEAJ8IArSdLd4PI+ldWuuh0HgJBNSyovLkMzQw3WgjSoOBSECH3MeofUDNNF1OjkHBUXBQbceHOer1e+64eWgO6Qp/dRwzdj2S6gRCOlnjoOQvSkQD8JIq6/TKNLAzDnnIRyoY8xe63R10TIYJ9azDg5x9QNPkI1wi56ROjMO4yBZopZz6TeTg1EBH6wZFqSKPHXpCCLQoILrRJDpnYtwkhDPa9w9OOnS86UDgQoSibz+U2FDQFTYihbpofnYyKUOO4XVRf6mZIhW7RDAqEh2bHSe0NBSpk0ZqCIXB+EKleCBiIk75L6qA2uABEGDlVA52F3Ya20lwgGE6nibHql14tTZVVBV1pgR1puU30uRVemh/AeNd+DQOwS16nqPupUX6rAzUMBWUml8IFxD5YkBTCZMHKI3zpcTADCxo0ZYJKw24CaEcxFhA+YsMASi96FfWlLmSyYsp+Tmn03gvNmspVx8ku0PwgGUVNN2X5hKPj8fjCLcYdAvsmkBCGGnNl9QLc4kcuK0rDOhFH2asTlaAcCPhBmrLFX4rGOWgWP310Hfrh1+hWEnUz9wfIPPJ641LR+9AxoQ8uV3i97XNF1IjwDBBUbRO2GLqFp4YQM4Oau4TWWQ3pMPGoInGCxjyVFZwniCqC9EIm50kOZBU5HI7UArRGjZ+rP4A8i4amFsCglkRdpY9RoNVphUU32BwtAs5DVyOICoYHeRg68CfCAjSRQtciDjrk/GfBqoa70MG54wIQIQCBRDdFyip9Xx4/yAM0nZOhRR8bZzTnhxNQHBg6HJcDOgQichYERRWuoV34ukPde4Qc/B4hxsBuprhI0CM9Qt2lkh9Bu7wpTrjYov7QqHqo8GeCqZJLBPKDbvM5TpIAzhM0JGZBt7B6kBVUCSGyhzHetyO2Q4BIPXwmwoah8UpyKQ/KNL+hYVxPu6QA4ilKcg/J2yG/WIfDRCuOgiUgDxZ2BOeJM8h44nyaRa5m1tPBdjG/PWxdqiMiFEDBIudv8ZNk0wFwnyljFBjS6IYABoOoAFElKg150PwYSkD+4f8KHjzJlOi6KDO0AOl2RbB7AQzEuQIFQhCDOVX2Q9Qx9gP9a/wTS5buD9EwAL4yiM4Mqvz2CL9EPDWNiDsIVcEpCo5XBvjjAxghaz7UHen1rsINBLaoiEjUibDGbQuMb6o5DMZQIx2ne4EY9tItMBxA4C9FWBbS+SygSBSlFBQgxB5bEalTXCAiROtrsocpFT9fkiPFxEvJWVJy07//92MQ4f7iFZIkpWQ163jNjRX+evde1DkDFeABG6HhPBHDW9h4dcG8pxPp00xSQmLy3z/86NU335Gk+IQEWpWxbdv2AwcOFqfbTmFDAGSUj+fPEMQYEEL+1puvxqDusSmJcekJccm3T58B8zhl/JhkSWqUmFaQvQA6o1n0Ib+wPuA/FIBiUYBtCIRS1RER1gB+MtyRpsJ85Uz1vLJ0EXpcSkqXkhv9/i9/R7O89GxRZkpcWlrKk9n5YMcG1PGnBapc3WPk0lUHkH4wpPm3blqfkhwPMbjp5mu9fhoTv/mr30gxCXGx0ksvPh/QQ156oZTngCFySPXRRCqPm/TYMEYH1Zk7ODfUNRGeFvgldBmJtKExXxlT3a88W4TulpIbS0mN/vjBv/7w/ntQ/1RJSktKlJKajJjyvYsl/xeCCEtKSukPlCFYOnV4n8+/WiHkG220aeVn7ZumLFv+VVXQ+Omc7H9/sayhGwLbEmCDuvAo/lhMh+uj3DFx1Fef/Q+a7Q3QoxRCsYNBFYP7a6+93u8PICKCuK4h4IxEKPsCdNuMsyD3f+jjuxQ12Y03dJWDgbd/8fNRwwbDL9y8bHXLtJarv94CIxjg04Z0twg+NdwkPlo8f1xEIqTnJ+lRYZkp7gkjB3+5bHkQLi9vlM2b1l11RTvZWw5fadiU6Z+u2dTQ5V90frjTI4nQcO/btaF961affPwRRH7pc7l/++BP64qLm3S8ssynMF3u36fHym37vbxZuOsAIjSwS0Ro+plBjx87RFhrXBQihDBDlw+XuOkdCfRgsHTSiP6ffLXaxfiHOdHPQQ89OGL4dVm+quvAcnHj/GKgzolQKAa5ulAG18F7Jw4LKlpZMAQRRxsd3VP88qLsSo8bcVjAKjBC+LqGi7ATIyrOo/hj0LL8qn/8iEF+Fz1WjmpCDjD+5dMDrKhwYW5uvrhK3GWxQxg19+sPOBEKiBKKhBMFtpilBv2Vlk6TY2qVsSjnxYWLnguauhZCG0D26ebYXePuXLdiaxUcJ8ZcFgsg0UK6Ut+I0K7Wtwwkz/gTgCmXTffxOyaPhfxXBVTxudGfv/GzxUU5skwL8r/wzi+fyCvihkC04LcM9Qui1rxg1SxIbj062r1h7SdF+QU4LAeOB7USIxR493d/eGbRyzSnZvnff+/1nxS8Qqsu0i7NpqLpIAywDESE3CNE4/DMHZwzLhYRwqpj+MICVUwvZ65990wc4dHYUYWVW/QSEd0yMNzMX5Y986lZC15FH39niVA3LHpqDgjpR4uXt8uMiY1LiMlscVW3vuU++e2fLf7Zs3lpjTKl1Matrr4JQv9dIEJunqotAsDniCx975YNzTKS0hLjEhKSbr61dzlfgx/n7Nqxu9stt8Jc6LoJXkSKWFvODiditFPfEGGORQl5QoA/ImTqRoAWBoUuwNzJesC3f8uRIb3HVdB7YqgjdxMVZd2ny8f0G634aXBwxGtCecjkBWlproZOhKrBF4tBRQz54Ja1LRunQv4TMhp36zvoWHnVr99/Jzd3JrQEDfT55m0Tvv/Ad4UIUQ/03QkiDPj3//2vv8idm9Moo3FGpnRL9w4ub+k7v/394wXPeage3uINX/ee9mAZWgxyYNHToWiTsBmlqVFKgXHgmTs4Z1wsIvRbrBLUB49Qrzy++avWjRKl+FSpUfvr+40poyVEVSaXl2xb3++228oCtNzMd5YI0eom11Yj6Duw/vNm8ZLL7YV8zyxY+tisOX9+/43rLm+JyiPl7p88+UTOggZOhKgqaoNAnl610sIQ0A3CTSuXtWmaYSqy7FeffCb3p7MXwO7jvHfe+MXCBYvEjKhBH2IiARIhnIn4g7yrc6w/CPFn/2qWUxRVBPpeEH95IESPTvzmnb/Oe2oxpRN0PeCuPHzoijbt5UpNCbAKL3EhbB/aQTQazysKuFhEiE6k5yDh4Ppde9evyEyQ3G56ZeSJedlFzz77xps/y8l52mSqSwss37FnwOTbuSEQLfgtQ/2CqDVXgZOIkLHyt36+oNtNXWnCXDuSX/Tw4089/NIbbz1d9CJ/JSK4aeOafjMerKCuVyAtaDMuN9SAdLlFfiPP2UFtcFGIEL8EUadXQGkdweMH1n8J+a/wyDJj9z8+Z9FLr6l+N/r6b++/hxESvKAyvgzNRUGdE6Ewk4ZhwOSxwHFmugNKELS3atu+yXfe/cdfvf7K0tzjVfTFjc827pj8vQdI7hsw0OdkAlBjQQ/hlJBuovpBL938oKXT2Vdrtv7gsWyXyrw+5Qf33r/y61WGYYUfI1bDD5QiYJcyEX+QU3i//iDcveFyiT8oJy20Fqx+pxANAoPmZ4bbVAN33fHQZx9vChOcGti0+qtrO1/mcdHHjMB9KsaOIabhOsqO02eUVONiESE9PIsfVBTmq2IBemUQvQzrsHrz1r6DB//2d7988cUiI4QxgPnan/761OLnyQESLfhtQ/2CqDXvNXo6miqPMlJ/l777i0WFOQtwWDOObN/z6fd/eMdv/viXOYtfRB+bzHr9F794JO9Zt2A+ereIj4dEbpQPPXBPRxzUCheLCGEdSP7VIPNX0FrTIdWv0COhxXsODhk5BseDXtf0yZM+/t/nSMTwh/f+RUCdE6HXR8tP83uE6n9/+/N7xg3EblnQ7DNy4oLnXti48pOWjeIh41Ume2bRi0/mLrpYDREloM9RG0GExIU8hatxSH3/rdfunT4FDrKus6Gjpz/8zEIMgnbvPtyz221HDh0V16Nx0AKKQfdKEbCLEP6DnML79QenI8IawVC1IOybbKqVW7ds6Np9qAKCw1BIZSXbt1/TvnVV5XHVNILgTo0pMIo6U9z0DWucYdKjEg2bCN0+9D5qLzMj+K/fvjtj/ChkUhVQh4+fBI9wc/G6rKbJsuI54irveFuvD9ds/O4SYcmGdR9e1ekaDw16Sx94eHThwnnLVq3KanfZEZ9SroWu7Npz2boNOA9K4Q5/cIaesyeDgEwcIjw/XBQiBGjNZIxxg7S44F//8NspE8aiH32yf/iIUfNy80yLbS7e3m/gMLePllsIj3suBi7E1ChNcwHwjjVX3lMPx8bHSSmZE+68F6LNQsHdW9bGJSVLyelDJ81o+PcIiRU4F2KLOKoP7SVqtBT6htxjjz2UmkHfmRo/+S7ofDDENm7YOm7MWNH/ikK3Bj1eermKX8uT+aGI/foFToSipuF9O5BHSEcMuiUOs2j6t27bNHHq92jVEd5IC5+ZlRErSTFSQlqKFJO0bEUxut/w8aMhUEiFSeuwRcf8RYsIRbcCfEt1r46fIQX7ZMMNemxY889/+om4uIT45LRxk6cpBsnJG2+8lJqWEJ+a/GReoZ9XXVyEa+h6Gk5jXEVZiAx5zkLGKKW+4eQSciKkfV0JHgLBFa/fEiPFxyVKd983AgICOf/Fb34nJaZKCenzl7zoCwZwAcZIoEpeO/ILuUFAJshQZOWgNrg4RIifggDQ28G07IZl6rOeeTo+LiY5KWHq1Mk4iM5dvW7zpOl3avz5QQ0ic5FQ50QYAT6sI4GmOiPwnsEujf5ESnViQwUKD6tvwPKZVogWlKIaBZRKSqYlVFiAeQKsjNZPCNJ3BiAkGga/dFuQ3ppXNbKESOe2mlqGSxLiZA35tiECxRaBbFm4QuIP3T2iQ2LvRHp4J0wqUUGUiFDUgv+l/NAp9EyQCPgJi1xd9DTfpXvjlqkIl4iiSDLpdWIcE5fTCbyXuYnnISDTeosBnVzhEHxkDZf5yDNGKqRFPDzCghhV80910069hKhadb0ojsEQGUQO3m7V/Q7pR5sK3Re7pA+Eamnh8fBfB7XCxSFCQHRhdS/WgH3wzKdcIFxIIvzuA30ZNFVaQRGartNKstxq0rt0tFCGxSpZWYCVmMxNj5CYTIHZJBhe8CMB1gFMKoQCl3LDQWYTtpN8o4srKw0a0SNCbtz537BBF30kDDm8HIM+Myk6kb6vyY+C/MQ62gK0Mg5P57mBKSEyPPCrNBIg7kNDBAxmmj7VoE884kTZoI+XWfQULn6XX0KZOHDwDbhoRNhA4BBhNAERA4/5fB7xsT0QFwyhZni0gMwU+vJEgMFPLA1qJeQZw8yRMcVVukJfaWRygL9IA3tHX2B3iDCaiBIR8j4+XQivo3hyommaiqH77A900HNAmsaXnQWVkd9D6eA/kBv6mljteLmfL8oW1NUKzpGI0qQ6pAGX8N+BX4nq4By9eh7ZgYNvgEOEZ4dDhNEERMyEqTI0huF/mAgB2D0LMVcV2FD2siMMHmGIJtBo4ZRQKBDkX12ASTPhO/KV+MhWO0QYTUSZCKl3qieuq3cNTRcLjquK3+9z0QKznO3wR3hu4DA4jKA1QYRIp0ups/kEAu9fOhlpId1U3ZrOeY6fGghZfOFqEgl6sBbn0Z1X+66iAwdng0OEZ4dDhFGG+NokLB/4TRhBXfHJFS6a66IJLwzvKxmr0nzlEMjwF7pwliU+WqTrWsDr5jeZ6FID51BwiPC8EW0ixJAFdMZZjP7rlqnomvjGAlLQ2fyTTBZzV/nAf+AyiIWXVpLm1GjR82OIIAtcA2qkx2TJI7TAlH5F91VS5prlMkJVtDS5Sjn6QrSCNTKFZASQI8Vp5ESlcuDgrHCI8OxwiDDKIDsLygr4YdRg6Wh0b9LNHprEspjP9PvN45Z6lIVk2DKQGyFkqH6yoYYeMHSygDItxQOD6hBh1BA1IsTVlFMNIlTFRxXwTw3gMPguaBnoV0rDPidCYsEAOl4T78aAz2iOFAFHSU74qEkL0TKrRpjg3AzDJpU+VoU94j3dwOAJJ1AR6OUEJFMJHDg4OxwiPDscIow+6F4Rf17CG9Tcfpme7tP4A3+0MQxab7Zc9x3zKGQv6bkJUwup5BIoQWJLn4fsKaSVmC9MhGKS1bF6tUfUiJB3DGcl7rgj0K7On4hmimzxLwuhs1Txed4A5zD0bNDvwi7O9Wj0hkCAWBCDGz6/iivoARnIhmqwIGQGVOmlDy9WMVaqqkGdbhurEAL8KudWyp9GWuHvtjtw8A1wiPDscIgw2ggxTVEtk2wceA5Ct2HZ8o6ZzRbNXwoDFjR1M+Tdu+m/yZL09/99Bd6jh+zhG4hP9IWMrcVbevccDo8QF1JwiDBKiDYR8r4IdxJ2EacnZWjWkj7A5p0395nM9IzY2Pik5Iy//PUDPu0JD5AuUSEGxGNwBHmfojjhjsUASn/7l2+NGDcOoyaUd/ZP789IlBJSUqW4lOVffF5VFV6bXtVkToTMEB87dODgm+AQ4dnhEGFUARkDr2m6YQZ1ekqUGOzw5h33j5s6su9IVwUtsgP34Nl59/fv1vF3//zYKy6BywhTSBNe1vat23p2H+5z82SSWgrcTDpEeF6IGhGiC5CTCNQdJx6Z4S8OGqah/fSRx+69+/v0yWL8lmF1aNryk4++wCk+P1jM0oO05ir6U5PpHrFJNwjRuTqT1e3rtqanNh8/ZYbGLLevbMqoEVtWr4EY+A1wLKSJhlaVfN06/KdZdEckHHw7OER4djhEGFVAxrhvZzJVZTrMHozhvtXFY7v3e+z+n6xevpZuG+rKXSNuevh7o97/1yeVjK1dva5lWlpGbGqXq246uHv3kUNHe/UYpWvEgg4RRhFRIkKiOupl/KVs0Cnh9whlL0VMUz54YPek8dPKj9ObfzRf6qv0Hj7W48bBpcf02bPmf/HFf5lWwazg7WPv3Pz1Lr9PVzRZtY5ragky+/7UB9/4+R9HjJ1s0EL83ukTplcc8SEbmjen+8T03S6wHwQDmRs6HEsUgMrhwMHZ4RDh2eEQYVQBGQNb0RsQqjckey16vMW1/cj03sPXfvb1gtwi2RM6vv/AC3PuXTD73r9+sbKKsTtvv6t4+XIYtF++9s6rL7xw6MDhLjcOrKwIP2hjOkQYJUSPCDn34C9lA1YKPx2KwBcIChYXrxkxdBylYN8Cn1VZfu+IbrczN9u3dsfkkX0ZO/L1qn8O6DtJ8fCnaExkeIixo7/6+S9nPfHsth2uwaMm4KriLV82Su8YJzVPipOuu779gZJK+jGDpEJs+U86IuHgW8EhwrPDIcKoAkaJ3nIOKCwYYCqtFhNiR1btGHX9bYGSsnEjxmg+lvfU3N3Lfrdozr3v/Ot/BzR2zVXXpklSupQIp3Ds8JEb1m0eNnia181ZkBMhX6gV+Yp5MAQHtUH0iJBzD/5SNieIUA2YXrcPu7/97TsLC5/jfY8zZMYqfWVH+3SeGDrKQpX6oJ7XVrnX/OYPL86a+TxdDSKUPVZg0/6d/x7SZ7i3iq1cd3Da3fdrevm6dcuaNrvGR7PnVfk5P5m/8BVkCZHAr1XKQVzHR138FX4HDr4JDhGeHQ4RRhUwffQgBD0Q6GMqfWgtxCo27r+j1/BgyfGi3Pzt6w+P6jWEHV355nOP/PzvH5Yx1rVLN/o0gcyfhjHZ9s07xoy8p7LcIcIoI0pECETeI+Q9Yu+iD7XAvr07+/Tqj7imcJrUy6oO7J848CF/CQ2Snn7yBx9++LMxo27dvPIgU5hGfImO3/eb3xYmSgkZCe3TGrWVYhPuuetu5KDw24GKb//WzV8MHHVneZBEAj+vMHorn1appYdqeKEcODgrHCI8OxwijCpgY2myCyYuWGJV0duAIVa6bs+km/tZVVX7tu4Y0H3c4mcKmL530ewZr33w4XHGhg8dsea//2UuNeeJuUvyCkGE3boMk301iBBwiPC8EDUiRDanC0qAXENTN0Km9eTjT0wYN55WljE1Zvqu79jxr+9/BvrCCdt2rBk9uuu40X28pfS8jGEwxQyYrEQPHQsp9DLFirWbJ91xNwr74guv337HXZwm5XFjRyx68S1koNP7GOFVaWSZO6MOHHwLOER4djhEGFUIj5AToZscPXogdN9nmx4cPNGsKpcrKm/p3L/4iw1M2/1y4X3vf/7VHp2tWbW2U6NGrZKybruum1zh2rpx29CBMzwuYkEYO4cIo4UoEyF1R+R7hNQ1Po8Xu+A+HJo589HU5JSM5PR4SVr55Vc4bsKfo9f+jCHD+/zrP38PanRLESHELFktB6/5/X7ktL5425Q77/OD40Ls8Z9+r0WzBElKm3b7Q26vx+RPjfot+nyRBdIEizry4ODbwSHCs8MhwqgCho4/SyETC9Jia5oaImosD/LZLP4mtBcG7QhT9lXw96XJjHq99FkBeAhijG/SW2e2R1gtwLgSVo+MuINaoK6JUPbTKy/EghY63W8YfuzqKp9HFVLBSQ8wQ4YeohcO/QqtLKTTNYamB+gNCVqJlLoZW5wOAQn6jxoh5uMzqD75OCSKhAqHKStLoRcKHZFw8M1wiPDscIgwqoCMccuIIbtB74dxCE7j3xagoxTAjfS8AwJBHBKBdimcSBCJ4Ssd1BJRI8IwanTH2XftvgxD7EUkhM+306uPgj/pXUMexwnVH6rl+xwn/4oDB2eAQ4Rnh0OEDi4JRJsIHThoSHCI8OxwiNDBJQGHCB1cynCI8OxwiNDBJQGHCB1cynCI8OxwiNDBJQGHCB1cynCI8OxwiNDBJQGHCB1cynCI8OxwiNDBJQGHCB1cynCI8OxwiNDBJQGHCB1cynCI8OxwiNDBJQGHCB1cynCI8OxwiNDBJQGHCB1cynCI8OxwiNDBJQGHCB1cynCI8OxwiNDBJQGHCB1cynCI8OxwiNDBJQGHCB1cynCI8OxwiNDBJQGHCB1cynCI8OxwiNDBJQGHCB1cynCI8OxwiNDBJQGHCB3UIcLCdUaI49ia/HuT9Fk2nkJArEaISI4WHCI8OxwivEAwTfqQnGEYqqoious6tsIoX1Lg31Vnmqb5/X6RgriIXADACoiOAAVKktSqVSuR7qCuIZrdNsdCDL4LEHwVGSJgpwnmQ50DjMk8iI8r66pBX9/GYdMKhxBsghWir5lSwDlRgW1qREd069YtKSnp1ltvFYkXHqI8wgzCJAp5EGW7KHCI8AIBHQ8rYItj5ADtkoKiKKLiAHZFRAwO6hTQMcG46AJw8JVXXgmP8OqrrxalclDXEC1v976wgBdyDFRXQM1qhAiIBKI5HmDsPboWYCFUG7sh0B6Yjg6YJwLojw6YYEiDf7M7KkBhoAI23/Tt2zc9Pb1r167hwxccvHlOWIAa5vHCwyHCCwS7ywWCweCnn346b968/EsMixYtysnJmTNnzv3339+/f//bbrutX79+PXr06F3HgObjhwYNGoSx8LBhw+AOAikpKeFiOahjFBQUoN+xRRy9/9xzz61atSqsDA0aUOsaIQKRyeA7GHxmGUxViOOU4Jf/+fez+Xm5M5/OnTWzKC97QV52QX4uApooryAcooXCwkI0/ty5cxcsWFBUVNSyZcv4+PhOnTqFD19wwPTBAMIM8nYKo4aRvJBwiPCCAj0tBsXLli0bMmRITExM7CUG0A+2YCARF8DgFE1RpxA/lJaWJn4O7mBCQgLivFAO6hxoalhetD+21BOS1KtXr//85z9CLxowIrlOhAhEJoeJ0FSZ7GZGYMXH/xk+oFdynJSaEt+ocVpMHBqIAiIxcbEIsbHxPEQHaHCIPbaIp6amigi6gx+8CIBKwgDCDKJRYBIvIgUKOER4QSFmhAAM0CAKPXv2DA+QLhlgWJqXlwfPDKp4+eWXwzmDizZgwAB4bHWKoUOH3nrrrXAK4YN2794dBbjnnnuEg+LgAiA7OxsyL+JLlizp0aNHUlISXBOhDg0YkVwnQgROOWKocoW4S1iwYE5ssnRDj+ufKZzzZMHsWYuyZy3MnVuUn12Yn5ePhipckFu0ILewIE+02fkCvuDSpUtFHK454oDdIxceMH0wgCgAb6cThvFiwSHCCwT7NpgY+8yePRtyAIEQiZcOUH3TNOfPn4/R6DPPPBMIBMT0iFXHMAzDvkGFXZThog9CLymI1oa9EyYPthiuIdiRH2zIEBQXGSJwyhELlgAsGGLBp+b9NKlp0uzF2X6m+5jhYxboEQIqHqKh/zgXgV8WLYibstAFdAfU4SLSD0wfDCDMIOK2Jl6AZwXOBIcILxBsmRPmGGNhjIhzc3NF4qUGECE8QoxSw/sXCqBAr9dr61uNWxQOLgCEIkAAYAcXLFggEi8ZgNmMoOZTLWXm/JnxGcnP5M+DObADaMqwuQ9/osqC4JuLyHw1ANNnTwnYI9SLWDyHCC8c7P4GMCKOjY29NIkQ3lhBQUFmZuacOXPEyNQeEtYdQIHhGIfoi+/OQ/wNAcLMoSPQ3bCAaWlpeXl54tClA+v/27sOwCyKtL3pjdBREHvDCiIdBOmoYEGxYvfs3llBSkJC6GDv9Wx36hX1vDu9OytWpPdepYS0r+9+23f+5535snwg+iskkJB5GL7szs7uTnnfed53dnbWdmhOqAdTYIKipBcWTITo2w5RHs0jrf71+BsUCInT9hs+x6D+hS4cRPcLQNeHDhDdYGJ/9+7xwKMmiRAdnG9ii7ret45G1Ii4AlDveisuaYnMY0MMR4i+XvzGYjF0AU2aNHn44YexiwKK9BBNbIiBC5EYVQqI3bqJ5HIByC3yj1+heKLthMr5aRCJ4qMfHDVqFLb9OfQigUgsTsRF/AtSip/crk4BmZTyDyDnfuaxkfyOBLZF202aNAn9oHAIUECRvj7K/y9AFBz5xy8Eg4pmOkR00AyLPVHyeK6SM3PsDHq1EAnR5mhnk9ceTSq1TWYZzKpBLjxYQIFEU4pdUS3oATIyMoQlFIlE8Cvk3CdsTUO9EA4MYdcYEVLzVQOF2efco75EjfgGgq8n9QIi82jsZAMHkWIXAiG0Gs4Q5GDixIl+e2/cuFFsAL7Q+BBn1U0gb0J8sbFHzkXDicwLfRD1A3swMzMTfiEl4tWFQ3sk5kcSwGVFPG4kNuoakjMs5f+n8i/iBcAK48ePz83NhRYcAvK/V6C8fp6Ty+6iZGhMhxXcPzFbyXt+6gtEhBAW1BZ0CAk9pptxm1lRLwourO9EGAwG8SsEGPXgN/fMmTMVRRGegADSBAKB5Lo6kKgxIvyp5vvcvm8QF9zPixwUhMNhsQGFV1VVbAutQDOLFVUeeOABMMFPZ82hvOKUPfo+nO7rVV0Dui3RTMizkGOUEf2gz1749dMIoAdE8aEGOOSXFAn2OAUXEdWFy4pkIg2lrmOQ8u9jr/IveBE9nYiZPHlyXl7eTyfLoLz1S/6Rpz2Cj2g0KqKMuO5YNjbCqoayoXZCHrtvfFFe8yMmTJxZXhohNxHHUUM2o5T8OaLNdIcZh4BH6CusL8ywk2AJpaWlTZo0yddrcUgAkiN6ABEvOoFaRc0/I0TWUYA5c+YUcNBU2d+CMWPGoHZQTaNHj4a2IGb27NkHy0zYN4hmQ1uKbMMIEnZQso1/4403pqSkXHfddZ9//vmWLVtESjFEAEBQUIdC83kPkNAvf6PuAFlK7rOwjZx/8cUX06ZNE82H3+Li4gkTJsALRCQaF7t9+vRJT08/99xzETlu3DgYBDiEbSTDUf9EROJSuOAet6iD9eBDyv9e5V+0IARb/F5//fVwCG677bZ6L/8/CQKivK7tVJZXJA5AbJkbZYbK7B1q4Kbf36nkZF1x403fzF9UHoxqhuu4TDeIMzw+eKrrIfziNH69+gphz6FBAWxAOyorK7Fx8803Z2VlXXnllV9//XUohJISkBjtLgwpX+vJnqh91CQRQpqF1KI8U6dOhaA3btyYXp78LYCZkJubi41GjRrl5OSId01QKYl71HmI9gYE7SHnZWVlIgYb77zzjniFrmnTpuLN4ubNm6OYXbp0KSkpqaio2MOxQGUml70O1oPfR/v8hCI88sgjaEc0IpoPZURJIfRwAbGNGECUHRtoa2wjMXaRAMn8Q0IYcClRJ7i4UAygbhKDlH/gF+R//fr1f/7zny+//HLUDErXpEkTbNR3+YfEI0+C6UQQQFbJIKiODVYFmOPGghV/ee3ZKy7s0yRLadYkVUlVlDQlpVGmkpPRsXevaU8+sbF0h25z8vNsYlEVHFC/iVA0WXl5OX4hCc8999ydd96ZkZEhXuqHvkNHsNG+fXtYw6Wlpb7BJAQJuwdG2WvyGaGvAwAsWRRv4MCB3Mz9DRA+AbwE/MJjwEWwkbhofYCoBN/5CwQC+IVKPPXUU+3atUNxWrRo0axZs+7du/fv33/AgAHnnHMOIsEB6BrAjqiBhApVA31BYquuEoAACu5nD82HDh0FRHEg3+jK4e1hA40rtuHqYRfeD7ZnzJghfEHEYAMJsIETcTou4r9igYsnC1hdg5R/gZ+T/xdffPHEE09EcbKzs/HbunVr7Pbp06dey7+gub0SIUBjvPABxZRQ1/vwvfePz889TVHQqGcqytmKcryijOjbbVCfrhnZKRngxnSl+VFtJj0yY9u2bVZcZ6bF1+BOXK3+Qjj6r7322tFHHy34D3qNpr/44ovRAXbr1q1Vq1ZofcTDKpo8ebJ4rAhAp+J89tkBcAprfmgUcgzZRY8GiYdWY/s3IXEVDpjVsBbREYjqqEewLAt5FvpcVVU1fPhwof+wfJ955pl169YJw8cHPMVrr70WhUUadA2bN2/GuX5t+Bt7nFVHIIw+/CJ7IqsFBQVw7EBpIsM4JAaHcVQM+u8B9J7iRCQTV8OJOB0XwaWwi6OI8W+E3zoLZA+5lfK/h/wLf/fkk0++4oor0LKPPvooDCCRGKin8o9sIUAcRRC7AoKz46qGqB0/br3+mpFpinK6ooxVlL+mZP+t+eHvnnLqW+eey7ZsYtEAC+x87+3X7xt1LxxEhB69+5SVVcAV1CN0er0Gmmznzp2XXXYZWhZs17lz56effhqNK7RY1FJlZeW//vWvkSNHCgHo3bv3jh07EC+eFvsD5rWKmvQIRdlET1dSUgK53zdjFpcCsIF+BBeZPn262K0XgNKKGhBtvHr16p49e8ICgrHz6quv4qg/+IMEqDEUze/mvvrqqw4dOkAU2rRps3XrVkEeANLs0UXWKWiaXq2urmFQWYqLS1CKkkkT4MV5nmPZceahTmzLMqglPabHbRvV4DHbdFQtjEOmbeEaLnNMO+4xy3b0SRNLUpSECCWPmPnVUqeANpLyD/yc/KMTHDZsmHgSDIJ//PHHUUVIjKLVX/lHngQFIsD34xNbuA/HBVuk2b5l8+DOZ8P5O0tRxjduMT/vsNL0pjtbHf99syP+fsxJbOs2Fq4C4zHXUtXoqjWrW7U5Iis/H7/zvpsrLlWvARYU3z485phjZs6ciRhfmJOVWucvEy9cuBCuAgQAiZcuXYp48bzwALR+TXqEfnahA5BySP++dQRChYCJEydmZmaiOxBdTL1AclbR5DCF8vLyjjvuuJ9TbGwnjyYh2cCBAyEKJ5544rZt24TQ+BUiupg6BWg/aSv/dRg4zHBsVlw0JS1dmTq9ENKO4Dhh5sGs43SIdC5zTWbD2kNpqHxxx4s4FIdgmbQAFTyJ+MSC4pz0vIlFJaJKff0B6mi3WEPy77cyOAMXgfxjGxevF/CbSZQC8g8ub9Wq1b333ltYWAhSBwsCcAqFR1iv5R/tjZwhcArEX2TPJlbEpg6bjv5eNXzoKYpyoaL8o2nztY2aVWXlRlKzYmlNtzQ64pMjTiQi1EPw/XASrmZpNkKXXj3gFx5/3FEVpdtQQ8KxRiWgesV962A/ACT3b2IDeb7qqqsgAIcddph4PSZZi/cKeIEDBgyAAJx88slbtmxBTPITh9pDXSRCUVn4LSgoABFCZ7DLtaweAFmFESQk9ZFHHmnSpEnLli1hF/+aoR4xraCiogJGNKRnxIgRogs4MKKwb9idCKMeWA1EOGFGVnbahKKH9bjKPOg46BAsSDPIE5MBRWeBgA034nhhm7noCNF16Ex1WIixGBFhWn6DJUKUFxeBFYXfPeSkLgNZRfGFsY+cQ4zz8/Nvu+02sCD4DxoBpxCAUoMUxSk+6p38o72FFHPgL+w8i0RaBJeeEZycn9lLUZ7LUXY0bsSyMvR0RUtRbCWnIrvll62PZT/+yMyAznTNhh1IFzBDeiAW6Xpuz9y8jEuHD8NVIFeoByED2IA61E35FxBZRQ7xO2XKFFDakUceuW7dOnEUZIkEv5D/aDQaDAZ79eqFnv+aa64R46L+I+faQ10kQtHx4Re2MKoDdnE96gh8BAIBUCD0+fXXX09EcSQLASoKv2hm0d4ophgmmj9/PnrArKyshQsX+tZf3XxQRKUBCyYRIcpUVDRLLBdAuo3gMdsgijNhJnumRbzI4xFojhwMXpBfYq1FEx4kj5lYOCEnPbcBEiGAS6HLGDNmjPAIhZzUC/jjXeAzOILZ2dlXXnklnD/Q3iwO0CGIcPLkyf4zwvor/yT7XPj5lstci4IH45Akuaqq6oRmTU5VlIfTlXlHHR5tkqMripqpRNNBhBmV2c2+an0U27KR6RUei3kW9x8D9Iu/n//wbWpOal5+9vfff4sb+c4WKqEuC7+vpNBZmDXHHnssiPDtt99GzG961Ld8+XLxvHDlypX17BkhUFMdARRDXAraAiIcP348TELE1AsISUURwH9oyK5du6IgYnADwCHRrQtgO/mRIX4hSeIR8f3335+enn7zzTf75rCIr2uA+u9JhA6IcJqSohRNLKZuweGf2UYyvmHD4WEx0zYsyyF69HSPRWw3ikox6Sg5hQ5DSUGEBTnp2ROLihsUEUJyALEN2mjUqBG0QOzWF4g5fs8//zzk/8QTTwSRP/roo8IRFIOi2ICvIJ4Y1W/5R4NDKv2AIkDiaXU0N8LMN9945XhFuVRRPj3m2A3N8tUsJa4o8UxFBRGmpFbk5H/Zpg3buo7pZR5DjUEzPP4kgVWFYyjzg6MeyMxIGzlyZOJeHMnP1eoaYLL4Sop8gv8gAGeddRZ2/Wmfv8akEzONH3roIXgRv/vd73xLqFZRR4lQVCguAmXAL7Zx8XoBXgICJCA3Nxd0KKw59ObiaHIysSGEA2QpdB7pEb9t2zaIEa4AkUICv3OsaxBESCFBhKrtWkUTJ2Q3UibNKILaxjQWN2mgCIWMGV7YCZssjl1+BrSaOA9KhJqoJkLXYbD91aIJ43IyMhsaEQKipLgaPELIQPIyVHUf6LaE6zZkyBC4g5deeinIr7CwEMwHRhcABSISPmK9l39kH20F8RS/KIgD+87SmBVk8b49OnRWlGk5+SuaH1GVlqmlKCxPsdMVM0VxldTy3PxPj2zNdqxhdqnOwgZqjtuJuI6DXziJpYFsRWnRpKn/IiaqRdSV+K1r8NsI2YPVIp71vvHGG8kvPwiX4Be4TRzC6Vu3boUV2LhxY4iTbwzVHur00GgB/1bL2LFj67Id9FOgLcPhMMyZpk2bogmFJZvcjwOoq+Tq8o+i1L6Ud+zYEQ7xF198IXb99HUKuxOhSkTo6UUl45V0pXhKkQ3VdpjhcksXum0T6dEQKGxfk6laWNPKTTNkWQYKhy4EDQ+zmBvGcRBhVmZ6AyRCUV5xEXQE+K2zZtDPYefOnWJoa/z48U888QSYT7iD+AX/PfLII6BD7Io2rcfyL8ZFkXeEJCI0mFGpVTRXlAGK8lGbduuUZiyvVUxRWLripSiOonhKVnlOs0+ObMt2rBNEqDEdnb2LojvwKPnkG4P17dAtJy3jq6++EiIBiMrxd+sURCOix0Mmq6qqIADNmjXDrjCMhJ/3KyEK2KVLFyjRxx9/LCJrFXWRCAVQgzgdujRgwACozYR6ghkzZtx3333w6PPy8nr37i3q5KcWjV9X/gg46BORfkpID+wASBL6Dj9GbNQpJBOh6yGHcds1iiYWpOekFhTPUjUGG0YzWQS/FkiSRR1WFWehCL0uzOsAnEc2IDYt1ydCxBgNkwh9AUB5J02aBPlv27Ztnz59etYTnH322e3btz/jjDNgwp588smgPSgFZBh6IVgQAC+ifuAjosbqtfyjvcFLRE0JIuTfjeDSu+SrL9opyi2Ksrht150pR7HcYzVFMTgFOkqupzSvyGr7Revj2ZYfmVbBaGjUiqoxXCceiuPX0W0Ws6aMLczNzHr55Zd94wBSUZdZEPkUG9999x1Et2/fvqJ9fdVA5n+5Hf3r4HfcuHG4yPPPP8+P1C7qHBH6F4EVPGvWLFRERkYGftPrCZBVmLH5+fnYuPXWW5N9WRQNcgD4ZRRASZOFQ8g60jz66KO4CCoBMWK8KJGiLiFBhByux41axyssnqakNenS7cYHfj//rttW33fv6rt+v+K2O9befOuqu+5ff/0tc8eP3f7NbPR9dJZYj5g2+CtYnAipNymaUJDV8IZGRWEB9CDgAEiUWIxDSFfdh1g4DYAKgBTB5fD//OeC8AIBcCFqBhuipPVX/pEhSCqXThHwH124DUvu9cceO1tJv1XJ/1ub9nMOO21+3hErWh2x4rDWS1q0WdT0iOVNj/229SlvnnQmKyujlwg9zXUMXM4zHLqOkHaPTSmamKIoqD26V3Xx66bwC7n1F4V58sknIQy33347ttF2QnnRGYpkv1wEYQwh5cSJExs3bgyxOQA2UB31CFFxuBqqAJpw7rnnwqhEpdQIYGXgauJVFXhsyKGY2J04vN+AwhcVFQ0ZMgQe4R133OGPj6M4fv38FKK8YkNYQ4CYbuA/Lq6DFjHyC3LnvQECl3aQmMUKC15WlDOy065rlvFWs4yv8jM+bZT5dV76gpzMuXl5n2Zn/bV5o/f/cNsWGwKPQvOzwHx8rX3mELXSBYsKJzRAIkwuJigEAnDcccf16tWrRw2he/fuAwcOFMYlSKtfv36I7Nq1qzi6/0BWu3XrhjxnZWWhHzzU5b9agJFlGth3VeYGmRtm7vOvvpitKBOuuZYFQyxYwXZuYKGNLLSeRTezyI8ssJ0itQCzYxB7HUrjoeQekaoLTUAVuBZzHnnqMSVFuemmm+g+Sasy/UJNHlwIVQUef/xxCAA8AWwLYhPD+3t9TvRTiALOnDkTgnrXXXf5IlF7qHNE6JcZlQVTCBYB7EfoAHZrBLgyGgbZw5XBiOJekLDE4f2GsInef/996PAll1yCbdH2vwxUnV9wbAugH0QdwrbyxesACMRvhOvRRHF6AkgtJuaFmqxg/FuKck6W8lBj5bsmSkWuUpqtVGYpWoYSzcrYmpGyrEnm0rtvdk0YwaIfIcFRXT53zvFQRkS5RYXFWRnZEKGGSYSQyYKCAvQmkydPFi+h1ghwZWjT0KFDGzVqBENQTF5ATOLwfkOIKOQ/NTV12LBh2AYX/r9y658otgXqg/xz0UWLcZk1iAJZJRwjxt7++9/TlZRrrxwBb9ahZwIRxgI2qzBZyKRtVDutPmEyW+Nv0FLD4DqGa6lxwzVVpmvMLphRnN+cHhKLWwnUxUqozhVaSgjwZ599lpKSAjHjBxNGjO/q8bifhT88DiKEO/HAAw+I3VpF3X1GiAoVs+bQESSiagKoZbQEMoYr+0QouoOaAq6/bdu29PT05s2b/3Saj1BywN8VGz/t6OEK5+TkvPPOO7igMAbr3qQJECEyVk2EdjIRnpuhjM9XluQrRpYSz1D0dMVOVez0NC1FqWyUGrzjBrKEyf1DoOJGPBZA/09X4WjgRAgUFRVBSsXIWM1CrGSG38R+jSIUCm3atAlE27Zt20RUElBLAv6u2Ki38o9sc7nnfAZTDmYv5LVq/Y4mSupJrY8BB4Dq4Ck69ODAhtdIp6B8OIMXnX7wH1JvMS9Gr9Vb9M6tHWDxXsP6K6n0Hh4uUvfKvhegEQU2b94MATvhhBPEkIDPbcLkEtt7Bc6F+qC58Tt48ODMzMxXXnklcaw2UReJ0L8OugDU5vjx42vQYhVNAnKF041MosaFjiUO7zdwNYgs7nLsscc2adLk888/R9Py0iSQSJckDf42FN5PHIlEWrRokZubK5YmQpWK+LqG6qHRJCK0WEHhK4rSPV0Z20hZnqs46YqRSpPG+XS5NKYoZm6Kdfv1TDeqn69QBYAIYUzvehWpqLCkARIhgPIKKRXyD78QEkUSUxMQlXn22Wc3btz4nHPOgbiKr8ElDu83cCnRlx1//PH5+fkff/zxHp14It0hIf+gNI+eCCJv2KDp0AiUUdRxyOlzfPtm6fmffjYbVAAfkfQk7pK0+wHniIBtm0XLg3xoFNVBSxBui5XnHJafnpMhVqBOrjGfV+oUfKNfCFW7du1AY/PmzRNDYv7jw6qqKrHxcxBtDQZt1qxZVlYW0guhrVXURSLE6ahTXG3KlCmoSvwmDtQcxHykqXwCdy2ZWqNHj05NTR01ahS2BdcKoFwCiX1IfrXyQ759hX/uuefQj5x00knYRoLk9HULQp/JL+REiF7BYQVFjynKaelpd+emLMhR1DQloKQFlTRTSXOUdBChkZ1q3HojTRgnAU9cQXiEtoso7HrCI8xsaESIYvrNjYtA/sUKLIipEfCbsJ49e0L++/TpI3aBxOGagLjggw8+iBqAFohdH4lESS3ot2w9lH/kHBkGF9I4Bnl8iENO8SfmzBxblKakji0q0rinqGn8NUEkIl1JpBJjKYiDiPOn43Q6fbyQuS+99EJWTiZMFiH/yX3IASCGfQAsHvz6LSXGM+69915si+Fxnyn9Fv8pcLo4+t577+H07t27i0h+sBZRdyfLoLHhC6IuUKE1WBGitZCxlJSU6Xy1Q+Q2Wcj2H5qm4YLr1q0DEbZt23bFihWI/AVlRuI9DpWWlsKgRtmfffZZ1IPoHeroxFEILWUKFUgchgyanjWuZIqSckJqxm25KfOyFVVJrVQyqpR0XUm3lUxbUaJZ6ZHf3cw0B32BRaeT5MdoYW70KLuIcEJWZnpDI8LkPm7ixIm4COS/Bofuhfz36tUL0tW7d28RWYPyD7NSzBLcsGFDRkbG4YcfDp8A8Yem/CM7fFAUbbaLBbGDLcddNG9uq8Nbpudmbysv1+LVi3ELIuReJGgBNrjBl5uPOzRhNBKjgUQcDZRVnX7yaSlK6uOPP44aAJH89CFLnYLosbGBZhIx8+fP9316v+GEXyjGS38OSAwphRkEd1A8F6jZR1d7RZ0jwmSvHxeBLokXiXDxGoForcmTJ0PNxo4dy+9DSBzeb4j8i55FPOMcPHjwli1bEINbIwG/2y4gUnTxfke/du1a4bDCYEek+BAJ4CeoW0CmqEzQ0j2JMCXjzpzURZmKpaRElfQYsWCGqeRElbTtGVk7br6VnqbwSQT8ItjzomQpo+b4Nen1iczU4uLEt0eSi//TaqwL8HO1P/IvgF4PjDKBr7Ur5B+VUCMQ14dHmJ6eDnNbVVVRsYnD+w1xfUg7+rKHH34YYnzeeeeFQqFDU/5RGpSYsxrUnsqGXc6CgWiVyayb7rw+LV3peVZHepFWuH78KDjP4OvvkiEogmd7FmjRjUVIC+68/Z70jJxOnbvDSRa38gHpqpvyL+APsEG0HnroIfgbaEc0orBmRLzY+DlA+O+8806woHiG7TNrraLWiRBRfvgF7EpWfRHIPToCXARGQc1aQ+LKoFgxDQd3FLxVUxBGN7Bx/aaTT2yXkZF2222/M3XLsWAUQ1GSO3ToBO/4wR+mbZi2blhPPfWMoqTmN2n8xewvDR1CgPzagVAV6sUXpjoE3olxIuSP9/jQaOGEpxSlQ2rqfTmpCzKVuJISUdI0JdVWUk0lM6qkbs/O3HHrLYyPFYEIxXuElgfLWIwx8UriRJgCIgTB4rg/mxShbnYEe5V/EbMX/EwJIIq+NIrXhwoLC2uwvGgjXK1Tp07oaHr06CEia1CucCl0hWhG3GrnjtLTTz0tTUm98fobdJMmQ0I+EiXhf7BbzZ2uaepQAS7/T6DUjRs3/vLLr3iviiwnJmPXOflHKVBQToSUM2yLLYqxtga3Bo3QCSce0yQt444rr3MCKo2BUHEh4xb/4hh0BakN5iHYcCz5RGo2fdI0+IJ5jZp+8fU3uAN8bLoV+UmgENwjGVTPic2DB9Gmya0Ti5GBW1FR0e6U09CbXX/d1bFoEN6zqcPx5XXFUS0FFLCNQ5btTp1OKxVDAGbPns1TAbVexhojQgirkGmhxugIUlNTiyYWo8wwg3SbjqGoVFrR9aPZHQsKY1hQG6oCzbREGhJ8bv2BrnCR6TX9YVJcDT0ULOJfY7D7t05+gAEIz8+PEU+A43GSY3ofSAiozeZ+O69Z07zUFGVI//PKt1egeqitTcsycKJLXT83Bun5gE3zqe95aHSKkpGf1/SPf/pTVI/BP7JjYaiVDfuR+hGq4ToEalHXMTT6lC7Db8SBpWuywgffzVYuSlPGt2q+PD1tZ3ZORFGCGYqRq7hZipmpRPKUyjuvZbB9HaoQA6ejV8DF0EFAVFAVts7ow7wpSmHJBNSUZsXRZfAZqpYWh44R4/qh+q+YwndwADn5qfxDwJAnx0UkbziRy4TpwyUkEZhuGhB/HAdwKSF1tST/QLdu3UCE4gFMDcOjgSzeWGTfLPpuXpvGh6UrqX2H9N1csZUvJEtLiNHKKfSqHBqbasW20NfbkKGbfndno/wMtPtzzzyPA5Zjius4Fj2/OIjtu1cg5zAAo9S4BngKubMhxlwQIQgk1R5bsGR5Vk52Vmb6wB69I6VVSKPrJuqHB7qCaYHeDMF2+IXR3Kpl87S0lBkzZvDyoqKornhI3gb8GAE/vjaBHIuQtCcKwg1WN26Q7Y69uEbjmd/PX9rmqGPTFOX8Ad2MYACZRY3BUaCvztBrk67paMyBb2xpFk27/d2d96RkZObkN37muWf5x7oh+xASnCRKt5viU6gh1KRHKCAGQIqKirKzswuLJhhuYlQcHZz4CjncINuG3qtxPYqCUVHR36M/RQVZxCE+pk6dmpOTg97E97FqBKjaX0+E1RbrLnsfCinsU+GnQu3FRiKTSA5Z1+K0YAq2Hfa///67TeuWGUra8UceW1A4pqx8m2hCmlsCufB0HbaS4/77nx+1OfHklEZNWzY74vmnXgjEYjAR0QF4GoiQ7MeYoUJu6BZ1BygIWs+hyQImi9usnB71GWzqqL8pSrd05frc/FeUjL+n5v6nefMfDs9b2kiZl6ssyk2d27bJnPtuq4QymHY8ppXZbpQIA32KHjahTqQfbGrJpIwMZeyEcVx+HJMZNn2qwqA1OHbXh+q/uIbfKRw0JMs/mAy9HeWNOkUHBhDtoIAWfB+VhsL4CIHIPxeW3VBL8g/UHhFGIyKrdihYjlZyVXP+V/OOaNVGSVNaH99mdPGY7RVlKCwg5F+U3TTUv//tneNOPDUnv2lWduqrrz5LdcUPgQttCx0l1Q2fSVWHgNxAFiOw8j3TsXUxZqGpPOfgetOI6USS//n0k7Zt2+RlZB3RsvXMaY9VVoUh9rZLnaFhkmiYTgzb77z711NPbQdnCHjrrTfoWhR4L5HYxpURxC4gYrArINLUMsRNRLPxHxQQQSczRtgAbkwNVWeb/v/1g3+1PiI/N105ukmjRydP2xqmB6E6Mk5KjL6zCl4F0v3jo/+2PuGk1NxGqVm5Mx59DNfExauCldWXEoHfXtxdhBpCTXqEyY/3Jk6ciOYcMGhgQfGk8cWTJk2bPmXGzJLJk4CpUyYVF42fPm3SpMlFEycWPTjqgYIJhaPHjUWC0ePGgzuh+ePGjcPvueeei4v8Grr6TfhNROjznw9N00pLS3EuyojiwGBHr4cuDxu0bM3YwsceebxgfPE3X89Bp4ib4fz5C5Z0an96bkZqbl5+ambW+ecNLBw7esaMaW+++fr0KcV333Zzq/xcyH9uqzaNDjtm9uffo615s7ssrnOaMXQWj+n00Ya6BZSNCyf+Gh50PoBuATElD09r1bxtuzP6ntL9ztPOnXB8t9HHdhx9ZofJZ5w+o0PH507rMPOUM+6+8ZapEybOnDylcOLkBx97ckLhxPtKpo8rmFhYPGn65ElPTix6ZFC/vulpysPjiQhRFboXN2yVr8ddfcvqUP33YBLhXuV/4MCBE4omIfBlxWZOLpmEgOKVTBj/2Mxp0ydPLCwYN2bMaMg/VGNCySTIPwQJolWr8g/UEhGiFVAFJKXwjBySX3oyyNjCpcvObn96TmZKXqOslKy0fkOHPVRY8Mj0aW+/8ccHHnjg9jvuOu2U01HSloe1OKzt4XPmzOUXswyT6AEhFKzgjc5HXOoWXFUPI2fIVsxkpm6QlxujJUMRCc8I8bpDn6TesHzFiceckJfbRFHSmzZtPnTYkMLC8S++8Mc3Xv/zlKnFN918bePGTdPTM1PSlONOOHrZiuXCuzLoqSGuhCD4Bxs+EfoxCAIippYhboJW4cBftK8IoVjU8cgmhhGAYJkaDDhVpdVXV25e1alLu6aK0iYnR8lu2mnIpaMKpj779DPv/vmZ554oueHy64487HglJTUlK+OoE074bPY3uJpmwociZkUBLZt8yF0FF2IhQg2hJj1Cmz/FBcDyMGYh2flNGuc3a6mkpKOQ6RlZiAGox8/JwG9+o+y83GzEtGyJNAoSNMpvkpaWlpubm5qa2qhRI5jDKSkpIBvfLasR/CYiFEChhKWPbWyoqnrHHXegK4HVj/xjA1fDBrKdnZmVnpqRkpIzZfIMWP2GGolEyOqDBP/l7deGDruElo1MU9q0aZaSomRmpmemKTnpSou87OOOObZg2ixSdC5WMVPX4fo4wt8ijxBSYELGKDt1BsgNJJPPkYF969H0lxgMwiemTklLVRTUTaN8pXErpWlLJaNpRqNT0rNOU5SjlUZHKhlKTvOU1DQlE1WVoiDAY8jIUdIhGOk5qNFUJQMigoqCbRglYxMdAIiWBlEhaPCtdmlCnfEIfyr/jRs3boKyK5CN1IyMLJSSF1RplJ2BX2zn5eUgpKKcdCwVRhK2a1v+gVolQt2FAUefl4W7i5iQoVGruOzvb/3pwmEXUEmzUpq3PSwD9ZCWfvhhqB8go0uXbhMmjkP7BgOa5zJVC3gMHjO/KDXrnjNL6wZci9ZIo5G7CM0RAfPDELTgB2OXEyF8WAs9Dn1vxWMffPDh4MHnUWnT0vPz80kY0iAI6DcgCXnt27cvmkiTKqqCKDszLPERiuSAekDYI3KPUMsQN6luCvzl3RUFw7G5m5sgQp5VFtXIT65QKz0W+eSd1wd27ZLWtLXS4mh6/pObDR3PpH4iLTslp3OXbiXTp+L8imBEXDCqxjSdZtTxodGksuOufqgh1PzQqMWnh82ZM6eAo3BCybjxRcUTJ82YMWvatGmTJ02cNql4xpSSR6ZPKZowbvy4MePHj505cyZcQZ6ycMyYMdD88ePHjx49evLkybCsZ8+enfxwbv/xm4gQif2NPfqjm2++OTMT7UjSDEZEt4UuDNyWkpLWrGnrh0ePt1103DSugwaDhke1KvyJRuIvvfzcw2Puu/32W0dcNnzcww/88cVn1y1dhkNISONKXAogEDQQCnPKttV4jD9MpyM11/Q1Agil7dEgvsgbz7DO5nzy1WPTCidOeXjUlJLrRj18/4xZ9xU/OnnKWw88MPPhkoLCWQ+Nn3rHfaNuePyxmVOLZ04cP+OxGU9Mm148oeSh8RMfLiwpmDx5aknxxGmTi6ZPK/n0y9lxvowb/AvOtmJOjRhwTITqvweZCAX2kH84e+PHFU3k8j99apL8z5pWXDQe7uCECQVwB4smTZ5QMqV48pSHx9a6/AO1RoTo923V0MkwsphuOJZDo9mVwZ0QDTVCI8OxaPDllx8fM+aeu267/YrhlxeMH/vWW2+tW7vZ0CFBhqFHE81JFo8Boa8qD0PMojH+OjbF1yEIkUOmSMdJAWwrRo/BSC3oE9WexcyAGiAGp8cl9CTMs/SynTtef/nNgnFFv7/rlhtvuGba5EdfePaPa9etULUQEvKxdBf1BkGvLq4gn0RHlLT705jah7hPdc7wV4Q4Gp0iXMNAH0aJrLgWDIZRMVDeeBw+fYQ5JACrtu+c8fxLU6fMvO3mW66/+aYJhWM+eOW57csWobT0bJlfzTDtsopyfmVEu+DX6hvzIG4pQg2hxohQPCdLhpg1AD9K7BpxnSaEwNizDcfQIDRVZTv4fCEWDkfJ3dq9XOKC4iI1i99EhCb/OL7YxgbOFbvi99Zbb23evDn6FJjwYERskGubmZGT1ejBBx5G300dGG+7kBEzwWkmTRvbXvojnyRi05Mv0J+jI7KyPIgCU5lxmkZqRc1PT0dI0zgTCLKpU0DzwRKmByGUYccj6kdeY5BeIxIrg1Ec4SEGRwG2HZU+FrY2wzzEWZGKKJnNOIZT0HXacB0iLu1zb8JGt6iFYwYOopM0eadjOnyd/t2VofovJeDVfRDw/8o/zaUkcaiWf3SgLkSLDqPqEmVM8vhrT/6BWntGiMqHW0BiDfMF5eJii57RUlXScAsHXKtq+2pqdTQYpYCBaSXmjTDLNWnKif+YzeVfY8ARLU4rbNBz97oEZAxNFhcLQ9jMCodQGtoG+cdpVBNCjBxHoOJISv0AmACBvldmxCzLqKLF16AUvKlJ+7kBgbSibkJh/327PQSb9ym7gKMHqmZEQfBbvScCVB+/fMqPyBu3iT0WQEkpYYyZ5Si+FqN6oUS2p0ciBixopDRVFiUjACkjmkFqTIsLkC6gHuI0F6/6mhSS7opQQ6jJZ4SJLa69fr8gSmPETQs1gNK5rqlGyL1Bes6CCKpKjlAorFrQISex/K7/Pgp2ky++//hNROgznwB2BbAtXgv93e9+Bwps1qxZmzZtwIIZOdlZOdnpivLorEcqND4VzLI9w0BS2kbR4D+hdRnqA3EGaQJ0gMt52IyjozDCUCn6XJ+mx1k8SvNlOLmgo0Sqmmv6GgEaFA1N/RgFIajIK/XzrqHDkWUh5pWqKsUFhcPm0uA/9uO0nKJ4o5h/jo1LBBFhFaKIM/jVcFmqE1qAEUdd044n3jTkkiMC/yH1OYhEKERCYE/5J2E2xZsACHENRoCtV0+FR0nQmSLfCHHHoUXHa1n+gdqbLGOo9GAPWY9woTVN3TNjcINooiQKK6TEUWEF6Rq4EnDR1rwFmcsZhSxm8iFE49qRYLnFH7lxNaSaqTsQGaJCWSo8YaY50SrIJ4MnxBwUIB5T45pDtfFjWZBaG2W39MrSbXQaPD8rhDQmDD9eani9dCmPPGndsKj04h4Eug9tJ3ZxLV4ViRhs14rBtBeIOyaysWsPgZ5rcnGPq5rG34Yka5axyijMGdRGyAluAzuiNqDufBkdRBpaoJIEBT2eadPnuXGoeuDNcmw+Pizmo/r33P2uNYSaHBpFAfzpbUJ1ocM0VozsksPvxsPhCWPGNGuUk5mizJg0CakRP27M2OzsXEVJzc7J/8eHH+Es0QX4yi/6hRoErvzriVAAp/j5ERC75eXlXbp0EZMagPwmjVMyMpXUlNyM1Afuv/fkjl3+/eU31HE7JqihQodo2MyGaqCnJ+0h/cGmGbcjtNguio0ev3xzRc/2PbU4l2wbaSyoB87BIVGXdQtcHE1Y9WIkB7US0kuXbWyiZDXPb5YCFzkjrcM5XSJgdLh26AiQwGarvtfO63qHRwv18xFhlBWNTPIfM+xSaIgH34E/ezHtRNlxHGzHCbH66ZMIib8HmQiBvcq/kBqu224sGh4/bkzj/Jy0VGXmjGlVVRXI+VPPPZuWk6OkpRZMnsrLWOvyD9QeEdLnKPmXRFCGectWDL34IsTBk6NIvqI0I0q0GX9hjopGThL+eAZamhQD/7ldhRPQ6Grwxmsvqwqb3EVELLrMg9a+ewEkH2UioYNjp25aun5wr/NDFWEUwdKDQy8YdNjhR+4oj6IqkEQL6/SHXF7bCiOY/PVBet2ICo5iIUAbYELxy6ICEKr/4ExysKpLjz9cKhJHUTvc8KLtWoa4Y/WN/D0E3eSfG8QW1Nxj8779vlWL1kUTH4uT3RuznO1bl36Jjv5v/1zE7V7TtfgkczQ+ekHoDbxhh6+p69AbE4B/ZeFuIiTgH9gtdr9Q888I9wSZ8bD2Ybe7i+fO7XBaOzsWYZYxdNCgud98gyq7/LIR3303x9B35/zaBLqY30qEyUALweQXX15u164dOpTMzMxevXqlpKDbz8rMyiEHsWneddeNvHDENY8+85Ju0FhfzGJ8EB3iC1EX7oJlqsF4NEJSrRs4woWdywSpPdeMMIiQkpJxzY8emCr6DUD2OEOjeyMfAIptG1sXLbms/wWlm0upZ2PuPaPvnjZrHCwB5gacGLwBpu+sLqYeIdvZoWLqGulz3Ki0rCg6RydCA8S2eP0Gl0a/6Tr8acHuk2USfw8+Ef4caHiTFNldMH/uGae3g0foOsb55w9ZunTx3PnzWrVpHeazIQdedMn3i5bwAtU6am+yDFqcfBneInOWLhl0yaWgARXkh2Yx+MgH+r0IPH44xfzBN7TDsyrCYZxIR5HGo/eLxejCuqXz+vboWBX1oD6AS68b1qX2RUm5xPGHPmzl3OVDuvWD/NvR8gGD+l585dWC45ijkV5AkpF9EgabhB/HYOugBqjK6DrBSqESVEv0rimBLssHiimFiapMlJ7XI4Bdqm0cxbliu5aBW+x+Fz8Cck5j19TVo8jexhWrr7z06t7nDKsMx20a5vlx2sM3dmt3yt8/XB2mHgMZLqVBIZg+KJfBglUhUCGKFAmFcQViRFzTqR5t4iFxZ3FLP9QEap0IqWoouyQsaHV4P2QQadFOZ5753VezbdMaOHBwXCPd0QwxMFDr2GciFOv0C6s/Go2effbZwhEUU7/69OmD3yx4hECq0rFL54WLlo+4/JqySBAyv2VL2fBLrmrfqYOSojTLb/S3N9+C/m9Zv+bWG2/vdlY3nNMoO+Mf/5wD82jNgjUX9e8fCOwwdK10ZdmxTY7D1dqdfWJA9aJQKJ6TugLkBqLLl8uA22Y5MA5UZka2Llrc/6y+eiXZ9ejii6ZM+ug/f9++Yc7Nlw/s2O6Uay6+YdOSnZcPuaJy4zLmVfzl9SdhO2SnZT3z1PORaGDF8sVXDL+8R6cujdNoRtmHH34uLAA+7Q4XtDWVLG4uVLtyUWeJsNqf4/069iwIj63Ho6ee2u77H77707vvFE2ZUqUSEc545rlRRcWoyQOA2iNC1TB1kBl03WM/LFs6/KbrKz2aSvLcrCfzldRGStrU8ZOg5xt/3H7FiCsH9unTKjczXVE++uQLFDxeVla2Zk2zJs2z8lqedmYfNcouHdiveXbm6Z36bg973FqgjjJxs7oAFBgdNawzYjW2bc2WgZ27BDasvOqiQTMfezQmvkMYjb//zhtZNEk4b9a0ZyECW9euu2HE785u1+Xm665ZtXTh8Asu7XJG78uGXQ8VWr5kfmYGxL5xxzN7RSOhtWtWXHXlDeefdxFOzs5J/+hfXyFNJEwPHnioFitSMnhVuzSiFsGVLRkiIvHukNixHM+wVi1c0rdXvwdHTfzim+91eztjW28c3nPUXXf8639rkdfX3nimMaRBUZ6Z+TQLsPXzNtx+2z0nnnLqpZcMnz55yt233yHuMr6w4M23/wxt5z1M4vIEsbVrf39R60Ro8klE8HscQ6dhEMd89YVnG2WllxQUMMdeOH9B8+YtM7PylNSs9h27h6Ji6lHt4jcR4R4DU2Llw23btqETIb5LTc3Ly8vIyIBT2KRJk8suvSQ3PT1FUXKaN+vcs6cRir720h8LH38S/LBu6aocJfWz7+egOtYuXtTz9FPsaGDl4qW5aS2+/eIHxgKLF3511lmXbtnEAlsqzj37NMvcaaiRWy6696v352nGtjc/eHZUwVS4R3wUvc4AmUkQITq3uOXAUCAi3L54ReuUoxsrJ6UpxyipR+U3OXn2FwvWzF10YstW3/7vK6jt6vlr+3buzOIbVi74oG+XDmZIX/TDil7dz62qqli7es0RzU7+9B9fMHPnhlWzzzij87YyWzNZSBVPTeAV8qEmvuPnos4SoZhEp8YiFux5WjfCfOnFZ3Oy0wsKxlUFK9/485/GFRfHPaZ6bH1pxQUjrqjXRMh7Z2J62Cqwgb6cP/+qu66vciuWbVh66ZCrnAoWWBcY2K1PqGrbuo0rGjdu/d5fP4JV8MNXn3Y5Z3BVyMB5vxs+9JsvF2oGe+aFP40bW7Rj5ap+XXpUqB7v5uE90gxSvlk3QJLHR/sdFiyNVGzadMfIy3udcepxhx9WVRUUffePP/7Yu2tvVMy6ZZv79ewfrtyxYdWqlrknffrPOY5ZsX7N3BY5xy+bs5O4zNJvGnndJx99itPefesvJRPGL54/LzOt8aeffK0b0RUrl5x5Wu+d22ksRNVQD1A8fgOqD9R5LJGfWgfut1vwFZEG8+HK67ark5tbuv7HIf0H//Pjj4qnFDEnsmXFt6Pvvnpi4QPvfTR70aptA/r2igUrlq/cfvZZfcztmytXLT+s1Ukf/PsHXHLNsmXDLxxWvrNs+fLl518wDEUUpjACtquLyD0r+k3s7ydqf2iUPxpJeIS0lIbNaLGw+CXDhhZNKNi6dXvTZi12VoRQyLETJj9cQK/R1DZ+q0cojB1/8kIsFuvYsWNKSkrTpk1zcnJwHTBi8+bN3377bVz7rptvzEhRUnLyRlx9LVh044rVJ/foG2Rsx9qNJ7Q8vDyqQ+BX/TDnqkH9Als3bVy9/rTje5RvA1FWLV44e+CAu8MBtmHx2mF9O4eC6yDrx+Z2PK7xGdmN6F2b4VfdXBeJkNvCYCCYv1whVWZFdyxdfuW5N4Q2UWuXB9jjT7x/+y3jStfs6N+xhxel8Y8NSzadd845rrqa2VvWLV5+dPOTm+Uc3bzxkajbdWs2tmncXqfHZ9uXL3q/z7kDNStBcSZNGyLp5/NNdukA/tZZIkR+opB/nm1B4a5jWHb8qquumDR98uPPPjt+8iSIBCruf3PmXXz1SKj6AUCtEaFlaVtRGrC/4bF5a9b0vqiXwUrhxiz5YUu2ckxTpc1RjVvFQxsWLf7y8CNOjdCsCWPL6mVndR2ooW70ypOb5zTNaaukHJGee9iIy67avmJ177O6lUU9JNR1cECda196lGXyJ9gWW/Ldl00zlS8/+vjJ6Y927dilsqLMMElQlyzYmKG0aJHVqmlGjmsG169cfW6nkcR8rGzZkv8N63tbCHXmutHg1rNO7Zip5LRu0jJTUUZedsmOzZvbndCxogwkZ30/5+th519fuZMPjIj70e1FfUB8cKNdLFGbIElODlz7CHFVS+gfcuWwtYtW9OjcMW5VXnhxfzOoPlE8ae3C/4x5aOQH//1X1GZLFyxvmt1KUVq3O+FsFt6w6vuPB/a/hpabgVUdU4cNHjzn+29fffW1Bx8eE6Evd9CFEfiFBTih0G9ifz9R60RIhjBxIbgAVrxNE8cdEug//+nNoUPP16Ayll0RiqE7XbJ640WXXXkAmvI3EaE//U8AvmD79u3FK8/gPziCYESw4LvvvoujtIyka9192y1KagbcxZa5OY0ys5WMxn/68JNF3/1wQZ++pZURVfdiO7b373C6Fw5sW7OlR8fzDciwWblj6/rOnUZ68JbmrBjcvYMZ3xENlJ931giYetH4RpOVoYpoKdMDIeu/GsgMl03b0/mgv8Uf/ldtWTi3f4cBLErvVaD6Zn+/Yvgl1y/6Zs6FfQbESmkZ/sVfrR/a+wLmlm1dN+fEw08pXW/P/3bbicd1/fHHbSuXrT2v5/VWBS67dcOqfw8eMuzHUmdnBa3Ox6faCNXnClddFfhbZ4lwN/lntmVqfIFZ+8UXn7/sqhGvvvXWQ4UFYctBolf/9v7DJZOr9bx2UWtECALcPKXwgX/8eymoa/aSxZfddJ7OVi1e/tlxR/ZkOpv36YaTWx3DzK2rln7es9+IqigzglVb1y4bcP7VgYjLQtsv7tE+tJOeC1EdWWzFV99ded7FW6osqEhlZUDMS0ncqg4AgqdD6PAHPXgwXL5hxbndz6ZRPJddddGF0yeM8qzQlk2bW7c+y1TZxgUbTmp1mK2Vf/PF18MHjdq+DgXZtnHTlwO63Fa5gblalDnl/br1t4MsVlbF7Dj84xXzF3Q9ux8NJTB9w8Y153S/2NSYobs2yQsnQkEOZIPSUxvKSa2jWvt2BQK9AkMPCHkEsmazH1dsHNq/d1XlwgnFd3/8j3nDB1zLtPWPFV3x5nuvLN+27cijOtpRtnJe2WGNWqmhZevXfXfG6RfQSt0417X//NprU0smXnXVNd/+MBc1jPuRPCQ6GwGoP89GDRW51okw8e4Us01DffrxR66/5koUIBKu6t+/73/+9/Ef33zrultuQSFjLuszZFjx9FkHoCn34Rkh7D54hPjF9r333gsKRD+SlpbWpEkTcOH7778vktGceM9+9YVnO5/dafzYcWikWETdvLXykkuv3/Zjac8uPYSgfPvf/17Yp5ddvnPL0jUXDbw2jk7StRbOnTeg/+8qS9mWJRtHDOpfvmMtLnXLsNv+8txfIeWjS+56YGyRULo6BOQGJXKY5aqgPHq87bpMq9yy8PvL+l2slptxywQRvv7Oh+PGTtuyYtOg7v3RG3oaK9ugXtT/op2bFq9a/OXwIZdAzF9/6eOWTduFAsb2H6sG97jcqvRYfEf5jwu6dRsQgaHJKQ53Q+AvHgihQhC5SLBgHSTCZPl/8olHrh15JbbDkar+A/v946MPl65e3fakE9GrVZpWftujP/luTrWe1y5qiwhhBnllbzw/a+Dg69BIz/zpjVFT7nbYj0uWzx5xyd3RUvaXFz45qcUx4W3L1q+Ze+6Qazduo2khW1YuPqv7oBDcHj141bndZ/9vbjTOHhg766EHCqObtlzQq89OVfg7qDlIUx1qX0gjtRdMtDCMPmvd4vkDenUPlFXFI9qi72Yf3SL/84//8fXsb66+8h4I5rMlz555xLFl29eiKxjU4049gDM2rV79ea/21xKROa4V23bBuUM+fe8zJB77h3tee2rm6oULhg4cUVVhxNSqpcsWnttrRLiS35XoghvoEC7KAeqOEyHqho7WHnADEubqDRE4hHK6zEDjcdbatHRd/x6dK3Z+Hwmv79fr8lmFzzF747TRF7z7rzdnL1vRr/8VSPbXVz9tltXctjZtL13apevlMAZo4oxjr1u6LD8n+6KLLjHok1V0P1zS50JeREGE/BFJTeBADI2GQgHHNVyPCnL/ffe0bNEkPU258srL0X+phnn773+f1+IwJS3jsmtvivLJgLWN30SENPCN2q/+OijocOvWreIjO/AF8fvxxx8jPhwOC5qEV9jlrDPtcHDbuvWi5YLbq64fce3f/v15196DtPIAM6wf16wd2LMHi0U3zV88uNewLWugE6x0S7Bbt+EVZWzr0h8HnN1dDVXCMlr9zaKj81spKUrHXmftDEVxtQNQP78ByA0NUMDxU+lV4IS0qqENa9rmHJ6p5KTmpCgZypEndiwrYzvXxS/odWmszIAsL/1hYb8e3ZgBGz9w6gmtcjKVwnFTrr36nrGjHpk/Z83AngOipWXMtFfPWz70/Os3baU1BcKqmJUN4I6oiV1KWJeJEPkJhwKuYwhHEPLfomWTtHTlqmuudOApmuYLb74B4VeycyY/9WyUO7wHALU3NMrMACyhq0eMhK2oZCphpkZZMGKEO5zcLV9pPeuhx4b3veTxWY/MXbio14ArKgIe06KrF3w/YNjloZjHDG3LnG9aNWmjpLRs3/kix4SPtOOMo4444awBm+jRPKQLhFjX2pdFIuAhtLC+av7iS/oNNKtK6T1hZi2YNz8vu8kXH391ylEntExvMvn+aVeef82MKSVLFq/ocuaIKCiNxRYvnN2n02XBrVAFtL27bc2KNnl5eUpm13btI9vWbVg6v8fZ/fkXjYyt2zb16nZpPEIeYUyF7XxwiVAEscsPwIvHrf2DBlv67cLLh15gGdsiwfXtjztl6RezWXRlyajL//vFZxpjXTv1TFNyHpv55wsGXT1p7O/XLJ3TtcdVm7dRcbTKClTFhHFjP/jgQxTO8lhVhF5EFt1pfSVCvuicq0IdEh/msDXaphoMhkM4htIEoppfztptR47f6hHyebwE/zGhqqo333xzixYt/vWvf2FXkCWSYYNKihZyLFo3gReKiwW9XkuSa9gsFEbpzVgMl2OWbUP/UQs6vW/uwOHDlcSwh8siVeVwtWimIf9oE72GXmMjATUFaC+KaMB9AwkZIueO5YaCfIPFbUiwjRSQAgfNjipAPApJ7W/Ri9Vk61d5TggFE0vPUIDhb/H3q0x67Qp1AKZFNMpOryLgzMREcqp2gBNhHR0a5fPdXC7zCfnnukCrRqE4OIbyoFYQKuM0Cn9g2rfWiBACarhxSDgtQ2EwN8rMMjOElnSJ5/hKCzokmtq2PCImyMeZEw+pECE0N3jUcA1apjmO9ofO2DB/4jAAIRrU9LhknWtfyDc1JWUPzakazEDxVfoYBQoEOUWWHYsWCECZ8UMvjfA+AZVAHhB/pQRpcFSDXsQp4CwS/jDzUDl8PBiXt+P81SEhIviDHS5AVB+oKYjWgZEe3A93x68fOHBrdF/ooUQcX2zWoofAqmMFqAY0WL2lUPaIRmtFxamzoAancsRjzDHQU1AUSuS4rq5369I1Go1GoipFJCqMH0yUcve77zcOgEfoQ2R6t6zz2tstHAD8ViLcK0zT3LBhg1hcxuDfE8cGPTmnUiRaSDSbKBg26F1hHIdfQ1Ou0bW79BUW0bAgOZ3G2MU2tTnVBec94kb+V8TVOVB2OQmBijhERqlEkHHiJ8vh75VTQhJ8egsQpQa9mZrrggihxompdziRO9YouGuiT0EkHw0W4f+DuEedhcjbbjn0i0aiIaTlgKDWiBDgrcBbC8Xx+y+KQ//nwNyh94oRqdtMp4USTFo3wXNpeY04aA90krRaAi1IRkMxXCFwZfytw02cyDMyaXEHwI+EZWz6cYjAXzICUBSoh40eiZcM9UMpaJ8ohFgfxecnUFLRG9AVErtAIkbU0AEDv/VeIfIjAlJBnaHIfF0YuMyuWkk+kUojW+guNeElYScYhp8rIpHy69lfZWdmFRQUCA8E/xPf76sOtYEDSYR1BTVChEAwGBS+IH7FuCg20E7YEiG52USjwh5MfJTOgz1IqzH5Uwptcpxo4XabXEBu7tUHVHtjIuwqL0B1Qvs0T5IbfviFR6CaFl+RnlcYmY6OHovqZO1C0z3PspGGajUx1CxRC6hNItwTQir4jF/6hIrYVQ1YThyuq1aV0yIbkAD4PpCM6rVYeSDVSJYxcVLdBuVZBJeWz4Nei7IkSkQrsGCLxn+w51WF+OfVkJyb0ZppWfCQSFksvtR4vSjy3oHiUEkZq4xEQIfUuK6FxsWfCltDG1OKmEVlpSdPRsAKq7ToAL2rja5A9K4aT1jbkES47/BfMfTbrNoj3C0IwBCiPzR9JioWGUiMqjM3EKisXqy2+r3U+oPkTiq5vAlQFIifHEHotuvGXFpo0Kb3wbj2h6M7SVNwMidCjl1bolYlahwHkggFQINoTNumBkWXqMX58hmATT4fo2FPO1xRQeMfNDKKZD8X6j525ZZWDad16CHSggURSLzF2I/J15xCzYRCNpGfQ9NDucGMNFowVIE6E1esp0BR0MhVEZUX140Hq+AZgwgtRtZuuU7lpbKG4C6jAzB1egZCPqM4XSxgcmC8AkmE+wjBgrgU2gm/ggsBRAoyEL/JgGmza/0FnGs7SE8fpKD1lEht/AQHxgiqEXD+2wsRii6P74PnLMuEcOsw9SKxUopxGIx+/rI5PQhCsqT5gDSEVO8MgvqFA0+EBAiDEBMhKNi0HS2mivhwkJ4Ti2DRWjSkEXsLdR+Uz2qlFuRHAa4hH+1AvE1cTzDovZpEsRBFXzHm4yDYNmj19YSxUI+B9tTQw0H5wfogO1SLBw/ArbToYRJNMIjRdyfVbeWI1OmJkRuJRHzyEwNpol+tVUgi3Ef47uDeu2xqvupfDl3Xk2nSF3FxHf+o2BYb9QJJLIiwq8QJ2x+CDa32LG78oncD7anoESJBcgNw3HIi2KV+AQldetrqQB3Ybl97l6hx1B4RJstAAjyKj3/Q1Ery+cT7xJ7t0ss1dNwwSXgcx9M0iD99cGB3QJb8UPdB+azmckg2fVc24RR6pmtpNncEaeYUHwaxxHe7efHFIJGNetDp0xy04Go9B0qBIL6vy3RNrShDu+smfYyJujloPY5U0uio5dC7k6EYzboABBcGg0H8xmJ8KlBtQhLh/sJ/lJVgMtHyySEJlYEq8eBXfMcyqlID48TEudWoR4/Hfo4IBSyaILbrGWFp6QYu+OQRIsAf5suT2ugLAhX0Ni7MAv8ZIeBbGxI1iwNNhGhQx6ZJkjB/6GMsBqx/T6fPseFgJE6GEEJVKDFFMKYSDSRdB/Lgh7oPyidkm2/YtqNb6OE5I5IW0KuWCCZ9ghhaD+OAvD83FqEZA1QJEVWUXVRFUiXUSyD/6PEcelBq0awox1CrytFXoEYCfGYpmcfoEoJ2KBxFIr+8VVVVia0DAkmE+w647cJzBziX8S8XImKPwAEXR6RGePLZZ+645+6qMH2L8rzzLmjUqHHz5i3vvfd+kdKiz9zWG/wcEYqKoZlB1UQYjVbMnFncqHGKkqKMemAKtDwYrLp65CUpqUpGes5js17h70vhClCHRH8n/cJawgEiQrHDXUBBgdOLCzMVWkv9sSkTqDO04t/PXaRkNlYy8k/p0AWeYDBGswcFBwga4FcTFChC3Qflk0+IxAYRoXAH8aupodH33p6uKGnpytRpE51ICJ7yEy+9mNoov2WTFuNGjYeTBDOQiszPiepkNNdr8JW5UA+WGqkACxaPuh+tn5eXM2H6DBzwwIewgFV2y7Br1Vji9aHkITH4heFwGF1rYr/WIIlw34FG8onQ30jobnKohiDCufPnNWraZOB5Q6AoL776yvDhl+HQggWLjj762K+++gbbfMJNvcHPEWHiGSHFJYhwyZIfOnQ4KRIrdVzjqsvv+OLTRX/605sXDOuHBIsWLmvV/ISvZy/ip6IHoCevfFuiVnDgiBCdoGBB11w87/su7U8xIuWgwOHn9Vv83WfrVi5tfdRx//t6PuTj3jFFf/vnJ9xxID9hdyLk10mEug/Kp23D8IUmi9JQiMaCmzesPqfTabGqrQ5zh1143vLvPtu4YmH24UeWgit19aLBAz+btxzWIExhQ9VwTrKHVG/hqlrY5u9RL//h626nnswMLRaLDLjwoq/nLqaKibKzWpzaJrV5XLNjNu9DPE8sbImOWowJHYDeQBJhTUPobnLgEPNfsDdw8KCXX/vjFddcrRrc3oMP6bJYVL/owku/+XqOSF+PnMKfI0KAxJf2bTUW4v2bYZohx4sYpnrKSd3nfr82EgkZ9JFuGzVw6cU3fvbJD9XnGUL05RsUtYSDQoSWFqFRQVdj8VCHk4+a8/m/VyyeP2XmY1X8DfKoS5/zRf8X0mlO5Z5EKC5Vf4hQBNeDl0tcCL+QzxaJMy9kqxVguJNOPW3eJ2+998aTf5j0DD0H80IvPDLhgSnPBZDaMuAraRb5S/VdAapfFST1Z0aUJsXZhqbFjj3t9P988S1k4Z4r74qurOx/eu+45gqP8KBAEmFNQ+hucqgGXP5XX/tjyeRJ3/4w5/wLhxkOPSCxTHpKsHHD1iGDh27auBXp1RhZQ/UFv0CEqOfEZBlfE5j2xlvPpaUnhkZ5Z0GPT5YsXjGw36WREHVz5RXbeTx98ZGuIlELOFDPCDkfCCLkb9F4euSNl57Kz1SmTRgFVnj1pWcfLio57IRTc1oceWS7MyEf4EKQRCBKr9YhJC6VuCi/Wj0A5TN51mjSq4Rx5gbef/cVJTWnaPI05m575cnCuye/VInCRjbuWPd9n8vuKKMroLroU8SoENKS+g0XFgA9+Pd0DwaxGn79heeaNm06fso0lA5EyMD8MXZJj6EbN2w/iB6wJMKahlDa5FCN5cuXd+3eLaapy1Ysv3rkNTgSDMFGZkuXrGnT+thQkM8j5+FnuLAudgQ/R4SmCbUX+9QFmEZM0yDyoD2aLDOw3whwITy/cHTnwkVzjzryuEiQVlXjsExTF999lKglHFAi5AKgRdH6xIVitshFQ84tHvvgW6+9cmaXbmUxPWSw2+8bVTztUbiGgjH2QoS7X7oOg0rNV8ZI8J9Drg49IwxWbmdGOfPU8qg+4pprJvzh8n///cX7Z71Cy456gSVzPr7w5gexTSMotIo9OzBrL9cqHI96Bl28PcUnyzDXjqqx/hdefM+oAqoeNHkF63ViV10/mEPBkghrB6I9k1rVcZw///nP2dnZqen0OXslRbnkkksQv3DBsiPbnmCZkH47rsESJB/xZ8ShPhGhADxCi5aKgLyTgeu6sZgGk9d+5cW/33Ljg3AYN21ZedrpJweqIvAZYEPzRwLClCZIOqwlHHgiTMiAZ3t2nDn6e3/988Bze737zlvFU6YHDQud4cqNWwYOu1ik06uXlk1AXHT3S9dhUKlBhHziKIVgqEJwIfl4XszUaGj0ieeeufO6C9985YkbR0/k8yPVd15/7v5Jj5fxYpqRIP7ihPpR4p+HC0/QNDxm6/GIG4s49G1aGgl74a0/XzLyJnp0iLZX2cAOfbdurUAdHSwPWBJhzUPI7h4SjJuqqopfbC+YN//iiy9GigULFp1xeqeKshjNocYJHouEaRb1nicnOhQR6hZ+jgjppSiwGu1TXwA1eP/9t4cM6S08wiEDr3znT//Zvn1rfpP0CHwFJEMNuFRLjqvzZ+Q4S6K2UHtEuLus7grw/h9/bOalwy92HcPQYyOvueL99/6yevXKI449tjxCnyO9f/TYqbMe00wrptMT8mRZSmAvUXUTiSJHo2G+RhrJP8L2HVveevPVgX27MRaPxENDLzn/s//9e/nypfnHHk0LzwdCHTt2+scXX0E9qJh8gZ36UdxfBIqA1uSLy46q/mAAAD9ZSURBVNovPvnYiAvOAxEGo5E+wy785Lv5tORUlLFyb+DZfatCKjhREuGBQ60SodDW5LAbeNSyJUsvG34pNgrHT6Cv1Sg5zZq2TkvN/eR/XyXO2fO0XR1KIqLO4OeIEKBJsrSOlIqOD7pQWbntiSemZuWQN3zzDQ9A5H//+7tbtMrFbnpadnpK8y8/n4+zIlHYx1RM6Q7WHg48EYrwwAP3NW/eNCVFGTRkIHbhLsyZP0/JzFRSUkfecGNMp6+soCvUaSHOnyjBXqLqJqikyR5hXI/600dLisah+Dl5yqVXXRRW6as7L7/7mpKhZDVt9YdRhWIslXSJ2wIGvXdej4HmQjliphk14igTc+1pRYVpipLfrOmwa0ZurKDv8NB4aJj169B78/YySYQHFLVNhGhLEZI1V0yAtAxTfIclFgrjNxQI0zf8eC9BD9f5DNLdTkuAp0iEuoUkFtyNCBMvgXgwbHVBhIwZFRVbUHTXMxNfXGKuaYPt4C/SV6htU7yFQkOjYtao9AtrCbVMhNSZ+0HIRkxT+RAZExtCO8JqDL/YtvkHCkQQ23vB3mPrIKjUnAVFVdAzQtvRq2eQIqDDj7uMnhnAF3Qg5syFGlSKSdawHR36XJuj0xIT9afUewHyjsZFgVELmhX3zDi4sHJnKXbRAaD4NC2ATxvwgqTqQYsE46BAEmENQ7Q9fv0gwLt42oeluNthHkCHCRtQp6OGvoc8JPoUHuoQkHdk1M9rcpnA7xSPPpA+vWS7nlg7DV0hPTIUU+o0nboDria0S3MLaKzE0HUNfSXiqt8fqlulPgTwG4gQbVkNv3F/iup4tBR1/YL8/G0u2gQ1itZHrGd4Drp6Wl7STCwiI9RC2E/0K2J3YZcMiOjdDtYBiPxW5wq5peAm5o5SbVjgQmbZ9Ily6v5NKyoekFVW0eq7YERUjRYzGH2mgesOrkWbe1y5PgF5jltUhnCcWpnMfLQ5/yZdxHU19A1QedJ4+g3F4vh7sIopibDm8Wvbsj6K9u4gQecfC+CWLpXHdD3dptniIUYzIKgTwCExc8yFpWtD/hGFng5Rmpl4GoQ+kE7Gf4M+RmoYNHveRhrmial31fZ1IvCXk8S2xL7g1xIhWkQE/oNKFwHb9IkAfkiN0jKBmkmjmkR+6PodE3ZdHA0P60ePIR5NmPAB0fgQAiIAND2sInR91M44qBkueYy4YIR/hxJR+MUV6bE6zjAsC14T+ZRhFV0oHY9E46BPVaPVCkU4WBBkLwLPBkmuRivq0r6qxqEc8O9UWwXNEReSKxiLGXw1NS9OgcgyIdTgS4fUycZV8EdMHUIVBIKJhwU+v4pdfpNEqGvYLWPVW/gRdZWI4UURkQcLkggl9h0QXFo7GVvcrLNNB9qMSHRvUPQgM+MRjfoubt9HbcMgh08EUnucGNaMuEWzyDzX5J+hobn1uKTFB0kQqG+lhPTpf0SCI81dn6dPdAQSvxX7QISiOdASvFE4HJe+sct3bNeJOxb58bB2iOIsE2lhEXmWZqlVWhSpLM0hSrRAinbEjsWdqO2RV6DblkbOQPW9QKYipegfLTMarExIGLPihg7JAD0giCxBksCl4tSDBdxaZGZX5fCC2CBpWh6A4iOoHl6BFnnJMQTs0UeqPRopJeFHeak8KJGh24E4TnZpwBBnxQxHNclZNumrVbjebvKPCD9I7BskEUrsO6B4QreZzueF8W4Amhr1rBDXb0qBSJu6KqSEo4Ad24ipsZDlJJQcgXw/Kwpf0LaJFJlJS5DgvLBhw+TnH2sUixYSHIc+XyW2JfYN+0+EtmlRF897Y1OnlYBEPKWwmWHC17EMehPIdTwYRaoDewmJTaZXkAdJl3LpsTla34IDZMLXicMYCocC0E9Tpc/4umBSVaOhdZwIxyhOTBBW6bEBgmY6pku7pkXxIhwE8Lvih+fK5hxN3k1gRxj14Gmw6kDhcdujNVRVm/jcIg84arohqjs6HcXny5G7rHQrzR/xGOpN5c8OGZxHen7A/UKkFUTo7RogSdzdDxL7BkmEEvsOKB51STo9A6eBHHh0JpQe2m9HuQFPugoqg4ugu/AdAwaiqStwXSI8uIPoB4WGU39hqUK97XgYBnJEi0Pd6Rb8uZGm6cFgGL/Y9klRYt9QAx4h/qNdRCxPA7WiBWap88Zh9PU2PD/djIsWp+8sISX2+HpBMInQm8e1GOLCcbQ7peGXh7TQewM0+O0xrQq8aNON+C0gSrCPcAQsKB4+8VT05I0fPxiovjH/S94pFQE78GlDOs8fecaID8RolFjk2QHrI4jnolRww9ZVkn0cI3azovEyVKBq0YBzlJxrCtEYDQLjFPIjuabQjRO3TgSJfYMkQon9Atc9dF6GvrOMzHvoK4vH3Cj4CnvoDI1wEJGREC28bTA3roU9GzYuDagiUEfhOZ5Hu/F4nJlBL1qKyCqNPAyaasv1m5ba4Rs/v9oAsKtrkPhl7CcREhDJhwEipRW8FZkDBxGevWto4aqQSiaOS3MDYd/QiiI0/AfHPkhECE9Opd5fJXuJHoQRdZZHPB3uj7gdWEHdydwINmO2Sx/nc8EGmmvR08GKYERkJqLx1y2qT0I40EjcmARvtzyQe0dLqlJ9cUtAi4HZ4eHRkoMWZRiGoAWKp9kx0IcY/z6nyzQ4zyB7M+Z7hGGNvsCCX2wnvtpIY61C1BPS7t86cXeJ3w5JhBL7BZrv4rmr5sxunZ7WKr1lppLVJF/JbqS8/Q/6kgBzLVpgkJLwzk4Nox+wjRi6ghhfhC0YpQn0COggdF2bPOaeZllKTl7uhKkzeF/Khg0dnpmRn5PdtLCgROg6LkXzc/ai9Lu6Bolfxq8lQkA0D28gERIVj5q22dqFS49ufljTjJxMRWndstUZp7SLlIPAqL8ORLVR4x5s3qJxtpLXpulJVXGmghLCbPDR3SsCsJPcZfO/aZmZlpWSoSjZV1x7BxobZ5Xu2MbZNl780G3ZipKSpowpLKY7emzU/Q80bdxEUVJbtm771/c/RE7EY0LdsA7aM0JxV06ESbsUs2Hl4iOaNWqSlpWlZGQr+d069w6pwZipGRZDQJJAqCohsJ5bUjQuDbWQllUy4VF+Jeu5lx7Jzs9SMtMLJk5BzUTixH44iziUro9yV99U3LA6SOwbJBFK7BdI92x7x9J5F3XtHNtBUwWZF5o/95O2p3RcvQUUaNC3uIO0qlKMT4Dga00lBsHgGSAG+9G4bkXKtq9fdmbHs3/cUcr04JUXDfpmzrwXXntn2LArbJOtXrnlyLYnfPH5d7hfOKT9jNLv6hokfhn7S4T4D3fQdDcsXDasd/8onEK4hpWBt994t0vH/pEKS6usGjK4f+Ejj4dpsFRdP+8bJSc7ENZZiA0+oRuusrMs0LvTOfGgqTsQAG/M6DuLx93Fh03VSGjLunVLzujcNRBRIT8jhw5d8PXCQIU77PzfffrpcmSgKkwDqghidFRkUIQDDdxSCF1C7miQk2TbYavmrju3Y1+mmSwOLy9SXDx6fMFEGkumaa7kGFJuXbi+7sK5P3TueIZrxiNV4cuH3/j9t4sXLZ7bqk1eebAMSjL0khFfz12MDVIYnA7SlUOjtQBJhBL7BbJULSu6dsUF7c9kOqPPy6ul29bNz297ciW0Na5uXTivdcsTFKV5+259dgTpIzOzP/9vs6aNFEU5od1pO0NRIkZosKt6WpXo4Dwt2L7dMZ/N/gaHYOqbOlnAF1941ZdffC/UXcyz/4ne7+oaJH4ZNUCE2LK8rcvXnN/zXAYHT4XFQw/ILhh85aI5q9cvXTagf59yw464LrPgDIbXb9+2syLGKtjw0/tHK2Nbfiwd2L2/EQSd8iF0GkQNgQhtmkIScem5GH233YpUdTzh+M8/mo3bDR/++wANLlDQbfKJECB9yMtBe0aIWwqhQ6DbcyIEV7ls3cJNl/QfblSFPS3MWGzChIe++faHZSu2XXTRbaedfu7lV4xEci1Kj895ZepWXMNZRx9x6nffLHr5leemzyq2oVfMe+m1t0YXTjLEs1fTJSKksvp3TeTCDxL7BkmEEvsOKB70Ex5hdOXSoxWlRX7bNCWvBUgvVXnjo88qoORq5O6LL/r+22URh73y9gdji4rUSNUZp544Z+4PpuuNLSweX1RsmjQFAB0fKbkTefeVJ9Kzc8ZNmp7Qao9Fw+7mjWU9uw+orIhidzcvYDfs6hokfhk1QIT0kMvbtmLt0HP6WZU0Q9KOoit3J44d/eF7f3/rrb+df9Gl/MmgTQ/J4izMH4uxzezmjhfBNYwy5y9/fKG5ouSl5BQXP6LalBQXF19w9RwwXtk7f3xUSVUmTJ+pGvaaNeuOaN02PTVDUdK79DhnR3mVGBfV+EsF/mPCAw3ckoQOt6/OgYjx7E0rF+UqSrOMnBZZLbKUJtkZTT/74n8r161q0fLkzz5fBvOOckteHgJk2nj1xRfSlNSpJU9qMe+tP/3xoYfvARHi+LzFy4dfdb0gQpxiWGYcHmVC1BESufCDxL5BEqHEvgOKR0TosfjqlVf26LXtR3qD+NH7b3tqwoMwg+njMmq05xFtMzNaKKktUhu1GnbppWtXLR12/kDoc8ygiQMIaBBNVzXekzD0gLEycOTACy8FRyIiUKWCBU88/sxgoHpEFLfTxNtUe2BX1yDxy6gZj9BwVv+wcFDXXizGPULUveNMKRz35af/XbRo1ZBhl9BrFJbmVZGbBI+PKCvIBh3eqTIYi0FwXJUZKq4zZsxkJbvNe//5BoQHgdLikB3Vi2xiXiDuGH2HXjhuQtHSpUvzcnJLt+/ANe76w/0TSqbg/sGoZjjEI4gU4UADtySh40QodhPB3rB83ojzB1Rt2U4Mb7E3/viXIRcMWL5mRf8BV8Z1Fo97puXRGms4Dzxo8ddxXXbh+VcWjJvy4kvPPP7UNNXUDM9bsnLthSOuCcZ06IuqmXRD0hu6Kw+731bsS/x2SCKU2HdA8QL0phQrnTt/WIdO9L4fomJVHdo2f+Yvf40gRSDY5+jj4ir1g9w7YMuWLbn6iuHYRMK4RV9dgy9Iq0p5cWZF0aOQPuuhP7/+0g23/C6o2evXbzv6qJPKy8LiG1X0MhnvOyjsiV1dg8Qvo0Ymy9hhVa8MDex+TnRnpTjgWOzi86/88G//2bphw3nnD9wWCtGwpxVnRvSu++6bPPkRttMc3K6Ho9PAJq5A32q13Zhjrl2/5OorL4BEwMjhw6T8tYG4bmmR15979tILRyAx3D4ITdxkPyxYfP3Nt4Ziuz7e63PhgYa4qxBIAhE57bts1YLVQ3oNMarCfBHh+LfffnbTrXcsXLrx7LMv0A0WDtMSOdUVivMtx9CMmP7KC2/ffOPdr/7xhVFjfg+Kx5kzHnuqaOoj4rpi1qhtWtauNSUIIhciSOwbJBFK7DugxQb+eGzLvIUj+w/WorYNm9WMvfLYlBO6dl5fEWCGdfOg8//5wSdQ3Jt//2DB5KmaFmt38nH//PA9z3PeePsvF11xdVmEejT4B688PfOyK6+iziFWcfF5fd/750fzV6xt0+a4SDhOi68mD4ruHbu6Bolfxq8lwqT+ldqFd8fUWAAiLXfh199fPPA8I0RD1pZhvvDcy13a96HRTc/u3af7mJJJRISeunzhV7mN8+nJbqXd5+TOju5+9vlXndp3joRhRrHKeHjR4q8mlzxoWCHNCIE2nnzq0QuvGFlBY632DSMu/eCv/3jmmdd79r5It5iqe1eOvH5MQRHcR/FyPS3faZJdxbN5YCHuyoWOb1oItO+ynRuqBnQbZIVizFL12M63/vxS8eRpCxZvOu+8Gzdt5iur4Ryc6LBnn3zs8kuHktvosX59zv/XPz9ZtHhemyNbVEUCmuWe1qHTp1//gGrHdXEKNKH6zF3SLq4mgsS+QRKhxL4D3RA6sh1lgeDm7X3P7BTZGbI1k6Ej9OIXXjXiocIC9FJlK1alKxkpGY3P7t2vNBxxHWPjupU5OTlKSmq7MzpU8hmAfAkSFgpWPDFtQpaiZGVlXDHy+phuFE+ekpqanpmZrSipubmNvv7622hU1XVT0+B7Suw79pMIKQLOieVsXrW2ZV7jNPqyltKkSZPOZ3eyo7HAzp1IBgocfukwHMpMy23R4qjSAE0GYVXsku7nGQ7TmfvCC080aZSRlpGakpkz7PJrkB7cRgMCBHf0/b9v1Tw/OzfnnL79+PCnXTJlQlZOenp2zqDzh4nMiPzEdRKe6mwecPC64NWRnAd30dzvW+TRWyVNc5o2zml6yqlnlgUr1m7efMaZ54opo5oeh+HocJe5cNz9qCiE6665la82b7/25ouo09Ss3DGFE3X4wTYLwQRAkcXDSEmENQ1JhBL7DvREUFvNYUbEIJMVgT4fE7MdNRCqQE17aozROjPkzMEpVHHcoWcm0GbRi+EXPUJMU7FBim1HmRtz+EuHiIH9a9L7xKTw8XhcfMpKYv+x/0Roi1VG0WKa8FF4e8VVGgn0rIAuFg+N4zC4Da4grZiHZoQBU2VXafQGgctizIsaJjU9ZCLMl+DEpUJBvpy3DXPKCEbpm702HxMNhH70mAqRSIiNSdIQ02nGcXlFFT/1oIAISYxWiMCz4To6LROIfTNqubyqUArVpXV1dQPBwSn4R+OmzNC1ctSVGg5RnMPCERSHKox/nYxMCvxSqTkJmjhZvj5R05BEKLHvgK6GTfqoDDq7eJVmlwbAcQ59XIV6Q2YZjsGXEo7CTWQBw+LPEO1woAyNoJsG+jCt+lUw24qbcd538EW34fNVdyuubsQMI45TaOCVf+80ad1tiX1BDXiE6JE1cBXa2dZ13XadiE5NRqtr0lp7trCM0KYxkz4/i1NM1SYihFx4Lowj8fWJsB7GUcMjVkOaYICPskKAyM0TIHfQsMGXhk6rcSeWGzWrl1tDOj8cLODWyIkIiWzgj8vCFVXcV6T4OCP3D9VDS1DQKIhu6g5fahCyHaOpQ55NC9JRclu3IuKDHgilgRgqAxucPmkIulr4E/KPSD9I7BskEUrsO6B40M8IujHsQCvRs1mu4VnUCVo6N3dd+so2rT5MXyAGfRGxxaOIx7k4CxY9fumrBeglaHlilyYCkB1MPURMNyzqPbBLas8/yeR3ASJI7Av2gQhFe4nAI3Y7ikg0kgY3ESwYjYvlxKKREKJt+vyqAaWj5kIsn/pIS5BZqsXog01RQ1XprXO+IE11gGnFZ0d6nmvCDMKe6UFUXPHWBJKIjzHhFNNyDtrrE9XArXnNwKrjvAe4TA3B5aUtWHJi5gtKrsJ4AP/TqkpceqExFtQBBMj9PMTRKbbpJD41Bc5HUrC+KDWdQcPHQvj5FXi8HyT2DZIIJfYLuzQQ/7ka812upWJOuTjE46HMHHsqMAc/JYHEdtIhiZrEryVCoLoNgN3bazfsOsT/QAC4DAC0kdjelUj8FYdExC80sX+dxNk8feK37iA5b4Td9nfPfCLSBwpYzYsJYJt2k8/a8ySJGoUkQgmJBoffQIQSEg0AkgglJBocJBFKSCRDEqGERIODJEIJiWRIIpSQaHCQRCghkQxJhBISDQ6SCCUkkiGJUEKiwUESoYREMiQRSkg0OEgilJBIRoMjQl3X8QsKVBRl2rRpfoyExIEErDFAbB/IpeM8z8PtunTpkp+f36lTJ5GNA5kB/17i1mJbQuLgosERoWXR6n6gQHiEhYWFpmnati0OSUgcLAh+ArBRqxC3gy8IQzDZI0wcrjX4pUvcT0KiLqEhDo2C/CZMmJCZmYlfqZkSBwUwv0AMyXbYARNF+GGCCPv27SvswgPjmfkFRJFRcBRf2qASdQQNkQihfuPHj8/IyJg0aZKIkXQocbAAaYT4AYIbxHbtAXcE7fXs2TM7O3vw4MEgQsFGicO1BsH6Ylvyn0RdQ4MjQughfktKStLT0ydPngz9NAz+xRgJiQOISCQiRNGnIgAUxZmiFiFu1LlzZ3iEXbt29X3BxOFag38jFFa4oYhEJYhICYmDiwZHhFBIkB88QnQERUVFiVgJiYMBsAIE0icJf6P2gFvgpoMGDcrJyTnnnHMEJ8FXE0drD8llFHkQuxISdQENcWgULuCsWbOysrJuvPHGYDCIGKmWEgcYsMb+8Y9/TJ8+fcaMGTDICgsLJ06cOGrUqAm1DNwLNzrqqKNgCOIXMVOnTsXdxdHaA4qG++JGyACKjIKj+KiERHVISBxUNEQiBD755JPjjjuuc+fO2MCuJEKJA4yvv/56wIABYKO0tDT8Anl5eRkZGem1jNTUVNwIt8O9mjZtKu4O7zBxuNaA24n7AuKmKD4qIVEdEhIHFQ2OCMF5nudZlnX77benpKSUlJQgUlqmEvsPSJEvSBAzfzBwr4Bj1KxZs44dO8JbmjRpEn7hLU2ZMgXb2Bg/fjz8p8mTJ+MXh4QbV6+BIohSoGhwB3v06AEuTF7RAlqZ2OJjNoktCYkDggbqEQIFBQWZmZnQzMS+hEQtgCaK7A0QP/hJo0aNQhqfMvcwyMCmoAQxXMGfrNVjiBIBKI6u6yh+ixYtwPSiNlBw2KZ7FF9C4oChIRIhVBGYOnUqPEIopJjVnTgmIbF/gGiJFyH2IIA9UFJSApcIThK24/G4SAkyAH7hrPoL38kTuga/MC0tbezYsSJSAIdQdqmMEgceDZEIhQX6yCOPgAiFTZo4ICGxr/C9mV8pTuPGjcvLy4M1BuIUMZqmiQ0BXBCHQAz4hQuFy9Z3+IXCRnFxcVZWlljjcA8IGyKxIyFxQNBAh0ahbKBAmOTTp0+HikrFk9hP/FSE4BdGo1HBAT9FYWFhenp6QUGB7yoJIvSvgw3wHxxEsXtoAHoHYAN2ALQPHiGKiTL61oAA6iexJSFxQNAQJ8vgF7o3ZsyYtLQ0QYTikITEfgK9/K80qh577DEwAfgA25BGf3wep2M7mf8QvwdP1EegRKgcFE2UZcKECTk5Of7STgAKLjVR4mChwRGhr2wPP/xwkyZNioqKVFUVMRIS+wP08oDYFnwmeHGveOihh7Kzs/1pk0IsxemCMHg02W3ChUKCeg1RHAEUX4wMwy1OXlxGlDR5Q0LiwKDBEaHoYgzDuOOOO1JTU6+55pr58+eXl5eLoxIS+wzfb0Pn/vnnn8PnQ3fP3x3YC/r37w+PsFevXvCNCgoKEAP3CGYZtsGO06ZNmzJlytixY/E7e/Zscdl6Deidz+7xePy+++5D8W+88UZoX0VFhYj3K1ASocQBxiFOhLA98QsFE2NNlZWVL7/88siRI9P5m8U5OTnQRlimmZmZnTp1Qk+EBLBehUKKX3+QSli14oLiV0JiD3Dnh6ZiTZ8+HaK1Dy/Ip6WlQSAhnJBJnI7dyZMnJ65eHyA4zFcQ8eBT6A7MzTfffPOqq65CzeTn5zdt2hQbQgc7d+78+OOPb9q0CclisRid+ZOJpoDUO4lawiFLhNAZ38AEoJ+PPvroCSecIJgP6tehQ4dhw4add955PXr0ECtr4FDr1q1hxYdCocRpHDgXNqzQRqmKEr8Anwbg4WVnZ/fp0wcO328CvEB4hCUlJYWFhX379gUjiueI9QgoPgDtwy92oTjYmDlzZvv27aFiqJYWLVp07NixZ8+egwcPPvfcc8H3gg5BjeKpoTgRHqRPgYIURbyERI3jEPcIhUG6Y8eOa6+9FiZ2SkpK165dX3jhhe3bt4sEQsGQ7MMPP7z11lvF4k+DBg1au3YtyE+k8Yd0BNDZ+fopIeEDUiGIEACfwekR78v/VgjpsiwLdNioUaPx48eL+PoC/6F7NBrFb0VFxXXXXQfNggJ269btxRdfLCsrEwkEAoHA//73v5tuukloHzhy6dKliBeDMSA/seGPzUhI1DgOZSIUBLZp06Z+/fpBwWB1vvvuu/4h31zFr6BDRC5atOiYY45BFwa7dePGjbBq0bX5nqU/VuP3dxISAhAkwHdZRo8eDUdn6tSpIv7XA+eCSMR14CBCbvd467yOwx/YFEUAyXXp0gWlaNu27dNPP+1TGpKJwvo+NH5XrlwpxmxOO+20r776CjEC4XAYv1LpJGoPhywR6rqOX6jc8OHD09PTjz766B9//DEUCiE+WaOwC/5DjD8cCq3r1asXiPDEE0/EKVBRX1eTx1olJJIB8RBMJvp0uHEpKSnFxcUi8tcD50ImxUXEW+fTp0+nG9QrQO+EO9i7d2/xAH7JkiXCjhSKKeBroiBIFL+0tPS8884DF/bs2XPDhg2iHgDBr3uMzUhI1BQOWSIUOjZlyhSwIKzRFStWiHgBHPWdQh+IjMfj0En8du7cGSdedtll4pDvC+5xioSED8FkYkRdfPkZLp04tG8Am4ISioqK/FH6+gKhfbNmzcrNzW3cuDFcPREPCDKDQvms5g+l4izYmuXl5V27dkXBb7rpJtSnuBR+pepJ1B4O5aHRYDDYrFkz+HbvvvsuFEkYlWK0ExvQMZ6KuA1WqtjFL3aBH374oXXr1jBmv/nmG5FMQJiu4ldCIhliwEAYWCBCOHMTJ06ERP0mQEpxurjgpEmTwKYzZ84Uu/UFwmqMRCLNmzcHn3388cfJj9uTPUK/pOFw2PeDkXj79u1t2rQR2gddQ7UgXn7OXqL2cMgSIfTntddeAwueffbZP13FMbHFmc/f9VVR8Ny9994LNb799tvF6dBhpBRmbL2z0CUOAPwuHlIEXxAc5r8v/1sBTsVFQISQQLCpTxh1H742Pf300zAFOnTosIfdKYBIES8qzT8qBlRR/HvuuQfKe+2112IXLqNIIEwNCYkax6HsEfbs2ROd0VtvveX3I7+gSCKNnxJaCrMU3VBOTk5VVRVioIp7pJGQSIbfm0PM4BGmpaXtAxHiIv51cHpqairo0I+pF4CxiAz36dMHNfDuu+9CX/ZBZdatWwcizM3NhSPoF1+YoRISNY5DlghLS0sPP/zwli1b7ty5U9ieUCex8QtI1lg4gt27d4dV+91332F33/RZouHA768bOBHG4/HKyspWrVq1aNFi8+bNidjfjq5du6L4c+bM8fWuftWDRD3CIUuEn332GdzBHj16JPZ/xYM94S8mK9uDDz4Is/Spp57CtoiXqijxc/Blo4ETIXjrm2++UfgCcomofcLdd9+Ni7zwwgvYTq4WCYkaxyFLhM8//3zjxo1vvPFGQW9gwf93XMWfGgrgLLiPTzzxRG5u7r333puI3RtZSkgI+FLRkIlQmJsvvfRSSkrKnXfeKZTu/x2J+SlwyqxZs7KyssR6AqgBOS4qUXs4ZInwySefBBHeeuut0ChokfhNHPsZ7EGESP/0009nZmbeddddiBGn/79upUSDhS9gDZkIhaX47LPPpqenP/DAA9AXYB/yD2V86qmncnJycBExNCpVT6L2cMgS4QcffKAoysCBA7HtT+cTWvpzEEeTHwSKpT2mTp0Ka1RYtb+GUCUaJnzBaMhECEBZPv74YyjORRddhN19frJeUFCAOkRNiknaqIRf1l8JiX3GIUuEGzZsyMrKatu2rbBJReT/q0hQtmS9FYtcfPLJJ9BtvzOS2iixVyRLSEMmQhR/8+bNmZmZxx577B7r1/8mnH/++dC+f/7zn0J/k2tGQqJmccgSIVy3Y445JiMjQyxa+P+++Sfozdc00CF0uEWLFtDn7du3J7Nj8giqhIQPX3gaMhEKPdI07bjjjoMlKj6muA8qU1ZW1qZNG9Th1q1bsYsaEEMyEhK1gUOWCIExY8ZAFQsKCsRj9mRd8okNevvTh/Bizad33nkHBmnnzp336IYkEUrsFfKFekB4b8j/+PHjmzRpIiaa+XoHXfOHZ5KrC7+BQEDsQt2Al19+OT8/v2vXrr56+idKSNQ4DmUiXLZsWU5OTl5eHqzL5PUM/XFOXz8FtyESjqNY6r60tPSoo44Cjz799NPYha4KUGoJib1BOEOQLsgJPEIIT8NcYk1gyZIlqIFmzZoJlw7lEqvGAFVVVYLVBBfuMVoDVYVD2aFDBxgBzz//PFJK01OitnEoEyG6JLiDKSkp7du3R+fiL7SG7kZs/FQDE1uM3XHHHS1btjzllFPEQw6cjrPEL3b9K0hI+IBUAEKoQITgsIa56DbUBIBZAO3LzMzs0qVLZWWlOIT6wSGxDYaDJSqsB8BXT+DGG29Ewbt37y52QYTCZvXPlZCoWRzKRAjA9jzuuOPgFN5yyy0VFRWIgfr5ugfAJvXHXgQRwiMcPXo09DA1NVU8X0xO7yeWkEgG+mhBhKKzbsifYRJ+HrSmrKzsiCOOgCr94Q9/8GfNgNVQumQ1FIyIDcTj3HHjxjVq1KhVq1YfffSRSCDgj99ISNQ4DnEiBLctXboUvh20cejQodu2bRN9jVA5kQbmNnRMLCgKgDJBnNnZ2a+++qqIESMzUFf8IqXkQomfQtCYIDCgwX6YV6iJIDk4eStXrszNzUUp+vbtK8ZIxaMHAMVEeYUaQqfEKbfddltOTg6074knnsBuNBoVdQJIIpSoPRyyRAglFCoEzfzyyy+hjaC3tm3bTp48ed26dSINAA30GREWaJMmTaC0Rx111KOPPooY6CG6JNEr+U84pEJK7BWQN182wF75+fmjRo0Su78JvtyWlJTANxJLq9QXIPPQF/HJMwD6NW/evBYtWkD7jjnmGFgGwWAQ8X4CH//6179OPPFEaB8MiGeffTYRWw2hg+JXQqLGccgSobBM8StcvUAgcPLJJ6empkLTQIdDhgyBzf7SSy+99tprEydOHDlyJHocHIU1esYZZ/zzn//k19gFqHeyI5g8WCoh4UMQIfprCBXcmj59+sCr+00AgxYXF4MCCwsL4UVBJseNGycuXi/gqwksUdQGCA/KAtPzzDPPhHJB+5o3b37xxRdPmzbt5ZdffuaZZx577LFhw4a1atUKh4BevXrBbBVXEE8WYacmq56ERG3gkCFCmIo8wJhODKWwUCQs9gzLNAx6JvHJJ5/0798/PZ3oEM5fRkZWWloGKBC7sEPbtWs3a9Ys3o+B58j2dBwybwFxQcMw/JEcESMhkQwYTAAIYPr06UKo0hPIREjLSEfISKPtlAwExKdmpKeKFNhGSE1PyW2Ul5KmZGSlZ2SkpaWlTJ48OXH13VAt8HUP0BrDiCNvlpXwj1WVJvu8//7fB/Tvm5WRmaqg0FS2nJws1NJhhx2mKKlgyieeeCwSoUeJqMNqpdulfXIkRqL2UO+JEDwX06Jw0jxLZ54NH5BBXzyKt5mHHZu5PIJ54g9zy8q3P/fC80XFJbffds8N194yZdLkZ55+csOm9Q5Op57Fdh1djYXERQSS546KmL3g549INAT44wSRSOTzzz+HrwNnDq7hww+PnVIya+LEGcUzpo4aP3b86IInHn1mTMmkMSUTSyYWzJyCJEXjxo2ZNq2oqHjMxKnFEyYXF5YUjCsaWzK5aNz40V999SUXXy6bfIP/2B4zEHhsHQLYiusBqsK2DBe5g/pZUELmuJ4JDa0srXjtxT9PL3nkmquvvOnma1EdTz3z5M6yKoeMWEu3YqKsMF5NGwVEMV3aNWkDMfwmEhI1jPpNhNAQ6IYDBYOiea4ViRJZ6aZtWtiPmTrUEcdCMTUSVSm1S9optJS6LZcZGidIbOGITXarY+MMpLGQPhzSocbieYYwSEVnp2mJx4oJCN1FkGjAMDnENsQQ25CZeNwgwXCYGWdR26LDLtPCNLBAMgSvKQoby7ZdA+LrefGYAe+JrDeDeA4+FVLxcQ5I6G5EaHksjsCFuc6A5zMUFLmytJhBu5XgPxxzLVMlVrSZrVGFWAYqw+Ipictj5DWC7ayYpvICIri2i2K6OOTH8NtISNQw6jsRwlqEqlie4+pRI6FTHmgMukSUBSaEtjmUzI6rcBnRQ+E8HIk5Zpi0UWdRqCtiXNUDEbpMjequhz7INDScR/fgq3zQ7XSd+rFQKEI7EhI/AZjPH8pLALwFqdFsCBvELmJyobJZeTQiSJHFdYfFEUhuLWyTxJLouib3h0imiTPAA1wa6YJcKuuiR4hsgeRgX+r4Y0NfXDBdguygYqSAlF8UEr8ui4fDrmmJxPAXXZSJnD+VnwADVBMUaFqOBUsBxx1KICFR4zgEiJA6CxAh9EoPaGowvGT+nPQ0JSWN3gS89Mrr0FVEyMYkszoSImPTgbXtVjA7aEQ9zyWttBx0NCqzo6JjMRybe3/Mirqezf0/2N4w7avxC+OjEg0Te/IfdxCjQISsK5DbCc2PMEwafIelxYWRnpxZIY0ZsNgs1Qnhh4YPYWnFPXAg6FCIt2NXO4XVgf8IE5AYJnG/ugCXbV25uV/nPpFAlWC/eMzq3eE8davhhUPYAxvG40xTaRhm9cKVFw88j5l2LBRMjMGglDiJDAcaj4FuAroJvkfFUKlNlFhCohZQ74dGQ2GV24kWc2IwImFW9+0+KFBOygMT9OGiB0oemQhWo6Eo6JVHtGc7sL6rmIPAwiFXh2VquWZoB1PBjjReGlAdskjxX9izuFZ1iGvYpxErfv9k1KX+SOKAw5/KsZenyDgSYcPO6lOxoxybpnhyhp4fOxa27KAZi4P4XMMJwzQjCjQchlRc4mw9To/AScCqL1wtjODCOiZ1LtuyYM2lfc534oZhaZoRQcywbleYmx1iP0fFrsEHaVDM0nXbe5zWsXzTVnIWDU0NVUUrY1QgBw4iPelHtGlptqPDxgApBiOk1BIStYF6T4QihIIVZFS6sW+++GTYwIvVsKfFidOgYSEz/PV387p06R2sogkvD40b8++P3mNq6fDeZ2cqSqMmh/3jfz9w2ov/7YWZTdMUeJLTn3irPMTWLVpz6xUjLxg0VFEycrIb//tf/9t1v90A3U0OEg0aNl/GXYyRuq5Nww+6zXZ4l54xQK0CEVp/eusv6UpuntL4iYnTmRpePu+bS66/vseQ8/JTldbZOf947wsaEoW/aMJiA1/45hjnQg5fDPeUxIMOh+1cuG7Q6d3jYdVitslijmH2PHYQ2wZTVF0396uMtGYZjY457tSuYP5V3y+/esDFdlXIU2ObVqw89vAjWjdp2bl9e1sPrly65Orhd3bvdH5OnqKkKl/PXgVPUdXhAkv9kqgV1HcipCclsXgAW3DzGH8I/85bL6Skkv48/szz0DKYn8vXrDj51GNN3TBNe1TRw+9/8M7G776694rh8fD2QDT4ry+W2WTJLrq0Z3uzYuWq5Qu69b0B3dD6RWtapqe//+7fcfGFC1acekp70/As0yOLfhcE+SGgnxJB6qqED9vzVHL7NrMrTr1AC2xduHJ2336DowG2bv7WawYPD6ybv3rJ7OzDjnn/s7lOsHLN9992O3vwhi00RRKSxKnOdhxV12HDCS4k1F0itFnFvNXtmxydqaRn5mVlNVay0lKPTTmNiDAeu2X4kE8/mQcdnfncmxMmztyxfNuQDucwTbPDwRsvvWH2v2czPf7GS0+NHXXP6mVrGqW2++iDuSDWTVvnn3BM/50/kv9semJgR0KihnEIPCOkKQNGnJ67MPzEXc9CrxHzmPX7B0alZ7f8yz8+Wbpq2RkdTomEaG2n+8c/8O+P/8Yi0dObNGqcpXy34NsQbFcomeHuXDj7hBZKWoqS0bjLziBbu2DVGUccFgtEcJtVKzf26N5XU7lJulv3g30EQYG7me0SDQ3wAv0BUviF/Kkh5CFGo4Hb2MjTh6uVGwxWunHLjrzMoxorh7VS8phdunrJ55mHnVQFe01Xy1ct69X1gmCU7Ls4PSZDwBUMbuLVDyIs+37FFV0HxKvgETo2i1jx2KATL4YdwMLB0w7La9b0eCXjKCU9/7Krrt+xbMclXQdYZaXMto5uelzz9Fa5ipKTplx7+dCNqzYd26pvsAxX3L505Se9u99kxVg46jl1bXKQxKGCej80Cg7Dbww2NlPN2E6acYAeA5HUhbjzl397+Q0jvp2z4NRTO8Xh5TH3vnH3CiJEv7Nq8Zc5TbNP7XzBzjK2Y8nKrkc2iZcuWLdmQePD+/xYxrYs33hx7x5GNG5bbPmydQP6XxAJx11ceTdNxI7o7xAkEUrsAdtxQ/Qa3Xo24sQLouXrlq778tgTTqna6a2d8+MJ+W1YfNvaZV+e1fdiFVy3s7Ry9arunYZUhWkYEJIEwTbtuOfF4U/VFyIML143+OROsEdVKw4iZJ59zpGD2HbGqiou7t0xGGZVBhPPPCtWV4AI7fKdzDTO7dg/vDXGHEsLbWOeumLhyv7dblaDKOBWEGG/c26t3M4cesAviVCiVnAoPCNU6a0+y9QrGYusXrbgzJM6RwKeprmwSReu/H5U8QObt+7Mz29jm56qRo9qd/QXX/6HGar14wYQqMPc48/sB/1cP2fuzRf0YW7ZH19+JqPxmZrFFnw596I+fULlNO66ZvXmLp170hQafsukyTKCCH0uRJCKKuED8qAyA34gu+zkIXasbMmar0Zcfg2iP3r70yOzW2hbV2xZM//0HgPX7QT1WRvnzx/S/4oYNj2aLxMMRWyaVCNC/SDCHXOW3jDwQjUYjRgRk8U0NXxFzxvZWvB85MLeZ33w4Reg/FGTHpkwacbq71Ze3G0g0zRmm0N6DP78w8+daGRGybiCMfeuW7l+YM8bXJ2Z7vb1m384p/vIcAUNMBsuDAKpXxI1j3o/NKoZIRBTJBR2Dc+OOOgu3n7j5ZQUJS8/W0lLu2TEDXADLWaPLxyToqS2bn3E9Mceef+Dd16eMf6YPKVRempe41Z/+/c36HSYHe90bPNcRZk1bXqfwVffO2pW2YbSC/sMsOMOPMKlS1ZdOOzSdWs3x6L8Xajd4HOhCBISPlzTitJU5Ap20Sm9rWhItcJHtj02KyV/3L2FIwZe9Hjh+I0rFvceelGV5VrB4I6Vawb0Hb5wWSkEkkwqelMCfy0+4LHLxqq7ROiwwKot/c7oZKiaTcVWDV3rcdwAthVUru5YvaDlYccrGa2OPbMLKmL9ojUXdO0X3LyVOXbZps0tcvObZjXq0qEDc2JLFy7o0O5clSa3qUuWfTdowNWBCnpGaNe9EkscGqj3RGh7msv0GK0pw41mqIsb9VgE7KhZLjoPnUZU6KUrh1aboe6EM2M5cwNWzIprLGbSSU60jNkRptIMb3AnJYMqB3VY5JpKrzOrMb5ECNdE8Wb97pAUKPFTQCps5lgsaNDopueGYvwbJohGoLcFPZsv6KBSMgiyB+9RiB+CpschsK6D49irH69P0HI3UEPmVkYrwgb/Hq+YxaYGoJhQNBxHebBBZTJdehnStR014plxxMLujIXLSUMdetcwGKpAOh3Gp8vCMcvcy2tLEhI1gHo/NMqtZmaZNJvAjYctLUpKhi7FoIHMqBk1mRuMahWVYaQDF6qaaVoas3YyL4Iux9ApuRqP0Qv1LnVHpI3M00wjMSLlJl6oB8Lh6J6Lq0lI/CJ0XaO3xMFvlh0KRyFfNl9chgsUTe/i8ubG3TgzyCLzYMQZrCoCjwppIN22bfHxQE59IvAfsu24XVeXuBDZitEaOiilQ4O7RIn0o+IQShHTTQM5hgGAIlTuLKN1nmz+kqAY+8VfOhcnWKbh8pd5adHRpKJLSNQKDhEihOJFgjvJpfNAh+QDIlK1oHWGRutX8bVgyPQUqgQNi9HSjtyDhCFOL3uxeKhqp2uIy5EqklqKwGGapJeO4yGIGAmJXwGIl+lEwxA+4gAeoUfjmkfDFcLwisTCnA1pmVzIKtLoLj3h5u4SUlSzIESRb/AfeozInatqAa0jcIndoIQWi5ueZfGV72m9GFo3O8izTcqIsiFpNFKFX9syEosGJNZvolV/xaK+SGzZtLIaNshhNjizSkjUNOo9EfJFt0VnQYQGvtJCiQ9HIFa1aJnjmG5ocYPWGuXqF9dJ6+i780mLbotIflU3Eik3sAvidPiIKIf//V4Q4Z4ry5By8yAhsRtcvpI7dfHRMDw9x2RuxY5yCJ7GvUFynHTq3El2yDGyY3qcD42CCC1Is1h0WziRFLiY8R9wJCw+fvE6A2QMioFAg7yUPeI9EWPA6WVaOFaBg+GQZujk7NKLT2aMF4zONS2Nl4tFY9hAjBvTotz3paPcNaSUEhI1jvpNhFAhrk5EhK5Z7cOBFz3YkURWOl+qChtQJHIH8YdboGRvQgupk6GA5DiCzoZ/aAJR/IIJu5UgPvMbCATE7t5BF5eQSAZki3gNRhikQyfecyFcZggGGI0XUgLH1WKGoTumTu6d7hg0UmprJq38bvMVqDkRkgRzGavDHiEyZrosGkdhoXa6BVeYsbjNYnw9VVpYnMUNna+jBhvUjLlUB4br0CuTtI4as3Q3pqIueDrEcTMi8V1Di74bU4cKK3Eoob4TIcC1CuDdA4XqGD+C4gTQiUCnxHFayZBibNUBB8Yteqs+FqHJMqBAg/c8crV7if0Denc+5mnTgkTUnaN336kyWnyM1tImF9GAl0jxqka0US2xkEEhpgh7xS8fPehAxkDV5N6hULxciDFcNwJGo1WBYbXSaIxKM4ks1ACZp9BFm9mBWAh26K7i4xJis7pqJCRqHIcAEf4WcKWCja4GoIG0W7EzSDoG/1A8gfBYNEJDOjhYEYxIpZPYP7ieFkeAXOlxm5gQfTwfFcXf7ZEKuHy0AItpm3CfYIcZ9d/yQgESZSB7kjxXWJ/08C9uWVEU0VTD9BQUAQWn6WmWG4nwsRdUj1uphsCKFr09n8SCqBq+l3RxCYmaRMMjQq5U14+8WQvrTsh497U/KUpqWlZ2y9wW6UpGnwFDoKGRSAwpkVA1aMhUQmJfwaeO8FE/hEjY8KIwtdjvLrgypsfpGbVnr164IF1RmjZtftjRx0VskEc9By8pB4iLZr7QX8FhtAvNsi4//7rIdoO/ZxicPm5cfkpaq0ZNUhTlbx+8Lygywr/LSMBZ4nRxhcSVJSRqGA2PCON6hxNPy01vGg87pHP0rJAGRZ2oe07HfpG4gzhSO8/RLZo8KlVPYj9As7dcXXcsl9xB7FUag07scqTSuLyyQvPM+d9/c0TTJnO++RYHC6bNeP1v7yUIoP5iF12Bu/YkwlDl5lOOPardEe2j2zgROvHLB58/78vvXB0eMos7pH0af6y6iwgRJAtK1DIaGBEy97rLhge3lp579kCatGcyKxp2jBBzzPvvHvvko3+Mx2mQxnJV/hYUaaPUPon9gOtZJvNcU7dAhJbObrj42tDCTRe2723S6zjuxjUrJ459WNdopmiET58hQjhEUE2EXJFoLpuj/eGOa7euWdW3/UAqakx1AmW3XnVD6YYd3B6lskf5m0z8NK56gv9ESDCqhETNo8ERIX0R1XL7tx8S3BAnLvQsO7Jz6/qVfc65oKoiQX0Oi9lMRedkQCNJAyUk9g3Ud6sxcByzLWap/Ku7UTbwxE6hQDCkRf744nPPPfZIixYtlJzsE7p1XR8KHqpEyMnMYHoVM+K9TunjVcIMtXeuWdlIyW6c2axJo1aHtTlac+mEsiitjp8gQiDBgvgRE4gkJGoeDY0IYYXHjYqK3if207cJ/TSYE3rz+SenT3s+BitVRwRs+IDJInQQeieJUGLf4apqFL9iPQeSN9he2/ULT+8VqqyCm/TaS8/36dp5e+mOMjU65snHHpg+FRxwqGA3InQM06TPScS8WKR/h0HWdpuFo5uXLGyW2RgqGA3bJVMeKZnxOFfBxNuRCc2rVkBJhBK1h4b2jNBm8QAcvX6nDeFLIHpuHMoZuOLCgd/MXupYXP8c22ZV4ELLpXltkggl9gPouF3DoHnIECQ1yNftq/SGntrD1o24rYMIpxdPcJmnMfbfpYuGXDfyUCVCFJ+I0I260fCgs8+zdzjMsGjSLJLgqMuWLN8w5JLLUQ9R7hfuQYT4gd2AINVRojbQ8IjQiTHL6nhCb4sGZ6Be8cWLPhk4sLsHw10lVYOyMRZgLAT1pHUQE2dKSOwD6BVCeosQjo5YAQk9fYQNPb1nKBA0PGv1ssXtjjkqEApGXPuekuLfT5p4CBOho0fgEYIIB3Qc4pTT0OjrTz0+cvg1tk7vVwwZOmLClFkqZ8GARk/oE6rH/+BHEqFE7aHhEaGrMk0b1OuyrWto0W2mhdZvmnv51UPp6b1GzMdfbwYR0tCodAgl9g/kEeq6ZjueafElYSByG4NX9TgvCthxCOSi779NSUlJbZR33rUjg1zkDhXsRoSOgZIb9OlsXTv3rEGRzRp9r9g2JjxUkJPZTFFyLr/mRkrB2ObySmwk9A5/+BZ+JBFK1B4a3jNCL85cW6xtwYnOiJtlcTNIPZTFlwMmBY4w+mYvqbBUPIn9gOvBHfToNXnIGq3TF6eBB2crjTfEPINbZjRjEtIHSwyh3hMhiprQmWoiJGOAeY4bj1WJ9wjjFbzAts0MWtfCojlrLBiJo+yIjnssqtPSFrsC/5FEKFF7aGhE6Hq2it7HQpfDzU6XFjXGDn1rUMxoQLflshgC7Um1k9gvEBGCBCBH6OVBfvQfXGgwzbM15tK3BjkRqhqtNApZpDT1GlyJKOxOhPwIyhd1TJVsUJPZkTC3SlkkqOGYzb9FLAJVAq6As6qvhh9JhBK1hwZHhDpfxVgop8nciBGhiaOeDVpE4PGOTV8EoK+gkf5JSOw74AqRSBmmHbfpPXFIVHxr0KmKgxPCzA6FK4kI+bNoA38PAYlDAUQgXdq1xFpMU1HEmLYTjnEsRHQXqsA2iDCxKL5u8FXybUc1qlWPKykF2qcfnlBCoubRsIiQ65Kr0ZdOxRduXHChrauOQZ+cF/0UJ0KHr3YoIbGfcOn9QY/8GNXxNDHqwF8OKLfUCPk3dmjnDurgXabGOAHUd+yiLvwhIoQiUSDVA9dHNZiefIf7fnFHV8lW4IuR4qRdVIc/uACvGREljkpI1AYaHBFG4/Tt70A8ZtNIC1MNWtwJdMhfUaKxlyRlo5jEpoTEvgDuDskUBE+MfELYmMXMqBmlGVlWKFJFHmEcdhd18zSttL5DKA1RF/7sIsJwXLWJCGMOs2hxe1gIjm7bIc/kX/C3Lf5IggJOpA8zkadIn6zyuVASoUTtoQF6hEy16Ms3Kq3lRFBdvr6oh36I1sOnvgjpuCbLF3gl9gskSOjQ6fUJbm8xjX8e0zadCLNV5hqWTj2+6dhRHfE0eEqCV58hdIdKAd2x6C34hDuIYIXjFfRhQu4Zc+WipxKuGeef63dNUzdtaKXr2LQuXWLUlLMgQuKqEhK1gIb2jDChTslK9XPbEhI1gGqREn9pk++ih0+4f/4BEQ4pJOzI6sLRUDD/9UuKBCL8BNXnJIKERG2iwRGhhISEhIREMiQRSkhISEg0aEgilJCQkJBo0JBEKCEhISHRoCGJUEJCQkKiQUMSoYSEhIREg4YkQgkJCQmJBg1JhBISEhISDRqSCCUkJCQkGjQkEUpISEhINGhIIpSQkJCQaNCQRCghISEh0aAhiVBCQkJCokFDEqGEhISERIOGJEIJCQkJiQYNSYQSEhISEg0akgglJCQkJBo0JBFKSEhISDRoSCKUkJCQkGjQkEQoISEhIdGgIYlQQkJCQqJBQxKhhISEhESDhiRCCQkJCYkGDUmEEhISEhINGpIIJSQkJCQaNCQRSkhISEg0aEgilJCQkJBo0JBEKCEhISHRoCGJUEJCQkKiQUMSoYSEhIREg4YkQgkJCQmJBgzG/g9WGDKmVs3GggAAAABJRU5ErkJggg==", "contentType": "image/png", "id": "image", "resourceType": "Binary" }, { "condition": [ { "code": { "coding": [ { "code": "C4908", "display": "Ovarian Carcinoma", "system": "urn:oid:2.16.840.1.113883.3.26.1.1" } ] }, "onsetQuantity": { "code": "a", "system": "http://unitsofmeasure.org", "unit": "years", "value": 45 } } ], "deceasedQuantity": { "code": "a", "system": "http://unitsofmeasure.org", "unit": "years", "value": 50 }, "extension": [ { "extension": [ { "url": "parent.type", "valueCodeableConcept": { "coding": [ { "code": "NMTH", "display": "natural mother", "system": "http://hl7.org/fhir/v3/RoleCode" } ] } }, { "url": "parent.reference", "valueReference": { "reference": "#4" } } ], "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" }, { "extension": [ { "url": "parent.type", "valueCodeableConcept": { "coding": [ { "code": "NFTH", "display": "natural father", "system": "http://hl7.org/fhir/v3/RoleCode" } ] } }, { "url": "parent.reference", "valueReference": { "reference": "#5" } } ], "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" } ], "id": "2", "name": "Harriet", "patient": { "display": "Annie Proband, female, born 1966", "reference": "Patient/proband" }, "relationship": { "coding": [ { "code": "NMTH", "display": "natural mother", "system": "http://hl7.org/fhir/v3/RoleCode" } ] }, "resourceType": "FamilyMemberHistory", "status": "completed" }, { "ageQuantity": { "code": "a", "system": "http://unitsofmeasure.org", "unit": "years", "value": 72 }, "deceasedBoolean": false, "extension": [ { "extension": [ { "url": "parent.type", "valueCodeableConcept": { "coding": [ { "code": "NMTH", "display": "natural mother", "system": "http://hl7.org/fhir/v3/RoleCode" } ] } }, { "url": "parent.reference", "valueReference": { "reference": "#6" } } ], "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" }, { "extension": [ { "url": "parent.type", "valueCodeableConcept": { "coding": [ { "code": "NFTH", "display": "natural father", "system": "http://hl7.org/fhir/v3/RoleCode" } ] } }, { "url": "parent.reference", "valueReference": { "reference": "#7" } } ], "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" } ], "id": "3", "name": "Donald", "patient": { "display": "Annie Proband, female, born 1966", "reference": "Patient/proband" }, "relationship": { "coding": [ { "code": "NFTH", "display": "natural father", "system": "http://hl7.org/fhir/v3/RoleCode" } ] }, "resourceType": "FamilyMemberHistory", "status": "completed" }, { "condition": [ { "code": { "coding": [ { "code": "C4872", "display": "Breast Carcinoma", "system": "urn:oid:2.16.840.1.113883.3.26.1.1" } ] }, "onsetQuantity": { "code": "a", "system": "http://unitsofmeasure.org", "unit": "years", "value": 55 } } ], "deceasedQuantity": { "code": "a", "system": "http://unitsofmeasure.org", "unit": "years", "value": 77 }, "id": "4", "name": "Gladys", "patient": { "display": "Annie Proband, female, born 1966", "reference": "Patient/proband" }, "relationship": { "coding": [ { "code": "MGRMTH", "display": "maternal grandmother", "system": "http://hl7.org/fhir/v3/RoleCode" } ] }, "resourceType": "FamilyMemberHistory", "status": "completed" }, { "deceasedQuantity": { "code": "a", "system": "http://unitsofmeasure.org", "unit": "years", "value": 76 }, "id": "5", "name": "Ian", "patient": { "display": "Annie Proband, female, born 1966", "reference": "Patient/proband" }, "relationship": { "coding": [ { "code": "MGRFTH", "display": "maternal grandfather", "system": "http://hl7.org/fhir/v3/RoleCode" } ] }, "resourceType": "FamilyMemberHistory", "status": "completed" }, { "deceasedQuantity": { "code": "a", "system": "http://unitsofmeasure.org", "unit": "years", "value": 74 }, "id": "6", "name": "Claire", "patient": { "display": "Annie Proband, female, born 1966", "reference": "Patient/proband" }, "relationship": { "coding": [ { "code": "PGRMTH", "display": "paternal grandmother", "system": "http://hl7.org/fhir/v3/RoleCode" } ] }, "resourceType": "FamilyMemberHistory", "status": "completed" }, { "condition": [ { "code": { "coding": [ { "code": "C2955", "display": "Colorectal Carcinoma", "system": "urn:oid:2.16.840.1.113883.3.26.1.1" } ] }, "onsetQuantity": { "code": "a", "system": "http://unitsofmeasure.org", "unit": "years", "value": 72 } } ], "deceasedQuantity": { "code": "a", "system": "http://unitsofmeasure.org", "unit": "years", "value": 73 }, "id": "7", "name": "Bob", "patient": { "display": "Annie Proband, female, born 1966", "reference": "Patient/proband" }, "relationship": { "coding": [ { "code": "PGRFTH", "display": "paternal grandfather", "system": "http://hl7.org/fhir/v3/RoleCode" } ] }, "resourceType": "FamilyMemberHistory", "status": "completed" }, { "ageQuantity": { "code": "a", "system": "http://unitsofmeasure.org", "unit": "years", "value": 32 }, "condition": [ { "code": { "coding": [ { "code": "C2955", "display": "Rectal Carcinoma", "system": "urn:oid:2.16.840.1.113883.3.26.1.1" } ] }, "onsetQuantity": { "code": "a", "system": "http://unitsofmeasure.org", "unit": "years", "value": 32 } } ], "deceasedBoolean": false, "extension": [ { "extension": [ { "url": "parent.type", "valueCodeableConcept": { "coding": [ { "code": "NMTH", "display": "natural mother", "system": "http://hl7.org/fhir/v3/RoleCode" } ] } }, { "url": "parent.reference", "valueReference": { "reference": "#2" } } ], "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" }, { "extension": [ { "url": "parent.type", "valueCodeableConcept": { "coding": [ { "code": "NFTH", "display": "natural father", "system": "http://hl7.org/fhir/v3/RoleCode" } ] } }, { "url": "parent.reference", "valueReference": { "reference": "#3" } } ], "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" } ], "id": "8", "name": "Brian", "patient": { "display": "Annie Proband, female, born 1966", "reference": "Patient/proband" }, "relationship": { "coding": [ { "code": "NBRO", "display": "natural brother", "system": "http://hl7.org/fhir/v3/RoleCode" } ] }, "resourceType": "FamilyMemberHistory", "status": "completed" }, { "ageQuantity": { "code": "a", "system": "http://unitsofmeasure.org", "unit": "years", "value": 36 }, "condition": [ { "code": { "coding": [ { "code": "C2924", "display": "Ductal Carcinoma In Situ of the Breast", "system": "urn:oid:2.16.840.1.113883.3.26.1.1" } ] }, "onsetQuantity": { "code": "a", "system": "http://unitsofmeasure.org", "unit": "years", "value": 35 } } ], "deceasedBoolean": false, "extension": [ { "extension": [ { "url": "parent.type", "valueCodeableConcept": { "coding": [ { "code": "NMTH", "display": "natural mother", "system": "http://hl7.org/fhir/v3/RoleCode" } ] } }, { "url": "parent.reference", "valueReference": { "reference": "#2" } } ], "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" }, { "extension": [ { "url": "parent.type", "valueCodeableConcept": { "coding": [ { "code": "NFTH", "display": "natural father", "system": "http://hl7.org/fhir/v3/RoleCode" } ] } }, { "url": "parent.reference", "valueReference": { "reference": "#3" } } ], "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" } ], "id": "9", "name": "Janet", "patient": { "display": "Annie Proband, female, born 1966", "reference": "Patient/proband" }, "relationship": { "coding": [ { "code": "NSIS", "display": "natural sister", "system": "http://hl7.org/fhir/v3/RoleCode" } ] }, "resourceType": "FamilyMemberHistory", "status": "completed" }, { "ageQuantity": { "code": "a", "system": "http://unitsofmeasure.org", "unit": "years", "value": 30 }, "id": "10", "patient": { "display": "Annie Proband, female, born 1966", "reference": "Patient/proband" }, "relationship": { "coding": [ { "code": "BROINLAW", "display": "brother-in-law", "system": "http://hl7.org/fhir/v3/RoleCode" } ] }, "resourceType": "FamilyMemberHistory", "status": "completed" }, { "ageQuantity": { "code": "a", "system": "http://unitsofmeasure.org", "unit": "years", "value": 16 }, "deceasedBoolean": false, "extension": [ { "extension": [ { "url": "parent.type", "valueCodeableConcept": { "coding": [ { "code": "NMTH", "display": "natural mother", "system": "http://hl7.org/fhir/v3/RoleCode" } ] } }, { "url": "parent.reference", "valueReference": { "reference": "#9" } } ], "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" }, { "extension": [ { "url": "parent.type", "valueCodeableConcept": { "coding": [ { "code": "NFTH", "display": "natural father", "system": "http://hl7.org/fhir/v3/RoleCode" } ] } }, { "url": "parent.reference", "valueReference": { "reference": "#10" } } ], "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" } ], "id": "11", "name": "Ian", "patient": { "display": "Annie Proband, female, born 1966", "reference": "Patient/proband" }, "relationship": { "coding": [ { "code": "NEPHEW", "display": "Nephew", "system": "http://hl7.org/fhir/v3/RoleCode" } ] }, "resourceType": "FamilyMemberHistory", "status": "completed" }, { "ageQuantity": { "code": "a", "system": "http://unitsofmeasure.org", "unit": "years", "value": 15 }, "condition": [ { "code": { "coding": [ { "code": "657", "display": "BRCA2" }, { "code": "1101", "display": "BRCA2", "system": "urn:oid:2.16.840.1.113883.6.133" } ], "text": "BRCA2 breast cancer 2, early onset" } } ], "deceasedBoolean": false, "extension": [ { "extension": [ { "url": "parent.type", "valueCodeableConcept": { "coding": [ { "code": "NMTH", "display": "natural mother", "system": "http://hl7.org/fhir/v3/RoleCode" } ] } }, { "url": "parent.reference", "valueReference": { "reference": "#9" } } ], "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" }, { "extension": [ { "url": "parent.type", "valueCodeableConcept": { "coding": [ { "code": "NFTH", "display": "natural father", "system": "http://hl7.org/fhir/v3/RoleCode" } ] } }, { "url": "parent.reference", "valueReference": { "reference": "#10" } } ], "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" } ], "id": "12", "name": "Helen", "patient": { "display": "Annie Proband, female, born 1966", "reference": "Patient/proband" }, "relationship": { "coding": [ { "code": "NIECE", "display": "niece", "system": "http://hl7.org/fhir/v3/RoleCode" } ] }, "resourceType": "FamilyMemberHistory", "status": "completed" }, { "ageQuantity": { "code": "a", "system": "http://unitsofmeasure.org", "unit": "years", "value": 35 }, "id": "13", "patient": { "display": "Annie Proband, female, born 1966", "reference": "Patient/proband" }, "relationship": { "coding": [ { "code": "SIGOTHR", "display": "significant other", "system": "http://hl7.org/fhir/v3/RoleCode" } ] }, "resourceType": "FamilyMemberHistory", "status": "completed" }, { "ageQuantity": { "code": "a", "system": "http://unitsofmeasure.org", "unit": "years", "value": 17 }, "extension": [ { "extension": [ { "url": "parent.type", "valueCodeableConcept": { "coding": [ { "code": "NMTH", "display": "natural mother", "system": "http://hl7.org/fhir/v3/RoleCode" } ] } }, { "url": "parent.reference", "valueReference": { "reference": "#1" } } ], "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" }, { "extension": [ { "url": "parent.type", "valueCodeableConcept": { "coding": [ { "code": "NFTH", "display": "natural father", "system": "http://hl7.org/fhir/v3/RoleCode" } ] } }, { "url": "parent.reference", "valueReference": { "reference": "#13" } } ], "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" } ], "id": "14", "patient": { "display": "Annie Proband, female, born 1966", "reference": "Patient/proband" }, "relationship": { "coding": [ { "code": "DAU", "display": "natural daughter", "system": "http://hl7.org/fhir/v3/RoleCode" } ] }, "resourceType": "FamilyMemberHistory", "status": "completed" }, { "ageQuantity": { "code": "a", "system": "http://unitsofmeasure.org", "unit": "years", "value": 56 }, "extension": [ { "extension": [ { "url": "parent.type", "valueCodeableConcept": { "coding": [ { "code": "NMTH", "display": "natural mother", "system": "http://hl7.org/fhir/v3/RoleCode" } ] } }, { "url": "parent.reference", "valueReference": { "reference": "#6" } } ], "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" }, { "extension": [ { "url": "parent.type", "valueCodeableConcept": { "coding": [ { "code": "NFTH", "display": "natural father", "system": "http://hl7.org/fhir/v3/RoleCode" } ] } }, { "url": "parent.reference", "valueReference": { "reference": "#7" } } ], "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" } ], "id": "15", "patient": { "display": "Annie Proband, female, born 1966", "reference": "Patient/proband" }, "relationship": { "coding": [ { "code": "PUNCLE", "display": "paternal uncle", "system": "http://hl7.org/fhir/v3/RoleCode" } ] }, "resourceType": "FamilyMemberHistory", "status": "completed" }, { "ageQuantity": { "code": "a", "system": "http://unitsofmeasure.org", "unit": "years", "value": 57 }, "condition": [ { "code": { "coding": [ { "code": "C3224", "display": "Melanoma", "system": "urn:oid:2.16.840.1.113883.3.26.1.1" } ] } } ], "extension": [ { "extension": [ { "url": "parent.type", "valueCodeableConcept": { "coding": [ { "code": "NMTH", "display": "natural mother", "system": "http://hl7.org/fhir/v3/RoleCode" } ] } }, { "url": "parent.reference", "valueReference": { "reference": "#6" } } ], "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" }, { "extension": [ { "url": "parent.type", "valueCodeableConcept": { "coding": [ { "code": "NFTH", "display": "natural father", "system": "http://hl7.org/fhir/v3/RoleCode" } ] } }, { "url": "parent.reference", "valueReference": { "reference": "#7" } } ], "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" } ], "id": "16", "patient": { "display": "Annie Proband, female, born 1966", "reference": "Patient/proband" }, "relationship": { "coding": [ { "code": "PAUNT", "display": "paternal aunt", "system": "http://hl7.org/fhir/v3/RoleCode" } ] }, "resourceType": "FamilyMemberHistory", "status": "completed" }, { "ageQuantity": { "code": "a", "system": "http://unitsofmeasure.org", "unit": "years", "value": 60 }, "extension": [ { "extension": [ { "url": "parent.type", "valueCodeableConcept": { "coding": [ { "code": "NMTH", "display": "natural mother", "system": "http://hl7.org/fhir/v3/RoleCode" } ] } }, { "url": "parent.reference", "valueReference": { "reference": "#4" } } ], "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" }, { "extension": [ { "url": "parent.type", "valueCodeableConcept": { "coding": [ { "code": "NFTH", "display": "natural father", "system": "http://hl7.org/fhir/v3/RoleCode" } ] } }, { "url": "parent.reference", "valueReference": { "reference": "#5" } } ], "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" } ], "id": "17", "patient": { "display": "Annie Proband, female, born 1966", "reference": "Patient/proband" }, "relationship": { "coding": [ { "code": "MUNCLE", "display": "maternal uncle", "system": "http://hl7.org/fhir/v3/RoleCode" } ] }, "resourceType": "FamilyMemberHistory", "status": "completed" }, { "ageQuantity": { "code": "a", "system": "http://unitsofmeasure.org", "unit": "years", "value": 57 }, "extension": [ { "extension": [ { "url": "parent.type", "valueCodeableConcept": { "coding": [ { "code": "NMTH", "display": "natural mother", "system": "http://hl7.org/fhir/v3/RoleCode" } ] } }, { "url": "parent.reference", "valueReference": { "reference": "#4" } } ], "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" }, { "extension": [ { "url": "parent.type", "valueCodeableConcept": { "coding": [ { "code": "NFTH", "display": "natural father", "system": "http://hl7.org/fhir/v3/RoleCode" } ] } }, { "url": "parent.reference", "valueReference": { "reference": "#5" } } ], "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" } ], "id": "18", "patient": { "display": "Annie Proband, female, born 1966", "reference": "Patient/proband" }, "relationship": { "coding": [ { "code": "MAUNT", "display": "maternal aunt", "system": "http://hl7.org/fhir/v3/RoleCode" } ] }, "resourceType": "FamilyMemberHistory", "status": "completed" }, { "id": "19", "patient": { "display": "Annie Proband, female, born 1966", "reference": "Patient/proband" }, "relationship": { "coding": [ { "code": "EXT", "display": "extended family member", "system": "http://hl7.org/fhir/v3/RoleCode" } ] }, "resourceType": "FamilyMemberHistory", "status": "completed" }, { "ageQuantity": { "code": "a", "system": "http://unitsofmeasure.org", "unit": "years", "value": 30 }, "condition": [ { "code": { "coding": [ { "code": "C4872", "display": "Breast Carcinoma", "system": "urn:oid:2.16.840.1.113883.3.26.1.1" } ] }, "onsetQuantity": { "code": "a", "system": "http://unitsofmeasure.org", "unit": "years", "value": 30 } } ], "extension": [ { "extension": [ { "url": "parent.type", "valueCodeableConcept": { "coding": [ { "code": "NMTH", "display": "natural mother", "system": "http://hl7.org/fhir/v3/RoleCode" } ] } }, { "url": "parent.reference", "valueReference": { "reference": "#18" } } ], "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" }, { "extension": [ { "url": "parent.type", "valueCodeableConcept": { "coding": [ { "code": "NFTH", "display": "natural father", "system": "http://hl7.org/fhir/v3/RoleCode" } ] } }, { "url": "parent.reference", "valueReference": { "reference": "#19" } } ], "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" } ], "gender": "female", "id": "20", "patient": { "display": "Annie Proband, female, born 1966", "reference": "Patient/proband" }, "relationship": { "coding": [ { "code": "MCOUSN", "display": "maternal cousin", "system": "http://hl7.org/fhir/v3/RoleCode" } ] }, "resourceType": "FamilyMemberHistory", "status": "completed" }, { "ageQuantity": { "code": "a", "system": "http://unitsofmeasure.org", "unit": "years", "value": 31 }, "extension": [ { "extension": [ { "url": "parent.type", "valueCodeableConcept": { "coding": [ { "code": "NMTH", "display": "natural mother", "system": "http://hl7.org/fhir/v3/RoleCode" } ] } }, { "url": "parent.reference", "valueReference": { "reference": "#18" } } ], "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" }, { "extension": [ { "url": "parent.type", "valueCodeableConcept": { "coding": [ { "code": "NFTH", "display": "natural father", "system": "http://hl7.org/fhir/v3/RoleCode" } ] } }, { "url": "parent.reference", "valueReference": { "reference": "#19" } } ], "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" } ], "gender": "female", "id": "21", "patient": { "display": "Annie Proband, female, born 1966", "reference": "Patient/proband" }, "relationship": { "coding": [ { "code": "MCOUSN", "display": "maternal cousin", "system": "http://hl7.org/fhir/v3/RoleCode" } ] }, "resourceType": "FamilyMemberHistory", "status": "completed" } ], "entry": [ { "item": { "reference": "#2" } }, { "item": { "reference": "#3" } }, { "item": { "reference": "#4" } }, { "item": { "reference": "#5" } }, { "item": { "reference": "#6" } }, { "item": { "reference": "#7" } }, { "item": { "reference": "#8" } }, { "item": { "reference": "#9" } }, { "item": { "reference": "#10" } }, { "item": { "reference": "#11" } }, { "item": { "reference": "#12" } }, { "item": { "reference": "#13" } }, { "item": { "reference": "#14" } }, { "item": { "reference": "#15" } }, { "item": { "reference": "#16" } }, { "item": { "reference": "#17" } }, { "item": { "reference": "#18" } }, { "item": { "reference": "#19" } }, { "item": { "reference": "#20" } }, { "item": { "reference": "#21" } } ], "id": "prognosis", "mode": "snapshot", "resourceType": "List", "status": "current", "subject": { "display": "Annie Proband, female, born 1966", "reference": "Patient/proband" }, "text": { "div": "<div>\n <img alt=\"Family history diagram for Annie Proband\" src=\"#image\"/>\n </div>", "status": "generated" } }; var example272: fhir.List = { "resourceType": "List", "id": "prognosis", "text": { "status": "generated", "div": "<div>\n <img alt=\"Family history diagram for Annie Proband\" src=\"#image\"/>\n </div>" }, "contained": [ { "resourceType": "Binary", "id": "image", "contentType": "image/png", "content": "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" }, { "resourceType": "FamilyMemberHistory", "id": "2", "extension": [ { "extension": [ { "url": "parent.type", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "NMTH", "display": "natural mother" } ] } }, { "url": "parent.reference", "valueReference": { "reference": "#4" } } ], "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" }, { "extension": [ { "url": "parent.type", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "NFTH", "display": "natural father" } ] } }, { "url": "parent.reference", "valueReference": { "reference": "#5" } } ], "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" } ], "patient": { "reference": "Patient/proband", "display": "Annie Proband, female, born 1966" }, "status": "completed", "name": "Harriet", "relationship": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "NMTH", "display": "natural mother" } ] }, "deceasedQuantity": { "value": 50, "unit": "years", "system": "http://unitsofmeasure.org", "code": "a" }, "condition": [ { "code": { "coding": [ { "system": "urn:oid:2.16.840.1.113883.3.26.1.1", "code": "C4908", "display": "Ovarian Carcinoma" } ] }, "onsetQuantity": { "value": 45, "unit": "years", "system": "http://unitsofmeasure.org", "code": "a" } } ] }, { "resourceType": "FamilyMemberHistory", "id": "3", "extension": [ { "extension": [ { "url": "parent.type", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "NMTH", "display": "natural mother" } ] } }, { "url": "parent.reference", "valueReference": { "reference": "#6" } } ], "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" }, { "extension": [ { "url": "parent.type", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "NFTH", "display": "natural father" } ] } }, { "url": "parent.reference", "valueReference": { "reference": "#7" } } ], "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" } ], "patient": { "reference": "Patient/proband", "display": "Annie Proband, female, born 1966" }, "status": "completed", "name": "Donald", "relationship": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "NFTH", "display": "natural father" } ] }, "ageQuantity": { "value": 72, "unit": "years", "system": "http://unitsofmeasure.org", "code": "a" }, "deceasedBoolean": false }, { "resourceType": "FamilyMemberHistory", "id": "4", "patient": { "reference": "Patient/proband", "display": "Annie Proband, female, born 1966" }, "status": "completed", "name": "Gladys", "relationship": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "MGRMTH", "display": "maternal grandmother" } ] }, "deceasedQuantity": { "value": 77, "unit": "years", "system": "http://unitsofmeasure.org", "code": "a" }, "condition": [ { "code": { "coding": [ { "system": "urn:oid:2.16.840.1.113883.3.26.1.1", "code": "C4872", "display": "Breast Carcinoma" } ] }, "onsetQuantity": { "value": 55, "unit": "years", "system": "http://unitsofmeasure.org", "code": "a" } } ] }, { "resourceType": "FamilyMemberHistory", "id": "5", "patient": { "reference": "Patient/proband", "display": "Annie Proband, female, born 1966" }, "status": "completed", "name": "Ian", "relationship": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "MGRFTH", "display": "maternal grandfather" } ] }, "deceasedQuantity": { "value": 76, "unit": "years", "system": "http://unitsofmeasure.org", "code": "a" } }, { "resourceType": "FamilyMemberHistory", "id": "6", "patient": { "reference": "Patient/proband", "display": "Annie Proband, female, born 1966" }, "status": "completed", "name": "Claire", "relationship": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "PGRMTH", "display": "paternal grandmother" } ] }, "deceasedQuantity": { "value": 74, "unit": "years", "system": "http://unitsofmeasure.org", "code": "a" } }, { "resourceType": "FamilyMemberHistory", "id": "7", "patient": { "reference": "Patient/proband", "display": "Annie Proband, female, born 1966" }, "status": "completed", "name": "Bob", "relationship": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "PGRFTH", "display": "paternal grandfather" } ] }, "deceasedQuantity": { "value": 73, "unit": "years", "system": "http://unitsofmeasure.org", "code": "a" }, "condition": [ { "code": { "coding": [ { "system": "urn:oid:2.16.840.1.113883.3.26.1.1", "code": "C2955", "display": "Colorectal Carcinoma" } ] }, "onsetQuantity": { "value": 72, "unit": "years", "system": "http://unitsofmeasure.org", "code": "a" } } ] }, { "resourceType": "FamilyMemberHistory", "id": "8", "extension": [ { "extension": [ { "url": "parent.type", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "NMTH", "display": "natural mother" } ] } }, { "url": "parent.reference", "valueReference": { "reference": "#2" } } ], "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" }, { "extension": [ { "url": "parent.type", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "NFTH", "display": "natural father" } ] } }, { "url": "parent.reference", "valueReference": { "reference": "#3" } } ], "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" } ], "patient": { "reference": "Patient/proband", "display": "Annie Proband, female, born 1966" }, "status": "completed", "name": "Brian", "relationship": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "NBRO", "display": "natural brother" } ] }, "ageQuantity": { "value": 32, "unit": "years", "system": "http://unitsofmeasure.org", "code": "a" }, "deceasedBoolean": false, "condition": [ { "code": { "coding": [ { "system": "urn:oid:2.16.840.1.113883.3.26.1.1", "code": "C2955", "display": "Rectal Carcinoma" } ] }, "onsetQuantity": { "value": 32, "unit": "years", "system": "http://unitsofmeasure.org", "code": "a" } } ] }, { "resourceType": "FamilyMemberHistory", "id": "9", "extension": [ { "extension": [ { "url": "parent.type", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "NMTH", "display": "natural mother" } ] } }, { "url": "parent.reference", "valueReference": { "reference": "#2" } } ], "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" }, { "extension": [ { "url": "parent.type", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "NFTH", "display": "natural father" } ] } }, { "url": "parent.reference", "valueReference": { "reference": "#3" } } ], "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" } ], "patient": { "reference": "Patient/proband", "display": "Annie Proband, female, born 1966" }, "status": "completed", "name": "Janet", "relationship": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "NSIS", "display": "natural sister" } ] }, "ageQuantity": { "fhir_comments": [ " Age was 31 in source, but 36 in diagram " ], "value": 36, "unit": "years", "system": "http://unitsofmeasure.org", "code": "a" }, "deceasedBoolean": false, "condition": [ { "code": { "coding": [ { "system": "urn:oid:2.16.840.1.113883.3.26.1.1", "code": "C2924", "display": "Ductal Carcinoma In Situ of the Breast" } ] }, "onsetQuantity": { "value": 35, "unit": "years", "system": "http://unitsofmeasure.org", "code": "a" } } ] }, { "resourceType": "FamilyMemberHistory", "id": "10", "patient": { "reference": "Patient/proband", "display": "Annie Proband, female, born 1966" }, "status": "completed", "relationship": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "BROINLAW", "display": "brother-in-law" } ] }, "ageQuantity": { "value": 30, "unit": "years", "system": "http://unitsofmeasure.org", "code": "a" } }, { "resourceType": "FamilyMemberHistory", "id": "11", "extension": [ { "extension": [ { "url": "parent.type", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "NMTH", "display": "natural mother" } ] } }, { "url": "parent.reference", "valueReference": { "reference": "#9" } } ], "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" }, { "extension": [ { "url": "parent.type", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "NFTH", "display": "natural father" } ] } }, { "url": "parent.reference", "valueReference": { "reference": "#10" } } ], "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" } ], "patient": { "reference": "Patient/proband", "display": "Annie Proband, female, born 1966" }, "status": "completed", "name": "Ian", "relationship": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "NEPHEW", "display": "Nephew" } ] }, "ageQuantity": { "value": 16, "unit": "years", "system": "http://unitsofmeasure.org", "code": "a" }, "deceasedBoolean": false }, { "resourceType": "FamilyMemberHistory", "id": "12", "extension": [ { "extension": [ { "url": "parent.type", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "NMTH", "display": "natural mother" } ] } }, { "url": "parent.reference", "valueReference": { "reference": "#9" } } ], "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" }, { "extension": [ { "url": "parent.type", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "NFTH", "display": "natural father" } ] } }, { "url": "parent.reference", "valueReference": { "reference": "#10" } } ], "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" } ], "patient": { "reference": "Patient/proband", "display": "Annie Proband, female, born 1966" }, "status": "completed", "name": "Helen", "relationship": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "NIECE", "display": "niece" } ] }, "ageQuantity": { "value": 15, "unit": "years", "system": "http://unitsofmeasure.org", "code": "a" }, "deceasedBoolean": false, "condition": [ { "code": { "coding": [ { "code": "657", "_code": { "fhir_comments": [ " No system or OID for NCBI Entrez yet " ] }, "display": "BRCA2" }, { "system": "urn:oid:2.16.840.1.113883.6.133", "code": "1101", "display": "BRCA2" } ], "text": "BRCA2 breast cancer 2, early onset" } } ] }, { "resourceType": "FamilyMemberHistory", "id": "13", "patient": { "reference": "Patient/proband", "display": "Annie Proband, female, born 1966" }, "status": "completed", "relationship": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "SIGOTHR", "display": "significant other" } ] }, "ageQuantity": { "value": 35, "unit": "years", "system": "http://unitsofmeasure.org", "code": "a" } }, { "resourceType": "FamilyMemberHistory", "id": "14", "extension": [ { "extension": [ { "url": "parent.type", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "NMTH", "display": "natural mother" } ] } }, { "url": "parent.reference", "valueReference": { "reference": "#1" } } ], "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" }, { "extension": [ { "url": "parent.type", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "NFTH", "display": "natural father" } ] } }, { "url": "parent.reference", "valueReference": { "reference": "#13" } } ], "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" } ], "patient": { "reference": "Patient/proband", "display": "Annie Proband, female, born 1966" }, "status": "completed", "relationship": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "DAU", "display": "natural daughter" } ] }, "ageQuantity": { "value": 17, "unit": "years", "system": "http://unitsofmeasure.org", "code": "a" } }, { "resourceType": "FamilyMemberHistory", "id": "15", "extension": [ { "extension": [ { "url": "parent.type", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "NMTH", "display": "natural mother" } ] } }, { "url": "parent.reference", "valueReference": { "reference": "#6" } } ], "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" }, { "extension": [ { "url": "parent.type", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "NFTH", "display": "natural father" } ] } }, { "url": "parent.reference", "valueReference": { "reference": "#7" } } ], "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" } ], "patient": { "reference": "Patient/proband", "display": "Annie Proband, female, born 1966" }, "status": "completed", "relationship": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "PUNCLE", "display": "paternal uncle" } ] }, "ageQuantity": { "value": 56, "unit": "years", "system": "http://unitsofmeasure.org", "code": "a" } }, { "resourceType": "FamilyMemberHistory", "id": "16", "extension": [ { "extension": [ { "url": "parent.type", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "NMTH", "display": "natural mother" } ] } }, { "url": "parent.reference", "valueReference": { "reference": "#6" } } ], "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" }, { "extension": [ { "url": "parent.type", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "NFTH", "display": "natural father" } ] } }, { "url": "parent.reference", "valueReference": { "reference": "#7" } } ], "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" } ], "patient": { "reference": "Patient/proband", "display": "Annie Proband, female, born 1966" }, "status": "completed", "relationship": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "PAUNT", "display": "paternal aunt" } ] }, "ageQuantity": { "value": 57, "unit": "years", "system": "http://unitsofmeasure.org", "code": "a" }, "condition": [ { "code": { "coding": [ { "system": "urn:oid:2.16.840.1.113883.3.26.1.1", "code": "C3224", "display": "Melanoma" } ] } } ] }, { "resourceType": "FamilyMemberHistory", "id": "17", "extension": [ { "extension": [ { "url": "parent.type", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "NMTH", "display": "natural mother" } ] } }, { "url": "parent.reference", "valueReference": { "reference": "#4" } } ], "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" }, { "extension": [ { "url": "parent.type", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "NFTH", "display": "natural father" } ] } }, { "url": "parent.reference", "valueReference": { "reference": "#5" } } ], "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" } ], "patient": { "reference": "Patient/proband", "display": "Annie Proband, female, born 1966" }, "status": "completed", "relationship": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "MUNCLE", "display": "maternal uncle" } ] }, "ageQuantity": { "value": 60, "unit": "years", "system": "http://unitsofmeasure.org", "code": "a" } }, { "resourceType": "FamilyMemberHistory", "id": "18", "extension": [ { "extension": [ { "url": "parent.type", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "NMTH", "display": "natural mother" } ] } }, { "url": "parent.reference", "valueReference": { "reference": "#4" } } ], "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" }, { "extension": [ { "url": "parent.type", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "NFTH", "display": "natural father" } ] } }, { "url": "parent.reference", "valueReference": { "reference": "#5" } } ], "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" } ], "patient": { "reference": "Patient/proband", "display": "Annie Proband, female, born 1966" }, "status": "completed", "relationship": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "MAUNT", "display": "maternal aunt" } ] }, "ageQuantity": { "value": 57, "unit": "years", "system": "http://unitsofmeasure.org", "code": "a" } }, { "resourceType": "FamilyMemberHistory", "id": "19", "patient": { "reference": "Patient/proband", "display": "Annie Proband, female, born 1966" }, "status": "completed", "relationship": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "EXT", "display": "extended family member" } ] } }, { "resourceType": "FamilyMemberHistory", "id": "20", "extension": [ { "extension": [ { "url": "parent.type", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "NMTH", "display": "natural mother" } ] } }, { "url": "parent.reference", "valueReference": { "reference": "#18" } } ], "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" }, { "extension": [ { "url": "parent.type", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "NFTH", "display": "natural father" } ] } }, { "url": "parent.reference", "valueReference": { "reference": "#19" } } ], "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" } ], "patient": { "reference": "Patient/proband", "display": "Annie Proband, female, born 1966" }, "status": "completed", "relationship": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "MCOUSN", "display": "maternal cousin" } ] }, "gender": "female", "ageQuantity": { "value": 30, "unit": "years", "system": "http://unitsofmeasure.org", "code": "a" }, "condition": [ { "code": { "coding": [ { "system": "urn:oid:2.16.840.1.113883.3.26.1.1", "code": "C4872", "display": "Breast Carcinoma" } ] }, "onsetQuantity": { "value": 30, "unit": "years", "system": "http://unitsofmeasure.org", "code": "a" } } ] }, { "resourceType": "FamilyMemberHistory", "id": "21", "extension": [ { "extension": [ { "url": "parent.type", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "NMTH", "display": "natural mother" } ] } }, { "url": "parent.reference", "valueReference": { "reference": "#18" } } ], "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" }, { "extension": [ { "url": "parent.type", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "NFTH", "display": "natural father" } ] } }, { "url": "parent.reference", "valueReference": { "reference": "#19" } } ], "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" } ], "patient": { "reference": "Patient/proband", "display": "Annie Proband, female, born 1966" }, "status": "completed", "relationship": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "MCOUSN", "display": "maternal cousin" } ] }, "gender": "female", "ageQuantity": { "value": 31, "unit": "years", "system": "http://unitsofmeasure.org", "code": "a" } } ], "code": { "coding": [ { "system": "http://loinc.org", "code": "8670-2", "display": "History of family member diseases" } ] }, "subject": { "fhir_comments": [ " Age said 33, but diagram shows 42, so adjusted DOB " ], "reference": "Patient/proband", "display": "Annie Proband, female, born 1966" }, "status": "current", "mode": "snapshot", "entry": [ { "item": { "reference": "#2" } }, { "item": { "reference": "#3" } }, { "item": { "reference": "#4" } }, { "item": { "reference": "#5" } }, { "item": { "reference": "#6" } }, { "item": { "reference": "#7" } }, { "item": { "reference": "#8" } }, { "item": { "reference": "#9" } }, { "item": { "reference": "#10" } }, { "item": { "reference": "#11" } }, { "item": { "reference": "#12" } }, { "item": { "reference": "#13" } }, { "item": { "reference": "#14" } }, { "item": { "reference": "#15" } }, { "item": { "reference": "#16" } }, { "item": { "reference": "#17" } }, { "item": { "reference": "#18" } }, { "item": { "reference": "#19" } }, { "item": { "reference": "#20" } }, { "item": { "reference": "#21" } } ] }; var example273: fhir.List = { "code": { "coding": [ { "code": "8670-2", "display": "History of family member diseases", "system": "http://loinc.org" } ] }, "contained": [ { "extension": [ { "extension": [ { "url": "parent.type", "valueCodeableConcept": { "coding": [ { "code": "FTH", "display": "father", "system": "http://hl7.org/fhir/v3/RoleCode" } ] } }, { "url": "parent.identifier", "valueUri": "#2" } ], "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" } ], "id": "1", "name": "Dave", "patient": { "display": "Peter Patient", "reference": "Patient/example" }, "relationship": { "coding": [ { "code": "FTH", "display": "father", "system": "http://hl7.org/fhir/v3/RoleCode" } ] }, "resourceType": "FamilyMemberHistory", "status": "completed" }, { "id": "2", "patient": { "display": "Peter Patient", "reference": "Patient/example" }, "relationship": { "coding": [ { "code": "GRFTH", "display": "grandfather", "system": "http://hl7.org/fhir/v3/RoleCode" } ] }, "resourceType": "FamilyMemberHistory", "status": "completed" }, { "extension": [ { "extension": [ { "url": "parent.type", "valueCodeableConcept": { "coding": [ { "code": "FTH", "display": "father", "system": "http://hl7.org/fhir/v3/RoleCode" } ] } }, { "url": "parent.identifier", "valueUri": "#2" } ], "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" } ], "id": "3", "patient": { "display": "Peter Patient", "reference": "Patient/example" }, "relationship": { "coding": [ { "code": "PUNCLE", "display": "paternal uncle", "system": "http://hl7.org/fhir/v3/RoleCode" } ] }, "resourceType": "FamilyMemberHistory", "status": "completed" }, { "extension": [ { "extension": [ { "url": "parent.type", "valueCodeableConcept": { "coding": [ { "code": "FTH", "display": "father", "system": "http://hl7.org/fhir/v3/RoleCode" } ] } }, { "url": "parent.identifier", "valueUri": "#2" } ], "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" } ], "id": "4", "patient": { "display": "Peter Patient", "reference": "Patient/example" }, "relationship": { "coding": [ { "code": "PUNCLE", "display": "paternal uncle", "system": "http://hl7.org/fhir/v3/RoleCode" } ] }, "resourceType": "FamilyMemberHistory", "status": "completed" }, { "extension": [ { "extension": [ { "url": "parent.type", "valueCodeableConcept": { "coding": [ { "code": "FTH", "display": "father", "system": "http://hl7.org/fhir/v3/RoleCode" } ] } }, { "url": "parent.identifier", "valueUri": "#2" } ], "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" } ], "id": "5", "name": "Eve", "patient": { "display": "Peter Patient", "reference": "Patient/example" }, "relationship": { "coding": [ { "code": "PAUNT", "display": "paternal aunt", "system": "http://hl7.org/fhir/v3/RoleCode" } ] }, "resourceType": "FamilyMemberHistory", "status": "completed" }, { "extension": [ { "extension": [ { "url": "parent.type", "valueCodeableConcept": { "coding": [ { "code": "FTH", "display": "father", "system": "http://hl7.org/fhir/v3/RoleCode" } ] } }, { "url": "parent.identifier", "valueUri": "#2" } ], "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" } ], "id": "6", "patient": { "display": "Peter Patient", "reference": "Patient/example" }, "relationship": { "coding": [ { "code": "PAUNT", "display": "paternal aunt", "system": "http://hl7.org/fhir/v3/RoleCode" } ] }, "resourceType": "FamilyMemberHistory", "status": "completed" }, { "extension": [ { "extension": [ { "url": "parent.type", "valueCodeableConcept": { "coding": [ { "code": "FTH", "display": "father", "system": "http://hl7.org/fhir/v3/RoleCode" } ] } }, { "url": "parent.identifier", "valueUri": "#2" } ], "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" } ], "id": "7", "patient": { "display": "Peter Patient", "reference": "Patient/example" }, "relationship": { "coding": [ { "code": "PAUNT", "display": "paternal aunt", "system": "http://hl7.org/fhir/v3/RoleCode" } ] }, "resourceType": "FamilyMemberHistory", "status": "completed" }, { "extension": [ { "extension": [ { "url": "parent.type", "valueCodeableConcept": { "coding": [ { "code": "MTH", "display": "mother", "system": "http://hl7.org/fhir/v3/RoleCode" } ] } }, { "url": "parent.identifier", "valueUri": "#5" } ], "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" } ], "id": "8", "name": "Alice", "patient": { "display": "Peter Patient", "reference": "Patient/example" }, "relationship": { "coding": [ { "code": "PCOUSN", "display": "paternal cousin", "system": "http://hl7.org/fhir/v3/RoleCode" } ] }, "resourceType": "FamilyMemberHistory", "status": "completed" } ], "entry": [ { "item": { "reference": "#1" } }, { "item": { "reference": "#2" } }, { "item": { "reference": "#3" } }, { "item": { "reference": "#4" } }, { "item": { "reference": "#5" } }, { "item": { "reference": "#6" } }, { "item": { "reference": "#7" } }, { "item": { "reference": "#8" } } ], "id": "genetic", "mode": "snapshot", "resourceType": "List", "status": "current", "subject": { "display": "Peter Patient", "reference": "Patient/example" }, "text": { "div": "<div>To do</div>", "status": "generated" } }; var example274: fhir.List = { "resourceType": "List", "id": "genetic", "text": { "status": "generated", "div": "<div>To do</div>" }, "contained": [ { "resourceType": "FamilyMemberHistory", "id": "1", "extension": [ { "extension": [ { "url": "parent.type", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "FTH", "display": "father" } ] } }, { "url": "parent.identifier", "valueUri": "#2" } ], "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" } ], "patient": { "reference": "Patient/example", "display": "Peter Patient" }, "status": "completed", "name": "Dave", "relationship": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "FTH", "display": "father" } ] } }, { "resourceType": "FamilyMemberHistory", "id": "2", "patient": { "reference": "Patient/example", "display": "Peter Patient" }, "status": "completed", "relationship": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "GRFTH", "display": "grandfather" } ] } }, { "resourceType": "FamilyMemberHistory", "id": "3", "extension": [ { "extension": [ { "url": "parent.type", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "FTH", "display": "father" } ] } }, { "url": "parent.identifier", "valueUri": "#2" } ], "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" } ], "patient": { "reference": "Patient/example", "display": "Peter Patient" }, "status": "completed", "relationship": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "PUNCLE", "display": "paternal uncle" } ] } }, { "resourceType": "FamilyMemberHistory", "id": "4", "extension": [ { "extension": [ { "url": "parent.type", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "FTH", "display": "father" } ] } }, { "url": "parent.identifier", "valueUri": "#2" } ], "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" } ], "patient": { "reference": "Patient/example", "display": "Peter Patient" }, "status": "completed", "relationship": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "PUNCLE", "display": "paternal uncle" } ] } }, { "resourceType": "FamilyMemberHistory", "id": "5", "extension": [ { "extension": [ { "url": "parent.type", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "FTH", "display": "father" } ] } }, { "url": "parent.identifier", "valueUri": "#2" } ], "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" } ], "patient": { "reference": "Patient/example", "display": "Peter Patient" }, "status": "completed", "name": "Eve", "relationship": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "PAUNT", "display": "paternal aunt" } ] } }, { "resourceType": "FamilyMemberHistory", "id": "6", "extension": [ { "extension": [ { "url": "parent.type", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "FTH", "display": "father" } ] } }, { "url": "parent.identifier", "valueUri": "#2" } ], "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" } ], "patient": { "reference": "Patient/example", "display": "Peter Patient" }, "status": "completed", "relationship": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "PAUNT", "display": "paternal aunt" } ] } }, { "resourceType": "FamilyMemberHistory", "id": "7", "extension": [ { "extension": [ { "url": "parent.type", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "FTH", "display": "father" } ] } }, { "url": "parent.identifier", "valueUri": "#2" } ], "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" } ], "patient": { "reference": "Patient/example", "display": "Peter Patient" }, "status": "completed", "relationship": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "PAUNT", "display": "paternal aunt" } ] } }, { "resourceType": "FamilyMemberHistory", "id": "8", "extension": [ { "extension": [ { "url": "parent.type", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "MTH", "display": "mother" } ] } }, { "url": "parent.identifier", "valueUri": "#5" } ], "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" } ], "patient": { "reference": "Patient/example", "display": "Peter Patient" }, "status": "completed", "name": "Alice", "relationship": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "PCOUSN", "display": "paternal cousin" } ] } } ], "code": { "coding": [ { "system": "http://loinc.org", "code": "8670-2", "display": "History of family member diseases" } ] }, "subject": { "reference": "Patient/example", "display": "Peter Patient", "_display": { "fhir_comments": [ " Should be 'Bob', but didn't make sense to define a new patient " ] } }, "status": "current", "mode": "snapshot", "entry": [ { "item": { "reference": "#1" } }, { "item": { "reference": "#2" } }, { "item": { "reference": "#3" } }, { "item": { "reference": "#4" } }, { "item": { "reference": "#5" } }, { "item": { "reference": "#6" } }, { "item": { "reference": "#7" } }, { "item": { "reference": "#8" } } ] }; var example275: fhir.List = { "code": { "coding": [ { "code": "182836005", "display": "Review of medication", "system": "http://snomed.info/sct" } ], "text": "Medication Review" }, "date": "2013-11-20T23:10:23+11:00", "entry": [ { "flag": { "coding": [ { "code": "01", "display": "Prescribed", "system": "http://nehta.gov.au/codes/medications/changetype" } ] }, "item": { "display": "hydroxocobalamin" } }, { "deleted": true, "flag": { "coding": [ { "code": "02", "display": "Cancelled", "system": "http://nehta.gov.au/codes/medications/changetype" } ] }, "item": { "display": "Morphine Sulfate" } } ], "id": "med-list", "mode": "changes", "resourceType": "List", "source": { "reference": "Patient/example" }, "status": "current", "text": { "div": "<div>\n <p>Add hydroxocobalamin</p>\n <p>Cancel Morphine Sulphate</p>\n </div>", "status": "generated" } }; var example276: fhir.List = { "resourceType": "List", "id": "med-list", "text": { "status": "generated", "div": "<div>\n <p>Add hydroxocobalamin</p>\n <p>Cancel Morphine Sulphate</p>\n </div>" }, "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "182836005", "display": "Review of medication" } ], "text": "Medication Review" }, "source": { "reference": "Patient/example" }, "status": "current", "date": "2013-11-20T23:10:23+11:00", "mode": "changes", "entry": [ { "fhir_comments": [ " \n in a real medications list, we'd actually have medication resources.\n but this an example to demonstrate a changes list, so we'll just use \n display " ], "flag": { "fhir_comments": [ " patient was prescribed hydroxocobalamin. the flag marks this \n as a prescription. Note that healthcare workers will now get into\n a long debate the exact implication of \"prescribed\". That's why the\n spec doesn't fix the flag values " ], "coding": [ { "system": "http://nehta.gov.au/codes/medications/changetype", "code": "01", "display": "Prescribed" } ] }, "item": { "display": "hydroxocobalamin" } }, { "fhir_comments": [ " \n on this one, we record that the patient was taken off morphine sulfate.\n because not every system knows the flags, and the ensure there's no confusion,\n if the flag implies that something was removed from the list, then the\n deleted element must also be set \n " ], "flag": { "coding": [ { "system": "http://nehta.gov.au/codes/medications/changetype", "code": "02", "display": "Cancelled" } ] }, "deleted": true, "item": { "display": "Morphine Sulfate" } } ] }; var example277: fhir.List = { "date": "2012-11-25T22:17:00+11:00", "encounter": { "reference": "Encounter/example" }, "entry": [ { "deleted": true, "flag": { "text": "Deleted due to error" }, "item": { "reference": "Condition/example" } }, { "date": "2012-11-21", "flag": { "text": "Added" }, "item": { "reference": "Condition/example2" } } ], "id": "example", "identifier": [ { "system": "urn:uuid:a9fcea7c-fcdf-4d17-a5e0-f26dda030b59", "value": "23974652" } ], "mode": "changes", "resourceType": "List", "source": { "reference": "Patient/example" }, "status": "current", "subject": { "reference": "Patient/example" }, "text": { "div": "<div>\n <table>\n <thead>\n <tr>\n <th>Condition</th>\n <th>Severity</th>\n <th>Date</th>\n <th>Location</th>\n <th>Status</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td>Burnt Ear</td>\n <td>Severe</td>\n <td>24-May 2012</td>\n <td>Left Ear</td>\n <td>deleted</td>\n </tr>\n <tr>\n <td>Asthma</td>\n <td>Mild</td>\n <td>21-Nov 2012</td>\n <td>--</td>\n <td>added</td>\n </tr>\n </tbody>\n </table>\n </div>", "status": "generated" } }; var example278: fhir.List = { "resourceType": "List", "id": "example", "text": { "status": "generated", "div": "<div>\n <table>\n <thead>\n <tr>\n <th>Condition</th>\n <th>Severity</th>\n <th>Date</th>\n <th>Location</th>\n <th>Status</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td>Burnt Ear</td>\n <td>Severe</td>\n <td>24-May 2012</td>\n <td>Left Ear</td>\n <td>deleted</td>\n </tr>\n <tr>\n <td>Asthma</td>\n <td>Mild</td>\n <td>21-Nov 2012</td>\n <td>--</td>\n <td>added</td>\n </tr>\n </tbody>\n </table>\n </div>" }, "identifier": [ { "system": "urn:uuid:a9fcea7c-fcdf-4d17-a5e0-f26dda030b59", "value": "23974652" } ], "subject": { "fhir_comments": [ " This list doesn't have a code. In actual fact, \n it's a Condition list produced at the end of an encounter \n to a regular primary care practitioner. But the only way\n to know this is to hunt down the place it is used \n and find out " ], "reference": "Patient/example" }, "source": { "reference": "Patient/example" }, "encounter": { "reference": "Encounter/example" }, "status": "current", "date": "2012-11-25T22:17:00+11:00", "mode": "changes", "entry": [ { "flag": { "text": "Deleted due to error" }, "deleted": true, "item": { "reference": "Condition/example" } }, { "flag": { "text": "Added" }, "date": "2012-11-21", "item": { "reference": "Condition/example2" } } ] }; var example279: fhir.Location = { "description": "Ambulance provided by Burgers University Medical Center", "id": "amb", "managingOrganization": { "reference": "Organization/f001" }, "mode": "kind", "name": "BUMC Ambulance", "physicalType": { "coding": [ { "code": "ve", "display": "Vehicle", "system": "http://hl7.org/fhir/location-physical-type" } ] }, "resourceType": "Location", "status": "active", "telecom": [ { "system": "phone", "use": "mobile", "value": "2329" } ], "text": { "div": "<div>Mobile Clinic</div>", "status": "generated" }, "type": { "coding": [ { "code": "AMB", "display": "Ambulance", "system": "http://hl7.org/fhir/v3/RoleCode" } ] } }; var example280: fhir.Location = { "resourceType": "Location", "id": "amb", "text": { "status": "generated", "div": "<div>Mobile Clinic</div>" }, "status": "active", "name": "BUMC Ambulance", "description": "Ambulance provided by Burgers University Medical Center", "mode": "kind", "type": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "AMB", "display": "Ambulance" } ] }, "telecom": [ { "system": "phone", "value": "2329", "use": "mobile" } ], "physicalType": { "coding": [ { "system": "http://hl7.org/fhir/location-physical-type", "code": "ve", "display": "Vehicle" } ] }, "managingOrganization": { "reference": "Organization/f001" } }; var example281: fhir.Location = { "address": { "city": "Ann Arbor", "country": "USA", "line": [ "3300 Washtenaw Avenue, Suite 227" ], "postalCode": "48104", "state": "MI" }, "description": "HL7 Headquarters", "id": "hl7", "mode": "instance", "name": "Health Level Seven International", "physicalType": { "coding": [ { "code": "bu", "display": "Building", "system": "http://hl7.org/fhir/location-physical-type" } ] }, "position": { "latitude": -83.69471, "longitude": 42.2565 }, "resourceType": "Location", "status": "active", "telecom": [ { "system": "phone", "value": "(+1) 734-677-7777" }, { "system": "fax", "value": "(+1) 734-677-6622" }, { "system": "email", "value": "hq@HL7.org" } ], "text": { "div": "<div>\n Health Level Seven International<br/>\n\t\t\t\t3300 Washtenaw Avenue, Suite 227<br/>\n\t\t\t\tAnn Arbor, MI 48104<br/>\n\t\t\t\tUSA<br/>\n\t\t\t\t(+1) 734-677-7777 (phone)<br/>\n\t\t\t\t(+1) 734-677-6622 (fax)<br/>\n\t\t\t\tE-mail: <a href=\"mailto:hq@HL7.org\">hq@HL7.org</a>\n </div>", "status": "generated" }, "type": { "coding": [ { "code": "SLEEP", "display": "Sleep disorders unit", "system": "http://hl7.org/fhir/v3/RoleCode" } ] } }; var example282: fhir.Location = { "resourceType": "Location", "id": "hl7", "text": { "status": "generated", "div": "<div>\n Health Level Seven International<br/>\n\t\t\t\t3300 Washtenaw Avenue, Suite 227<br/>\n\t\t\t\tAnn Arbor, MI 48104<br/>\n\t\t\t\tUSA<br/>\n\t\t\t\t(+1) 734-677-7777 (phone)<br/>\n\t\t\t\t(+1) 734-677-6622 (fax)<br/>\n\t\t\t\tE-mail: <a href=\"mailto:hq@HL7.org\">hq@HL7.org</a>\n </div>" }, "status": "active", "_status": { "fhir_comments": [ " HL7 itself " ] }, "name": "Health Level Seven International", "description": "HL7 Headquarters", "mode": "instance", "type": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "SLEEP", "display": "Sleep disorders unit" } ] }, "telecom": [ { "system": "phone", "value": "(+1) 734-677-7777" }, { "system": "fax", "value": "(+1) 734-677-6622" }, { "system": "email", "value": "hq@HL7.org" } ], "address": { "line": [ "3300 Washtenaw Avenue, Suite 227" ], "city": "Ann Arbor", "state": "MI", "postalCode": "48104", "country": "USA" }, "physicalType": { "coding": [ { "system": "http://hl7.org/fhir/location-physical-type", "code": "bu", "display": "Building" } ] }, "position": { "longitude": 42.2565, "latitude": -83.69471 } }; var example283: fhir.Location = { "description": "Patient's Home", "id": "ph", "managingOrganization": { "reference": "Organization/f001" }, "mode": "kind", "name": "Patient's Home", "physicalType": { "coding": [ { "code": "ho", "display": "House", "system": "http://hl7.org/fhir/location-physical-type" } ] }, "resourceType": "Location", "status": "active", "text": { "div": "<div>Patient's Home</div>", "status": "generated" }, "type": { "coding": [ { "code": "PTRES", "display": "Patient's Residence", "system": "http://hl7.org/fhir/v3/RoleCode" } ] } }; var example284: fhir.Location = { "resourceType": "Location", "id": "ph", "text": { "status": "generated", "div": "<div>Patient's Home</div>" }, "status": "active", "name": "Patient's Home", "description": "Patient's Home", "mode": "kind", "type": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "PTRES", "display": "Patient's Residence" } ] }, "physicalType": { "coding": [ { "system": "http://hl7.org/fhir/location-physical-type", "code": "ho", "display": "House" } ] }, "managingOrganization": { "reference": "Organization/f001" } }; var example285: fhir.Location = { "description": "Old South Wing, Neuro Radiology Operation Room 1 on second floor", "id": "2", "identifier": [ { "value": "B1-S.F2.1.00" } ], "managingOrganization": { "reference": "Organization/f001" }, "mode": "instance", "name": "South Wing Neuro OR 1", "partOf": { "reference": "Location/1" }, "physicalType": { "coding": [ { "code": "ro", "display": "Room", "system": "http://hl7.org/fhir/location-physical-type" } ] }, "resourceType": "Location", "status": "suspended", "telecom": [ { "system": "phone", "value": "2329" } ], "text": { "div": "<div>Burgers UMC, South Wing, second floor, Neuro Radiology Operation Room 1</div>", "status": "generated" }, "type": { "coding": [ { "code": "RNEU", "display": "Neuroradiology unit", "system": "http://hl7.org/fhir/v3/RoleCode" } ] } }; var example286: fhir.Location = { "resourceType": "Location", "id": "2", "text": { "status": "generated", "div": "<div>Burgers UMC, South Wing, second floor, Neuro Radiology Operation Room 1</div>" }, "identifier": [ { "value": "B1-S.F2.1.00" } ], "status": "suspended", "name": "South Wing Neuro OR 1", "description": "Old South Wing, Neuro Radiology Operation Room 1 on second floor", "mode": "instance", "type": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "RNEU", "display": "Neuroradiology unit" } ] }, "telecom": [ { "system": "phone", "value": "2329" } ], "physicalType": { "coding": [ { "system": "http://hl7.org/fhir/location-physical-type", "code": "ro", "display": "Room" } ] }, "managingOrganization": { "reference": "Organization/f001" }, "partOf": { "reference": "Location/1" } }; var example287: fhir.Location = { "description": "All Pharmacies in the United Kingdom covered by the National Pharmacy Association", "id": "ukp", "mode": "kind", "name": "UK Pharmacies", "physicalType": { "coding": [ { "code": "jdn", "display": "Jurisdiction", "system": "http://hl7.org/fhir/location-physical-type" } ] }, "resourceType": "Location", "status": "active", "text": { "div": "<div>UK Pharmacies</div>", "status": "generated" }, "type": { "coding": [ { "code": "PHARM", "display": "Pharmacy", "system": "http://hl7.org/fhir/v3/RoleCode" } ] } }; var example288: fhir.Location = { "resourceType": "Location", "id": "ukp", "text": { "status": "generated", "div": "<div>UK Pharmacies</div>" }, "status": "active", "name": "UK Pharmacies", "description": "All Pharmacies in the United Kingdom covered by the National Pharmacy Association", "mode": "kind", "type": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "PHARM", "display": "Pharmacy" } ] }, "physicalType": { "coding": [ { "system": "http://hl7.org/fhir/location-physical-type", "code": "jdn", "display": "Jurisdiction" } ] } }; var example289: fhir.Location = { "address": { "city": "Den Burg", "country": "NLD", "line": [ "Galapagosweg 91, Building A" ], "postalCode": "9105 PZ", "use": "work" }, "description": "Second floor of the Old South Wing, formerly in use by Psychiatry", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/location-alias", "valueString": "Burgers University Medical Center, South Wing, second floor" }, { "url": "http://hl7.org/fhir/StructureDefinition/location-alias", "valueString": "BU MC, SW, F2" } ], "id": "1", "identifier": [ { "value": "B1-S.F2" } ], "managingOrganization": { "reference": "Organization/f001" }, "mode": "instance", "name": "South Wing, second floor", "physicalType": { "coding": [ { "code": "wi", "display": "Wing", "system": "http://hl7.org/fhir/location-physical-type" } ] }, "position": { "altitude": 0, "latitude": 42.25475478, "longitude": -83.6945691 }, "resourceType": "Location", "status": "active", "telecom": [ { "system": "phone", "use": "work", "value": "2328" }, { "system": "fax", "use": "work", "value": "2329" }, { "system": "email", "value": "second wing admissions" }, { "system": "other", "use": "work", "value": "http://sampleorg.com/southwing" } ], "text": { "div": "<div>Burgers UMC, South Wing, second floor</div>", "status": "generated" } }; var example290: fhir.Location = { "resourceType": "Location", "id": "1", "text": { "status": "generated", "div": "<div>Burgers UMC, South Wing, second floor</div>" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/location-alias", "valueString": "Burgers University Medical Center, South Wing, second floor" }, { "url": "http://hl7.org/fhir/StructureDefinition/location-alias", "valueString": "BU MC, SW, F2" } ], "identifier": [ { "value": "B1-S.F2" } ], "status": "active", "name": "South Wing, second floor", "description": "Second floor of the Old South Wing, formerly in use by Psychiatry", "mode": "instance", "telecom": [ { "system": "phone", "value": "2328", "use": "work" }, { "system": "fax", "value": "2329", "use": "work" }, { "system": "email", "value": "second wing admissions" }, { "system": "other", "value": "http://sampleorg.com/southwing", "use": "work" } ], "address": { "use": "work", "line": [ "Galapagosweg 91, Building A" ], "city": "Den Burg", "postalCode": "9105 PZ", "country": "NLD" }, "physicalType": { "coding": [ { "system": "http://hl7.org/fhir/location-physical-type", "code": "wi", "display": "Wing" } ] }, "position": { "longitude": -83.6945691, "latitude": 42.25475478, "altitude": 0 }, "managingOrganization": { "reference": "Organization/f001" } }; var example291: fhir.Media = { "content": { "contentType": "application/dicom", "url": "http://imaging.acme.com/wado/server?requestType=WADO&contentType=application%2Fdicom&studyUid=1.2.840.113619.2.21.848.34082.0.538976288.3&seriesUid=1.2.840.113619.2.21.3408.700.0.757923840.3.0&objectUid=1.2.840.11361907579238403408700.3.0.14.19970327150033" }, "deviceName": "G.E. Medical Systems", "extension": [ { "url": "http://nema.org/fhir/extensions#0002-0010", "valueUri": "urn:oid:1.2.840.10008.1.2.1" } ], "height": 480, "id": "1.2.840.11361907579238403408700.3.0.14.19970327150033", "identifier": [ { "system": "urn:ietf:rfc:3986", "type": { "text": "InstanceUID" }, "use": "official", "value": "urn:oid:1.2.840.11361907579238403408700.3.0.14.19970327150033" }, { "system": "http://acme-imaging.com/accession/2012", "type": { "text": "accessionNo" }, "value": "1234567" }, { "system": "urn:ietf:rfc:3986", "type": { "text": "studyId" }, "value": "urn:oid:1.2.840.113619.2.21.848.34082.0.538976288.3" }, { "system": "urn:ietf:rfc:3986", "type": { "text": "seriesId" }, "value": "urn:oid:1.2.840.113619.2.21.3408.700.0.757923840.3.0" } ], "resourceType": "Media", "subject": { "reference": "Patient/example" }, "subtype": { "coding": [ { "code": "US", "system": "http://nema.org/dicom/dicm" } ] }, "text": { "div": "<div>\n Ultrasound Image on patient "James Chalmers":<br/>\n <img alt=\"WADO reference to image\" src=\"http://imaging.acme.com/wado/server?requestType=WADO&contentType=application%2Fdicom&studyUid=1.2.840.113619.2.21.848.34082.0.538976288.3&seriesUid=1.2.840.113619.2.21.3408.700.0.757923840.3.0&objectUid=1.2.840.11361907579238403408700.3.0.14.19970327150033\"/>\n \n </div>", "status": "generated" }, "type": "photo", "view": { "coding": [ { "code": "399067008", "display": "Lateral projection", "system": "http://snomed.info/sct" } ] }, "width": 640 }; var example292: fhir.Media = { "resourceType": "Media", "id": "1.2.840.11361907579238403408700.3.0.14.19970327150033", "text": { "fhir_comments": [ " \n This example demonstrates how to represent an image \n originally sourced by a DICOM acquisition device\n as a Media resource. Whether this is appropriate depends\n on the complexity of the image - the media resource only\n contains crude metadata, and plain png/jpg (typically)\n pixels. This is suitable for the bulk of simple images\n shared as summaries with consumers, but not at all suitable \n for other kinds of images, or for internal radiology \n reporting usage \n " ], "status": "generated", "div": "<div>\n Ultrasound Image on patient "James Chalmers":<br/>\n <img alt=\"WADO reference to image\" src=\"http://imaging.acme.com/wado/server?requestType=WADO&contentType=application%2Fdicom&studyUid=1.2.840.113619.2.21.848.34082.0.538976288.3&seriesUid=1.2.840.113619.2.21.3408.700.0.757923840.3.0&objectUid=1.2.840.11361907579238403408700.3.0.14.19970327150033\"/>\n \n </div>" }, "extension": [ { "fhir_comments": [ " \n this is added to demonstrate the use of DICOM extensions.\n 0002,0010 is the DICOM transfer syntax of the referenced image\n " ], "url": "http://nema.org/fhir/extensions#0002-0010", "valueUri": "urn:oid:1.2.840.10008.1.2.1" } ], "type": "photo", "subtype": { "coding": [ { "system": "http://nema.org/dicom/dicm", "code": "US" } ] }, "identifier": [ { "use": "official", "type": { "text": "InstanceUID" }, "system": "urn:ietf:rfc:3986", "value": "urn:oid:1.2.840.11361907579238403408700.3.0.14.19970327150033" }, { "type": { "text": "accessionNo" }, "system": "http://acme-imaging.com/accession/2012", "_system": { "fhir_comments": [ " the imaging department accession number. (they recycle numbers each year) " ] }, "value": "1234567" }, { "type": { "text": "studyId" }, "system": "urn:ietf:rfc:3986", "value": "urn:oid:1.2.840.113619.2.21.848.34082.0.538976288.3" }, { "type": { "text": "seriesId" }, "system": "urn:ietf:rfc:3986", "value": "urn:oid:1.2.840.113619.2.21.3408.700.0.757923840.3.0" } ], "subject": { "reference": "Patient/example" }, "view": { "coding": [ { "system": "http://snomed.info/sct", "code": "399067008", "display": "Lateral projection" } ] }, "deviceName": "G.E. Medical Systems", "height": 480, "width": 640, "content": { "fhir_comments": [ " and a reference to the image data " ], "contentType": "application/dicom", "url": "http://imaging.acme.com/wado/server?requestType=WADO&contentType=application%2Fdicom&studyUid=1.2.840.113619.2.21.848.34082.0.538976288.3&seriesUid=1.2.840.113619.2.21.3408.700.0.757923840.3.0&objectUid=1.2.840.11361907579238403408700.3.0.14.19970327150033", "_url": { "fhir_comments": [ " The actual image could be anywhere. This is a WADO example " ] } } }; var example293: fhir.Media = { "content": { "contentType": "audio/mpeg", "data": "dG9vIGJpZyB0b28gaW5jbHVkZSB0aGUgd2hvbGU=", "id": "a1" }, "duration": 65, "id": "sound", "operator": { "reference": "Practitioner/xcda-author" }, "resourceType": "Media", "subject": { "reference": "Patient/xcda" }, "text": { "div": "<div>Sound recording of speech example for Patient Henry Levin (MRN 12345):<br/><img alt=\"diagram\" src=\"#11\"/></div>", "status": "generated" }, "type": "video" }; var example294: fhir.Media = { "resourceType": "Media", "id": "sound", "text": { "status": "generated", "div": "<div>Sound recording of speech example for Patient Henry Levin (MRN 12345):<br/><img alt=\"diagram\" src=\"#11\"/></div>" }, "type": "video", "subject": { "reference": "Patient/xcda" }, "operator": { "reference": "Practitioner/xcda-author" }, "duration": 65, "content": { "id": "a1", "contentType": "audio/mpeg", "data": "dG9vIGJpZyB0b28gaW5jbHVkZSB0aGUgd2hvbGU=", "_data": { "fhir_comments": [ " too big too include the whole " ] } } }; var example295: fhir.Media = { "content": { "contentType": "image/gif", "creation": "2009-09-03", "data": "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", "id": "a1" }, "deviceName": "Acme Camera", "frames": 1, "height": 145, "id": "example", "operator": { "reference": "Practitioner/xcda-author" }, "resourceType": "Media", "subject": { "reference": "Patient/xcda" }, "subtype": { "coding": [ { "code": "diagram", "system": "http://hl7.org/fhir/media-method" } ] }, "text": { "div": "<div>Diagram for Patient Henry Levin (MRN 12345):<br/><img alt=\"diagram\" src=\"#11\"/></div>", "status": "generated" }, "type": "photo", "width": 126 }; var example296: fhir.Media = { "resourceType": "Media", "id": "example", "text": { "status": "generated", "div": "<div>Diagram for Patient Henry Levin (MRN 12345):<br/><img alt=\"diagram\" src=\"#11\"/></div>" }, "type": "photo", "subtype": { "coding": [ { "system": "http://hl7.org/fhir/media-method", "code": "diagram" } ] }, "subject": { "reference": "Patient/xcda" }, "operator": { "reference": "Practitioner/xcda-author" }, "deviceName": "Acme Camera", "height": 145, "width": 126, "frames": 1, "_frames": { "fhir_comments": [ " frames - 1 is the default value, but it can still be specified " ] }, "content": { "id": "a1", "contentType": "image/gif", "data": "R0lGODlhfgCRAPcAAAAAAIAAAACAAICAAAAAgIAAgACAgICAgMDAwP8AAAD/AP//AAAA//8A/wD//////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMwAAZgAAmQAAzAAA/wAzAAAzMwAzZgAzmQAzzAAz/wBmAABmMwBmZgBmmQBmzABm/wCZAACZMwCZZgCZmQCZzACZ/wDMAADMMwDMZgDMmQDMzADM/wD/AAD/MwD/ZgD/mQD/zAD//zMAADMAMzMAZjMAmTMAzDMA/zMzADMzMzMzZjMzmTMzzDMz/zNmADNmMzNmZjNmmTNmzDNm/zOZADOZMzOZZjOZmTOZzDOZ/zPMADPMMzPMZjPMmTPMzDPM/zP/ADP/MzP/ZjP/mTP/zDP//2YAAGYAM2YAZmYAmWYAzGYA/2YzAGYzM2YzZmYzmWYzzGYz/2ZmAGZmM2ZmZmZmmWZmzGZm/2aZAGaZM2aZZmaZmWaZzGaZ/2bMAGbMM2bMZmbMmWbMzGbM/2b/AGb/M2b/Zmb/mWb/zGb//5kAAJkAM5kAZpkAmZkAzJkA/5kzAJkzM5kzZpkzmZkzzJkz/5lmAJlmM5lmZplmmZlmzJlm/5mZAJmZM5mZZpmZmZmZzJmZ/5nMAJnMM5nMZpnMmZnMzJnM/5n/AJn/M5n/Zpn/mZn/zJn//8wAAMwAM8wAZswAmcwAzMwA/8wzAMwzM8wzZswzmcwzzMwz/8xmAMxmM8xmZsxmmcxmzMxm/8yZAMyZM8yZZsyZmcyZzMyZ/8zMAMzMM8zMZszMmczMzMzM/8z/AMz/M8z/Zsz/mcz/zMz///8AAP8AM/8AZv8Amf8AzP8A//8zAP8zM/8zZv8zmf8zzP8z//9mAP9mM/9mZv9mmf9mzP9m//+ZAP+ZM/+ZZv+Zmf+ZzP+Z///MAP/MM//MZv/Mmf/MzP/M////AP//M///Zv//mf//zP///yH5BAEAABAALAAAAAB+AJEAQAj/AP8JHEiwoMGDCBMqXMiwocOHECNKnEixosWLGFHAckaN2jRnsKZhHEmy5EMU0+L5EseNG654KEzKnGkShbN4uFq2xOWRps+fE5nEy6Wz5a+XQJMqTeisGdGiLuNRi7m0qlJn06iF7LhxKoqvX2FpnRYSq1eBX62qRYhCKzWzZDeK3bqR7NSsb99uddZ2r1ZnINuanbrWp82tb8ly/Bjya1aOKOu+5ZgXZFa7sARzBMl5a9rCJDl29ejxMuDKeb3mJYsSa93GIOW61QgWbEjQGStbrru7o2K3dkXjBUz242WUbj0u9vj1b2KquCn27Rq7I1+9nBkn7gySK/HBnFd3/y8bUizf6CM76s0qduxp0pvN23UrOnF7zB7nWiaMXuZhvGJNoxhjpr3G3WMfJfdbgtD1p1RbxgkHX3uUbeYbdli5dp6DHHbo4YcghijiiCSWeJJGrJloIkoqPeXLNA2q+GFHm+yUSzzxiCQjiG3hVFQuN+74IQry4JSTTjfCImSHyE1TyS9I+iJPZkv21ySE+bE31VTjhZfZfhm2V+VJXLH3WH70MfZVeKfF9Z1inv3mXldjEiTYmX9tpVhkXrW1JpfX6bVdnosh19xGINVpk3JydafYZjC6RhqMNlHa11u0aQbjl/mVJaB1McrY16eSSeYle2AmqGp5wIl1KVxj+f8WIDV1/iOYVote5lt4eZUn6WsI+kZgp6iVxV+tAs064aqUebdraW55GqZ2AiIWKrIHQahfo3bBeaZ5zq1q17XYMoQleQt+Jxt56jXrarnwxivvvPTWa++9TJYlGrn4+kdNPJv4kksz92zY709ExqPJkbncw+/BI9mEDy4Mx+MMxD/9+xQ3m+RIK8Yz2STPkS11s8nFIMvEhDw1FoVLxynLdI9KR+bUMMoxR+yML1BxIyWMOY+0kTxQuizVw0E3hOJjBTe9UYO1fZZ0Qlga59hYvgLX3W7GWo20vLWV5uqjlHZUaVcDbukuZVTe29poqNYnZ2ZzrdbV0hRmdZh9dX3/raKv5MknG19YVojmVPIJmtlwhBpXbq4V6trd1VhV6t5jfM6XWWVzaRmZ3yO+3WaAi3XGFZfP2vRnYogLp+tec4Ee4qLZ3dfV3XXpHanZMHJVd6WsucprXJiOyaZ+iaH60aJ1JxirRoCF5WdmfnqlJ9uUVdma1m7CvTe74mHWLSyNgft6nmaDNSZy5o1mHvPWadW+aN9luVxglpnVeXF6Kxr/88MhX3wcJZsBuS81uDpc+5KDM0VBr3SlAQx1LBSSy1AHT2iSS1u2E6DYwUtbGTQOacj3mPGg6TeSEZBrWAUnyMzrbVk6XVyKsxgCwW0/62GMhVKErw12S1D5S0185RQnn8XQxYUx45NyNOe87gCRPubZj+xeaB+smIl+yllirChoxKmhxExoK1Cv0BSftAVmamhMoxrXyMY2uvGNcIyjHOeoxkXBh44OOZdn8Ggu+DiPjwtJ2CZyUomCTRGOKJFHLljiEnkc8o0Sy0U3WpILoAGSLf9qmc86ckmE/MtHOfEFVjp5EGfc40jieAlgSFmQL27sF/GQx8dYiRaP8EwnL9ERLW1lS5L5whfxyMcubaWworVEHIX0xzBRcI9NMBJJ9xgmMTW5E19QQ5m0tAlOjOkzeeiSlcwcJFSAeSxSomRjuDT/2y6ncQ9fkMwozMkmVhRWlFTGk5T5sAlgaCawjjWjnJcEYoYWRJU/CUdqbQSXbNYEGRQZjj630qAXO7MmRJ3pOq65DOOiBaqghaVya4sUcrKYn+ugay+PXFJzgiOesGWISx3sFfRoaEHCqY9ePmzUpCoTnN5JyobF8lx9zJJSEZlqWNK6D0artaDWsY4zOV2NVj5olq2VVIvCQ1GsjKURBSnnbCJkFbzihxdSqYc1MAyhZZBDPwZ1sKygKiqTHsOqPGFOL8JrX7cgxBmiYk2LagKo9uQ3LKv2zjGcMlbsVLUvI2YRUf+Z5fq2GqzRqO04Z2POlyo4m7KGB3oXsmSd/2Llps7Mh6mVK84FtQW9qllnccLJkFythBgUyo2FAlzTgMIyqECVDkZltSgSB6unZ8Vwc9jZHKUIJ8Ll8YkvkmLUa3koJPaFdoGeK2Ln9KI6S4GFVMsDV31eM1vQqPZT+uMpcJYY2/V89y9+0tuoKuqp8mhvfKnx7NNI95fiCIpx1Nmchrj1VbaWtzAOdSLr6MLX+5VHPx+BVIVQdLuXKk8v2pMg69wzFodez0x/Fa+37tQ4CcbnwAge6Icbg9Ww6gpAALLrXer20mKhuDDGoWlg/Aveq8InizQsjwq7GkQEEVVRsWHQYYIYQ+cFK00G4o1webxWZEEIsVAEznmH6N1Y4eiUNJaLaRex9UVfwWlSJCRhr+AiZElZsYZoi5xg12eqp3buNEJm3LRQBcTeSZUx8/pLdk53w9p6CYKE/p+J83NjJuUPeemq71bbqrjTkTEvjfaQDyFFnXbJr1lshqIKnaja4uHrtWEa4beqRZpJpXcvy3kaxhxD6U/NqaQ0xCr6jJhpFUlYPVl01HrsI8JYPSdpoCXhEG2YUVzrqT2mzpkSKVRAG955u3SJdhITZ766KosyNjQOnZAt6F3d7oQJ+inaJNPrHUXt3fCOt7ylSe962/ve+M63vvkYEAA7", "creation": "2009-09-03", "_creation": { "fhir_comments": [ " the date this image was created " ] } } }; var example297: fhir.Medication = { "code": { "coding": [ { "code": "320442002", "display": "Salbutamol+ipratropium bromide 100micrograms/20micrograms inhaler", "system": "http://snomed.info/sct" } ] }, "id": "f001", "isBrand": true, "product": { "form": { "coding": [ { "code": "420317006", "display": "Inhaler (qualifier value)", "system": "http://snomed.info/sct" } ] }, "ingredient": [ { "amount": { "denominator": { "value": 1 }, "numerator": { "code": "ml", "system": "http://unitsofmeasure.org", "unit": "ml", "value": 100 } }, "item": { "display": "Combivent", "reference": "Medication/f001" } } ] }, "resourceType": "Medication", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f001</p><p><b>code</b>: Salbutamol+ipratropium bromide 100micrograms/20micrograms inhaler <span>(Details : {SNOMED CT code '320442002' = '320442002', given as 'Salbutamol+ipratropium bromide 100micrograms/20micrograms inhaler'})</span></p><p><b>isBrand</b>: true</p><blockquote><p><b>product</b></p><p><b>form</b>: Inhaler (qualifier value) <span>(Details : {SNOMED CT code '420317006' = '420317006', given as 'Inhaler (qualifier value)'})</span></p><h3>Ingredients</h3><table><tr><td>-</td><td><b>Item</b></td><td><b>Amount</b></td></tr><tr><td>*</td><td><a>Combivent</a></td><td>100 ml<span> (Details: http://unitsofmeasure.org code ml = '??')</span>/1</td></tr></table></blockquote></div>", "status": "generated" } }; var example298: fhir.Medication = { "resourceType": "Medication", "id": "f001", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f001</p><p><b>code</b>: Salbutamol+ipratropium bromide 100micrograms/20micrograms inhaler <span>(Details : {SNOMED CT code '320442002' = '320442002', given as 'Salbutamol+ipratropium bromide 100micrograms/20micrograms inhaler'})</span></p><p><b>isBrand</b>: true</p><blockquote><p><b>product</b></p><p><b>form</b>: Inhaler (qualifier value) <span>(Details : {SNOMED CT code '420317006' = '420317006', given as 'Inhaler (qualifier value)'})</span></p><h3>Ingredients</h3><table><tr><td>-</td><td><b>Item</b></td><td><b>Amount</b></td></tr><tr><td>*</td><td><a>Combivent</a></td><td>100 ml<span> (Details: http://unitsofmeasure.org code ml = '??')</span>/1</td></tr></table></blockquote></div>" }, "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "320442002", "display": "Salbutamol+ipratropium bromide 100micrograms/20micrograms inhaler", "_display": { "fhir_comments": [ " SNOMED CT classification code " ] } } ] }, "isBrand": true, "product": { "fhir_comments": [ " <manufacturer> Linked to a RESOURCE Organization \n OID: 2.16.840.1.113883.4.642.1.4 \n <reference value=\"Organization/f001\"/>TODO Incorrecte verwijzing\n <display value=\"Eureco-Pharma B.V.\"/>\n </manufacturer> " ], "form": { "coding": [ { "system": "http://snomed.info/sct", "code": "420317006", "display": "Inhaler (qualifier value)", "_display": { "fhir_comments": [ " SNOMED CT classification code " ] } } ] }, "ingredient": [ { "item": { "reference": "Medication/f001", "display": "Combivent" }, "amount": { "numerator": { "value": 100, "unit": "ml", "system": "http://unitsofmeasure.org", "code": "ml", "_code": { "fhir_comments": [ " UnitsOfMeasure.org clasification system " ] } }, "denominator": { "value": 1 } } } ] } }; var example299: fhir.Medication = { "code": { "coding": [ { "code": "408036003", "display": "Rosuvastatin 10mg tablet", "system": "http://snomed.info/sct" } ] }, "id": "f002", "isBrand": true, "package": { "container": { "coding": [ { "code": "398124009", "display": "drug container", "system": "http://snomed.info/sct" } ] } }, "resourceType": "Medication", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f002</p><p><b>code</b>: Rosuvastatin 10mg tablet <span>(Details : {SNOMED CT code '408036003' = '408036003', given as 'Rosuvastatin 10mg tablet'})</span></p><p><b>isBrand</b>: true</p><h3>Packages</h3><table><tr><td>-</td><td><b>Container</b></td></tr><tr><td>*</td><td>drug container <span>(Details : {SNOMED CT code '398124009' = '398124009', given as 'drug container'})</span></td></tr></table></div>", "status": "generated" } }; var example300: fhir.Medication = { "resourceType": "Medication", "id": "f002", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f002</p><p><b>code</b>: Rosuvastatin 10mg tablet <span>(Details : {SNOMED CT code '408036003' = '408036003', given as 'Rosuvastatin 10mg tablet'})</span></p><p><b>isBrand</b>: true</p><h3>Packages</h3><table><tr><td>-</td><td><b>Container</b></td></tr><tr><td>*</td><td>drug container <span>(Details : {SNOMED CT code '398124009' = '398124009', given as 'drug container'})</span></td></tr></table></div>" }, "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "408036003", "display": "Rosuvastatin 10mg tablet", "_display": { "fhir_comments": [ " SNOMED CT classification code " ] } } ] }, "isBrand": true, "package": { "fhir_comments": [ " <manufacturer> Linked to non excisting Reference(Organization) \n OID: 2.16.840.1.113883.4.642.1.4 \n <reference value=\"Organization/f000\"/>\n <display value=\"AstraZaneca B.V.\"/>\n </manufacturer> ", " <content>\n <item> 1..1 Reference(Medication) A product in the package </item>\n <amount>\n <value value=\"30\"/>\n <unit value=\"Pill\"/>\n <system value=\"http://snomed.info/sct\"/>\n <code value=\"46992007\"/>\n </amount> \n </content> " ], "container": { "coding": [ { "system": "http://snomed.info/sct", "code": "398124009", "display": "drug container" } ] } } }; var example301: fhir.Medication = { "code": { "coding": [ { "code": "325267004", "display": "Tolbutamide 500mg tablet", "system": "http://snomed.info/sct" } ] }, "id": "f003", "isBrand": true, "package": { "container": { "coding": [ { "code": "398124009", "display": "drug container", "system": "http://snomed.info/sct" } ] } }, "resourceType": "Medication", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f003</p><p><b>code</b>: Tolbutamide 500mg tablet <span>(Details : {SNOMED CT code '325267004' = '325267004', given as 'Tolbutamide 500mg tablet'})</span></p><p><b>isBrand</b>: true</p><h3>Packages</h3><table><tr><td>-</td><td><b>Container</b></td></tr><tr><td>*</td><td>drug container <span>(Details : {SNOMED CT code '398124009' = '398124009', given as 'drug container'})</span></td></tr></table></div>", "status": "generated" } }; var example302: fhir.Medication = { "resourceType": "Medication", "id": "f003", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f003</p><p><b>code</b>: Tolbutamide 500mg tablet <span>(Details : {SNOMED CT code '325267004' = '325267004', given as 'Tolbutamide 500mg tablet'})</span></p><p><b>isBrand</b>: true</p><h3>Packages</h3><table><tr><td>-</td><td><b>Container</b></td></tr><tr><td>*</td><td>drug container <span>(Details : {SNOMED CT code '398124009' = '398124009', given as 'drug container'})</span></td></tr></table></div>" }, "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "325267004", "display": "Tolbutamide 500mg tablet", "_display": { "fhir_comments": [ " SNOMED CT classification code " ] } } ] }, "isBrand": true, "package": { "fhir_comments": [ " <manufacturer> Linked to non excisting Reference(Organization) \n OID: 2.16.840.1.113883.4.642.1.4 \n <reference value=\"Organization/F000\"/>\n <display value=\"Merck\"/>\n </manufacturer> ", " <content>\n <item> 1..1 Reference(Medication) A product in the package </item>\n <amount>\n <value value=\"30\"/>\n <unit value=\"Pill\"/>\n <system value=\"http://snomed.info/sct\"/>\n <code value=\"46992007\"/>\n </amount>\n </content> " ], "container": { "coding": [ { "system": "http://snomed.info/sct", "code": "398124009", "display": "drug container" } ] } } }; var example303: fhir.Medication = { "code": { "coding": [ { "code": "318475005", "display": "Metoprolol tartrate 50mg tablet", "system": "http://snomed.info/sct" } ] }, "id": "f004", "isBrand": true, "package": { "container": { "coding": [ { "code": "398124009", "display": "drug container", "system": "http://snomed.info/sct" } ] } }, "resourceType": "Medication", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f004</p><p><b>code</b>: Metoprolol tartrate 50mg tablet <span>(Details : {SNOMED CT code '318475005' = '318475005', given as 'Metoprolol tartrate 50mg tablet'})</span></p><p><b>isBrand</b>: true</p><h3>Packages</h3><table><tr><td>-</td><td><b>Container</b></td></tr><tr><td>*</td><td>drug container <span>(Details : {SNOMED CT code '398124009' = '398124009', given as 'drug container'})</span></td></tr></table></div>", "status": "generated" } }; var example304: fhir.Medication = { "resourceType": "Medication", "id": "f004", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f004</p><p><b>code</b>: Metoprolol tartrate 50mg tablet <span>(Details : {SNOMED CT code '318475005' = '318475005', given as 'Metoprolol tartrate 50mg tablet'})</span></p><p><b>isBrand</b>: true</p><h3>Packages</h3><table><tr><td>-</td><td><b>Container</b></td></tr><tr><td>*</td><td>drug container <span>(Details : {SNOMED CT code '398124009' = '398124009', given as 'drug container'})</span></td></tr></table></div>" }, "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "318475005", "display": "Metoprolol tartrate 50mg tablet", "_display": { "fhir_comments": [ " SNOMED CT classification code " ] } } ] }, "isBrand": true, "package": { "fhir_comments": [ " <manufacturer> Linked to non excisting Reference(Organization) \n OID: 2.16.840.1.113883.4.642.1.4 \n <reference value=\"organization/F000\"/>\n <display value=\"Magistra\"/> \n </manufacturer> ", " <content>\n <item> 1..1 Reference(Medication) A product in the package </item>\n <amount>\n <value value=\"30\"/>\n <unit value=\"Pill\"/>\n <system value=\"http://snomed.info/sct\"/>\n <code value=\"46992007\"/>\n </amount> \n </content> " ], "container": { "coding": [ { "system": "http://snomed.info/sct", "code": "398124009", "display": "drug container" } ] } } }; var example305: fhir.Medication = { "code": { "coding": [ { "code": "318851002", "display": "Enalapril maleate 5mg tablet", "system": "http://snomed.info/sct" } ] }, "id": "f005", "isBrand": true, "package": { "container": { "coding": [ { "code": "398124009", "display": "drug container", "system": "http://snomed.info/sct" } ] } }, "resourceType": "Medication", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f005</p><p><b>code</b>: Enalapril maleate 5mg tablet <span>(Details : {SNOMED CT code '318851002' = '318851002', given as 'Enalapril maleate 5mg tablet'})</span></p><p><b>isBrand</b>: true</p><h3>Packages</h3><table><tr><td>-</td><td><b>Container</b></td></tr><tr><td>*</td><td>drug container <span>(Details : {SNOMED CT code '398124009' = '398124009', given as 'drug container'})</span></td></tr></table></div>", "status": "generated" } }; var example306: fhir.Medication = { "resourceType": "Medication", "id": "f005", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f005</p><p><b>code</b>: Enalapril maleate 5mg tablet <span>(Details : {SNOMED CT code '318851002' = '318851002', given as 'Enalapril maleate 5mg tablet'})</span></p><p><b>isBrand</b>: true</p><h3>Packages</h3><table><tr><td>-</td><td><b>Container</b></td></tr><tr><td>*</td><td>drug container <span>(Details : {SNOMED CT code '398124009' = '398124009', given as 'drug container'})</span></td></tr></table></div>" }, "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "318851002", "display": "Enalapril maleate 5mg tablet", "_display": { "fhir_comments": [ " SNOMED CT classification code " ] } } ] }, "isBrand": true, "package": { "fhir_comments": [ " <manufacturer> Linked to non excisting Reference(Organization) \n OID: 2.16.840.1.113883.4.642.1.4 \n <reference value=\"Organization/F000\"/>\n <display value=\"Magistra\"/>\n </manufacturer> ", " <content>\n <item> 1..1 Reference(Medication) A product in the package </item>\n <amount>\n <value value=\"30\"/>\n <unit value=\"Pill\"/>\n <system value=\"http://snomed.info/sct\"/>\n <code value=\"46992007\"/>\n </amount>\n </content> " ], "container": { "coding": [ { "system": "http://snomed.info/sct", "code": "398124009", "display": "drug container" } ] } } }; var example307: fhir.Medication = { "code": { "coding": [ { "code": "411106009", "display": "25ug Flutacisone + 250ug Salmeterol", "system": "http://snomed.info/sct" } ] }, "id": "f201", "isBrand": false, "product": { "form": { "coding": [ { "code": "421606006", "display": "Aerosol spray", "system": "http://snomed.info/sct" } ] }, "ingredient": [ { "amount": { "denominator": { "code": "PUFF", "system": "http://hl7.org/fhir/v3/orderableDrugForm", "value": 1 }, "numerator": { "code": "ug", "system": "http://unitsofmeasure.org", "value": 25 } }, "item": { "display": "flutacisone" } }, { "amount": { "denominator": { "code": "PUFF", "system": "http://hl7.org/fhir/v3/orderableDrugForm", "value": 1 }, "numerator": { "code": "ug", "system": "http://unitsofmeasure.org", "value": 250 } }, "item": { "display": "salmeterol" } } ] }, "resourceType": "Medication", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f201</p><p><b>code</b>: 25ug Flutacisone + 250ug Salmeterol <span>(Details : {SNOMED CT code '411106009' = '411106009', given as '25ug Flutacisone + 250ug Salmeterol'})</span></p><p><b>isBrand</b>: false</p><blockquote><p><b>product</b></p><p><b>form</b>: Aerosol spray <span>(Details : {SNOMED CT code '421606006' = '421606006', given as 'Aerosol spray'})</span></p><blockquote><p><b>ingredient</b></p><p><b>item</b>: flutacisone</p><p><b>amount</b>: 25 ug<span> (Details: http://unitsofmeasure.org code ug = '??')</span>/1 PUFF<span> (Details: http://hl7.org/fhir/v3/orderableDrugForm code PUFF = 'Puff')</span></p></blockquote><blockquote><p><b>ingredient</b></p><p><b>item</b>: salmeterol</p><p><b>amount</b>: 250 ug<span> (Details: http://unitsofmeasure.org code ug = '??')</span>/1 PUFF<span> (Details: http://hl7.org/fhir/v3/orderableDrugForm code PUFF = 'Puff')</span></p></blockquote></blockquote></div>", "status": "generated" } }; var example308: fhir.Medication = { "resourceType": "Medication", "id": "f201", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f201</p><p><b>code</b>: 25ug Flutacisone + 250ug Salmeterol <span>(Details : {SNOMED CT code '411106009' = '411106009', given as '25ug Flutacisone + 250ug Salmeterol'})</span></p><p><b>isBrand</b>: false</p><blockquote><p><b>product</b></p><p><b>form</b>: Aerosol spray <span>(Details : {SNOMED CT code '421606006' = '421606006', given as 'Aerosol spray'})</span></p><blockquote><p><b>ingredient</b></p><p><b>item</b>: flutacisone</p><p><b>amount</b>: 25 ug<span> (Details: http://unitsofmeasure.org code ug = '??')</span>/1 PUFF<span> (Details: http://hl7.org/fhir/v3/orderableDrugForm code PUFF = 'Puff')</span></p></blockquote><blockquote><p><b>ingredient</b></p><p><b>item</b>: salmeterol</p><p><b>amount</b>: 250 ug<span> (Details: http://unitsofmeasure.org code ug = '??')</span>/1 PUFF<span> (Details: http://hl7.org/fhir/v3/orderableDrugForm code PUFF = 'Puff')</span></p></blockquote></blockquote></div>" }, "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "411106009", "display": "25ug Flutacisone + 250ug Salmeterol" } ] }, "isBrand": false, "product": { "fhir_comments": [ " Seretide;Advair;Adoair;Foxaire;Viani " ], "form": { "coding": [ { "system": "http://snomed.info/sct", "code": "421606006", "display": "Aerosol spray" } ] }, "ingredient": [ { "item": { "display": "flutacisone" }, "amount": { "numerator": { "value": 25, "system": "http://unitsofmeasure.org", "code": "ug" }, "denominator": { "value": 1, "system": "http://hl7.org/fhir/v3/orderableDrugForm", "code": "PUFF" } } }, { "item": { "display": "salmeterol" }, "amount": { "numerator": { "value": 250, "system": "http://unitsofmeasure.org", "code": "ug" }, "denominator": { "value": 1, "system": "http://hl7.org/fhir/v3/orderableDrugForm", "code": "PUFF" } } } ] } }; var example309: fhir.Medication = { "code": { "coding": [ { "code": "387544009", "display": "Flucloxacillin", "system": "http://snomed.info/sct" } ] }, "id": "f202", "isBrand": false, "product": { "form": { "coding": [ { "code": "385218009", "display": "Injection", "system": "http://snomed.info/sct" } ] } }, "resourceType": "Medication", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f202</p><p><b>code</b>: Flucloxacillin <span>(Details : {SNOMED CT code '387544009' = '387544009', given as 'Flucloxacillin'})</span></p><p><b>isBrand</b>: false</p><h3>Products</h3><table><tr><td>-</td><td><b>Form</b></td></tr><tr><td>*</td><td>Injection <span>(Details : {SNOMED CT code '385218009' = '385218009', given as 'Injection'})</span></td></tr></table></div>", "status": "generated" } }; var example310: fhir.Medication = { "resourceType": "Medication", "id": "f202", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f202</p><p><b>code</b>: Flucloxacillin <span>(Details : {SNOMED CT code '387544009' = '387544009', given as 'Flucloxacillin'})</span></p><p><b>isBrand</b>: false</p><h3>Products</h3><table><tr><td>-</td><td><b>Form</b></td></tr><tr><td>*</td><td>Injection <span>(Details : {SNOMED CT code '385218009' = '385218009', given as 'Injection'})</span></td></tr></table></div>" }, "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "387544009", "display": "Flucloxacillin" } ] }, "isBrand": false, "product": { "form": { "coding": [ { "system": "http://snomed.info/sct", "code": "385218009", "display": "Injection" } ] } } }; var example311: fhir.Medication = { "code": { "coding": [ { "code": "387517004", "display": "Paracetamol", "system": "http://snomed.info/sct" } ] }, "id": "f203", "isBrand": false, "product": { "form": { "coding": [ { "code": "385055001", "display": "Tablet", "system": "http://snomed.info/sct" } ] } }, "resourceType": "Medication", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f203</p><p><b>code</b>: Paracetamol <span>(Details : {SNOMED CT code '387517004' = '387517004', given as 'Paracetamol'})</span></p><p><b>isBrand</b>: false</p><h3>Products</h3><table><tr><td>-</td><td><b>Form</b></td></tr><tr><td>*</td><td>Tablet <span>(Details : {SNOMED CT code '385055001' = '385055001', given as 'Tablet'})</span></td></tr></table></div>", "status": "generated" } }; var example312: fhir.Medication = { "resourceType": "Medication", "id": "f203", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f203</p><p><b>code</b>: Paracetamol <span>(Details : {SNOMED CT code '387517004' = '387517004', given as 'Paracetamol'})</span></p><p><b>isBrand</b>: false</p><h3>Products</h3><table><tr><td>-</td><td><b>Form</b></td></tr><tr><td>*</td><td>Tablet <span>(Details : {SNOMED CT code '385055001' = '385055001', given as 'Tablet'})</span></td></tr></table></div>" }, "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "387517004", "display": "Paracetamol" } ] }, "isBrand": false, "product": { "form": { "coding": [ { "system": "http://snomed.info/sct", "code": "385055001", "display": "Tablet" } ] } } }; var example313: fhir.MedicationAdministration = { "dosage": { "quantity": { "code": "CAP", "system": "http://hl7.org/fhir/v3/orderableDrugForm", "value": 1 }, "route": { "coding": [ { "code": "394899003", "display": "oral administration of treatment", "system": "http://snomed.info/sct" } ] } }, "effectiveTimePeriod": { "end": "2015-01-15T14:30:00+01:00", "start": "2015-01-15T14:30:00+01:00" }, "id": "medadminexample01", "medicationReference": { "reference": "Medication/medicationexample6" }, "patient": { "reference": "Patient/example" }, "practitioner": { "reference": "Practitioner/example" }, "prescription": { "reference": "MedicationOrder/medrx005" }, "resourceType": "MedicationAdministration", "status": "completed", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: medadminexample01</p><p><b>status</b>: completed</p><p><b>patient</b>: <a>Patient/example</a></p><p><b>practitioner</b>: <a>Practitioner/example</a></p><p><b>prescription</b>: <a>MedicationOrder/medrx005</a></p><p><b>effectiveTime</b>: 15/01/2015 2:30:00 PM --> 15/01/2015 2:30:00 PM</p><p><b>medication</b>: <a>Medication/medicationexample6</a></p><h3>Dosages</h3><table><tr><td>-</td><td><b>Route</b></td><td><b>Quantity</b></td></tr><tr><td>*</td><td>oral administration of treatment <span>(Details : {SNOMED CT code '394899003' = '394899003', given as 'oral administration of treatment'})</span></td><td>1 CAP<span> (Details: http://hl7.org/fhir/v3/orderableDrugForm code CAP = 'Capsule')</span></td></tr></table></div>", "status": "generated" } }; var example314: fhir.MedicationAdministration = { "resourceType": "MedicationAdministration", "id": "medadminexample01", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: medadminexample01</p><p><b>status</b>: completed</p><p><b>patient</b>: <a>Patient/example</a></p><p><b>practitioner</b>: <a>Practitioner/example</a></p><p><b>prescription</b>: <a>MedicationOrder/medrx005</a></p><p><b>effectiveTime</b>: 15/01/2015 2:30:00 PM --> 15/01/2015 2:30:00 PM</p><p><b>medication</b>: <a>Medication/medicationexample6</a></p><h3>Dosages</h3><table><tr><td>-</td><td><b>Route</b></td><td><b>Quantity</b></td></tr><tr><td>*</td><td>oral administration of treatment <span>(Details : {SNOMED CT code '394899003' = '394899003', given as 'oral administration of treatment'})</span></td><td>1 CAP<span> (Details: http://hl7.org/fhir/v3/orderableDrugForm code CAP = 'Capsule')</span></td></tr></table></div>" }, "status": "completed", "patient": { "reference": "Patient/example" }, "practitioner": { "reference": "Practitioner/example" }, "prescription": { "reference": "MedicationOrder/medrx005" }, "effectiveTimePeriod": { "start": "2015-01-15T14:30:00+01:00", "end": "2015-01-15T14:30:00+01:00" }, "medicationReference": { "reference": "Medication/medicationexample6" }, "dosage": { "route": { "coding": [ { "system": "http://snomed.info/sct", "code": "394899003", "display": "oral administration of treatment" } ] }, "quantity": { "value": 1, "system": "http://hl7.org/fhir/v3/orderableDrugForm", "code": "CAP" } } }; var example315: fhir.MedicationAdministration = { "dosage": { "quantity": { "code": "mg", "system": "http://unitsofmeasure.org", "unit": "mg", "value": 80 }, "rateRatio": { "denominator": { "code": "258702006", "system": "http://snomed.info/sct", "unit": "minutes", "value": 60 }, "numerator": { "code": "mg", "system": "http://unitsofmeasure.org", "unit": "mg", "value": 80 } }, "route": { "coding": [ { "code": "47625008", "display": "Intravenous route", "system": "http://snomed.info/sct" } ] } }, "effectiveTimePeriod": { "end": "2015-01-15T14:30:00+01:00", "start": "2015-01-15T14:30:00+01:00" }, "id": "medadminexample02", "medicationReference": { "reference": "Medication/medicationexample17" }, "patient": { "reference": "Patient/example" }, "practitioner": { "reference": "Practitioner/example" }, "prescription": { "reference": "MedicationOrder/medrx008" }, "resourceType": "MedicationAdministration", "status": "completed", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: medadminexample02</p><p><b>status</b>: completed</p><p><b>patient</b>: <a>Patient/example</a></p><p><b>practitioner</b>: <a>Practitioner/example</a></p><p><b>prescription</b>: <a>MedicationOrder/medrx008</a></p><p><b>effectiveTime</b>: 15/01/2015 2:30:00 PM --> 15/01/2015 2:30:00 PM</p><p><b>medication</b>: <a>Medication/medicationexample17</a></p><h3>Dosages</h3><table><tr><td>-</td><td><b>Route</b></td><td><b>Quantity</b></td><td><b>Rate[x]</b></td></tr><tr><td>*</td><td>Intravenous route <span>(Details : {SNOMED CT code '47625008' = '47625008', given as 'Intravenous route'})</span></td><td>80 mg<span> (Details: http://unitsofmeasure.org code mg = '??')</span></td><td>80 mg<span> (Details: http://unitsofmeasure.org code mg = '??')</span>/60 minutes<span> (Details: SNOMED CT code 258702006 = '258702006')</span></td></tr></table></div>", "status": "generated" } }; var example316: fhir.MedicationAdministration = { "resourceType": "MedicationAdministration", "id": "medadminexample02", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: medadminexample02</p><p><b>status</b>: completed</p><p><b>patient</b>: <a>Patient/example</a></p><p><b>practitioner</b>: <a>Practitioner/example</a></p><p><b>prescription</b>: <a>MedicationOrder/medrx008</a></p><p><b>effectiveTime</b>: 15/01/2015 2:30:00 PM --> 15/01/2015 2:30:00 PM</p><p><b>medication</b>: <a>Medication/medicationexample17</a></p><h3>Dosages</h3><table><tr><td>-</td><td><b>Route</b></td><td><b>Quantity</b></td><td><b>Rate[x]</b></td></tr><tr><td>*</td><td>Intravenous route <span>(Details : {SNOMED CT code '47625008' = '47625008', given as 'Intravenous route'})</span></td><td>80 mg<span> (Details: http://unitsofmeasure.org code mg = '??')</span></td><td>80 mg<span> (Details: http://unitsofmeasure.org code mg = '??')</span>/60 minutes<span> (Details: SNOMED CT code 258702006 = '258702006')</span></td></tr></table></div>" }, "status": "completed", "patient": { "reference": "Patient/example" }, "practitioner": { "reference": "Practitioner/example" }, "prescription": { "reference": "MedicationOrder/medrx008" }, "effectiveTimePeriod": { "start": "2015-01-15T14:30:00+01:00", "end": "2015-01-15T14:30:00+01:00" }, "medicationReference": { "reference": "Medication/medicationexample17" }, "dosage": { "route": { "coding": [ { "system": "http://snomed.info/sct", "code": "47625008", "display": "Intravenous route" } ] }, "quantity": { "value": 80, "unit": "mg", "system": "http://unitsofmeasure.org", "code": "mg" }, "rateRatio": { "numerator": { "value": 80, "unit": "mg", "system": "http://unitsofmeasure.org", "code": "mg" }, "denominator": { "value": 60, "unit": "minutes", "system": "http://snomed.info/sct", "code": "258702006" } } } }; var example317: fhir.MedicationAdministration = { "dosage": { "quantity": { "code": "mg", "system": "http://unitsofmeasure.org", "unit": "mg", "value": 80 }, "rateRatio": { "denominator": { "code": "258702006", "system": "http://snomed.info/sct", "unit": "minutes", "value": 60 }, "numerator": { "code": "mg", "system": "http://unitsofmeasure.org", "unit": "mg", "value": 80 } }, "route": { "coding": [ { "code": "47625008", "display": "Intravenous route", "system": "http://snomed.info/sct" } ] } }, "effectiveTimePeriod": { "end": "2015-01-15T14:30:00+01:00", "start": "2015-01-15T14:30:00+01:00" }, "id": "medadminexample03", "medicationReference": { "reference": "Medication/medicationexample17" }, "patient": { "reference": "Patient/example" }, "practitioner": { "reference": "Practitioner/example" }, "prescription": { "reference": "MedicationOrder/medrx008" }, "resourceType": "MedicationAdministration", "status": "on-hold", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: medadminexample03</p><p><b>status</b>: on-hold</p><p><b>patient</b>: <a>Patient/example</a></p><p><b>practitioner</b>: <a>Practitioner/example</a></p><p><b>prescription</b>: <a>MedicationOrder/medrx008</a></p><p><b>effectiveTime</b>: 15/01/2015 2:30:00 PM --> 15/01/2015 2:30:00 PM</p><p><b>medication</b>: <a>Medication/medicationexample17</a></p><h3>Dosages</h3><table><tr><td>-</td><td><b>Route</b></td><td><b>Quantity</b></td><td><b>Rate[x]</b></td></tr><tr><td>*</td><td>Intravenous route <span>(Details : {SNOMED CT code '47625008' = '47625008', given as 'Intravenous route'})</span></td><td>80 mg<span> (Details: http://unitsofmeasure.org code mg = '??')</span></td><td>80 mg<span> (Details: http://unitsofmeasure.org code mg = '??')</span>/60 minutes<span> (Details: SNOMED CT code 258702006 = '258702006')</span></td></tr></table></div>", "status": "generated" } }; var example318: fhir.MedicationAdministration = { "resourceType": "MedicationAdministration", "id": "medadminexample03", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: medadminexample03</p><p><b>status</b>: on-hold</p><p><b>patient</b>: <a>Patient/example</a></p><p><b>practitioner</b>: <a>Practitioner/example</a></p><p><b>prescription</b>: <a>MedicationOrder/medrx008</a></p><p><b>effectiveTime</b>: 15/01/2015 2:30:00 PM --> 15/01/2015 2:30:00 PM</p><p><b>medication</b>: <a>Medication/medicationexample17</a></p><h3>Dosages</h3><table><tr><td>-</td><td><b>Route</b></td><td><b>Quantity</b></td><td><b>Rate[x]</b></td></tr><tr><td>*</td><td>Intravenous route <span>(Details : {SNOMED CT code '47625008' = '47625008', given as 'Intravenous route'})</span></td><td>80 mg<span> (Details: http://unitsofmeasure.org code mg = '??')</span></td><td>80 mg<span> (Details: http://unitsofmeasure.org code mg = '??')</span>/60 minutes<span> (Details: SNOMED CT code 258702006 = '258702006')</span></td></tr></table></div>" }, "status": "on-hold", "patient": { "reference": "Patient/example" }, "practitioner": { "reference": "Practitioner/example" }, "prescription": { "reference": "MedicationOrder/medrx008" }, "effectiveTimePeriod": { "start": "2015-01-15T14:30:00+01:00", "end": "2015-01-15T14:30:00+01:00" }, "medicationReference": { "reference": "Medication/medicationexample17" }, "dosage": { "route": { "coding": [ { "system": "http://snomed.info/sct", "code": "47625008", "display": "Intravenous route" } ] }, "quantity": { "value": 80, "unit": "mg", "system": "http://unitsofmeasure.org", "code": "mg" }, "rateRatio": { "numerator": { "value": 80, "unit": "mg", "system": "http://unitsofmeasure.org", "code": "mg" }, "denominator": { "value": 60, "unit": "minutes", "system": "http://snomed.info/sct", "code": "258702006" } } } }; var example319: fhir.MedicationDispense = { "authorizingPrescription": [ { "reference": "MedicationOrder/medrx001" } ], "daysSupply": { "code": "D", "system": "http://unitsofmeasure.org", "unit": "Day", "value": 90 }, "dispenser": { "reference": "Practitioner/example" }, "dosageInstruction": [ { "additionalInstructions": { "coding": [ { "code": "311504000", "display": "With or after food", "system": "http://snomed.info/sct" } ] }, "doseQuantity": { "code": "tbl", "system": "http://unitsofmeasure.org", "unit": "tbl", "value": 1 }, "route": { "coding": [ { "code": "26643006", "display": "Oral Route", "system": "http://snomed.info/sct" } ] }, "siteCodeableConcept": { "coding": [ { "code": "181220002", "display": "Entire oral cavity", "system": "http://snomed.info/sct" } ] }, "timing": { "repeat": { "frequency": 1, "period": 1, "periodUnits": "d" } } } ], "id": "meddisp001", "medicationReference": { "display": "prescribed medication", "reference": "Medication/medexample005" }, "patient": { "reference": "Patient/example" }, "quantity": { "code": "tbl", "system": "http://unitsofmeasure.org", "unit": "Tablet", "value": 90 }, "resourceType": "MedicationDispense", "status": "completed", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: meddisp001</p><p><b>status</b>: completed</p><p><b>patient</b>: <a>Patient/example</a></p><p><b>dispenser</b>: <a>Practitioner/example</a></p><p><b>authorizingPrescription</b>: <a>MedicationOrder/medrx001</a></p><p><b>type</b>: First Fill - Part Fill <span>(Details : {http:hl7.org/fhir code 'FFP' = '??', given as 'First Fill - Part Fill'})</span></p><p><b>quantity</b>: 90 Tablet<span> (Details: http://unitsofmeasure.org code tbl = '??')</span></p><p><b>daysSupply</b>: 90 Day<span> (Details: http://unitsofmeasure.org code D = '??')</span></p><p><b>medication</b>: <a>prescribed medication</a></p><p><b>whenPrepared</b>: 02/03/2015 3:20:00 AM</p><p><b>whenHandedOver</b>: 02/03/2015 4:15:00 AM</p><h3>DosageInstructions</h3><table><tr><td>-</td><td><b>AdditionalInstructions</b></td><td><b>Timing</b></td><td><b>Site[x]</b></td><td><b>Route</b></td><td><b>Dose[x]</b></td></tr><tr><td>*</td><td>With or after food <span>(Details : {SNOMED CT code '311504000' = '311504000', given as 'With or after food'})</span></td><td>Do Once per 1 days</td><td>Entire oral cavity <span>(Details : {SNOMED CT code '181220002' = '181220002', given as 'Entire oral cavity'})</span></td><td>Oral Route <span>(Details : {SNOMED CT code '26643006' = '26643006', given as 'Oral Route'})</span></td><td>1 tbl<span> (Details: http://unitsofmeasure.org code tbl = '??')</span></td></tr></table></div>", "status": "generated" }, "type": { "coding": [ { "code": "FFP", "display": "First Fill - Part Fill", "system": "http:hl7.org/fhir" } ] }, "whenHandedOver": "2015-03-01T17:15:00Z", "whenPrepared": "2015-03-01T16:20:00Z" }; var example320: fhir.MedicationDispense = { "resourceType": "MedicationDispense", "id": "meddisp001", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: meddisp001</p><p><b>status</b>: completed</p><p><b>patient</b>: <a>Patient/example</a></p><p><b>dispenser</b>: <a>Practitioner/example</a></p><p><b>authorizingPrescription</b>: <a>MedicationOrder/medrx001</a></p><p><b>type</b>: First Fill - Part Fill <span>(Details : {http:hl7.org/fhir code 'FFP' = '??', given as 'First Fill - Part Fill'})</span></p><p><b>quantity</b>: 90 Tablet<span> (Details: http://unitsofmeasure.org code tbl = '??')</span></p><p><b>daysSupply</b>: 90 Day<span> (Details: http://unitsofmeasure.org code D = '??')</span></p><p><b>medication</b>: <a>prescribed medication</a></p><p><b>whenPrepared</b>: 02/03/2015 3:20:00 AM</p><p><b>whenHandedOver</b>: 02/03/2015 4:15:00 AM</p><h3>DosageInstructions</h3><table><tr><td>-</td><td><b>AdditionalInstructions</b></td><td><b>Timing</b></td><td><b>Site[x]</b></td><td><b>Route</b></td><td><b>Dose[x]</b></td></tr><tr><td>*</td><td>With or after food <span>(Details : {SNOMED CT code '311504000' = '311504000', given as 'With or after food'})</span></td><td>Do Once per 1 days</td><td>Entire oral cavity <span>(Details : {SNOMED CT code '181220002' = '181220002', given as 'Entire oral cavity'})</span></td><td>Oral Route <span>(Details : {SNOMED CT code '26643006' = '26643006', given as 'Oral Route'})</span></td><td>1 tbl<span> (Details: http://unitsofmeasure.org code tbl = '??')</span></td></tr></table></div>" }, "status": "completed", "patient": { "reference": "Patient/example" }, "dispenser": { "reference": "Practitioner/example" }, "authorizingPrescription": [ { "reference": "MedicationOrder/medrx001" } ], "type": { "coding": [ { "system": "http:hl7.org/fhir", "code": "FFP", "display": "First Fill - Part Fill" } ] }, "quantity": { "value": 90, "unit": "Tablet", "system": "http://unitsofmeasure.org", "code": "tbl" }, "daysSupply": { "value": 90, "unit": "Day", "system": "http://unitsofmeasure.org", "code": "D" }, "medicationReference": { "reference": "Medication/medexample005", "display": "prescribed medication" }, "whenPrepared": "2015-03-01T16:20:00Z", "whenHandedOver": "2015-03-01T17:15:00Z", "dosageInstruction": [ { "additionalInstructions": { "coding": [ { "system": "http://snomed.info/sct", "code": "311504000", "display": "With or after food" } ] }, "timing": { "repeat": { "frequency": 1, "period": 1, "periodUnits": "d" } }, "siteCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "181220002", "display": "Entire oral cavity" } ] }, "route": { "coding": [ { "system": "http://snomed.info/sct", "code": "26643006", "display": "Oral Route" } ] }, "doseQuantity": { "value": 1, "unit": "tbl", "system": "http://unitsofmeasure.org", "code": "tbl" } } ] }; var example321: fhir.MedicationDispense = { "authorizingPrescription": [ { "reference": "MedicationOrder/medrx002" } ], "daysSupply": { "code": "D", "system": "http://unitsofmeasure.org", "unit": "Day", "value": 10 }, "dispenser": { "reference": "Practitioner/example" }, "dosageInstruction": [ { "additionalInstructions": { "coding": [ { "code": "311504000", "display": "With or after food", "system": "http://snomed.info/sct" } ] }, "doseQuantity": { "code": "mL", "system": "http://unitsofmeasure.org", "unit": "mL", "value": 5 }, "route": { "coding": [ { "code": "26643006", "display": "Oral Route", "system": "http://snomed.info/sct" } ] }, "siteCodeableConcept": { "coding": [ { "code": "181220002", "display": "Entire oral cavity", "system": "http://snomed.info/sct" } ] }, "timing": { "repeat": { "frequency": 3, "period": 1, "periodUnits": "d" } } } ], "id": "meddisp002", "medicationReference": { "display": "prescribed medication", "reference": "Medication/medexample003" }, "patient": { "reference": "Patient/example" }, "quantity": { "code": "mL", "system": "http://unitsofmeasure.org", "unit": "mL", "value": 100 }, "resourceType": "MedicationDispense", "status": "completed", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: meddisp002</p><p><b>status</b>: completed</p><p><b>patient</b>: <a>Patient/example</a></p><p><b>dispenser</b>: <a>Practitioner/example</a></p><p><b>authorizingPrescription</b>: <a>MedicationOrder/medrx002</a></p><p><b>type</b>: First Fill <span>(Details : {http:hl7.org/fhir code 'FF' = '??', given as 'First Fill'})</span></p><p><b>quantity</b>: 100 mL<span> (Details: http://unitsofmeasure.org code mL = '??')</span></p><p><b>daysSupply</b>: 10 Day<span> (Details: http://unitsofmeasure.org code D = '??')</span></p><p><b>medication</b>: <a>prescribed medication</a></p><p><b>whenPrepared</b>: 16/01/2015 3:20:00 AM</p><p><b>whenHandedOver</b>: 16/01/2015 9:20:00 PM</p><h3>DosageInstructions</h3><table><tr><td>-</td><td><b>AdditionalInstructions</b></td><td><b>Timing</b></td><td><b>Site[x]</b></td><td><b>Route</b></td><td><b>Dose[x]</b></td></tr><tr><td>*</td><td>With or after food <span>(Details : {SNOMED CT code '311504000' = '311504000', given as 'With or after food'})</span></td><td>Do 3 per 1 days</td><td>Entire oral cavity <span>(Details : {SNOMED CT code '181220002' = '181220002', given as 'Entire oral cavity'})</span></td><td>Oral Route <span>(Details : {SNOMED CT code '26643006' = '26643006', given as 'Oral Route'})</span></td><td>5 mL<span> (Details: http://unitsofmeasure.org code mL = '??')</span></td></tr></table></div>", "status": "generated" }, "type": { "coding": [ { "code": "FF", "display": "First Fill", "system": "http:hl7.org/fhir" } ] }, "whenHandedOver": "2015-01-16T10:20:00Z", "whenPrepared": "2015-01-15T16:20:00Z" }; var example322: fhir.MedicationDispense = { "resourceType": "MedicationDispense", "id": "meddisp002", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: meddisp002</p><p><b>status</b>: completed</p><p><b>patient</b>: <a>Patient/example</a></p><p><b>dispenser</b>: <a>Practitioner/example</a></p><p><b>authorizingPrescription</b>: <a>MedicationOrder/medrx002</a></p><p><b>type</b>: First Fill <span>(Details : {http:hl7.org/fhir code 'FF' = '??', given as 'First Fill'})</span></p><p><b>quantity</b>: 100 mL<span> (Details: http://unitsofmeasure.org code mL = '??')</span></p><p><b>daysSupply</b>: 10 Day<span> (Details: http://unitsofmeasure.org code D = '??')</span></p><p><b>medication</b>: <a>prescribed medication</a></p><p><b>whenPrepared</b>: 16/01/2015 3:20:00 AM</p><p><b>whenHandedOver</b>: 16/01/2015 9:20:00 PM</p><h3>DosageInstructions</h3><table><tr><td>-</td><td><b>AdditionalInstructions</b></td><td><b>Timing</b></td><td><b>Site[x]</b></td><td><b>Route</b></td><td><b>Dose[x]</b></td></tr><tr><td>*</td><td>With or after food <span>(Details : {SNOMED CT code '311504000' = '311504000', given as 'With or after food'})</span></td><td>Do 3 per 1 days</td><td>Entire oral cavity <span>(Details : {SNOMED CT code '181220002' = '181220002', given as 'Entire oral cavity'})</span></td><td>Oral Route <span>(Details : {SNOMED CT code '26643006' = '26643006', given as 'Oral Route'})</span></td><td>5 mL<span> (Details: http://unitsofmeasure.org code mL = '??')</span></td></tr></table></div>" }, "status": "completed", "patient": { "reference": "Patient/example" }, "dispenser": { "reference": "Practitioner/example" }, "authorizingPrescription": [ { "reference": "MedicationOrder/medrx002" } ], "type": { "coding": [ { "system": "http:hl7.org/fhir", "code": "FF", "display": "First Fill" } ] }, "quantity": { "value": 100, "unit": "mL", "system": "http://unitsofmeasure.org", "code": "mL" }, "daysSupply": { "value": 10, "unit": "Day", "system": "http://unitsofmeasure.org", "code": "D" }, "medicationReference": { "reference": "Medication/medexample003", "display": "prescribed medication" }, "whenPrepared": "2015-01-15T16:20:00Z", "whenHandedOver": "2015-01-16T10:20:00Z", "dosageInstruction": [ { "additionalInstructions": { "coding": [ { "system": "http://snomed.info/sct", "code": "311504000", "display": "With or after food" } ] }, "timing": { "repeat": { "frequency": 3, "period": 1, "periodUnits": "d" } }, "siteCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "181220002", "display": "Entire oral cavity" } ] }, "route": { "coding": [ { "system": "http://snomed.info/sct", "code": "26643006", "display": "Oral Route" } ] }, "doseQuantity": { "value": 5, "unit": "mL", "system": "http://unitsofmeasure.org", "code": "mL" } } ] }; var example323: fhir.MedicationDispense = { "authorizingPrescription": [ { "reference": "MedicationOrder/medrx005" } ], "daysSupply": { "code": "D", "system": "http://unitsofmeasure.org", "unit": "Day", "value": 10 }, "dispenser": { "reference": "Practitioner/example" }, "dosageInstruction": [ { "additionalInstructions": { "coding": [ { "code": "311504000", "display": "With or after food", "system": "http://snomed.info/sct" } ] }, "doseQuantity": { "code": "CAP", "system": "http://hl7.org/fhir/v3/orderableDrugForm", "value": 2 }, "route": { "coding": [ { "code": "26643006", "display": "Oral Route", "system": "http://snomed.info/sct" } ] }, "siteCodeableConcept": { "coding": [ { "code": "181220002", "display": "Entire oral cavity", "system": "http://snomed.info/sct" } ] }, "timing": { "repeat": { "frequency": 1, "period": 1, "periodUnits": "d" } } }, { "additionalInstructions": { "coding": [ { "code": "311504000", "display": "With or after food", "system": "http://snomed.info/sct" } ] }, "doseQuantity": { "code": "CAP", "system": "http://hl7.org/fhir/v3/orderableDrugForm", "value": 1 }, "route": { "coding": [ { "code": "26643006", "display": "Oral Route", "system": "http://snomed.info/sct" } ] }, "siteCodeableConcept": { "coding": [ { "code": "181220002", "display": "Entire oral cavity", "system": "http://snomed.info/sct" } ] }, "timing": { "repeat": { "frequency": 3, "period": 1, "periodUnits": "d" } } } ], "id": "meddisp003", "medicationReference": { "display": "prescribed medication", "reference": "Medication/medexample006" }, "patient": { "reference": "Patient/example" }, "quantity": { "code": "CAP", "system": "http://hl7.org/fhir/v3/orderableDrugForm", "value": 1 }, "resourceType": "MedicationDispense", "status": "completed", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: meddisp003</p><p><b>status</b>: completed</p><p><b>patient</b>: <a>Patient/example</a></p><p><b>dispenser</b>: <a>Practitioner/example</a></p><p><b>authorizingPrescription</b>: <a>MedicationOrder/medrx005</a></p><p><b>type</b>: First Fill <span>(Details : {http:hl7.org/fhir code 'FF' = '??', given as 'First Fill'})</span></p><p><b>quantity</b>: 1 CAP<span> (Details: http://hl7.org/fhir/v3/orderableDrugForm code CAP = 'Capsule')</span></p><p><b>daysSupply</b>: 10 Day<span> (Details: http://unitsofmeasure.org code D = '??')</span></p><p><b>medication</b>: <a>prescribed medication</a></p><p><b>whenPrepared</b>: 15/01/2015 9:20:00 PM</p><p><b>whenHandedOver</b>: 16/01/2015 3:20:00 AM</p><blockquote><p><b>dosageInstruction</b></p><p><b>additionalInstructions</b>: With or after food <span>(Details : {SNOMED CT code '311504000' = '311504000', given as 'With or after food'})</span></p><p><b>timing</b>: Do Once per 1 days</p><p><b>site</b>: Entire oral cavity <span>(Details : {SNOMED CT code '181220002' = '181220002', given as 'Entire oral cavity'})</span></p><p><b>route</b>: Oral Route <span>(Details : {SNOMED CT code '26643006' = '26643006', given as 'Oral Route'})</span></p><p><b>dose</b>: 2 CAP<span> (Details: http://hl7.org/fhir/v3/orderableDrugForm code CAP = 'Capsule')</span></p></blockquote><blockquote><p><b>dosageInstruction</b></p><p><b>additionalInstructions</b>: With or after food <span>(Details : {SNOMED CT code '311504000' = '311504000', given as 'With or after food'})</span></p><p><b>timing</b>: Do 3 per 1 days</p><p><b>site</b>: Entire oral cavity <span>(Details : {SNOMED CT code '181220002' = '181220002', given as 'Entire oral cavity'})</span></p><p><b>route</b>: Oral Route <span>(Details : {SNOMED CT code '26643006' = '26643006', given as 'Oral Route'})</span></p><p><b>dose</b>: 1 CAP<span> (Details: http://hl7.org/fhir/v3/orderableDrugForm code CAP = 'Capsule')</span></p></blockquote></div>", "status": "generated" }, "type": { "coding": [ { "code": "FF", "display": "First Fill", "system": "http:hl7.org/fhir" } ] }, "whenHandedOver": "2015-01-15T16:20:00Z", "whenPrepared": "2015-01-15T10:20:00Z" }; var example324: fhir.MedicationDispense = { "resourceType": "MedicationDispense", "id": "meddisp003", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: meddisp003</p><p><b>status</b>: completed</p><p><b>patient</b>: <a>Patient/example</a></p><p><b>dispenser</b>: <a>Practitioner/example</a></p><p><b>authorizingPrescription</b>: <a>MedicationOrder/medrx005</a></p><p><b>type</b>: First Fill <span>(Details : {http:hl7.org/fhir code 'FF' = '??', given as 'First Fill'})</span></p><p><b>quantity</b>: 1 CAP<span> (Details: http://hl7.org/fhir/v3/orderableDrugForm code CAP = 'Capsule')</span></p><p><b>daysSupply</b>: 10 Day<span> (Details: http://unitsofmeasure.org code D = '??')</span></p><p><b>medication</b>: <a>prescribed medication</a></p><p><b>whenPrepared</b>: 15/01/2015 9:20:00 PM</p><p><b>whenHandedOver</b>: 16/01/2015 3:20:00 AM</p><blockquote><p><b>dosageInstruction</b></p><p><b>additionalInstructions</b>: With or after food <span>(Details : {SNOMED CT code '311504000' = '311504000', given as 'With or after food'})</span></p><p><b>timing</b>: Do Once per 1 days</p><p><b>site</b>: Entire oral cavity <span>(Details : {SNOMED CT code '181220002' = '181220002', given as 'Entire oral cavity'})</span></p><p><b>route</b>: Oral Route <span>(Details : {SNOMED CT code '26643006' = '26643006', given as 'Oral Route'})</span></p><p><b>dose</b>: 2 CAP<span> (Details: http://hl7.org/fhir/v3/orderableDrugForm code CAP = 'Capsule')</span></p></blockquote><blockquote><p><b>dosageInstruction</b></p><p><b>additionalInstructions</b>: With or after food <span>(Details : {SNOMED CT code '311504000' = '311504000', given as 'With or after food'})</span></p><p><b>timing</b>: Do 3 per 1 days</p><p><b>site</b>: Entire oral cavity <span>(Details : {SNOMED CT code '181220002' = '181220002', given as 'Entire oral cavity'})</span></p><p><b>route</b>: Oral Route <span>(Details : {SNOMED CT code '26643006' = '26643006', given as 'Oral Route'})</span></p><p><b>dose</b>: 1 CAP<span> (Details: http://hl7.org/fhir/v3/orderableDrugForm code CAP = 'Capsule')</span></p></blockquote></div>" }, "status": "completed", "patient": { "reference": "Patient/example" }, "dispenser": { "reference": "Practitioner/example" }, "authorizingPrescription": [ { "reference": "MedicationOrder/medrx005" } ], "type": { "coding": [ { "system": "http:hl7.org/fhir", "code": "FF", "display": "First Fill" } ] }, "quantity": { "value": 1, "system": "http://hl7.org/fhir/v3/orderableDrugForm", "code": "CAP" }, "daysSupply": { "value": 10, "unit": "Day", "system": "http://unitsofmeasure.org", "code": "D" }, "medicationReference": { "reference": "Medication/medexample006", "display": "prescribed medication" }, "whenPrepared": "2015-01-15T10:20:00Z", "whenHandedOver": "2015-01-15T16:20:00Z", "dosageInstruction": [ { "additionalInstructions": { "coding": [ { "system": "http://snomed.info/sct", "code": "311504000", "display": "With or after food" } ] }, "timing": { "repeat": { "frequency": 1, "period": 1, "periodUnits": "d" } }, "siteCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "181220002", "display": "Entire oral cavity" } ] }, "route": { "coding": [ { "system": "http://snomed.info/sct", "code": "26643006", "display": "Oral Route" } ] }, "doseQuantity": { "value": 2, "system": "http://hl7.org/fhir/v3/orderableDrugForm", "code": "CAP" } }, { "additionalInstructions": { "coding": [ { "system": "http://snomed.info/sct", "code": "311504000", "display": "With or after food" } ] }, "timing": { "repeat": { "frequency": 3, "period": 1, "periodUnits": "d" } }, "siteCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "181220002", "display": "Entire oral cavity" } ] }, "route": { "coding": [ { "system": "http://snomed.info/sct", "code": "26643006", "display": "Oral Route" } ] }, "doseQuantity": { "value": 1, "system": "http://hl7.org/fhir/v3/orderableDrugForm", "code": "CAP" } } ] }; var example325: fhir.MedicationDispense = { "authorizingPrescription": [ { "reference": "MedicationOrder/medrx003" } ], "daysSupply": { "code": "D", "system": "http://unitsofmeasure.org", "unit": "Day", "value": 9 }, "dispenser": { "reference": "Practitioner/example" }, "dosageInstruction": [ { "additionalInstructions": { "coding": [ { "code": "311504000", "display": "With or after food", "system": "http://snomed.info/sct" } ] }, "doseQuantity": { "code": "TAB", "system": "http://hl7.org/fhir/v3/orderableDrugForm", "value": 1 }, "route": { "coding": [ { "code": "26643006", "display": "Oral Route", "system": "http://snomed.info/sct" } ] }, "siteCodeableConcept": { "coding": [ { "code": "181220002", "display": "Entire oral cavity", "system": "http://snomed.info/sct" } ] }, "timing": { "event": [ "2015-03-01" ], "repeat": { "duration": 3, "durationUnits": "d", "frequency": 2, "period": 1, "periodUnits": "d" } } }, { "additionalInstructions": { "coding": [ { "code": "311504000", "display": "With or after food", "system": "http://snomed.info/sct" } ] }, "doseQuantity": { "code": "TAB", "system": "http://hl7.org/fhir/v3/orderableDrugForm", "value": 2 }, "route": { "coding": [ { "code": "26643006", "display": "Oral Route", "system": "http://snomed.info/sct" } ] }, "siteCodeableConcept": { "coding": [ { "code": "181220002", "display": "Entire oral cavity", "system": "http://snomed.info/sct" } ] }, "timing": { "event": [ "2015-03-04" ], "repeat": { "duration": 3, "durationUnits": "d", "frequency": 2, "period": 1, "periodUnits": "d" } } }, { "additionalInstructions": { "coding": [ { "code": "311504000", "display": "With or after food", "system": "http://snomed.info/sct" } ] }, "doseQuantity": { "code": "TAB", "system": "http://hl7.org/fhir/v3/orderableDrugForm", "value": 3 }, "route": { "coding": [ { "code": "26643006", "display": "Oral Route", "system": "http://snomed.info/sct" } ] }, "siteCodeableConcept": { "coding": [ { "code": "181220002", "display": "Entire oral cavity", "system": "http://snomed.info/sct" } ] }, "timing": { "event": [ "2015-03-07" ], "repeat": { "duration": 3, "durationUnits": "d", "frequency": 2, "period": 1, "periodUnits": "d" } } } ], "id": "meddisp004", "medicationReference": { "display": "prescribed medication", "reference": "Medication/medexample011" }, "patient": { "reference": "Patient/example" }, "quantity": { "code": "tbl", "system": "http://unitsofmeasure.org", "unit": "tbl", "value": 36 }, "resourceType": "MedicationDispense", "status": "completed", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: meddisp004</p><p><b>status</b>: completed</p><p><b>patient</b>: <a>Patient/example</a></p><p><b>dispenser</b>: <a>Practitioner/example</a></p><p><b>authorizingPrescription</b>: <a>MedicationOrder/medrx003</a></p><p><b>type</b>: First Fill <span>(Details : {http:hl7.org/fhir code 'FF' = '??', given as 'First Fill'})</span></p><p><b>quantity</b>: 36 tbl<span> (Details: http://unitsofmeasure.org code tbl = '??')</span></p><p><b>daysSupply</b>: 9 Day<span> (Details: http://unitsofmeasure.org code D = '??')</span></p><p><b>medication</b>: <a>prescribed medication</a></p><p><b>whenPrepared</b>: 02/03/2015 3:20:00 AM</p><p><b>whenHandedOver</b>: 03/03/2015 4:20:00 AM</p><blockquote><p><b>dosageInstruction</b></p><p><b>additionalInstructions</b>: With or after food <span>(Details : {SNOMED CT code '311504000' = '311504000', given as 'With or after food'})</span></p><p><b>timing</b>: Events: 01/03/2015, Duration 3days, Do 2 per 1 days</p><p><b>site</b>: Entire oral cavity <span>(Details : {SNOMED CT code '181220002' = '181220002', given as 'Entire oral cavity'})</span></p><p><b>route</b>: Oral Route <span>(Details : {SNOMED CT code '26643006' = '26643006', given as 'Oral Route'})</span></p><p><b>dose</b>: 1 TAB<span> (Details: http://hl7.org/fhir/v3/orderableDrugForm code TAB = 'Tablet')</span></p></blockquote><blockquote><p><b>dosageInstruction</b></p><p><b>additionalInstructions</b>: With or after food <span>(Details : {SNOMED CT code '311504000' = '311504000', given as 'With or after food'})</span></p><p><b>timing</b>: Events: 04/03/2015, Duration 3days, Do 2 per 1 days</p><p><b>site</b>: Entire oral cavity <span>(Details : {SNOMED CT code '181220002' = '181220002', given as 'Entire oral cavity'})</span></p><p><b>route</b>: Oral Route <span>(Details : {SNOMED CT code '26643006' = '26643006', given as 'Oral Route'})</span></p><p><b>dose</b>: 2 TAB<span> (Details: http://hl7.org/fhir/v3/orderableDrugForm code TAB = 'Tablet')</span></p></blockquote><blockquote><p><b>dosageInstruction</b></p><p><b>additionalInstructions</b>: With or after food <span>(Details : {SNOMED CT code '311504000' = '311504000', given as 'With or after food'})</span></p><p><b>timing</b>: Events: 07/03/2015, Duration 3days, Do 2 per 1 days</p><p><b>site</b>: Entire oral cavity <span>(Details : {SNOMED CT code '181220002' = '181220002', given as 'Entire oral cavity'})</span></p><p><b>route</b>: Oral Route <span>(Details : {SNOMED CT code '26643006' = '26643006', given as 'Oral Route'})</span></p><p><b>dose</b>: 3 TAB<span> (Details: http://hl7.org/fhir/v3/orderableDrugForm code TAB = 'Tablet')</span></p></blockquote></div>", "status": "generated" }, "type": { "coding": [ { "code": "FF", "display": "First Fill", "system": "http:hl7.org/fhir" } ] }, "whenHandedOver": "2015-03-02T17:20:00Z", "whenPrepared": "2015-03-01T16:20:00Z" }; var example326: fhir.MedicationDispense = { "resourceType": "MedicationDispense", "id": "meddisp004", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: meddisp004</p><p><b>status</b>: completed</p><p><b>patient</b>: <a>Patient/example</a></p><p><b>dispenser</b>: <a>Practitioner/example</a></p><p><b>authorizingPrescription</b>: <a>MedicationOrder/medrx003</a></p><p><b>type</b>: First Fill <span>(Details : {http:hl7.org/fhir code 'FF' = '??', given as 'First Fill'})</span></p><p><b>quantity</b>: 36 tbl<span> (Details: http://unitsofmeasure.org code tbl = '??')</span></p><p><b>daysSupply</b>: 9 Day<span> (Details: http://unitsofmeasure.org code D = '??')</span></p><p><b>medication</b>: <a>prescribed medication</a></p><p><b>whenPrepared</b>: 02/03/2015 3:20:00 AM</p><p><b>whenHandedOver</b>: 03/03/2015 4:20:00 AM</p><blockquote><p><b>dosageInstruction</b></p><p><b>additionalInstructions</b>: With or after food <span>(Details : {SNOMED CT code '311504000' = '311504000', given as 'With or after food'})</span></p><p><b>timing</b>: Events: 01/03/2015, Duration 3days, Do 2 per 1 days</p><p><b>site</b>: Entire oral cavity <span>(Details : {SNOMED CT code '181220002' = '181220002', given as 'Entire oral cavity'})</span></p><p><b>route</b>: Oral Route <span>(Details : {SNOMED CT code '26643006' = '26643006', given as 'Oral Route'})</span></p><p><b>dose</b>: 1 TAB<span> (Details: http://hl7.org/fhir/v3/orderableDrugForm code TAB = 'Tablet')</span></p></blockquote><blockquote><p><b>dosageInstruction</b></p><p><b>additionalInstructions</b>: With or after food <span>(Details : {SNOMED CT code '311504000' = '311504000', given as 'With or after food'})</span></p><p><b>timing</b>: Events: 04/03/2015, Duration 3days, Do 2 per 1 days</p><p><b>site</b>: Entire oral cavity <span>(Details : {SNOMED CT code '181220002' = '181220002', given as 'Entire oral cavity'})</span></p><p><b>route</b>: Oral Route <span>(Details : {SNOMED CT code '26643006' = '26643006', given as 'Oral Route'})</span></p><p><b>dose</b>: 2 TAB<span> (Details: http://hl7.org/fhir/v3/orderableDrugForm code TAB = 'Tablet')</span></p></blockquote><blockquote><p><b>dosageInstruction</b></p><p><b>additionalInstructions</b>: With or after food <span>(Details : {SNOMED CT code '311504000' = '311504000', given as 'With or after food'})</span></p><p><b>timing</b>: Events: 07/03/2015, Duration 3days, Do 2 per 1 days</p><p><b>site</b>: Entire oral cavity <span>(Details : {SNOMED CT code '181220002' = '181220002', given as 'Entire oral cavity'})</span></p><p><b>route</b>: Oral Route <span>(Details : {SNOMED CT code '26643006' = '26643006', given as 'Oral Route'})</span></p><p><b>dose</b>: 3 TAB<span> (Details: http://hl7.org/fhir/v3/orderableDrugForm code TAB = 'Tablet')</span></p></blockquote></div>" }, "status": "completed", "patient": { "reference": "Patient/example" }, "dispenser": { "reference": "Practitioner/example" }, "authorizingPrescription": [ { "reference": "MedicationOrder/medrx003" } ], "type": { "coding": [ { "system": "http:hl7.org/fhir", "code": "FF", "display": "First Fill" } ] }, "quantity": { "value": 36, "unit": "tbl", "system": "http://unitsofmeasure.org", "code": "tbl" }, "daysSupply": { "value": 9, "unit": "Day", "system": "http://unitsofmeasure.org", "code": "D" }, "medicationReference": { "reference": "Medication/medexample011", "display": "prescribed medication" }, "whenPrepared": "2015-03-01T16:20:00Z", "_whenPrepared": { "fhir_comments": [ " not sure how to reflect " ] }, "whenHandedOver": "2015-03-02T17:20:00Z", "dosageInstruction": [ { "additionalInstructions": { "coding": [ { "system": "http://snomed.info/sct", "code": "311504000", "display": "With or after food" } ] }, "timing": { "event": [ "2015-03-01" ], "repeat": { "duration": 3, "durationUnits": "d", "frequency": 2, "period": 1, "periodUnits": "d" } }, "siteCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "181220002", "display": "Entire oral cavity" } ] }, "route": { "coding": [ { "system": "http://snomed.info/sct", "code": "26643006", "display": "Oral Route" } ] }, "doseQuantity": { "value": 1, "system": "http://hl7.org/fhir/v3/orderableDrugForm", "code": "TAB" } }, { "additionalInstructions": { "coding": [ { "system": "http://snomed.info/sct", "code": "311504000", "display": "With or after food" } ] }, "timing": { "event": [ "2015-03-04" ], "repeat": { "duration": 3, "durationUnits": "d", "frequency": 2, "period": 1, "periodUnits": "d" } }, "siteCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "181220002", "display": "Entire oral cavity" } ] }, "route": { "coding": [ { "system": "http://snomed.info/sct", "code": "26643006", "display": "Oral Route" } ] }, "doseQuantity": { "value": 2, "system": "http://hl7.org/fhir/v3/orderableDrugForm", "code": "TAB" } }, { "additionalInstructions": { "coding": [ { "system": "http://snomed.info/sct", "code": "311504000", "display": "With or after food" } ] }, "timing": { "event": [ "2015-03-07" ], "repeat": { "duration": 3, "durationUnits": "d", "frequency": 2, "period": 1, "periodUnits": "d" } }, "siteCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "181220002", "display": "Entire oral cavity" } ] }, "route": { "coding": [ { "system": "http://snomed.info/sct", "code": "26643006", "display": "Oral Route" } ] }, "doseQuantity": { "value": 3, "system": "http://hl7.org/fhir/v3/orderableDrugForm", "code": "TAB" } } ] }; var example327: fhir.MedicationDispense = { "authorizingPrescription": [ { "reference": "MedicationOrder/medrx004" } ], "daysSupply": { "code": "D", "system": "http://unitsofmeasure.org", "unit": "Day", "value": 30 }, "dispenser": { "reference": "Practitioner/example" }, "dosageInstruction": [ { "asNeededBoolean": true, "doseQuantity": { "code": "415215001", "system": "http://snomed.info/sct", "value": 2 }, "route": { "coding": [ { "code": "422237004", "display": "Inhalation", "system": "http://snomed.info/sct" } ] }, "timing": { "event": [ "2015-03-01" ], "repeat": { "duration": 3, "durationUnits": "d", "frequency": 2, "period": 1, "periodUnits": "d" } } } ], "id": "meddisp006", "medicationReference": { "display": "prescribed medication", "reference": "Medication/medexample012" }, "patient": { "reference": "Patient/example" }, "quantity": { "code": "mL", "system": "http://unitsofmeasure.org", "unit": "mL", "value": 15 }, "resourceType": "MedicationDispense", "status": "in-progress", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: meddisp006</p><p><b>status</b>: in-progress</p><p><b>patient</b>: <a>Patient/example</a></p><p><b>dispenser</b>: <a>Practitioner/example</a></p><p><b>authorizingPrescription</b>: <a>MedicationOrder/medrx004</a></p><p><b>type</b>: First Fill - Part Fill <span>(Details : {http:hl7.org/fhir code 'FFP' = '??', given as 'First Fill - Part Fill'})</span></p><p><b>quantity</b>: 15 mL<span> (Details: http://unitsofmeasure.org code mL = '??')</span></p><p><b>daysSupply</b>: 30 Day<span> (Details: http://unitsofmeasure.org code D = '??')</span></p><p><b>medication</b>: <a>prescribed medication</a></p><p><b>whenPrepared</b>: 01/03/2015 9:48:00 PM</p><p><b>whenHandedOver</b>: 01/03/2015 9:59:00 PM</p><h3>DosageInstructions</h3><table><tr><td>-</td><td><b>Timing</b></td><td><b>AsNeeded[x]</b></td><td><b>Route</b></td><td><b>Dose[x]</b></td></tr><tr><td>*</td><td>Events: 01/03/2015, Duration 3days, Do 2 per 1 days</td><td>true</td><td>Inhalation <span>(Details : {SNOMED CT code '422237004' = '422237004', given as 'Inhalation'})</span></td><td>2 415215001<span> (Details: SNOMED CT code 415215001 = '415215001')</span></td></tr></table></div>", "status": "generated" }, "type": { "coding": [ { "code": "FFP", "display": "First Fill - Part Fill", "system": "http:hl7.org/fhir" } ] }, "whenHandedOver": "2015-03-01T10:59:00Z", "whenPrepared": "2015-03-01T10:48:00Z" }; var example328: fhir.MedicationDispense = { "resourceType": "MedicationDispense", "id": "meddisp006", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: meddisp006</p><p><b>status</b>: in-progress</p><p><b>patient</b>: <a>Patient/example</a></p><p><b>dispenser</b>: <a>Practitioner/example</a></p><p><b>authorizingPrescription</b>: <a>MedicationOrder/medrx004</a></p><p><b>type</b>: First Fill - Part Fill <span>(Details : {http:hl7.org/fhir code 'FFP' = '??', given as 'First Fill - Part Fill'})</span></p><p><b>quantity</b>: 15 mL<span> (Details: http://unitsofmeasure.org code mL = '??')</span></p><p><b>daysSupply</b>: 30 Day<span> (Details: http://unitsofmeasure.org code D = '??')</span></p><p><b>medication</b>: <a>prescribed medication</a></p><p><b>whenPrepared</b>: 01/03/2015 9:48:00 PM</p><p><b>whenHandedOver</b>: 01/03/2015 9:59:00 PM</p><h3>DosageInstructions</h3><table><tr><td>-</td><td><b>Timing</b></td><td><b>AsNeeded[x]</b></td><td><b>Route</b></td><td><b>Dose[x]</b></td></tr><tr><td>*</td><td>Events: 01/03/2015, Duration 3days, Do 2 per 1 days</td><td>true</td><td>Inhalation <span>(Details : {SNOMED CT code '422237004' = '422237004', given as 'Inhalation'})</span></td><td>2 415215001<span> (Details: SNOMED CT code 415215001 = '415215001')</span></td></tr></table></div>" }, "status": "in-progress", "patient": { "reference": "Patient/example" }, "dispenser": { "reference": "Practitioner/example" }, "authorizingPrescription": [ { "reference": "MedicationOrder/medrx004" } ], "type": { "coding": [ { "system": "http:hl7.org/fhir", "code": "FFP", "display": "First Fill - Part Fill" } ] }, "quantity": { "value": 15, "unit": "mL", "system": "http://unitsofmeasure.org", "code": "mL" }, "daysSupply": { "value": 30, "unit": "Day", "system": "http://unitsofmeasure.org", "code": "D" }, "medicationReference": { "reference": "Medication/medexample012", "display": "prescribed medication" }, "whenPrepared": "2015-03-01T10:48:00Z", "whenHandedOver": "2015-03-01T10:59:00Z", "dosageInstruction": [ { "timing": { "event": [ "2015-03-01" ], "repeat": { "duration": 3, "durationUnits": "d", "frequency": 2, "period": 1, "periodUnits": "d" } }, "asNeededBoolean": true, "route": { "coding": [ { "system": "http://snomed.info/sct", "code": "422237004", "display": "Inhalation" } ] }, "doseQuantity": { "value": 2, "system": "http://snomed.info/sct", "code": "415215001" } } ] }; var example329: fhir.MedicationDispense = { "authorizingPrescription": [ { "reference": "MedicationOrder/medrx006" } ], "dispenser": { "reference": "Practitioner/example" }, "dosageInstruction": [ { "doseQuantity": { "code": "ml", "system": "http://unitsofmeasure.org", "unit": "mg/m^2", "value": 1000 }, "route": { "coding": [ { "code": "394899003", "display": "oral administration of treatment", "system": "http://snomed.info/sct" } ] }, "timing": { "repeat": { "frequency": 2, "period": 21, "periodUnits": "d" } } } ], "id": "meddisp008", "medicationReference": { "reference": "Medication/f001" }, "patient": { "reference": "Patient/example" }, "resourceType": "MedicationDispense", "status": "completed", "text": { "div": "<div>\n\t\t\t<p>\n\t\t\t\t<big>Capecitabine (Recurrent/Metastatic)</big>\n\t\t\t</p>\n\t\t\t<p>Course:</p>\n\t\t\t<p>Name: Capecitabine</p>\n\t\t\t<p>Agent Protocols Options:</p>\n\t\t\t<p>\n\t\t\t\t<b>Capecitabine 1000-1250 mg/m^2 PO twice daily D1-14</b>\n\t\t\t</p>\n\t\t\t<p>Offset: None</p>\n\t\t\t<p>Cycle length: Q21D</p>\n\t\t</div>", "status": "generated" } }; var example330: fhir.MedicationDispense = { "resourceType": "MedicationDispense", "id": "meddisp008", "text": { "status": "generated", "div": "<div>\n\t\t\t<p>\n\t\t\t\t<big>Capecitabine (Recurrent/Metastatic)</big>\n\t\t\t</p>\n\t\t\t<p>Course:</p>\n\t\t\t<p>Name: Capecitabine</p>\n\t\t\t<p>Agent Protocols Options:</p>\n\t\t\t<p>\n\t\t\t\t<b>Capecitabine 1000-1250 mg/m^2 PO twice daily D1-14</b>\n\t\t\t</p>\n\t\t\t<p>Offset: None</p>\n\t\t\t<p>Cycle length: Q21D</p>\n\t\t</div>" }, "status": "completed", "patient": { "reference": "Patient/example" }, "dispenser": { "reference": "Practitioner/example" }, "authorizingPrescription": [ { "reference": "MedicationOrder/medrx006" } ], "medicationReference": { "reference": "Medication/f001" }, "dosageInstruction": [ { "timing": { "repeat": { "frequency": 2, "period": 21, "periodUnits": "d" } }, "route": { "coding": [ { "system": "http://snomed.info/sct", "code": "394899003", "display": "oral administration of treatment" } ] }, "doseQuantity": { "value": 1000, "unit": "mg/m^2", "system": "http://unitsofmeasure.org", "code": "ml" } } ] }; var example331: fhir.Medication = { "code": { "text": "Amoxicillin 250mg/5ml Suspension" }, "id": "medexample001", "resourceType": "Medication", "text": { "div": "<div>Amoxicillin 250mg/5ml Suspension</div>", "status": "generated" } }; var example332: fhir.Medication = { "resourceType": "Medication", "id": "medexample001", "text": { "fhir_comments": [ " this example includes the code text element only " ], "status": "generated", "div": "<div>Amoxicillin 250mg/5ml Suspension</div>" }, "code": { "text": "Amoxicillin 250mg/5ml Suspension" } }; var example333: fhir.Medication = { "code": { "coding": [ { "code": "00021695", "display": "Novo-Prednisone", "system": "http://hc-sc.gc.ca" } ] }, "id": "medexample011", "isBrand": true, "manufacturer": { "reference": "http://www.tevacanada.com/fhirresource/1" }, "product": { "batch": [ { "expirationDate": "2017-05-22", "lotNumber": "9494788" } ], "form": { "coding": [ { "code": "385055001", "display": "Tablet", "system": "http://snomed.info/sct" } ] }, "ingredient": [ { "amount": { "denominator": { "code": "TAB", "system": "http://hl7.org/fhir/v3/orderableDrugForm", "value": 1 }, "numerator": { "code": "mg", "system": "http://unitsofmeasure.org", "value": 5 } }, "item": { "display": "Prednisone" } } ] }, "resourceType": "Medication", "text": { "div": "<div>Novo-Prednisone</div>", "status": "generated" } }; var example334: fhir.Medication = { "resourceType": "Medication", "id": "medexample011", "text": { "fhir_comments": [ " this example is fully popluated as a package " ], "status": "generated", "div": "<div>Novo-Prednisone</div>" }, "code": { "coding": [ { "system": "http://hc-sc.gc.ca", "code": "00021695", "display": "Novo-Prednisone" } ] }, "isBrand": true, "manufacturer": { "reference": "http://www.tevacanada.com/fhirresource/1" }, "product": { "form": { "coding": [ { "system": "http://snomed.info/sct", "code": "385055001", "display": "Tablet" } ] }, "ingredient": [ { "item": { "display": "Prednisone" }, "amount": { "numerator": { "value": 5, "system": "http://unitsofmeasure.org", "code": "mg" }, "denominator": { "value": 1, "system": "http://hl7.org/fhir/v3/orderableDrugForm", "code": "TAB" } } } ], "batch": [ { "lotNumber": "9494788", "expirationDate": "2017-05-22" } ] } }; var example335: fhir.Medication = { "code": { "coding": [ { "code": "0173068220", "display": "Ventolin Aerosol ", "system": "http://www.accessdata.fda.gov/scripts/cder/ndc/dsp_searchresult.cfm" } ] }, "id": "medexample012", "isBrand": true, "manufacturer": { "reference": "http://us.gsk.com/fhirresource/1" }, "resourceType": "Medication", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: medexample012</p><p><b>text</b>: </p><p><b>code</b>: Ventolin Aerosol <span>(Details : {http://www.accessdata.fda.gov/scripts/cder/ndc/dsp_searchresult.cfm code '0173068220' = '??', given as 'Ventolin Aerosol '})</span></p><p><b>isBrand</b>: true</p><p><b>manufacturer</b>: <a>http://us.gsk.com/fhirresource/1</a></p></div>", "status": "generated" } }; var example336: fhir.Medication = { "resourceType": "Medication", "id": "medexample012", "text": { "fhir_comments": [ " this example is an Inhaler " ], "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: medexample012</p><p><b>text</b>: </p><p><b>code</b>: Ventolin Aerosol <span>(Details : {http://www.accessdata.fda.gov/scripts/cder/ndc/dsp_searchresult.cfm code '0173068220' = '??', given as 'Ventolin Aerosol '})</span></p><p><b>isBrand</b>: true</p><p><b>manufacturer</b>: <a>http://us.gsk.com/fhirresource/1</a></p></div>" }, "code": { "coding": [ { "system": "http://www.accessdata.fda.gov/scripts/cder/ndc/dsp_searchresult.cfm", "code": "0173068220", "display": "Ventolin Aerosol " } ] }, "isBrand": true, "manufacturer": { "reference": "http://us.gsk.com/fhirresource/1" } }; var example337: fhir.Medication = { "code": { "coding": [ { "code": "847265", "display": "3 ML Insulin, Aspart, Human 100 UNT/ML Prefilled Syringe [NovoLog]", "system": "http://purl.bioontology.org/ontology/RXNORM/847265" } ] }, "id": "medexample013", "isBrand": true, "manufacturer": { "reference": "http://www.novonordisk-us.com/fhirresource/1" }, "product": { "batch": [ { "expirationDate": "2018-12-22", "lotNumber": "12345" } ], "form": { "coding": [ { "code": "385219001", "display": "Injection Solution", "system": "http://snomed.info/sct" } ] }, "ingredient": [ { "amount": { "denominator": { "code": "mL", "system": "http://unitsofmeasure.org", "value": 1 }, "numerator": { "code": "U", "system": "http://unitsofmeasure.org", "value": 100 } }, "item": { "display": "Insulin Aspart" } } ] }, "resourceType": "Medication", "text": { "div": "<div>3 ML Insulin, Aspart, Human 100 UNT/ML Prefilled Syringe [NovoLog]</div>", "status": "generated" } }; var example338: fhir.Medication = { "resourceType": "Medication", "id": "medexample013", "text": { "fhir_comments": [ " this example is an example of Insulin " ], "status": "generated", "div": "<div>3 ML Insulin, Aspart, Human 100 UNT/ML Prefilled Syringe [NovoLog]</div>" }, "code": { "coding": [ { "system": "http://purl.bioontology.org/ontology/RXNORM/847265", "code": "847265", "display": "3 ML Insulin, Aspart, Human 100 UNT/ML Prefilled Syringe [NovoLog]" } ] }, "isBrand": true, "manufacturer": { "reference": "http://www.novonordisk-us.com/fhirresource/1" }, "product": { "form": { "coding": [ { "system": "http://snomed.info/sct", "code": "385219001", "display": "Injection Solution" } ] }, "ingredient": [ { "item": { "display": "Insulin Aspart" }, "amount": { "numerator": { "value": 100, "system": "http://unitsofmeasure.org", "code": "U" }, "denominator": { "value": 1, "system": "http://unitsofmeasure.org", "code": "mL" } } } ], "batch": [ { "lotNumber": "12345", "expirationDate": "2018-12-22" } ] } }; var example339: fhir.Medication = { "code": { "coding": [ { "code": "96068000", "display": "Amoxicillin trihydrate", "system": "http://snomed.info/sct" } ] }, "id": "medexample014", "isBrand": false, "product": { "form": { "coding": [ { "code": "85581007", "display": "Drug Powder", "system": "http://snomed.info/sct" } ] } }, "resourceType": "Medication", "text": { "div": "<div>Amoxicillin 250mg/5ml Suspension</div>", "status": "generated" } }; var example340: fhir.Medication = { "resourceType": "Medication", "id": "medexample014", "text": { "fhir_comments": [ " this example includes a medication for content " ], "status": "generated", "div": "<div>Amoxicillin 250mg/5ml Suspension</div>" }, "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "96068000", "display": "Amoxicillin trihydrate" } ] }, "isBrand": false, "product": { "form": { "coding": [ { "system": "http://snomed.info/sct", "code": "85581007", "display": "Drug Powder" } ] } } }; var example341: fhir.Medication = { "code": { "coding": [ { "code": "134623009", "display": "Capecitabine 150mg tablet (product)", "system": "http://snomed.info/sct" } ] }, "id": "medexample015", "isBrand": false, "product": { "form": { "coding": [ { "code": "440131009", "display": "Oral dosage form product", "system": "http://snomed.info/sct" } ] } }, "resourceType": "Medication", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: medexample015</p><p><b>code</b>: Capecitabine 150mg tablet (product) <span>(Details : {SNOMED CT code '134623009' = '134623009', given as 'Capecitabine 150mg tablet (product)'})</span></p><p><b>isBrand</b>: false</p><h3>Products</h3><table><tr><td>-</td><td><b>Form</b></td></tr><tr><td>*</td><td>Oral dosage form product <span>(Details : {SNOMED CT code '440131009' = '440131009', given as 'Oral dosage form product'})</span></td></tr></table></div>", "status": "generated" } }; var example342: fhir.Medication = { "resourceType": "Medication", "id": "medexample015", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: medexample015</p><p><b>code</b>: Capecitabine 150mg tablet (product) <span>(Details : {SNOMED CT code '134623009' = '134623009', given as 'Capecitabine 150mg tablet (product)'})</span></p><p><b>isBrand</b>: false</p><h3>Products</h3><table><tr><td>-</td><td><b>Form</b></td></tr><tr><td>*</td><td>Oral dosage form product <span>(Details : {SNOMED CT code '440131009' = '440131009', given as 'Oral dosage form product'})</span></td></tr></table></div>" }, "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "134623009", "display": "Capecitabine 150mg tablet (product)" } ] }, "isBrand": false, "product": { "form": { "coding": [ { "system": "http://snomed.info/sct", "code": "440131009", "display": "Oral dosage form product" } ] } } }; var example343: fhir.Medication = { "code": { "coding": [ { "code": "400352007", "display": "Paclitaxel 6mg/mL injection solution 5mL vial (product)", "system": "http://snomed.info/sct" } ] }, "id": "medexample016", "isBrand": false, "product": { "form": { "coding": [ { "code": "440132002", "display": "Parenteral dosage form product", "system": "http://snomed.info/sct" } ] } }, "resourceType": "Medication", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: medexample016</p><p><b>code</b>: Paclitaxel 6mg/mL injection solution 5mL vial (product) <span>(Details : {SNOMED CT code '400352007' = '400352007', given as 'Paclitaxel 6mg/mL injection solution 5mL vial (product)'})</span></p><p><b>isBrand</b>: false</p><h3>Products</h3><table><tr><td>-</td><td><b>Form</b></td></tr><tr><td>*</td><td>Parenteral dosage form product <span>(Details : {SNOMED CT code '440132002' = '440132002', given as 'Parenteral dosage form product'})</span></td></tr></table></div>", "status": "generated" } }; var example344: fhir.Medication = { "resourceType": "Medication", "id": "medexample016", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: medexample016</p><p><b>code</b>: Paclitaxel 6mg/mL injection solution 5mL vial (product) <span>(Details : {SNOMED CT code '400352007' = '400352007', given as 'Paclitaxel 6mg/mL injection solution 5mL vial (product)'})</span></p><p><b>isBrand</b>: false</p><h3>Products</h3><table><tr><td>-</td><td><b>Form</b></td></tr><tr><td>*</td><td>Parenteral dosage form product <span>(Details : {SNOMED CT code '440132002' = '440132002', given as 'Parenteral dosage form product'})</span></td></tr></table></div>" }, "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "400352007", "display": "Paclitaxel 6mg/mL injection solution 5mL vial (product)" } ] }, "isBrand": false, "product": { "form": { "coding": [ { "system": "http://snomed.info/sct", "code": "440132002", "display": "Parenteral dosage form product" } ] } } }; var example345: fhir.Medication = { "code": { "coding": [ { "code": "389245004", "display": "Gentamicin sulfate 80mg/100ml infusion (product)", "system": "http://snomed.info/sct" } ] }, "id": "medexample017", "isBrand": false, "product": { "form": { "coding": [ { "code": "440132002", "display": "Parenteral dosage form product", "system": "http://snomed.info/sct" } ] } }, "resourceType": "Medication", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: medexample017</p><p><b>code</b>: Gentamicin sulfate 80mg/100ml infusion (product) <span>(Details : {SNOMED CT code '389245004' = '389245004', given as 'Gentamicin sulfate 80mg/100ml infusion (product)'})</span></p><p><b>isBrand</b>: false</p><h3>Products</h3><table><tr><td>-</td><td><b>Form</b></td></tr><tr><td>*</td><td>Parenteral dosage form product <span>(Details : {SNOMED CT code '440132002' = '440132002', given as 'Parenteral dosage form product'})</span></td></tr></table></div>", "status": "generated" } }; var example346: fhir.Medication = { "resourceType": "Medication", "id": "medexample017", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: medexample017</p><p><b>code</b>: Gentamicin sulfate 80mg/100ml infusion (product) <span>(Details : {SNOMED CT code '389245004' = '389245004', given as 'Gentamicin sulfate 80mg/100ml infusion (product)'})</span></p><p><b>isBrand</b>: false</p><h3>Products</h3><table><tr><td>-</td><td><b>Form</b></td></tr><tr><td>*</td><td>Parenteral dosage form product <span>(Details : {SNOMED CT code '440132002' = '440132002', given as 'Parenteral dosage form product'})</span></td></tr></table></div>" }, "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "389245004", "display": "Gentamicin sulfate 80mg/100ml infusion (product)" } ] }, "isBrand": false, "product": { "form": { "coding": [ { "system": "http://snomed.info/sct", "code": "440132002", "display": "Parenteral dosage form product" } ] } } }; var example347: fhir.Medication = { "code": { "coding": [ { "code": "323733007", "display": "Amoxcycillin 250mg/5ml oral suspension (product)", "system": "http://snomed.info/sct" }, { "code": "0131314003", "display": "Amoxicillin (Amoxcillin Trihydrate) 250mg/5mL", "system": "http://hc-sc.gc.ca" } ] }, "id": "medexample002", "isBrand": false, "product": { "form": { "coding": [ { "code": "385024007", "display": "Oral Suspension", "system": "http://snomed.info/sct" } ] } }, "resourceType": "Medication", "text": { "div": "<div>Amoxicillin 250mg/5ml Suspension</div>", "status": "generated" } }; var example348: fhir.Medication = { "resourceType": "Medication", "id": "medexample002", "text": { "fhir_comments": [ " this example includes a coded generic medication " ], "status": "generated", "div": "<div>Amoxicillin 250mg/5ml Suspension</div>" }, "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "323733007", "display": "Amoxcycillin 250mg/5ml oral suspension (product)" }, { "system": "http://hc-sc.gc.ca", "code": "0131314003", "display": "Amoxicillin (Amoxcillin Trihydrate) 250mg/5mL" } ] }, "isBrand": false, "product": { "form": { "coding": [ { "system": "http://snomed.info/sct", "code": "385024007", "display": "Oral Suspension" } ] } } }; var example349: fhir.Medication = { "code": { "coding": [ { "code": "00885916", "display": "Amox S 250 Sus 250mg/5ml", "system": "http://hc-sc.gc.ca" } ] }, "id": "medexample003", "isBrand": true, "product": { "form": { "coding": [ { "code": "385024007", "display": "Oral Suspension", "system": "http://snomed.info/sct" } ] } }, "resourceType": "Medication", "text": { "div": "<div>Amox S 250 Sus 250mg/5ml</div>", "status": "generated" } }; var example350: fhir.Medication = { "resourceType": "Medication", "id": "medexample003", "text": { "fhir_comments": [ " this example includes a coded Manufactured Medication " ], "status": "generated", "div": "<div>Amox S 250 Sus 250mg/5ml</div>" }, "code": { "coding": [ { "system": "http://hc-sc.gc.ca", "code": "00885916", "display": "Amox S 250 Sus 250mg/5ml" } ] }, "isBrand": true, "product": { "form": { "coding": [ { "system": "http://snomed.info/sct", "code": "385024007", "display": "Oral Suspension" } ] } } }; var example351: fhir.Medication = { "code": { "coding": [ { "code": "54569-2931", "display": "Amoxicillin Powder, for Suspension 250mg/5ml", "system": "http://www.fda.gov/Drugs/InformationOnDrugs/ucm142438.htm" } ] }, "id": "medexample004", "isBrand": true, "manufacturer": { "reference": "http://www.a-smeds.com/fhirresource/1" }, "package": { "container": { "coding": [ { "code": "419672006", "display": "Bottle - unit of product usage", "system": "http://snomed.info/sct" } ] }, "content": [ { "amount": { "system": "http://unitsofmeasure.org", "unit": "gm", "value": 7.5 }, "item": { "reference": "MedicationExample14" } } ] }, "product": { "batch": [ { "expirationDate": "2018-12-22", "lotNumber": "12345" } ], "form": { "coding": [ { "code": "42108003", "display": "Powder for Suspension", "system": "http://snomed.info/sct" } ] }, "ingredient": [ { "amount": { "denominator": { "code": "mL", "system": "http://unitsofmeasure.org", "value": 5 }, "numerator": { "code": "mg", "system": "http://unitsofmeasure.org", "value": 250 } }, "item": { "display": "Amoxicillin" } } ] }, "resourceType": "Medication", "text": { "div": "<div>Amoxicillin 250mg/5ml Powder for Suspension</div>", "status": "generated" } }; var example352: fhir.Medication = { "resourceType": "Medication", "id": "medexample004", "text": { "fhir_comments": [ " this example is fully popluated " ], "status": "generated", "div": "<div>Amoxicillin 250mg/5ml Powder for Suspension</div>" }, "code": { "coding": [ { "system": "http://www.fda.gov/Drugs/InformationOnDrugs/ucm142438.htm", "code": "54569-2931", "display": "Amoxicillin Powder, for Suspension 250mg/5ml" } ] }, "isBrand": true, "manufacturer": { "reference": "http://www.a-smeds.com/fhirresource/1" }, "product": { "form": { "coding": [ { "system": "http://snomed.info/sct", "code": "42108003", "display": "Powder for Suspension" } ] }, "ingredient": [ { "item": { "display": "Amoxicillin" }, "amount": { "numerator": { "value": 250, "system": "http://unitsofmeasure.org", "code": "mg" }, "denominator": { "value": 5, "system": "http://unitsofmeasure.org", "code": "mL" } } } ], "batch": [ { "lotNumber": "12345", "expirationDate": "2018-12-22" } ] }, "package": { "container": { "coding": [ { "system": "http://snomed.info/sct", "code": "419672006", "display": "Bottle - unit of product usage" } ] }, "content": [ { "item": { "reference": "MedicationExample14" }, "amount": { "value": 7.5, "unit": "gm", "system": "http://unitsofmeasure.org" } } ] } }; var example353: fhir.Medication = { "code": { "coding": [ { "code": "02176017", "display": "Didrocal", "system": "http://hc-sc.gc.ca" } ] }, "id": "medexample005", "isBrand": true, "manufacturer": { "reference": "http://http://www.actavis.ca/default.htm/fhirresource/1" }, "package": { "container": { "coding": [ { "code": "398124009", "display": "drug container", "system": "http://snomed.info/sct" } ] } }, "resourceType": "Medication", "text": { "div": "<div>Didrocal</div>", "status": "generated" } }; var example354: fhir.Medication = { "resourceType": "Medication", "id": "medexample005", "text": { "fhir_comments": [ " this example is popluated as a package " ], "status": "generated", "div": "<div>Didrocal</div>" }, "code": { "coding": [ { "system": "http://hc-sc.gc.ca", "code": "02176017", "display": "Didrocal" } ] }, "isBrand": true, "manufacturer": { "reference": "http://http://www.actavis.ca/default.htm/fhirresource/1" }, "package": { "container": { "coding": [ { "system": "http://snomed.info/sct", "code": "398124009", "display": "drug container" } ] } } }; var example355: fhir.Medication = { "code": { "coding": [ { "code": "00628115", "display": "Apo-Amoxi Cap 250mg", "system": "http://hc-sc.gc.ca" } ] }, "id": "medexample006", "isBrand": true, "product": { "form": { "coding": [ { "code": "385049006", "display": "Capsule", "system": "http://snomed.info/sct" } ] } }, "resourceType": "Medication", "text": { "div": "<div>Amox S 250 Sus 250mg/5ml</div>", "status": "generated" } }; var example356: fhir.Medication = { "resourceType": "Medication", "id": "medexample006", "text": { "fhir_comments": [ " this example includes a coded Manufactured Medication " ], "status": "generated", "div": "<div>Amox S 250 Sus 250mg/5ml</div>" }, "code": { "coding": [ { "system": "http://hc-sc.gc.ca", "code": "00628115", "display": "Apo-Amoxi Cap 250mg" } ] }, "isBrand": true, "product": { "form": { "coding": [ { "system": "http://snomed.info/sct", "code": "385049006", "display": "Capsule" } ] } } }; var example357: fhir.Medication = { "code": { "coding": [ { "code": "02181061", "display": "Tylenol No. 1 Caplets", "system": "http://hc-sc.gc.ca" } ] }, "id": "medexample007", "isBrand": true, "product": { "form": { "coding": [ { "code": "48582000", "display": "Caplet", "system": "http://snomed.info/sct" } ] } }, "resourceType": "Medication", "text": { "div": "<div>Tylenol No. 1 Caplets</div>", "status": "generated" } }; var example358: fhir.Medication = { "resourceType": "Medication", "id": "medexample007", "text": { "fhir_comments": [ " this example includes a coded Manufactured Over the Counter Medication " ], "status": "generated", "div": "<div>Tylenol No. 1 Caplets</div>" }, "code": { "coding": [ { "system": "http://hc-sc.gc.ca", "code": "02181061", "display": "Tylenol No. 1 Caplets" } ] }, "isBrand": true, "product": { "form": { "coding": [ { "system": "http://snomed.info/sct", "code": "48582000", "display": "Caplet" } ] } } }; var example359: fhir.Medication = { "code": { "text": "Hydrocortisone 1%, Salicyclic Acid 5% in Glaxal Base" }, "id": "medexample008", "isBrand": false, "product": { "form": { "coding": [ { "code": "255621006", "display": "Cream", "system": "http://snomed.info/sct" } ] }, "ingredient": [ { "amount": { "denominator": { "code": "g", "system": "http://unitsofmeasure.org", "value": 100 }, "numerator": { "code": "g", "system": "http://unitsofmeasure.org", "value": 1 } }, "item": { "display": "Hydrocortisone Powder" } }, { "amount": { "denominator": { "code": "g", "system": "http://unitsofmeasure.org", "value": 100 }, "numerator": { "code": "g", "system": "http://unitsofmeasure.org", "value": 5 } }, "item": { "display": "Salicyclic Acid" } }, { "amount": { "denominator": { "code": "g", "system": "http://unitsofmeasure.org", "value": 100 }, "numerator": { "code": "g", "system": "http://unitsofmeasure.org", "value": 94 } }, "item": { "display": "Glaxal Base" } } ] }, "resourceType": "Medication", "text": { "div": "<div>Hydrocortisone 1%, Salicyclic Acid 5% in Glaxal Base</div>", "status": "generated" } }; var example360: fhir.Medication = { "resourceType": "Medication", "id": "medexample008", "text": { "fhir_comments": [ " this example includes a compounded medication " ], "status": "generated", "div": "<div>Hydrocortisone 1%, Salicyclic Acid 5% in Glaxal Base</div>" }, "code": { "text": "Hydrocortisone 1%, Salicyclic Acid 5% in Glaxal Base" }, "isBrand": false, "product": { "form": { "coding": [ { "system": "http://snomed.info/sct", "code": "255621006", "display": "Cream" } ] }, "ingredient": [ { "item": { "display": "Hydrocortisone Powder" }, "amount": { "numerator": { "value": 1, "system": "http://unitsofmeasure.org", "code": "g" }, "denominator": { "value": 100, "system": "http://unitsofmeasure.org", "code": "g" } } }, { "item": { "display": "Salicyclic Acid" }, "amount": { "numerator": { "value": 5, "system": "http://unitsofmeasure.org", "code": "g" }, "denominator": { "value": 100, "system": "http://unitsofmeasure.org", "code": "g" } } }, { "item": { "display": "Glaxal Base" }, "amount": { "numerator": { "value": 94, "system": "http://unitsofmeasure.org", "code": "g" }, "denominator": { "value": 100, "system": "http://unitsofmeasure.org", "code": "g" } } } ] } }; var example361: fhir.MedicationOrder = { "dateWritten": "2013-05-25T19:32:52+01:00", "dispenseRequest": { "expectedSupplyDuration": { "code": "d", "system": "urn:oid:2.16.840.1.113883.6.8", "unit": "days", "value": 40 }, "numberOfRepeatsAllowed": 20, "quantity": { "code": "ug", "system": "urn:oid:2.16.840.1.113883.6.8", "unit": "mcg", "value": 100 }, "validityPeriod": { "end": "2013-05-30", "start": "2013-04-08" } }, "dosageInstruction": [ { "additionalInstructions": { "text": "for use during pregnancy, contact physician" }, "doseQuantity": { "code": "ml", "system": "http://unitsofmeasure.org", "unit": "ml", "value": 10 }, "route": { "coding": [ { "code": "394899003", "display": "oral administration of treatment", "system": "http://snomed.info/sct" } ] }, "siteCodeableConcept": { "coding": [ { "code": "181220002", "display": "Entire oral cavity", "system": "http://snomed.info/sct" } ] }, "text": "3 tot 4 maal daags 1 flacon", "timing": { "repeat": { "boundsPeriod": { "end": "2013-11-05", "start": "2013-08-04" }, "frequency": 3, "period": 1, "periodUnits": "d" } } } ], "encounter": { "display": "visit who leads to this priscription", "reference": "Encounter/f001" }, "id": "f001", "identifier": [ { "system": "http://www.bmc/portal/prescriptions", "use": "official", "value": "order9837293" } ], "medicationReference": { "display": "prescribed medication", "reference": "Medication/f001" }, "patient": { "display": "P. van den Heuvel", "reference": "Patient/f001" }, "prescriber": { "display": "R.A. van den Berk", "reference": "Practitioner/f006" }, "reasonCodeableConcept": { "coding": [ { "code": "13645005", "display": "Chronic obstructive pulmonary disease", "system": "http://snomed.info/sct" } ] }, "resourceType": "MedicationOrder", "status": "active", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f001</p><p><b>identifier</b>: order9837293 (OFFICIAL)</p><p><b>dateWritten</b>: 25/05/2013 7:32:52 PM</p><p><b>status</b>: active</p><p><b>patient</b>: <a>P. van den Heuvel</a></p><p><b>prescriber</b>: <a>R.A. van den Berk</a></p><p><b>encounter</b>: <a>visit who leads to this priscription</a></p><p><b>reason</b>: Chronic obstructive pulmonary disease <span>(Details : {SNOMED CT code '13645005' = '13645005', given as 'Chronic obstructive pulmonary disease'})</span></p><p><b>medication</b>: <a>prescribed medication</a></p><h3>DosageInstructions</h3><table><tr><td>-</td><td><b>Text</b></td><td><b>AdditionalInstructions</b></td><td><b>Timing</b></td><td><b>Site[x]</b></td><td><b>Route</b></td><td><b>Dose[x]</b></td></tr><tr><td>*</td><td>3 tot 4 maal daags 1 flacon</td><td>for use during pregnancy, contact physician <span>(Details )</span></td><td>Starting 04/08/2013, Do 3 per 1 days, Until 05/11/2013</td><td>Entire oral cavity <span>(Details : {SNOMED CT code '181220002' = '181220002', given as 'Entire oral cavity'})</span></td><td>oral administration of treatment <span>(Details : {SNOMED CT code '394899003' = '394899003', given as 'oral administration of treatment'})</span></td><td>10 ml<span> (Details: http://unitsofmeasure.org code ml = '??')</span></td></tr></table><h3>DispenseRequests</h3><table><tr><td>-</td><td><b>ValidityPeriod</b></td><td><b>NumberOfRepeatsAllowed</b></td><td><b>Quantity</b></td><td><b>ExpectedSupplyDuration</b></td></tr><tr><td>*</td><td>08/04/2013 --> 30/05/2013</td><td>20</td><td>100 mcg<span> (Details: urn:oid:2.16.840.1.113883.6.8 code ug = '??')</span></td><td>40 days<span> (Details: urn:oid:2.16.840.1.113883.6.8 code d = '??')</span></td></tr></table></div>", "status": "generated" } }; var example362: fhir.MedicationOrder = { "resourceType": "MedicationOrder", "id": "f001", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f001</p><p><b>identifier</b>: order9837293 (OFFICIAL)</p><p><b>dateWritten</b>: 25/05/2013 7:32:52 PM</p><p><b>status</b>: active</p><p><b>patient</b>: <a>P. van den Heuvel</a></p><p><b>prescriber</b>: <a>R.A. van den Berk</a></p><p><b>encounter</b>: <a>visit who leads to this priscription</a></p><p><b>reason</b>: Chronic obstructive pulmonary disease <span>(Details : {SNOMED CT code '13645005' = '13645005', given as 'Chronic obstructive pulmonary disease'})</span></p><p><b>medication</b>: <a>prescribed medication</a></p><h3>DosageInstructions</h3><table><tr><td>-</td><td><b>Text</b></td><td><b>AdditionalInstructions</b></td><td><b>Timing</b></td><td><b>Site[x]</b></td><td><b>Route</b></td><td><b>Dose[x]</b></td></tr><tr><td>*</td><td>3 tot 4 maal daags 1 flacon</td><td>for use during pregnancy, contact physician <span>(Details )</span></td><td>Starting 04/08/2013, Do 3 per 1 days, Until 05/11/2013</td><td>Entire oral cavity <span>(Details : {SNOMED CT code '181220002' = '181220002', given as 'Entire oral cavity'})</span></td><td>oral administration of treatment <span>(Details : {SNOMED CT code '394899003' = '394899003', given as 'oral administration of treatment'})</span></td><td>10 ml<span> (Details: http://unitsofmeasure.org code ml = '??')</span></td></tr></table><h3>DispenseRequests</h3><table><tr><td>-</td><td><b>ValidityPeriod</b></td><td><b>NumberOfRepeatsAllowed</b></td><td><b>Quantity</b></td><td><b>ExpectedSupplyDuration</b></td></tr><tr><td>*</td><td>08/04/2013 --> 30/05/2013</td><td>20</td><td>100 mcg<span> (Details: urn:oid:2.16.840.1.113883.6.8 code ug = '??')</span></td><td>40 days<span> (Details: urn:oid:2.16.840.1.113883.6.8 code d = '??')</span></td></tr></table></div>" }, "identifier": [ { "use": "official", "system": "http://www.bmc/portal/prescriptions", "value": "order9837293" } ], "dateWritten": "2013-05-25T19:32:52+01:00", "status": "active", "patient": { "reference": "Patient/f001", "display": "P. van den Heuvel" }, "prescriber": { "reference": "Practitioner/f006", "display": "R.A. van den Berk" }, "encounter": { "reference": "Encounter/f001", "display": "visit who leads to this priscription" }, "reasonCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "13645005", "display": "Chronic obstructive pulmonary disease" } ] }, "medicationReference": { "reference": "Medication/f001", "display": "prescribed medication" }, "dosageInstruction": [ { "text": "3 tot 4 maal daags 1 flacon", "additionalInstructions": { "text": "for use during pregnancy, contact physician" }, "timing": { "repeat": { "boundsPeriod": { "start": "2013-08-04", "end": "2013-11-05" }, "frequency": 3, "period": 1, "periodUnits": "d" } }, "siteCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "181220002", "display": "Entire oral cavity" } ] }, "route": { "coding": [ { "system": "http://snomed.info/sct", "code": "394899003", "display": "oral administration of treatment" } ] }, "doseQuantity": { "value": 10, "unit": "ml", "system": "http://unitsofmeasure.org", "code": "ml" } } ], "dispenseRequest": { "validityPeriod": { "start": "2013-04-08", "end": "2013-05-30" }, "numberOfRepeatsAllowed": 20, "quantity": { "value": 100, "unit": "mcg", "system": "urn:oid:2.16.840.1.113883.6.8", "code": "ug", "_code": { "fhir_comments": [ " http://unitsofmeasure.org (UCUM code system) " ] } }, "expectedSupplyDuration": { "value": 40, "unit": "days", "system": "urn:oid:2.16.840.1.113883.6.8", "code": "d", "_code": { "fhir_comments": [ " http://unitsofmeasure.org (UCUM code system) " ] } } } }; var example363: fhir.MedicationOrder = { "dateWritten": "2013-04-08", "dispenseRequest": { "quantity": { "code": "46992007", "system": "http://snomed.info/sct", "value": 90 }, "validityPeriod": { "start": "2013-04-08" } }, "dosageInstruction": [ { "doseQuantity": { "code": "mg", "system": "http://unitsofmeasure.org", "unit": "mg", "value": 10 }, "route": { "coding": [ { "code": "386359008", "display": "Administration of drug or medicament via oral route", "system": "http://snomed.info/sct" } ] }, "siteCodeableConcept": { "coding": [ { "code": "181220002", "display": "Entire oral cavity", "system": "http://snomed.info/sct" } ] }, "timing": { "repeat": { "boundsPeriod": { "start": "2013-08-04" }, "frequency": 1, "period": 1, "periodUnits": "d" } } } ], "encounter": { "display": "encounter who leads to this priscription", "reference": "Encounter/f001" }, "id": "f002", "identifier": [ { "system": "http://www.bmc.nl/portal/prescriptions", "use": "official", "value": "order9837343" } ], "medicationReference": { "display": "prescribed medication", "reference": "Medication/f002" }, "patient": { "display": "P. van den Heuvel", "reference": "Patient/f001" }, "prescriber": { "display": "R.A. van den Berk", "reference": "Practitioner/f006" }, "reasonCodeableConcept": { "coding": [ { "code": "28036006", "display": "High density lipoprotein cholesterol level", "system": "http://snomed.info/sct" } ] }, "resourceType": "MedicationOrder", "status": "active", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f002</p><p><b>identifier</b>: order9837343 (OFFICIAL)</p><p><b>dateWritten</b>: 08/04/2013</p><p><b>status</b>: active</p><p><b>patient</b>: <a>P. van den Heuvel</a></p><p><b>prescriber</b>: <a>R.A. van den Berk</a></p><p><b>encounter</b>: <a>encounter who leads to this priscription</a></p><p><b>reason</b>: High density lipoprotein cholesterol level <span>(Details : {SNOMED CT code '28036006' = '28036006', given as 'High density lipoprotein cholesterol level'})</span></p><p><b>medication</b>: <a>prescribed medication</a></p><h3>DosageInstructions</h3><table><tr><td>-</td><td><b>Timing</b></td><td><b>Site[x]</b></td><td><b>Route</b></td><td><b>Dose[x]</b></td></tr><tr><td>*</td><td>Starting 04/08/2013, Do Once per 1 days</td><td>Entire oral cavity <span>(Details : {SNOMED CT code '181220002' = '181220002', given as 'Entire oral cavity'})</span></td><td>Administration of drug or medicament via oral route <span>(Details : {SNOMED CT code '386359008' = '386359008', given as 'Administration of drug or medicament via oral route'})</span></td><td>10 mg<span> (Details: http://unitsofmeasure.org code mg = '??')</span></td></tr></table><h3>DispenseRequests</h3><table><tr><td>-</td><td><b>ValidityPeriod</b></td><td><b>Quantity</b></td></tr><tr><td>*</td><td>08/04/2013 --> (ongoing)</td><td>90 46992007<span> (Details: SNOMED CT code 46992007 = '46992007')</span></td></tr></table></div>", "status": "generated" } }; var example364: fhir.MedicationOrder = { "resourceType": "MedicationOrder", "id": "f002", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f002</p><p><b>identifier</b>: order9837343 (OFFICIAL)</p><p><b>dateWritten</b>: 08/04/2013</p><p><b>status</b>: active</p><p><b>patient</b>: <a>P. van den Heuvel</a></p><p><b>prescriber</b>: <a>R.A. van den Berk</a></p><p><b>encounter</b>: <a>encounter who leads to this priscription</a></p><p><b>reason</b>: High density lipoprotein cholesterol level <span>(Details : {SNOMED CT code '28036006' = '28036006', given as 'High density lipoprotein cholesterol level'})</span></p><p><b>medication</b>: <a>prescribed medication</a></p><h3>DosageInstructions</h3><table><tr><td>-</td><td><b>Timing</b></td><td><b>Site[x]</b></td><td><b>Route</b></td><td><b>Dose[x]</b></td></tr><tr><td>*</td><td>Starting 04/08/2013, Do Once per 1 days</td><td>Entire oral cavity <span>(Details : {SNOMED CT code '181220002' = '181220002', given as 'Entire oral cavity'})</span></td><td>Administration of drug or medicament via oral route <span>(Details : {SNOMED CT code '386359008' = '386359008', given as 'Administration of drug or medicament via oral route'})</span></td><td>10 mg<span> (Details: http://unitsofmeasure.org code mg = '??')</span></td></tr></table><h3>DispenseRequests</h3><table><tr><td>-</td><td><b>ValidityPeriod</b></td><td><b>Quantity</b></td></tr><tr><td>*</td><td>08/04/2013 --> (ongoing)</td><td>90 46992007<span> (Details: SNOMED CT code 46992007 = '46992007')</span></td></tr></table></div>" }, "identifier": [ { "use": "official", "system": "http://www.bmc.nl/portal/prescriptions", "value": "order9837343" } ], "dateWritten": "2013-04-08", "status": "active", "patient": { "reference": "Patient/f001", "display": "P. van den Heuvel" }, "prescriber": { "reference": "Practitioner/f006", "display": "R.A. van den Berk" }, "encounter": { "reference": "Encounter/f001", "display": "encounter who leads to this priscription" }, "reasonCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "28036006", "display": "High density lipoprotein cholesterol level" } ] }, "medicationReference": { "reference": "Medication/f002", "display": "prescribed medication" }, "dosageInstruction": [ { "timing": { "repeat": { "boundsPeriod": { "start": "2013-08-04" }, "frequency": 1, "period": 1, "periodUnits": "d" } }, "siteCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "181220002", "display": "Entire oral cavity" } ] }, "route": { "coding": [ { "system": "http://snomed.info/sct", "code": "386359008", "display": "Administration of drug or medicament via oral route" } ] }, "doseQuantity": { "value": 10, "unit": "mg", "system": "http://unitsofmeasure.org", "code": "mg" } } ], "dispenseRequest": { "validityPeriod": { "start": "2013-04-08" }, "quantity": { "value": 90, "system": "http://snomed.info/sct", "code": "46992007" } } }; var example365: fhir.MedicationOrder = { "dateWritten": "2011-05-01", "dispenseRequest": { "quantity": { "code": "46992007", "system": "http://snomed.info/sct", "value": 90 }, "validityPeriod": { "start": "2011-05-01" } }, "dosageInstruction": [ { "doseQuantity": { "code": "mg", "system": "http://unitsofmeasure.org", "unit": "mg", "value": 500 }, "route": { "coding": [ { "code": "386359008", "display": "Administration of drug or medicament via oral route", "system": "http://snomed.info/sct" } ] }, "siteCodeableConcept": { "coding": [ { "code": "181220002", "display": "Entire oral cavity", "system": "http://snomed.info/sct" } ] }, "timing": { "repeat": { "boundsPeriod": { "start": "2011-05-01" }, "frequency": 3, "period": 1, "periodUnits": "d" } } } ], "encounter": { "display": "encounter who leads to this priscription", "reference": "Encounter/f002" }, "id": "f003", "identifier": [ { "system": "http://www.bmc.nl/portal/prescriptions", "use": "official", "value": "order9845343" } ], "medicationReference": { "display": "prescribed medication", "reference": "Medication/f003" }, "patient": { "display": "P. van den Heuvel", "reference": "Patient/f001" }, "prescriber": { "display": "S.M. Heps", "reference": "Practitioner/f007" }, "reasonCodeableConcept": { "coding": [ { "code": "444780001", "display": "High glucose level in blood", "system": "http://snomed.info/sct" } ] }, "resourceType": "MedicationOrder", "status": "active", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f003</p><p><b>identifier</b>: order9845343 (OFFICIAL)</p><p><b>dateWritten</b>: 01/05/2011</p><p><b>status</b>: active</p><p><b>patient</b>: <a>P. van den Heuvel</a></p><p><b>prescriber</b>: <a>S.M. Heps</a></p><p><b>encounter</b>: <a>encounter who leads to this priscription</a></p><p><b>reason</b>: High glucose level in blood <span>(Details : {SNOMED CT code '444780001' = '444780001', given as 'High glucose level in blood'})</span></p><p><b>medication</b>: <a>prescribed medication</a></p><h3>DosageInstructions</h3><table><tr><td>-</td><td><b>Timing</b></td><td><b>Site[x]</b></td><td><b>Route</b></td><td><b>Dose[x]</b></td></tr><tr><td>*</td><td>Starting 01/05/2011, Do 3 per 1 days</td><td>Entire oral cavity <span>(Details : {SNOMED CT code '181220002' = '181220002', given as 'Entire oral cavity'})</span></td><td>Administration of drug or medicament via oral route <span>(Details : {SNOMED CT code '386359008' = '386359008', given as 'Administration of drug or medicament via oral route'})</span></td><td>500 mg<span> (Details: http://unitsofmeasure.org code mg = '??')</span></td></tr></table><h3>DispenseRequests</h3><table><tr><td>-</td><td><b>ValidityPeriod</b></td><td><b>Quantity</b></td></tr><tr><td>*</td><td>01/05/2011 --> (ongoing)</td><td>90 46992007<span> (Details: SNOMED CT code 46992007 = '46992007')</span></td></tr></table></div>", "status": "generated" } }; var example366: fhir.MedicationOrder = { "resourceType": "MedicationOrder", "id": "f003", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f003</p><p><b>identifier</b>: order9845343 (OFFICIAL)</p><p><b>dateWritten</b>: 01/05/2011</p><p><b>status</b>: active</p><p><b>patient</b>: <a>P. van den Heuvel</a></p><p><b>prescriber</b>: <a>S.M. Heps</a></p><p><b>encounter</b>: <a>encounter who leads to this priscription</a></p><p><b>reason</b>: High glucose level in blood <span>(Details : {SNOMED CT code '444780001' = '444780001', given as 'High glucose level in blood'})</span></p><p><b>medication</b>: <a>prescribed medication</a></p><h3>DosageInstructions</h3><table><tr><td>-</td><td><b>Timing</b></td><td><b>Site[x]</b></td><td><b>Route</b></td><td><b>Dose[x]</b></td></tr><tr><td>*</td><td>Starting 01/05/2011, Do 3 per 1 days</td><td>Entire oral cavity <span>(Details : {SNOMED CT code '181220002' = '181220002', given as 'Entire oral cavity'})</span></td><td>Administration of drug or medicament via oral route <span>(Details : {SNOMED CT code '386359008' = '386359008', given as 'Administration of drug or medicament via oral route'})</span></td><td>500 mg<span> (Details: http://unitsofmeasure.org code mg = '??')</span></td></tr></table><h3>DispenseRequests</h3><table><tr><td>-</td><td><b>ValidityPeriod</b></td><td><b>Quantity</b></td></tr><tr><td>*</td><td>01/05/2011 --> (ongoing)</td><td>90 46992007<span> (Details: SNOMED CT code 46992007 = '46992007')</span></td></tr></table></div>" }, "identifier": [ { "use": "official", "system": "http://www.bmc.nl/portal/prescriptions", "value": "order9845343" } ], "dateWritten": "2011-05-01", "status": "active", "patient": { "reference": "Patient/f001", "display": "P. van den Heuvel" }, "prescriber": { "reference": "Practitioner/f007", "display": "S.M. Heps" }, "encounter": { "reference": "Encounter/f002", "display": "encounter who leads to this priscription" }, "reasonCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "444780001", "display": "High glucose level in blood" } ] }, "medicationReference": { "reference": "Medication/f003", "display": "prescribed medication" }, "dosageInstruction": [ { "timing": { "repeat": { "boundsPeriod": { "start": "2011-05-01" }, "frequency": 3, "period": 1, "periodUnits": "d" } }, "siteCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "181220002", "display": "Entire oral cavity" } ] }, "route": { "coding": [ { "system": "http://snomed.info/sct", "code": "386359008", "display": "Administration of drug or medicament via oral route" } ] }, "doseQuantity": { "value": 500, "unit": "mg", "system": "http://unitsofmeasure.org", "code": "mg" } } ], "dispenseRequest": { "validityPeriod": { "start": "2011-05-01" }, "quantity": { "value": 90, "system": "http://snomed.info/sct", "code": "46992007" } } }; var example367: fhir.MedicationOrder = { "dateWritten": "2011-05-01", "dispenseRequest": { "quantity": { "code": "46992007", "system": "http://snomed.info/sct", "value": 90 }, "validityPeriod": { "start": "2011-05-01" } }, "dosageInstruction": [ { "doseQuantity": { "code": "mg", "system": "http://unitsofmeasure.org", "unit": "mg", "value": 50 }, "route": { "coding": [ { "code": "386359008", "display": "Administration of drug or medicament via oral route", "system": "http://snomed.info/sct" } ] }, "siteCodeableConcept": { "coding": [ { "code": "181220002", "display": "Entire oral cavity", "system": "http://snomed.info/sct" } ] }, "timing": { "repeat": { "boundsPeriod": { "start": "2011-05-01" }, "frequency": 1, "period": 1, "periodUnits": "d" } } } ], "encounter": { "display": "encounter who leads to this priscription", "reference": "Encounter/f001" }, "id": "f004", "identifier": [ { "system": "http://www.bmc.nl/portal/prescriptions", "use": "official", "value": "order9845343" } ], "medicationReference": { "display": "prescribed medication", "reference": "Medication/f004" }, "patient": { "display": "P. van den Heuvel", "reference": "Patient/f001" }, "prescriber": { "display": "S.M. Heps", "reference": "Practitioner/f007" }, "reasonCodeableConcept": { "coding": [ { "code": "38341003", "display": "High blood pressure", "system": "http://snomed.info/sct" } ] }, "resourceType": "MedicationOrder", "status": "active", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f004</p><p><b>identifier</b>: order9845343 (OFFICIAL)</p><p><b>dateWritten</b>: 01/05/2011</p><p><b>status</b>: active</p><p><b>patient</b>: <a>P. van den Heuvel</a></p><p><b>prescriber</b>: <a>S.M. Heps</a></p><p><b>encounter</b>: <a>encounter who leads to this priscription</a></p><p><b>reason</b>: High blood pressure <span>(Details : {SNOMED CT code '38341003' = '38341003', given as 'High blood pressure'})</span></p><p><b>medication</b>: <a>prescribed medication</a></p><h3>DosageInstructions</h3><table><tr><td>-</td><td><b>Timing</b></td><td><b>Site[x]</b></td><td><b>Route</b></td><td><b>Dose[x]</b></td></tr><tr><td>*</td><td>Starting 01/05/2011, Do Once per 1 days</td><td>Entire oral cavity <span>(Details : {SNOMED CT code '181220002' = '181220002', given as 'Entire oral cavity'})</span></td><td>Administration of drug or medicament via oral route <span>(Details : {SNOMED CT code '386359008' = '386359008', given as 'Administration of drug or medicament via oral route'})</span></td><td>50 mg<span> (Details: http://unitsofmeasure.org code mg = '??')</span></td></tr></table><h3>DispenseRequests</h3><table><tr><td>-</td><td><b>ValidityPeriod</b></td><td><b>Quantity</b></td></tr><tr><td>*</td><td>01/05/2011 --> (ongoing)</td><td>90 46992007<span> (Details: SNOMED CT code 46992007 = '46992007')</span></td></tr></table></div>", "status": "generated" } }; var example368: fhir.MedicationOrder = { "resourceType": "MedicationOrder", "id": "f004", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f004</p><p><b>identifier</b>: order9845343 (OFFICIAL)</p><p><b>dateWritten</b>: 01/05/2011</p><p><b>status</b>: active</p><p><b>patient</b>: <a>P. van den Heuvel</a></p><p><b>prescriber</b>: <a>S.M. Heps</a></p><p><b>encounter</b>: <a>encounter who leads to this priscription</a></p><p><b>reason</b>: High blood pressure <span>(Details : {SNOMED CT code '38341003' = '38341003', given as 'High blood pressure'})</span></p><p><b>medication</b>: <a>prescribed medication</a></p><h3>DosageInstructions</h3><table><tr><td>-</td><td><b>Timing</b></td><td><b>Site[x]</b></td><td><b>Route</b></td><td><b>Dose[x]</b></td></tr><tr><td>*</td><td>Starting 01/05/2011, Do Once per 1 days</td><td>Entire oral cavity <span>(Details : {SNOMED CT code '181220002' = '181220002', given as 'Entire oral cavity'})</span></td><td>Administration of drug or medicament via oral route <span>(Details : {SNOMED CT code '386359008' = '386359008', given as 'Administration of drug or medicament via oral route'})</span></td><td>50 mg<span> (Details: http://unitsofmeasure.org code mg = '??')</span></td></tr></table><h3>DispenseRequests</h3><table><tr><td>-</td><td><b>ValidityPeriod</b></td><td><b>Quantity</b></td></tr><tr><td>*</td><td>01/05/2011 --> (ongoing)</td><td>90 46992007<span> (Details: SNOMED CT code 46992007 = '46992007')</span></td></tr></table></div>" }, "identifier": [ { "use": "official", "system": "http://www.bmc.nl/portal/prescriptions", "value": "order9845343" } ], "dateWritten": "2011-05-01", "status": "active", "patient": { "reference": "Patient/f001", "display": "P. van den Heuvel" }, "prescriber": { "reference": "Practitioner/f007", "display": "S.M. Heps" }, "encounter": { "reference": "Encounter/f001", "display": "encounter who leads to this priscription" }, "reasonCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "38341003", "display": "High blood pressure" } ] }, "medicationReference": { "reference": "Medication/f004", "display": "prescribed medication" }, "dosageInstruction": [ { "timing": { "repeat": { "boundsPeriod": { "start": "2011-05-01" }, "frequency": 1, "period": 1, "periodUnits": "d" } }, "siteCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "181220002", "display": "Entire oral cavity" } ] }, "route": { "coding": [ { "system": "http://snomed.info/sct", "code": "386359008", "display": "Administration of drug or medicament via oral route" } ] }, "doseQuantity": { "value": 50, "unit": "mg", "system": "http://unitsofmeasure.org", "code": "mg" } } ], "dispenseRequest": { "validityPeriod": { "start": "2011-05-01" }, "quantity": { "value": 90, "system": "http://snomed.info/sct", "code": "46992007" } } }; var example369: fhir.MedicationOrder = { "dateWritten": "2011-05-01", "dispenseRequest": { "quantity": { "code": "46992007", "system": "http://snomed.info/sct", "value": 28 }, "validityPeriod": { "start": "2011-05-01" } }, "dosageInstruction": [ { "doseQuantity": { "code": "mg", "system": "http://unitsofmeasure.org", "unit": "mg", "value": 5 }, "route": { "coding": [ { "code": "386359008", "display": "Administration of drug or medicament via oral route", "system": "http://snomed.info/sct" } ] }, "siteCodeableConcept": { "coding": [ { "code": "181220002", "display": "Entire oral cavity", "system": "http://snomed.info/sct" } ] }, "timing": { "repeat": { "boundsPeriod": { "start": "2011-05-01" }, "frequency": 1, "period": 1, "periodUnits": "d" } } } ], "encounter": { "display": "encounter who leads to this priscription", "reference": "Encounter/f001" }, "id": "f005", "identifier": [ { "system": "http://www.bmc.nl/portal/prescriptions", "use": "official", "value": "order9823343" } ], "medicationReference": { "display": "prescribed medication", "reference": "Medication/f005" }, "patient": { "display": "P. van den Heuvel", "reference": "Patient/f001" }, "prescriber": { "display": "S.M. Heps", "reference": "Practitioner/f007" }, "reasonCodeableConcept": { "coding": [ { "code": "38341003", "display": "High blood pressure", "system": "http://snomed.info/sct" } ] }, "resourceType": "MedicationOrder", "status": "active", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f005</p><p><b>identifier</b>: order9823343 (OFFICIAL)</p><p><b>dateWritten</b>: 01/05/2011</p><p><b>status</b>: active</p><p><b>patient</b>: <a>P. van den Heuvel</a></p><p><b>prescriber</b>: <a>S.M. Heps</a></p><p><b>encounter</b>: <a>encounter who leads to this priscription</a></p><p><b>reason</b>: High blood pressure <span>(Details : {SNOMED CT code '38341003' = '38341003', given as 'High blood pressure'})</span></p><p><b>medication</b>: <a>prescribed medication</a></p><h3>DosageInstructions</h3><table><tr><td>-</td><td><b>Timing</b></td><td><b>Site[x]</b></td><td><b>Route</b></td><td><b>Dose[x]</b></td></tr><tr><td>*</td><td>Starting 01/05/2011, Do Once per 1 days</td><td>Entire oral cavity <span>(Details : {SNOMED CT code '181220002' = '181220002', given as 'Entire oral cavity'})</span></td><td>Administration of drug or medicament via oral route <span>(Details : {SNOMED CT code '386359008' = '386359008', given as 'Administration of drug or medicament via oral route'})</span></td><td>5 mg<span> (Details: http://unitsofmeasure.org code mg = '??')</span></td></tr></table><h3>DispenseRequests</h3><table><tr><td>-</td><td><b>ValidityPeriod</b></td><td><b>Quantity</b></td></tr><tr><td>*</td><td>01/05/2011 --> (ongoing)</td><td>28 46992007<span> (Details: SNOMED CT code 46992007 = '46992007')</span></td></tr></table></div>", "status": "generated" } }; var example370: fhir.MedicationOrder = { "resourceType": "MedicationOrder", "id": "f005", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f005</p><p><b>identifier</b>: order9823343 (OFFICIAL)</p><p><b>dateWritten</b>: 01/05/2011</p><p><b>status</b>: active</p><p><b>patient</b>: <a>P. van den Heuvel</a></p><p><b>prescriber</b>: <a>S.M. Heps</a></p><p><b>encounter</b>: <a>encounter who leads to this priscription</a></p><p><b>reason</b>: High blood pressure <span>(Details : {SNOMED CT code '38341003' = '38341003', given as 'High blood pressure'})</span></p><p><b>medication</b>: <a>prescribed medication</a></p><h3>DosageInstructions</h3><table><tr><td>-</td><td><b>Timing</b></td><td><b>Site[x]</b></td><td><b>Route</b></td><td><b>Dose[x]</b></td></tr><tr><td>*</td><td>Starting 01/05/2011, Do Once per 1 days</td><td>Entire oral cavity <span>(Details : {SNOMED CT code '181220002' = '181220002', given as 'Entire oral cavity'})</span></td><td>Administration of drug or medicament via oral route <span>(Details : {SNOMED CT code '386359008' = '386359008', given as 'Administration of drug or medicament via oral route'})</span></td><td>5 mg<span> (Details: http://unitsofmeasure.org code mg = '??')</span></td></tr></table><h3>DispenseRequests</h3><table><tr><td>-</td><td><b>ValidityPeriod</b></td><td><b>Quantity</b></td></tr><tr><td>*</td><td>01/05/2011 --> (ongoing)</td><td>28 46992007<span> (Details: SNOMED CT code 46992007 = '46992007')</span></td></tr></table></div>" }, "identifier": [ { "use": "official", "system": "http://www.bmc.nl/portal/prescriptions", "value": "order9823343" } ], "dateWritten": "2011-05-01", "status": "active", "patient": { "reference": "Patient/f001", "display": "P. van den Heuvel" }, "prescriber": { "reference": "Practitioner/f007", "display": "S.M. Heps" }, "encounter": { "reference": "Encounter/f001", "display": "encounter who leads to this priscription" }, "reasonCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "38341003", "display": "High blood pressure" } ] }, "medicationReference": { "reference": "Medication/f005", "display": "prescribed medication" }, "dosageInstruction": [ { "timing": { "repeat": { "boundsPeriod": { "start": "2011-05-01" }, "frequency": 1, "period": 1, "periodUnits": "d" } }, "siteCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "181220002", "display": "Entire oral cavity" } ] }, "route": { "coding": [ { "system": "http://snomed.info/sct", "code": "386359008", "display": "Administration of drug or medicament via oral route" } ] }, "doseQuantity": { "value": 5, "unit": "mg", "system": "http://unitsofmeasure.org", "code": "mg" } } ], "dispenseRequest": { "validityPeriod": { "start": "2011-05-01" }, "quantity": { "value": 28, "system": "http://snomed.info/sct", "code": "46992007" } } }; var example371: fhir.MedicationOrder = { "dateWritten": "2013-03-11", "dosageInstruction": [ { "doseQuantity": { "code": "PUFF", "system": "http://hl7.org/fhir/v3/orderableDrugForm", "value": 1 }, "maxDosePerPeriod": { "denominator": { "code": "259032004", "system": "http://snomed.info/sct", "unit": "daily", "value": 1 }, "numerator": { "code": "415215001", "system": "http://snomed.info/sct", "unit": "puffs", "value": 2 } }, "method": { "coding": [ { "code": "320276009", "display": "Salmeterol+fluticasone 25/250ug inhaler", "system": "http://snomed.info/sct" } ] }, "route": { "coding": [ { "code": "321667001", "display": "Respiratory tract", "system": "http://snomed.info/sct" } ] }, "siteCodeableConcept": { "coding": [ { "code": "74262004", "display": "Oral cavity", "system": "http://snomed.info/sct" } ] }, "text": "aerosol 25/250ug/do 120do 2x - 1 dose - daily", "timing": { "repeat": { "boundsPeriod": { "end": "2013-05-11", "start": "2013-03-11" }, "frequency": 2, "period": 1, "periodUnits": "d" } } } ], "id": "f201", "medicationReference": { "display": "25ug Salmeterol + 250ug Fluticasone", "reference": "Medication/f201" }, "patient": { "display": "Roel", "reference": "Patient/f201" }, "prescriber": { "display": "Dokter Bonsig", "reference": "Practitioner/f201" }, "reasonReference": { "display": "fever", "reference": "Condition/f201" }, "resourceType": "MedicationOrder", "status": "active", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f201</p><p><b>dateWritten</b>: 11/03/2013</p><p><b>status</b>: active</p><p><b>patient</b>: <a>Roel</a></p><p><b>prescriber</b>: <a>Dokter Bonsig</a></p><p><b>reason</b>: <a>fever</a></p><p><b>medication</b>: <a>25ug Salmeterol + 250ug Fluticasone</a></p><h3>DosageInstructions</h3><table><tr><td>-</td><td><b>Text</b></td><td><b>Timing</b></td><td><b>Site[x]</b></td><td><b>Route</b></td><td><b>Method</b></td><td><b>Dose[x]</b></td><td><b>MaxDosePerPeriod</b></td></tr><tr><td>*</td><td>aerosol 25/250ug/do 120do 2x - 1 dose - daily</td><td>Starting 11/03/2013, Do 2 per 1 days, Until 11/05/2013</td><td>Oral cavity <span>(Details : {SNOMED CT code '74262004' = '74262004', given as 'Oral cavity'})</span></td><td>Respiratory tract <span>(Details : {SNOMED CT code '321667001' = '321667001', given as 'Respiratory tract'})</span></td><td>Salmeterol+fluticasone 25/250ug inhaler <span>(Details : {SNOMED CT code '320276009' = '320276009', given as 'Salmeterol+fluticasone 25/250ug inhaler'})</span></td><td>1 PUFF<span> (Details: http://hl7.org/fhir/v3/orderableDrugForm code PUFF = 'Puff')</span></td><td>2 puffs<span> (Details: SNOMED CT code 415215001 = '415215001')</span>/1 daily<span> (Details: SNOMED CT code 259032004 = '259032004')</span></td></tr></table></div>", "status": "generated" } }; var example372: fhir.MedicationOrder = { "resourceType": "MedicationOrder", "id": "f201", "text": { "fhir_comments": [ " No identifier could be provided " ], "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f201</p><p><b>dateWritten</b>: 11/03/2013</p><p><b>status</b>: active</p><p><b>patient</b>: <a>Roel</a></p><p><b>prescriber</b>: <a>Dokter Bonsig</a></p><p><b>reason</b>: <a>fever</a></p><p><b>medication</b>: <a>25ug Salmeterol + 250ug Fluticasone</a></p><h3>DosageInstructions</h3><table><tr><td>-</td><td><b>Text</b></td><td><b>Timing</b></td><td><b>Site[x]</b></td><td><b>Route</b></td><td><b>Method</b></td><td><b>Dose[x]</b></td><td><b>MaxDosePerPeriod</b></td></tr><tr><td>*</td><td>aerosol 25/250ug/do 120do 2x - 1 dose - daily</td><td>Starting 11/03/2013, Do 2 per 1 days, Until 11/05/2013</td><td>Oral cavity <span>(Details : {SNOMED CT code '74262004' = '74262004', given as 'Oral cavity'})</span></td><td>Respiratory tract <span>(Details : {SNOMED CT code '321667001' = '321667001', given as 'Respiratory tract'})</span></td><td>Salmeterol+fluticasone 25/250ug inhaler <span>(Details : {SNOMED CT code '320276009' = '320276009', given as 'Salmeterol+fluticasone 25/250ug inhaler'})</span></td><td>1 PUFF<span> (Details: http://hl7.org/fhir/v3/orderableDrugForm code PUFF = 'Puff')</span></td><td>2 puffs<span> (Details: SNOMED CT code 415215001 = '415215001')</span>/1 daily<span> (Details: SNOMED CT code 259032004 = '259032004')</span></td></tr></table></div>" }, "dateWritten": "2013-03-11", "status": "active", "patient": { "reference": "Patient/f201", "display": "Roel" }, "prescriber": { "reference": "Practitioner/f201", "display": "Dokter Bonsig" }, "reasonReference": { "reference": "Condition/f201", "display": "fever" }, "medicationReference": { "reference": "Medication/f201", "display": "25ug Salmeterol + 250ug Fluticasone" }, "dosageInstruction": [ { "text": "aerosol 25/250ug/do 120do 2x - 1 dose - daily", "timing": { "repeat": { "fhir_comments": [ " 2 months " ], "boundsPeriod": { "start": "2013-03-11", "end": "2013-05-11" }, "frequency": 2, "_frequency": { "fhir_comments": [ " twice per day " ] }, "period": 1, "periodUnits": "d" } }, "siteCodeableConcept": { "coding": [ { "fhir_comments": [ " Medication enters the oral cavity " ], "system": "http://snomed.info/sct", "code": "74262004", "display": "Oral cavity" } ] }, "route": { "coding": [ { "fhir_comments": [ " Medication follows the respiratory tract " ], "system": "http://snomed.info/sct", "code": "321667001", "display": "Respiratory tract" } ] }, "method": { "coding": [ { "fhir_comments": [ " Medication is administered with a specific inhaler " ], "system": "http://snomed.info/sct", "code": "320276009", "display": "Salmeterol+fluticasone 25/250ug inhaler" } ] }, "doseQuantity": { "value": 1, "system": "http://hl7.org/fhir/v3/orderableDrugForm", "code": "PUFF" }, "maxDosePerPeriod": { "numerator": { "fhir_comments": [ " 2 puffs per day " ], "value": 2, "unit": "puffs", "system": "http://snomed.info/sct", "code": "415215001" }, "denominator": { "value": 1, "unit": "daily", "system": "http://snomed.info/sct", "code": "259032004" } } } ] }; var example373: fhir.MedicationOrder = { "dateWritten": "2013-03-11", "dosageInstruction": [ { "maxDosePerPeriod": { "denominator": { "code": "258702006", "system": "http://snomed.info/sct", "unit": "hours", "value": 24 }, "numerator": { "code": "258682000", "system": "http://snomed.info/sct", "unit": "gram", "value": 12 } }, "method": { "coding": [ { "code": "323493005", "display": "Injected floxacillin", "system": "http://snomed.info/sct" } ] }, "route": { "coding": [ { "code": "47625008", "display": "Intravenous route", "system": "http://snomed.info/sct" } ] }, "text": "Flucloxacilline 12g/24h", "timing": { "repeat": { "boundsPeriod": { "end": "2013-03-21", "start": "2013-03-11" } } } } ], "encounter": { "display": "Roel's encounter on March eleventh 2013", "reference": "Encounter/f203" }, "id": "f202", "medicationReference": { "display": "Flucloxacilline", "reference": "Medication/f202" }, "patient": { "display": "Roel", "reference": "Patient/f201" }, "prescriber": { "reference": "Practitioner/f201" }, "reasonReference": { "display": "sepsis", "reference": "Condition/f203" }, "resourceType": "MedicationOrder", "status": "completed", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f202</p><p><b>dateWritten</b>: 11/03/2013</p><p><b>status</b>: completed</p><p><b>patient</b>: <a>Roel</a></p><p><b>prescriber</b>: <a>Practitioner/f201</a></p><p><b>encounter</b>: <a>Roel's encounter on March eleventh 2013</a></p><p><b>reason</b>: <a>sepsis</a></p><p><b>medication</b>: <a>Flucloxacilline</a></p><h3>DosageInstructions</h3><table><tr><td>-</td><td><b>Text</b></td><td><b>Timing</b></td><td><b>Route</b></td><td><b>Method</b></td><td><b>MaxDosePerPeriod</b></td></tr><tr><td>*</td><td>Flucloxacilline 12g/24h</td><td>Starting 11/03/2013, Do Once, Until 21/03/2013</td><td>Intravenous route <span>(Details : {SNOMED CT code '47625008' = '47625008', given as 'Intravenous route'})</span></td><td>Injected floxacillin <span>(Details : {SNOMED CT code '323493005' = '323493005', given as 'Injected floxacillin'})</span></td><td>12 gram<span> (Details: SNOMED CT code 258682000 = '258682000')</span>/24 hours<span> (Details: SNOMED CT code 258702006 = '258702006')</span></td></tr></table></div>", "status": "generated" } }; var example374: fhir.MedicationOrder = { "resourceType": "MedicationOrder", "id": "f202", "text": { "fhir_comments": [ " No identifier could be provided " ], "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f202</p><p><b>dateWritten</b>: 11/03/2013</p><p><b>status</b>: completed</p><p><b>patient</b>: <a>Roel</a></p><p><b>prescriber</b>: <a>Practitioner/f201</a></p><p><b>encounter</b>: <a>Roel's encounter on March eleventh 2013</a></p><p><b>reason</b>: <a>sepsis</a></p><p><b>medication</b>: <a>Flucloxacilline</a></p><h3>DosageInstructions</h3><table><tr><td>-</td><td><b>Text</b></td><td><b>Timing</b></td><td><b>Route</b></td><td><b>Method</b></td><td><b>MaxDosePerPeriod</b></td></tr><tr><td>*</td><td>Flucloxacilline 12g/24h</td><td>Starting 11/03/2013, Do Once, Until 21/03/2013</td><td>Intravenous route <span>(Details : {SNOMED CT code '47625008' = '47625008', given as 'Intravenous route'})</span></td><td>Injected floxacillin <span>(Details : {SNOMED CT code '323493005' = '323493005', given as 'Injected floxacillin'})</span></td><td>12 gram<span> (Details: SNOMED CT code 258682000 = '258682000')</span>/24 hours<span> (Details: SNOMED CT code 258702006 = '258702006')</span></td></tr></table></div>" }, "dateWritten": "2013-03-11", "status": "completed", "patient": { "reference": "Patient/f201", "display": "Roel" }, "prescriber": { "reference": "Practitioner/f201" }, "encounter": { "reference": "Encounter/f203", "display": "Roel's encounter on March eleventh 2013" }, "reasonReference": { "reference": "Condition/f203", "display": "sepsis" }, "medicationReference": { "reference": "Medication/f202", "display": "Flucloxacilline" }, "dosageInstruction": [ { "text": "Flucloxacilline 12g/24h", "timing": { "repeat": { "boundsPeriod": { "start": "2013-03-11", "end": "2013-03-21" } } }, "route": { "coding": [ { "fhir_comments": [ " Medication follows the respiratory tract " ], "system": "http://snomed.info/sct", "code": "47625008", "display": "Intravenous route" } ] }, "method": { "coding": [ { "fhir_comments": [ " SNOMED CT code maps to 1 gram whilst the patient receives 12 grams " ], "system": "http://snomed.info/sct", "code": "323493005", "display": "Injected floxacillin" } ] }, "maxDosePerPeriod": { "numerator": { "fhir_comments": [ " 12g/24h " ], "value": 12, "unit": "gram", "system": "http://snomed.info/sct", "code": "258682000" }, "denominator": { "value": 24, "unit": "hours", "system": "http://snomed.info/sct", "code": "258702006" } } } ] }; var example375: fhir.MedicationOrder = { "dateWritten": "2013-04-04", "dosageInstruction": [ { "maxDosePerPeriod": { "denominator": { "code": "258702006", "system": "http://snomed.info/sct", "unit": "hours", "value": 24 }, "numerator": { "code": "258684004", "system": "http://snomed.info/sct", "unit": "milligram", "value": 3000 } }, "method": { "coding": [ { "code": "322236009", "display": "Paracetamol 500mg tablet", "system": "http://snomed.info/sct" } ] }, "text": "Paracetamol 3xdaags 1000mg" } ], "encounter": { "display": "Roel's encounter on April fourth 2013", "reference": "Encounter/f201" }, "id": "f203", "medicationReference": { "display": "Paracetamol", "reference": "Medication/f203" }, "patient": { "display": "Roel", "reference": "Patient/f201" }, "prescriber": { "reference": "Practitioner/f201" }, "reasonReference": { "display": "fever", "reference": "Condition/f201" }, "resourceType": "MedicationOrder", "status": "active", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f203</p><p><b>dateWritten</b>: 04/04/2013</p><p><b>status</b>: active</p><p><b>patient</b>: <a>Roel</a></p><p><b>prescriber</b>: <a>Practitioner/f201</a></p><p><b>encounter</b>: <a>Roel's encounter on April fourth 2013</a></p><p><b>reason</b>: <a>fever</a></p><p><b>medication</b>: <a>Paracetamol</a></p><h3>DosageInstructions</h3><table><tr><td>-</td><td><b>Text</b></td><td><b>Method</b></td><td><b>MaxDosePerPeriod</b></td></tr><tr><td>*</td><td>Paracetamol 3xdaags 1000mg</td><td>Paracetamol 500mg tablet <span>(Details : {SNOMED CT code '322236009' = '322236009', given as 'Paracetamol 500mg tablet'})</span></td><td>3000 milligram<span> (Details: SNOMED CT code 258684004 = '258684004')</span>/24 hours<span> (Details: SNOMED CT code 258702006 = '258702006')</span></td></tr></table></div>", "status": "generated" } }; var example376: fhir.MedicationOrder = { "resourceType": "MedicationOrder", "id": "f203", "text": { "fhir_comments": [ " No identifier could be provided " ], "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f203</p><p><b>dateWritten</b>: 04/04/2013</p><p><b>status</b>: active</p><p><b>patient</b>: <a>Roel</a></p><p><b>prescriber</b>: <a>Practitioner/f201</a></p><p><b>encounter</b>: <a>Roel's encounter on April fourth 2013</a></p><p><b>reason</b>: <a>fever</a></p><p><b>medication</b>: <a>Paracetamol</a></p><h3>DosageInstructions</h3><table><tr><td>-</td><td><b>Text</b></td><td><b>Method</b></td><td><b>MaxDosePerPeriod</b></td></tr><tr><td>*</td><td>Paracetamol 3xdaags 1000mg</td><td>Paracetamol 500mg tablet <span>(Details : {SNOMED CT code '322236009' = '322236009', given as 'Paracetamol 500mg tablet'})</span></td><td>3000 milligram<span> (Details: SNOMED CT code 258684004 = '258684004')</span>/24 hours<span> (Details: SNOMED CT code 258702006 = '258702006')</span></td></tr></table></div>" }, "dateWritten": "2013-04-04", "status": "active", "patient": { "reference": "Patient/f201", "display": "Roel" }, "prescriber": { "reference": "Practitioner/f201" }, "encounter": { "reference": "Encounter/f201", "display": "Roel's encounter on April fourth 2013" }, "reasonReference": { "reference": "Condition/f201", "display": "fever" }, "medicationReference": { "reference": "Medication/f203", "display": "Paracetamol" }, "dosageInstruction": [ { "text": "Paracetamol 3xdaags 1000mg", "method": { "fhir_comments": [ " No defined schedule (<timing>) " ], "coding": [ { "system": "http://snomed.info/sct", "code": "322236009", "display": "Paracetamol 500mg tablet" } ] }, "maxDosePerPeriod": { "numerator": { "fhir_comments": [ " 3000mg/24h " ], "value": 3000, "unit": "milligram", "system": "http://snomed.info/sct", "code": "258684004" }, "denominator": { "value": 24, "unit": "hours", "system": "http://snomed.info/sct", "code": "258702006" } } } ] }; var example377: fhir.MedicationOrder = { "dateWritten": "2015-01-15", "dispenseRequest": { "expectedSupplyDuration": { "code": "d", "system": "http://unitsofmeasure.org", "unit": "days", "value": 10 }, "medicationReference": { "reference": "Medication/MedicationExample3" }, "numberOfRepeatsAllowed": 2, "quantity": { "code": "mL", "system": "http://unitsofmeasure.org", "unit": "mL", "value": 100 }, "validityPeriod": { "end": "2016-01-15", "start": "2015-01-15" } }, "dosageInstruction": [ { "additionalInstructions": { "coding": [ { "code": "311504000", "display": "With or after food", "system": "http://snomed.info/sct" } ] }, "doseQuantity": { "code": "mL", "system": "http://unitsofmeasure.org", "unit": "mL", "value": 5 }, "route": { "coding": [ { "code": "26643006", "display": "Oral Route", "system": "http://snomed.info/sct" } ] }, "siteCodeableConcept": { "coding": [ { "code": "181220002", "display": "Entire oral cavity", "system": "http://snomed.info/sct" } ] }, "text": "Take 5ml three times daily", "timing": { "repeat": { "frequency": 3, "period": 1, "periodUnits": "d" } } } ], "encounter": { "display": "encounter who leads to this priscription", "reference": "Encounter/f002" }, "id": "medrx001", "identifier": [ { "system": "http://www.bmc.nl/portal/prescriptions", "use": "official", "value": "12345" } ], "medicationReference": { "display": "prescribed medication", "reference": "Medication/MedicationExample2" }, "patient": { "display": "Eve Everywoman", "reference": "Patient/f001" }, "prescriber": { "display": "Patrick Pump", "reference": "Practitioner/f007" }, "reasonCodeableConcept": { "coding": [ { "code": "65363002", "display": "Otitis Media", "system": "http://snomed.info/sct" } ] }, "resourceType": "MedicationOrder", "status": "active", "substitution": { "reason": { "coding": [ { "code": "FP", "display": "formulary policy", "system": "http://hl7.org/fhir" } ] }, "type": { "coding": [ { "code": "G", "display": "Generic Composition", "system": "http://hl7.org/fhir" } ] } }, "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: medrx001</p><p><b>identifier</b>: 12345 (OFFICIAL)</p><p><b>dateWritten</b>: 15/01/2015</p><p><b>status</b>: active</p><p><b>patient</b>: <a>Eve Everywoman</a></p><p><b>prescriber</b>: <a>Patrick Pump</a></p><p><b>encounter</b>: <a>encounter who leads to this priscription</a></p><p><b>reason</b>: Otitis Media <span>(Details : {SNOMED CT code '65363002' = '65363002', given as 'Otitis Media'})</span></p><p><b>medication</b>: <a>prescribed medication</a></p><h3>DosageInstructions</h3><table><tr><td>-</td><td><b>Text</b></td><td><b>AdditionalInstructions</b></td><td><b>Timing</b></td><td><b>Site[x]</b></td><td><b>Route</b></td><td><b>Dose[x]</b></td></tr><tr><td>*</td><td>Take 5ml three times daily</td><td>With or after food <span>(Details : {SNOMED CT code '311504000' = '311504000', given as 'With or after food'})</span></td><td>Do 3 per 1 days</td><td>Entire oral cavity <span>(Details : {SNOMED CT code '181220002' = '181220002', given as 'Entire oral cavity'})</span></td><td>Oral Route <span>(Details : {SNOMED CT code '26643006' = '26643006', given as 'Oral Route'})</span></td><td>5 mL<span> (Details: http://unitsofmeasure.org code mL = '??')</span></td></tr></table><h3>DispenseRequests</h3><table><tr><td>-</td><td><b>Medication[x]</b></td><td><b>ValidityPeriod</b></td><td><b>NumberOfRepeatsAllowed</b></td><td><b>Quantity</b></td><td><b>ExpectedSupplyDuration</b></td></tr><tr><td>*</td><td><a>Medication/MedicationExample3</a></td><td>15/01/2015 --> 15/01/2016</td><td>2</td><td>100 mL<span> (Details: http://unitsofmeasure.org code mL = '??')</span></td><td>10 days<span> (Details: http://unitsofmeasure.org code d = '??')</span></td></tr></table><h3>Substitutions</h3><table><tr><td>-</td><td><b>Type</b></td><td><b>Reason</b></td></tr><tr><td>*</td><td>Generic Composition <span>(Details : {http://hl7.org/fhir code 'G' = '??', given as 'Generic Composition'})</span></td><td>formulary policy <span>(Details : {http://hl7.org/fhir code 'FP' = '??', given as 'formulary policy'})</span></td></tr></table></div>", "status": "generated" } }; var example378: fhir.MedicationOrder = { "resourceType": "MedicationOrder", "id": "medrx001", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: medrx001</p><p><b>identifier</b>: 12345 (OFFICIAL)</p><p><b>dateWritten</b>: 15/01/2015</p><p><b>status</b>: active</p><p><b>patient</b>: <a>Eve Everywoman</a></p><p><b>prescriber</b>: <a>Patrick Pump</a></p><p><b>encounter</b>: <a>encounter who leads to this priscription</a></p><p><b>reason</b>: Otitis Media <span>(Details : {SNOMED CT code '65363002' = '65363002', given as 'Otitis Media'})</span></p><p><b>medication</b>: <a>prescribed medication</a></p><h3>DosageInstructions</h3><table><tr><td>-</td><td><b>Text</b></td><td><b>AdditionalInstructions</b></td><td><b>Timing</b></td><td><b>Site[x]</b></td><td><b>Route</b></td><td><b>Dose[x]</b></td></tr><tr><td>*</td><td>Take 5ml three times daily</td><td>With or after food <span>(Details : {SNOMED CT code '311504000' = '311504000', given as 'With or after food'})</span></td><td>Do 3 per 1 days</td><td>Entire oral cavity <span>(Details : {SNOMED CT code '181220002' = '181220002', given as 'Entire oral cavity'})</span></td><td>Oral Route <span>(Details : {SNOMED CT code '26643006' = '26643006', given as 'Oral Route'})</span></td><td>5 mL<span> (Details: http://unitsofmeasure.org code mL = '??')</span></td></tr></table><h3>DispenseRequests</h3><table><tr><td>-</td><td><b>Medication[x]</b></td><td><b>ValidityPeriod</b></td><td><b>NumberOfRepeatsAllowed</b></td><td><b>Quantity</b></td><td><b>ExpectedSupplyDuration</b></td></tr><tr><td>*</td><td><a>Medication/MedicationExample3</a></td><td>15/01/2015 --> 15/01/2016</td><td>2</td><td>100 mL<span> (Details: http://unitsofmeasure.org code mL = '??')</span></td><td>10 days<span> (Details: http://unitsofmeasure.org code d = '??')</span></td></tr></table><h3>Substitutions</h3><table><tr><td>-</td><td><b>Type</b></td><td><b>Reason</b></td></tr><tr><td>*</td><td>Generic Composition <span>(Details : {http://hl7.org/fhir code 'G' = '??', given as 'Generic Composition'})</span></td><td>formulary policy <span>(Details : {http://hl7.org/fhir code 'FP' = '??', given as 'formulary policy'})</span></td></tr></table></div>" }, "identifier": [ { "use": "official", "system": "http://www.bmc.nl/portal/prescriptions", "value": "12345" } ], "dateWritten": "2015-01-15", "status": "active", "patient": { "reference": "Patient/f001", "display": "Eve Everywoman" }, "prescriber": { "reference": "Practitioner/f007", "display": "Patrick Pump" }, "encounter": { "reference": "Encounter/f002", "display": "encounter who leads to this priscription" }, "reasonCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "65363002", "display": "Otitis Media" } ] }, "medicationReference": { "reference": "Medication/MedicationExample2", "display": "prescribed medication" }, "dosageInstruction": [ { "text": "Take 5ml three times daily", "additionalInstructions": { "coding": [ { "system": "http://snomed.info/sct", "code": "311504000", "display": "With or after food" } ] }, "timing": { "repeat": { "frequency": 3, "period": 1, "periodUnits": "d" } }, "siteCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "181220002", "display": "Entire oral cavity" } ] }, "route": { "coding": [ { "system": "http://snomed.info/sct", "code": "26643006", "display": "Oral Route" } ] }, "doseQuantity": { "value": 5, "unit": "mL", "system": "http://unitsofmeasure.org", "code": "mL" } } ], "dispenseRequest": { "medicationReference": { "reference": "Medication/MedicationExample3" }, "validityPeriod": { "start": "2015-01-15", "end": "2016-01-15" }, "numberOfRepeatsAllowed": 2, "quantity": { "value": 100, "unit": "mL", "system": "http://unitsofmeasure.org", "code": "mL" }, "expectedSupplyDuration": { "value": 10, "unit": "days", "system": "http://unitsofmeasure.org", "code": "d" } }, "substitution": { "type": { "coding": [ { "system": "http://hl7.org/fhir", "code": "G", "display": "Generic Composition" } ] }, "reason": { "coding": [ { "system": "http://hl7.org/fhir", "code": "FP", "display": "formulary policy" } ] } } }; var example379: fhir.MedicationOrder = { "dateWritten": "2015-03-01", "dosageInstruction": [ { "text": "Take one tablet daily as directed" } ], "encounter": { "display": "encounter who leads to this prescription", "reference": "Encounter/f002" }, "id": "medrx002", "identifier": [ { "system": "http://www.bmc.nl/portal/prescriptions", "use": "official", "value": "12345" } ], "medicationReference": { "display": "prescribed medication", "reference": "Medication/MedicationExample5" }, "patient": { "display": "Eve Everywoman", "reference": "Patient/f001" }, "prescriber": { "display": "Patricia Primary", "reference": "Practitioner/f007" }, "reasonCodeableConcept": { "coding": [ { "code": "64859006", "display": "Osteoporosis", "system": "http://snomed.info/sct" } ] }, "resourceType": "MedicationOrder", "status": "active", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: medrx002</p><p><b>identifier</b>: 12345 (OFFICIAL)</p><p><b>dateWritten</b>: 01/03/2015</p><p><b>status</b>: active</p><p><b>patient</b>: <a>Eve Everywoman</a></p><p><b>prescriber</b>: <a>Patricia Primary</a></p><p><b>encounter</b>: <a>encounter who leads to this prescription</a></p><p><b>reason</b>: Osteoporosis <span>(Details : {SNOMED CT code '64859006' = '64859006', given as 'Osteoporosis'})</span></p><p><b>medication</b>: <a>prescribed medication</a></p><h3>DosageInstructions</h3><table><tr><td>-</td><td><b>Text</b></td></tr><tr><td>*</td><td>Take one tablet daily as directed</td></tr></table></div>", "status": "generated" } }; var example380: fhir.MedicationOrder = { "resourceType": "MedicationOrder", "id": "medrx002", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: medrx002</p><p><b>identifier</b>: 12345 (OFFICIAL)</p><p><b>dateWritten</b>: 01/03/2015</p><p><b>status</b>: active</p><p><b>patient</b>: <a>Eve Everywoman</a></p><p><b>prescriber</b>: <a>Patricia Primary</a></p><p><b>encounter</b>: <a>encounter who leads to this prescription</a></p><p><b>reason</b>: Osteoporosis <span>(Details : {SNOMED CT code '64859006' = '64859006', given as 'Osteoporosis'})</span></p><p><b>medication</b>: <a>prescribed medication</a></p><h3>DosageInstructions</h3><table><tr><td>-</td><td><b>Text</b></td></tr><tr><td>*</td><td>Take one tablet daily as directed</td></tr></table></div>" }, "identifier": [ { "use": "official", "system": "http://www.bmc.nl/portal/prescriptions", "value": "12345" } ], "dateWritten": "2015-03-01", "status": "active", "patient": { "reference": "Patient/f001", "display": "Eve Everywoman" }, "prescriber": { "reference": "Practitioner/f007", "display": "Patricia Primary" }, "encounter": { "reference": "Encounter/f002", "display": "encounter who leads to this prescription" }, "reasonCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "64859006", "display": "Osteoporosis" } ] }, "medicationReference": { "reference": "Medication/MedicationExample5", "display": "prescribed medication" }, "dosageInstruction": [ { "text": "Take one tablet daily as directed" } ] }; var example381: fhir.MedicationOrder = { "dateWritten": "2015-01-15", "dosageInstruction": [ { "additionalInstructions": { "coding": [ { "code": "311504000", "display": "With or after food", "system": "http://snomed.info/sct" } ] }, "doseQuantity": { "code": "TAB", "system": "http://hl7.org/fhir/v3/orderableDrugForm", "value": 1 }, "route": { "coding": [ { "code": "26643006", "display": "Oral Route", "system": "http://snomed.info/sct" } ] }, "siteCodeableConcept": { "coding": [ { "code": "181220002", "display": "Entire oral cavity", "system": "http://snomed.info/sct" } ] }, "text": "Take 1 tablet twice daily for 3 days", "timing": { "event": [ "2015-03-01" ], "repeat": { "duration": 3, "durationUnits": "d", "frequency": 2, "period": 1, "periodUnits": "d" } } }, { "additionalInstructions": { "coding": [ { "code": "311504000", "display": "With or after food", "system": "http://snomed.info/sct" } ] }, "doseQuantity": { "code": "TAB", "system": "http://hl7.org/fhir/v3/orderableDrugForm", "value": 2 }, "route": { "coding": [ { "code": "26643006", "display": "Oral Route", "system": "http://snomed.info/sct" } ] }, "siteCodeableConcept": { "coding": [ { "code": "181220002", "display": "Entire oral cavity", "system": "http://snomed.info/sct" } ] }, "text": "Take 2 tablet twice daily for 3 days", "timing": { "event": [ "2015-03-04" ], "repeat": { "duration": 3, "durationUnits": "d", "frequency": 2, "period": 1, "periodUnits": "d" } } }, { "additionalInstructions": { "coding": [ { "code": "311504000", "display": "With or after food", "system": "http://snomed.info/sct" } ] }, "doseQuantity": { "code": "TAB", "system": "http://hl7.org/fhir/v3/orderableDrugForm", "value": 3 }, "route": { "coding": [ { "code": "26643006", "display": "Oral Route", "system": "http://snomed.info/sct" } ] }, "siteCodeableConcept": { "coding": [ { "code": "181220002", "display": "Entire oral cavity", "system": "http://snomed.info/sct" } ] }, "text": "Take 3 tablet twice daily for 3 days", "timing": { "event": [ "2015-03-07" ], "repeat": { "duration": 3, "durationUnits": "d", "frequency": 2, "period": 1, "periodUnits": "d" } } } ], "encounter": { "display": "encounter who leads to this priscription", "reference": "Encounter/f002" }, "id": "medrx003", "identifier": [ { "system": "http://www.bmc.nl/portal/prescriptions", "use": "official", "value": "12345" } ], "medicationReference": { "display": "prescribed medication", "reference": "Medication/MedicationExample11" }, "patient": { "display": "Eve Everywoman", "reference": "Patient/f001" }, "prescriber": { "display": "Patrick Pump", "reference": "Practitioner/f007" }, "reasonCodeableConcept": { "coding": [ { "code": "195967001", "display": "Asthma", "system": "http://snomed.info/sct" } ] }, "resourceType": "MedicationOrder", "status": "active", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: medrx003</p><p><b>identifier</b>: 12345 (OFFICIAL)</p><p><b>dateWritten</b>: 15/01/2015</p><p><b>status</b>: active</p><p><b>patient</b>: <a>Eve Everywoman</a></p><p><b>prescriber</b>: <a>Patrick Pump</a></p><p><b>encounter</b>: <a>encounter who leads to this priscription</a></p><p><b>reason</b>: Asthma <span>(Details : {SNOMED CT code '195967001' = '195967001', given as 'Asthma'})</span></p><p><b>medication</b>: <a>prescribed medication</a></p><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: Take 1 tablet twice daily for 3 days</p><p><b>additionalInstructions</b>: With or after food <span>(Details : {SNOMED CT code '311504000' = '311504000', given as 'With or after food'})</span></p><p><b>timing</b>: Events: 01/03/2015, Duration 3days, Do 2 per 1 days</p><p><b>site</b>: Entire oral cavity <span>(Details : {SNOMED CT code '181220002' = '181220002', given as 'Entire oral cavity'})</span></p><p><b>route</b>: Oral Route <span>(Details : {SNOMED CT code '26643006' = '26643006', given as 'Oral Route'})</span></p><p><b>dose</b>: 1 TAB<span> (Details: http://hl7.org/fhir/v3/orderableDrugForm code TAB = 'Tablet')</span></p></blockquote><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: Take 2 tablet twice daily for 3 days</p><p><b>additionalInstructions</b>: With or after food <span>(Details : {SNOMED CT code '311504000' = '311504000', given as 'With or after food'})</span></p><p><b>timing</b>: Events: 04/03/2015, Duration 3days, Do 2 per 1 days</p><p><b>site</b>: Entire oral cavity <span>(Details : {SNOMED CT code '181220002' = '181220002', given as 'Entire oral cavity'})</span></p><p><b>route</b>: Oral Route <span>(Details : {SNOMED CT code '26643006' = '26643006', given as 'Oral Route'})</span></p><p><b>dose</b>: 2 TAB<span> (Details: http://hl7.org/fhir/v3/orderableDrugForm code TAB = 'Tablet')</span></p></blockquote><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: Take 3 tablet twice daily for 3 days</p><p><b>additionalInstructions</b>: With or after food <span>(Details : {SNOMED CT code '311504000' = '311504000', given as 'With or after food'})</span></p><p><b>timing</b>: Events: 07/03/2015, Duration 3days, Do 2 per 1 days</p><p><b>site</b>: Entire oral cavity <span>(Details : {SNOMED CT code '181220002' = '181220002', given as 'Entire oral cavity'})</span></p><p><b>route</b>: Oral Route <span>(Details : {SNOMED CT code '26643006' = '26643006', given as 'Oral Route'})</span></p><p><b>dose</b>: 3 TAB<span> (Details: http://hl7.org/fhir/v3/orderableDrugForm code TAB = 'Tablet')</span></p></blockquote></div>", "status": "generated" } }; var example382: fhir.MedicationOrder = { "resourceType": "MedicationOrder", "id": "medrx003", "_id": { "fhir_comments": [ " Not sure how to reference an id " ] }, "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: medrx003</p><p><b>identifier</b>: 12345 (OFFICIAL)</p><p><b>dateWritten</b>: 15/01/2015</p><p><b>status</b>: active</p><p><b>patient</b>: <a>Eve Everywoman</a></p><p><b>prescriber</b>: <a>Patrick Pump</a></p><p><b>encounter</b>: <a>encounter who leads to this priscription</a></p><p><b>reason</b>: Asthma <span>(Details : {SNOMED CT code '195967001' = '195967001', given as 'Asthma'})</span></p><p><b>medication</b>: <a>prescribed medication</a></p><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: Take 1 tablet twice daily for 3 days</p><p><b>additionalInstructions</b>: With or after food <span>(Details : {SNOMED CT code '311504000' = '311504000', given as 'With or after food'})</span></p><p><b>timing</b>: Events: 01/03/2015, Duration 3days, Do 2 per 1 days</p><p><b>site</b>: Entire oral cavity <span>(Details : {SNOMED CT code '181220002' = '181220002', given as 'Entire oral cavity'})</span></p><p><b>route</b>: Oral Route <span>(Details : {SNOMED CT code '26643006' = '26643006', given as 'Oral Route'})</span></p><p><b>dose</b>: 1 TAB<span> (Details: http://hl7.org/fhir/v3/orderableDrugForm code TAB = 'Tablet')</span></p></blockquote><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: Take 2 tablet twice daily for 3 days</p><p><b>additionalInstructions</b>: With or after food <span>(Details : {SNOMED CT code '311504000' = '311504000', given as 'With or after food'})</span></p><p><b>timing</b>: Events: 04/03/2015, Duration 3days, Do 2 per 1 days</p><p><b>site</b>: Entire oral cavity <span>(Details : {SNOMED CT code '181220002' = '181220002', given as 'Entire oral cavity'})</span></p><p><b>route</b>: Oral Route <span>(Details : {SNOMED CT code '26643006' = '26643006', given as 'Oral Route'})</span></p><p><b>dose</b>: 2 TAB<span> (Details: http://hl7.org/fhir/v3/orderableDrugForm code TAB = 'Tablet')</span></p></blockquote><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: Take 3 tablet twice daily for 3 days</p><p><b>additionalInstructions</b>: With or after food <span>(Details : {SNOMED CT code '311504000' = '311504000', given as 'With or after food'})</span></p><p><b>timing</b>: Events: 07/03/2015, Duration 3days, Do 2 per 1 days</p><p><b>site</b>: Entire oral cavity <span>(Details : {SNOMED CT code '181220002' = '181220002', given as 'Entire oral cavity'})</span></p><p><b>route</b>: Oral Route <span>(Details : {SNOMED CT code '26643006' = '26643006', given as 'Oral Route'})</span></p><p><b>dose</b>: 3 TAB<span> (Details: http://hl7.org/fhir/v3/orderableDrugForm code TAB = 'Tablet')</span></p></blockquote></div>" }, "identifier": [ { "use": "official", "system": "http://www.bmc.nl/portal/prescriptions", "value": "12345" } ], "dateWritten": "2015-01-15", "status": "active", "patient": { "reference": "Patient/f001", "display": "Eve Everywoman" }, "prescriber": { "reference": "Practitioner/f007", "display": "Patrick Pump" }, "encounter": { "reference": "Encounter/f002", "display": "encounter who leads to this priscription" }, "reasonCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "195967001", "display": "Asthma" } ] }, "medicationReference": { "reference": "Medication/MedicationExample11", "display": "prescribed medication" }, "dosageInstruction": [ { "text": "Take 1 tablet twice daily for 3 days", "additionalInstructions": { "coding": [ { "system": "http://snomed.info/sct", "code": "311504000", "display": "With or after food" } ] }, "timing": { "event": [ "2015-03-01" ], "repeat": { "duration": 3, "durationUnits": "d", "frequency": 2, "period": 1, "periodUnits": "d" } }, "siteCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "181220002", "display": "Entire oral cavity" } ] }, "route": { "coding": [ { "system": "http://snomed.info/sct", "code": "26643006", "display": "Oral Route" } ] }, "doseQuantity": { "value": 1, "system": "http://hl7.org/fhir/v3/orderableDrugForm", "code": "TAB" } }, { "text": "Take 2 tablet twice daily for 3 days", "additionalInstructions": { "coding": [ { "system": "http://snomed.info/sct", "code": "311504000", "display": "With or after food" } ] }, "timing": { "event": [ "2015-03-04" ], "repeat": { "duration": 3, "durationUnits": "d", "frequency": 2, "period": 1, "periodUnits": "d" } }, "siteCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "181220002", "display": "Entire oral cavity" } ] }, "route": { "coding": [ { "system": "http://snomed.info/sct", "code": "26643006", "display": "Oral Route" } ] }, "doseQuantity": { "value": 2, "system": "http://hl7.org/fhir/v3/orderableDrugForm", "code": "TAB" } }, { "text": "Take 3 tablet twice daily for 3 days", "additionalInstructions": { "coding": [ { "system": "http://snomed.info/sct", "code": "311504000", "display": "With or after food" } ] }, "timing": { "event": [ "2015-03-07" ], "repeat": { "duration": 3, "durationUnits": "d", "frequency": 2, "period": 1, "periodUnits": "d" } }, "siteCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "181220002", "display": "Entire oral cavity" } ] }, "route": { "coding": [ { "system": "http://snomed.info/sct", "code": "26643006", "display": "Oral Route" } ] }, "doseQuantity": { "value": 3, "system": "http://hl7.org/fhir/v3/orderableDrugForm", "code": "TAB" } } ] }; var example383: fhir.MedicationOrder = { "dateWritten": "2015-01-15", "dosageInstruction": [ { "asNeededBoolean": true, "doseQuantity": { "code": "415215001", "system": "http://snomed.info/sct", "value": 2 }, "route": { "coding": [ { "code": "422237004", "display": "Inhalation", "system": "http://snomed.info/sct" } ] }, "text": "Use 2 puffs twice daily as needed", "timing": { "repeat": { "duration": 3, "durationUnits": "d", "frequency": 2, "period": 1, "periodUnits": "d" } } } ], "encounter": { "display": "encounter who leads to this priscription", "reference": "Encounter/f002" }, "id": "medrx004", "identifier": [ { "system": "http://www.bmc.nl/portal/prescriptions", "use": "official", "value": "12345" } ], "medicationReference": { "display": "prescribed medication", "reference": "Medication/MedicationExample12" }, "patient": { "display": "Eve Everywoman", "reference": "Patient/f001" }, "prescriber": { "display": "Patrick Pump", "reference": "Practitioner/f007" }, "reasonCodeableConcept": { "coding": [ { "code": "195967001", "display": "Asthma", "system": "http://snomed.info/sct" } ] }, "resourceType": "MedicationOrder", "status": "active", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: medrx004</p><p><b>identifier</b>: 12345 (OFFICIAL)</p><p><b>dateWritten</b>: 15/01/2015</p><p><b>status</b>: active</p><p><b>patient</b>: <a>Eve Everywoman</a></p><p><b>prescriber</b>: <a>Patrick Pump</a></p><p><b>encounter</b>: <a>encounter who leads to this priscription</a></p><p><b>reason</b>: Asthma <span>(Details : {SNOMED CT code '195967001' = '195967001', given as 'Asthma'})</span></p><p><b>medication</b>: <a>prescribed medication</a></p><h3>DosageInstructions</h3><table><tr><td>-</td><td><b>Text</b></td><td><b>Timing</b></td><td><b>AsNeeded[x]</b></td><td><b>Route</b></td><td><b>Dose[x]</b></td></tr><tr><td>*</td><td>Use 2 puffs twice daily as needed</td><td>Duration 3days, Do 2 per 1 days</td><td>true</td><td>Inhalation <span>(Details : {SNOMED CT code '422237004' = '422237004', given as 'Inhalation'})</span></td><td>2 415215001<span> (Details: SNOMED CT code 415215001 = '415215001')</span></td></tr></table></div>", "status": "generated" } }; var example384: fhir.MedicationOrder = { "resourceType": "MedicationOrder", "id": "medrx004", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: medrx004</p><p><b>identifier</b>: 12345 (OFFICIAL)</p><p><b>dateWritten</b>: 15/01/2015</p><p><b>status</b>: active</p><p><b>patient</b>: <a>Eve Everywoman</a></p><p><b>prescriber</b>: <a>Patrick Pump</a></p><p><b>encounter</b>: <a>encounter who leads to this priscription</a></p><p><b>reason</b>: Asthma <span>(Details : {SNOMED CT code '195967001' = '195967001', given as 'Asthma'})</span></p><p><b>medication</b>: <a>prescribed medication</a></p><h3>DosageInstructions</h3><table><tr><td>-</td><td><b>Text</b></td><td><b>Timing</b></td><td><b>AsNeeded[x]</b></td><td><b>Route</b></td><td><b>Dose[x]</b></td></tr><tr><td>*</td><td>Use 2 puffs twice daily as needed</td><td>Duration 3days, Do 2 per 1 days</td><td>true</td><td>Inhalation <span>(Details : {SNOMED CT code '422237004' = '422237004', given as 'Inhalation'})</span></td><td>2 415215001<span> (Details: SNOMED CT code 415215001 = '415215001')</span></td></tr></table></div>" }, "identifier": [ { "use": "official", "system": "http://www.bmc.nl/portal/prescriptions", "value": "12345" } ], "dateWritten": "2015-01-15", "status": "active", "patient": { "reference": "Patient/f001", "display": "Eve Everywoman" }, "prescriber": { "reference": "Practitioner/f007", "display": "Patrick Pump" }, "encounter": { "reference": "Encounter/f002", "display": "encounter who leads to this priscription" }, "reasonCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "195967001", "display": "Asthma" } ] }, "medicationReference": { "reference": "Medication/MedicationExample12", "display": "prescribed medication" }, "dosageInstruction": [ { "text": "Use 2 puffs twice daily as needed", "timing": { "repeat": { "duration": 3, "durationUnits": "d", "frequency": 2, "period": 1, "periodUnits": "d" } }, "asNeededBoolean": true, "route": { "coding": [ { "system": "http://snomed.info/sct", "code": "422237004", "display": "Inhalation" } ] }, "doseQuantity": { "value": 2, "system": "http://snomed.info/sct", "code": "415215001" } } ] }; var example385: fhir.MedicationOrder = { "dateWritten": "2015-01-15", "dosageInstruction": [ { "additionalInstructions": { "coding": [ { "code": "311504000", "display": "With or after food", "system": "http://snomed.info/sct" } ] }, "doseQuantity": { "code": "CAP", "system": "http://hl7.org/fhir/v3/orderableDrugForm", "value": 2 }, "route": { "coding": [ { "code": "26643006", "display": "Oral Route", "system": "http://snomed.info/sct" } ] }, "siteCodeableConcept": { "coding": [ { "code": "181220002", "display": "Entire oral cavity", "system": "http://snomed.info/sct" } ] }, "text": "Take two capsules to start", "timing": { "event": [ "2015-01-15" ], "repeat": { "duration": 1, "durationUnits": "d", "frequency": 1, "period": 1, "periodUnits": "d" } } }, { "additionalInstructions": { "coding": [ { "code": "311504000", "display": "With or after food", "system": "http://snomed.info/sct" } ] }, "doseQuantity": { "code": "CAP", "system": "http://hl7.org/fhir/v3/orderableDrugForm", "value": 1 }, "route": { "coding": [ { "code": "26643006", "display": "Oral Route", "system": "http://snomed.info/sct" } ] }, "siteCodeableConcept": { "coding": [ { "code": "181220002", "display": "Entire oral cavity", "system": "http://snomed.info/sct" } ] }, "text": "Take one capsule three times daily", "timing": { "event": [ "2015-01-15" ], "repeat": { "duration": 11, "durationUnits": "d", "frequency": 2, "period": 1, "periodUnits": "d" } } } ], "encounter": { "display": "encounter who leads to this priscription", "reference": "Encounter/f002" }, "id": "medrx005", "identifier": [ { "system": "http://www.bmc.nl/portal/prescriptions", "use": "official", "value": "12345" } ], "medicationReference": { "display": "prescribed medication", "reference": "Medication/MedicationExample6" }, "patient": { "display": "Eve Everywoman", "reference": "Patient/f001" }, "prescriber": { "display": "Patrick Pump", "reference": "Practitioner/f007" }, "reasonCodeableConcept": { "coding": [ { "code": "65363002", "display": "Otitis Media", "system": "http://snomed.info/sct" } ] }, "resourceType": "MedicationOrder", "status": "active", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: medrx005</p><p><b>identifier</b>: 12345 (OFFICIAL)</p><p><b>dateWritten</b>: 15/01/2015</p><p><b>status</b>: active</p><p><b>patient</b>: <a>Eve Everywoman</a></p><p><b>prescriber</b>: <a>Patrick Pump</a></p><p><b>encounter</b>: <a>encounter who leads to this priscription</a></p><p><b>reason</b>: Otitis Media <span>(Details : {SNOMED CT code '65363002' = '65363002', given as 'Otitis Media'})</span></p><p><b>medication</b>: <a>prescribed medication</a></p><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: Take two capsules to start</p><p><b>additionalInstructions</b>: With or after food <span>(Details : {SNOMED CT code '311504000' = '311504000', given as 'With or after food'})</span></p><p><b>timing</b>: Events: 15/01/2015, Duration 1days, Do Once per 1 days</p><p><b>site</b>: Entire oral cavity <span>(Details : {SNOMED CT code '181220002' = '181220002', given as 'Entire oral cavity'})</span></p><p><b>route</b>: Oral Route <span>(Details : {SNOMED CT code '26643006' = '26643006', given as 'Oral Route'})</span></p><p><b>dose</b>: 2 CAP<span> (Details: http://hl7.org/fhir/v3/orderableDrugForm code CAP = 'Capsule')</span></p></blockquote><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: Take one capsule three times daily</p><p><b>additionalInstructions</b>: With or after food <span>(Details : {SNOMED CT code '311504000' = '311504000', given as 'With or after food'})</span></p><p><b>timing</b>: Events: 15/01/2015, Duration 11days, Do 2 per 1 days</p><p><b>site</b>: Entire oral cavity <span>(Details : {SNOMED CT code '181220002' = '181220002', given as 'Entire oral cavity'})</span></p><p><b>route</b>: Oral Route <span>(Details : {SNOMED CT code '26643006' = '26643006', given as 'Oral Route'})</span></p><p><b>dose</b>: 1 CAP<span> (Details: http://hl7.org/fhir/v3/orderableDrugForm code CAP = 'Capsule')</span></p></blockquote></div>", "status": "generated" } }; var example386: fhir.MedicationOrder = { "resourceType": "MedicationOrder", "id": "medrx005", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: medrx005</p><p><b>identifier</b>: 12345 (OFFICIAL)</p><p><b>dateWritten</b>: 15/01/2015</p><p><b>status</b>: active</p><p><b>patient</b>: <a>Eve Everywoman</a></p><p><b>prescriber</b>: <a>Patrick Pump</a></p><p><b>encounter</b>: <a>encounter who leads to this priscription</a></p><p><b>reason</b>: Otitis Media <span>(Details : {SNOMED CT code '65363002' = '65363002', given as 'Otitis Media'})</span></p><p><b>medication</b>: <a>prescribed medication</a></p><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: Take two capsules to start</p><p><b>additionalInstructions</b>: With or after food <span>(Details : {SNOMED CT code '311504000' = '311504000', given as 'With or after food'})</span></p><p><b>timing</b>: Events: 15/01/2015, Duration 1days, Do Once per 1 days</p><p><b>site</b>: Entire oral cavity <span>(Details : {SNOMED CT code '181220002' = '181220002', given as 'Entire oral cavity'})</span></p><p><b>route</b>: Oral Route <span>(Details : {SNOMED CT code '26643006' = '26643006', given as 'Oral Route'})</span></p><p><b>dose</b>: 2 CAP<span> (Details: http://hl7.org/fhir/v3/orderableDrugForm code CAP = 'Capsule')</span></p></blockquote><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: Take one capsule three times daily</p><p><b>additionalInstructions</b>: With or after food <span>(Details : {SNOMED CT code '311504000' = '311504000', given as 'With or after food'})</span></p><p><b>timing</b>: Events: 15/01/2015, Duration 11days, Do 2 per 1 days</p><p><b>site</b>: Entire oral cavity <span>(Details : {SNOMED CT code '181220002' = '181220002', given as 'Entire oral cavity'})</span></p><p><b>route</b>: Oral Route <span>(Details : {SNOMED CT code '26643006' = '26643006', given as 'Oral Route'})</span></p><p><b>dose</b>: 1 CAP<span> (Details: http://hl7.org/fhir/v3/orderableDrugForm code CAP = 'Capsule')</span></p></blockquote></div>" }, "identifier": [ { "use": "official", "system": "http://www.bmc.nl/portal/prescriptions", "value": "12345" } ], "dateWritten": "2015-01-15", "status": "active", "patient": { "reference": "Patient/f001", "display": "Eve Everywoman" }, "prescriber": { "reference": "Practitioner/f007", "display": "Patrick Pump" }, "encounter": { "reference": "Encounter/f002", "display": "encounter who leads to this priscription" }, "reasonCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "65363002", "display": "Otitis Media" } ] }, "medicationReference": { "reference": "Medication/MedicationExample6", "display": "prescribed medication" }, "dosageInstruction": [ { "text": "Take two capsules to start", "additionalInstructions": { "coding": [ { "system": "http://snomed.info/sct", "code": "311504000", "display": "With or after food" } ] }, "timing": { "event": [ "2015-01-15" ], "repeat": { "duration": 1, "durationUnits": "d", "frequency": 1, "period": 1, "periodUnits": "d" } }, "siteCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "181220002", "display": "Entire oral cavity" } ] }, "route": { "coding": [ { "system": "http://snomed.info/sct", "code": "26643006", "display": "Oral Route" } ] }, "doseQuantity": { "value": 2, "system": "http://hl7.org/fhir/v3/orderableDrugForm", "code": "CAP" } }, { "text": "Take one capsule three times daily", "additionalInstructions": { "coding": [ { "system": "http://snomed.info/sct", "code": "311504000", "display": "With or after food" } ] }, "timing": { "event": [ "2015-01-15" ], "repeat": { "duration": 11, "durationUnits": "d", "frequency": 2, "period": 1, "periodUnits": "d" } }, "siteCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "181220002", "display": "Entire oral cavity" } ] }, "route": { "coding": [ { "system": "http://snomed.info/sct", "code": "26643006", "display": "Oral Route" } ] }, "doseQuantity": { "value": 1, "system": "http://hl7.org/fhir/v3/orderableDrugForm", "code": "CAP" } } ] }; var example387: fhir.MedicationOrder = { "_status": { "extension": [ { "url": "http://localhost:3000/MedicationOrder/mscode#original-status", "valueCode": "pending" } ] }, "dispenseRequest": { "quantity": { "code": "mg", "system": "http://unitsofmeasure.org", "unit": "mg", "value": 1700 } }, "dosageInstruction": [ { "doseQuantity": { "code": "ml", "system": "http://unitsofmeasure.org", "unit": "mg/m^2", "value": 1000 }, "route": { "coding": [ { "code": "394899003", "display": "oral administration of treatment", "system": "http://snomed.info/sct" } ] }, "text": "Capecitabine 1000 mg/m^2 PO twice daily D1-14", "timing": { "repeat": { "duration": 21, "durationUnits": "d", "frequency": 2, "period": 1, "periodUnits": "d" } } } ], "id": "medrx006", "medicationReference": { "reference": "Medication/MedicationExample15" }, "patient": { "reference": "Patient/f001" }, "resourceType": "MedicationOrder", "status": "on-hold", "text": { "div": "<div>\n <p><big>Capecitabine (Recurrent/Metastatic)</big></p>\n <p>Course:</p>\n <p>Name: Capecitabine</p>\n <p>Agent Protocols Options:</p>\n <p><b>Capecitabine 1000-1250 mg/m^2 PO twice daily D1-14</b></p>\n <p>Offset: None</p>\n <p>Cycle length: Q21D</p>\n </div>", "status": "generated" } }; var example388: fhir.MedicationOrder = { "resourceType": "MedicationOrder", "id": "medrx006", "text": { "status": "generated", "div": "<div>\n <p><big>Capecitabine (Recurrent/Metastatic)</big></p>\n <p>Course:</p>\n <p>Name: Capecitabine</p>\n <p>Agent Protocols Options:</p>\n <p><b>Capecitabine 1000-1250 mg/m^2 PO twice daily D1-14</b></p>\n <p>Offset: None</p>\n <p>Cycle length: Q21D</p>\n </div>" }, "status": "on-hold", "_status": { "extension": [ { "url": "http://localhost:3000/MedicationOrder/mscode#original-status", "valueCode": "pending" } ] }, "patient": { "reference": "Patient/f001" }, "medicationReference": { "reference": "Medication/MedicationExample15" }, "dosageInstruction": [ { "text": "Capecitabine 1000 mg/m^2 PO twice daily D1-14", "timing": { "repeat": { "duration": 21, "durationUnits": "d", "frequency": 2, "period": 1, "periodUnits": "d" } }, "route": { "coding": [ { "system": "http://snomed.info/sct", "code": "394899003", "display": "oral administration of treatment" } ] }, "doseQuantity": { "value": 1000, "unit": "mg/m^2", "system": "http://unitsofmeasure.org", "code": "ml" } } ], "dispenseRequest": { "quantity": { "value": 1700, "unit": "mg", "system": "http://unitsofmeasure.org", "code": "mg" } } }; var example389: fhir.MedicationOrder = { "dosageInstruction": [ { "rateRatio": { "denominator": { "code": "258702006", "system": "http://snomed.info/sct", "unit": "hours", "value": 3 }, "numerator": { "code": "258682000", "system": "http://snomed.info/sct", "unit": "mg/m^2", "value": 175 } }, "route": { "coding": [ { "code": "47625008", "display": "Intravenous route", "system": "http://snomed.info/sct" } ] }, "text": "Paclitaxel 175 mg/m^2 IV over 3 hours D1" } ], "id": "medrx007", "medicationReference": { "reference": "Medication/medicationexample16" }, "resourceType": "MedicationOrder", "status": "on-hold", "text": { "div": "<div>\n <p><big>AC followed by Paclitaxel + Trastuzumab Course 2</big></p>\n <p>Name: Paclitaxel in Dose-dense Paclitaxel (Q14D) + Trastuzumab (Q7D)</p>\n <p>Course: 2</p>\n <p>Agent Protocols Options:</p>\n <p><b>Paclitaxel 175 mg/m^2 IV over 3 hours D1 in cycles 1-4</b></p>\n <p>Offset: None</p>\n <p>Cycle length: Q14D x 4 cycles</p>\n </div>", "status": "generated" } }; var example390: fhir.MedicationOrder = { "resourceType": "MedicationOrder", "id": "medrx007", "text": { "status": "generated", "div": "<div>\n <p><big>AC followed by Paclitaxel + Trastuzumab Course 2</big></p>\n <p>Name: Paclitaxel in Dose-dense Paclitaxel (Q14D) + Trastuzumab (Q7D)</p>\n <p>Course: 2</p>\n <p>Agent Protocols Options:</p>\n <p><b>Paclitaxel 175 mg/m^2 IV over 3 hours D1 in cycles 1-4</b></p>\n <p>Offset: None</p>\n <p>Cycle length: Q14D x 4 cycles</p>\n </div>" }, "status": "on-hold", "medicationReference": { "reference": "Medication/medicationexample16" }, "dosageInstruction": [ { "text": "Paclitaxel 175 mg/m^2 IV over 3 hours D1", "route": { "coding": [ { "system": "http://snomed.info/sct", "code": "47625008", "display": "Intravenous route" } ] }, "rateRatio": { "numerator": { "fhir_comments": [ " 175 mg/m^2 over 3 hours " ], "value": 175, "unit": "mg/m^2", "system": "http://snomed.info/sct", "code": "258682000" }, "denominator": { "value": 3, "unit": "hours", "system": "http://snomed.info/sct", "code": "258702006" } } } ] }; var example391: fhir.MedicationOrder = { "dosageInstruction": [ { "doseQuantity": { "code": "mg", "system": "http://unitsofmeasure.org", "unit": "mg", "value": 80 }, "rateRatio": { "denominator": { "code": "258702006", "system": "http://snomed.info/sct", "unit": "minutes", "value": 60 }, "numerator": { "code": "mg", "system": "http://unitsofmeasure.org", "unit": "mg", "value": 80 } }, "route": { "coding": [ { "code": "47625008", "display": "Intravenous route", "system": "http://snomed.info/sct" } ] }, "text": "Gentamicin 80mg IV over one hour", "timing": { "repeat": { "frequency": 3, "period": 1, "periodUnits": "d" } } } ], "id": "medrx008", "medicationReference": { "reference": "Medication/medicationexample17" }, "resourceType": "MedicationOrder", "status": "active", "text": { "div": "<div>\n <p>Name: Gentamicin 80mg/100ml IV</p>\n <p><b>80mg IV over one hour</b></p>\n </div>", "status": "generated" } }; var example392: fhir.MedicationOrder = { "resourceType": "MedicationOrder", "id": "medrx008", "text": { "status": "generated", "div": "<div>\n <p>Name: Gentamicin 80mg/100ml IV</p>\n <p><b>80mg IV over one hour</b></p>\n </div>" }, "status": "active", "medicationReference": { "reference": "Medication/medicationexample17" }, "dosageInstruction": [ { "text": "Gentamicin 80mg IV over one hour", "timing": { "repeat": { "frequency": 3, "period": 1, "periodUnits": "d" } }, "route": { "coding": [ { "system": "http://snomed.info/sct", "code": "47625008", "display": "Intravenous route" } ] }, "doseQuantity": { "value": 80, "unit": "mg", "system": "http://unitsofmeasure.org", "code": "mg" }, "rateRatio": { "numerator": { "value": 80, "unit": "mg", "system": "http://unitsofmeasure.org", "code": "mg" }, "denominator": { "value": 60, "unit": "minutes", "system": "http://snomed.info/sct", "code": "258702006" } } } ] }; var example393: fhir.MedicationOrder = { "_status": { "extension": [ { "url": "http://localhost:3000/MedicationOrder/mscode#original-status", "valueCode": "pending" } ] }, "dosageInstruction": [ { "rateRatio": { "denominator": { "code": "258702006", "system": "http://snomed.info/sct", "unit": "minutes", "value": 30 }, "numerator": { "code": "258682000", "system": "http://snomed.info/sct", "unit": "mg/m^2", "value": 600 } }, "route": { "coding": [ { "code": "47625008", "display": "Intravenous route", "system": "http://snomed.info/sct" } ] }, "text": "Cyclophosphamide 600 mg/m^2 IV over 30 minutes D1" } ], "id": "medrx009", "medicationReference": { "reference": "Medication/Cyclophosphamide" }, "resourceType": "MedicationOrder", "status": "on-hold", "text": { "div": "<div>\n <p><big>AC followed by Paclitaxel + Trastuzumab Course 1</big></p>\n <p>Name: Cyclophosphamide in AC (Doxorubicin + Cyclophosphamide)</p>\n <p>Course: 1</p>\n <p>Agent Protocols Options:</p>\n <p><b>Cyclophosphamide 600 mg/m^2 IV over 30 minutes D1 </b></p>\n <p>Offset: None</p>\n <p>Cycle length: Q21D x 4 cycles</p>\n </div>", "status": "generated" } }; var example394: fhir.MedicationOrder = { "resourceType": "MedicationOrder", "id": "medrx009", "text": { "status": "generated", "div": "<div>\n <p><big>AC followed by Paclitaxel + Trastuzumab Course 1</big></p>\n <p>Name: Cyclophosphamide in AC (Doxorubicin + Cyclophosphamide)</p>\n <p>Course: 1</p>\n <p>Agent Protocols Options:</p>\n <p><b>Cyclophosphamide 600 mg/m^2 IV over 30 minutes D1 </b></p>\n <p>Offset: None</p>\n <p>Cycle length: Q21D x 4 cycles</p>\n </div>" }, "status": "on-hold", "_status": { "extension": [ { "url": "http://localhost:3000/MedicationOrder/mscode#original-status", "valueCode": "pending" } ] }, "medicationReference": { "reference": "Medication/Cyclophosphamide" }, "dosageInstruction": [ { "text": "Cyclophosphamide 600 mg/m^2 IV over 30 minutes D1", "route": { "coding": [ { "system": "http://snomed.info/sct", "code": "47625008", "display": "Intravenous route" } ] }, "rateRatio": { "numerator": { "fhir_comments": [ " 600 mg/m^2 over 30 minutes " ], "value": 600, "unit": "mg/m^2", "system": "http://snomed.info/sct", "code": "258682000" }, "denominator": { "value": 30, "unit": "minutes", "system": "http://snomed.info/sct", "code": "258702006" } } } ] }; var example395: fhir.MedicationStatement = { "dateAsserted": "2015-02-22", "dosage": [ { "asNeededBoolean": true, "maxDosePerPeriod": { "denominator": { "code": "d", "system": "http://unitsofmeasure.org", "value": 1 }, "numerator": { "code": "385055001", "system": "http://snomed.info/sct", "unit": "tablets", "value": 4 } }, "quantityQuantity": { "value": 1 }, "route": { "coding": [ { "code": "260548002", "display": "Oral", "system": "http://snomed.info/sct" } ] }, "text": "one tablet four times daily as needed for pain", "timing": { "repeat": { "frequency": 4, "period": 1, "periodUnits": "d" } } } ], "effectiveDateTime": "2015-01-23", "id": "example001", "informationSource": { "reference": "Patient/pat2" }, "medicationReference": { "reference": "Medication/MedicationExample7" }, "note": "Patient indicates they miss the occasional dose", "patient": { "reference": "Patient/pat1" }, "reasonForUseCodeableConcept": { "coding": [ { "code": "22253000", "display": "Pain", "system": "http://snomed.info/sct" } ] }, "resourceType": "MedicationStatement", "status": "completed", "text": { "div": "<div>\n <p>Tylenol No 1 tablet - Taking 1 tablet four times daily as needed for pain</p>\n </div>", "status": "generated" }, "wasNotTaken": false }; var example396: fhir.MedicationStatement = { "resourceType": "MedicationStatement", "id": "example001", "text": { "status": "generated", "div": "<div>\n <p>Tylenol No 1 tablet - Taking 1 tablet four times daily as needed for pain</p>\n </div>" }, "patient": { "reference": "Patient/pat1" }, "informationSource": { "reference": "Patient/pat2" }, "dateAsserted": "2015-02-22", "status": "completed", "wasNotTaken": false, "reasonForUseCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "22253000", "display": "Pain" } ] }, "effectiveDateTime": "2015-01-23", "note": "Patient indicates they miss the occasional dose", "medicationReference": { "reference": "Medication/MedicationExample7" }, "dosage": [ { "text": "one tablet four times daily as needed for pain", "timing": { "repeat": { "frequency": 4, "period": 1, "periodUnits": "d" } }, "asNeededBoolean": true, "route": { "coding": [ { "system": "http://snomed.info/sct", "code": "260548002", "display": "Oral" } ] }, "quantityQuantity": { "value": 1 }, "maxDosePerPeriod": { "numerator": { "value": 4, "unit": "tablets", "system": "http://snomed.info/sct", "code": "385055001" }, "denominator": { "value": 1, "system": "http://unitsofmeasure.org", "code": "d" } } } ] }; var example397: fhir.MedicationStatement = { "dateAsserted": "2015-02-22", "effectiveDateTime": "2015-01-23", "id": "example002", "informationSource": { "reference": "Patient/f001" }, "medicationReference": { "reference": "Medication/MedicationExample7" }, "note": "Patient can not take acetaminophen as per Dr instructions", "patient": { "reference": "Patient/example" }, "reasonNotTaken": [ { "coding": [ { "code": "166643006", "display": "Liver enzymes abnormal", "system": "http://snomed.info/sct" } ] } ], "resourceType": "MedicationStatement", "status": "completed", "text": { "div": "<div>\n <p>Tylenol No. 1 Caplet</p>\n </div>", "status": "generated" }, "wasNotTaken": true }; var example398: fhir.MedicationStatement = { "resourceType": "MedicationStatement", "id": "example002", "text": { "status": "generated", "div": "<div>\n <p>Tylenol No. 1 Caplet</p>\n </div>" }, "patient": { "reference": "Patient/example" }, "informationSource": { "reference": "Patient/f001" }, "dateAsserted": "2015-02-22", "status": "completed", "wasNotTaken": true, "reasonNotTaken": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "166643006", "display": "Liver enzymes abnormal" } ] } ], "effectiveDateTime": "2015-01-23", "note": "Patient can not take acetaminophen as per Dr instructions", "medicationReference": { "reference": "Medication/MedicationExample7" } }; var example399: fhir.MedicationStatement = { "dateAsserted": "2015-02-22", "dosage": [ { "asNeededBoolean": false, "maxDosePerPeriod": { "denominator": { "code": "d", "system": "http://unitsofmeasure.org", "value": 1 }, "numerator": { "code": "385055001", "system": "http://snomed.info/sct", "unit": "capsules", "value": 3 } }, "quantityQuantity": { "value": 1 }, "route": { "coding": [ { "code": "260548002", "display": "Oral", "system": "http://snomed.info/sct" } ] }, "text": "one capsule three times daily", "timing": { "repeat": { "frequency": 3, "period": 1, "periodUnits": "d" } } } ], "effectiveDateTime": "2014-01-23", "id": "example004", "informationSource": { "reference": "Patient/example" }, "medicationReference": { "reference": "Medication/MedicationExample6" }, "note": "Patient indicates they miss the occasional dose", "patient": { "reference": "Patient/example" }, "reasonForUseCodeableConcept": { "coding": [ { "code": "65363002", "display": "Otitis Media", "system": "http://snomed.info/sct" } ] }, "resourceType": "MedicationStatement", "status": "completed", "text": { "div": "<div>\n <p>Amoxicillin 250mg capsule - one capsule three times daily</p>\n </div>", "status": "generated" }, "wasNotTaken": false }; var example400: fhir.MedicationStatement = { "resourceType": "MedicationStatement", "id": "example004", "text": { "status": "generated", "div": "<div>\n <p>Amoxicillin 250mg capsule - one capsule three times daily</p>\n </div>" }, "patient": { "reference": "Patient/example" }, "informationSource": { "reference": "Patient/example" }, "dateAsserted": "2015-02-22", "status": "completed", "wasNotTaken": false, "reasonForUseCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "65363002", "display": "Otitis Media" } ] }, "effectiveDateTime": "2014-01-23", "note": "Patient indicates they miss the occasional dose", "medicationReference": { "reference": "Medication/MedicationExample6" }, "dosage": [ { "text": "one capsule three times daily", "timing": { "repeat": { "frequency": 3, "period": 1, "periodUnits": "d" } }, "asNeededBoolean": false, "route": { "coding": [ { "system": "http://snomed.info/sct", "code": "260548002", "display": "Oral" } ] }, "quantityQuantity": { "value": 1 }, "maxDosePerPeriod": { "numerator": { "value": 3, "unit": "capsules", "system": "http://snomed.info/sct", "code": "385055001" }, "denominator": { "value": 1, "system": "http://unitsofmeasure.org", "code": "d" } } } ] }; var example401: fhir.MedicationStatement = { "dateAsserted": "2015-02-22", "dosage": [ { "asNeededBoolean": false, "maxDosePerPeriod": { "denominator": { "code": "d", "system": "http://unitsofmeasure.org", "value": 1 }, "numerator": { "code": "385055001", "system": "http://snomed.info/sct", "unit": "capsules", "value": 3 } }, "quantityQuantity": { "value": 1 }, "route": { "coding": [ { "code": "260548002", "display": "Oral", "system": "http://snomed.info/sct" } ] }, "text": "one capsule three times daily", "timing": { "repeat": { "frequency": 3, "period": 1, "periodUnits": "d" } } } ], "effectiveDateTime": "2014-01-23", "id": "example005", "informationSource": { "reference": "Patient/example" }, "medicationReference": { "reference": "Medication/MedicationExample6" }, "note": "Patient indicates they miss the occasional dose", "patient": { "reference": "Patient/example" }, "reasonForUseCodeableConcept": { "coding": [ { "code": "65363002", "display": "Otitis Media", "system": "http://snomed.info/sct" } ] }, "resourceType": "MedicationStatement", "status": "entered-in-error", "text": { "div": "<div>\n <p>Amoxicillin 250mg capsule - one capsule three times daily</p>\n </div>", "status": "generated" }, "wasNotTaken": false }; var example402: fhir.MedicationStatement = { "resourceType": "MedicationStatement", "id": "example005", "text": { "status": "generated", "div": "<div>\n <p>Amoxicillin 250mg capsule - one capsule three times daily</p>\n </div>" }, "patient": { "reference": "Patient/example" }, "informationSource": { "reference": "Patient/example" }, "dateAsserted": "2015-02-22", "status": "entered-in-error", "wasNotTaken": false, "reasonForUseCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "65363002", "display": "Otitis Media" } ] }, "effectiveDateTime": "2014-01-23", "note": "Patient indicates they miss the occasional dose", "medicationReference": { "reference": "Medication/MedicationExample6" }, "dosage": [ { "text": "one capsule three times daily", "timing": { "repeat": { "frequency": 3, "period": 1, "periodUnits": "d" } }, "asNeededBoolean": false, "route": { "coding": [ { "system": "http://snomed.info/sct", "code": "260548002", "display": "Oral" } ] }, "quantityQuantity": { "value": 1 }, "maxDosePerPeriod": { "numerator": { "value": 3, "unit": "capsules", "system": "http://snomed.info/sct", "code": "385055001" }, "denominator": { "value": 1, "system": "http://unitsofmeasure.org", "code": "d" } } } ] }; var example403: fhir.MedicationStatement = { "dateAsserted": "2014-02-22", "dosage": [ { "asNeededBoolean": false, "maxDosePerPeriod": { "denominator": { "code": "d", "system": "http://unitsofmeasure.org", "value": 1 }, "numerator": { "value": 3 } }, "quantityQuantity": { "value": 5 }, "route": { "coding": [ { "code": "260548002", "display": "Oral", "system": "http://snomed.info/sct" } ] }, "text": "5ml three times daily" } ], "effectiveDateTime": "2014-02-01", "id": "example006", "informationSource": { "reference": "Patient/pat1" }, "medicationReference": { "reference": "Medication/MedicationExample4" }, "note": "Father indicates they miss the occasional dose", "patient": { "reference": "Patient/example" }, "resourceType": "MedicationStatement", "status": "active", "text": { "div": "<div>\n <p>Amoxicillin 250mg/5mL - Taking 5mL every three hours</p>\n </div>", "status": "generated" }, "wasNotTaken": false }; var example404: fhir.MedicationStatement = { "resourceType": "MedicationStatement", "id": "example006", "text": { "status": "generated", "div": "<div>\n <p>Amoxicillin 250mg/5mL - Taking 5mL every three hours</p>\n </div>" }, "patient": { "reference": "Patient/example" }, "informationSource": { "reference": "Patient/pat1" }, "dateAsserted": "2014-02-22", "status": "active", "wasNotTaken": false, "effectiveDateTime": "2014-02-01", "note": "Father indicates they miss the occasional dose", "medicationReference": { "reference": "Medication/MedicationExample4" }, "dosage": [ { "text": "5ml three times daily", "asNeededBoolean": false, "route": { "coding": [ { "system": "http://snomed.info/sct", "code": "260548002", "display": "Oral" } ] }, "quantityQuantity": { "value": 5 }, "maxDosePerPeriod": { "numerator": { "value": 3 }, "denominator": { "value": 1, "system": "http://unitsofmeasure.org", "code": "d" } } } ] }; var example405: fhir.MedicationStatement = { "dateAsserted": "2015-02-22", "effectiveDateTime": "2015-05-23", "id": "example007", "informationSource": { "reference": "Patient/example" }, "medicationReference": { "reference": "Medication/MedicationExample12" }, "patient": { "reference": "Patient/example" }, "resourceType": "MedicationStatement", "status": "active", "text": { "div": "<div>\n <p>Ventolin inhaler - Will take during seasonal allergy season</p>\n </div>", "status": "generated" }, "wasNotTaken": false }; var example406: fhir.MedicationStatement = { "resourceType": "MedicationStatement", "id": "example007", "text": { "status": "generated", "div": "<div>\n <p>Ventolin inhaler - Will take during seasonal allergy season</p>\n </div>" }, "patient": { "reference": "Patient/example" }, "informationSource": { "reference": "Patient/example" }, "dateAsserted": "2015-02-22", "status": "active", "wasNotTaken": false, "effectiveDateTime": "2015-05-23", "medicationReference": { "reference": "Medication/MedicationExample12" } }; var example407: fhir.MessageHeader = { "author": { "reference": "Practitioner/example" }, "data": [ { "reference": "Patient/example" } ], "destination": [ { "endpoint": "llp:10.11.12.14:5432", "name": "Acme Message Gateway", "target": { "reference": "Device/example" } } ], "enterer": { "reference": "Practitioner/example" }, "event": { "code": "admin-update", "system": "http://hl7.org/fhir/message-type" }, "id": "1cbdfb97-5859-48a4-8301-d54eab818d68", "reason": { "coding": [ { "code": "admit", "system": "http://hl7.org/fhir/message-reasons-encounter" } ] }, "resourceType": "MessageHeader", "response": { "code": "ok", "identifier": "5015fe84-8e76-4526-89d8-44b322e8d4fb" }, "responsible": { "reference": "Practitioner/example" }, "source": { "contact": { "system": "phone", "value": "+1 (555) 123 4567" }, "endpoint": "llp:10.11.12.13:5432", "name": "Acme Central Patient Registry", "software": "FooBar Patient Manager", "version": "3.1.45.AABB" }, "text": { "div": "<div>\n <p>Update Person resource for Peter James CHALMERS (Jim), MRN: 12345 (Acme Healthcare)</p>\n </div>", "status": "generated" }, "timestamp": "2012-01-04T09:10:14Z" }; var example408: fhir.MessageHeader = { "resourceType": "MessageHeader", "id": "1cbdfb97-5859-48a4-8301-d54eab818d68", "text": { "status": "generated", "div": "<div>\n <p>Update Person resource for Peter James CHALMERS (Jim), MRN: 12345 (Acme Healthcare)</p>\n </div>" }, "timestamp": "2012-01-04T09:10:14Z", "event": { "system": "http://hl7.org/fhir/message-type", "code": "admin-update" }, "response": { "identifier": "5015fe84-8e76-4526-89d8-44b322e8d4fb", "code": "ok" }, "source": { "name": "Acme Central Patient Registry", "software": "FooBar Patient Manager", "version": "3.1.45.AABB", "contact": { "system": "phone", "value": "+1 (555) 123 4567" }, "endpoint": "llp:10.11.12.13:5432" }, "destination": [ { "name": "Acme Message Gateway", "target": { "fhir_comments": [ " this is to indicate to the Acme Message Gateway that this particular message \n is intended for Practitioner \"xcda\" " ], "reference": "Device/example" }, "endpoint": "llp:10.11.12.14:5432" } ], "enterer": { "reference": "Practitioner/example" }, "author": { "reference": "Practitioner/example" }, "responsible": { "reference": "Practitioner/example" }, "reason": { "coding": [ { "system": "http://hl7.org/fhir/message-reasons-encounter", "code": "admit" } ] }, "data": [ { "fhir_comments": [ " Here's the payload, the resource that this admin-update concerns " ], "reference": "Patient/example" } ] }; var example409: fhir.NamingSystem = { "contact": [ { "name": "HL7 Australia FHIR Team", "telecom": [ { "system": "other", "value": "http://hl7-australia.wikispaces.com/FHIR+Australia" } ] } ], "date": "2015-08-31", "description": "Australian HI Identifier as established by relevant regulations etc", "id": "example-id", "kind": "identifier", "name": "Austalian Healthcare Identifier - Individual", "publisher": "HL7 Australia on behalf of NEHTA", "resourceType": "NamingSystem", "responsible": "HI Service Operator / NEHTA", "status": "active", "text": { "div": "<div>\n <p>\n <b>Australian IHI Number</b>\n </p>\n \n <p> oid: 1.2.36.1.2001.1003.0</p>\n \n <p> uri: http://ns.electronichealth.net.au/id/hi/ihi/1.0</p>\n \n </div>", "status": "generated" }, "type": { "coding": [ { "code": "NI", "display": "National unique individual identifier", "system": "http://hl7.org/fhir/v2/0203" } ], "text": "IHI" }, "uniqueId": [ { "type": "oid", "value": "1.2.36.1.2001.1003.0" }, { "period": { "start": "2015-08-21" }, "preferred": true, "type": "uri", "value": "http://ns.electronichealth.net.au/id/hi/ihi/1.0" } ], "usage": "Used in Australia for identifying patients", "useContext": [ { "coding": [ { "code": "AU", "system": "urn:iso:std:iso:3166" } ] } ] }; var example410: fhir.NamingSystem = { "resourceType": "NamingSystem", "id": "example-id", "text": { "status": "generated", "div": "<div>\n <p>\n <b>Australian IHI Number</b>\n </p>\n \n <p> oid: 1.2.36.1.2001.1003.0</p>\n \n <p> uri: http://ns.electronichealth.net.au/id/hi/ihi/1.0</p>\n \n </div>" }, "name": "Austalian Healthcare Identifier - Individual", "status": "active", "kind": "identifier", "publisher": "HL7 Australia on behalf of NEHTA", "contact": [ { "name": "HL7 Australia FHIR Team", "telecom": [ { "system": "other", "value": "http://hl7-australia.wikispaces.com/FHIR+Australia" } ] } ], "responsible": "HI Service Operator / NEHTA", "date": "2015-08-31", "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "NI", "display": "National unique individual identifier" } ], "text": "IHI" }, "description": "Australian HI Identifier as established by relevant regulations etc", "useContext": [ { "coding": [ { "system": "urn:iso:std:iso:3166", "code": "AU" } ] } ], "usage": "Used in Australia for identifying patients", "uniqueId": [ { "type": "oid", "value": "1.2.36.1.2001.1003.0" }, { "type": "uri", "value": "http://ns.electronichealth.net.au/id/hi/ihi/1.0", "preferred": true, "period": { "start": "2015-08-21" } } ] }; var example411: fhir.NamingSystem = { "date": "2005-01-25", "description": "This was a wrong registration for the spanish editions of SNOMED CT. Do not use", "id": "example-replaced", "kind": "codesystem", "name": "SNOMED CT Spanish", "publisher": "Not HL7!", "replacedBy": { "reference": "NamingSystem/example" }, "resourceType": "NamingSystem", "status": "retired", "text": { "div": "<div>\n \n <p>\n <b>Deprecated SNOMED CT Spanish Registration</b>\n </p>\n \n <p> oid: 2.16.840.1.113883.6.96.1 - deprecated <b>Do Not Use</b></p>\n </div>", "status": "generated" }, "uniqueId": [ { "type": "oid", "value": "2.16.840.1.113883.6.96.1" } ] }; var example412: fhir.NamingSystem = { "resourceType": "NamingSystem", "id": "example-replaced", "text": { "status": "generated", "div": "<div>\n \n <p>\n <b>Deprecated SNOMED CT Spanish Registration</b>\n </p>\n \n <p> oid: 2.16.840.1.113883.6.96.1 - deprecated <b>Do Not Use</b></p>\n </div>" }, "name": "SNOMED CT Spanish", "status": "retired", "kind": "codesystem", "publisher": "Not HL7!", "date": "2005-01-25", "description": "This was a wrong registration for the spanish editions of SNOMED CT. Do not use", "uniqueId": [ { "type": "oid", "value": "2.16.840.1.113883.6.96.1" } ], "replacedBy": { "reference": "NamingSystem/example" } }; var example413: fhir.NamingSystem = { "contact": [ { "name": "FHIR project team", "telecom": [ { "system": "other", "value": "http://hl7.org/fhir" } ] } ], "date": "2014-12-13", "description": "SNOMED CT is a concept-based, scientifically validated terminology that provides a unique and permanent concept identifier that can be included in multiple HL7 data types including CD and CE. The concepts are managed to avoid \"semantic drift\" so the meaning remains constant. If the concept is found to be ambiguous or the meaning changes, the concept is inactivated but still retained and the identifier is never reused. SNOMED CT's concepts are interrelated hierarchically and using description logic. SNOMED CT concepts have a unique \"fully-specified name\", a preferred term, and, optionally, synonyms. The description languages include English and Spanish.", "id": "example", "kind": "codesystem", "name": "SNOMED CT", "publisher": "HL7 International on behalf of IHTSDO", "resourceType": "NamingSystem", "responsible": "IHTSDO & affiliates", "status": "active", "text": { "div": "<div>\n \n <p>\n <b>SNOMED CT</b>\n </p>\n \n <p> oid: 2.16.840.1.113883.6.96</p>\n \n <p> uri: http://snomed.info/sct</p>\n \n </div>", "status": "generated" }, "uniqueId": [ { "type": "oid", "value": "2.16.840.1.113883.6.96" }, { "preferred": true, "type": "uri", "value": "http://snomed.info/sct" } ] }; var example414: fhir.NamingSystem = { "resourceType": "NamingSystem", "id": "example", "text": { "status": "generated", "div": "<div>\n \n <p>\n <b>SNOMED CT</b>\n </p>\n \n <p> oid: 2.16.840.1.113883.6.96</p>\n \n <p> uri: http://snomed.info/sct</p>\n \n </div>" }, "name": "SNOMED CT", "status": "active", "kind": "codesystem", "publisher": "HL7 International on behalf of IHTSDO", "contact": [ { "name": "FHIR project team", "telecom": [ { "system": "other", "value": "http://hl7.org/fhir" } ] } ], "responsible": "IHTSDO & affiliates", "date": "2014-12-13", "description": "SNOMED CT is a concept-based, scientifically validated terminology that provides a unique and permanent concept identifier that can be included in multiple HL7 data types including CD and CE. The concepts are managed to avoid \"semantic drift\" so the meaning remains constant. If the concept is found to be ambiguous or the meaning changes, the concept is inactivated but still retained and the identifier is never reused. SNOMED CT's concepts are interrelated hierarchically and using description logic. SNOMED CT concepts have a unique \"fully-specified name\", a preferred term, and, optionally, synonyms. The description languages include English and Spanish.", "uniqueId": [ { "type": "oid", "value": "2.16.840.1.113883.6.96" }, { "type": "uri", "value": "http://snomed.info/sct", "preferred": true } ] }; var example415: fhir.NutritionOrder = { "allergyIntolerance": [ { "display": "Cashew Nuts", "reference": "AllergyIntolerance/example" } ], "dateTime": "2014-09-17", "encounter": { "display": "Inpatient", "reference": "Encounter/example" }, "excludeFoodModifier": [ { "coding": [ { "code": "227493005", "display": "Cashew Nut", "system": "http://snomed.info/sct", "version": "20140730" } ] } ], "foodPreferenceModifier": [ { "coding": [ { "code": "dairy-free", "system": "http://hl7.org/fhir/diet" } ] } ], "id": "cardiacdiet", "identifier": [ { "system": "http://goodhealthhospital.org/nutrition-orders", "value": "123" } ], "oralDiet": { "instruction": "Starting on 2/10 breakfast, maximum 400 ml fluids per meal", "nutrient": [ { "amount": { "code": "g", "system": "http://unitsofmeasure.org", "unit": "grams", "value": 2 }, "modifier": { "coding": [ { "code": "39972003", "display": "Sodium", "system": "http://snomed.info/sct" } ] } }, { "amount": { "code": "mL", "system": "http://unitsofmeasure.org", "unit": "milliliter", "value": 1500 }, "modifier": { "coding": [ { "code": "33463005", "display": "Fluid", "system": "http://snomed.info/sct" } ] } } ], "type": [ { "coding": [ { "code": "386619000", "display": "Low sodium diet", "system": "http://snomed.info/sct" }, { "code": "1040", "display": "Low Sodium Diet", "system": "http://goodhealthhospital.org/diet-type-codes" } ], "text": "Low sodium diet" }, { "coding": [ { "code": "226208002", "display": "Fluid restricted diet", "system": "http://snomed.info/sct" }, { "code": "1040", "display": "Fluid restricted diet", "system": "http://goodhealthhospital.org/diet-type-codes" } ], "text": "Fluid restricted diet" } ] }, "orderer": { "display": "Dr Adam Careful", "reference": "Practitioner/example" }, "patient": { "display": "Peter Chalmers", "reference": "Patient/example" }, "resourceType": "NutritionOrder", "status": "active", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: cardiacdiet</p><p><b>patient</b>: <a>Peter Chalmers</a></p><p><b>orderer</b>: <a>Dr Adam Careful</a></p><p><b>identifier</b>: 123</p><p><b>encounter</b>: <a>Inpatient</a></p><p><b>dateTime</b>: 17/09/2014</p><p><b>status</b>: active</p><p><b>allergyIntolerance</b>: <a>Cashew Nuts</a></p><p><b>foodPreferenceModifier</b>: Dairy Free <span>(Details : {http://hl7.org/fhir/diet code 'dairy-free' = 'Dairy Free)</span></p><p><b>excludeFoodModifier</b>: Cashew Nut <span>(Details : {SNOMED CT code '227493005' = '227493005', given as 'Cashew Nut'})</span></p><blockquote><p><b>oralDiet</b></p><p><b>type</b>: Low sodium diet <span>(Details : {SNOMED CT code '386619000' = '386619000', given as 'Low sodium diet'}; {http://goodhealthhospital.org/diet-type-codes code '1040' = '??', given as 'Low Sodium Diet'})</span>, Fluid restricted diet <span>(Details : {SNOMED CT code '226208002' = '226208002', given as 'Fluid restricted diet'}; {http://goodhealthhospital.org/diet-type-codes code '1040' = '??', given as 'Fluid restricted diet'})</span></p><blockquote><p><b>nutrient</b></p><p><b>modifier</b>: Sodium <span>(Details : {SNOMED CT code '39972003' = '39972003', given as 'Sodium'})</span></p><p><b>amount</b>: 2 grams<span> (Details: http://unitsofmeasure.org code g = '??')</span></p></blockquote><blockquote><p><b>nutrient</b></p><p><b>modifier</b>: Fluid <span>(Details : {SNOMED CT code '33463005' = '33463005', given as 'Fluid'})</span></p><p><b>amount</b>: 1500 milliliter<span> (Details: http://unitsofmeasure.org code mL = '??')</span></p></blockquote><p><b>instruction</b>: Starting on 2/10 breakfast, maximum 400 ml fluids per meal</p></blockquote></div>", "status": "generated" } }; var example416: fhir.NutritionOrder = { "resourceType": "NutritionOrder", "id": "cardiacdiet", "text": { "fhir_comments": [ " id = cardiacdiet file name = nutritionorder-example-cardiacdiet.xml Name= Low Sodium and Fiber Restricted Diet Description = Nutrition Order Low Sodium and Fiber Restricted Diet Example\nedited by Eric Haas Health eData Inc\n...narrative generated by FHIR build\n\t<text>\n\t\t<status value=\"generated\"/>\n\t\t<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\t\t\t<h3>Nutrition Order Low Sodium and Fiber Restricted Diet Example</h3>\n\t\t\t<ul>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Patient: </b>Peter Chalmers</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Orderer: </b>Dr Adam Careful</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Date: </b>2014-09-17</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Known Allergies: </b>Cashew Nuts</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Food Preferences: </b>dairy-free: Excludes dairy products</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Oral Diet Type: </b>\n\t\t\t\t\t<ol>\n\t\t\t\t\t\t<li>Low Sodium Diet</li>\n\t\t\t\t\t\t<li>Fluid restricted diet</li>\n\t\t\t\t\t</ol>\n\t\t\t\t</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Nutrients Requirements: </b>\n\t\t\t\t\t<ol>\n\t\t\t\t\t\t<li>2g sodium</li>\n\t\t\t\t\t\t<li>1500 cc fluid restriction</li>\n\t\t\t\t\t</ol>\n\t\t\t\t</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Instructions: </b>Starting on 2/10 breakfast, maximum 400 ml fluids per meal</li>\n\t\t\t</ul>\n\t\t</div>\n\t</text>\n ", " EH Show all the elements in this examples for preference, and intolerance " ], "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: cardiacdiet</p><p><b>patient</b>: <a>Peter Chalmers</a></p><p><b>orderer</b>: <a>Dr Adam Careful</a></p><p><b>identifier</b>: 123</p><p><b>encounter</b>: <a>Inpatient</a></p><p><b>dateTime</b>: 17/09/2014</p><p><b>status</b>: active</p><p><b>allergyIntolerance</b>: <a>Cashew Nuts</a></p><p><b>foodPreferenceModifier</b>: Dairy Free <span>(Details : {http://hl7.org/fhir/diet code 'dairy-free' = 'Dairy Free)</span></p><p><b>excludeFoodModifier</b>: Cashew Nut <span>(Details : {SNOMED CT code '227493005' = '227493005', given as 'Cashew Nut'})</span></p><blockquote><p><b>oralDiet</b></p><p><b>type</b>: Low sodium diet <span>(Details : {SNOMED CT code '386619000' = '386619000', given as 'Low sodium diet'}; {http://goodhealthhospital.org/diet-type-codes code '1040' = '??', given as 'Low Sodium Diet'})</span>, Fluid restricted diet <span>(Details : {SNOMED CT code '226208002' = '226208002', given as 'Fluid restricted diet'}; {http://goodhealthhospital.org/diet-type-codes code '1040' = '??', given as 'Fluid restricted diet'})</span></p><blockquote><p><b>nutrient</b></p><p><b>modifier</b>: Sodium <span>(Details : {SNOMED CT code '39972003' = '39972003', given as 'Sodium'})</span></p><p><b>amount</b>: 2 grams<span> (Details: http://unitsofmeasure.org code g = '??')</span></p></blockquote><blockquote><p><b>nutrient</b></p><p><b>modifier</b>: Fluid <span>(Details : {SNOMED CT code '33463005' = '33463005', given as 'Fluid'})</span></p><p><b>amount</b>: 1500 milliliter<span> (Details: http://unitsofmeasure.org code mL = '??')</span></p></blockquote><p><b>instruction</b>: Starting on 2/10 breakfast, maximum 400 ml fluids per meal</p></blockquote></div>" }, "patient": { "reference": "Patient/example", "display": "Peter Chalmers" }, "orderer": { "reference": "Practitioner/example", "display": "Dr Adam Careful" }, "identifier": [ { "system": "http://goodhealthhospital.org/nutrition-orders", "value": "123" } ], "encounter": { "reference": "Encounter/example", "display": "Inpatient" }, "dateTime": "2014-09-17", "status": "active", "allergyIntolerance": [ { "reference": "AllergyIntolerance/example", "display": "Cashew Nuts" } ], "foodPreferenceModifier": [ { "coding": [ { "system": "http://hl7.org/fhir/diet", "code": "dairy-free" } ] } ], "excludeFoodModifier": [ { "coding": [ { "system": "http://snomed.info/sct", "version": "20140730", "code": "227493005", "display": "Cashew Nut" } ] } ], "oralDiet": { "fhir_comments": [ " EH: use oral Diet element " ], "type": [ { "fhir_comments": [ " EH: list type of diet showing standard code and local codes " ], "coding": [ { "system": "http://snomed.info/sct", "code": "386619000", "display": "Low sodium diet" }, { "system": "http://goodhealthhospital.org/diet-type-codes", "code": "1040", "display": "Low Sodium Diet" } ], "text": "Low sodium diet" }, { "coding": [ { "system": "http://snomed.info/sct", "code": "226208002", "display": "Fluid restricted diet" }, { "system": "http://goodhealthhospital.org/diet-type-codes", "code": "1040", "display": "Fluid restricted diet" } ], "text": "Fluid restricted diet" } ], "nutrient": [ { "fhir_comments": [ " list nutrients and amounts here " ], "modifier": { "coding": [ { "system": "http://snomed.info/sct", "code": "39972003", "display": "Sodium" } ] }, "amount": { "value": 2, "unit": "grams", "system": "http://unitsofmeasure.org", "code": "g" } }, { "modifier": { "coding": [ { "system": "http://snomed.info/sct", "code": "33463005", "display": "Fluid" } ] }, "amount": { "value": 1500, "unit": "milliliter", "system": "http://unitsofmeasure.org", "code": "mL" } } ], "instruction": "Starting on 2/10 breakfast, maximum 400 ml fluids per meal", "_instruction": { "fhir_comments": [ " instructions as free text " ] } } }; var example417: fhir.NutritionOrder = { "allergyIntolerance": [ { "display": "Cashew Nuts", "reference": "AllergyIntolerance/example" } ], "dateTime": "2014-09-17", "encounter": { "display": "Inpatient", "reference": "Encounter/example" }, "excludeFoodModifier": [ { "coding": [ { "code": "227493005", "display": "Cashew Nut", "system": "http://snomed.info/sct", "version": "20140730" } ] } ], "foodPreferenceModifier": [ { "coding": [ { "code": "dairy-free", "system": "http://hl7.org/fhir/diet" } ] } ], "id": "diabeticdiet", "identifier": [ { "system": "http://goodhealthhospital.org/nutrition-orders", "value": "123" } ], "oralDiet": { "nutrient": [ { "amount": { "code": "g", "system": "http://unitsofmeasure.org", "unit": "grams", "value": 75 }, "modifier": { "coding": [ { "code": "2331003", "display": "Carbohydrate", "system": "http://snomed.info/sct" } ] } } ], "schedule": [ { "repeat": { "boundsPeriod": { "start": "2015-02-10" }, "frequency": 3, "period": 1, "periodUnits": "d" } } ], "type": [ { "coding": [ { "code": "160670007", "display": "Diabetic diet", "system": "http://snomed.info/sct" }, { "code": "1030", "display": "DD - Diabetic diet", "system": "http://goodhealthhospital.org/diet-type-codes" } ], "text": "DD - Diabetic diet" } ] }, "orderer": { "display": "Dr Adam Careful", "reference": "Practitioner/example" }, "patient": { "display": "Peter Chalmers", "reference": "Patient/example" }, "resourceType": "NutritionOrder", "status": "active", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: diabeticdiet</p><p><b>patient</b>: <a>Peter Chalmers</a></p><p><b>orderer</b>: <a>Dr Adam Careful</a></p><p><b>identifier</b>: 123</p><p><b>encounter</b>: <a>Inpatient</a></p><p><b>dateTime</b>: 17/09/2014</p><p><b>status</b>: active</p><p><b>allergyIntolerance</b>: <a>Cashew Nuts</a></p><p><b>foodPreferenceModifier</b>: Dairy Free <span>(Details : {http://hl7.org/fhir/diet code 'dairy-free' = 'Dairy Free)</span></p><p><b>excludeFoodModifier</b>: Cashew Nut <span>(Details : {SNOMED CT code '227493005' = '227493005', given as 'Cashew Nut'})</span></p><blockquote><p><b>oralDiet</b></p><p><b>type</b>: DD - Diabetic diet <span>(Details : {SNOMED CT code '160670007' = '160670007', given as 'Diabetic diet'}; {http://goodhealthhospital.org/diet-type-codes code '1030' = '??', given as 'DD - Diabetic diet'})</span></p><p><b>schedule</b>: Starting 10/02/2015, Do 3 per 1 days</p><h3>Nutrients</h3><table><tr><td>-</td><td><b>Modifier</b></td><td><b>Amount</b></td></tr><tr><td>*</td><td>Carbohydrate <span>(Details : {SNOMED CT code '2331003' = '2331003', given as 'Carbohydrate'})</span></td><td>75 grams<span> (Details: http://unitsofmeasure.org code g = '??')</span></td></tr></table></blockquote></div>", "status": "generated" } }; var example418: fhir.NutritionOrder = { "resourceType": "NutritionOrder", "id": "diabeticdiet", "text": { "fhir_comments": [ " id = diabeticdiet file name = nutritionorder-example-diabeticdiet.xml Name= Diabetic Diet Description = Nutrition Order Diabetic Diet Canonical Example\nedited by Eric Haas Health eData Inc\n...narrative generated by FHIR build\n\t<text>\n\t\t<status value=\"generated\"/>\n\t\t<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\t\t\t<h3>Nutrition Order Diabetic Diet Canonical Example</h3>\n\t\t\t<ul>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Patient: </b>Peter Chalmers</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Orderer: </b>Dr Adam Careful</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Date: </b>2014-09-17</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Known Allergies: </b>Cashew Nuts</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Food Preferences: </b>dairy-free: Excludes dairy products</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Oral Diet Type: </b>DD - Diabetic diet</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Nutrients Requirements: </b>\n\t\t\t\t\t<ol>\n\t\t\t\t\t\t<li>75 grams Carbohydrate (per meal) </li>\n\t\t\t\t\t</ol>\n\t\t\t\t</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Schedule: </b>three times a day starting at breakfast on 2/10</li>\n\t\t\t</ul>\n\t\t</div>\n\t</text>\n ", " EH Show all the elements in this examples for preference, and intolerance " ], "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: diabeticdiet</p><p><b>patient</b>: <a>Peter Chalmers</a></p><p><b>orderer</b>: <a>Dr Adam Careful</a></p><p><b>identifier</b>: 123</p><p><b>encounter</b>: <a>Inpatient</a></p><p><b>dateTime</b>: 17/09/2014</p><p><b>status</b>: active</p><p><b>allergyIntolerance</b>: <a>Cashew Nuts</a></p><p><b>foodPreferenceModifier</b>: Dairy Free <span>(Details : {http://hl7.org/fhir/diet code 'dairy-free' = 'Dairy Free)</span></p><p><b>excludeFoodModifier</b>: Cashew Nut <span>(Details : {SNOMED CT code '227493005' = '227493005', given as 'Cashew Nut'})</span></p><blockquote><p><b>oralDiet</b></p><p><b>type</b>: DD - Diabetic diet <span>(Details : {SNOMED CT code '160670007' = '160670007', given as 'Diabetic diet'}; {http://goodhealthhospital.org/diet-type-codes code '1030' = '??', given as 'DD - Diabetic diet'})</span></p><p><b>schedule</b>: Starting 10/02/2015, Do 3 per 1 days</p><h3>Nutrients</h3><table><tr><td>-</td><td><b>Modifier</b></td><td><b>Amount</b></td></tr><tr><td>*</td><td>Carbohydrate <span>(Details : {SNOMED CT code '2331003' = '2331003', given as 'Carbohydrate'})</span></td><td>75 grams<span> (Details: http://unitsofmeasure.org code g = '??')</span></td></tr></table></blockquote></div>" }, "patient": { "reference": "Patient/example", "display": "Peter Chalmers" }, "orderer": { "reference": "Practitioner/example", "display": "Dr Adam Careful" }, "identifier": [ { "system": "http://goodhealthhospital.org/nutrition-orders", "value": "123" } ], "encounter": { "reference": "Encounter/example", "display": "Inpatient" }, "dateTime": "2014-09-17", "status": "active", "allergyIntolerance": [ { "reference": "AllergyIntolerance/example", "display": "Cashew Nuts" } ], "foodPreferenceModifier": [ { "coding": [ { "system": "http://hl7.org/fhir/diet", "code": "dairy-free" } ] } ], "excludeFoodModifier": [ { "coding": [ { "system": "http://snomed.info/sct", "version": "20140730", "code": "227493005", "display": "Cashew Nut" } ] } ], "oralDiet": { "fhir_comments": [ " EH: use oral Diet element " ], "type": [ { "fhir_comments": [ " EH: list type of diet showing standard code and local codes " ], "coding": [ { "system": "http://snomed.info/sct", "code": "160670007", "display": "Diabetic diet" }, { "system": "http://goodhealthhospital.org/diet-type-codes", "code": "1030", "display": "DD - Diabetic diet" } ], "text": "DD - Diabetic diet" } ], "schedule": [ { "fhir_comments": [ " EH example of three times a day starting on 2/10 using schedule " ], "repeat": { "boundsPeriod": { "start": "2015-02-10" }, "frequency": 3, "period": 1, "periodUnits": "d" } } ], "nutrient": [ { "fhir_comments": [ " list nutrients and amounts here " ], "modifier": { "coding": [ { "system": "http://snomed.info/sct", "code": "2331003", "display": "Carbohydrate" } ] }, "amount": { "value": 75, "unit": "grams", "system": "http://unitsofmeasure.org", "code": "g" } } ] } }; var example419: fhir.NutritionOrder = { "allergyIntolerance": [ { "display": "Cashew Nuts", "reference": "AllergyIntolerance/example" } ], "dateTime": "2014-09-17", "encounter": { "display": "Inpatient", "reference": "Encounter/example" }, "excludeFoodModifier": [ { "coding": [ { "code": "227493005", "display": "Cashew Nut", "system": "http://snomed.info/sct", "version": "20140730" } ] } ], "foodPreferenceModifier": [ { "coding": [ { "code": "kosher", "system": "http://hl7.org/fhir/diet" } ] } ], "id": "diabeticsupplement", "identifier": [ { "system": "http://goodhealthhospital.org/nutrition-orders", "value": "123" } ], "orderer": { "display": "Dr Adam Careful", "reference": "Practitioner/example" }, "patient": { "display": "Peter Chalmers", "reference": "Patient/example" }, "resourceType": "NutritionOrder", "status": "active", "supplement": [ { "productName": "Glucerna", "quantity": { "unit": "8 oz bottle", "value": 1 }, "schedule": [ { "repeat": { "boundsPeriod": { "start": "2015-02-10T15:00:00Z" }, "frequency": 1, "period": 24, "periodUnits": "h" } }, { "repeat": { "duration": 1, "durationUnits": "h", "when": "HS" } } ], "type": { "coding": [ { "code": "443051000124104", "display": "Adult diabetes specialty formula", "system": "http://snomed.info/sct" }, { "code": "1010", "display": "Adult diabetic formula", "system": "http://goodhealthhospital.org/supplement-type-codes" } ], "text": "Adult diabetic formula" } } ], "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: diabeticsupplement</p><p><b>patient</b>: <a>Peter Chalmers</a></p><p><b>orderer</b>: <a>Dr Adam Careful</a></p><p><b>identifier</b>: 123</p><p><b>encounter</b>: <a>Inpatient</a></p><p><b>dateTime</b>: 17/09/2014</p><p><b>status</b>: active</p><p><b>allergyIntolerance</b>: <a>Cashew Nuts</a></p><p><b>foodPreferenceModifier</b>: Kosher <span>(Details : {http://hl7.org/fhir/diet code 'kosher' = 'Kosher)</span></p><p><b>excludeFoodModifier</b>: Cashew Nut <span>(Details : {SNOMED CT code '227493005' = '227493005', given as 'Cashew Nut'})</span></p><h3>Supplements</h3><table><tr><td>-</td><td><b>Type</b></td><td><b>ProductName</b></td><td><b>Schedule</b></td><td><b>Quantity</b></td></tr><tr><td>*</td><td>Adult diabetic formula <span>(Details : {SNOMED CT code '443051000124104' = '443051000124104', given as 'Adult diabetes specialty formula'}; {http://goodhealthhospital.org/supplement-type-codes code '1010' = '??', given as 'Adult diabetic formula'})</span></td><td>Glucerna</td><td>Starting 11/02/2015 2:00:00 AM, Do Once per 24 hours</td><td>1 8 oz bottle</td></tr></table></div>", "status": "generated" } }; var example420: fhir.NutritionOrder = { "resourceType": "NutritionOrder", "id": "diabeticsupplement", "text": { "fhir_comments": [ " id = diabeticsupplement file name = nutritionorder-example-diabeticsupplement.xml Name= Diabetic Supplement Description = Nutrition Order Diabetic Supplement Canonical Example\nedited by Eric Haas Health eData Inc\n...narrative generated by FHIR build\n\t<text>\n\t\t<status value=\"generated\"/>\n\t\t<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\t\t\t<h3>Nutrition Order Diabetic Supplement Canonical Example</h3>\n\t\t\t<ul>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Patient: </b>Peter Chalmers</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Orderer: </b>Dr Adam Careful</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Date: </b>2014-09-17</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Known Allergies: </b>Cashew Nuts</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Food Preferences: </b>Kosher</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Supplement(Brand): </b>Adult diabetic formula (Glucerna)</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Schedule: </b>3pm and HS</li>\n\t\t\t</ul>\n\t\t</div>\n\t</text>\n " ], "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: diabeticsupplement</p><p><b>patient</b>: <a>Peter Chalmers</a></p><p><b>orderer</b>: <a>Dr Adam Careful</a></p><p><b>identifier</b>: 123</p><p><b>encounter</b>: <a>Inpatient</a></p><p><b>dateTime</b>: 17/09/2014</p><p><b>status</b>: active</p><p><b>allergyIntolerance</b>: <a>Cashew Nuts</a></p><p><b>foodPreferenceModifier</b>: Kosher <span>(Details : {http://hl7.org/fhir/diet code 'kosher' = 'Kosher)</span></p><p><b>excludeFoodModifier</b>: Cashew Nut <span>(Details : {SNOMED CT code '227493005' = '227493005', given as 'Cashew Nut'})</span></p><h3>Supplements</h3><table><tr><td>-</td><td><b>Type</b></td><td><b>ProductName</b></td><td><b>Schedule</b></td><td><b>Quantity</b></td></tr><tr><td>*</td><td>Adult diabetic formula <span>(Details : {SNOMED CT code '443051000124104' = '443051000124104', given as 'Adult diabetes specialty formula'}; {http://goodhealthhospital.org/supplement-type-codes code '1010' = '??', given as 'Adult diabetic formula'})</span></td><td>Glucerna</td><td>Starting 11/02/2015 2:00:00 AM, Do Once per 24 hours</td><td>1 8 oz bottle</td></tr></table></div>" }, "patient": { "reference": "Patient/example", "display": "Peter Chalmers" }, "orderer": { "reference": "Practitioner/example", "display": "Dr Adam Careful" }, "identifier": [ { "system": "http://goodhealthhospital.org/nutrition-orders", "value": "123" } ], "encounter": { "reference": "Encounter/example", "display": "Inpatient" }, "dateTime": "2014-09-17", "status": "active", "allergyIntolerance": [ { "reference": "AllergyIntolerance/example", "display": "Cashew Nuts" } ], "foodPreferenceModifier": [ { "coding": [ { "system": "http://hl7.org/fhir/diet", "code": "kosher" } ] } ], "excludeFoodModifier": [ { "coding": [ { "system": "http://snomed.info/sct", "version": "20140730", "code": "227493005", "display": "Cashew Nut" } ] } ], "supplement": [ { "fhir_comments": [ " EH: use supplement element ", " EH: use the .instructions element to list diet supplement order\n\t\t<instruction value=\"Glucerna Shake at 3pm and HS\"/>\n " ], "type": { "coding": [ { "system": "http://snomed.info/sct", "code": "443051000124104", "display": "Adult diabetes specialty formula" }, { "system": "http://goodhealthhospital.org/supplement-type-codes", "code": "1010", "display": "Adult diabetic formula" } ], "text": "Adult diabetic formula" }, "productName": "Glucerna", "schedule": [ { "fhir_comments": [ " EH:Glucerna Shake at 3pm and HS " ], "repeat": { "boundsPeriod": { "start": "2015-02-10T15:00:00Z" }, "frequency": 1, "period": 24, "periodUnits": "h" } }, { "repeat": { "duration": 1, "durationUnits": "h", "when": "HS" } } ], "quantity": { "value": 1, "unit": "8 oz bottle" } } ] }; var example421: fhir.NutritionOrder = { "allergyIntolerance": [ { "display": "Cashew Nuts", "reference": "AllergyIntolerance/example" } ], "dateTime": "2014-09-17", "encounter": { "display": "Inpatient", "reference": "Encounter/example" }, "excludeFoodModifier": [ { "coding": [ { "code": "227493005", "display": "Cashew Nut", "system": "http://snomed.info/sct", "version": "20140730" } ] } ], "foodPreferenceModifier": [ { "coding": [ { "code": "kosher", "system": "http://hl7.org/fhir/diet" } ] } ], "id": "energysupplement", "identifier": [ { "system": "http://goodhealthhospital.org/nutrition-orders", "value": "123" } ], "orderer": { "display": "Dr Adam Careful", "reference": "Practitioner/example" }, "patient": { "display": "Peter Chalmers", "reference": "Patient/example" }, "resourceType": "NutritionOrder", "status": "active", "supplement": [ { "productName": "Ensure", "quantity": { "unit": "8 oz can", "value": 1 }, "schedule": [ { "repeat": { "boundsPeriod": { "start": "2015-02-10" }, "frequency": 3, "period": 1, "periodUnits": "d" } } ], "type": { "coding": [ { "code": "442971000124100", "display": "Adult high energy formula", "system": "http://snomed.info/sct" }, { "code": "1010", "display": "Adult high energy drink", "system": "http://goodhealthhospital.org/supplement-type-codes" } ], "text": "Adult high energy drink" } } ], "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: energysupplement</p><p><b>patient</b>: <a>Peter Chalmers</a></p><p><b>orderer</b>: <a>Dr Adam Careful</a></p><p><b>identifier</b>: 123</p><p><b>encounter</b>: <a>Inpatient</a></p><p><b>dateTime</b>: 17/09/2014</p><p><b>status</b>: active</p><p><b>allergyIntolerance</b>: <a>Cashew Nuts</a></p><p><b>foodPreferenceModifier</b>: Kosher <span>(Details : {http://hl7.org/fhir/diet code 'kosher' = 'Kosher)</span></p><p><b>excludeFoodModifier</b>: Cashew Nut <span>(Details : {SNOMED CT code '227493005' = '227493005', given as 'Cashew Nut'})</span></p><h3>Supplements</h3><table><tr><td>-</td><td><b>Type</b></td><td><b>ProductName</b></td><td><b>Schedule</b></td><td><b>Quantity</b></td></tr><tr><td>*</td><td>Adult high energy drink <span>(Details : {SNOMED CT code '442971000124100' = '442971000124100', given as 'Adult high energy formula'}; {http://goodhealthhospital.org/supplement-type-codes code '1010' = '??', given as 'Adult high energy drink'})</span></td><td>Ensure</td><td>Starting 10/02/2015, Do 3 per 1 days</td><td>1 8 oz can</td></tr></table></div>", "status": "generated" } }; var example422: fhir.NutritionOrder = { "resourceType": "NutritionOrder", "id": "energysupplement", "text": { "fhir_comments": [ " id = energysupplement file name = nutritionorder-example-energysupplement.xml Name= Energy Supplement Description = Nutrition Order Energy Supplement Canonical Example\nedited by Eric Haas Health eData Inc\n...narrative generated by FHIR build\n\t<text>\n\t\t<status value=\"generated\"/>\n\t\t<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\t\t\t<h3>Nutrition Order Protein Supplement Canonical Example</h3>\n\t\t\t<ul>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Patient: </b>Peter Chalmers</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Orderer: </b>Dr Adam Careful</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Date: </b>2014-09-17</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Known Allergies: </b>Cashew Nuts</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Food Preferences: </b>Kosher</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Supplement(Brand): </b>Adult high energy drink (Ensure)</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Schedule: </b>1 8 oz can tid</li>\n\t\t\t</ul>\n\t\t</div>\n\t</text>\n " ], "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: energysupplement</p><p><b>patient</b>: <a>Peter Chalmers</a></p><p><b>orderer</b>: <a>Dr Adam Careful</a></p><p><b>identifier</b>: 123</p><p><b>encounter</b>: <a>Inpatient</a></p><p><b>dateTime</b>: 17/09/2014</p><p><b>status</b>: active</p><p><b>allergyIntolerance</b>: <a>Cashew Nuts</a></p><p><b>foodPreferenceModifier</b>: Kosher <span>(Details : {http://hl7.org/fhir/diet code 'kosher' = 'Kosher)</span></p><p><b>excludeFoodModifier</b>: Cashew Nut <span>(Details : {SNOMED CT code '227493005' = '227493005', given as 'Cashew Nut'})</span></p><h3>Supplements</h3><table><tr><td>-</td><td><b>Type</b></td><td><b>ProductName</b></td><td><b>Schedule</b></td><td><b>Quantity</b></td></tr><tr><td>*</td><td>Adult high energy drink <span>(Details : {SNOMED CT code '442971000124100' = '442971000124100', given as 'Adult high energy formula'}; {http://goodhealthhospital.org/supplement-type-codes code '1010' = '??', given as 'Adult high energy drink'})</span></td><td>Ensure</td><td>Starting 10/02/2015, Do 3 per 1 days</td><td>1 8 oz can</td></tr></table></div>" }, "patient": { "reference": "Patient/example", "display": "Peter Chalmers" }, "orderer": { "reference": "Practitioner/example", "display": "Dr Adam Careful" }, "identifier": [ { "system": "http://goodhealthhospital.org/nutrition-orders", "value": "123" } ], "encounter": { "reference": "Encounter/example", "display": "Inpatient" }, "dateTime": "2014-09-17", "status": "active", "allergyIntolerance": [ { "fhir_comments": [ " EH Show all the elements in this examples for preference, and intolerance " ], "reference": "AllergyIntolerance/example", "display": "Cashew Nuts" } ], "foodPreferenceModifier": [ { "coding": [ { "system": "http://hl7.org/fhir/diet", "code": "kosher" } ] } ], "excludeFoodModifier": [ { "coding": [ { "system": "http://snomed.info/sct", "version": "20140730", "code": "227493005", "display": "Cashew Nut" } ] } ], "supplement": [ { "fhir_comments": [ " EH: use supplement element " ], "type": { "coding": [ { "system": "http://snomed.info/sct", "code": "442971000124100", "display": "Adult high energy formula" }, { "system": "http://goodhealthhospital.org/supplement-type-codes", "code": "1010", "display": "Adult high energy drink" } ], "text": "Adult high energy drink" }, "productName": "Ensure", "schedule": [ { "fhir_comments": [ " EH: 1 8 oz can tid using coded data " ], "repeat": { "boundsPeriod": { "start": "2015-02-10" }, "frequency": 3, "period": 1, "periodUnits": "d" } } ], "quantity": { "value": 1, "unit": "8 oz can" } } ] }; var example423: fhir.NutritionOrder = { "allergyIntolerance": [ { "display": "Cashew Nuts", "reference": "AllergyIntolerance/example" } ], "dateTime": "2014-09-17", "encounter": { "display": "Inpatient", "reference": "Encounter/example" }, "enteralFormula": { "additiveProductName": "Acme Lipid Additive", "additiveType": { "coding": [ { "code": "lipid", "display": "Modular lipid enteral formula component", "system": "http://hl7.org/fhir/entformula-additive" } ] }, "administration": [ { "quantity": { "code": "mL", "system": "http://unitsofmeasure.org", "unit": "milliliters", "value": 240 }, "schedule": { "repeat": { "boundsPeriod": { "start": "2014-09-17T16:00:00Z" }, "frequency": 1, "period": 4, "periodUnits": "h" } } } ], "administrationInstruction": "240 mls every 4hrs ", "baseFormulaProductName": "Acme High Protein Formula", "baseFormulaType": { "coding": [ { "code": "659311000124118", "display": "Adult high protein formula", "system": "http://usextension/snomed.info/sct" } ] }, "caloricDensity": { "code": "cal/mL", "system": "http://unitsofmeasure.org", "unit": "calories per milliliter", "value": 1.5 }, "maxVolumeToDeliver": { "code": "mL/d", "system": "http://unitsofmeasure.org", "unit": "milliliter/day", "value": 1440 }, "routeofAdministration": { "coding": [ { "code": "GT", "display": "Instillation, gastrostomy tube", "system": "http://hl7.org/fhir/v3/RouteOfAdministration" } ] } }, "excludeFoodModifier": [ { "coding": [ { "code": "227493005", "display": "Cashew Nut", "system": "http://snomed.info/sct", "version": "20140730" } ] } ], "foodPreferenceModifier": [ { "coding": [ { "code": "dairy-free", "system": "http://hl7.org/fhir/diet" } ] } ], "id": "enteralbolus", "identifier": [ { "system": "http://www.acme.org/nutritionorders", "value": "123" } ], "orderer": { "display": "Dr Adam Careful", "reference": "Practitioner/example" }, "patient": { "display": "Peter Chalmers", "reference": "Patient/example" }, "resourceType": "NutritionOrder", "status": "active", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: enteralbolus</p><p><b>patient</b>: <a>Peter Chalmers</a></p><p><b>orderer</b>: <a>Dr Adam Careful</a></p><p><b>identifier</b>: 123</p><p><b>encounter</b>: <a>Inpatient</a></p><p><b>dateTime</b>: 17/09/2014</p><p><b>status</b>: active</p><p><b>allergyIntolerance</b>: <a>Cashew Nuts</a></p><p><b>foodPreferenceModifier</b>: Dairy Free <span>(Details : {http://hl7.org/fhir/diet code 'dairy-free' = 'Dairy Free)</span></p><p><b>excludeFoodModifier</b>: Cashew Nut <span>(Details : {SNOMED CT code '227493005' = '227493005', given as 'Cashew Nut'})</span></p><blockquote><p><b>enteralFormula</b></p><p><b>baseFormulaType</b>: Adult high protein formula <span>(Details : {http://usextension/snomed.info/sct code '659311000124118' = '??', given as 'Adult high protein formula'})</span></p><p><b>baseFormulaProductName</b>: Acme High Protein Formula</p><p><b>additiveType</b>: Modular lipid enteral formula component <span>(Details : {http://hl7.org/fhir/entformula-additive code 'lipid' = 'Modular lipid enteral formula component', given as 'Modular lipid enteral formula component'})</span></p><p><b>additiveProductName</b>: Acme Lipid Additive</p><p><b>caloricDensity</b>: 1.5 calories per milliliter<span> (Details: http://unitsofmeasure.org code cal/mL = '??')</span></p><p><b>routeofAdministration</b>: Instillation, gastrostomy tube <span>(Details : {http://hl7.org/fhir/v3/RouteOfAdministration code 'GT' = 'Instillation, gastrostomy tube', given as 'Instillation, gastrostomy tube'})</span></p><h3>Administrations</h3><table><tr><td>-</td><td><b>Schedule</b></td><td><b>Quantity</b></td></tr><tr><td>*</td><td>Starting 18/09/2014 2:00:00 AM, Do Once per 4 hours</td><td>240 milliliters<span> (Details: http://unitsofmeasure.org code mL = '??')</span></td></tr></table><p><b>maxVolumeToDeliver</b>: 1440 milliliter/day<span> (Details: http://unitsofmeasure.org code mL/d = '??')</span></p><p><b>administrationInstruction</b>: 240 mls every 4hrs </p></blockquote></div>", "status": "generated" } }; var example424: fhir.NutritionOrder = { "resourceType": "NutritionOrder", "id": "enteralbolus", "text": { "fhir_comments": [ " id = enteralbolus file name = nutritionorder-example-enteralbolus.xml Name= Enteral Bolus Description = Nutrition Order Enteral Bolus Feeding Example\nTube feedings are given in boluses several times a day edited by Eric Haas Health eData Inc\n...narrative generated by FHIR build\n\t<text>\n\t\t<status value=\"generated\"/>\n\t\t<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\t\t\t<h3>Nutrition Order Enteral Bolus Feeding Example(Tube feedings given in boluses several times a day)</h3>\n\t\t\t<ul>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Patient: </b>Peter Chalmers</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Orderer: </b>Dr Adam Careful</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Date: </b>2014-09-17</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Known Allergies: </b>Cashew Nuts</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Food Preferences: </b>Kosher</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Enteral base (Brand): </b>Adult high protein formula(Acme High Protein Formula)</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Additive (Brand): </b>Modular lipid enteral formula component(Acme Lipid Additive)</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Route: </b>Instillation, gastrostomy tube</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Rate: </b>Starting 2014-09-17, 240 mls every 4hrs not to exceed 1440 mls/day</li>\n\t\t\t</ul>\n\t\t</div>\n\t</text>\n " ], "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: enteralbolus</p><p><b>patient</b>: <a>Peter Chalmers</a></p><p><b>orderer</b>: <a>Dr Adam Careful</a></p><p><b>identifier</b>: 123</p><p><b>encounter</b>: <a>Inpatient</a></p><p><b>dateTime</b>: 17/09/2014</p><p><b>status</b>: active</p><p><b>allergyIntolerance</b>: <a>Cashew Nuts</a></p><p><b>foodPreferenceModifier</b>: Dairy Free <span>(Details : {http://hl7.org/fhir/diet code 'dairy-free' = 'Dairy Free)</span></p><p><b>excludeFoodModifier</b>: Cashew Nut <span>(Details : {SNOMED CT code '227493005' = '227493005', given as 'Cashew Nut'})</span></p><blockquote><p><b>enteralFormula</b></p><p><b>baseFormulaType</b>: Adult high protein formula <span>(Details : {http://usextension/snomed.info/sct code '659311000124118' = '??', given as 'Adult high protein formula'})</span></p><p><b>baseFormulaProductName</b>: Acme High Protein Formula</p><p><b>additiveType</b>: Modular lipid enteral formula component <span>(Details : {http://hl7.org/fhir/entformula-additive code 'lipid' = 'Modular lipid enteral formula component', given as 'Modular lipid enteral formula component'})</span></p><p><b>additiveProductName</b>: Acme Lipid Additive</p><p><b>caloricDensity</b>: 1.5 calories per milliliter<span> (Details: http://unitsofmeasure.org code cal/mL = '??')</span></p><p><b>routeofAdministration</b>: Instillation, gastrostomy tube <span>(Details : {http://hl7.org/fhir/v3/RouteOfAdministration code 'GT' = 'Instillation, gastrostomy tube', given as 'Instillation, gastrostomy tube'})</span></p><h3>Administrations</h3><table><tr><td>-</td><td><b>Schedule</b></td><td><b>Quantity</b></td></tr><tr><td>*</td><td>Starting 18/09/2014 2:00:00 AM, Do Once per 4 hours</td><td>240 milliliters<span> (Details: http://unitsofmeasure.org code mL = '??')</span></td></tr></table><p><b>maxVolumeToDeliver</b>: 1440 milliliter/day<span> (Details: http://unitsofmeasure.org code mL/d = '??')</span></p><p><b>administrationInstruction</b>: 240 mls every 4hrs </p></blockquote></div>" }, "patient": { "reference": "Patient/example", "display": "Peter Chalmers" }, "orderer": { "reference": "Practitioner/example", "display": "Dr Adam Careful" }, "identifier": [ { "system": "http://www.acme.org/nutritionorders", "value": "123" } ], "encounter": { "reference": "Encounter/example", "display": "Inpatient" }, "dateTime": "2014-09-17", "status": "active", "allergyIntolerance": [ { "fhir_comments": [ " EH Show all the elements in this examples for preference, and intolerance " ], "reference": "AllergyIntolerance/example", "display": "Cashew Nuts" } ], "foodPreferenceModifier": [ { "coding": [ { "system": "http://hl7.org/fhir/diet", "code": "dairy-free" } ] } ], "excludeFoodModifier": [ { "coding": [ { "system": "http://snomed.info/sct", "version": "20140730", "code": "227493005", "display": "Cashew Nut" } ] } ], "enteralFormula": { "baseFormulaType": { "coding": [ { "system": "http://usextension/snomed.info/sct", "_system": { "fhir_comments": [ " EH: bolus tube feeding instruction in text " ] }, "code": "659311000124118", "_code": { "fhir_comments": [ " EH temporary system value for us extension " ] }, "display": "Adult high protein formula" } ] }, "baseFormulaProductName": "Acme High Protein Formula", "additiveType": { "coding": [ { "system": "http://hl7.org/fhir/entformula-additive", "code": "lipid", "display": "Modular lipid enteral formula component" } ] }, "additiveProductName": "Acme Lipid Additive", "caloricDensity": { "value": 1.5, "unit": "calories per milliliter", "system": "http://unitsofmeasure.org", "code": "cal/mL" }, "routeofAdministration": { "coding": [ { "system": "http://hl7.org/fhir/v3/RouteOfAdministration", "code": "GT", "display": "Instillation, gastrostomy tube" } ] }, "administration": [ { "schedule": { "repeat": { "boundsPeriod": { "start": "2014-09-17T16:00:00Z" }, "frequency": 1, "period": 4, "periodUnits": "h" } }, "quantity": { "value": 240, "unit": "milliliters", "system": "http://unitsofmeasure.org", "code": "mL" } } ], "maxVolumeToDeliver": { "value": 1440, "unit": "milliliter/day", "system": "http://unitsofmeasure.org", "code": "mL/d" }, "administrationInstruction": "240 mls every 4hrs " } }; var example425: fhir.NutritionOrder = { "dateTime": "2014-09-17", "encounter": { "display": "Inpatient", "reference": "Encounter/example" }, "enteralFormula": { "administration": [ { "rateQuantity": { "code": "mL/h", "system": "http://unitsofmeasure.org", "unit": "ml/hr", "value": 60 }, "schedule": { "repeat": { "boundsPeriod": { "start": "2014-09-17T07:00:00Z" } } } }, { "rateQuantity": { "code": "mL/h", "system": "http://unitsofmeasure.org", "unit": "ml/hr", "value": 80 }, "schedule": { "repeat": { "boundsPeriod": { "start": "2014-09-17T11:00:00Z" } } } }, { "rateQuantity": { "code": "mL/h", "system": "http://unitsofmeasure.org", "unit": "ml/hr", "value": 100 }, "schedule": { "repeat": { "boundsPeriod": { "start": "2014-09-17T15:00:00Z" } } } } ], "administrationInstruction": "Hold feedings from 7 pm to 7 am. Add MCT oil to increase calories from 1.0 cal/mL to 1.5 cal/mL", "baseFormulaProductName": " Acme Diabetes Formula", "baseFormulaType": { "coding": [ { "code": "6547210000124112", "display": "Diabetic specialty enteral formula", "system": "http://snomed/sct" } ] }, "caloricDensity": { "code": "cal/mL", "system": "http://unitsofmeasure.org", "unit": "calories per milliliter", "value": 1 }, "maxVolumeToDeliver": { "code": "mL/d", "system": "http://unitsofmeasure.org", "unit": "milliliter/day", "value": 880 }, "routeofAdministration": { "coding": [ { "code": "NGT", "display": "Instillation, nasogastric tube", "system": "http://hl7.org/fhir/v3/RouteOfAdministration" } ] } }, "id": "enteralcontinuous", "identifier": [ { "system": "http://www.acme.org/nutritionorders", "value": "123" } ], "orderer": { "display": "Dr Adam Careful", "reference": "Practitioner/example" }, "patient": { "display": "Peter Chalmers", "reference": "Patient/example" }, "resourceType": "NutritionOrder", "status": "active", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: enteralcontinuous</p><p><b>patient</b>: <a>Peter Chalmers</a></p><p><b>orderer</b>: <a>Dr Adam Careful</a></p><p><b>identifier</b>: 123</p><p><b>encounter</b>: <a>Inpatient</a></p><p><b>dateTime</b>: 17/09/2014</p><p><b>status</b>: active</p><blockquote><p><b>enteralFormula</b></p><p><b>baseFormulaType</b>: Diabetic specialty enteral formula <span>(Details : {http://snomed/sct code '6547210000124112' = '??', given as 'Diabetic specialty enteral formula'})</span></p><p><b>baseFormulaProductName</b>: Acme Diabetes Formula</p><p><b>caloricDensity</b>: 1 calories per milliliter<span> (Details: http://unitsofmeasure.org code cal/mL = '??')</span></p><p><b>routeofAdministration</b>: Instillation, nasogastric tube <span>(Details : {http://hl7.org/fhir/v3/RouteOfAdministration code 'NGT' = 'Instillation, nasogastric tube', given as 'Instillation, nasogastric tube'})</span></p><blockquote><p><b>administration</b></p><p><b>schedule</b>: Starting 17/09/2014 5:00:00 PM, Do Once</p><p><b>rate</b>: 60 ml/hr<span> (Details: http://unitsofmeasure.org code mL/h = '??')</span></p></blockquote><blockquote><p><b>administration</b></p><p><b>schedule</b>: Starting 17/09/2014 9:00:00 PM, Do Once</p><p><b>rate</b>: 80 ml/hr<span> (Details: http://unitsofmeasure.org code mL/h = '??')</span></p></blockquote><blockquote><p><b>administration</b></p><p><b>schedule</b>: Starting 18/09/2014 1:00:00 AM, Do Once</p><p><b>rate</b>: 100 ml/hr<span> (Details: http://unitsofmeasure.org code mL/h = '??')</span></p></blockquote><p><b>maxVolumeToDeliver</b>: 880 milliliter/day<span> (Details: http://unitsofmeasure.org code mL/d = '??')</span></p><p><b>administrationInstruction</b>: Hold feedings from 7 pm to 7 am. Add MCT oil to increase calories from 1.0 cal/mL to 1.5 cal/mL</p></blockquote></div>", "status": "generated" } }; var example426: fhir.NutritionOrder = { "resourceType": "NutritionOrder", "id": "enteralcontinuous", "text": { "fhir_comments": [ " id = enteralcontinuous file name = nutritionorder-example-enteralcontinuous.xml Name= Enteral Continuous Feeding Description = Nutrition Order Enteral Continuous Feeding Canonical Example\neditor Eric Haas Health eData Inc\n...narrative generated by FHIR build\n\t<text>\n\t\t<status value=\"generated\"/>\n\t\t<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\t\t\t<h3>Nutrition Order Enteral Continuous Feeding Example (Tube feedings given as continuous rate)</h3>\n\t\t\t<ul>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Patient: </b>Peter Chalmers</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Orderer: </b>Dr Adam Careful</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Date: </b>2014-09-17</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Enteral base (Brand): </b>Diabetic specialty enteral formula(Acme Diabetes Formula)</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Route: </b>Instillation, nasogastrostomy tube</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Rate: </b>60 mls/hr not to exceed 880 mls/day</li>\n\t\t\t</ul>\n\t\t</div>\n\t</text>\n " ], "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: enteralcontinuous</p><p><b>patient</b>: <a>Peter Chalmers</a></p><p><b>orderer</b>: <a>Dr Adam Careful</a></p><p><b>identifier</b>: 123</p><p><b>encounter</b>: <a>Inpatient</a></p><p><b>dateTime</b>: 17/09/2014</p><p><b>status</b>: active</p><blockquote><p><b>enteralFormula</b></p><p><b>baseFormulaType</b>: Diabetic specialty enteral formula <span>(Details : {http://snomed/sct code '6547210000124112' = '??', given as 'Diabetic specialty enteral formula'})</span></p><p><b>baseFormulaProductName</b>: Acme Diabetes Formula</p><p><b>caloricDensity</b>: 1 calories per milliliter<span> (Details: http://unitsofmeasure.org code cal/mL = '??')</span></p><p><b>routeofAdministration</b>: Instillation, nasogastric tube <span>(Details : {http://hl7.org/fhir/v3/RouteOfAdministration code 'NGT' = 'Instillation, nasogastric tube', given as 'Instillation, nasogastric tube'})</span></p><blockquote><p><b>administration</b></p><p><b>schedule</b>: Starting 17/09/2014 5:00:00 PM, Do Once</p><p><b>rate</b>: 60 ml/hr<span> (Details: http://unitsofmeasure.org code mL/h = '??')</span></p></blockquote><blockquote><p><b>administration</b></p><p><b>schedule</b>: Starting 17/09/2014 9:00:00 PM, Do Once</p><p><b>rate</b>: 80 ml/hr<span> (Details: http://unitsofmeasure.org code mL/h = '??')</span></p></blockquote><blockquote><p><b>administration</b></p><p><b>schedule</b>: Starting 18/09/2014 1:00:00 AM, Do Once</p><p><b>rate</b>: 100 ml/hr<span> (Details: http://unitsofmeasure.org code mL/h = '??')</span></p></blockquote><p><b>maxVolumeToDeliver</b>: 880 milliliter/day<span> (Details: http://unitsofmeasure.org code mL/d = '??')</span></p><p><b>administrationInstruction</b>: Hold feedings from 7 pm to 7 am. Add MCT oil to increase calories from 1.0 cal/mL to 1.5 cal/mL</p></blockquote></div>" }, "patient": { "reference": "Patient/example", "display": "Peter Chalmers" }, "orderer": { "reference": "Practitioner/example", "display": "Dr Adam Careful" }, "identifier": [ { "system": "http://www.acme.org/nutritionorders", "value": "123" } ], "encounter": { "reference": "Encounter/example", "display": "Inpatient" }, "dateTime": "2014-09-17", "status": "active", "enteralFormula": { "fhir_comments": [ " Tube feedings given as continuous rate " ], "baseFormulaType": { "coding": [ { "system": "http://snomed/sct", "code": "6547210000124112", "display": "Diabetic specialty enteral formula" } ] }, "baseFormulaProductName": " Acme Diabetes Formula", "caloricDensity": { "value": 1, "unit": "calories per milliliter", "system": "http://unitsofmeasure.org", "code": "cal/mL" }, "routeofAdministration": { "fhir_comments": [ " step up rate of tube feeding by 20 ml/hr every 4 hours " ], "coding": [ { "system": "http://hl7.org/fhir/v3/RouteOfAdministration", "code": "NGT", "display": "Instillation, nasogastric tube" } ] }, "administration": [ { "schedule": { "repeat": { "boundsPeriod": { "start": "2014-09-17T07:00:00Z" } } }, "rateQuantity": { "value": 60, "unit": "ml/hr", "system": "http://unitsofmeasure.org", "code": "mL/h" } }, { "schedule": { "repeat": { "boundsPeriod": { "start": "2014-09-17T11:00:00Z" } } }, "rateQuantity": { "value": 80, "unit": "ml/hr", "system": "http://unitsofmeasure.org", "code": "mL/h" } }, { "schedule": { "repeat": { "boundsPeriod": { "start": "2014-09-17T15:00:00Z" } } }, "rateQuantity": { "value": 100, "unit": "ml/hr", "system": "http://unitsofmeasure.org", "code": "mL/h" } } ], "maxVolumeToDeliver": { "value": 880, "unit": "milliliter/day", "system": "http://unitsofmeasure.org", "code": "mL/d" }, "administrationInstruction": "Hold feedings from 7 pm to 7 am. Add MCT oil to increase calories from 1.0 cal/mL to 1.5 cal/mL" } }; var example427: fhir.NutritionOrder = { "allergyIntolerance": [ { "display": "Cashew Nuts", "reference": "AllergyIntolerance/example" } ], "dateTime": "2014-09-17", "encounter": { "display": "Inpatient", "reference": "Encounter/example" }, "excludeFoodModifier": [ { "coding": [ { "code": "227493005", "display": "Cashew Nut", "system": "http://snomed.info/sct", "version": "20140730" } ] } ], "foodPreferenceModifier": [ { "coding": [ { "code": "dairy-free", "system": "http://hl7.org/fhir/diet" } ] } ], "id": "fiberrestricteddiet", "identifier": [ { "system": "http://goodhealthhospital.org/nutrition-orders", "value": "123" } ], "oralDiet": { "nutrient": [ { "amount": { "code": "g", "system": "http://unitsofmeasure.org", "unit": "grams", "value": 50 }, "modifier": { "coding": [ { "code": "256674009", "display": "Fat", "system": "http://snomed.info/sct" } ] } } ], "schedule": [ { "repeat": { "boundsPeriod": { "start": "2015-02-10" }, "frequency": 3, "period": 1, "periodUnits": "d" } } ], "type": [ { "coding": [ { "code": "15108003", "display": "Restricted fiber diet", "system": "http://snomed.info/sct" }, { "code": "1000", "display": "Fiber restricted", "system": "http://goodhealthhospital.org/diet-type-codes" } ], "text": "Fiber restricted diet" }, { "coding": [ { "code": "16208003", "display": "Low fat diet", "system": "http://snomed.info/sct" }, { "code": "1100", "display": "Low Fat", "system": "http://goodhealthhospital.org/diet-type-codes" } ], "text": "Low fat diet" } ] }, "orderer": { "display": "Dr Adam Careful", "reference": "Practitioner/example" }, "patient": { "display": "Peter Chalmers", "reference": "Patient/example" }, "resourceType": "NutritionOrder", "status": "active", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: fiberrestricteddiet</p><p><b>patient</b>: <a>Peter Chalmers</a></p><p><b>orderer</b>: <a>Dr Adam Careful</a></p><p><b>identifier</b>: 123</p><p><b>encounter</b>: <a>Inpatient</a></p><p><b>dateTime</b>: 17/09/2014</p><p><b>status</b>: active</p><p><b>allergyIntolerance</b>: <a>Cashew Nuts</a></p><p><b>foodPreferenceModifier</b>: Dairy Free <span>(Details : {http://hl7.org/fhir/diet code 'dairy-free' = 'Dairy Free)</span></p><p><b>excludeFoodModifier</b>: Cashew Nut <span>(Details : {SNOMED CT code '227493005' = '227493005', given as 'Cashew Nut'})</span></p><blockquote><p><b>oralDiet</b></p><p><b>type</b>: Fiber restricted diet <span>(Details : {SNOMED CT code '15108003' = '15108003', given as 'Restricted fiber diet'}; {http://goodhealthhospital.org/diet-type-codes code '1000' = '??', given as 'Fiber restricted'})</span>, Low fat diet <span>(Details : {SNOMED CT code '16208003' = '16208003', given as 'Low fat diet'}; {http://goodhealthhospital.org/diet-type-codes code '1100' = '??', given as 'Low Fat'})</span></p><p><b>schedule</b>: Starting 10/02/2015, Do 3 per 1 days</p><h3>Nutrients</h3><table><tr><td>-</td><td><b>Modifier</b></td><td><b>Amount</b></td></tr><tr><td>*</td><td>Fat <span>(Details : {SNOMED CT code '256674009' = '256674009', given as 'Fat'})</span></td><td>50 grams<span> (Details: http://unitsofmeasure.org code g = '??')</span></td></tr></table></blockquote></div>", "status": "generated" } }; var example428: fhir.NutritionOrder = { "resourceType": "NutritionOrder", "id": "fiberrestricteddiet", "text": { "fhir_comments": [ " id = fiberrestricteddiet file name = nutritionorder-example-fiberrestricteddiet.xml Name= Low Fat and Fiber Restricted Diet Description = Nutrition Order Fiber Restricted and Low Fat Diet l Example\nedited by Eric Haas Health eData Inc\n...narrative generated by FHIR build\n\t<text>\n\t\t<status value=\"generated\"/>\n\t\t<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\t\t\t<h3>Nutrition Order Fiber Restricted and Low Fat Diet l Example</h3>\n\t\t\t<ul>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Patient: </b>Peter Chalmers</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Orderer: </b>Dr Adam Careful</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Date: </b>2014-09-17</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Known Allergies: </b>Cashew Nuts</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Food Preferences: </b>dairy-free: Excludes dairy products</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Oral Diet Type: </b>\n\t\t\t\t\t<ol>\n\t\t\t\t\t\t<li>Fiber restricted diet</li>\n\t\t\t\t\t\t<li>Low Fat diet</li>\n\t\t\t\t\t</ol>\n\t\t\t\t</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Nutrients Requirements: </b>\n\t\t\t\t\t<ol>\n\t\t\t\t\t\t<li>50 grams Fat</li>\n\t\t\t\t\t</ol>\n\t\t\t\t</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Schedule: </b>three times a day starting at breakfast on 2/10</li>\n\t\t\t</ul>\n\t\t</div>\n\t</text>\n " ], "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: fiberrestricteddiet</p><p><b>patient</b>: <a>Peter Chalmers</a></p><p><b>orderer</b>: <a>Dr Adam Careful</a></p><p><b>identifier</b>: 123</p><p><b>encounter</b>: <a>Inpatient</a></p><p><b>dateTime</b>: 17/09/2014</p><p><b>status</b>: active</p><p><b>allergyIntolerance</b>: <a>Cashew Nuts</a></p><p><b>foodPreferenceModifier</b>: Dairy Free <span>(Details : {http://hl7.org/fhir/diet code 'dairy-free' = 'Dairy Free)</span></p><p><b>excludeFoodModifier</b>: Cashew Nut <span>(Details : {SNOMED CT code '227493005' = '227493005', given as 'Cashew Nut'})</span></p><blockquote><p><b>oralDiet</b></p><p><b>type</b>: Fiber restricted diet <span>(Details : {SNOMED CT code '15108003' = '15108003', given as 'Restricted fiber diet'}; {http://goodhealthhospital.org/diet-type-codes code '1000' = '??', given as 'Fiber restricted'})</span>, Low fat diet <span>(Details : {SNOMED CT code '16208003' = '16208003', given as 'Low fat diet'}; {http://goodhealthhospital.org/diet-type-codes code '1100' = '??', given as 'Low Fat'})</span></p><p><b>schedule</b>: Starting 10/02/2015, Do 3 per 1 days</p><h3>Nutrients</h3><table><tr><td>-</td><td><b>Modifier</b></td><td><b>Amount</b></td></tr><tr><td>*</td><td>Fat <span>(Details : {SNOMED CT code '256674009' = '256674009', given as 'Fat'})</span></td><td>50 grams<span> (Details: http://unitsofmeasure.org code g = '??')</span></td></tr></table></blockquote></div>" }, "patient": { "reference": "Patient/example", "display": "Peter Chalmers" }, "orderer": { "reference": "Practitioner/example", "display": "Dr Adam Careful" }, "identifier": [ { "system": "http://goodhealthhospital.org/nutrition-orders", "value": "123" } ], "encounter": { "reference": "Encounter/example", "display": "Inpatient" }, "dateTime": "2014-09-17", "status": "active", "allergyIntolerance": [ { "fhir_comments": [ " EH Show all the elements in this examples for preference, and intolerance " ], "reference": "AllergyIntolerance/example", "display": "Cashew Nuts" } ], "foodPreferenceModifier": [ { "coding": [ { "system": "http://hl7.org/fhir/diet", "code": "dairy-free" } ] } ], "excludeFoodModifier": [ { "coding": [ { "system": "http://snomed.info/sct", "version": "20140730", "code": "227493005", "display": "Cashew Nut" } ] } ], "oralDiet": { "fhir_comments": [ " EH: use oral Diet element " ], "type": [ { "fhir_comments": [ " EH: list type of diet showing standard code and local codes " ], "coding": [ { "system": "http://snomed.info/sct", "code": "15108003", "display": "Restricted fiber diet" }, { "system": "http://goodhealthhospital.org/diet-type-codes", "code": "1000", "display": "Fiber restricted" } ], "text": "Fiber restricted diet" }, { "coding": [ { "system": "http://snomed.info/sct", "code": "16208003", "display": "Low fat diet" }, { "system": "http://goodhealthhospital.org/diet-type-codes", "code": "1100", "display": "Low Fat" } ], "text": "Low fat diet" } ], "schedule": [ { "fhir_comments": [ " EH example of three times a day starting on 2/10 " ], "repeat": { "boundsPeriod": { "start": "2015-02-10" }, "frequency": 3, "period": 1, "periodUnits": "d" } } ], "nutrient": [ { "modifier": { "fhir_comments": [ " list nutrients and amounts here " ], "coding": [ { "system": "http://snomed.info/sct", "code": "256674009", "display": "Fat" } ] }, "amount": { "value": 50, "unit": "grams", "system": "http://unitsofmeasure.org", "code": "g" } } ] } }; var example429: fhir.NutritionOrder = { "dateTime": "2014-09-17", "encounter": { "display": "Inpatient", "reference": "Encounter/example" }, "enteralFormula": { "additiveProductName": "Acme High Carbohydrate Additive", "additiveType": { "coding": [ { "code": "carbohydrate", "display": "Modular carbohydrate enteral formula component", "system": "http://hl7.org/fhir/entformula-additive" } ] }, "administration": [ { "quantity": { "code": "[foz_us]", "system": "http://unitsofmeasure.org", "unit": "ounces", "value": 4 }, "schedule": { "repeat": { "boundsPeriod": { "start": "2014-09-17" }, "frequency": 1, "period": 3, "periodUnits": "h" } } } ], "administrationInstruction": "Add high calorie high carbohydrate additive to increase cal/oz from 24 cal/oz to 27 cal/oz.", "baseFormulaProductName": "Acme Infant Formula + Iron", "baseFormulaType": { "coding": [ { "code": "412414007", "display": "infant formula + iron", "system": "http://snomed.info/sct" } ] }, "caloricDensity": { "code": "cal/[foz_us]", "system": "http://unitsofmeasure.org", "unit": "calories per ounce", "value": 20 }, "maxVolumeToDeliver": { "code": "[foz_us]", "system": "http://unitsofmeasure.org", "unit": "ounces", "value": 32 }, "routeofAdministration": { "coding": [ { "code": "PO", "display": "Swallow, oral", "system": "http://hl7.org/fhir/v3/RouteOfAdministration", "userSelected": true } ] } }, "id": "infantenteral", "identifier": [ { "system": "http://www.acme.org/nutritionorders", "value": "123" } ], "orderer": { "display": "Dr Adam Careful", "reference": "Practitioner/example" }, "patient": { "display": "Peter Chalmers", "reference": "Patient/example" }, "resourceType": "NutritionOrder", "status": "active", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: infantenteral</p><p><b>patient</b>: <a>Peter Chalmers</a></p><p><b>orderer</b>: <a>Dr Adam Careful</a></p><p><b>identifier</b>: 123</p><p><b>encounter</b>: <a>Inpatient</a></p><p><b>dateTime</b>: 17/09/2014</p><p><b>status</b>: active</p><blockquote><p><b>enteralFormula</b></p><p><b>baseFormulaType</b>: infant formula + iron <span>(Details : {SNOMED CT code '412414007' = '412414007', given as 'infant formula + iron'})</span></p><p><b>baseFormulaProductName</b>: Acme Infant Formula + Iron</p><p><b>additiveType</b>: Modular carbohydrate enteral formula component <span>(Details : {http://hl7.org/fhir/entformula-additive code 'carbohydrate' = 'Modular carbohydrate enteral formula component', given as 'Modular carbohydrate enteral formula component'})</span></p><p><b>additiveProductName</b>: Acme High Carbohydrate Additive</p><p><b>caloricDensity</b>: 20 calories per ounce<span> (Details: http://unitsofmeasure.org code cal/[foz_us] = '??')</span></p><p><b>routeofAdministration</b>: Swallow, oral <span>(Details : {http://hl7.org/fhir/v3/RouteOfAdministration code 'PO' = 'Swallow, oral', given as 'Swallow, oral'})</span></p><h3>Administrations</h3><table><tr><td>-</td><td><b>Schedule</b></td><td><b>Quantity</b></td></tr><tr><td>*</td><td>Starting 17/09/2014, Do Once per 3 hours</td><td>4 ounces<span> (Details: http://unitsofmeasure.org code [foz_us] = '??')</span></td></tr></table><p><b>maxVolumeToDeliver</b>: 32 ounces<span> (Details: http://unitsofmeasure.org code [foz_us] = '??')</span></p><p><b>administrationInstruction</b>: Add high calorie high carbohydrate additive to increase cal/oz from 24 cal/oz to 27 cal/oz.</p></blockquote></div>", "status": "generated" } }; var example430: fhir.NutritionOrder = { "resourceType": "NutritionOrder", "id": "infantenteral", "text": { "fhir_comments": [ " id = infantenteral file name = nutritionorder-infantenteral-example.xml Name= Infant Enteral Description = Nutrition Order Infant Enteral Feeding Canonical Example\nedited by Eric Haas Health eData Inc\n...narrative generated by FHIR build\n\t<text>\n\t\t<status value=\"generated\"/>\n\t\t<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\t\t\t<h3>Nutrition Order Infant Enteral Feeding Example (oral feedings given to an infant several times a day)</h3>\n\t\t\t<ul>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Patient: </b>Peter Chalmers</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Orderer: </b>Dr Adam Careful</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Date: </b>2014-09-17</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Enteral base (Brand): </b>infant formula + iron(Acme Infant Formula + Iron)</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Additive (Brand): </b>Modular carbohydrate enteral formula component(Acme High Carbohydrate Additive)</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Route: </b>Swallow, oral</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Rate: </b>4 oz every 3hrs not to exceed 32 oz/day starting 2014-09-17</li>\n\t\t\t</ul>\n\t\t</div>\n\t</text>\n " ], "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: infantenteral</p><p><b>patient</b>: <a>Peter Chalmers</a></p><p><b>orderer</b>: <a>Dr Adam Careful</a></p><p><b>identifier</b>: 123</p><p><b>encounter</b>: <a>Inpatient</a></p><p><b>dateTime</b>: 17/09/2014</p><p><b>status</b>: active</p><blockquote><p><b>enteralFormula</b></p><p><b>baseFormulaType</b>: infant formula + iron <span>(Details : {SNOMED CT code '412414007' = '412414007', given as 'infant formula + iron'})</span></p><p><b>baseFormulaProductName</b>: Acme Infant Formula + Iron</p><p><b>additiveType</b>: Modular carbohydrate enteral formula component <span>(Details : {http://hl7.org/fhir/entformula-additive code 'carbohydrate' = 'Modular carbohydrate enteral formula component', given as 'Modular carbohydrate enteral formula component'})</span></p><p><b>additiveProductName</b>: Acme High Carbohydrate Additive</p><p><b>caloricDensity</b>: 20 calories per ounce<span> (Details: http://unitsofmeasure.org code cal/[foz_us] = '??')</span></p><p><b>routeofAdministration</b>: Swallow, oral <span>(Details : {http://hl7.org/fhir/v3/RouteOfAdministration code 'PO' = 'Swallow, oral', given as 'Swallow, oral'})</span></p><h3>Administrations</h3><table><tr><td>-</td><td><b>Schedule</b></td><td><b>Quantity</b></td></tr><tr><td>*</td><td>Starting 17/09/2014, Do Once per 3 hours</td><td>4 ounces<span> (Details: http://unitsofmeasure.org code [foz_us] = '??')</span></td></tr></table><p><b>maxVolumeToDeliver</b>: 32 ounces<span> (Details: http://unitsofmeasure.org code [foz_us] = '??')</span></p><p><b>administrationInstruction</b>: Add high calorie high carbohydrate additive to increase cal/oz from 24 cal/oz to 27 cal/oz.</p></blockquote></div>" }, "patient": { "reference": "Patient/example", "display": "Peter Chalmers" }, "orderer": { "reference": "Practitioner/example", "display": "Dr Adam Careful" }, "identifier": [ { "system": "http://www.acme.org/nutritionorders", "value": "123" } ], "encounter": { "reference": "Encounter/example", "display": "Inpatient" }, "dateTime": "2014-09-17", "status": "active", "enteralFormula": { "baseFormulaType": { "coding": [ { "system": "http://snomed.info/sct", "code": "412414007", "display": "infant formula + iron" } ] }, "baseFormulaProductName": "Acme Infant Formula + Iron", "additiveType": { "coding": [ { "system": "http://hl7.org/fhir/entformula-additive", "code": "carbohydrate", "display": "Modular carbohydrate enteral formula component" } ] }, "additiveProductName": "Acme High Carbohydrate Additive", "caloricDensity": { "value": 20, "unit": "calories per ounce", "system": "http://unitsofmeasure.org", "code": "cal/[foz_us]" }, "routeofAdministration": { "coding": [ { "system": "http://hl7.org/fhir/v3/RouteOfAdministration", "code": "PO", "display": "Swallow, oral", "userSelected": true } ] }, "administration": [ { "schedule": { "fhir_comments": [ " scheduled 4 oz every 3hrs not to exceed 32 oz/day " ], "repeat": { "boundsPeriod": { "start": "2014-09-17" }, "frequency": 1, "period": 3, "periodUnits": "h" } }, "quantity": { "value": 4, "unit": "ounces", "system": "http://unitsofmeasure.org", "code": "[foz_us]" } } ], "maxVolumeToDeliver": { "value": 32, "unit": "ounces", "system": "http://unitsofmeasure.org", "code": "[foz_us]" }, "administrationInstruction": "Add high calorie high carbohydrate additive to increase cal/oz from 24 cal/oz to 27 cal/oz.", "_administrationInstruction": { "fhir_comments": [ " EH infant feeding instruction and additional instructions " ] } } }; var example431: fhir.NutritionOrder = { "dateTime": "2014-09-17", "encounter": { "display": "Inpatient", "reference": "Encounter/example" }, "id": "proteinsupplement", "identifier": [ { "system": "http://goodhealthhospital.org/nutrition-orders", "value": "123" } ], "orderer": { "display": "Dr Adam Careful", "reference": "Practitioner/example" }, "patient": { "display": "Peter Chalmers", "reference": "Patient/example" }, "resourceType": "NutritionOrder", "status": "active", "supplement": [ { "instruction": "Beneprotein 1 scoop TID with meal.starting on 2015-02-10", "productName": "Beneprotein", "quantity": { "code": "{scoop}", "system": "http://unitsofmeasure.org", "unit": "scoop", "value": 1 }, "schedule": [ { "repeat": { "boundsPeriod": { "start": "2015-02-10" }, "when": "C" } } ], "type": { "coding": [ { "code": "442991000124104", "display": "Adult high protein formula", "system": "http://snomed.info/sct" }, { "code": "1000", "display": "High Protein Powder", "system": "http://goodhealthhospital.org/supplement-type-codes" } ], "text": "High Protein Powder" } } ], "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: proteinsupplement</p><p><b>patient</b>: <a>Peter Chalmers</a></p><p><b>orderer</b>: <a>Dr Adam Careful</a></p><p><b>identifier</b>: 123</p><p><b>encounter</b>: <a>Inpatient</a></p><p><b>dateTime</b>: 17/09/2014</p><p><b>status</b>: active</p><h3>Supplements</h3><table><tr><td>-</td><td><b>Type</b></td><td><b>ProductName</b></td><td><b>Schedule</b></td><td><b>Quantity</b></td><td><b>Instruction</b></td></tr><tr><td>*</td><td>High Protein Powder <span>(Details : {SNOMED CT code '442991000124104' = '442991000124104', given as 'Adult high protein formula'}; {http://goodhealthhospital.org/supplement-type-codes code '1000' = '??', given as 'High Protein Powder'})</span></td><td>Beneprotein</td><td>Starting 10/02/2015, Do at meals</td><td>1 scoop<span> (Details: http://unitsofmeasure.org code {scoop} = '??')</span></td><td>Beneprotein 1 scoop TID with meal.starting on 2015-02-10</td></tr></table></div>", "status": "generated" } }; var example432: fhir.NutritionOrder = { "resourceType": "NutritionOrder", "id": "proteinsupplement", "text": { "fhir_comments": [ " id = proteinsupplement file name = nutritionorder-example-proteinsupplement.xml Name= Protein Supplement Description = Nutrition Order Protein Supplement Canonical Example\nedited by Eric Haas Health eData Inc\n...narrative generated by FHIR build\n\t<text>\n\t\t<status value=\"generated\"/>\n\t\t<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\t\t\t<h3>Nutrition Order Protein Supplement Canonical Example</h3>\n\t\t\t<ul>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Patient: </b>Peter Chalmers</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Orderer: </b>Dr Adam Careful</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Date: </b>2014-09-17</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Supplement(Brand): </b>High protein powder ( Beneprotein )</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Schedule: </b>1 scoop with meal</li>\n\t\t\t</ul>\n\t\t</div>\n\t</text>\n ", " EH: This example has no food exclusions or preferences " ], "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: proteinsupplement</p><p><b>patient</b>: <a>Peter Chalmers</a></p><p><b>orderer</b>: <a>Dr Adam Careful</a></p><p><b>identifier</b>: 123</p><p><b>encounter</b>: <a>Inpatient</a></p><p><b>dateTime</b>: 17/09/2014</p><p><b>status</b>: active</p><h3>Supplements</h3><table><tr><td>-</td><td><b>Type</b></td><td><b>ProductName</b></td><td><b>Schedule</b></td><td><b>Quantity</b></td><td><b>Instruction</b></td></tr><tr><td>*</td><td>High Protein Powder <span>(Details : {SNOMED CT code '442991000124104' = '442991000124104', given as 'Adult high protein formula'}; {http://goodhealthhospital.org/supplement-type-codes code '1000' = '??', given as 'High Protein Powder'})</span></td><td>Beneprotein</td><td>Starting 10/02/2015, Do at meals</td><td>1 scoop<span> (Details: http://unitsofmeasure.org code {scoop} = '??')</span></td><td>Beneprotein 1 scoop TID with meal.starting on 2015-02-10</td></tr></table></div>" }, "patient": { "reference": "Patient/example", "display": "Peter Chalmers" }, "orderer": { "reference": "Practitioner/example", "display": "Dr Adam Careful" }, "identifier": [ { "system": "http://goodhealthhospital.org/nutrition-orders", "value": "123" } ], "encounter": { "reference": "Encounter/example", "display": "Inpatient" }, "dateTime": "2014-09-17", "status": "active", "supplement": [ { "fhir_comments": [ " EH: use supplement element " ], "type": { "coding": [ { "system": "http://snomed.info/sct", "code": "442991000124104", "display": "Adult high protein formula" }, { "system": "http://goodhealthhospital.org/supplement-type-codes", "code": "1000", "display": "High Protein Powder" } ], "text": "High Protein Powder" }, "productName": "Beneprotein", "schedule": [ { "repeat": { "boundsPeriod": { "start": "2015-02-10" }, "when": "C" } } ], "quantity": { "value": 1, "unit": "scoop", "system": "http://unitsofmeasure.org", "code": "{scoop}" }, "instruction": "Beneprotein 1 scoop TID with meal.starting on 2015-02-10", "_instruction": { "fhir_comments": [ " EH: use the .instructions element to list diet supplement order " ] } } ] }; var example433: fhir.NutritionOrder = { "dateTime": "2014-09-17", "id": "pureeddiet-simple", "identifier": [ { "system": "http://goodhealthhospital.org/nutrition-orders", "value": "123" } ], "oralDiet": { "fluidConsistencyType": [ { "coding": [ { "code": "439021000124105", "display": "Dietary liquid consistency - nectar thick liquid", "system": "http://snomed.info/sct" } ], "text": "Nectar thick liquids" } ], "schedule": [ { "repeat": { "boundsPeriod": { "start": "2015-02-10" }, "frequency": 3, "period": 1, "periodUnits": "d" } } ], "texture": [ { "modifier": { "coding": [ { "code": "228055009", "display": "Liquidized food", "system": "http://snomed.info/sct" } ], "text": "Pureed" } } ], "type": [ { "coding": [ { "code": "226211001", "display": "Pureed diet", "system": "http://snomed.info/sct" }, { "code": "1010", "display": "Pureed diet", "system": "http://goodhealthhospital.org/diet-type-codes" } ], "text": "Pureed diet" } ] }, "orderer": { "display": "Dr Adam Careful", "reference": "Practitioner/example" }, "patient": { "display": "Peter Chalmers", "reference": "Patient/example" }, "resourceType": "NutritionOrder", "status": "active", "supplement": [ { "instruction": "Ensure Pudding at breakfast, lunch, supper", "productName": "Ensure Pudding 4 oz container", "type": { "coding": [ { "code": "442971000124100", "display": "Adult high energy formula", "system": "http://snomed.info/sct" }, { "code": "1040", "display": "Adult high energy pudding", "system": "http://goodhealthhospital.org/supplement-type-codes" } ], "text": "Adult high energy pudding" } } ], "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: pureeddiet-simple</p><p><b>patient</b>: <a>Peter Chalmers</a></p><p><b>orderer</b>: <a>Dr Adam Careful</a></p><p><b>identifier</b>: 123</p><p><b>dateTime</b>: 17/09/2014</p><p><b>status</b>: active</p><blockquote><p><b>oralDiet</b></p><p><b>type</b>: Pureed diet <span>(Details : {SNOMED CT code '226211001' = '226211001', given as 'Pureed diet'}; {http://goodhealthhospital.org/diet-type-codes code '1010' = '??', given as 'Pureed diet'})</span></p><p><b>schedule</b>: Starting 10/02/2015, Do 3 per 1 days</p><h3>Textures</h3><table><tr><td>-</td><td><b>Modifier</b></td></tr><tr><td>*</td><td>Pureed <span>(Details : {SNOMED CT code '228055009' = '228055009', given as 'Liquidized food'})</span></td></tr></table><p><b>fluidConsistencyType</b>: Nectar thick liquids <span>(Details : {SNOMED CT code '439021000124105' = '439021000124105', given as 'Dietary liquid consistency - nectar thick liquid'})</span></p></blockquote><h3>Supplements</h3><table><tr><td>-</td><td><b>Type</b></td><td><b>ProductName</b></td><td><b>Instruction</b></td></tr><tr><td>*</td><td>Adult high energy pudding <span>(Details : {SNOMED CT code '442971000124100' = '442971000124100', given as 'Adult high energy formula'}; {http://goodhealthhospital.org/supplement-type-codes code '1040' = '??', given as 'Adult high energy pudding'})</span></td><td>Ensure Pudding 4 oz container</td><td>Ensure Pudding at breakfast, lunch, supper</td></tr></table></div>", "status": "generated" } }; var example434: fhir.NutritionOrder = { "resourceType": "NutritionOrder", "id": "pureeddiet-simple", "text": { "fhir_comments": [ " Using only instruction element in oralDiet and Supplement minimal other elements id = pureeddiet-simple file name = nutritionorder-example-pureeddiet-simple.xml Name= Pureed Diet Simple Description = Nutrition Order Pureed Diet with Energy/Protein Supplement Simple Example\nedited by Eric Haas Health eData Inc\n...narrative generated by FHIR build\n\t<text>\n\t\t<status value=\"generated\"/>\n\t\t<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\t\t\t<h3>Nutrition Order Pureed Diet with Energy/Protein Supplement Simple Example</h3>\n\t\t\t<ul>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Patient: </b>Peter Chalmers</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Orderer: </b>Dr Adam Careful</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Date: </b>2014-09-17</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Instructions: </b>Pureed, Nectar thick liquids</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Supplement(Brand): </b>Adult high energy formula (Ensure Pudding 4 oz container)</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Schedule: </b>Ensure Pudding at breakfast, lunch, supper</li>\n\t\t\t</ul>\n\t\t</div>\n\t</text>\n " ], "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: pureeddiet-simple</p><p><b>patient</b>: <a>Peter Chalmers</a></p><p><b>orderer</b>: <a>Dr Adam Careful</a></p><p><b>identifier</b>: 123</p><p><b>dateTime</b>: 17/09/2014</p><p><b>status</b>: active</p><blockquote><p><b>oralDiet</b></p><p><b>type</b>: Pureed diet <span>(Details : {SNOMED CT code '226211001' = '226211001', given as 'Pureed diet'}; {http://goodhealthhospital.org/diet-type-codes code '1010' = '??', given as 'Pureed diet'})</span></p><p><b>schedule</b>: Starting 10/02/2015, Do 3 per 1 days</p><h3>Textures</h3><table><tr><td>-</td><td><b>Modifier</b></td></tr><tr><td>*</td><td>Pureed <span>(Details : {SNOMED CT code '228055009' = '228055009', given as 'Liquidized food'})</span></td></tr></table><p><b>fluidConsistencyType</b>: Nectar thick liquids <span>(Details : {SNOMED CT code '439021000124105' = '439021000124105', given as 'Dietary liquid consistency - nectar thick liquid'})</span></p></blockquote><h3>Supplements</h3><table><tr><td>-</td><td><b>Type</b></td><td><b>ProductName</b></td><td><b>Instruction</b></td></tr><tr><td>*</td><td>Adult high energy pudding <span>(Details : {SNOMED CT code '442971000124100' = '442971000124100', given as 'Adult high energy formula'}; {http://goodhealthhospital.org/supplement-type-codes code '1040' = '??', given as 'Adult high energy pudding'})</span></td><td>Ensure Pudding 4 oz container</td><td>Ensure Pudding at breakfast, lunch, supper</td></tr></table></div>" }, "patient": { "reference": "Patient/example", "display": "Peter Chalmers" }, "orderer": { "reference": "Practitioner/example", "display": "Dr Adam Careful" }, "identifier": [ { "system": "http://goodhealthhospital.org/nutrition-orders", "value": "123" } ], "dateTime": "2014-09-17", "status": "active", "oralDiet": { "fhir_comments": [ " EH: use oral Diet element " ], "type": [ { "fhir_comments": [ " EH: list type of diet showing standard code and local codes " ], "coding": [ { "system": "http://snomed.info/sct", "code": "226211001", "display": "Pureed diet" }, { "system": "http://goodhealthhospital.org/diet-type-codes", "code": "1010", "display": "Pureed diet" } ], "text": "Pureed diet" } ], "schedule": [ { "fhir_comments": [ " EH example of three times a day starting on 2/10 " ], "repeat": { "boundsPeriod": { "start": "2015-02-10" }, "frequency": 3, "period": 1, "periodUnits": "d" } } ], "texture": [ { "modifier": { "coding": [ { "system": "http://snomed.info/sct", "code": "228055009", "display": "Liquidized food" } ], "text": "Pureed" } } ], "fluidConsistencyType": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "439021000124105", "display": "Dietary liquid consistency - nectar thick liquid" } ], "text": "Nectar thick liquids" } ] }, "supplement": [ { "type": { "coding": [ { "system": "http://snomed.info/sct", "code": "442971000124100", "display": "Adult high energy formula" }, { "system": "http://goodhealthhospital.org/supplement-type-codes", "code": "1040", "display": "Adult high energy pudding" } ], "text": "Adult high energy pudding" }, "productName": "Ensure Pudding 4 oz container", "instruction": "Ensure Pudding at breakfast, lunch, supper", "_instruction": { "fhir_comments": [ " EH: Instructions to supplement too " ] } } ] }; var example435: fhir.NutritionOrder = { "allergyIntolerance": [ { "display": "Cashew Nuts", "reference": "AllergyIntolerance/example" } ], "dateTime": "2014-09-17", "encounter": { "display": "Inpatient", "reference": "Encounter/example" }, "excludeFoodModifier": [ { "coding": [ { "code": "227493005", "display": "Cashew Nut", "system": "http://snomed.info/sct", "version": "20140730" } ] } ], "foodPreferenceModifier": [ { "coding": [ { "code": "dairy-free", "system": "http://hl7.org/fhir/diet" } ] } ], "id": "pureeddiet", "identifier": [ { "system": "http://goodhealthhospital.org/nutrition-orders", "value": "123" } ], "oralDiet": { "fluidConsistencyType": [ { "coding": [ { "code": "439021000124105", "display": "Dietary liquid consistency - nectar thick liquid", "system": "http://snomed.info/sct" } ], "text": "Nectar thick liquids" } ], "schedule": [ { "repeat": { "boundsPeriod": { "start": "2015-02-10" }, "frequency": 3, "period": 1, "periodUnits": "d" } } ], "texture": [ { "modifier": { "coding": [ { "code": "228055009", "display": "Liquidized food", "system": "http://snomed.info/sct" } ], "text": "Pureed" } } ], "type": [ { "coding": [ { "code": "226211001", "display": "Pureed diet", "system": "http://snomed.info/sct" }, { "code": "1010", "display": "Pureed diet", "system": "http://goodhealthhospital.org/diet-type-codes" } ], "text": "Pureed diet" } ] }, "orderer": { "display": "Dr Adam Careful", "reference": "Practitioner/example" }, "patient": { "display": "Peter Chalmers", "reference": "Patient/example" }, "resourceType": "NutritionOrder", "status": "active", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: pureeddiet</p><p><b>patient</b>: <a>Peter Chalmers</a></p><p><b>orderer</b>: <a>Dr Adam Careful</a></p><p><b>identifier</b>: 123</p><p><b>encounter</b>: <a>Inpatient</a></p><p><b>dateTime</b>: 17/09/2014</p><p><b>status</b>: active</p><p><b>allergyIntolerance</b>: <a>Cashew Nuts</a></p><p><b>foodPreferenceModifier</b>: Dairy Free <span>(Details : {http://hl7.org/fhir/diet code 'dairy-free' = 'Dairy Free)</span></p><p><b>excludeFoodModifier</b>: Cashew Nut <span>(Details : {SNOMED CT code '227493005' = '227493005', given as 'Cashew Nut'})</span></p><blockquote><p><b>oralDiet</b></p><p><b>type</b>: Pureed diet <span>(Details : {SNOMED CT code '226211001' = '226211001', given as 'Pureed diet'}; {http://goodhealthhospital.org/diet-type-codes code '1010' = '??', given as 'Pureed diet'})</span></p><p><b>schedule</b>: Starting 10/02/2015, Do 3 per 1 days</p><h3>Textures</h3><table><tr><td>-</td><td><b>Modifier</b></td></tr><tr><td>*</td><td>Pureed <span>(Details : {SNOMED CT code '228055009' = '228055009', given as 'Liquidized food'})</span></td></tr></table><p><b>fluidConsistencyType</b>: Nectar thick liquids <span>(Details : {SNOMED CT code '439021000124105' = '439021000124105', given as 'Dietary liquid consistency - nectar thick liquid'})</span></p></blockquote></div>", "status": "generated" } }; var example436: fhir.NutritionOrder = { "resourceType": "NutritionOrder", "id": "pureeddiet", "text": { "fhir_comments": [ " id = pureediet file name = nutritionorder-example-pureeddiet.xml Name= Pureed Diet Description = Nutrition Order Pureed Diet Canonical Example\nedited by Eric Haas Health eData Inc\n...narrative generated by FHIR build\n\t<text>\n\t\t<status value=\"generated\"/>\n\t\t<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\t\t\t<h3>Nutrition Order Pureed Diet Canonical Example</h3>\n\t\t\t<ul>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Patient: </b>Peter Chalmers</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Orderer: </b>Dr Adam Careful</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Date: </b>2014-09-17</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Known Allergies: </b>Cashew Nuts</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Food Preferences: </b>dairy-free: Excludes dairy products</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Oral Diet Type: </b>Pureed Diet</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Texture: </b>Pureed</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Fluid Consistency: </b>Nectar thick liquids</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Schedule: </b>three times a day starting at breakfast on 2/10</li>\n\t\t\t</ul>\n\t\t</div>\n\t</text>\n " ], "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: pureeddiet</p><p><b>patient</b>: <a>Peter Chalmers</a></p><p><b>orderer</b>: <a>Dr Adam Careful</a></p><p><b>identifier</b>: 123</p><p><b>encounter</b>: <a>Inpatient</a></p><p><b>dateTime</b>: 17/09/2014</p><p><b>status</b>: active</p><p><b>allergyIntolerance</b>: <a>Cashew Nuts</a></p><p><b>foodPreferenceModifier</b>: Dairy Free <span>(Details : {http://hl7.org/fhir/diet code 'dairy-free' = 'Dairy Free)</span></p><p><b>excludeFoodModifier</b>: Cashew Nut <span>(Details : {SNOMED CT code '227493005' = '227493005', given as 'Cashew Nut'})</span></p><blockquote><p><b>oralDiet</b></p><p><b>type</b>: Pureed diet <span>(Details : {SNOMED CT code '226211001' = '226211001', given as 'Pureed diet'}; {http://goodhealthhospital.org/diet-type-codes code '1010' = '??', given as 'Pureed diet'})</span></p><p><b>schedule</b>: Starting 10/02/2015, Do 3 per 1 days</p><h3>Textures</h3><table><tr><td>-</td><td><b>Modifier</b></td></tr><tr><td>*</td><td>Pureed <span>(Details : {SNOMED CT code '228055009' = '228055009', given as 'Liquidized food'})</span></td></tr></table><p><b>fluidConsistencyType</b>: Nectar thick liquids <span>(Details : {SNOMED CT code '439021000124105' = '439021000124105', given as 'Dietary liquid consistency - nectar thick liquid'})</span></p></blockquote></div>" }, "patient": { "reference": "Patient/example", "display": "Peter Chalmers" }, "orderer": { "reference": "Practitioner/example", "display": "Dr Adam Careful" }, "identifier": [ { "system": "http://goodhealthhospital.org/nutrition-orders", "value": "123" } ], "encounter": { "reference": "Encounter/example", "display": "Inpatient" }, "dateTime": "2014-09-17", "status": "active", "allergyIntolerance": [ { "fhir_comments": [ " EH Show all the elements in this examples for preference, and intolerance " ], "reference": "AllergyIntolerance/example", "display": "Cashew Nuts" } ], "foodPreferenceModifier": [ { "coding": [ { "system": "http://hl7.org/fhir/diet", "code": "dairy-free" } ] } ], "excludeFoodModifier": [ { "coding": [ { "system": "http://snomed.info/sct", "version": "20140730", "code": "227493005", "display": "Cashew Nut" } ] } ], "oralDiet": { "fhir_comments": [ " EH: use oral Diet element " ], "type": [ { "fhir_comments": [ " EH: list type of diet showing standard code and local codes " ], "coding": [ { "system": "http://snomed.info/sct", "code": "226211001", "display": "Pureed diet" }, { "system": "http://goodhealthhospital.org/diet-type-codes", "code": "1010", "display": "Pureed diet" } ], "text": "Pureed diet" } ], "schedule": [ { "fhir_comments": [ " EH example of three times a day starting on 2/10 " ], "repeat": { "boundsPeriod": { "start": "2015-02-10" }, "frequency": 3, "period": 1, "periodUnits": "d" } } ], "texture": [ { "fhir_comments": [ " EH: this example showing how to code for texture modification " ], "modifier": { "coding": [ { "system": "http://snomed.info/sct", "code": "228055009", "display": "Liquidized food" } ], "text": "Pureed" } } ], "fluidConsistencyType": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "439021000124105", "display": "Dietary liquid consistency - nectar thick liquid" } ], "text": "Nectar thick liquids" } ] } }; var example437: fhir.NutritionOrder = { "allergyIntolerance": [ { "display": "Cashew Nuts", "reference": "AllergyIntolerance/example" } ], "dateTime": "2014-09-17", "encounter": { "display": "Inpatient", "reference": "Encounter/example" }, "excludeFoodModifier": [ { "coding": [ { "code": "227493005", "display": "Cashew Nut", "system": "http://snomed.info/sct", "version": "20140730" } ] } ], "foodPreferenceModifier": [ { "coding": [ { "code": "dairy-free", "system": "http://hl7.org/fhir/diet" } ] } ], "id": "renaldiet", "identifier": [ { "system": "http://goodhealthhospital.org/nutrition-orders", "value": "123" } ], "oralDiet": { "nutrient": [ { "amount": { "code": "g", "system": "http://unitsofmeasure.org", "unit": "grams", "value": 2 }, "modifier": { "coding": [ { "code": "39972003", "display": "Sodium", "system": "http://snomed.info/sct" } ] } }, { "amount": { "code": "mg", "system": "http://unitsofmeasure.org", "unit": "milligrams", "value": 1000 }, "modifier": { "coding": [ { "code": "30820000", "display": "Phosphorus", "system": "http://snomed.info/sct" } ] } }, { "amount": { "code": "g", "system": "http://unitsofmeasure.org", "unit": "grams", "value": 2 }, "modifier": { "coding": [ { "code": "88480006", "display": "Potassium", "system": "http://snomed.info/sct" } ] } } ], "schedule": [ { "repeat": { "boundsPeriod": { "start": "2015-02-10" }, "frequency": 3, "period": 1, "periodUnits": "d" } } ], "type": [ { "coding": [ { "code": "33489005", "display": "Renal diet", "system": "http://snomed.info/sct" }, { "code": "1050", "display": "Renal", "system": "http://goodhealthhospital.org/diet-type-codes" } ], "text": "Renal Diet" } ] }, "orderer": { "display": "Dr Adam Careful", "reference": "Practitioner/example" }, "patient": { "display": "Peter Chalmers", "reference": "Patient/example" }, "resourceType": "NutritionOrder", "status": "active", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: renaldiet</p><p><b>patient</b>: <a>Peter Chalmers</a></p><p><b>orderer</b>: <a>Dr Adam Careful</a></p><p><b>identifier</b>: 123</p><p><b>encounter</b>: <a>Inpatient</a></p><p><b>dateTime</b>: 17/09/2014</p><p><b>status</b>: active</p><p><b>allergyIntolerance</b>: <a>Cashew Nuts</a></p><p><b>foodPreferenceModifier</b>: Dairy Free <span>(Details : {http://hl7.org/fhir/diet code 'dairy-free' = 'Dairy Free)</span></p><p><b>excludeFoodModifier</b>: Cashew Nut <span>(Details : {SNOMED CT code '227493005' = '227493005', given as 'Cashew Nut'})</span></p><blockquote><p><b>oralDiet</b></p><p><b>type</b>: Renal Diet <span>(Details : {SNOMED CT code '33489005' = '33489005', given as 'Renal diet'}; {http://goodhealthhospital.org/diet-type-codes code '1050' = '??', given as 'Renal'})</span></p><p><b>schedule</b>: Starting 10/02/2015, Do 3 per 1 days</p><blockquote><p><b>nutrient</b></p><p><b>modifier</b>: Sodium <span>(Details : {SNOMED CT code '39972003' = '39972003', given as 'Sodium'})</span></p><p><b>amount</b>: 2 grams<span> (Details: http://unitsofmeasure.org code g = '??')</span></p></blockquote><blockquote><p><b>nutrient</b></p><p><b>modifier</b>: Phosphorus <span>(Details : {SNOMED CT code '30820000' = '30820000', given as 'Phosphorus'})</span></p><p><b>amount</b>: 1000 milligrams<span> (Details: http://unitsofmeasure.org code mg = '??')</span></p></blockquote><blockquote><p><b>nutrient</b></p><p><b>modifier</b>: Potassium <span>(Details : {SNOMED CT code '88480006' = '88480006', given as 'Potassium'})</span></p><p><b>amount</b>: 2 grams<span> (Details: http://unitsofmeasure.org code g = '??')</span></p></blockquote></blockquote></div>", "status": "generated" } }; var example438: fhir.NutritionOrder = { "resourceType": "NutritionOrder", "id": "renaldiet", "text": { "fhir_comments": [ " id = renaldiet file name = nutritionorder-example-renaldiet.xml Name= Renal Diet Description = Nutrition Order Renal Diet Example\nedited by Eric Haas Health eData Inc\n...narrative generated by FHIR build\n\t<text>\n\t\t<status value=\"generated\"/>\n\t\t<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\t\t\t<h3>Nutrition Order Renal Diet Example</h3>\n\t\t\t<ul>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Patient: </b>Peter Chalmers</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Orderer: </b>Dr Adam Careful</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Date: </b>2014-09-17</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Known Allergies: </b>Cashew Nuts</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Food Preferences: </b>dairy-free: Excludes dairy products</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Oral Diet Type: </b>Renal Diet</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Nutrients Requirements: </b>\n\t\t\t\t\t<ol>\n\t\t\t\t\t\t<li>1000 milligrams Phosphorus</li>\n\t\t\t\t\t\t<li>2 grams Sodium</li>\n\t\t\t\t\t\t<li>2 grams Potassium</li>\n\t\t\t\t\t</ol>\n\t\t\t\t</li>\n\t\t\t\t<li>\n\t\t\t\t\t<b>Schedule: </b>three times a day starting on breakfast 2/10</li>\n\t\t\t</ul>\n\t\t</div>\n\t</text>\n " ], "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: renaldiet</p><p><b>patient</b>: <a>Peter Chalmers</a></p><p><b>orderer</b>: <a>Dr Adam Careful</a></p><p><b>identifier</b>: 123</p><p><b>encounter</b>: <a>Inpatient</a></p><p><b>dateTime</b>: 17/09/2014</p><p><b>status</b>: active</p><p><b>allergyIntolerance</b>: <a>Cashew Nuts</a></p><p><b>foodPreferenceModifier</b>: Dairy Free <span>(Details : {http://hl7.org/fhir/diet code 'dairy-free' = 'Dairy Free)</span></p><p><b>excludeFoodModifier</b>: Cashew Nut <span>(Details : {SNOMED CT code '227493005' = '227493005', given as 'Cashew Nut'})</span></p><blockquote><p><b>oralDiet</b></p><p><b>type</b>: Renal Diet <span>(Details : {SNOMED CT code '33489005' = '33489005', given as 'Renal diet'}; {http://goodhealthhospital.org/diet-type-codes code '1050' = '??', given as 'Renal'})</span></p><p><b>schedule</b>: Starting 10/02/2015, Do 3 per 1 days</p><blockquote><p><b>nutrient</b></p><p><b>modifier</b>: Sodium <span>(Details : {SNOMED CT code '39972003' = '39972003', given as 'Sodium'})</span></p><p><b>amount</b>: 2 grams<span> (Details: http://unitsofmeasure.org code g = '??')</span></p></blockquote><blockquote><p><b>nutrient</b></p><p><b>modifier</b>: Phosphorus <span>(Details : {SNOMED CT code '30820000' = '30820000', given as 'Phosphorus'})</span></p><p><b>amount</b>: 1000 milligrams<span> (Details: http://unitsofmeasure.org code mg = '??')</span></p></blockquote><blockquote><p><b>nutrient</b></p><p><b>modifier</b>: Potassium <span>(Details : {SNOMED CT code '88480006' = '88480006', given as 'Potassium'})</span></p><p><b>amount</b>: 2 grams<span> (Details: http://unitsofmeasure.org code g = '??')</span></p></blockquote></blockquote></div>" }, "patient": { "reference": "Patient/example", "display": "Peter Chalmers" }, "orderer": { "reference": "Practitioner/example", "display": "Dr Adam Careful" }, "identifier": [ { "system": "http://goodhealthhospital.org/nutrition-orders", "value": "123" } ], "encounter": { "reference": "Encounter/example", "display": "Inpatient" }, "dateTime": "2014-09-17", "status": "active", "allergyIntolerance": [ { "reference": "AllergyIntolerance/example", "display": "Cashew Nuts" } ], "foodPreferenceModifier": [ { "coding": [ { "system": "http://hl7.org/fhir/diet", "code": "dairy-free" } ] } ], "excludeFoodModifier": [ { "coding": [ { "system": "http://snomed.info/sct", "version": "20140730", "code": "227493005", "display": "Cashew Nut" } ] } ], "oralDiet": { "fhir_comments": [ " EH: use oral Diet element " ], "type": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "33489005", "display": "Renal diet" }, { "system": "http://goodhealthhospital.org/diet-type-codes", "code": "1050", "display": "Renal" } ], "text": "Renal Diet" } ], "schedule": [ { "fhir_comments": [ " EH example of three times a day starting on 2/10 " ], "repeat": { "boundsPeriod": { "start": "2015-02-10" }, "frequency": 3, "period": 1, "periodUnits": "d" } } ], "nutrient": [ { "modifier": { "fhir_comments": [ " list nutrients and amounts here " ], "coding": [ { "system": "http://snomed.info/sct", "code": "39972003", "display": "Sodium" } ] }, "amount": { "value": 2, "unit": "grams", "system": "http://unitsofmeasure.org", "code": "g" } }, { "modifier": { "coding": [ { "system": "http://snomed.info/sct", "code": "30820000", "display": "Phosphorus" } ] }, "amount": { "value": 1000, "unit": "milligrams", "system": "http://unitsofmeasure.org", "code": "mg" } }, { "modifier": { "coding": [ { "system": "http://snomed.info/sct", "code": "88480006", "display": "Potassium" } ] }, "amount": { "value": 2, "unit": "grams", "system": "http://unitsofmeasure.org", "code": "g" } } ] } }; var example439: fhir.NutritionOrder = { "dateTime": "2014-09-17", "id": "texturemodified", "identifier": [ { "system": "http://goodhealthhospital.org/nutrition-orders", "value": "123" } ], "oralDiet": { "schedule": [ { "repeat": { "boundsPeriod": { "start": "2015-02-10" }, "frequency": 3, "period": 1, "periodUnits": "d" } } ], "texture": [ { "foodType": { "coding": [ { "code": "28647000", "display": "Meat", "system": "http://snomed.info/sct" } ], "text": "Regular, Chopped Meat" }, "modifier": { "coding": [ { "code": "228049004", "display": "Chopped food", "system": "http://snomed.info/sct" } ], "text": "Regular, Chopped Meat" } } ], "type": [ { "coding": [ { "code": "435801000124108", "display": "Texture modified diet", "system": "http://snomed.info/sct" }, { "code": "1010", "display": "Texture modified diet", "system": "http://goodhealthhospital.org/diet-type-codes" } ], "text": "Texture modified diet" } ] }, "orderer": { "display": "Dr Adam Careful", "reference": "Practitioner/example" }, "patient": { "display": "Peter Chalmers", "reference": "Patient/example" }, "resourceType": "NutritionOrder", "status": "active", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: texturemodified</p><p><b>patient</b>: <a>Peter Chalmers</a></p><p><b>orderer</b>: <a>Dr Adam Careful</a></p><p><b>identifier</b>: 123</p><p><b>dateTime</b>: 17/09/2014</p><p><b>status</b>: active</p><blockquote><p><b>oralDiet</b></p><p><b>type</b>: Texture modified diet <span>(Details : {SNOMED CT code '435801000124108' = '435801000124108', given as 'Texture modified diet'}; {http://goodhealthhospital.org/diet-type-codes code '1010' = '??', given as 'Texture modified diet'})</span></p><p><b>schedule</b>: Starting 10/02/2015, Do 3 per 1 days</p><h3>Textures</h3><table><tr><td>-</td><td><b>Modifier</b></td><td><b>FoodType</b></td></tr><tr><td>*</td><td>Regular, Chopped Meat <span>(Details : {SNOMED CT code '228049004' = '228049004', given as 'Chopped food'})</span></td><td>Regular, Chopped Meat <span>(Details : {SNOMED CT code '28647000' = '28647000', given as 'Meat'})</span></td></tr></table></blockquote></div>", "status": "generated" } }; var example440: fhir.NutritionOrder = { "resourceType": "NutritionOrder", "id": "texturemodified", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: texturemodified</p><p><b>patient</b>: <a>Peter Chalmers</a></p><p><b>orderer</b>: <a>Dr Adam Careful</a></p><p><b>identifier</b>: 123</p><p><b>dateTime</b>: 17/09/2014</p><p><b>status</b>: active</p><blockquote><p><b>oralDiet</b></p><p><b>type</b>: Texture modified diet <span>(Details : {SNOMED CT code '435801000124108' = '435801000124108', given as 'Texture modified diet'}; {http://goodhealthhospital.org/diet-type-codes code '1010' = '??', given as 'Texture modified diet'})</span></p><p><b>schedule</b>: Starting 10/02/2015, Do 3 per 1 days</p><h3>Textures</h3><table><tr><td>-</td><td><b>Modifier</b></td><td><b>FoodType</b></td></tr><tr><td>*</td><td>Regular, Chopped Meat <span>(Details : {SNOMED CT code '228049004' = '228049004', given as 'Chopped food'})</span></td><td>Regular, Chopped Meat <span>(Details : {SNOMED CT code '28647000' = '28647000', given as 'Meat'})</span></td></tr></table></blockquote></div>" }, "patient": { "reference": "Patient/example", "display": "Peter Chalmers" }, "orderer": { "reference": "Practitioner/example", "display": "Dr Adam Careful" }, "identifier": [ { "system": "http://goodhealthhospital.org/nutrition-orders", "value": "123" } ], "dateTime": "2014-09-17", "status": "active", "oralDiet": { "fhir_comments": [ " EH: use oral Diet element " ], "type": [ { "fhir_comments": [ " EH: list type of diet showing standard code and local codes " ], "coding": [ { "system": "http://snomed.info/sct", "code": "435801000124108", "display": "Texture modified diet" }, { "system": "http://goodhealthhospital.org/diet-type-codes", "code": "1010", "display": "Texture modified diet" } ], "text": "Texture modified diet" } ], "schedule": [ { "fhir_comments": [ " EH example of three times a day starting on 2/10 " ], "repeat": { "boundsPeriod": { "start": "2015-02-10" }, "frequency": 3, "period": 1, "periodUnits": "d" } } ], "texture": [ { "modifier": { "coding": [ { "system": "http://snomed.info/sct", "code": "228049004", "display": "Chopped food" } ], "text": "Regular, Chopped Meat" }, "foodType": { "coding": [ { "system": "http://snomed.info/sct", "code": "28647000", "display": "Meat" } ], "text": "Regular, Chopped Meat" } } ] } }; var example441: fhir.Observation = { "code": { "coding": [ { "code": "55233-1", "display": "Genetic analysis master panel ­Blood or Tissue by Molecular genetics method", "system": "http://loinc.org" } ] }, "comments": "The EGFR p.L858R mutation has been associated with response to anti-EGFR therapy", "contained": [ { "category": { "coding": [ { "code": "finding", "display": "Finding", "system": "http://hl7.org/fhir/condition-category" } ] }, "code": { "coding": [ { "code": "254626006", "system": "http://snomed.info/sct" } ], "text": "Adenocarcinoma of lung " }, "id": "c1", "patient": { "reference": "Patient/p1" }, "resourceType": "Condition", "verificationStatus": "provisional" } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/geneticsGenomeBuild", "valueString": "GRCh 37" }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsChromosome", "valueCodeableConcept": { "coding": [ { "code": "NC_000007", "system": "http://www.ncbi.nlm.nih.gov/gene" } ], "text": "Homo sapiens chromosome 7" } }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsGenomicStart", "valueInteger": 55259515 }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsGenomicStop", "valueInteger": 55259516 }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsSpecies", "valueCodeableConcept": { "coding": [ { "code": "337915000", "system": "http://snomed.info/sct" } ], "text": "Homo sapiens" } }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsCIGAR", "valueString": "1M" }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsAssessedCondition", "valueReference": { "reference": "#c1" } }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsReferenceAllele", "valueString": "T" }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsObservedAllele", "valueString": "G" }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsGene", "valueCodeableConcept": { "coding": [ { "code": "3236", "display": "EGFR", "system": "http://www.genenames.org" } ] } }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsTranscriptReferenceSequenceId", "valueCodeableConcept": { "coding": [ { "code": "ENSESTT00000085772.1", "system": "http://www.ensembl.org" } ] } }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsDNASequenceVariation", "valueString": "c.2573T>G" }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsDNASequenceVariationType", "valueCodeableConcept": { "coding": [ { "code": "LA6690-7", "display": "Substitution", "system": "http://loinc.org" } ] } }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsAminoAcidChange", "valueString": "p.Leu858Arg" }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsAlleleName", "valueString": "p.L858R" }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsGenomicSourceClass", "valueCodeableConcept": { "coding": [ { "code": "LA6684-0", "display": "Somatic", "system": "http://loinc.org" } ] } } ], "id": "genetics-example1-somatic", "interpretation": { "coding": [ { "code": "POS", "system": "http://hl7.org/fhir/v2/0078" } ], "text": "positive" }, "performer": [ { "display": "Molecular Diagnostic Laboratory", "reference": "Practitioner/genetics-example1-somatic" } ], "resourceType": "Observation", "specimen": { "display": "Molecular Specimen ID: MLD45-Z4-1234", "reference": "Specimen/genetics-example1-somatic" }, "status": "final", "subject": { "display": "Molecular Lab Patient ID: HOSP-23456", "reference": "Patient/genetics-example1-somatic" }, "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: genetics-example1-somatic</p><p><b>contained</b>: </p><p><b>status</b>: final</p><p><b>code</b>: Genetic analysis master panel ­Blood or Tissue by Molecular genetics method <span>(Details : {LOINC code '55233-1' = 'Genetic analysis master panel - Blood or Tissue by Molecular genetics method', given as 'Genetic analysis master panel ­Blood or Tissue by Molecular genetics method'})</span></p><p><b>subject</b>: <a>Molecular Lab Patient ID: HOSP-23456</a></p><p><b>performer</b>: <a>Molecular Diagnostic Laboratory</a></p><p><b>interpretation</b>: positive <span>(Details : {http://hl7.org/fhir/v2/0078 code 'POS' = 'Positive)</span></p><p><b>comments</b>: The EGFR p.L858R mutation has been associated with response to anti-EGFR therapy</p><p><b>specimen</b>: <a>Molecular Specimen ID: MLD45-Z4-1234</a></p></div>", "status": "generated" } }; var example442: fhir.Observation = { "resourceType": "Observation", "id": "genetics-example1-somatic", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: genetics-example1-somatic</p><p><b>contained</b>: </p><p><b>status</b>: final</p><p><b>code</b>: Genetic analysis master panel ­Blood or Tissue by Molecular genetics method <span>(Details : {LOINC code '55233-1' = 'Genetic analysis master panel - Blood or Tissue by Molecular genetics method', given as 'Genetic analysis master panel ­Blood or Tissue by Molecular genetics method'})</span></p><p><b>subject</b>: <a>Molecular Lab Patient ID: HOSP-23456</a></p><p><b>performer</b>: <a>Molecular Diagnostic Laboratory</a></p><p><b>interpretation</b>: positive <span>(Details : {http://hl7.org/fhir/v2/0078 code 'POS' = 'Positive)</span></p><p><b>comments</b>: The EGFR p.L858R mutation has been associated with response to anti-EGFR therapy</p><p><b>specimen</b>: <a>Molecular Specimen ID: MLD45-Z4-1234</a></p></div>" }, "contained": [ { "resourceType": "Condition", "id": "c1", "patient": { "reference": "Patient/p1" }, "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "254626006" } ], "text": "Adenocarcinoma of lung " }, "category": { "coding": [ { "system": "http://hl7.org/fhir/condition-category", "code": "finding", "display": "Finding" } ] }, "verificationStatus": "provisional" } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/geneticsGenomeBuild", "valueString": "GRCh 37" }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsChromosome", "valueCodeableConcept": { "coding": [ { "system": "http://www.ncbi.nlm.nih.gov/gene", "code": "NC_000007" } ], "text": "Homo sapiens chromosome 7" } }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsGenomicStart", "valueInteger": 55259515 }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsGenomicStop", "valueInteger": 55259516 }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsSpecies", "valueCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "337915000" } ], "text": "Homo sapiens" } }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsCIGAR", "valueString": "1M" }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsAssessedCondition", "valueReference": { "reference": "#c1" } }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsReferenceAllele", "valueString": "T" }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsObservedAllele", "valueString": "G" }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsGene", "valueCodeableConcept": { "coding": [ { "system": "http://www.genenames.org", "code": "3236", "display": "EGFR" } ] } }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsTranscriptReferenceSequenceId", "valueCodeableConcept": { "coding": [ { "system": "http://www.ensembl.org", "code": "ENSESTT00000085772.1" } ] } }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsDNASequenceVariation", "valueString": "c.2573T>G" }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsDNASequenceVariationType", "valueCodeableConcept": { "coding": [ { "system": "http://loinc.org", "code": "LA6690-7", "display": "Substitution" } ] } }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsAminoAcidChange", "valueString": "p.Leu858Arg" }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsAlleleName", "valueString": "p.L858R" }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsGenomicSourceClass", "valueCodeableConcept": { "coding": [ { "system": "http://loinc.org", "code": "LA6684-0", "display": "Somatic" } ] } } ], "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "55233-1", "display": "Genetic analysis master panel ­Blood or Tissue by Molecular genetics method" } ] }, "subject": { "reference": "Patient/genetics-example1-somatic", "display": "Molecular Lab Patient ID: HOSP-23456" }, "performer": [ { "reference": "Practitioner/genetics-example1-somatic", "display": "Molecular Diagnostic Laboratory" } ], "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "POS" } ], "text": "positive" }, "comments": "The EGFR p.L858R mutation has been associated with response to anti-EGFR therapy", "specimen": { "reference": "Specimen/genetics-example1-somatic", "display": "Molecular Specimen ID: MLD45-Z4-1234" } }; var example443: fhir.Observation = { "code": { "coding": [ { "code": "21636-6", "display": "BRCA1 gene mutation analysis", "system": "http://loinc.org" } ] }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/geneticsGenomeBuild", "valueString": "GRCh 37" }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsChromosome", "valueCodeableConcept": { "coding": [ { "code": "NC_000017", "system": "http://www.ncbi.nlm.nih.gov/gene" } ], "text": "Homo sapiens chromosome 17" } }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsGenomicStart", "valueInteger": 41258504 }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsGenomicStop", "valueInteger": 41258505 }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsReferenceAllele", "valueString": "A" }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsObservedAllele", "valueString": "C" }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsGene", "valueCodeableConcept": { "coding": [ { "code": "1100", "display": "BRCA1", "system": "http://www.genenames.org" } ] } }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsDNASequenceVariation", "valueString": "c.181T>G" }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsVariationId", "valueCodeableConcept": { "coding": [ { "code": "17661", "display": "c.181T>G", "system": "http://www.ncbi.nlm.nih.gov/clinvar" } ] } }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsDNARegionName", "valueString": "Exon 4" }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsDNASequenceVariationType", "valueCodeableConcept": { "coding": [ { "code": "LA6690-7", "display": "Substitution", "system": "http://loinc.org" } ] } }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsAminoAcidChange", "valueString": "p.Cys61Gly" }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsGenomicSourceClass", "valueCodeableConcept": { "coding": [ { "code": "LA6683-2", "display": "Germline", "system": "http://loinc.org" } ] } }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsSpecies", "valueCodeableConcept": { "coding": [ { "code": "337915000", "system": "http://snomed.info/sct" } ], "text": "Homo sapiens" } }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsCIGAR", "valueString": "1M" } ], "id": "genetics-example2-germline", "performer": [ { "display": "Molecular Diagnostic Laboratory", "reference": "Practitioner/genetics-example2-germline" } ], "resourceType": "Observation", "specimen": { "display": "Molecular Specimen ID: MLD45-Z4-1234", "reference": "Specimen/genetics-example2-germline" }, "status": "final", "subject": { "display": "Molecular Lab Patient ID: HOSP-23456", "reference": "Patient/genetics-example2-germline" }, "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: genetics-example2-germline</p><p><b>status</b>: final</p><p><b>code</b>: BRCA1 gene mutation analysis <span>(Details : {LOINC code '21636-6' = 'BRCA1 gene mutations found [Identifier] in Blood or Tissue by Molecular genetics method Nominal', given as 'BRCA1 gene mutation analysis'})</span></p><p><b>subject</b>: <a>Molecular Lab Patient ID: HOSP-23456</a></p><p><b>performer</b>: <a>Molecular Diagnostic Laboratory</a></p><p><b>specimen</b>: <a>Molecular Specimen ID: MLD45-Z4-1234</a></p></div>", "status": "generated" } }; var example444: fhir.Observation = { "resourceType": "Observation", "id": "genetics-example2-germline", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: genetics-example2-germline</p><p><b>status</b>: final</p><p><b>code</b>: BRCA1 gene mutation analysis <span>(Details : {LOINC code '21636-6' = 'BRCA1 gene mutations found [Identifier] in Blood or Tissue by Molecular genetics method Nominal', given as 'BRCA1 gene mutation analysis'})</span></p><p><b>subject</b>: <a>Molecular Lab Patient ID: HOSP-23456</a></p><p><b>performer</b>: <a>Molecular Diagnostic Laboratory</a></p><p><b>specimen</b>: <a>Molecular Specimen ID: MLD45-Z4-1234</a></p></div>" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/geneticsGenomeBuild", "valueString": "GRCh 37" }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsChromosome", "valueCodeableConcept": { "coding": [ { "system": "http://www.ncbi.nlm.nih.gov/gene", "code": "NC_000017" } ], "text": "Homo sapiens chromosome 17" } }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsGenomicStart", "valueInteger": 41258504 }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsGenomicStop", "valueInteger": 41258505 }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsReferenceAllele", "valueString": "A" }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsObservedAllele", "valueString": "C" }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsGene", "valueCodeableConcept": { "coding": [ { "system": "http://www.genenames.org", "code": "1100", "display": "BRCA1" } ] } }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsDNASequenceVariation", "valueString": "c.181T>G" }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsVariationId", "valueCodeableConcept": { "coding": [ { "system": "http://www.ncbi.nlm.nih.gov/clinvar", "code": "17661", "display": "c.181T>G" } ] } }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsDNARegionName", "valueString": "Exon 4" }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsDNASequenceVariationType", "valueCodeableConcept": { "coding": [ { "system": "http://loinc.org", "code": "LA6690-7", "display": "Substitution" } ] } }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsAminoAcidChange", "valueString": "p.Cys61Gly" }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsGenomicSourceClass", "valueCodeableConcept": { "coding": [ { "system": "http://loinc.org", "code": "LA6683-2", "display": "Germline" } ] } }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsSpecies", "valueCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "337915000" } ], "text": "Homo sapiens" } }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsCIGAR", "valueString": "1M" } ], "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "21636-6", "display": "BRCA1 gene mutation analysis" } ] }, "subject": { "reference": "Patient/genetics-example2-germline", "display": "Molecular Lab Patient ID: HOSP-23456" }, "performer": [ { "reference": "Practitioner/genetics-example2-germline", "display": "Molecular Diagnostic Laboratory" } ], "specimen": { "reference": "Specimen/genetics-example2-germline", "display": "Molecular Specimen ID: MLD45-Z4-1234" } }; var example445: fhir.Observation = { "code": { "coding": [ { "code": "49874-1", "display": "ABCB4 gene mutation analysis", "system": "http://loinc.org" } ] }, "component": [ { "code": { "coding": [ { "code": "53037-8", "display": "Genetic disease sequence variation interpretation", "system": "http://loinc.org" } ] }, "valueCodeableConcept": { "coding": [ { "code": "LA6682-4", "display": "Unknown significance", "system": "http://www.genenames.org" } ] } } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/geneticsDNASequenceVariation", "valueString": "c.2708T>C" }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsDNARegionName", "valueString": "Exon 23" }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsAminoAcidChange", "valueString": "p.R969H" } ], "id": "genetics-example3-mutationlist-1", "performer": [ { "display": "Molecular Diagnostic Laboratory", "reference": "Practitioner/genetics-example2" } ], "resourceType": "Observation", "specimen": { "display": "Molecular Specimen ID: MLD45-Z4-1234", "reference": "Specimen/genetics-example2" }, "status": "final", "subject": { "display": "Molecular Lab Patient ID: HOSP-23456", "reference": "Patient/genetics-example2" }, "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: genetics-example3-mutationlist-1</p><p><b>status</b>: final</p><p><b>code</b>: ABCB4 gene mutation analysis <span>(Details : {LOINC code '49874-1' = 'ABCB4 gene mutation analysis in Blood or Tissue by Molecular genetics method Narrative', given as 'ABCB4 gene mutation analysis'})</span></p><p><b>subject</b>: <a>Molecular Lab Patient ID: HOSP-23456</a></p><p><b>performer</b>: <a>Molecular Diagnostic Laboratory</a></p><p><b>specimen</b>: <a>Molecular Specimen ID: MLD45-Z4-1234</a></p><h3>Components</h3><table><tr><td>-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td>*</td><td>Genetic disease sequence variation interpretation <span>(Details : {LOINC code '53037-8' = 'Genetic disease sequence variation interpretation [interpretation] in Blood or Tissue by Molecular genetics method', given as 'Genetic disease sequence variation interpretation'})</span></td><td>Unknown significance <span>(Details : {http://www.genenames.org code 'LA6682-4' = '??', given as 'Unknown significance'})</span></td></tr></table></div>", "status": "generated" } }; var example446: fhir.Observation = { "resourceType": "Observation", "id": "genetics-example3-mutationlist-1", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: genetics-example3-mutationlist-1</p><p><b>status</b>: final</p><p><b>code</b>: ABCB4 gene mutation analysis <span>(Details : {LOINC code '49874-1' = 'ABCB4 gene mutation analysis in Blood or Tissue by Molecular genetics method Narrative', given as 'ABCB4 gene mutation analysis'})</span></p><p><b>subject</b>: <a>Molecular Lab Patient ID: HOSP-23456</a></p><p><b>performer</b>: <a>Molecular Diagnostic Laboratory</a></p><p><b>specimen</b>: <a>Molecular Specimen ID: MLD45-Z4-1234</a></p><h3>Components</h3><table><tr><td>-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td>*</td><td>Genetic disease sequence variation interpretation <span>(Details : {LOINC code '53037-8' = 'Genetic disease sequence variation interpretation [interpretation] in Blood or Tissue by Molecular genetics method', given as 'Genetic disease sequence variation interpretation'})</span></td><td>Unknown significance <span>(Details : {http://www.genenames.org code 'LA6682-4' = '??', given as 'Unknown significance'})</span></td></tr></table></div>" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/geneticsDNASequenceVariation", "valueString": "c.2708T>C" }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsDNARegionName", "valueString": "Exon 23" }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsAminoAcidChange", "valueString": "p.R969H" } ], "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "49874-1", "display": "ABCB4 gene mutation analysis" } ] }, "subject": { "reference": "Patient/genetics-example2", "display": "Molecular Lab Patient ID: HOSP-23456" }, "performer": [ { "reference": "Practitioner/genetics-example2", "display": "Molecular Diagnostic Laboratory" } ], "specimen": { "reference": "Specimen/genetics-example2", "display": "Molecular Specimen ID: MLD45-Z4-1234" }, "component": [ { "code": { "coding": [ { "system": "http://loinc.org", "code": "53037-8", "display": "Genetic disease sequence variation interpretation" } ] }, "valueCodeableConcept": { "coding": [ { "system": "http://www.genenames.org", "code": "LA6682-4", "display": "Unknown significance" } ] } } ] }; var example447: fhir.Observation = { "code": { "coding": [ { "code": "49874-1", "display": "ABCB4 gene mutation analysis", "system": "http://loinc.org" } ] }, "component": [ { "code": { "coding": [ { "code": "53037-8", "display": "Genetic disease sequence variation interpretation", "system": "http://loinc.org" } ] }, "valueCodeableConcept": { "coding": [ { "code": "LA6675-8", "display": "Benign", "system": "http://www.genenames.org" } ] } } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/geneticsDNARegionName", "valueString": "Exon 6" }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsAminoAcidChange", "valueString": "p.N168N" }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsVariationId", "valueCodeableConcept": { "coding": [ { "code": "1202283", "display": "c.181T>G", "system": "http://www.ncbi.nlm.nih.gov/projects/SNP" } ] } } ], "id": "genetics-example3-mutationlist-2", "performer": [ { "display": "Molecular Diagnostic Laboratory", "reference": "Practitioner/genetics-example2" } ], "resourceType": "Observation", "specimen": { "display": "Molecular Specimen ID: MLD45-Z4-1234", "reference": "Specimen/genetics-example2" }, "status": "final", "subject": { "display": "Molecular Lab Patient ID: HOSP-23456", "reference": "Patient/genetics-example2" }, "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: genetics-example3-mutationlist-2</p><p><b>status</b>: final</p><p><b>code</b>: ABCB4 gene mutation analysis <span>(Details : {LOINC code '49874-1' = 'ABCB4 gene mutation analysis in Blood or Tissue by Molecular genetics method Narrative', given as 'ABCB4 gene mutation analysis'})</span></p><p><b>subject</b>: <a>Molecular Lab Patient ID: HOSP-23456</a></p><p><b>performer</b>: <a>Molecular Diagnostic Laboratory</a></p><p><b>specimen</b>: <a>Molecular Specimen ID: MLD45-Z4-1234</a></p><h3>Components</h3><table><tr><td>-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td>*</td><td>Genetic disease sequence variation interpretation <span>(Details : {LOINC code '53037-8' = 'Genetic disease sequence variation interpretation [interpretation] in Blood or Tissue by Molecular genetics method', given as 'Genetic disease sequence variation interpretation'})</span></td><td>Benign <span>(Details : {http://www.genenames.org code 'LA6675-8' = '??', given as 'Benign'})</span></td></tr></table></div>", "status": "generated" } }; var example448: fhir.Observation = { "resourceType": "Observation", "id": "genetics-example3-mutationlist-2", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: genetics-example3-mutationlist-2</p><p><b>status</b>: final</p><p><b>code</b>: ABCB4 gene mutation analysis <span>(Details : {LOINC code '49874-1' = 'ABCB4 gene mutation analysis in Blood or Tissue by Molecular genetics method Narrative', given as 'ABCB4 gene mutation analysis'})</span></p><p><b>subject</b>: <a>Molecular Lab Patient ID: HOSP-23456</a></p><p><b>performer</b>: <a>Molecular Diagnostic Laboratory</a></p><p><b>specimen</b>: <a>Molecular Specimen ID: MLD45-Z4-1234</a></p><h3>Components</h3><table><tr><td>-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td>*</td><td>Genetic disease sequence variation interpretation <span>(Details : {LOINC code '53037-8' = 'Genetic disease sequence variation interpretation [interpretation] in Blood or Tissue by Molecular genetics method', given as 'Genetic disease sequence variation interpretation'})</span></td><td>Benign <span>(Details : {http://www.genenames.org code 'LA6675-8' = '??', given as 'Benign'})</span></td></tr></table></div>" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/geneticsDNARegionName", "valueString": "Exon 6" }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsAminoAcidChange", "valueString": "p.N168N" }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsVariationId", "valueCodeableConcept": { "coding": [ { "system": "http://www.ncbi.nlm.nih.gov/projects/SNP", "code": "1202283", "display": "c.181T>G" } ] } } ], "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "49874-1", "display": "ABCB4 gene mutation analysis" } ] }, "subject": { "reference": "Patient/genetics-example2", "display": "Molecular Lab Patient ID: HOSP-23456" }, "performer": [ { "reference": "Practitioner/genetics-example2", "display": "Molecular Diagnostic Laboratory" } ], "specimen": { "reference": "Specimen/genetics-example2", "display": "Molecular Specimen ID: MLD45-Z4-1234" }, "component": [ { "code": { "coding": [ { "system": "http://loinc.org", "code": "53037-8", "display": "Genetic disease sequence variation interpretation" } ] }, "valueCodeableConcept": { "coding": [ { "system": "http://www.genenames.org", "code": "LA6675-8", "display": "Benign" } ] } } ] }; var example449: fhir.Observation = { "code": { "coding": [ { "code": "49874-1", "display": "ABCB4 gene mutation analysis", "system": "http://loinc.org" } ] }, "component": [ { "code": { "coding": [ { "code": "53037-8", "display": "Genetic disease sequence variation interpretation", "system": "http://loinc.org" } ] }, "valueCodeableConcept": { "coding": [ { "code": "LA6675-8", "display": "Benign", "system": "http://www.genenames.org" } ] } } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/geneticsDNARegionName", "valueString": "intron 16" }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsVariationId", "valueCodeableConcept": { "coding": [ { "code": "31668", "display": "c.2211+16C>T", "system": "http://www.ncbi.nlm.nih.gov/projects/SNP" } ] } } ], "id": "genetics-example3-mutationlist-3", "performer": [ { "display": "Molecular Diagnostic Laboratory", "reference": "Practitioner/genetics-example2" } ], "resourceType": "Observation", "specimen": { "display": "Molecular Specimen ID: MLD45-Z4-1234", "reference": "Specimen/genetics-example2" }, "status": "final", "subject": { "display": "Molecular Lab Patient ID: HOSP-23456", "reference": "Patient/genetics-example2" }, "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: genetics-example3-mutationlist-3</p><p><b>status</b>: final</p><p><b>code</b>: ABCB4 gene mutation analysis <span>(Details : {LOINC code '49874-1' = 'ABCB4 gene mutation analysis in Blood or Tissue by Molecular genetics method Narrative', given as 'ABCB4 gene mutation analysis'})</span></p><p><b>subject</b>: <a>Molecular Lab Patient ID: HOSP-23456</a></p><p><b>performer</b>: <a>Molecular Diagnostic Laboratory</a></p><p><b>specimen</b>: <a>Molecular Specimen ID: MLD45-Z4-1234</a></p><h3>Components</h3><table><tr><td>-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td>*</td><td>Genetic disease sequence variation interpretation <span>(Details : {LOINC code '53037-8' = 'Genetic disease sequence variation interpretation [interpretation] in Blood or Tissue by Molecular genetics method', given as 'Genetic disease sequence variation interpretation'})</span></td><td>Benign <span>(Details : {http://www.genenames.org code 'LA6675-8' = '??', given as 'Benign'})</span></td></tr></table></div>", "status": "generated" } }; var example450: fhir.Observation = { "resourceType": "Observation", "id": "genetics-example3-mutationlist-3", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: genetics-example3-mutationlist-3</p><p><b>status</b>: final</p><p><b>code</b>: ABCB4 gene mutation analysis <span>(Details : {LOINC code '49874-1' = 'ABCB4 gene mutation analysis in Blood or Tissue by Molecular genetics method Narrative', given as 'ABCB4 gene mutation analysis'})</span></p><p><b>subject</b>: <a>Molecular Lab Patient ID: HOSP-23456</a></p><p><b>performer</b>: <a>Molecular Diagnostic Laboratory</a></p><p><b>specimen</b>: <a>Molecular Specimen ID: MLD45-Z4-1234</a></p><h3>Components</h3><table><tr><td>-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td>*</td><td>Genetic disease sequence variation interpretation <span>(Details : {LOINC code '53037-8' = 'Genetic disease sequence variation interpretation [interpretation] in Blood or Tissue by Molecular genetics method', given as 'Genetic disease sequence variation interpretation'})</span></td><td>Benign <span>(Details : {http://www.genenames.org code 'LA6675-8' = '??', given as 'Benign'})</span></td></tr></table></div>" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/geneticsDNARegionName", "valueString": "intron 16" }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsVariationId", "valueCodeableConcept": { "coding": [ { "system": "http://www.ncbi.nlm.nih.gov/projects/SNP", "code": "31668", "display": "c.2211+16C>T" } ] } } ], "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "49874-1", "display": "ABCB4 gene mutation analysis" } ] }, "subject": { "reference": "Patient/genetics-example2", "display": "Molecular Lab Patient ID: HOSP-23456" }, "performer": [ { "reference": "Practitioner/genetics-example2", "display": "Molecular Diagnostic Laboratory" } ], "specimen": { "reference": "Specimen/genetics-example2", "display": "Molecular Specimen ID: MLD45-Z4-1234" }, "component": [ { "code": { "coding": [ { "system": "http://loinc.org", "code": "53037-8", "display": "Genetic disease sequence variation interpretation" } ] }, "valueCodeableConcept": { "coding": [ { "system": "http://www.genenames.org", "code": "LA6675-8", "display": "Benign" } ] } } ] }; var example451: fhir.Observation = { "code": { "coding": [ { "code": "49874-1", "display": "ABCB4 gene mutation analysis", "system": "http://loinc.org" } ] }, "component": [ { "code": { "coding": [ { "code": "53037-8", "display": "Genetic disease sequence variation interpretation", "system": "http://loinc.org" } ] }, "valueCodeableConcept": { "coding": [ { "code": "LA6675-8", "display": "Benign", "system": "http://www.genenames.org" } ] } } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/geneticsDNARegionName", "valueString": "intron 26" }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsVariationId", "valueCodeableConcept": { "coding": [ { "code": "31653", "display": "c.3487-16T>C", "system": "http://www.ncbi.nlm.nih.gov/projects/SNP" } ] } } ], "id": "genetics-example3-mutationlist-4", "performer": [ { "display": "Molecular Diagnostic Laboratory", "reference": "Practitioner/genetics-example2" } ], "resourceType": "Observation", "specimen": { "display": "Molecular Specimen ID: MLD45-Z4-1234", "reference": "Specimen/genetics-example2" }, "status": "final", "subject": { "display": "Molecular Lab Patient ID: HOSP-23456", "reference": "Patient/genetics-example2" }, "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: genetics-example3-mutationlist-4</p><p><b>status</b>: final</p><p><b>code</b>: ABCB4 gene mutation analysis <span>(Details : {LOINC code '49874-1' = 'ABCB4 gene mutation analysis in Blood or Tissue by Molecular genetics method Narrative', given as 'ABCB4 gene mutation analysis'})</span></p><p><b>subject</b>: <a>Molecular Lab Patient ID: HOSP-23456</a></p><p><b>performer</b>: <a>Molecular Diagnostic Laboratory</a></p><p><b>specimen</b>: <a>Molecular Specimen ID: MLD45-Z4-1234</a></p><h3>Components</h3><table><tr><td>-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td>*</td><td>Genetic disease sequence variation interpretation <span>(Details : {LOINC code '53037-8' = 'Genetic disease sequence variation interpretation [interpretation] in Blood or Tissue by Molecular genetics method', given as 'Genetic disease sequence variation interpretation'})</span></td><td>Benign <span>(Details : {http://www.genenames.org code 'LA6675-8' = '??', given as 'Benign'})</span></td></tr></table></div>", "status": "generated" } }; var example452: fhir.Observation = { "resourceType": "Observation", "id": "genetics-example3-mutationlist-4", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: genetics-example3-mutationlist-4</p><p><b>status</b>: final</p><p><b>code</b>: ABCB4 gene mutation analysis <span>(Details : {LOINC code '49874-1' = 'ABCB4 gene mutation analysis in Blood or Tissue by Molecular genetics method Narrative', given as 'ABCB4 gene mutation analysis'})</span></p><p><b>subject</b>: <a>Molecular Lab Patient ID: HOSP-23456</a></p><p><b>performer</b>: <a>Molecular Diagnostic Laboratory</a></p><p><b>specimen</b>: <a>Molecular Specimen ID: MLD45-Z4-1234</a></p><h3>Components</h3><table><tr><td>-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td>*</td><td>Genetic disease sequence variation interpretation <span>(Details : {LOINC code '53037-8' = 'Genetic disease sequence variation interpretation [interpretation] in Blood or Tissue by Molecular genetics method', given as 'Genetic disease sequence variation interpretation'})</span></td><td>Benign <span>(Details : {http://www.genenames.org code 'LA6675-8' = '??', given as 'Benign'})</span></td></tr></table></div>" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/geneticsDNARegionName", "valueString": "intron 26" }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsVariationId", "valueCodeableConcept": { "coding": [ { "system": "http://www.ncbi.nlm.nih.gov/projects/SNP", "code": "31653", "display": "c.3487-16T>C" } ] } } ], "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "49874-1", "display": "ABCB4 gene mutation analysis" } ] }, "subject": { "reference": "Patient/genetics-example2", "display": "Molecular Lab Patient ID: HOSP-23456" }, "performer": [ { "reference": "Practitioner/genetics-example2", "display": "Molecular Diagnostic Laboratory" } ], "specimen": { "reference": "Specimen/genetics-example2", "display": "Molecular Specimen ID: MLD45-Z4-1234" }, "component": [ { "code": { "coding": [ { "system": "http://loinc.org", "code": "53037-8", "display": "Genetic disease sequence variation interpretation" } ] }, "valueCodeableConcept": { "coding": [ { "system": "http://www.genenames.org", "code": "LA6675-8", "display": "Benign" } ] } } ] }; var example453: fhir.Observation = { "code": { "coding": [ { "code": "49874-1", "display": "ABCB4 gene mutation analysis", "system": "http://loinc.org" } ] }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/geneticsGenomeBuild", "valueString": "GRCh 37" }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsGene", "valueCodeableConcept": { "coding": [ { "code": "5244", "display": "ABCB4", "system": "http://www.genenames.org" } ] } }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsSpecies", "valueCodeableConcept": { "coding": [ { "code": "337915000", "system": "http://snomed.info/sct" } ], "text": "Homo sapiens" } }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsResult", "valueReference": { "reference": "genetics-example3-mutationlist-1" } }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsResult", "valueReference": { "reference": "genetics-example3-mutationlist-2" } }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsResult", "valueReference": { "reference": "genetics-example3-mutationlist-3" } }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsResult", "valueReference": { "reference": "genetics-example3-mutationlist-4" } } ], "id": "genetics-example3-mutationlist", "performer": [ { "display": "Molecular Diagnostic Laboratory", "reference": "Practitioner/genetics-example2" } ], "resourceType": "Observation", "specimen": { "display": "Molecular Specimen ID: MLD45-Z4-1234", "reference": "Specimen/genetics-example2" }, "status": "final", "subject": { "display": "Molecular Lab Patient ID: HOSP-23456", "reference": "Patient/genetics-example2" }, "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: genetics-example3-mutationlist</p><p><b>status</b>: final</p><p><b>code</b>: ABCB4 gene mutation analysis <span>(Details : {LOINC code '49874-1' = 'ABCB4 gene mutation analysis in Blood or Tissue by Molecular genetics method Narrative', given as 'ABCB4 gene mutation analysis'})</span></p><p><b>subject</b>: <a>Molecular Lab Patient ID: HOSP-23456</a></p><p><b>performer</b>: <a>Molecular Diagnostic Laboratory</a></p><p><b>specimen</b>: <a>Molecular Specimen ID: MLD45-Z4-1234</a></p></div>", "status": "generated" } }; var example454: fhir.Observation = { "resourceType": "Observation", "id": "genetics-example3-mutationlist", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: genetics-example3-mutationlist</p><p><b>status</b>: final</p><p><b>code</b>: ABCB4 gene mutation analysis <span>(Details : {LOINC code '49874-1' = 'ABCB4 gene mutation analysis in Blood or Tissue by Molecular genetics method Narrative', given as 'ABCB4 gene mutation analysis'})</span></p><p><b>subject</b>: <a>Molecular Lab Patient ID: HOSP-23456</a></p><p><b>performer</b>: <a>Molecular Diagnostic Laboratory</a></p><p><b>specimen</b>: <a>Molecular Specimen ID: MLD45-Z4-1234</a></p></div>" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/geneticsGenomeBuild", "valueString": "GRCh 37" }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsGene", "valueCodeableConcept": { "coding": [ { "system": "http://www.genenames.org", "code": "5244", "display": "ABCB4" } ] } }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsSpecies", "valueCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "337915000" } ], "text": "Homo sapiens" } }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsResult", "valueReference": { "reference": "genetics-example3-mutationlist-1" } }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsResult", "valueReference": { "reference": "genetics-example3-mutationlist-2" } }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsResult", "valueReference": { "reference": "genetics-example3-mutationlist-3" } }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsResult", "valueReference": { "reference": "genetics-example3-mutationlist-4" } } ], "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "49874-1", "display": "ABCB4 gene mutation analysis" } ] }, "subject": { "reference": "Patient/genetics-example2", "display": "Molecular Lab Patient ID: HOSP-23456" }, "performer": [ { "reference": "Practitioner/genetics-example2", "display": "Molecular Diagnostic Laboratory" } ], "specimen": { "reference": "Specimen/genetics-example2", "display": "Molecular Specimen ID: MLD45-Z4-1234" } }; var example455: fhir.Observation = { "bodySite": { "coding": [ { "code": "368209003", "display": "Right arm", "system": "http://snomed.info/sct" } ] }, "code": { "coding": [ { "code": "55284-4", "display": "Blood pressure systolic & diastolic", "system": "http://loinc.org" } ] }, "comments": "In this example, the blood pressure measurements are not available due to cancellation of the order. Data absent reason is present for each component", "component": [ { "code": { "coding": [ { "code": "8480-6", "display": "Systolic blood pressure", "system": "http://loinc.org" }, { "code": "271649006", "display": "Systolic blood pressure", "system": "http://snomed.info/sct" }, { "code": "bp-s", "display": "Systolic Blood pressure", "system": "http://acme.org/devices/clinical-codes" } ] }, "dataAbsentReason": { "coding": [ { "code": "not-asked", "display": "Not Asked", "system": "http://hl7.org/fhir/data-absent-reason" } ] } }, { "code": { "coding": [ { "code": "8462-4", "display": "Diastolic blood pressure", "system": "http://loinc.org" } ] }, "dataAbsentReason": { "coding": [ { "code": "not-asked", "display": "Not Asked", "system": "http://hl7.org/fhir/data-absent-reason" } ] } } ], "effectiveDateTime": "2012-09-17", "id": "blood-pressure-cancel", "identifier": [ { "system": "urn:ietf:rfc:3986", "value": "urn:uuid:187e0c12-8dd2-67e2-99b2-bf273c878281" } ], "interpretation": { "coding": [ { "code": "L", "display": "Below low normal", "system": "http://hl7.org/fhir/v2/0078" } ], "text": "low" }, "meta": { "lastUpdated": "2014-01-30T22:35:23+11:00" }, "performer": [ { "reference": "Practitioner/example" } ], "resourceType": "Observation", "status": "cancelled", "subject": { "reference": "Patient/example" }, "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: blood-pressure-cancel</p><p><b>meta</b>: </p><p><b>identifier</b>: urn:uuid:187e0c12-8dd2-67e2-99b2-bf273c878281</p><p><b>status</b>: cancelled</p><p><b>code</b>: Blood pressure systolic & diastolic <span>(Details : {LOINC code '55284-4' = 'Blood pressure systolic and diastolic', given as 'Blood pressure systolic & diastolic'})</span></p><p><b>subject</b>: <a>Patient/example</a></p><p><b>effective</b>: 17/09/2012</p><p><b>performer</b>: <a>Practitioner/example</a></p><p><b>interpretation</b>: low <span>(Details : {http://hl7.org/fhir/v2/0078 code 'L' = 'Low', given as 'Below low normal'})</span></p><p><b>comments</b>: In this example, the blood pressure measurements are not available due to cancellation of the order. Data absent reason is present for each component</p><p><b>bodySite</b>: Right arm <span>(Details : {SNOMED CT code '368209003' = '368209003', given as 'Right arm'})</span></p><blockquote><p><b>component</b></p><p><b>code</b>: Systolic blood pressure <span>(Details : {LOINC code '8480-6' = 'Systolic blood pressure', given as 'Systolic blood pressure'}; {SNOMED CT code '271649006' = '271649006', given as 'Systolic blood pressure'}; {http://acme.org/devices/clinical-codes code 'bp-s' = '??', given as 'Systolic Blood pressure'})</span></p><p><b>dataAbsentReason</b>: Not Asked <span>(Details : {http://hl7.org/fhir/data-absent-reason code 'not-asked' = 'Not Asked', given as 'Not Asked'})</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Diastolic blood pressure <span>(Details : {LOINC code '8462-4' = 'Diastolic blood pressure', given as 'Diastolic blood pressure'})</span></p><p><b>dataAbsentReason</b>: Not Asked <span>(Details : {http://hl7.org/fhir/data-absent-reason code 'not-asked' = 'Not Asked', given as 'Not Asked'})</span></p></blockquote></div>", "status": "generated" } }; var example456: fhir.Observation = { "resourceType": "Observation", "id": "blood-pressure-cancel", "meta": { "lastUpdated": "2014-01-30T22:35:23+11:00" }, "text": { "fhir_comments": [ " \tEH Narrative created by build\n\t<text>\n\t\t<status value=\"generated\"/>\n\t\t<div xmlns=\"http://www.w3.org/1999/xhtml\">Sept 17, 2012: Systolic Blood pressure 107/60 mmHg (low)</div>\n\t</text>\n " ], "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: blood-pressure-cancel</p><p><b>meta</b>: </p><p><b>identifier</b>: urn:uuid:187e0c12-8dd2-67e2-99b2-bf273c878281</p><p><b>status</b>: cancelled</p><p><b>code</b>: Blood pressure systolic & diastolic <span>(Details : {LOINC code '55284-4' = 'Blood pressure systolic and diastolic', given as 'Blood pressure systolic & diastolic'})</span></p><p><b>subject</b>: <a>Patient/example</a></p><p><b>effective</b>: 17/09/2012</p><p><b>performer</b>: <a>Practitioner/example</a></p><p><b>interpretation</b>: low <span>(Details : {http://hl7.org/fhir/v2/0078 code 'L' = 'Low', given as 'Below low normal'})</span></p><p><b>comments</b>: In this example, the blood pressure measurements are not available due to cancellation of the order. Data absent reason is present for each component</p><p><b>bodySite</b>: Right arm <span>(Details : {SNOMED CT code '368209003' = '368209003', given as 'Right arm'})</span></p><blockquote><p><b>component</b></p><p><b>code</b>: Systolic blood pressure <span>(Details : {LOINC code '8480-6' = 'Systolic blood pressure', given as 'Systolic blood pressure'}; {SNOMED CT code '271649006' = '271649006', given as 'Systolic blood pressure'}; {http://acme.org/devices/clinical-codes code 'bp-s' = '??', given as 'Systolic Blood pressure'})</span></p><p><b>dataAbsentReason</b>: Not Asked <span>(Details : {http://hl7.org/fhir/data-absent-reason code 'not-asked' = 'Not Asked', given as 'Not Asked'})</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Diastolic blood pressure <span>(Details : {LOINC code '8462-4' = 'Diastolic blood pressure', given as 'Diastolic blood pressure'})</span></p><p><b>dataAbsentReason</b>: Not Asked <span>(Details : {http://hl7.org/fhir/data-absent-reason code 'not-asked' = 'Not Asked', given as 'Not Asked'})</span></p></blockquote></div>" }, "identifier": [ { "system": "urn:ietf:rfc:3986", "value": "urn:uuid:187e0c12-8dd2-67e2-99b2-bf273c878281" } ], "status": "cancelled", "code": { "coding": [ { "system": "http://loinc.org", "code": "55284-4", "display": "Blood pressure systolic & diastolic" } ] }, "subject": { "reference": "Patient/example" }, "effectiveDateTime": "2012-09-17", "performer": [ { "reference": "Practitioner/example" } ], "interpretation": { "fhir_comments": [ " an interpretation offered to the combination observation\n generally, it would only be appropriate to offer an interpretation\n of an observation that has no value if it has \"COMP\" (component)\n observations " ], "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "L", "display": "Below low normal" } ], "text": "low" }, "comments": "In this example, the blood pressure measurements are not available due to cancellation of the order. Data absent reason is present for each component", "bodySite": { "fhir_comments": [ " for an observation with components, these cannot disagree with the flags on the components " ], "coding": [ { "system": "http://snomed.info/sct", "code": "368209003", "display": "Right arm" } ] }, "component": [ { "code": { "fhir_comments": [ " \n Observations are often coded in multiple code systems.\n - Loinc provides a very specific code (though not usefully more specific in this particular case)\n - snomed provides a clinically relevant code that is usually less granular than LOINC\n - the source system provides its own code, which may be less or more granular than LOINC\n\t this instance shows the concept. The other codes only have a LOINC code ", " that shows the concept. The next two names only have a LOINC code " ], "coding": [ { "fhir_comments": [ " LOINC - always recommended to have a LOINC code " ], "system": "http://loinc.org", "code": "8480-6", "display": "Systolic blood pressure" }, { "fhir_comments": [ " SNOMED CT Codes - becoming more common " ], "system": "http://snomed.info/sct", "code": "271649006", "display": "Systolic blood pressure" }, { "fhir_comments": [ " Also, a local code specific to the source system " ], "system": "http://acme.org/devices/clinical-codes", "code": "bp-s", "display": "Systolic Blood pressure" } ] }, "dataAbsentReason": { "fhir_comments": [ " no value due to some error \n <valueQuantity>\n <value value=\"107\"/>\n <unit value=\"mm[Hg]\"/>\n </valueQuantity>\n " ], "coding": [ { "system": "http://hl7.org/fhir/data-absent-reason", "code": "not-asked", "display": "Not Asked" } ] } }, { "code": { "coding": [ { "system": "http://loinc.org", "code": "8462-4", "display": "Diastolic blood pressure" } ] }, "dataAbsentReason": { "fhir_comments": [ " no value due to some error \n <valueQuantity>\n <value value=\"60\"/>\n <unit value=\"mm[Hg]\"/>\n </valueQuantity>\n " ], "coding": [ { "system": "http://hl7.org/fhir/data-absent-reason", "code": "not-asked", "display": "Not Asked" } ] } } ] }; var example457: fhir.Observation = { "bodySite": { "coding": [ { "code": "368209003", "display": "Right arm", "system": "http://snomed.info/sct" } ] }, "code": { "coding": [ { "code": "55284-4", "display": "Blood pressure systolic & diastolic", "system": "http://loinc.org" } ] }, "component": [ { "code": { "coding": [ { "code": "8480-6", "display": "Systolic blood pressure", "system": "http://loinc.org" }, { "code": "271649006", "display": "Systolic blood pressure", "system": "http://snomed.info/sct" }, { "code": "bp-s", "display": "Systolic Blood pressure", "system": "http://acme.org/devices/clinical-codes" } ] }, "valueQuantity": { "unit": "mm[Hg]", "value": 107 } }, { "code": { "coding": [ { "code": "8462-4", "display": "Diastolic blood pressure", "system": "http://loinc.org" } ] }, "valueQuantity": { "unit": "mm[Hg]", "value": 60 } } ], "effectiveDateTime": "2012-09-17", "id": "blood-pressure", "identifier": [ { "system": "urn:ietf:rfc:3986", "value": "urn:uuid:187e0c12-8dd2-67e2-99b2-bf273c878281" } ], "interpretation": { "coding": [ { "code": "L", "display": "Below low normal", "system": "http://hl7.org/fhir/v2/0078" } ], "text": "low" }, "meta": { "lastUpdated": "2014-01-30T22:35:23+11:00" }, "performer": [ { "reference": "Practitioner/example" } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/example" }, "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: blood-pressure</p><p><b>meta</b>: </p><p><b>identifier</b>: urn:uuid:187e0c12-8dd2-67e2-99b2-bf273c878281</p><p><b>status</b>: final</p><p><b>code</b>: Blood pressure systolic & diastolic <span>(Details : {LOINC code '55284-4' = 'Blood pressure systolic and diastolic', given as 'Blood pressure systolic & diastolic'})</span></p><p><b>subject</b>: <a>Patient/example</a></p><p><b>effective</b>: 17/09/2012</p><p><b>performer</b>: <a>Practitioner/example</a></p><p><b>interpretation</b>: low <span>(Details : {http://hl7.org/fhir/v2/0078 code 'L' = 'Low', given as 'Below low normal'})</span></p><p><b>bodySite</b>: Right arm <span>(Details : {SNOMED CT code '368209003' = '368209003', given as 'Right arm'})</span></p><blockquote><p><b>component</b></p><p><b>code</b>: Systolic blood pressure <span>(Details : {LOINC code '8480-6' = 'Systolic blood pressure', given as 'Systolic blood pressure'}; {SNOMED CT code '271649006' = '271649006', given as 'Systolic blood pressure'}; {http://acme.org/devices/clinical-codes code 'bp-s' = '??', given as 'Systolic Blood pressure'})</span></p><p><b>value</b>: 107 mm[Hg]</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Diastolic blood pressure <span>(Details : {LOINC code '8462-4' = 'Diastolic blood pressure', given as 'Diastolic blood pressure'})</span></p><p><b>value</b>: 60 mm[Hg]</p></blockquote></div>", "status": "generated" } }; var example458: fhir.Observation = { "resourceType": "Observation", "id": "blood-pressure", "meta": { "lastUpdated": "2014-01-30T22:35:23+11:00" }, "text": { "fhir_comments": [ " \tEH Narrative created by build\n\t<text>\n\t\t<status value=\"generated\"/>\n\t\t<div xmlns=\"http://www.w3.org/1999/xhtml\">Sept 17, 2012: Systolic Blood pressure 107/60 mmHg (low)</div>\n\t</text>\n " ], "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: blood-pressure</p><p><b>meta</b>: </p><p><b>identifier</b>: urn:uuid:187e0c12-8dd2-67e2-99b2-bf273c878281</p><p><b>status</b>: final</p><p><b>code</b>: Blood pressure systolic & diastolic <span>(Details : {LOINC code '55284-4' = 'Blood pressure systolic and diastolic', given as 'Blood pressure systolic & diastolic'})</span></p><p><b>subject</b>: <a>Patient/example</a></p><p><b>effective</b>: 17/09/2012</p><p><b>performer</b>: <a>Practitioner/example</a></p><p><b>interpretation</b>: low <span>(Details : {http://hl7.org/fhir/v2/0078 code 'L' = 'Low', given as 'Below low normal'})</span></p><p><b>bodySite</b>: Right arm <span>(Details : {SNOMED CT code '368209003' = '368209003', given as 'Right arm'})</span></p><blockquote><p><b>component</b></p><p><b>code</b>: Systolic blood pressure <span>(Details : {LOINC code '8480-6' = 'Systolic blood pressure', given as 'Systolic blood pressure'}; {SNOMED CT code '271649006' = '271649006', given as 'Systolic blood pressure'}; {http://acme.org/devices/clinical-codes code 'bp-s' = '??', given as 'Systolic Blood pressure'})</span></p><p><b>value</b>: 107 mm[Hg]</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Diastolic blood pressure <span>(Details : {LOINC code '8462-4' = 'Diastolic blood pressure', given as 'Diastolic blood pressure'})</span></p><p><b>value</b>: 60 mm[Hg]</p></blockquote></div>" }, "identifier": [ { "system": "urn:ietf:rfc:3986", "value": "urn:uuid:187e0c12-8dd2-67e2-99b2-bf273c878281" } ], "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "55284-4", "display": "Blood pressure systolic & diastolic" } ] }, "subject": { "reference": "Patient/example" }, "effectiveDateTime": "2012-09-17", "performer": [ { "reference": "Practitioner/example" } ], "interpretation": { "fhir_comments": [ " an interpretation offered to the combination observation\n generally, it would only be appropriate to offer an interpretation\n of an observation that has no value if it has \"COMP\" (component)\n observations " ], "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "L", "display": "Below low normal" } ], "text": "low" }, "bodySite": { "coding": [ { "system": "http://snomed.info/sct", "code": "368209003", "display": "Right arm" } ] }, "component": [ { "code": { "fhir_comments": [ " \n Observations are often coded in multiple code systems.\n - Loinc provides a very specific code (though not more specific in this particular case)\n - snomed provides a clinically relevant code that is usually less granular than LOINC\n - the source system provides its own code, which may be less or more granular than LOINC\n ", " that shows the concept. The next two codes only have a LOINC code " ], "coding": [ { "fhir_comments": [ " LOINC -code " ], "system": "http://loinc.org", "code": "8480-6", "display": "Systolic blood pressure" }, { "fhir_comments": [ " SNOMED CT Codes " ], "system": "http://snomed.info/sct", "code": "271649006", "display": "Systolic blood pressure" }, { "fhir_comments": [ " Also, a local code specific to the source system " ], "system": "http://acme.org/devices/clinical-codes", "code": "bp-s", "display": "Systolic Blood pressure" } ] }, "valueQuantity": { "fhir_comments": [ " no standard units used in this example " ], "value": 107, "unit": "mm[Hg]" } }, { "code": { "coding": [ { "system": "http://loinc.org", "code": "8462-4", "display": "Diastolic blood pressure" } ] }, "valueQuantity": { "fhir_comments": [ " no formal units in this example " ], "value": 60, "unit": "mm[Hg]" } } ] }; var example459: fhir.Observation = { "code": { "coding": [ { "code": "15074-8", "display": "Glucose [Moles/volume] in Blood", "system": "http://loinc.org" } ] }, "effectivePeriod": { "end": "2013-04-05T09:30:10+01:00", "start": "2013-04-02T09:30:10+01:00" }, "id": "f001", "identifier": [ { "system": "http://www.bmc.nl/zorgportal/identifiers/observations", "use": "official", "value": "6323" } ], "interpretation": { "coding": [ { "code": "H", "display": "Above high normal", "system": "http://hl7.org/fhir/v2/0078" } ] }, "issued": "2013-04-03T15:30:10+01:00", "performer": [ { "display": "A. Langeveld", "reference": "Practitioner/f005" } ], "referenceRange": [ { "high": { "code": "mmol/L", "system": "http://unitsofmeasure.org", "unit": "mmol/l", "value": 6.2 }, "low": { "code": "mmol/L", "system": "http://unitsofmeasure.org", "unit": "mmol/l", "value": 3.1 } } ], "resourceType": "Observation", "status": "final", "subject": { "display": "P. van de Heuvel", "reference": "Patient/f001" }, "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f001</p><p><b>identifier</b>: 6323 (OFFICIAL)</p><p><b>status</b>: final</p><p><b>code</b>: Glucose [Moles/volume] in Blood <span>(Details : {LOINC code '15074-8' = 'Glucose [Moles/volume] in Blood', given as 'Glucose [Moles/volume] in Blood'})</span></p><p><b>subject</b>: <a>P. van de Heuvel</a></p><p><b>effective</b>: 02/04/2013 9:30:10 AM --> 05/04/2013 9:30:10 AM</p><p><b>issued</b>: 03/04/2013 3:30:10 PM</p><p><b>performer</b>: <a>A. Langeveld</a></p><p><b>value</b>: 6.3 mmol/l<span> (Details: http://unitsofmeasure.org code mmol/L = '??')</span></p><p><b>interpretation</b>: Above high normal <span>(Details : {http://hl7.org/fhir/v2/0078 code 'H' = 'High', given as 'Above high normal'})</span></p><h3>ReferenceRanges</h3><table><tr><td>-</td><td><b>Low</b></td><td><b>High</b></td></tr><tr><td>*</td><td>3.1 mmol/l<span> (Details: http://unitsofmeasure.org code mmol/L = '??')</span></td><td>6.2 mmol/l<span> (Details: http://unitsofmeasure.org code mmol/L = '??')</span></td></tr></table></div>", "status": "generated" }, "valueQuantity": { "code": "mmol/L", "system": "http://unitsofmeasure.org", "unit": "mmol/l", "value": 6.3 } }; var example460: fhir.Observation = { "resourceType": "Observation", "id": "f001", "text": { "fhir_comments": [ " urn:oid:2.16.840.1.113883.4.642.1.7 ", " 2.16.840.1.113883.4.642.1.118 " ], "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f001</p><p><b>identifier</b>: 6323 (OFFICIAL)</p><p><b>status</b>: final</p><p><b>code</b>: Glucose [Moles/volume] in Blood <span>(Details : {LOINC code '15074-8' = 'Glucose [Moles/volume] in Blood', given as 'Glucose [Moles/volume] in Blood'})</span></p><p><b>subject</b>: <a>P. van de Heuvel</a></p><p><b>effective</b>: 02/04/2013 9:30:10 AM --> 05/04/2013 9:30:10 AM</p><p><b>issued</b>: 03/04/2013 3:30:10 PM</p><p><b>performer</b>: <a>A. Langeveld</a></p><p><b>value</b>: 6.3 mmol/l<span> (Details: http://unitsofmeasure.org code mmol/L = '??')</span></p><p><b>interpretation</b>: Above high normal <span>(Details : {http://hl7.org/fhir/v2/0078 code 'H' = 'High', given as 'Above high normal'})</span></p><h3>ReferenceRanges</h3><table><tr><td>-</td><td><b>Low</b></td><td><b>High</b></td></tr><tr><td>*</td><td>3.1 mmol/l<span> (Details: http://unitsofmeasure.org code mmol/L = '??')</span></td><td>6.2 mmol/l<span> (Details: http://unitsofmeasure.org code mmol/L = '??')</span></td></tr></table></div>" }, "identifier": [ { "use": "official", "system": "http://www.bmc.nl/zorgportal/identifiers/observations", "value": "6323" } ], "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "15074-8", "display": "Glucose [Moles/volume] in Blood" } ] }, "subject": { "reference": "Patient/f001", "display": "P. van de Heuvel" }, "effectivePeriod": { "start": "2013-04-02T09:30:10+01:00", "end": "2013-04-05T09:30:10+01:00" }, "issued": "2013-04-03T15:30:10+01:00", "performer": [ { "reference": "Practitioner/f005", "display": "A. Langeveld" } ], "valueQuantity": { "value": 6.3, "unit": "mmol/l", "system": "http://unitsofmeasure.org", "code": "mmol/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "H", "display": "Above high normal" } ] }, "referenceRange": [ { "low": { "value": 3.1, "unit": "mmol/l", "system": "http://unitsofmeasure.org", "code": "mmol/L" }, "high": { "value": 6.2, "unit": "mmol/l", "system": "http://unitsofmeasure.org", "code": "mmol/L" } } ] }; var example461: fhir.Observation = { "code": { "coding": [ { "code": "11555-0", "display": "Base excess in Blood by calculation", "system": "http://loinc.org" } ] }, "effectivePeriod": { "end": "2013-04-05T10:30:10+01:00", "start": "2013-04-02T10:30:10+01:00" }, "id": "f002", "identifier": [ { "system": "http://www.bmc.nl/zorgportal/identifiers/observations", "use": "official", "value": "6324" } ], "interpretation": { "coding": [ { "code": "H", "display": "Above high normal", "system": "http://hl7.org/fhir/v2/0078" } ] }, "issued": "2013-04-03T15:30:10+01:00", "performer": [ { "display": "A. Langeveld", "reference": "Practitioner/f005" } ], "referenceRange": [ { "high": { "code": "mmol/L", "system": "http://unitsofmeasure.org", "unit": "mmol/l", "value": 11.2 }, "low": { "code": "mmol/L", "system": "http://unitsofmeasure.org", "unit": "mmol/l", "value": 7.1 } } ], "resourceType": "Observation", "status": "final", "subject": { "display": "P. van de Heuvel", "reference": "Patient/f001" }, "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f002</p><p><b>identifier</b>: 6324 (OFFICIAL)</p><p><b>status</b>: final</p><p><b>code</b>: Base excess in Blood by calculation <span>(Details : {LOINC code '11555-0' = 'Base excess in Blood by calculation', given as 'Base excess in Blood by calculation'})</span></p><p><b>subject</b>: <a>P. van de Heuvel</a></p><p><b>effective</b>: 02/04/2013 10:30:10 AM --> 05/04/2013 10:30:10 AM</p><p><b>issued</b>: 03/04/2013 3:30:10 PM</p><p><b>performer</b>: <a>A. Langeveld</a></p><p><b>value</b>: 12.6 mmol/l<span> (Details: http://unitsofmeasure.org code mmol/L = '??')</span></p><p><b>interpretation</b>: Above high normal <span>(Details : {http://hl7.org/fhir/v2/0078 code 'H' = 'High', given as 'Above high normal'})</span></p><h3>ReferenceRanges</h3><table><tr><td>-</td><td><b>Low</b></td><td><b>High</b></td></tr><tr><td>*</td><td>7.1 mmol/l<span> (Details: http://unitsofmeasure.org code mmol/L = '??')</span></td><td>11.2 mmol/l<span> (Details: http://unitsofmeasure.org code mmol/L = '??')</span></td></tr></table></div>", "status": "generated" }, "valueQuantity": { "code": "mmol/L", "system": "http://unitsofmeasure.org", "unit": "mmol/l", "value": 12.6 } }; var example462: fhir.Observation = { "resourceType": "Observation", "id": "f002", "text": { "fhir_comments": [ " urn:oid:2.16.840.1.113883.4.642.1.7 ", " 2.16.840.1.113883.4.642.1.118 " ], "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f002</p><p><b>identifier</b>: 6324 (OFFICIAL)</p><p><b>status</b>: final</p><p><b>code</b>: Base excess in Blood by calculation <span>(Details : {LOINC code '11555-0' = 'Base excess in Blood by calculation', given as 'Base excess in Blood by calculation'})</span></p><p><b>subject</b>: <a>P. van de Heuvel</a></p><p><b>effective</b>: 02/04/2013 10:30:10 AM --> 05/04/2013 10:30:10 AM</p><p><b>issued</b>: 03/04/2013 3:30:10 PM</p><p><b>performer</b>: <a>A. Langeveld</a></p><p><b>value</b>: 12.6 mmol/l<span> (Details: http://unitsofmeasure.org code mmol/L = '??')</span></p><p><b>interpretation</b>: Above high normal <span>(Details : {http://hl7.org/fhir/v2/0078 code 'H' = 'High', given as 'Above high normal'})</span></p><h3>ReferenceRanges</h3><table><tr><td>-</td><td><b>Low</b></td><td><b>High</b></td></tr><tr><td>*</td><td>7.1 mmol/l<span> (Details: http://unitsofmeasure.org code mmol/L = '??')</span></td><td>11.2 mmol/l<span> (Details: http://unitsofmeasure.org code mmol/L = '??')</span></td></tr></table></div>" }, "identifier": [ { "use": "official", "system": "http://www.bmc.nl/zorgportal/identifiers/observations", "value": "6324" } ], "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "11555-0", "display": "Base excess in Blood by calculation" } ] }, "subject": { "reference": "Patient/f001", "display": "P. van de Heuvel" }, "effectivePeriod": { "start": "2013-04-02T10:30:10+01:00", "end": "2013-04-05T10:30:10+01:00" }, "issued": "2013-04-03T15:30:10+01:00", "performer": [ { "reference": "Practitioner/f005", "display": "A. Langeveld" } ], "valueQuantity": { "value": 12.6, "unit": "mmol/l", "system": "http://unitsofmeasure.org", "code": "mmol/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "H", "display": "Above high normal" } ] }, "referenceRange": [ { "low": { "value": 7.1, "unit": "mmol/l", "system": "http://unitsofmeasure.org", "code": "mmol/L" }, "high": { "value": 11.2, "unit": "mmol/l", "system": "http://unitsofmeasure.org", "code": "mmol/L" } } ] }; var example463: fhir.Observation = { "code": { "coding": [ { "code": "11557-6", "display": "Carbon dioxide in blood", "system": "http://loinc.org" } ] }, "effectivePeriod": { "end": "2013-04-05T10:30:10+01:00", "start": "2013-04-02T10:30:10+01:00" }, "id": "f003", "identifier": [ { "system": "http://www.bmc.nl/zorgportal/identifiers/observations", "use": "official", "value": "6325" } ], "interpretation": { "coding": [ { "code": "H", "display": "Above high normal", "system": "http://hl7.org/fhir/v2/0078" } ] }, "issued": "2013-04-03T15:30:10+01:00", "performer": [ { "display": "A. Langeveld", "reference": "Practitioner/f005" } ], "referenceRange": [ { "high": { "code": "kPa", "system": "http://unitsofmeasure.org", "unit": "kPa", "value": 6 }, "low": { "code": "kPa", "system": "http://unitsofmeasure.org", "unit": "kPa", "value": 4.8 } } ], "resourceType": "Observation", "status": "final", "subject": { "display": "P. van de Heuvel", "reference": "Patient/f001" }, "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f003</p><p><b>identifier</b>: 6325 (OFFICIAL)</p><p><b>status</b>: final</p><p><b>code</b>: Carbon dioxide in blood <span>(Details : {LOINC code '11557-6' = 'Carbon dioxide [Partial pressure] in Blood', given as 'Carbon dioxide in blood'})</span></p><p><b>subject</b>: <a>P. van de Heuvel</a></p><p><b>effective</b>: 02/04/2013 10:30:10 AM --> 05/04/2013 10:30:10 AM</p><p><b>issued</b>: 03/04/2013 3:30:10 PM</p><p><b>performer</b>: <a>A. Langeveld</a></p><p><b>value</b>: 6.2 kPa<span> (Details: http://unitsofmeasure.org code kPa = '??')</span></p><p><b>interpretation</b>: Above high normal <span>(Details : {http://hl7.org/fhir/v2/0078 code 'H' = 'High', given as 'Above high normal'})</span></p><h3>ReferenceRanges</h3><table><tr><td>-</td><td><b>Low</b></td><td><b>High</b></td></tr><tr><td>*</td><td>4.8 kPa<span> (Details: http://unitsofmeasure.org code kPa = '??')</span></td><td>6.0 kPa<span> (Details: http://unitsofmeasure.org code kPa = '??')</span></td></tr></table></div>", "status": "generated" }, "valueQuantity": { "code": "kPa", "system": "http://unitsofmeasure.org", "unit": "kPa", "value": 6.2 } }; var example464: fhir.Observation = { "resourceType": "Observation", "id": "f003", "text": { "fhir_comments": [ " urn:oid:2.16.840.1.113883.4.642.1.7 ", " 2.16.840.1.113883.4.642.1.118 " ], "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f003</p><p><b>identifier</b>: 6325 (OFFICIAL)</p><p><b>status</b>: final</p><p><b>code</b>: Carbon dioxide in blood <span>(Details : {LOINC code '11557-6' = 'Carbon dioxide [Partial pressure] in Blood', given as 'Carbon dioxide in blood'})</span></p><p><b>subject</b>: <a>P. van de Heuvel</a></p><p><b>effective</b>: 02/04/2013 10:30:10 AM --> 05/04/2013 10:30:10 AM</p><p><b>issued</b>: 03/04/2013 3:30:10 PM</p><p><b>performer</b>: <a>A. Langeveld</a></p><p><b>value</b>: 6.2 kPa<span> (Details: http://unitsofmeasure.org code kPa = '??')</span></p><p><b>interpretation</b>: Above high normal <span>(Details : {http://hl7.org/fhir/v2/0078 code 'H' = 'High', given as 'Above high normal'})</span></p><h3>ReferenceRanges</h3><table><tr><td>-</td><td><b>Low</b></td><td><b>High</b></td></tr><tr><td>*</td><td>4.8 kPa<span> (Details: http://unitsofmeasure.org code kPa = '??')</span></td><td>6.0 kPa<span> (Details: http://unitsofmeasure.org code kPa = '??')</span></td></tr></table></div>" }, "identifier": [ { "use": "official", "system": "http://www.bmc.nl/zorgportal/identifiers/observations", "value": "6325" } ], "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "11557-6", "display": "Carbon dioxide in blood" } ] }, "subject": { "reference": "Patient/f001", "display": "P. van de Heuvel" }, "effectivePeriod": { "start": "2013-04-02T10:30:10+01:00", "end": "2013-04-05T10:30:10+01:00" }, "issued": "2013-04-03T15:30:10+01:00", "performer": [ { "reference": "Practitioner/f005", "display": "A. Langeveld" } ], "valueQuantity": { "value": 6.2, "unit": "kPa", "system": "http://unitsofmeasure.org", "code": "kPa" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "H", "display": "Above high normal" } ] }, "referenceRange": [ { "low": { "value": 4.8, "unit": "kPa", "system": "http://unitsofmeasure.org", "code": "kPa" }, "high": { "value": 6, "unit": "kPa", "system": "http://unitsofmeasure.org", "code": "kPa" } } ] }; var example465: fhir.Observation = { "code": { "coding": [ { "code": "789-8", "display": "Erythrocytes [#/volume] in Blood by Automated count", "system": "http://loinc.org" } ] }, "effectivePeriod": { "end": "2013-04-05T10:30:10+01:00", "start": "2013-04-02T10:30:10+01:00" }, "id": "f004", "identifier": [ { "system": "http://www.bmc.nl/zorgportal/identifiers/observations", "use": "official", "value": "6326" } ], "interpretation": { "coding": [ { "code": "L", "display": "Below low normal", "system": "http://hl7.org/fhir/v2/0078" } ] }, "issued": "2013-04-03T15:30:10+01:00", "performer": [ { "display": "A. Langeveld", "reference": "Practitioner/f005" } ], "referenceRange": [ { "high": { "code": "10*12/L", "system": "http://unitsofmeasure.org", "unit": "10^12/L", "value": 5.8 }, "low": { "code": "10*12/L", "system": "http://unitsofmeasure.org", "unit": "10^12/L", "value": 4.4 } } ], "resourceType": "Observation", "status": "final", "subject": { "display": "P. van de Heuvel", "reference": "Patient/f001" }, "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f004</p><p><b>identifier</b>: 6326 (OFFICIAL)</p><p><b>status</b>: final</p><p><b>code</b>: Erythrocytes [#/volume] in Blood by Automated count <span>(Details : {LOINC code '789-8' = 'Erythrocytes [#/volume] in Blood by Automated count', given as 'Erythrocytes [#/volume] in Blood by Automated count'})</span></p><p><b>subject</b>: <a>P. van de Heuvel</a></p><p><b>effective</b>: 02/04/2013 10:30:10 AM --> 05/04/2013 10:30:10 AM</p><p><b>issued</b>: 03/04/2013 3:30:10 PM</p><p><b>performer</b>: <a>A. Langeveld</a></p><p><b>value</b>: 4.12 10 trillion/L<span> (Details: http://unitsofmeasure.org code 10*12/L = '??')</span></p><p><b>interpretation</b>: Below low normal <span>(Details : {http://hl7.org/fhir/v2/0078 code 'L' = 'Low', given as 'Below low normal'})</span></p><h3>ReferenceRanges</h3><table><tr><td>-</td><td><b>Low</b></td><td><b>High</b></td></tr><tr><td>*</td><td>4.4 10^12/L<span> (Details: http://unitsofmeasure.org code 10*12/L = '??')</span></td><td>5.8 10^12/L<span> (Details: http://unitsofmeasure.org code 10*12/L = '??')</span></td></tr></table></div>", "status": "generated" }, "valueQuantity": { "code": "10*12/L", "system": "http://unitsofmeasure.org", "unit": "10 trillion/L", "value": 4.12 } }; var example466: fhir.Observation = { "resourceType": "Observation", "id": "f004", "text": { "fhir_comments": [ " urn:oid:2.16.840.1.113883.4.642.1.7 " ], "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f004</p><p><b>identifier</b>: 6326 (OFFICIAL)</p><p><b>status</b>: final</p><p><b>code</b>: Erythrocytes [#/volume] in Blood by Automated count <span>(Details : {LOINC code '789-8' = 'Erythrocytes [#/volume] in Blood by Automated count', given as 'Erythrocytes [#/volume] in Blood by Automated count'})</span></p><p><b>subject</b>: <a>P. van de Heuvel</a></p><p><b>effective</b>: 02/04/2013 10:30:10 AM --> 05/04/2013 10:30:10 AM</p><p><b>issued</b>: 03/04/2013 3:30:10 PM</p><p><b>performer</b>: <a>A. Langeveld</a></p><p><b>value</b>: 4.12 10 trillion/L<span> (Details: http://unitsofmeasure.org code 10*12/L = '??')</span></p><p><b>interpretation</b>: Below low normal <span>(Details : {http://hl7.org/fhir/v2/0078 code 'L' = 'Low', given as 'Below low normal'})</span></p><h3>ReferenceRanges</h3><table><tr><td>-</td><td><b>Low</b></td><td><b>High</b></td></tr><tr><td>*</td><td>4.4 10^12/L<span> (Details: http://unitsofmeasure.org code 10*12/L = '??')</span></td><td>5.8 10^12/L<span> (Details: http://unitsofmeasure.org code 10*12/L = '??')</span></td></tr></table></div>" }, "identifier": [ { "use": "official", "system": "http://www.bmc.nl/zorgportal/identifiers/observations", "value": "6326" } ], "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "789-8", "display": "Erythrocytes [#/volume] in Blood by Automated count" } ] }, "subject": { "reference": "Patient/f001", "display": "P. van de Heuvel" }, "effectivePeriod": { "start": "2013-04-02T10:30:10+01:00", "end": "2013-04-05T10:30:10+01:00" }, "issued": "2013-04-03T15:30:10+01:00", "performer": [ { "reference": "Practitioner/f005", "display": "A. Langeveld" } ], "valueQuantity": { "value": 4.12, "unit": "10 trillion/L", "_unit": { "fhir_comments": [ " Actually, 4.12E+12 " ] }, "system": "http://unitsofmeasure.org", "code": "10*12/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "L", "display": "Below low normal" } ] }, "referenceRange": [ { "low": { "value": 4.4, "unit": "10^12/L", "_unit": { "fhir_comments": [ " for male gender " ] }, "system": "http://unitsofmeasure.org", "code": "10*12/L" }, "high": { "value": 5.8, "unit": "10^12/L", "_unit": { "fhir_comments": [ " for male gender " ] }, "system": "http://unitsofmeasure.org", "code": "10*12/L" } } ] }; var example467: fhir.Observation = { "code": { "coding": [ { "code": "718-7", "display": "Hemoglobin [Mass/volume] in Blood", "system": "http://loinc.org" } ] }, "effectivePeriod": { "end": "2013-04-05T10:30:10+01:00", "start": "2013-04-02T10:30:10+01:00" }, "id": "f005", "identifier": [ { "system": "http://www.bmc.nl/zorgportal/identifiers/observations", "use": "official", "value": "6327" } ], "interpretation": { "coding": [ { "code": "L", "display": "Below low normal", "system": "http://hl7.org/fhir/v2/0078" } ] }, "issued": "2013-04-03T15:30:10+01:00", "performer": [ { "display": "A. Langeveld", "reference": "Practitioner/f005" } ], "referenceRange": [ { "high": { "code": "g/dL", "system": "http://unitsofmeasure.org", "unit": "g/dl", "value": 10 }, "low": { "code": "g/dL", "system": "http://unitsofmeasure.org", "unit": "g/dl", "value": 7.5 } } ], "resourceType": "Observation", "status": "final", "subject": { "display": "P. van de Heuvel", "reference": "Patient/f001" }, "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f005</p><p><b>identifier</b>: 6327 (OFFICIAL)</p><p><b>status</b>: final</p><p><b>code</b>: Hemoglobin [Mass/volume] in Blood <span>(Details : {LOINC code '718-7' = 'Hemoglobin [Mass/volume] in Blood', given as 'Hemoglobin [Mass/volume] in Blood'})</span></p><p><b>subject</b>: <a>P. van de Heuvel</a></p><p><b>effective</b>: 02/04/2013 10:30:10 AM --> 05/04/2013 10:30:10 AM</p><p><b>issued</b>: 03/04/2013 3:30:10 PM</p><p><b>performer</b>: <a>A. Langeveld</a></p><p><b>value</b>: 7.2 g/dl<span> (Details: http://unitsofmeasure.org code g/dL = '??')</span></p><p><b>interpretation</b>: Below low normal <span>(Details : {http://hl7.org/fhir/v2/0078 code 'L' = 'Low', given as 'Below low normal'})</span></p><h3>ReferenceRanges</h3><table><tr><td>-</td><td><b>Low</b></td><td><b>High</b></td></tr><tr><td>*</td><td>7.5 g/dl<span> (Details: http://unitsofmeasure.org code g/dL = '??')</span></td><td>10 g/dl<span> (Details: http://unitsofmeasure.org code g/dL = '??')</span></td></tr></table></div>", "status": "generated" }, "valueQuantity": { "code": "g/dL", "system": "http://unitsofmeasure.org", "unit": "g/dl", "value": 7.2 } }; var example468: fhir.Observation = { "resourceType": "Observation", "id": "f005", "text": { "fhir_comments": [ " urn:oid:2.16.840.1.113883.4.642.1.7 " ], "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f005</p><p><b>identifier</b>: 6327 (OFFICIAL)</p><p><b>status</b>: final</p><p><b>code</b>: Hemoglobin [Mass/volume] in Blood <span>(Details : {LOINC code '718-7' = 'Hemoglobin [Mass/volume] in Blood', given as 'Hemoglobin [Mass/volume] in Blood'})</span></p><p><b>subject</b>: <a>P. van de Heuvel</a></p><p><b>effective</b>: 02/04/2013 10:30:10 AM --> 05/04/2013 10:30:10 AM</p><p><b>issued</b>: 03/04/2013 3:30:10 PM</p><p><b>performer</b>: <a>A. Langeveld</a></p><p><b>value</b>: 7.2 g/dl<span> (Details: http://unitsofmeasure.org code g/dL = '??')</span></p><p><b>interpretation</b>: Below low normal <span>(Details : {http://hl7.org/fhir/v2/0078 code 'L' = 'Low', given as 'Below low normal'})</span></p><h3>ReferenceRanges</h3><table><tr><td>-</td><td><b>Low</b></td><td><b>High</b></td></tr><tr><td>*</td><td>7.5 g/dl<span> (Details: http://unitsofmeasure.org code g/dL = '??')</span></td><td>10 g/dl<span> (Details: http://unitsofmeasure.org code g/dL = '??')</span></td></tr></table></div>" }, "identifier": [ { "use": "official", "system": "http://www.bmc.nl/zorgportal/identifiers/observations", "value": "6327" } ], "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "718-7", "display": "Hemoglobin [Mass/volume] in Blood" } ] }, "subject": { "reference": "Patient/f001", "display": "P. van de Heuvel" }, "effectivePeriod": { "start": "2013-04-02T10:30:10+01:00", "end": "2013-04-05T10:30:10+01:00" }, "issued": "2013-04-03T15:30:10+01:00", "performer": [ { "reference": "Practitioner/f005", "display": "A. Langeveld" } ], "valueQuantity": { "value": 7.2, "unit": "g/dl", "system": "http://unitsofmeasure.org", "code": "g/dL" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "L", "display": "Below low normal" } ] }, "referenceRange": [ { "low": { "value": 7.5, "unit": "g/dl", "system": "http://unitsofmeasure.org", "code": "g/dL" }, "high": { "value": 10, "unit": "g/dl", "system": "http://unitsofmeasure.org", "code": "g/dL" } } ] }; var example469: fhir.Observation = { "bodySite": { "coding": [ { "code": "74262004", "display": "Oral cavity", "system": "http://snomed.info/sct" } ] }, "code": { "coding": [ { "code": "BT", "display": "Body temperature", "system": "http://acme.lab" }, { "code": "8310-5", "display": "Body temperature", "system": "http://loinc.org" }, { "code": "56342008", "display": "Temperature taking", "system": "http://snomed.info/sct" } ], "text": "Body temperature" }, "id": "f202", "interpretation": { "coding": [ { "code": "H", "system": "http://hl7.org/fhir/v2/0078" } ] }, "issued": "2013-04-04T13:27:00+01:00", "method": { "coding": [ { "code": "89003005", "display": "Oral temperature taking", "system": "http://snomed.info/sct" } ] }, "performer": [ { "reference": "Practitioner/f201" } ], "referenceRange": [ { "low": { "unit": "degrees C", "value": 37.5 } } ], "resourceType": "Observation", "status": "entered-in-error", "subject": { "display": "Roel", "reference": "Patient/f201" }, "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f202</p><p><b>status</b>: entered-in-error</p><p><b>code</b>: Body temperature <span>(Details : {http://acme.lab code 'BT' = '??', given as 'Body temperature'}; {LOINC code '8310-5' = 'Body temperature', given as 'Body temperature'}; {SNOMED CT code '56342008' = '56342008', given as 'Temperature taking'})</span></p><p><b>subject</b>: <a>Roel</a></p><p><b>issued</b>: 04/04/2013 1:27:00 PM</p><p><b>performer</b>: <a>Practitioner/f201</a></p><p><b>value</b>: 39 degrees C<span> (Details: SNOMED CT code 258710007 = '258710007')</span></p><p><b>interpretation</b>: High <span>(Details : {http://hl7.org/fhir/v2/0078 code 'H' = 'High)</span></p><p><b>bodySite</b>: Oral cavity <span>(Details : {SNOMED CT code '74262004' = '74262004', given as 'Oral cavity'})</span></p><p><b>method</b>: Oral temperature taking <span>(Details : {SNOMED CT code '89003005' = '89003005', given as 'Oral temperature taking'})</span></p><h3>ReferenceRanges</h3><table><tr><td>-</td><td><b>Low</b></td></tr><tr><td>*</td><td>37.5 degrees C</td></tr></table></div>", "status": "generated" }, "valueQuantity": { "code": "258710007", "system": "http://snomed.info/sct", "unit": "degrees C", "value": 39 } }; var example470: fhir.Observation = { "resourceType": "Observation", "id": "f202", "text": { "fhir_comments": [ " Oral temperature was measured on April fourth " ], "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f202</p><p><b>status</b>: entered-in-error</p><p><b>code</b>: Body temperature <span>(Details : {http://acme.lab code 'BT' = '??', given as 'Body temperature'}; {LOINC code '8310-5' = 'Body temperature', given as 'Body temperature'}; {SNOMED CT code '56342008' = '56342008', given as 'Temperature taking'})</span></p><p><b>subject</b>: <a>Roel</a></p><p><b>issued</b>: 04/04/2013 1:27:00 PM</p><p><b>performer</b>: <a>Practitioner/f201</a></p><p><b>value</b>: 39 degrees C<span> (Details: SNOMED CT code 258710007 = '258710007')</span></p><p><b>interpretation</b>: High <span>(Details : {http://hl7.org/fhir/v2/0078 code 'H' = 'High)</span></p><p><b>bodySite</b>: Oral cavity <span>(Details : {SNOMED CT code '74262004' = '74262004', given as 'Oral cavity'})</span></p><p><b>method</b>: Oral temperature taking <span>(Details : {SNOMED CT code '89003005' = '89003005', given as 'Oral temperature taking'})</span></p><h3>ReferenceRanges</h3><table><tr><td>-</td><td><b>Low</b></td></tr><tr><td>*</td><td>37.5 degrees C</td></tr></table></div>" }, "status": "entered-in-error", "code": { "coding": [ { "fhir_comments": [ " Kind of observation = Oral Temperature ", " local code here " ], "system": "http://acme.lab", "code": "BT", "display": "Body temperature" }, { "fhir_comments": [ " LOINC and SNOMED translations here - Note in the US the primary code will be LOINC per meaningful use. Further SNOMED has acceeded to LOINC being the primary coding system for vitals and anthropromorphic measures. SNOMED is required in some countries such as the UK. " ], "system": "http://loinc.org", "code": "8310-5", "display": "Body temperature" }, { "system": "http://snomed.info/sct", "code": "56342008", "display": "Temperature taking" } ], "text": "Body temperature" }, "subject": { "fhir_comments": [ " No identifier could be provided to this observation " ], "reference": "Patient/f201", "display": "Roel" }, "issued": "2013-04-04T13:27:00+01:00", "performer": [ { "reference": "Practitioner/f201" } ], "valueQuantity": { "value": 39, "_value": { "fhir_comments": [ " Temperature=39 degrees Celsius " ] }, "unit": "degrees C", "system": "http://snomed.info/sct", "code": "258710007" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "H" } ] }, "bodySite": { "fhir_comments": [ " In the meantime a new oral temperature is measured ", " http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3418963/ " ], "coding": [ { "system": "http://snomed.info/sct", "code": "74262004", "display": "Oral cavity" } ] }, "method": { "coding": [ { "system": "http://snomed.info/sct", "code": "89003005", "display": "Oral temperature taking" } ] }, "referenceRange": [ { "low": { "fhir_comments": [ " 0..* Provides guide for interpretation " ], "value": 37.5, "unit": "degrees C" } } ] }; var example471: fhir.Observation = { "code": { "coding": [ { "code": "1963-8", "display": "Bicarbonate [Moles/?volume] in Serum", "system": "http://loinc.org" }, { "code": "365722008", "display": "Bicarbonate level", "system": "http://snomed.info/sct" } ] }, "id": "f203", "identifier": [ { "system": "https://intranet.aumc.nl/labvalues", "value": "1304-03720-Bicarbonate" } ], "interpretation": { "coding": [ { "code": "166698001", "display": "Serum bicarbonate level normal", "system": "http://snomed.info/sct" }, { "code": "N", "system": "http://hl7.org/fhir/v2/0078" } ] }, "issued": "2013-04-04T14:34:00+01:00", "method": { "text": "enzymatic method" }, "performer": [ { "display": "Luigi Maas", "reference": "Practitioner/f202" } ], "referenceRange": [ { "high": { "value": 29 }, "low": { "value": 22 }, "meaning": { "coding": [ { "code": "normal", "display": "Normal Range", "system": "http://hl7.org/fhir/referencerange-meaning" } ] } } ], "resourceType": "Observation", "status": "final", "subject": { "display": "Roel", "reference": "Patient/f201" }, "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f203</p><p><b>identifier</b>: 1304-03720-Bicarbonate</p><p><b>status</b>: final</p><p><b>code</b>: Bicarbonate [Moles/?volume] in Serum <span>(Details : {LOINC code '1963-8' = 'Bicarbonate [Moles/volume] in Serum', given as 'Bicarbonate [Moles/?volume] in Serum'}; {SNOMED CT code '365722008' = '365722008', given as 'Bicarbonate level'})</span></p><p><b>subject</b>: <a>Roel</a></p><p><b>issued</b>: 04/04/2013 2:34:00 PM</p><p><b>performer</b>: <a>Luigi Maas</a></p><p><b>value</b>: 28 mmol/L<span> (Details: SNOMED CT code 258813002 = '258813002')</span></p><p><b>interpretation</b>: Serum bicarbonate level normal <span>(Details : {SNOMED CT code '166698001' = '166698001', given as 'Serum bicarbonate level normal'}; {http://hl7.org/fhir/v2/0078 code 'N' = 'Normal)</span></p><p><b>method</b>: enzymatic method <span>(Details )</span></p><h3>ReferenceRanges</h3><table><tr><td>-</td><td><b>Low</b></td><td><b>High</b></td><td><b>Meaning</b></td></tr><tr><td>*</td><td>22</td><td>29</td><td>Normal Range <span>(Details : {http://hl7.org/fhir/referencerange-meaning code 'normal' = 'Normal Range', given as 'Normal Range'})</span></td></tr></table></div>", "status": "generated" }, "valueQuantity": { "code": "258813002", "system": "http://snomed.info/sct", "unit": "mmol/L", "value": 28 } }; var example472: fhir.Observation = { "resourceType": "Observation", "id": "f203", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f203</p><p><b>identifier</b>: 1304-03720-Bicarbonate</p><p><b>status</b>: final</p><p><b>code</b>: Bicarbonate [Moles/?volume] in Serum <span>(Details : {LOINC code '1963-8' = 'Bicarbonate [Moles/volume] in Serum', given as 'Bicarbonate [Moles/?volume] in Serum'}; {SNOMED CT code '365722008' = '365722008', given as 'Bicarbonate level'})</span></p><p><b>subject</b>: <a>Roel</a></p><p><b>issued</b>: 04/04/2013 2:34:00 PM</p><p><b>performer</b>: <a>Luigi Maas</a></p><p><b>value</b>: 28 mmol/L<span> (Details: SNOMED CT code 258813002 = '258813002')</span></p><p><b>interpretation</b>: Serum bicarbonate level normal <span>(Details : {SNOMED CT code '166698001' = '166698001', given as 'Serum bicarbonate level normal'}; {http://hl7.org/fhir/v2/0078 code 'N' = 'Normal)</span></p><p><b>method</b>: enzymatic method <span>(Details )</span></p><h3>ReferenceRanges</h3><table><tr><td>-</td><td><b>Low</b></td><td><b>High</b></td><td><b>Meaning</b></td></tr><tr><td>*</td><td>22</td><td>29</td><td>Normal Range <span>(Details : {http://hl7.org/fhir/referencerange-meaning code 'normal' = 'Normal Range', given as 'Normal Range'})</span></td></tr></table></div>" }, "identifier": [ { "system": "https://intranet.aumc.nl/labvalues", "value": "1304-03720-Bicarbonate", "_value": { "fhir_comments": [ " Does not exist " ] } } ], "status": "final", "_status": { "fhir_comments": [ " Bicarbonate was measured on April fourth " ] }, "code": { "coding": [ { "fhir_comments": [ " Kind of observation = Bicarbonate LOINC and SNOMED translations here - Note in the US the primary code will be LOINC per meaningful use. Further SNOMED has acceeded to LOINC being the primary coding system for vitals and anthropromorphic measures. SNOMED is required in some countries such as the UK. " ], "system": "http://loinc.org", "code": "1963-8", "display": "Bicarbonate [Moles/?volume] in Serum" }, { "system": "http://snomed.info/sct", "code": "365722008", "display": "Bicarbonate level" } ] }, "subject": { "reference": "Patient/f201", "display": "Roel" }, "issued": "2013-04-04T14:34:00+01:00", "performer": [ { "reference": "Practitioner/f202", "display": "Luigi Maas" } ], "valueQuantity": { "value": 28, "_value": { "fhir_comments": [ " Bicarbonate=28mmol/L " ] }, "unit": "mmol/L", "system": "http://snomed.info/sct", "code": "258813002" }, "interpretation": { "coding": [ { "system": "http://snomed.info/sct", "code": "166698001", "display": "Serum bicarbonate level normal" }, { "system": "http://hl7.org/fhir/v2/0078", "code": "N" } ] }, "method": { "fhir_comments": [ " The observation is complete ", " No reliability concerns " ], "text": "enzymatic method", "_text": { "fhir_comments": [ " Method was enzymatic method " ] } }, "referenceRange": [ { "low": { "fhir_comments": [ " Healthy bicarbonate level ranges from 22mmol/L to 29mmol/L " ], "value": 22 }, "high": { "value": 29 }, "meaning": { "coding": [ { "system": "http://hl7.org/fhir/referencerange-meaning", "code": "normal", "display": "Normal Range" } ] } } ] }; var example473: fhir.Observation = { "code": { "coding": [ { "code": "20005", "display": "Creatinine(Serum)", "system": "https://intranet.aumc.nl/labtestcodes" } ] }, "id": "f204", "identifier": [ { "system": "https://intranet.aumc.nl/labvalues", "value": "1304-03720-Creatinine" } ], "interpretation": { "coding": [ { "code": "166717003", "display": "Serum creatinine raised", "system": "http://snomed.info/sct" }, { "code": "H", "system": "http://hl7.org/fhir/v2/0078" } ] }, "issued": "2013-04-04T14:34:00+01:00", "performer": [ { "display": "Luigi Maas", "reference": "Practitioner/f202" } ], "referenceRange": [ { "high": { "value": 104 }, "low": { "value": 64 }, "meaning": { "coding": [ { "code": "normal", "display": "Normal Range", "system": "http://hl7.org/fhir/referencerange-meaning" } ] } } ], "resourceType": "Observation", "status": "final", "subject": { "display": "Roel", "reference": "Patient/f201" }, "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f204</p><p><b>identifier</b>: 1304-03720-Creatinine</p><p><b>status</b>: final</p><p><b>code</b>: Creatinine(Serum) <span>(Details : {https://intranet.aumc.nl/labtestcodes code '20005' = '??', given as 'Creatinine(Serum)'})</span></p><p><b>subject</b>: <a>Roel</a></p><p><b>issued</b>: 04/04/2013 2:34:00 PM</p><p><b>performer</b>: <a>Luigi Maas</a></p><p><b>value</b>: 122 umol/L<span> (Details: SNOMED CT code 258814008 = '258814008')</span></p><p><b>interpretation</b>: Serum creatinine raised <span>(Details : {SNOMED CT code '166717003' = '166717003', given as 'Serum creatinine raised'}; {http://hl7.org/fhir/v2/0078 code 'H' = 'High)</span></p><h3>ReferenceRanges</h3><table><tr><td>-</td><td><b>Low</b></td><td><b>High</b></td><td><b>Meaning</b></td></tr><tr><td>*</td><td>64</td><td>104</td><td>Normal Range <span>(Details : {http://hl7.org/fhir/referencerange-meaning code 'normal' = 'Normal Range', given as 'Normal Range'})</span></td></tr></table></div>", "status": "generated" }, "valueQuantity": { "code": "258814008", "system": "http://snomed.info/sct", "unit": "umol/L", "value": 122 } }; var example474: fhir.Observation = { "resourceType": "Observation", "id": "f204", "text": { "fhir_comments": [ " The observation is complete ", " No reliability concerns " ], "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f204</p><p><b>identifier</b>: 1304-03720-Creatinine</p><p><b>status</b>: final</p><p><b>code</b>: Creatinine(Serum) <span>(Details : {https://intranet.aumc.nl/labtestcodes code '20005' = '??', given as 'Creatinine(Serum)'})</span></p><p><b>subject</b>: <a>Roel</a></p><p><b>issued</b>: 04/04/2013 2:34:00 PM</p><p><b>performer</b>: <a>Luigi Maas</a></p><p><b>value</b>: 122 umol/L<span> (Details: SNOMED CT code 258814008 = '258814008')</span></p><p><b>interpretation</b>: Serum creatinine raised <span>(Details : {SNOMED CT code '166717003' = '166717003', given as 'Serum creatinine raised'}; {http://hl7.org/fhir/v2/0078 code 'H' = 'High)</span></p><h3>ReferenceRanges</h3><table><tr><td>-</td><td><b>Low</b></td><td><b>High</b></td><td><b>Meaning</b></td></tr><tr><td>*</td><td>64</td><td>104</td><td>Normal Range <span>(Details : {http://hl7.org/fhir/referencerange-meaning code 'normal' = 'Normal Range', given as 'Normal Range'})</span></td></tr></table></div>" }, "identifier": [ { "system": "https://intranet.aumc.nl/labvalues", "value": "1304-03720-Creatinine", "_value": { "fhir_comments": [ " Does not exist " ] } } ], "status": "final", "_status": { "fhir_comments": [ " Creatinine was measured on April fourth " ] }, "code": { "coding": [ { "fhir_comments": [ " Kind of observation = Serum Creatinine, Using only a local code in this example " ], "system": "https://intranet.aumc.nl/labtestcodes", "code": "20005", "_code": { "fhir_comments": [ " Does not exist " ] }, "display": "Creatinine(Serum)" } ] }, "subject": { "reference": "Patient/f201", "display": "Roel" }, "issued": "2013-04-04T14:34:00+01:00", "performer": [ { "reference": "Practitioner/f202", "display": "Luigi Maas" } ], "valueQuantity": { "value": 122, "_value": { "fhir_comments": [ " Creatinine=122mmol/L " ] }, "unit": "umol/L", "system": "http://snomed.info/sct", "code": "258814008" }, "interpretation": { "coding": [ { "system": "http://snomed.info/sct", "code": "166717003", "display": "Serum creatinine raised" }, { "system": "http://hl7.org/fhir/v2/0078", "code": "H" } ] }, "referenceRange": [ { "low": { "fhir_comments": [ " Healthy creatinine level ranges from 64umol/L to 104umol/L " ], "value": 64 }, "high": { "value": 104 }, "meaning": { "coding": [ { "system": "http://hl7.org/fhir/referencerange-meaning", "code": "normal", "display": "Normal Range" } ] } } ] }; var example475: fhir.Observation = { "code": { "coding": [ { "code": "33914-3", "display": "Glomerular filtration rate/1.73 sq M.predicted [Volume Rate/Area] in Serum or Plasma by Creatinine-based formula (MDRD)", "system": "http://loinc.org" } ] }, "comments": "GFR estimating equations developed by the Modification of Diet in Renal Disease (MDRD) Study Group and the Chronic Kidney Disease Epidemiology Collaboration (CKD-EPI)....", "component": [ { "code": { "coding": [ { "code": "48643-1", "display": "Glomerular filtration rate/1.73 sq M predicted among blacks [Volume Rate/?Area] in Serum or Plasma by Creatinine-based formula (MDRD)", "system": "http://loinc.org" } ] }, "referenceRange": [ { "age": { "low": { "code": "a", "system": "http://unitsofmeasure.org", "unit": "yrs", "value": 18 } }, "low": { "code": "mL/min/{1.73_m2}", "system": "http://unitsofmeasure.org", "unit": "mL/min/1.73m2", "value": 60 } } ], "valueQuantity": { "code": "mL/min/{1.73_m2}", "comparator": ">", "system": "http://unitsofmeasure.org", "unit": "mL/min/1.73m2", "value": 60 } }, { "code": { "coding": [ { "code": "48642-3", "display": "Glomerular filtration rate/1.73 sq M predicted among non-blacks [Volume Rate/Area] in Serum or Plasma by Creatinine-based formula (MDRD)", "system": "http://loinc.org" } ] }, "referenceRange": [ { "age": { "low": { "code": "a", "system": "http://unitsofmeasure.org", "unit": "yrs", "value": 18 } }, "low": { "code": "mL/min/{1.73_m2}", "system": "http://unitsofmeasure.org", "unit": "mL/min/1.73m2", "value": 60 } } ], "valueQuantity": { "code": "mL/min/{1.73_m2}", "system": "http://unitsofmeasure.org", "unit": "mL/min/1.73m2", "value": 60 } } ], "id": "f205", "identifier": [ { "system": "https://intranet.aumc.nl/labvalues", "value": "1304-03720-eGFR" } ], "interpretation": { "text": "interpretation of results should be assigned based upon the level of kindey function" }, "issued": "2013-04-04T14:34:00+01:00", "method": { "coding": [ { "code": "702668005", "display": "MDRD", "system": "http://snomed.info/id" } ] }, "performer": [ { "display": "Luigi Maas", "reference": "Practitioner/f202" } ], "resourceType": "Observation", "status": "final", "subject": { "display": "Roel", "reference": "Patient/f201" }, "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f205</p><p><b>identifier</b>: 1304-03720-eGFR</p><p><b>status</b>: final</p><p><b>code</b>: Glomerular filtration rate/1.73 sq M.predicted [Volume Rate/Area] in Serum or Plasma by Creatinine-based formula (MDRD) <span>(Details : {LOINC code '33914-3' = 'Glomerular filtration rate/1.73 sq M.predicted by Creatinine-based formula (MDRD)', given as 'Glomerular filtration rate/1.73 sq M.predicted [Volume Rate/Area] in Serum or Plasma by Creatinine-based formula (MDRD)'})</span></p><p><b>subject</b>: <a>Roel</a></p><p><b>issued</b>: 04/04/2013 2:34:00 PM</p><p><b>performer</b>: <a>Luigi Maas</a></p><p><b>interpretation</b>: interpretation of results should be assigned based upon the level of kindey function <span>(Details )</span></p><p><b>comments</b>: GFR estimating equations developed by the Modification of Diet in Renal Disease (MDRD) Study Group and the Chronic Kidney Disease Epidemiology Collaboration (CKD-EPI)....</p><p><b>method</b>: MDRD <span>(Details : {SNOMED CT code '702668005' = '??', given as 'MDRD'})</span></p><blockquote><p><b>component</b></p><p><b>code</b>: Glomerular filtration rate/1.73 sq M predicted among blacks [Volume Rate/?Area] in Serum or Plasma by Creatinine-based formula (MDRD) <span>(Details : {LOINC code '48643-1' = 'Glomerular filtration rate/1.73 sq M predicted among blacks by Creatinine-based formula (MDRD)', given as 'Glomerular filtration rate/1.73 sq M predicted among blacks [Volume Rate/?Area] in Serum or Plasma by Creatinine-based formula (MDRD)'})</span></p><p><b>value</b>: >60 mL/min/1.73m2<span> (Details: http://unitsofmeasure.org code mL/min/{1.73_m2} = '??')</span></p><h3>ReferenceRanges</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Glomerular filtration rate/1.73 sq M predicted among non-blacks [Volume Rate/Area] in Serum or Plasma by Creatinine-based formula (MDRD) <span>(Details : {LOINC code '48642-3' = 'Glomerular filtration rate/1.73 sq M predicted among non-blacks by Creatinine-based formula (MDRD)', given as 'Glomerular filtration rate/1.73 sq M predicted among non-blacks [Volume Rate/Area] in Serum or Plasma by Creatinine-based formula (MDRD)'})</span></p><p><b>value</b>: 60 mL/min/1.73m2<span> (Details: http://unitsofmeasure.org code mL/min/{1.73_m2} = '??')</span></p><h3>ReferenceRanges</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote></div>", "status": "generated" } }; var example476: fhir.Observation = { "resourceType": "Observation", "id": "f205", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f205</p><p><b>identifier</b>: 1304-03720-eGFR</p><p><b>status</b>: final</p><p><b>code</b>: Glomerular filtration rate/1.73 sq M.predicted [Volume Rate/Area] in Serum or Plasma by Creatinine-based formula (MDRD) <span>(Details : {LOINC code '33914-3' = 'Glomerular filtration rate/1.73 sq M.predicted by Creatinine-based formula (MDRD)', given as 'Glomerular filtration rate/1.73 sq M.predicted [Volume Rate/Area] in Serum or Plasma by Creatinine-based formula (MDRD)'})</span></p><p><b>subject</b>: <a>Roel</a></p><p><b>issued</b>: 04/04/2013 2:34:00 PM</p><p><b>performer</b>: <a>Luigi Maas</a></p><p><b>interpretation</b>: interpretation of results should be assigned based upon the level of kindey function <span>(Details )</span></p><p><b>comments</b>: GFR estimating equations developed by the Modification of Diet in Renal Disease (MDRD) Study Group and the Chronic Kidney Disease Epidemiology Collaboration (CKD-EPI)....</p><p><b>method</b>: MDRD <span>(Details : {SNOMED CT code '702668005' = '??', given as 'MDRD'})</span></p><blockquote><p><b>component</b></p><p><b>code</b>: Glomerular filtration rate/1.73 sq M predicted among blacks [Volume Rate/?Area] in Serum or Plasma by Creatinine-based formula (MDRD) <span>(Details : {LOINC code '48643-1' = 'Glomerular filtration rate/1.73 sq M predicted among blacks by Creatinine-based formula (MDRD)', given as 'Glomerular filtration rate/1.73 sq M predicted among blacks [Volume Rate/?Area] in Serum or Plasma by Creatinine-based formula (MDRD)'})</span></p><p><b>value</b>: >60 mL/min/1.73m2<span> (Details: http://unitsofmeasure.org code mL/min/{1.73_m2} = '??')</span></p><h3>ReferenceRanges</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Glomerular filtration rate/1.73 sq M predicted among non-blacks [Volume Rate/Area] in Serum or Plasma by Creatinine-based formula (MDRD) <span>(Details : {LOINC code '48642-3' = 'Glomerular filtration rate/1.73 sq M predicted among non-blacks by Creatinine-based formula (MDRD)', given as 'Glomerular filtration rate/1.73 sq M predicted among non-blacks [Volume Rate/Area] in Serum or Plasma by Creatinine-based formula (MDRD)'})</span></p><p><b>value</b>: 60 mL/min/1.73m2<span> (Details: http://unitsofmeasure.org code mL/min/{1.73_m2} = '??')</span></p><h3>ReferenceRanges</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote></div>" }, "identifier": [ { "system": "https://intranet.aumc.nl/labvalues", "value": "1304-03720-eGFR", "_value": { "fhir_comments": [ " Does not exist " ] } } ], "status": "final", "_status": { "fhir_comments": [ " eGFR was measured on April fourth " ] }, "code": { "coding": [ { "fhir_comments": [ " Kind of observation = eGFR " ], "system": "http://loinc.org", "code": "33914-3", "display": "Glomerular filtration rate/1.73 sq M.predicted [Volume Rate/Area] in Serum or Plasma by Creatinine-based formula (MDRD)" } ] }, "subject": { "reference": "Patient/f201", "display": "Roel" }, "issued": "2013-04-04T14:34:00+01:00", "performer": [ { "reference": "Practitioner/f202", "display": "Luigi Maas" } ], "interpretation": { "fhir_comments": [ " no value element since have only component values and unable to interpret results needs clinical interpretation " ], "text": "interpretation of results should be assigned based upon the level of kindey function" }, "comments": "GFR estimating equations developed by the Modification of Diet in Renal Disease (MDRD) Study Group and the Chronic Kidney Disease Epidemiology Collaboration (CKD-EPI)....", "method": { "fhir_comments": [ " The observation is complete ", " No reliability concerns " ], "coding": [ { "fhir_comments": [ " Method was MDRD " ], "system": "http://snomed.info/id", "code": "702668005", "display": "MDRD" } ] }, "component": [ { "fhir_comments": [ " The MDRD equation does require race (African American or non-African American), which also may not be readily available. For this reason, eGFR values for both African Americans and non-African Americans are reported. so use component elements here " ], "code": { "coding": [ { "fhir_comments": [ " Kind of observation = eGFR for AA " ], "system": "http://loinc.org", "code": "48643-1", "display": "Glomerular filtration rate/1.73 sq M predicted among blacks [Volume Rate/?Area] in Serum or Plasma by Creatinine-based formula (MDRD)" } ] }, "valueQuantity": { "value": 60, "_value": { "fhir_comments": [ " eGFR=54mL/min/1.73m2 " ] }, "comparator": ">", "unit": "mL/min/1.73m2", "system": "http://unitsofmeasure.org", "code": "mL/min/{1.73_m2}" }, "referenceRange": [ { "low": { "value": 60, "unit": "mL/min/1.73m2", "system": "http://unitsofmeasure.org", "code": "mL/min/{1.73_m2}" }, "age": { "low": { "value": 18, "unit": "yrs", "system": "http://unitsofmeasure.org", "code": "a" } } } ] }, { "code": { "coding": [ { "fhir_comments": [ " Kind of observation = eGFR for non AA " ], "system": "http://loinc.org", "code": "48642-3", "display": "Glomerular filtration rate/1.73 sq M predicted among non-blacks [Volume Rate/Area] in Serum or Plasma by Creatinine-based formula (MDRD)" } ] }, "valueQuantity": { "value": 60, "_value": { "fhir_comments": [ " eGFR=54mL/min/1.73m2 " ] }, "unit": "mL/min/1.73m2", "system": "http://unitsofmeasure.org", "code": "mL/min/{1.73_m2}" }, "referenceRange": [ { "low": { "value": 60, "unit": "mL/min/1.73m2", "system": "http://unitsofmeasure.org", "code": "mL/min/{1.73_m2}" }, "age": { "low": { "value": 18, "unit": "yrs", "system": "http://unitsofmeasure.org", "code": "a" } } } ] } ] }; var example477: fhir.Observation = { "code": { "coding": [ { "code": "104177", "display": "Blood culture", "system": "http://acmelabs.org" }, { "code": "600-7", "display": "Bacteria identified in Blood by Culture", "system": "http://loinc.org" } ] }, "id": "f206", "interpretation": { "coding": [ { "code": "POS", "system": "http://hl7.org/fhir/v2/0078" } ] }, "issued": "2013-03-11T10:28:00+01:00", "method": { "coding": [ { "code": "104177005", "display": "Blood culture for bacteria, including anaerobic screen", "system": "http://snomed.info/sct" } ] }, "performer": [ { "display": "Luigi Maas", "reference": "Practitioner/f202" } ], "resourceType": "Observation", "status": "final", "subject": { "display": "Roel", "reference": "Patient/f201" }, "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f206</p><p><b>status</b>: final</p><p><b>code</b>: Blood culture <span>(Details : {http://acmelabs.org code '104177' = '??', given as 'Blood culture'}; {LOINC code '600-7' = 'Bacteria identified in Blood by Culture', given as 'Bacteria identified in Blood by Culture'})</span></p><p><b>subject</b>: <a>Roel</a></p><p><b>issued</b>: 11/03/2013 10:28:00 AM</p><p><b>performer</b>: <a>Luigi Maas</a></p><p><b>value</b>: Staphylococcus aureus <span>(Details : {SNOMED CT code '3092008' = '3092008', given as 'Staphylococcus aureus'})</span></p><p><b>interpretation</b>: Positive <span>(Details : {http://hl7.org/fhir/v2/0078 code 'POS' = 'Positive)</span></p><p><b>method</b>: Blood culture for bacteria, including anaerobic screen <span>(Details : {SNOMED CT code '104177005' = '104177005', given as 'Blood culture for bacteria, including anaerobic screen'})</span></p></div>", "status": "generated" }, "valueCodeableConcept": { "coding": [ { "code": "3092008", "display": "Staphylococcus aureus", "system": "http://snomed.info/sct" } ] } }; var example478: fhir.Observation = { "resourceType": "Observation", "id": "f206", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f206</p><p><b>status</b>: final</p><p><b>code</b>: Blood culture <span>(Details : {http://acmelabs.org code '104177' = '??', given as 'Blood culture'}; {LOINC code '600-7' = 'Bacteria identified in Blood by Culture', given as 'Bacteria identified in Blood by Culture'})</span></p><p><b>subject</b>: <a>Roel</a></p><p><b>issued</b>: 11/03/2013 10:28:00 AM</p><p><b>performer</b>: <a>Luigi Maas</a></p><p><b>value</b>: Staphylococcus aureus <span>(Details : {SNOMED CT code '3092008' = '3092008', given as 'Staphylococcus aureus'})</span></p><p><b>interpretation</b>: Positive <span>(Details : {http://hl7.org/fhir/v2/0078 code 'POS' = 'Positive)</span></p><p><b>method</b>: Blood culture for bacteria, including anaerobic screen <span>(Details : {SNOMED CT code '104177005' = '104177005', given as 'Blood culture for bacteria, including anaerobic screen'})</span></p></div>" }, "status": "final", "code": { "coding": [ { "fhir_comments": [ " Kind of observation = Blood culture " ], "system": "http://acmelabs.org", "code": "104177", "display": "Blood culture" }, { "system": "http://loinc.org", "code": "600-7", "display": "Bacteria identified in Blood by Culture" } ] }, "subject": { "fhir_comments": [ " No identifier could be provided to this observation " ], "reference": "Patient/f201", "display": "Roel" }, "issued": "2013-03-11T10:28:00+01:00", "performer": [ { "reference": "Practitioner/f202", "display": "Luigi Maas" } ], "valueCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "3092008", "display": "Staphylococcus aureus" } ] }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "POS" } ] }, "method": { "fhir_comments": [ " BodySite not relevant " ], "coding": [ { "system": "http://snomed.info/sct", "code": "104177005", "display": "Blood culture for bacteria, including anaerobic screen" } ] } }; var example479: fhir.Observation = { "code": { "coding": [ { "code": "9269-2", "display": "Glasgow coma score total", "system": "http://loinc.org" } ], "text": "Glasgow Coma Scale , (GCS)" }, "effectiveDateTime": "2014-12-11T04:44:16Z", "id": "gcs-qa", "referenceRange": [ { "high": { "code": "{score}", "system": "http://unitsofmeasure.org", "value": 8 }, "meaning": { "text": "Severe TBI" } }, { "high": { "code": "{score}", "system": "http://unitsofmeasure.org", "value": 12 }, "low": { "code": "{score}", "system": "http://unitsofmeasure.org", "value": 9 }, "meaning": { "text": "Moderate TBI" } }, { "low": { "code": "{score}", "system": "http://unitsofmeasure.org", "value": 13 }, "meaning": { "text": "Mild TBI" } } ], "related": [ { "target": { "display": "GCS form results", "reference": "QuestionnaireResponse/gcs" }, "type": "derived-from" } ], "resourceType": "Observation", "status": "final", "subject": { "display": "Peter James Chalmers", "reference": "Patient/example" }, "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: gcs-qa</p><p><b>status</b>: final</p><p><b>code</b>: Glasgow Coma Scale , (GCS) <span>(Details : {LOINC code '9269-2' = 'Glasgow coma score total', given as 'Glasgow coma score total'})</span></p><p><b>subject</b>: <a>Peter James Chalmers</a></p><p><b>effective</b>: 11/12/2014 3:44:16 PM</p><p><b>value</b>: 13 {score}<span> (Details: http://unitsofmeasure.org code {score} = '??')</span></p><blockquote><p><b>referenceRange</b></p><p><b>high</b>: 8 {score}<span> (Details: http://unitsofmeasure.org code {score} = '??')</span></p><p><b>meaning</b>: Severe TBI <span>(Details )</span></p></blockquote><blockquote><p><b>referenceRange</b></p><p><b>low</b>: 9 {score}<span> (Details: http://unitsofmeasure.org code {score} = '??')</span></p><p><b>high</b>: 12 {score}<span> (Details: http://unitsofmeasure.org code {score} = '??')</span></p><p><b>meaning</b>: Moderate TBI <span>(Details )</span></p></blockquote><blockquote><p><b>referenceRange</b></p><p><b>low</b>: 13 {score}<span> (Details: http://unitsofmeasure.org code {score} = '??')</span></p><p><b>meaning</b>: Mild TBI <span>(Details )</span></p></blockquote><h3>Relateds</h3><table><tr><td>-</td><td><b>Type</b></td><td><b>Target</b></td></tr><tr><td>*</td><td>derived-from</td><td><a>GCS form results</a></td></tr></table></div>", "status": "generated" }, "valueQuantity": { "code": "{score}", "system": "http://unitsofmeasure.org", "value": 13 } }; var example480: fhir.Observation = { "resourceType": "Observation", "id": "gcs-qa", "text": { "fhir_comments": [ " the mandatory quality flags: " ], "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: gcs-qa</p><p><b>status</b>: final</p><p><b>code</b>: Glasgow Coma Scale , (GCS) <span>(Details : {LOINC code '9269-2' = 'Glasgow coma score total', given as 'Glasgow coma score total'})</span></p><p><b>subject</b>: <a>Peter James Chalmers</a></p><p><b>effective</b>: 11/12/2014 3:44:16 PM</p><p><b>value</b>: 13 {score}<span> (Details: http://unitsofmeasure.org code {score} = '??')</span></p><blockquote><p><b>referenceRange</b></p><p><b>high</b>: 8 {score}<span> (Details: http://unitsofmeasure.org code {score} = '??')</span></p><p><b>meaning</b>: Severe TBI <span>(Details )</span></p></blockquote><blockquote><p><b>referenceRange</b></p><p><b>low</b>: 9 {score}<span> (Details: http://unitsofmeasure.org code {score} = '??')</span></p><p><b>high</b>: 12 {score}<span> (Details: http://unitsofmeasure.org code {score} = '??')</span></p><p><b>meaning</b>: Moderate TBI <span>(Details )</span></p></blockquote><blockquote><p><b>referenceRange</b></p><p><b>low</b>: 13 {score}<span> (Details: http://unitsofmeasure.org code {score} = '??')</span></p><p><b>meaning</b>: Mild TBI <span>(Details )</span></p></blockquote><h3>Relateds</h3><table><tr><td>-</td><td><b>Type</b></td><td><b>Target</b></td></tr><tr><td>*</td><td>derived-from</td><td><a>GCS form results</a></td></tr></table></div>" }, "status": "final", "code": { "fhir_comments": [ " \n Observations are often coded in multiple code systems.\n - LOINC\n\t\t- or SNOMED\n -and/or the source system may provides its own \"local\" code, which may be less or more granular than LOINC.\n\tIn this example there is only LOINC\n " ], "coding": [ { "fhir_comments": [ " LOINC - always recommended to have a LOINC code " ], "system": "http://loinc.org", "code": "9269-2", "display": "Glasgow coma score total" } ], "text": "Glasgow Coma Scale , (GCS)" }, "subject": { "reference": "Patient/example", "display": "Peter James Chalmers" }, "effectiveDateTime": "2014-12-11T04:44:16Z", "valueQuantity": { "fhir_comments": [ " In FHIR, units may be represented twice. Once in the\n agreed human representation, and once in a coded form.\n In this example the UCUM unit is provided but no human representation since this is often not displayed\n " ], "value": 13, "system": "http://unitsofmeasure.org", "code": "{score}" }, "referenceRange": [ { "high": { "value": 8, "system": "http://unitsofmeasure.org", "code": "{score}" }, "meaning": { "fhir_comments": [ " meaning as text " ], "text": "Severe TBI" } }, { "low": { "value": 9, "system": "http://unitsofmeasure.org", "code": "{score}" }, "high": { "value": 12, "system": "http://unitsofmeasure.org", "code": "{score}" }, "meaning": { "fhir_comments": [ " meaning as text " ], "text": "Moderate TBI" } }, { "low": { "value": 13, "system": "http://unitsofmeasure.org", "code": "{score}" }, "meaning": { "fhir_comments": [ " meaning as text " ], "text": "Mild TBI" } } ], "related": [ { "fhir_comments": [ " put the references to the QuestionnairAnswer example here using the derived-From type " ], "type": "derived-from", "target": { "reference": "QuestionnaireResponse/gcs", "display": "GCS form results" } } ] }; var example481: fhir.Observation = { "code": { "coding": [ { "code": "9269-2", "display": "Glasgow coma score total", "system": "http://loinc.org" } ], "text": "Glasgow Coma Scale , (GCS)" }, "contained": [ { "code": { "coding": [ { "code": "9268-4", "display": "Glasgow coma score motor", "system": "http://loinc.org" } ], "text": "GCS motor" }, "effectiveDateTime": "2014-12-11T04:44:16Z", "id": "motor", "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/example" }, "valueCodeableConcept": { "coding": [ { "code": "5", "display": "Localizes painful stimuli", "system": "http:/acme.ec/gcsmotor" }, { "code": "LA6566-9", "display": "Localizing pain", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/iso21090-CO-value", "valueDecimal": 5 } ], "system": "http://loinc.org" } ], "text": "5 (Localizes painful stimuli)" } }, { "code": { "coding": [ { "code": "9270-0", "display": "Glasgow coma score verbal", "system": "http://loinc.org" } ], "text": "Verbal" }, "effectiveDateTime": "2014-12-11T04:44:16Z", "id": "verbal", "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/example" }, "valueCodeableConcept": { "coding": [ { "code": "4", "display": "Confused, disoriented", "system": "http:/acme.ec/gcsverbal" }, { "code": "LA6560-2", "display": "Confused", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/iso21090-CO-value", "valueDecimal": 4 } ], "system": "http://loinc.org" } ], "text": "4 (Confused, disoriented)" } }, { "code": { "coding": [ { "code": "9267-6", "display": "Glasgow coma score eye opening", "system": "http://loinc.org" } ], "text": "Eyes" }, "effectiveDateTime": "2014-12-11T04:44:16Z", "id": "eyes", "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/example" }, "valueCodeableConcept": { "coding": [ { "code": "4", "display": "Opens eyes spontaneously", "system": "http:/acme.ec/gcseye" }, { "code": "LA6556-0", "display": "Eyes open spontaneously", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/iso21090-CO-value", "valueDecimal": 4 } ], "system": "http://loinc.org" } ], "text": "4 (Opens eyes spontaneously)" } } ], "effectiveDateTime": "2014-12-11T04:44:16Z", "id": "glasgow", "referenceRange": [ { "high": { "code": "{score}", "system": "http://unitsofmeasure.org", "value": 8 }, "meaning": { "text": "Severe TBI" } }, { "high": { "code": "{score}", "system": "http://unitsofmeasure.org", "value": 12 }, "low": { "code": "{score}", "system": "http://unitsofmeasure.org", "value": 9 }, "meaning": { "text": "Moderate TBI" } }, { "low": { "code": "{score}", "system": "http://unitsofmeasure.org", "value": 13 }, "meaning": { "text": "Mild TBI" } } ], "related": [ { "target": { "display": "Motor score", "reference": "#motor" }, "type": "derived-from" }, { "target": { "display": "Verbal score", "reference": "#verbal" }, "type": "derived-from" }, { "target": { "display": "Eyes score", "reference": "#eyes" }, "type": "derived-from" } ], "resourceType": "Observation", "status": "final", "subject": { "display": "Peter James Chalmers", "reference": "Patient/example" }, "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: glasgow</p><p><b>contained</b>: , , </p><p><b>status</b>: final</p><p><b>code</b>: Glasgow Coma Scale , (GCS) <span>(Details : {LOINC code '9269-2' = 'Glasgow coma score total', given as 'Glasgow coma score total'})</span></p><p><b>subject</b>: <a>Peter James Chalmers</a></p><p><b>effective</b>: 11/12/2014 3:44:16 PM</p><p><b>value</b>: 13 {score}<span> (Details: http://unitsofmeasure.org code {score} = '??')</span></p><blockquote><p><b>referenceRange</b></p><p><b>high</b>: 8 {score}<span> (Details: http://unitsofmeasure.org code {score} = '??')</span></p><p><b>meaning</b>: Severe TBI <span>(Details )</span></p></blockquote><blockquote><p><b>referenceRange</b></p><p><b>low</b>: 9 {score}<span> (Details: http://unitsofmeasure.org code {score} = '??')</span></p><p><b>high</b>: 12 {score}<span> (Details: http://unitsofmeasure.org code {score} = '??')</span></p><p><b>meaning</b>: Moderate TBI <span>(Details )</span></p></blockquote><blockquote><p><b>referenceRange</b></p><p><b>low</b>: 13 {score}<span> (Details: http://unitsofmeasure.org code {score} = '??')</span></p><p><b>meaning</b>: Mild TBI <span>(Details )</span></p></blockquote><blockquote><p><b>related</b></p><p><b>type</b>: derived-from</p><p><b>target</b>: Motor score. Generated Summary: id: motor; status: final; GCS motor <span>(Details : {LOINC code '9268-4' = 'Glasgow coma score motor', given as 'Glasgow coma score motor'})</span>; Patient/example; effective: 11/12/2014 3:44:16 PM; 5 (Localizes painful stimuli) <span>(Details : {http:/acme.ec/gcsmotor code '5' = '??', given as 'Localizes painful stimuli'}; {LOINC code 'LA6566-9' = 'Localizing pain', given as 'Localizing pain'})</span></p></blockquote><blockquote><p><b>related</b></p><p><b>type</b>: derived-from</p><p><b>target</b>: Verbal score. Generated Summary: id: verbal; status: final; Verbal <span>(Details : {LOINC code '9270-0' = 'Glasgow coma score verbal', given as 'Glasgow coma score verbal'})</span>; Patient/example; effective: 11/12/2014 3:44:16 PM; 4 (Confused, disoriented) <span>(Details : {http:/acme.ec/gcsverbal code '4' = '??', given as 'Confused, disoriented'}; {LOINC code 'LA6560-2' = 'Confused', given as 'Confused'})</span></p></blockquote><blockquote><p><b>related</b></p><p><b>type</b>: derived-from</p><p><b>target</b>: Eyes score. Generated Summary: id: eyes; status: final; Eyes <span>(Details : {LOINC code '9267-6' = 'Glasgow coma score eye opening', given as 'Glasgow coma score eye opening'})</span>; Patient/example; effective: 11/12/2014 3:44:16 PM; 4 (Opens eyes spontaneously) <span>(Details : {http:/acme.ec/gcseye code '4' = '??', given as 'Opens eyes spontaneously'}; {LOINC code 'LA6556-0' = 'Eyes open spontaneously', given as 'Eyes open spontaneously'})</span></p></blockquote></div>", "status": "generated" }, "valueQuantity": { "code": "{score}", "system": "http://unitsofmeasure.org", "value": 13 } }; var example482: fhir.Observation = { "resourceType": "Observation", "id": "glasgow", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: glasgow</p><p><b>contained</b>: , , </p><p><b>status</b>: final</p><p><b>code</b>: Glasgow Coma Scale , (GCS) <span>(Details : {LOINC code '9269-2' = 'Glasgow coma score total', given as 'Glasgow coma score total'})</span></p><p><b>subject</b>: <a>Peter James Chalmers</a></p><p><b>effective</b>: 11/12/2014 3:44:16 PM</p><p><b>value</b>: 13 {score}<span> (Details: http://unitsofmeasure.org code {score} = '??')</span></p><blockquote><p><b>referenceRange</b></p><p><b>high</b>: 8 {score}<span> (Details: http://unitsofmeasure.org code {score} = '??')</span></p><p><b>meaning</b>: Severe TBI <span>(Details )</span></p></blockquote><blockquote><p><b>referenceRange</b></p><p><b>low</b>: 9 {score}<span> (Details: http://unitsofmeasure.org code {score} = '??')</span></p><p><b>high</b>: 12 {score}<span> (Details: http://unitsofmeasure.org code {score} = '??')</span></p><p><b>meaning</b>: Moderate TBI <span>(Details )</span></p></blockquote><blockquote><p><b>referenceRange</b></p><p><b>low</b>: 13 {score}<span> (Details: http://unitsofmeasure.org code {score} = '??')</span></p><p><b>meaning</b>: Mild TBI <span>(Details )</span></p></blockquote><blockquote><p><b>related</b></p><p><b>type</b>: derived-from</p><p><b>target</b>: Motor score. Generated Summary: id: motor; status: final; GCS motor <span>(Details : {LOINC code '9268-4' = 'Glasgow coma score motor', given as 'Glasgow coma score motor'})</span>; Patient/example; effective: 11/12/2014 3:44:16 PM; 5 (Localizes painful stimuli) <span>(Details : {http:/acme.ec/gcsmotor code '5' = '??', given as 'Localizes painful stimuli'}; {LOINC code 'LA6566-9' = 'Localizing pain', given as 'Localizing pain'})</span></p></blockquote><blockquote><p><b>related</b></p><p><b>type</b>: derived-from</p><p><b>target</b>: Verbal score. Generated Summary: id: verbal; status: final; Verbal <span>(Details : {LOINC code '9270-0' = 'Glasgow coma score verbal', given as 'Glasgow coma score verbal'})</span>; Patient/example; effective: 11/12/2014 3:44:16 PM; 4 (Confused, disoriented) <span>(Details : {http:/acme.ec/gcsverbal code '4' = '??', given as 'Confused, disoriented'}; {LOINC code 'LA6560-2' = 'Confused', given as 'Confused'})</span></p></blockquote><blockquote><p><b>related</b></p><p><b>type</b>: derived-from</p><p><b>target</b>: Eyes score. Generated Summary: id: eyes; status: final; Eyes <span>(Details : {LOINC code '9267-6' = 'Glasgow coma score eye opening', given as 'Glasgow coma score eye opening'})</span>; Patient/example; effective: 11/12/2014 3:44:16 PM; 4 (Opens eyes spontaneously) <span>(Details : {http:/acme.ec/gcseye code '4' = '??', given as 'Opens eyes spontaneously'}; {LOINC code 'LA6556-0' = 'Eyes open spontaneously', given as 'Eyes open spontaneously'})</span></p></blockquote></div>" }, "contained": [ { "resourceType": "Observation", "id": "motor", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "9268-4", "display": "Glasgow coma score motor" } ], "text": "GCS motor" }, "subject": { "reference": "Patient/example" }, "effectiveDateTime": "2014-12-11T04:44:16Z", "valueCodeableConcept": { "coding": [ { "system": "http:/acme.ec/gcsmotor", "code": "5", "display": "Localizes painful stimuli" }, { "extension": [ { "fhir_comments": [ " This example has the extension which maps a numeric score to the code this may already be known and unecessary in the Observation resource ", " 0..1 Value of extension " ], "url": "http://hl7.org/fhir/StructureDefinition/iso21090-CO-value", "valueDecimal": 5, "_valueDecimal": { "fhir_comments": [ " from Element: extension " ] } } ], "system": "http://loinc.org", "code": "LA6566-9", "display": "Localizing pain" } ], "text": "5 (Localizes painful stimuli)" } }, { "resourceType": "Observation", "id": "verbal", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "9270-0", "display": "Glasgow coma score verbal" } ], "text": "Verbal" }, "subject": { "reference": "Patient/example" }, "effectiveDateTime": "2014-12-11T04:44:16Z", "valueCodeableConcept": { "coding": [ { "system": "http:/acme.ec/gcsverbal", "code": "4", "display": "Confused, disoriented" }, { "extension": [ { "fhir_comments": [ " This example has the extension which maps a numeric score to the code this may already be known and unecessary in the Observation resource ", " 0..1 Value of extension " ], "url": "http://hl7.org/fhir/StructureDefinition/iso21090-CO-value", "valueDecimal": 4, "_valueDecimal": { "fhir_comments": [ " from Element: extension " ] } } ], "system": "http://loinc.org", "code": "LA6560-2", "_code": { "fhir_comments": [ " technicallly the code is '5' and the LA is the identifier to do hav e both would require an extention " ] }, "display": "Confused" } ], "text": "4 (Confused, disoriented)" } }, { "resourceType": "Observation", "id": "eyes", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "9267-6", "display": "Glasgow coma score eye opening" } ], "text": "Eyes" }, "subject": { "reference": "Patient/example" }, "effectiveDateTime": "2014-12-11T04:44:16Z", "valueCodeableConcept": { "coding": [ { "system": "http:/acme.ec/gcseye", "code": "4", "display": "Opens eyes spontaneously" }, { "extension": [ { "fhir_comments": [ " This example has the extension which maps a numeric score to the code this may already be known and unecessary in the Observation resource ", " 0..1 Value of extension " ], "url": "http://hl7.org/fhir/StructureDefinition/iso21090-CO-value", "valueDecimal": 4, "_valueDecimal": { "fhir_comments": [ " from Element: extension " ] } } ], "system": "http://loinc.org", "code": "LA6556-0", "_code": { "fhir_comments": [ " technicallly the code is '4' and the LA is the identifier to do hav e both would require an extention " ] }, "display": "Eyes open spontaneously" } ], "text": "4 (Opens eyes spontaneously)" } } ], "status": "final", "_status": { "fhir_comments": [ " the mandatory quality flags: " ] }, "code": { "fhir_comments": [ " \n Observations are often coded in multiple code systems.\n - LOINC\n\t\t- or SNOMED\n -and/or the source system may provides its own \"local\" code, which may be less or more granular than LOINC.\n\tIn this example there is only LOINC\n " ], "coding": [ { "fhir_comments": [ " LOINC - always recommended to have a LOINC code " ], "system": "http://loinc.org", "code": "9269-2", "display": "Glasgow coma score total" } ], "text": "Glasgow Coma Scale , (GCS)" }, "subject": { "reference": "Patient/example", "display": "Peter James Chalmers" }, "effectiveDateTime": "2014-12-11T04:44:16Z", "valueQuantity": { "fhir_comments": [ " In FHIR, units may be represented twice. Once in the\n agreed human representation, and once in a coded form.\n In this example the UCUM unit is provided but no human representation since this is often not displayed\n " ], "value": 13, "system": "http://unitsofmeasure.org", "code": "{score}" }, "referenceRange": [ { "high": { "value": 8, "system": "http://unitsofmeasure.org", "code": "{score}" }, "meaning": { "fhir_comments": [ " meaning as text " ], "text": "Severe TBI" } }, { "low": { "value": 9, "system": "http://unitsofmeasure.org", "code": "{score}" }, "high": { "value": 12, "system": "http://unitsofmeasure.org", "code": "{score}" }, "meaning": { "fhir_comments": [ " meaning as text " ], "text": "Moderate TBI" } }, { "low": { "value": 13, "system": "http://unitsofmeasure.org", "code": "{score}" }, "meaning": { "fhir_comments": [ " meaning as text " ], "text": "Mild TBI" } } ], "related": [ { "fhir_comments": [ " put the references to the contained components here using the derived-From type " ], "type": "derived-from", "target": { "reference": "#motor", "display": "Motor score" } }, { "type": "derived-from", "target": { "reference": "#verbal", "display": "Verbal score" } }, { "type": "derived-from", "target": { "reference": "#eyes", "display": "Eyes score" } } ] }; var example483: fhir.Observation = { "category": { "coding": [ { "code": "procedure", "display": "Procedure", "system": "http://hl7.org/fhir/observation-category" } ] }, "code": { "coding": [ { "code": "131328", "display": "MDC_ECG_ELEC_POTL", "system": "urn:oid:2.16.840.1.113883.6.24" } ] }, "component": [ { "code": { "coding": [ { "code": "131329", "display": "MDC_ECG_ELEC_POTL_I", "system": "urn:oid:2.16.840.1.113883.6.24" } ] }, "valueSampledData": { "data": "2041 2043 2037 2047 2060 2062 2051 2023 2014 2027 2034 2033 2040 2047 2047 2053 2058 2064 2059 2063 2061 2052 2053 2038 1966 1885 1884 2009 2129 2166 2137 2102 2086 2077 2067 2067 2060 2059 2062 2062 2060 2057 2045 2047 2057 2054 2042 2029 2027 2018 2007 1995 2001 2012 2024 2039 2068 2092 2111 2125 2131 2148 2137 2138 2128 2128 2115 2099 2097 2096 2101 2101 2091 2073 2076 2077 2084 2081 2088 2092 2070 2069 2074 2077 2075 2068 2064 2060 2062 2074 2075 2074 2075 2063 2058 2058 2064 2064 2070 2074 2067 2060 2062 2063 2061 2059 2048 2052 2049 2048 2051 2059 2059 2066 2077 2073", "dimensions": 1, "factor": 1.612, "lowerLimit": -3300, "origin": { "value": 2048 }, "period": 10, "upperLimit": 3300 } }, { "code": { "coding": [ { "code": "131330", "display": "MDC_ECG_ELEC_POTL_II", "system": "urn:oid:2.16.840.1.113883.6.24" } ] }, "valueSampledData": { "data": "2041 2043 2037 2047 2060 2062 2051 2023 2014 2027 2034 2033 2040 2047 2047 2053 2058 2064 2059 2063 2061 2052 2053 2038 1966 1885 1884 2009 2129 2166 2137 2102 2086 2077 2067 2067 2060 2059 2062 2062 2060 2057 2045 2047 2057 2054 2042 2029 2027 2018 2007 1995 2001 2012 2024 2039 2068 2092 2111 2125 2131 2148 2137 2138 2128 2128 2115 2099 2097 2096 2101 2101 2091 2073 2076 2077 2084 2081 2088 2092 2070 2069 2074 2077 2075 2068 2064 2060 2062 2074 2075 2074 2075 2063 2058 2058 2064 2064 2070 2074 2067 2060 2062 2063 2061 2059 2048 2052 2049 2048 2051 2059 2059 2066 2077 2073", "dimensions": 1, "factor": 1.612, "lowerLimit": -3300, "origin": { "value": 2048 }, "period": 10, "upperLimit": 3300 } }, { "code": { "coding": [ { "code": "131389", "display": "MDC_ECG_ELEC_POTL_III", "system": "urn:oid:2.16.840.1.113883.6.24" } ] }, "valueSampledData": { "data": "2041 2043 2037 2047 2060 2062 2051 2023 2014 2027 2034 2033 2040 2047 2047 2053 2058 2064 2059 2063 2061 2052 2053 2038 1966 1885 1884 2009 2129 2166 2137 2102 2086 2077 2067 2067 2060 2059 2062 2062 2060 2057 2045 2047 2057 2054 2042 2029 2027 2018 2007 1995 2001 2012 2024 2039 2068 2092 2111 2125 2131 2148 2137 2138 2128 2128 2115 2099 2097 2096 2101 2101 2091 2073 2076 2077 2084 2081 2088 2092 2070 2069 2074 2077 2075 2068 2064 2060 2062 2074 2075 2074 2075 2063 2058 2058 2064 2064 2070 2074 2067 2060 2062 2063 2061 2059 2048 2052 2049 2048 2051 2059 2059 2066 2077 2073", "dimensions": 1, "factor": 1.612, "lowerLimit": -3300, "origin": { "value": 2048 }, "period": 10, "upperLimit": 3300 } } ], "device": { "display": "12 lead EKG Device Metric" }, "effectiveDateTime": "2015-02-19T09:30:35+01:00", "id": "ekg", "performer": [ { "display": "A. Langeveld", "reference": "Practitioner/f005" } ], "resourceType": "Observation", "status": "final", "subject": { "display": "P. van de Heuvel", "reference": "Patient/f001" }, "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: ekg</p><p><b>status</b>: final</p><p><b>category</b>: Procedure <span>(Details : {http://hl7.org/fhir/observation-category code 'procedure' = 'Procedure', given as 'Procedure'})</span></p><p><b>code</b>: MDC_ECG_ELEC_POTL <span>(Details : {urn:oid:2.16.840.1.113883.6.24 code '131328' = '??', given as 'MDC_ECG_ELEC_POTL'})</span></p><p><b>subject</b>: <a>P. van de Heuvel</a></p><p><b>effective</b>: 19/02/2015 9:30:35 AM</p><p><b>performer</b>: <a>A. Langeveld</a></p><p><b>device</b>: 12 lead EKG Device Metric</p><blockquote><p><b>component</b></p><p><b>code</b>: MDC_ECG_ELEC_POTL_I <span>(Details : {urn:oid:2.16.840.1.113883.6.24 code '131329' = '??', given as 'MDC_ECG_ELEC_POTL_I'})</span></p><p><b>value</b>: Origin: (system = '[not stated]' code null = '??'), Period: 10, Factor: 1.612, Lower: -3300, Upper: 3300, Dimensions: 1, Data: 2041 2043 2037 2047 2060 2062 2051 2023 2014 2027 2034 2033 2040 2047 2047 2053 2058 2064 2059 2063 2061 2052 2053 2038 1966 1885 1884 2009 2129 2166 2137 2102 2086 2077 2067 2067 2060 2059 2062 2062 2060 2057 2045 2047 2057 2054 2042 2029 2027 2018 2007 1995 2001 2012 2024 2039 2068 2092 2111 2125 2131 2148 2137 2138 2128 2128 2115 2099 2097 2096 2101 2101 2091 2073 2076 2077 2084 2081 2088 2092 2070 2069 2074 2077 2075 2068 2064 2060 2062 2074 2075 2074 2075 2063 2058 2058 2064 2064 2070 2074 2067 2060 2062 2063 2061 2059 2048 2052 2049 2048 2051 2059 2059 2066 2077 2073</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: MDC_ECG_ELEC_POTL_II <span>(Details : {urn:oid:2.16.840.1.113883.6.24 code '131330' = '??', given as 'MDC_ECG_ELEC_POTL_II'})</span></p><p><b>value</b>: Origin: (system = '[not stated]' code null = '??'), Period: 10, Factor: 1.612, Lower: -3300, Upper: 3300, Dimensions: 1, Data: 2041 2043 2037 2047 2060 2062 2051 2023 2014 2027 2034 2033 2040 2047 2047 2053 2058 2064 2059 2063 2061 2052 2053 2038 1966 1885 1884 2009 2129 2166 2137 2102 2086 2077 2067 2067 2060 2059 2062 2062 2060 2057 2045 2047 2057 2054 2042 2029 2027 2018 2007 1995 2001 2012 2024 2039 2068 2092 2111 2125 2131 2148 2137 2138 2128 2128 2115 2099 2097 2096 2101 2101 2091 2073 2076 2077 2084 2081 2088 2092 2070 2069 2074 2077 2075 2068 2064 2060 2062 2074 2075 2074 2075 2063 2058 2058 2064 2064 2070 2074 2067 2060 2062 2063 2061 2059 2048 2052 2049 2048 2051 2059 2059 2066 2077 2073</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: MDC_ECG_ELEC_POTL_III <span>(Details : {urn:oid:2.16.840.1.113883.6.24 code '131389' = '??', given as 'MDC_ECG_ELEC_POTL_III'})</span></p><p><b>value</b>: Origin: (system = '[not stated]' code null = '??'), Period: 10, Factor: 1.612, Lower: -3300, Upper: 3300, Dimensions: 1, Data: 2041 2043 2037 2047 2060 2062 2051 2023 2014 2027 2034 2033 2040 2047 2047 2053 2058 2064 2059 2063 2061 2052 2053 2038 1966 1885 1884 2009 2129 2166 2137 2102 2086 2077 2067 2067 2060 2059 2062 2062 2060 2057 2045 2047 2057 2054 2042 2029 2027 2018 2007 1995 2001 2012 2024 2039 2068 2092 2111 2125 2131 2148 2137 2138 2128 2128 2115 2099 2097 2096 2101 2101 2091 2073 2076 2077 2084 2081 2088 2092 2070 2069 2074 2077 2075 2068 2064 2060 2062 2074 2075 2074 2075 2063 2058 2058 2064 2064 2070 2074 2067 2060 2062 2063 2061 2059 2048 2052 2049 2048 2051 2059 2059 2066 2077 2073</p></blockquote></div>", "status": "generated" } }; var example484: fhir.Observation = { "resourceType": "Observation", "id": "ekg", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: ekg</p><p><b>status</b>: final</p><p><b>category</b>: Procedure <span>(Details : {http://hl7.org/fhir/observation-category code 'procedure' = 'Procedure', given as 'Procedure'})</span></p><p><b>code</b>: MDC_ECG_ELEC_POTL <span>(Details : {urn:oid:2.16.840.1.113883.6.24 code '131328' = '??', given as 'MDC_ECG_ELEC_POTL'})</span></p><p><b>subject</b>: <a>P. van de Heuvel</a></p><p><b>effective</b>: 19/02/2015 9:30:35 AM</p><p><b>performer</b>: <a>A. Langeveld</a></p><p><b>device</b>: 12 lead EKG Device Metric</p><blockquote><p><b>component</b></p><p><b>code</b>: MDC_ECG_ELEC_POTL_I <span>(Details : {urn:oid:2.16.840.1.113883.6.24 code '131329' = '??', given as 'MDC_ECG_ELEC_POTL_I'})</span></p><p><b>value</b>: Origin: (system = '[not stated]' code null = '??'), Period: 10, Factor: 1.612, Lower: -3300, Upper: 3300, Dimensions: 1, Data: 2041 2043 2037 2047 2060 2062 2051 2023 2014 2027 2034 2033 2040 2047 2047 2053 2058 2064 2059 2063 2061 2052 2053 2038 1966 1885 1884 2009 2129 2166 2137 2102 2086 2077 2067 2067 2060 2059 2062 2062 2060 2057 2045 2047 2057 2054 2042 2029 2027 2018 2007 1995 2001 2012 2024 2039 2068 2092 2111 2125 2131 2148 2137 2138 2128 2128 2115 2099 2097 2096 2101 2101 2091 2073 2076 2077 2084 2081 2088 2092 2070 2069 2074 2077 2075 2068 2064 2060 2062 2074 2075 2074 2075 2063 2058 2058 2064 2064 2070 2074 2067 2060 2062 2063 2061 2059 2048 2052 2049 2048 2051 2059 2059 2066 2077 2073</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: MDC_ECG_ELEC_POTL_II <span>(Details : {urn:oid:2.16.840.1.113883.6.24 code '131330' = '??', given as 'MDC_ECG_ELEC_POTL_II'})</span></p><p><b>value</b>: Origin: (system = '[not stated]' code null = '??'), Period: 10, Factor: 1.612, Lower: -3300, Upper: 3300, Dimensions: 1, Data: 2041 2043 2037 2047 2060 2062 2051 2023 2014 2027 2034 2033 2040 2047 2047 2053 2058 2064 2059 2063 2061 2052 2053 2038 1966 1885 1884 2009 2129 2166 2137 2102 2086 2077 2067 2067 2060 2059 2062 2062 2060 2057 2045 2047 2057 2054 2042 2029 2027 2018 2007 1995 2001 2012 2024 2039 2068 2092 2111 2125 2131 2148 2137 2138 2128 2128 2115 2099 2097 2096 2101 2101 2091 2073 2076 2077 2084 2081 2088 2092 2070 2069 2074 2077 2075 2068 2064 2060 2062 2074 2075 2074 2075 2063 2058 2058 2064 2064 2070 2074 2067 2060 2062 2063 2061 2059 2048 2052 2049 2048 2051 2059 2059 2066 2077 2073</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: MDC_ECG_ELEC_POTL_III <span>(Details : {urn:oid:2.16.840.1.113883.6.24 code '131389' = '??', given as 'MDC_ECG_ELEC_POTL_III'})</span></p><p><b>value</b>: Origin: (system = '[not stated]' code null = '??'), Period: 10, Factor: 1.612, Lower: -3300, Upper: 3300, Dimensions: 1, Data: 2041 2043 2037 2047 2060 2062 2051 2023 2014 2027 2034 2033 2040 2047 2047 2053 2058 2064 2059 2063 2061 2052 2053 2038 1966 1885 1884 2009 2129 2166 2137 2102 2086 2077 2067 2067 2060 2059 2062 2062 2060 2057 2045 2047 2057 2054 2042 2029 2027 2018 2007 1995 2001 2012 2024 2039 2068 2092 2111 2125 2131 2148 2137 2138 2128 2128 2115 2099 2097 2096 2101 2101 2091 2073 2076 2077 2084 2081 2088 2092 2070 2069 2074 2077 2075 2068 2064 2060 2062 2074 2075 2074 2075 2063 2058 2058 2064 2064 2070 2074 2067 2060 2062 2063 2061 2059 2048 2052 2049 2048 2051 2059 2059 2066 2077 2073</p></blockquote></div>" }, "status": "final", "category": { "coding": [ { "system": "http://hl7.org/fhir/observation-category", "code": "procedure", "display": "Procedure" } ] }, "code": { "coding": [ { "system": "urn:oid:2.16.840.1.113883.6.24", "code": "131328", "display": "MDC_ECG_ELEC_POTL" } ] }, "subject": { "reference": "Patient/f001", "display": "P. van de Heuvel" }, "effectiveDateTime": "2015-02-19T09:30:35+01:00", "performer": [ { "reference": "Practitioner/f005", "display": "A. Langeveld" } ], "device": { "display": "12 lead EKG Device Metric" }, "component": [ { "fhir_comments": [ " Lead I data chunk 0 " ], "code": { "coding": [ { "system": "urn:oid:2.16.840.1.113883.6.24", "code": "131329", "display": "MDC_ECG_ELEC_POTL_I" } ] }, "valueSampledData": { "origin": { "fhir_comments": [ " Zero potential " ], "value": 2048 }, "period": 10, "_period": { "fhir_comments": [ " period in ms = 1000/frequency " ] }, "factor": 1.612, "_factor": { "fhir_comments": [ " factor.value " ] }, "lowerLimit": -3300, "_lowerLimit": { "fhir_comments": [ " voltage-min " ] }, "upperLimit": 3300, "_upperLimit": { "fhir_comments": [ " voltage-max " ] }, "dimensions": 1, "data": "2041 2043 2037 2047 2060 2062 2051 2023 2014 2027 2034 2033 2040 2047 2047 2053 2058 2064 2059 2063 2061 2052 2053 2038 1966 1885 1884 2009 2129 2166 2137 2102 2086 2077 2067 2067 2060 2059 2062 2062 2060 2057 2045 2047 2057 2054 2042 2029 2027 2018 2007 1995 2001 2012 2024 2039 2068 2092 2111 2125 2131 2148 2137 2138 2128 2128 2115 2099 2097 2096 2101 2101 2091 2073 2076 2077 2084 2081 2088 2092 2070 2069 2074 2077 2075 2068 2064 2060 2062 2074 2075 2074 2075 2063 2058 2058 2064 2064 2070 2074 2067 2060 2062 2063 2061 2059 2048 2052 2049 2048 2051 2059 2059 2066 2077 2073" } }, { "fhir_comments": [ " Lead II data chunk 0 " ], "code": { "coding": [ { "system": "urn:oid:2.16.840.1.113883.6.24", "code": "131330", "display": "MDC_ECG_ELEC_POTL_II" } ] }, "valueSampledData": { "origin": { "fhir_comments": [ " Zero potential " ], "value": 2048 }, "period": 10, "_period": { "fhir_comments": [ " period in ms = 1000/frequency " ] }, "factor": 1.612, "_factor": { "fhir_comments": [ " factor.value " ] }, "lowerLimit": -3300, "_lowerLimit": { "fhir_comments": [ " voltage-min " ] }, "upperLimit": 3300, "_upperLimit": { "fhir_comments": [ " voltage-max " ] }, "dimensions": 1, "data": "2041 2043 2037 2047 2060 2062 2051 2023 2014 2027 2034 2033 2040 2047 2047 2053 2058 2064 2059 2063 2061 2052 2053 2038 1966 1885 1884 2009 2129 2166 2137 2102 2086 2077 2067 2067 2060 2059 2062 2062 2060 2057 2045 2047 2057 2054 2042 2029 2027 2018 2007 1995 2001 2012 2024 2039 2068 2092 2111 2125 2131 2148 2137 2138 2128 2128 2115 2099 2097 2096 2101 2101 2091 2073 2076 2077 2084 2081 2088 2092 2070 2069 2074 2077 2075 2068 2064 2060 2062 2074 2075 2074 2075 2063 2058 2058 2064 2064 2070 2074 2067 2060 2062 2063 2061 2059 2048 2052 2049 2048 2051 2059 2059 2066 2077 2073" } }, { "fhir_comments": [ " Lead III data chunk 0 " ], "code": { "coding": [ { "system": "urn:oid:2.16.840.1.113883.6.24", "code": "131389", "display": "MDC_ECG_ELEC_POTL_III" } ] }, "valueSampledData": { "origin": { "fhir_comments": [ " Zero potential " ], "value": 2048 }, "period": 10, "_period": { "fhir_comments": [ " period in ms = 1000/frequency " ] }, "factor": 1.612, "_factor": { "fhir_comments": [ " factor.value " ] }, "lowerLimit": -3300, "_lowerLimit": { "fhir_comments": [ " voltage-min " ] }, "upperLimit": 3300, "_upperLimit": { "fhir_comments": [ " voltage-max " ] }, "dimensions": 1, "data": "2041 2043 2037 2047 2060 2062 2051 2023 2014 2027 2034 2033 2040 2047 2047 2053 2058 2064 2059 2063 2061 2052 2053 2038 1966 1885 1884 2009 2129 2166 2137 2102 2086 2077 2067 2067 2060 2059 2062 2062 2060 2057 2045 2047 2057 2054 2042 2029 2027 2018 2007 1995 2001 2012 2024 2039 2068 2092 2111 2125 2131 2148 2137 2138 2128 2128 2115 2099 2097 2096 2101 2101 2091 2073 2076 2077 2084 2081 2088 2092 2070 2069 2074 2077 2075 2068 2064 2060 2062 2074 2075 2074 2075 2063 2058 2058 2064 2064 2070 2074 2067 2060 2062 2063 2061 2059 2048 2052 2049 2048 2051 2059 2059 2066 2077 2073" } } ] }; var example485: fhir.Observation = { "code": { "coding": [ { "code": "150456", "display": "MDC_PULS_OXIM_SAT_O2", "system": "https://rtmms.nist.gov" } ] }, "device": { "reference": "DeviceMetric/example" }, "effectiveDateTime": "2014-12-05T09:30:10+01:00", "id": "satO2", "identifier": [ { "system": "http://goodcare.org/observation/id", "value": "o1223435-10" } ], "interpretation": { "coding": [ { "code": "N", "display": "Normal (applies to non-numeric results)", "system": "http://hl7.org/fhir/v2/0078" } ] }, "referenceRange": [ { "high": { "code": "262688", "system": "https://rtmms.nist.gov", "unit": "%", "value": 99 }, "low": { "code": "262688", "system": "https://rtmms.nist.gov", "unit": "%", "value": 90 } } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/example" }, "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: satO2</p><p><b>identifier</b>: o1223435-10</p><p><b>status</b>: final</p><p><b>code</b>: MDC_PULS_OXIM_SAT_O2 <span>(Details : {https://rtmms.nist.gov code '150456' = '??', given as 'MDC_PULS_OXIM_SAT_O2'})</span></p><p><b>subject</b>: <a>Patient/example</a></p><p><b>effective</b>: 05/12/2014 9:30:10 AM</p><p><b>value</b>: 95 %<span> (Details: https://rtmms.nist.gov code 262688 = '??')</span></p><p><b>interpretation</b>: Normal (applies to non-numeric results) <span>(Details : {http://hl7.org/fhir/v2/0078 code 'N' = 'Normal', given as 'Normal (applies to non-numeric results)'})</span></p><p><b>device</b>: <a>DeviceMetric/example</a></p><h3>ReferenceRanges</h3><table><tr><td>-</td><td><b>Low</b></td><td><b>High</b></td></tr><tr><td>*</td><td>90 %<span> (Details: https://rtmms.nist.gov code 262688 = '??')</span></td><td>99 %<span> (Details: https://rtmms.nist.gov code 262688 = '??')</span></td></tr></table></div>", "status": "generated" }, "valueQuantity": { "code": "262688", "system": "https://rtmms.nist.gov", "unit": "%", "value": 95 } }; var example486: fhir.Observation = { "resourceType": "Observation", "id": "satO2", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: satO2</p><p><b>identifier</b>: o1223435-10</p><p><b>status</b>: final</p><p><b>code</b>: MDC_PULS_OXIM_SAT_O2 <span>(Details : {https://rtmms.nist.gov code '150456' = '??', given as 'MDC_PULS_OXIM_SAT_O2'})</span></p><p><b>subject</b>: <a>Patient/example</a></p><p><b>effective</b>: 05/12/2014 9:30:10 AM</p><p><b>value</b>: 95 %<span> (Details: https://rtmms.nist.gov code 262688 = '??')</span></p><p><b>interpretation</b>: Normal (applies to non-numeric results) <span>(Details : {http://hl7.org/fhir/v2/0078 code 'N' = 'Normal', given as 'Normal (applies to non-numeric results)'})</span></p><p><b>device</b>: <a>DeviceMetric/example</a></p><h3>ReferenceRanges</h3><table><tr><td>-</td><td><b>Low</b></td><td><b>High</b></td></tr><tr><td>*</td><td>90 %<span> (Details: https://rtmms.nist.gov code 262688 = '??')</span></td><td>99 %<span> (Details: https://rtmms.nist.gov code 262688 = '??')</span></td></tr></table></div>" }, "identifier": [ { "system": "http://goodcare.org/observation/id", "value": "o1223435-10" } ], "status": "final", "code": { "coding": [ { "system": "https://rtmms.nist.gov", "code": "150456", "_code": { "fhir_comments": [ " mdc " ] }, "display": "MDC_PULS_OXIM_SAT_O2" } ] }, "subject": { "reference": "Patient/example" }, "effectiveDateTime": "2014-12-05T09:30:10+01:00", "valueQuantity": { "value": 95, "unit": "%", "system": "https://rtmms.nist.gov", "code": "262688" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "N", "display": "Normal (applies to non-numeric results)" } ] }, "device": { "reference": "DeviceMetric/example" }, "referenceRange": [ { "low": { "value": 90, "unit": "%", "system": "https://rtmms.nist.gov", "code": "262688" }, "high": { "value": 99, "unit": "%", "system": "https://rtmms.nist.gov", "code": "262688" } } ] }; var example487: fhir.Observation = { "code": { "coding": [ { "code": "15074-8", "display": "Glucose [Moles/volume] in Blood", "system": "http://loinc.org" } ] }, "comments": "Tube broken in transit and sample leaked", "dataAbsentReason": { "coding": [ { "code": "125154007", "display": "Specimen unsatisfactory for evaluation", "system": "http://snomed.info/sct" } ] }, "effectivePeriod": { "end": "2013-04-05T09:30:10+01:00", "start": "2013-04-02T09:30:10+01:00" }, "id": "unsat", "identifier": [ { "system": "http://www.bmc.nl/zorgportal/identifiers/observations", "use": "official", "value": "6323" } ], "issued": "2013-04-03T15:30:10+01:00", "performer": [ { "display": "A. Langeveld", "reference": "Practitioner/f005" } ], "referenceRange": [ { "high": { "code": "mmol/L", "system": "http://unitsofmeasure.org", "unit": "mmol/l", "value": 6.2 }, "low": { "code": "mmol/L", "system": "http://unitsofmeasure.org", "unit": "mmol/l", "value": 3.1 } } ], "resourceType": "Observation", "status": "cancelled", "subject": { "display": "P. van de Heuvel", "reference": "Patient/f001" }, "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: unsat</p><p><b>identifier</b>: 6323 (OFFICIAL)</p><p><b>status</b>: cancelled</p><p><b>code</b>: Glucose [Moles/volume] in Blood <span>(Details : {LOINC code '15074-8' = 'Glucose [Moles/volume] in Blood', given as 'Glucose [Moles/volume] in Blood'})</span></p><p><b>subject</b>: <a>P. van de Heuvel</a></p><p><b>effective</b>: 02/04/2013 9:30:10 AM --> 05/04/2013 9:30:10 AM</p><p><b>issued</b>: 03/04/2013 3:30:10 PM</p><p><b>performer</b>: <a>A. Langeveld</a></p><p><b>dataAbsentReason</b>: Specimen unsatisfactory for evaluation <span>(Details : {SNOMED CT code '125154007' = '125154007', given as 'Specimen unsatisfactory for evaluation'})</span></p><p><b>comments</b>: Tube broken in transit and sample leaked</p><h3>ReferenceRanges</h3><table><tr><td>-</td><td><b>Low</b></td><td><b>High</b></td></tr><tr><td>*</td><td>3.1 mmol/l<span> (Details: http://unitsofmeasure.org code mmol/L = '??')</span></td><td>6.2 mmol/l<span> (Details: http://unitsofmeasure.org code mmol/L = '??')</span></td></tr></table></div>", "status": "generated" } }; var example488: fhir.Observation = { "resourceType": "Observation", "id": "unsat", "text": { "fhir_comments": [ " urn:oid:2.16.840.1.113883.4.642.1.7 ", " 2.16.840.1.113883.4.642.1.118 " ], "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: unsat</p><p><b>identifier</b>: 6323 (OFFICIAL)</p><p><b>status</b>: cancelled</p><p><b>code</b>: Glucose [Moles/volume] in Blood <span>(Details : {LOINC code '15074-8' = 'Glucose [Moles/volume] in Blood', given as 'Glucose [Moles/volume] in Blood'})</span></p><p><b>subject</b>: <a>P. van de Heuvel</a></p><p><b>effective</b>: 02/04/2013 9:30:10 AM --> 05/04/2013 9:30:10 AM</p><p><b>issued</b>: 03/04/2013 3:30:10 PM</p><p><b>performer</b>: <a>A. Langeveld</a></p><p><b>dataAbsentReason</b>: Specimen unsatisfactory for evaluation <span>(Details : {SNOMED CT code '125154007' = '125154007', given as 'Specimen unsatisfactory for evaluation'})</span></p><p><b>comments</b>: Tube broken in transit and sample leaked</p><h3>ReferenceRanges</h3><table><tr><td>-</td><td><b>Low</b></td><td><b>High</b></td></tr><tr><td>*</td><td>3.1 mmol/l<span> (Details: http://unitsofmeasure.org code mmol/L = '??')</span></td><td>6.2 mmol/l<span> (Details: http://unitsofmeasure.org code mmol/L = '??')</span></td></tr></table></div>" }, "identifier": [ { "use": "official", "system": "http://www.bmc.nl/zorgportal/identifiers/observations", "value": "6323" } ], "status": "cancelled", "code": { "coding": [ { "system": "http://loinc.org", "code": "15074-8", "display": "Glucose [Moles/volume] in Blood" } ] }, "subject": { "reference": "Patient/f001", "display": "P. van de Heuvel" }, "effectivePeriod": { "start": "2013-04-02T09:30:10+01:00", "end": "2013-04-05T09:30:10+01:00" }, "issued": "2013-04-03T15:30:10+01:00", "performer": [ { "reference": "Practitioner/f005", "display": "A. Langeveld" } ], "dataAbsentReason": { "coding": [ { "system": "http://snomed.info/sct", "code": "125154007", "display": "Specimen unsatisfactory for evaluation" } ] }, "comments": "Tube broken in transit and sample leaked", "referenceRange": [ { "low": { "value": 3.1, "unit": "mmol/l", "system": "http://unitsofmeasure.org", "code": "mmol/L" }, "high": { "value": 6.2, "unit": "mmol/l", "system": "http://unitsofmeasure.org", "code": "mmol/L" } } ] }; var example489: fhir.Observation = { "category": { "coding": [ { "code": "vital-signs", "display": "Vital Signs", "system": "http://hl7.org/fhir/observation-category" } ] }, "code": { "coding": [ { "code": "3141-9", "display": "Weight Measured", "system": "http://loinc.org" }, { "code": "27113001", "display": "Body weight", "system": "http://snomed.info/sct" }, { "code": "body-weight", "display": "Body Weight", "system": "http://acme.org/devices/clinical-codes" } ] }, "encounter": { "reference": "Encounter/example" }, "id": "example", "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/example" }, "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><p><b>status</b>: final</p><p><b>category</b>: Vital Signs <span>(Details : {http://hl7.org/fhir/observation-category code 'vital-signs' = 'Vital Signs', given as 'Vital Signs'})</span></p><p><b>code</b>: Weight Measured <span>(Details : {LOINC code '3141-9' = 'Body weight Measured', given as 'Weight Measured'}; {SNOMED CT code '27113001' = '27113001', given as 'Body weight'}; {http://acme.org/devices/clinical-codes code 'body-weight' = '??', given as 'Body Weight'})</span></p><p><b>subject</b>: <a>Patient/example</a></p><p><b>encounter</b>: <a>Encounter/example</a></p><p><b>value</b>: 185 lbs<span> (Details: http://unitsofmeasure.org code [lb_av] = '??')</span></p></div>", "status": "generated" }, "valueQuantity": { "code": "[lb_av]", "system": "http://unitsofmeasure.org", "unit": "lbs", "value": 185 } }; var example490: fhir.Observation = { "resourceType": "Observation", "id": "example", "text": { "fhir_comments": [ " the mandatory quality flags: " ], "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><p><b>status</b>: final</p><p><b>category</b>: Vital Signs <span>(Details : {http://hl7.org/fhir/observation-category code 'vital-signs' = 'Vital Signs', given as 'Vital Signs'})</span></p><p><b>code</b>: Weight Measured <span>(Details : {LOINC code '3141-9' = 'Body weight Measured', given as 'Weight Measured'}; {SNOMED CT code '27113001' = '27113001', given as 'Body weight'}; {http://acme.org/devices/clinical-codes code 'body-weight' = '??', given as 'Body Weight'})</span></p><p><b>subject</b>: <a>Patient/example</a></p><p><b>encounter</b>: <a>Encounter/example</a></p><p><b>value</b>: 185 lbs<span> (Details: http://unitsofmeasure.org code [lb_av] = '??')</span></p></div>" }, "status": "final", "category": { "fhir_comments": [ " category code is A code that classifies the the general type of observation being made. This is used for searching, sorting and display purposes. " ], "coding": [ { "system": "http://hl7.org/fhir/observation-category", "code": "vital-signs", "display": "Vital Signs" } ] }, "code": { "fhir_comments": [ " \n Observations are often coded in multiple code systems.\n - Loinc provides a very specific code (though not usefully more specific in this particular case)\n - snomed provides a clinically relevant code that is usually less granular than LOINC\n - the source system provides its own code, which may be less or more granular than LOINC\n " ], "coding": [ { "fhir_comments": [ " LOINC - always recommended to have a LOINC code " ], "system": "http://loinc.org", "code": "3141-9", "display": "Weight Measured" }, { "fhir_comments": [ " SNOMED CT Codes - becoming more common " ], "system": "http://snomed.info/sct", "code": "27113001", "display": "Body weight" }, { "fhir_comments": [ " Also, a local code specific to the source system " ], "system": "http://acme.org/devices/clinical-codes", "code": "body-weight", "display": "Body Weight" } ] }, "subject": { "reference": "Patient/example" }, "encounter": { "reference": "Encounter/example" }, "valueQuantity": { "fhir_comments": [ " In FHIR, units may be represented twice. Once in the\n agreed human representation, and once in a coded form.\n Both is best, since it's not always possible to infer\n one from the other in code.\n\n When a computable unit is provided, UCUM (http://unitsofmeasure.org)\n is always preferred, but it doesn't provide notional units (such as\n \"tablet\"), etc. For these, something else is required (e.g. Snomed-CT)\n " ], "value": 185, "unit": "lbs", "system": "http://unitsofmeasure.org", "code": "[lb_av]" } }; var example491: fhir.OperationDefinition = { "base": { "reference": "OperationDefinition/Questionnaire-populate" }, "code": "populate", "contact": [ { "name": "System Administrator", "telecom": [ { "system": "email", "value": "beep@coyote.acme.com" } ] } ], "date": "2015-08-04", "description": "Limited implementation of the Populate Questionnaire implemenation", "id": "example", "instance": true, "kind": "operation", "name": "Populate Questionnaire", "notes": "Only implemented for Labs and Medications so far", "parameter": [ { "documentation": "The resource that is to be the *QuestionnaireResponse.subject*. The [[[QuestionnaireResponse]]] instance will reference the provided subject. In addition, if the *local* parameter is set to true, server information about the specified subject will be used to populate the instance.", "max": "1", "min": 1, "name": "subject", "type": "Reference", "use": "in" }, { "documentation": "The partially (or fully)-populated set of answers for the specified Questionnaire", "max": "1", "min": 1, "name": "return", "type": "QuestionnaireResponse", "use": "out" } ], "publisher": "Acme Healthcare Services", "resourceType": "OperationDefinition", "status": "draft", "system": false, "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><p><b>url</b>: <a>http://h7.org/fhir/OperationDefinition/example</a></p><p><b>version</b>: B</p><p><b>name</b>: Populate Questionnaire</p><p><b>status</b>: draft</p><p><b>kind</b>: operation</p><p><b>publisher</b>: Acme Healthcare Services</p><h3>Contacts</h3><table><tr><td>-</td><td><b>Name</b></td><td><b>Telecom</b></td></tr><tr><td>*</td><td>System Administrator</td><td>beep@coyote.acme.com</td></tr></table><p><b>date</b>: 04/08/2015</p><p><b>description</b>: Limited implementation of the Populate Questionnaire implemenation</p><p><b>code</b>: populate</p><p><b>notes</b>: Only implemented for Labs and Medications so far</p><p><b>base</b>: <a>OperationDefinition/Questionnaire-populate</a></p><p><b>system</b>: false</p><p><b>type</b>: Questionnaire</p><p><b>instance</b>: true</p><blockquote><p><b>parameter</b></p><p><b>name</b>: subject</p><p><b>use</b>: in</p><p><b>min</b>: 1</p><p><b>max</b>: 1</p><p><b>documentation</b>: The resource that is to be the *QuestionnaireResponse.subject*. The [[[QuestionnaireResponse]]] instance will reference the provided subject. In addition, if the *local* parameter is set to true, server information about the specified subject will be used to populate the instance.</p><p><b>type</b>: Reference</p></blockquote><blockquote><p><b>parameter</b></p><p><b>name</b>: return</p><p><b>use</b>: out</p><p><b>min</b>: 1</p><p><b>max</b>: 1</p><p><b>documentation</b>: The partially (or fully)-populated set of answers for the specified Questionnaire</p><p><b>type</b>: QuestionnaireResponse</p></blockquote></div>", "status": "generated" }, "type": [ "Questionnaire" ], "url": "http://h7.org/fhir/OperationDefinition/example", "version": "B" }; var example492: fhir.OperationDefinition = { "resourceType": "OperationDefinition", "id": "example", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><p><b>url</b>: <a>http://h7.org/fhir/OperationDefinition/example</a></p><p><b>version</b>: B</p><p><b>name</b>: Populate Questionnaire</p><p><b>status</b>: draft</p><p><b>kind</b>: operation</p><p><b>publisher</b>: Acme Healthcare Services</p><h3>Contacts</h3><table><tr><td>-</td><td><b>Name</b></td><td><b>Telecom</b></td></tr><tr><td>*</td><td>System Administrator</td><td>beep@coyote.acme.com</td></tr></table><p><b>date</b>: 04/08/2015</p><p><b>description</b>: Limited implementation of the Populate Questionnaire implemenation</p><p><b>code</b>: populate</p><p><b>notes</b>: Only implemented for Labs and Medications so far</p><p><b>base</b>: <a>OperationDefinition/Questionnaire-populate</a></p><p><b>system</b>: false</p><p><b>type</b>: Questionnaire</p><p><b>instance</b>: true</p><blockquote><p><b>parameter</b></p><p><b>name</b>: subject</p><p><b>use</b>: in</p><p><b>min</b>: 1</p><p><b>max</b>: 1</p><p><b>documentation</b>: The resource that is to be the *QuestionnaireResponse.subject*. The [[[QuestionnaireResponse]]] instance will reference the provided subject. In addition, if the *local* parameter is set to true, server information about the specified subject will be used to populate the instance.</p><p><b>type</b>: Reference</p></blockquote><blockquote><p><b>parameter</b></p><p><b>name</b>: return</p><p><b>use</b>: out</p><p><b>min</b>: 1</p><p><b>max</b>: 1</p><p><b>documentation</b>: The partially (or fully)-populated set of answers for the specified Questionnaire</p><p><b>type</b>: QuestionnaireResponse</p></blockquote></div>" }, "url": "http://h7.org/fhir/OperationDefinition/example", "version": "B", "name": "Populate Questionnaire", "status": "draft", "kind": "operation", "publisher": "Acme Healthcare Services", "contact": [ { "name": "System Administrator", "telecom": [ { "system": "email", "value": "beep@coyote.acme.com" } ] } ], "date": "2015-08-04", "description": "Limited implementation of the Populate Questionnaire implemenation", "code": "populate", "notes": "Only implemented for Labs and Medications so far", "base": { "reference": "OperationDefinition/Questionnaire-populate" }, "system": false, "type": [ "Questionnaire" ], "instance": true, "parameter": [ { "name": "subject", "use": "in", "min": 1, "max": "1", "documentation": "The resource that is to be the *QuestionnaireResponse.subject*. The [[[QuestionnaireResponse]]] instance will reference the provided subject. In addition, if the *local* parameter is set to true, server information about the specified subject will be used to populate the instance.", "type": "Reference" }, { "name": "return", "use": "out", "min": 1, "max": "1", "documentation": "The partially (or fully)-populated set of answers for the specified Questionnaire", "type": "QuestionnaireResponse" } ] }; var example493: fhir.OperationOutcome = { "id": "allok", "issue": [ { "code": "informational", "details": { "text": "All OK" }, "severity": "information" } ], "resourceType": "OperationOutcome", "text": { "div": "<div>\n <p>All OK</p>\n </div>", "status": "additional" } }; var example494: fhir.OperationOutcome = { "resourceType": "OperationOutcome", "id": "allok", "text": { "status": "additional", "div": "<div>\n <p>All OK</p>\n </div>" }, "issue": [ { "severity": "information", "code": "informational", "details": { "text": "All OK" } } ] }; var example495: fhir.OperationOutcome = { "id": "break-the-glass", "issue": [ { "code": "suppressed", "details": { "coding": [ { "code": "ETREAT", "display": "Emergency Treatment", "system": "http://hl7.org/fhir/ValueSet/v3-ActReason" } ], "text": "Additional information may be available using the Break-The-Glass Protocol" }, "severity": "information" } ], "resourceType": "OperationOutcome", "text": { "div": "<div>\n <p>Additional information may be available using the Break-The-Glass Protocol</p>\n </div>", "status": "generated" } }; var example496: fhir.OperationOutcome = { "resourceType": "OperationOutcome", "id": "break-the-glass", "_id": { "fhir_comments": [ " :md: \nThis is an example of a operation outcome that would be returned\nas part of a set of search results (e.g. in the bundle with search.mode = outcome)\nto indicate that additional results may be available using the break-the-glass\nprotocol. The correct use of this is discussed on the [security labels](security-labels.html#break-the-glass) page\n " ] }, "text": { "status": "generated", "div": "<div>\n <p>Additional information may be available using the Break-The-Glass Protocol</p>\n </div>" }, "issue": [ { "severity": "information", "code": "suppressed", "details": { "coding": [ { "fhir_comments": [ " this is not really the right code; it's being used at cross -purposes to it's definition.\n todo: get a more correct concept defined " ], "system": "http://hl7.org/fhir/ValueSet/v3-ActReason", "code": "ETREAT", "display": "Emergency Treatment" } ], "text": "Additional information may be available using the Break-The-Glass Protocol" } } ] }; var example497: fhir.OperationOutcome = { "id": "exception", "issue": [ { "code": "exception", "details": { "text": "SQL Link Communication Error (dbx = 34234)" }, "severity": "error" } ], "resourceType": "OperationOutcome", "text": { "div": "<div>\n <p>SQL Link Communication Error (dbx = 34234)</p>\n </div>", "status": "additional" } }; var example498: fhir.OperationOutcome = { "resourceType": "OperationOutcome", "id": "exception", "text": { "status": "additional", "div": "<div>\n <p>SQL Link Communication Error (dbx = 34234)</p>\n </div>" }, "issue": [ { "severity": "error", "code": "exception", "details": { "text": "SQL Link Communication Error (dbx = 34234)" } } ] }; var example499: fhir.OperationOutcome = { "id": "searchfail", "issue": [ { "code": "code-invalid", "details": { "text": "The \"name\" parameter has the modifier \"exact\" which is not supported by this server" }, "location": [ "http.name:exact" ], "severity": "fatal" } ], "resourceType": "OperationOutcome", "text": { "div": "<div>\n <p>The "name" parameter has the modifier "exact" which is not supported by this server</p>\n </div>", "status": "generated" } }; var example500: fhir.OperationOutcome = { "resourceType": "OperationOutcome", "id": "searchfail", "text": { "status": "generated", "div": "<div>\n <p>The "name" parameter has the modifier "exact" which is not supported by this server</p>\n </div>" }, "issue": [ { "severity": "fatal", "code": "code-invalid", "details": { "text": "The \"name\" parameter has the modifier \"exact\" which is not supported by this server" }, "location": [ "http.name:exact" ] } ] }; var example501: fhir.OperationOutcome = { "id": "validationfail", "issue": [ { "code": "structure", "details": { "text": "Error parsing resource XML (Unknown Content \"label\"" }, "location": [ "/f:Patient/f:identifier" ], "severity": "error" } ], "resourceType": "OperationOutcome", "text": { "div": "<div>\n <p>Error parsing resource XML (Unknown Content "label" @ /Patient/identifier/label)</p>\n </div>", "status": "generated" } }; var example502: fhir.OperationOutcome = { "resourceType": "OperationOutcome", "id": "validationfail", "text": { "status": "generated", "div": "<div>\n <p>Error parsing resource XML (Unknown Content "label" @ /Patient/identifier/label)</p>\n </div>" }, "issue": [ { "severity": "error", "code": "structure", "details": { "text": "Error parsing resource XML (Unknown Content \"label\"" }, "location": [ "/f:Patient/f:identifier" ] } ] }; var example503: fhir.OperationOutcome = { "id": "101", "issue": [ { "code": "code-invalid", "details": { "text": "The code \"W\" is not known and not legal in this context" }, "diagnostics": "Acme.Interop.FHIRProcessors.Patient.processGender line 2453", "location": [ "/f:Person/f:gender" ], "severity": "error" } ], "resourceType": "OperationOutcome", "text": { "div": "<div>\n <p>W is not a recognized code for Gender.</p>\n </div>", "status": "additional" } }; var example504: fhir.OperationOutcome = { "resourceType": "OperationOutcome", "id": "101", "text": { "status": "additional", "div": "<div>\n <p>W is not a recognized code for Gender.</p>\n </div>" }, "issue": [ { "severity": "error", "code": "code-invalid", "details": { "text": "The code \"W\" is not known and not legal in this context" }, "diagnostics": "Acme.Interop.FHIRProcessors.Patient.processGender line 2453", "location": [ "/f:Person/f:gender" ] } ] }; var example505: fhir.Order = { "date": "2013-03-05T12:00:00+01:00", "detail": [ { "display": "Consultation, not yet developed" } ], "id": "f201", "reasonCodeableConcept": { "text": "It concerns a one-off order for consultation in order to evaluate the stairs walking ability of Roel." }, "resourceType": "Order", "source": { "reference": "Practitioner/f201" }, "subject": { "display": "Roel", "reference": "Patient/f201" }, "target": { "display": "Juri van Gelder", "reference": "Practitioner/f203" }, "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f201</p><p><b>date</b>: 05/03/2013 12:00:00 PM</p><p><b>subject</b>: <a>Roel</a></p><p><b>source</b>: <a>Practitioner/f201</a></p><p><b>target</b>: <a>Juri van Gelder</a></p><p><b>reason</b>: It concerns a one-off order for consultation in order to evaluate the stairs walking ability of Roel. <span>(Details )</span></p><h3>Whens</h3><table><tr><td>-</td><td><b>Code</b></td></tr><tr><td>*</td><td>Normal priority <span>(Details : {SNOMED CT code '394848005' = '394848005', given as 'Normal priority'})</span></td></tr></table><p><b>detail</b>: Consultation, not yet developed</p></div>", "status": "generated" }, "when": { "code": { "coding": [ { "code": "394848005", "display": "Normal priority", "system": "http://snomed.info/sct" } ] } } }; var example506: fhir.Order = { "resourceType": "Order", "id": "f201", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f201</p><p><b>date</b>: 05/03/2013 12:00:00 PM</p><p><b>subject</b>: <a>Roel</a></p><p><b>source</b>: <a>Practitioner/f201</a></p><p><b>target</b>: <a>Juri van Gelder</a></p><p><b>reason</b>: It concerns a one-off order for consultation in order to evaluate the stairs walking ability of Roel. <span>(Details )</span></p><h3>Whens</h3><table><tr><td>-</td><td><b>Code</b></td></tr><tr><td>*</td><td>Normal priority <span>(Details : {SNOMED CT code '394848005' = '394848005', given as 'Normal priority'})</span></td></tr></table><p><b>detail</b>: Consultation, not yet developed</p></div>" }, "date": "2013-03-05T12:00:00+01:00", "subject": { "reference": "Patient/f201", "display": "Roel" }, "source": { "reference": "Practitioner/f201" }, "target": { "reference": "Practitioner/f203", "display": "Juri van Gelder" }, "reasonCodeableConcept": { "text": "It concerns a one-off order for consultation in order to evaluate the stairs walking ability of Roel." }, "when": { "fhir_comments": [ " <authority> and <payment> were registered in the EHR as \"not applicable\" " ], "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "394848005", "display": "Normal priority" } ] } }, "detail": [ { "display": "Consultation, not yet developed" } ] }; var example507: fhir.Order = { "date": "2012-12-28T09:03:04+11:00", "detail": [ { "reference": "MedicationOrder/example" } ], "id": "example", "reasonCodeableConcept": { "text": "Standard admission testing" }, "resourceType": "Order", "source": { "reference": "Practitioner/example" }, "subject": { "reference": "Patient/pat2" }, "text": { "div": "<div>Request for Prescription (on patient Donald DUCK @ Acme Healthcare, Inc. MR = 654321)</div>", "status": "generated" }, "when": { "code": { "coding": [ { "code": "today", "system": "http://acme.com/codes/request-priority" } ] } } }; var example508: fhir.Order = { "resourceType": "Order", "id": "example", "text": { "status": "generated", "div": "<div>Request for Prescription (on patient Donald DUCK @ Acme Healthcare, Inc. MR = 654321)</div>" }, "date": "2012-12-28T09:03:04+11:00", "subject": { "reference": "Patient/pat2" }, "source": { "reference": "Practitioner/example" }, "reasonCodeableConcept": { "text": "Standard admission testing" }, "when": { "fhir_comments": [ " Institution local code meaning \"do this today\" " ], "code": { "coding": [ { "system": "http://acme.com/codes/request-priority", "code": "today" } ] } }, "detail": [ { "reference": "MedicationOrder/example" } ] }; var example509: fhir.OrderResponse = { "date": "2012-12-28T13:10:56+11:00", "fulfillment": [ { "reference": "DiagnosticReport/101" } ], "id": "example", "orderStatus": "completed", "request": { "reference": "Order/example" }, "resourceType": "OrderResponse", "text": { "div": "<div>Lab Report completed at 13:10 28-Dec 2012</div>", "status": "generated" }, "who": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" } }; var example510: fhir.OrderResponse = { "resourceType": "OrderResponse", "id": "example", "text": { "status": "generated", "div": "<div>Lab Report completed at 13:10 28-Dec 2012</div>" }, "request": { "fhir_comments": [ " \n this should be a response to the example request, \n\tbut we don't yet have all the resource types in \n\tplace to make this happen\n\t\n\tSo for now, although the Order message referred to \n\there contains a prescription resource, this example\n\tresponse contains lab reports\n " ], "reference": "Order/example" }, "date": "2012-12-28T13:10:56+11:00", "who": { "fhir_comments": [ " made by the lab " ], "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "orderStatus": "completed", "_orderStatus": { "fhir_comments": [ " \n there's a loose relationship between the status of \n the order, and status information on the fulfillment\n resources. For instance, in the case of a lab, it probably\n wouldn't make sense to claim that the response is anything\n but completed when the report is marked as \"final\" (as it is \n in this case). However due to the diversity of business \n practices in the order/fulfillment cycle, there's no formal\n rules about what is allowed\n " ] }, "fulfillment": [ { "fhir_comments": [ " \n the lab report that the lab provides as a token of its \n fulfillment for this order \n\n In the case of a lab order, the report is usually the real/only\n outcome. However in a case such as a medication administration,\n the actual administration is the fulfillment - the MedicationAdministration\n resource is only a token of the fulfillment of the order\n " ], "reference": "DiagnosticReport/101" } ] }; var example511: fhir.Organization = { "address": [ { "city": "Den Burg", "country": "NLD", "line": [ "Galapagosweg 91" ], "postalCode": "9105 PZ", "use": "work" }, { "city": "Den Burg", "country": "NLD", "line": [ "PO Box 2311" ], "postalCode": "9100 AA", "use": "work" } ], "contact": [ { "purpose": { "coding": [ { "code": "PRESS", "system": "http://hl7.org/fhir/contactentity-type" } ] }, "telecom": [ { "system": "phone", "value": "022-655 2334" } ] }, { "purpose": { "coding": [ { "code": "PATINF", "system": "http://hl7.org/fhir/contactentity-type" } ] }, "telecom": [ { "system": "phone", "value": "022-655 2335" } ] } ], "id": "f001", "identifier": [ { "system": "urn:oid:2.16.528.1", "use": "official", "value": "91654" }, { "system": "urn:oid:2.16.840.1.113883.2.4.6.1", "use": "usual", "value": "17-0112278" } ], "name": "Burgers University Medical Center", "resourceType": "Organization", "telecom": [ { "system": "phone", "use": "work", "value": "022-655 2300" } ], "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f001</p><p><b>identifier</b>: 91654 (OFFICIAL), 17-0112278 (USUAL)</p><p><b>type</b>: University Medical Hospital <span>(Details : {urn:oid:2.16.840.1.113883.2.4.15.1060 code 'V6' = '??', given as 'University Medical Hospital'}; {http://hl7.org/fhir/organization-type code 'prov' = 'Healthcare Provider', given as 'Healthcare Provider'})</span></p><p><b>name</b>: Burgers University Medical Center</p><p><b>telecom</b>: ph: 022-655 2300(WORK)</p><p><b>address</b>: </p><ul><li>Galapagosweg 91 Den Burg 9105 PZ NLD (WORK)</li><li>PO Box 2311 Den Burg 9100 AA NLD (WORK)</li></ul><blockquote><p><b>contact</b></p><p><b>purpose</b>: Press <span>(Details : {http://hl7.org/fhir/contactentity-type code 'PRESS' = 'Press)</span></p><p><b>telecom</b>: ph: 022-655 2334</p></blockquote><blockquote><p><b>contact</b></p><p><b>purpose</b>: Patient <span>(Details : {http://hl7.org/fhir/contactentity-type code 'PATINF' = 'Patient)</span></p><p><b>telecom</b>: ph: 022-655 2335</p></blockquote></div>", "status": "generated" }, "type": { "coding": [ { "code": "V6", "display": "University Medical Hospital", "system": "urn:oid:2.16.840.1.113883.2.4.15.1060" }, { "code": "prov", "display": "Healthcare Provider", "system": "http://hl7.org/fhir/organization-type" } ] } }; var example512: fhir.Organization = { "resourceType": "Organization", "id": "f001", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f001</p><p><b>identifier</b>: 91654 (OFFICIAL), 17-0112278 (USUAL)</p><p><b>type</b>: University Medical Hospital <span>(Details : {urn:oid:2.16.840.1.113883.2.4.15.1060 code 'V6' = '??', given as 'University Medical Hospital'}; {http://hl7.org/fhir/organization-type code 'prov' = 'Healthcare Provider', given as 'Healthcare Provider'})</span></p><p><b>name</b>: Burgers University Medical Center</p><p><b>telecom</b>: ph: 022-655 2300(WORK)</p><p><b>address</b>: </p><ul><li>Galapagosweg 91 Den Burg 9105 PZ NLD (WORK)</li><li>PO Box 2311 Den Burg 9100 AA NLD (WORK)</li></ul><blockquote><p><b>contact</b></p><p><b>purpose</b>: Press <span>(Details : {http://hl7.org/fhir/contactentity-type code 'PRESS' = 'Press)</span></p><p><b>telecom</b>: ph: 022-655 2334</p></blockquote><blockquote><p><b>contact</b></p><p><b>purpose</b>: Patient <span>(Details : {http://hl7.org/fhir/contactentity-type code 'PATINF' = 'Patient)</span></p><p><b>telecom</b>: ph: 022-655 2335</p></blockquote></div>" }, "identifier": [ { "use": "official", "system": "urn:oid:2.16.528.1", "value": "91654" }, { "use": "usual", "system": "urn:oid:2.16.840.1.113883.2.4.6.1", "value": "17-0112278", "_value": { "fhir_comments": [ " Dutch VEKTIS AGB-Z " ] } } ], "type": { "coding": [ { "system": "urn:oid:2.16.840.1.113883.2.4.15.1060", "code": "V6", "_code": { "fhir_comments": [ " RoleCodeNLUZIRoleCodeOrganisaties " ] }, "display": "University Medical Hospital" }, { "system": "http://hl7.org/fhir/organization-type", "code": "prov", "display": "Healthcare Provider" } ] }, "name": "Burgers University Medical Center", "telecom": [ { "system": "phone", "value": "022-655 2300", "use": "work" } ], "address": [ { "use": "work", "line": [ "Galapagosweg 91" ], "city": "Den Burg", "postalCode": "9105 PZ", "country": "NLD" }, { "use": "work", "line": [ "PO Box 2311" ], "city": "Den Burg", "postalCode": "9100 AA", "country": "NLD" } ], "contact": [ { "purpose": { "coding": [ { "system": "http://hl7.org/fhir/contactentity-type", "code": "PRESS" } ] }, "telecom": [ { "system": "phone", "value": "022-655 2334" } ] }, { "purpose": { "coding": [ { "system": "http://hl7.org/fhir/contactentity-type", "code": "PATINF" } ] }, "telecom": [ { "system": "phone", "value": "022-655 2335" } ] } ] }; var example513: fhir.Organization = { "active": true, "address": [ { "line": [ "South Wing, floor 2" ] } ], "contact": [ { "address": { "line": [ "South Wing, floor 2" ] }, "name": { "text": "mevr. D. de Haan" }, "purpose": { "coding": [ { "code": "ADMIN", "system": "http://hl7.org/fhir/contactentity-type" } ] }, "telecom": [ { "system": "phone", "value": "022-655 2321" }, { "system": "email", "value": "cardio@burgersumc.nl" }, { "system": "fax", "value": "022-655 2322" } ] } ], "id": "f002", "name": "Burgers UMC Cardiology unit", "partOf": { "reference": "Organization/f001" }, "resourceType": "Organization", "telecom": [ { "system": "phone", "value": "022-655 2320" } ], "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f002</p><p><b>active</b>: true</p><p><b>type</b>: Hospital Department <span>(Details : {http://hl7.org/fhir/organization-type code 'dept' = 'Hospital Department', given as 'Hospital Department'})</span></p><p><b>name</b>: Burgers UMC Cardiology unit</p><p><b>telecom</b>: ph: 022-655 2320</p><p><b>address</b>: South Wing, floor 2 </p><p><b>partOf</b>: <a>Organization/f001</a></p><h3>Contacts</h3><table><tr><td>-</td><td><b>Purpose</b></td><td><b>Name</b></td><td><b>Telecom</b></td><td><b>Address</b></td></tr><tr><td>*</td><td>Administrative <span>(Details : {http://hl7.org/fhir/contactentity-type code 'ADMIN' = 'Administrative)</span></td><td>mevr. D. de Haan</td><td>ph: 022-655 2321</td><td>South Wing, floor 2 </td></tr></table></div>", "status": "generated" }, "type": { "coding": [ { "code": "dept", "display": "Hospital Department", "system": "http://hl7.org/fhir/organization-type" } ] } }; var example514: fhir.Organization = { "resourceType": "Organization", "id": "f002", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f002</p><p><b>active</b>: true</p><p><b>type</b>: Hospital Department <span>(Details : {http://hl7.org/fhir/organization-type code 'dept' = 'Hospital Department', given as 'Hospital Department'})</span></p><p><b>name</b>: Burgers UMC Cardiology unit</p><p><b>telecom</b>: ph: 022-655 2320</p><p><b>address</b>: South Wing, floor 2 </p><p><b>partOf</b>: <a>Organization/f001</a></p><h3>Contacts</h3><table><tr><td>-</td><td><b>Purpose</b></td><td><b>Name</b></td><td><b>Telecom</b></td><td><b>Address</b></td></tr><tr><td>*</td><td>Administrative <span>(Details : {http://hl7.org/fhir/contactentity-type code 'ADMIN' = 'Administrative)</span></td><td>mevr. D. de Haan</td><td>ph: 022-655 2321</td><td>South Wing, floor 2 </td></tr></table></div>" }, "active": true, "type": { "coding": [ { "system": "http://hl7.org/fhir/organization-type", "code": "dept", "display": "Hospital Department" } ] }, "name": "Burgers UMC Cardiology unit", "telecom": [ { "system": "phone", "value": "022-655 2320" } ], "address": [ { "line": [ "South Wing, floor 2" ] } ], "partOf": { "reference": "Organization/f001" }, "contact": [ { "purpose": { "coding": [ { "system": "http://hl7.org/fhir/contactentity-type", "code": "ADMIN" } ] }, "name": { "text": "mevr. D. de Haan" }, "telecom": [ { "system": "phone", "value": "022-655 2321" }, { "system": "email", "value": "cardio@burgersumc.nl" }, { "system": "fax", "value": "022-655 2322" } ], "address": { "line": [ "South Wing, floor 2" ] } } ] }; var example515: fhir.Organization = { "active": true, "address": [ { "line": [ "West Wing, floor 5" ] } ], "contact": [ { "address": { "line": [ "West Wing, floor 5" ] }, "name": { "text": "mr. F. de Hond" }, "purpose": { "coding": [ { "code": "ADMIN", "system": "http://hl7.org/fhir/contactentity-type" } ] }, "telecom": [ { "system": "phone", "value": "022-655 7654" }, { "system": "email", "value": "KNO@burgersumc.nl" }, { "system": "fax", "value": "022-655 0998" } ] } ], "id": "f003", "name": "Burgers UMC Ear,Nose,Throat unit", "partOf": { "reference": "Organization/f001" }, "resourceType": "Organization", "telecom": [ { "system": "phone", "value": "022-655 6780" } ], "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f003</p><p><b>active</b>: true</p><p><b>type</b>: Hospital Department <span>(Details : {http://hl7.org/fhir/organization-type code 'dept' = 'Hospital Department', given as 'Hospital Department'})</span></p><p><b>name</b>: Burgers UMC Ear,Nose,Throat unit</p><p><b>telecom</b>: ph: 022-655 6780</p><p><b>address</b>: West Wing, floor 5 </p><p><b>partOf</b>: <a>Organization/f001</a></p><h3>Contacts</h3><table><tr><td>-</td><td><b>Purpose</b></td><td><b>Name</b></td><td><b>Telecom</b></td><td><b>Address</b></td></tr><tr><td>*</td><td>Administrative <span>(Details : {http://hl7.org/fhir/contactentity-type code 'ADMIN' = 'Administrative)</span></td><td>mr. F. de Hond</td><td>ph: 022-655 7654</td><td>West Wing, floor 5 </td></tr></table></div>", "status": "generated" }, "type": { "coding": [ { "code": "dept", "display": "Hospital Department", "system": "http://hl7.org/fhir/organization-type" } ] } }; var example516: fhir.Organization = { "resourceType": "Organization", "id": "f003", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f003</p><p><b>active</b>: true</p><p><b>type</b>: Hospital Department <span>(Details : {http://hl7.org/fhir/organization-type code 'dept' = 'Hospital Department', given as 'Hospital Department'})</span></p><p><b>name</b>: Burgers UMC Ear,Nose,Throat unit</p><p><b>telecom</b>: ph: 022-655 6780</p><p><b>address</b>: West Wing, floor 5 </p><p><b>partOf</b>: <a>Organization/f001</a></p><h3>Contacts</h3><table><tr><td>-</td><td><b>Purpose</b></td><td><b>Name</b></td><td><b>Telecom</b></td><td><b>Address</b></td></tr><tr><td>*</td><td>Administrative <span>(Details : {http://hl7.org/fhir/contactentity-type code 'ADMIN' = 'Administrative)</span></td><td>mr. F. de Hond</td><td>ph: 022-655 7654</td><td>West Wing, floor 5 </td></tr></table></div>" }, "active": true, "type": { "coding": [ { "system": "http://hl7.org/fhir/organization-type", "code": "dept", "display": "Hospital Department" } ] }, "name": "Burgers UMC Ear,Nose,Throat unit", "telecom": [ { "system": "phone", "value": "022-655 6780" } ], "address": [ { "line": [ "West Wing, floor 5" ] } ], "partOf": { "reference": "Organization/f001" }, "contact": [ { "purpose": { "coding": [ { "system": "http://hl7.org/fhir/contactentity-type", "code": "ADMIN" } ] }, "name": { "text": "mr. F. de Hond" }, "telecom": [ { "system": "phone", "value": "022-655 7654" }, { "system": "email", "value": "KNO@burgersumc.nl" }, { "system": "fax", "value": "022-655 0998" } ], "address": { "line": [ "West Wing, floor 5" ] } } ] }; var example517: fhir.Organization = { "active": true, "address": [ { "city": "Den Helder", "country": "NLD", "line": [ "Walvisbaai 3" ], "postalCode": "2333ZA", "use": "work" } ], "contact": [ { "address": { "city": "Den helder", "country": "NLD", "line": [ "Walvisbaai 3", "Gebouw 2" ], "postalCode": "2333ZA" }, "name": { "family": [ "Brand" ], "given": [ "Ronald" ], "prefix": [ "Prof.Dr." ], "text": "Professor Brand", "use": "official" }, "telecom": [ { "system": "phone", "use": "work", "value": "+31715269702" } ] } ], "id": "f201", "identifier": [ { "system": "http://www.zorgkaartnederland.nl/", "use": "official", "value": "Artis University Medical Center" } ], "name": "Artis University Medical Center (AUMC)", "resourceType": "Organization", "telecom": [ { "system": "phone", "use": "work", "value": "+31715269111" } ], "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f201</p><p><b>identifier</b>: Artis University Medical Center (OFFICIAL)</p><p><b>active</b>: true</p><p><b>type</b>: Academic Medical Center <span>(Details : {SNOMED CT code '405608006' = '405608006', given as 'Academic Medical Center'}; {urn:oid:2.16.840.1.113883.2.4.15.1060 code 'V6' = '??', given as 'University Medical Hospital'}; {http://hl7.org/fhir/organization-type code 'prov' = 'Healthcare Provider', given as 'Healthcare Provider'})</span></p><p><b>name</b>: Artis University Medical Center (AUMC)</p><p><b>telecom</b>: ph: +31715269111(WORK)</p><p><b>address</b>: Walvisbaai 3 Den Helder 2333ZA NLD (WORK)</p><h3>Contacts</h3><table><tr><td>-</td><td><b>Name</b></td><td><b>Telecom</b></td><td><b>Address</b></td></tr><tr><td>*</td><td>Professor Brand(OFFICIAL)</td><td>ph: +31715269702(WORK)</td><td>Walvisbaai 3 Gebouw 2 Den helder 2333ZA NLD </td></tr></table></div>", "status": "generated" }, "type": { "coding": [ { "code": "405608006", "display": "Academic Medical Center", "system": "http://snomed.info/sct" }, { "code": "V6", "display": "University Medical Hospital", "system": "urn:oid:2.16.840.1.113883.2.4.15.1060" }, { "code": "prov", "display": "Healthcare Provider", "system": "http://hl7.org/fhir/organization-type" } ] } }; var example518: fhir.Organization = { "resourceType": "Organization", "id": "f201", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f201</p><p><b>identifier</b>: Artis University Medical Center (OFFICIAL)</p><p><b>active</b>: true</p><p><b>type</b>: Academic Medical Center <span>(Details : {SNOMED CT code '405608006' = '405608006', given as 'Academic Medical Center'}; {urn:oid:2.16.840.1.113883.2.4.15.1060 code 'V6' = '??', given as 'University Medical Hospital'}; {http://hl7.org/fhir/organization-type code 'prov' = 'Healthcare Provider', given as 'Healthcare Provider'})</span></p><p><b>name</b>: Artis University Medical Center (AUMC)</p><p><b>telecom</b>: ph: +31715269111(WORK)</p><p><b>address</b>: Walvisbaai 3 Den Helder 2333ZA NLD (WORK)</p><h3>Contacts</h3><table><tr><td>-</td><td><b>Name</b></td><td><b>Telecom</b></td><td><b>Address</b></td></tr><tr><td>*</td><td>Professor Brand(OFFICIAL)</td><td>ph: +31715269702(WORK)</td><td>Walvisbaai 3 Gebouw 2 Den helder 2333ZA NLD </td></tr></table></div>" }, "identifier": [ { "use": "official", "_use": { "fhir_comments": [ " Identifier for the AUMC " ] }, "system": "http://www.zorgkaartnederland.nl/", "value": "Artis University Medical Center" } ], "active": true, "type": { "coding": [ { "fhir_comments": [ " AUMC is an Academic Medical Center " ], "system": "http://snomed.info/sct", "code": "405608006", "display": "Academic Medical Center" }, { "system": "urn:oid:2.16.840.1.113883.2.4.15.1060", "code": "V6", "_code": { "fhir_comments": [ " RoleCodeNLUZIRoleCodeOrganisaties " ] }, "display": "University Medical Hospital" }, { "system": "http://hl7.org/fhir/organization-type", "code": "prov", "display": "Healthcare Provider" } ] }, "name": "Artis University Medical Center (AUMC)", "telecom": [ { "system": "phone", "_system": { "fhir_comments": [ " AUMC's contact detail " ] }, "value": "+31715269111", "use": "work" } ], "address": [ { "fhir_comments": [ " ISO 3166 3 letter code " ], "use": "work", "_use": { "fhir_comments": [ " AUMC's address " ] }, "line": [ "Walvisbaai 3" ], "city": "Den Helder", "postalCode": "2333ZA", "country": "NLD" } ], "contact": [ { "fhir_comments": [ " The AUMC is in active use ", " <accreditation>\n <!-\\-HIMSS-6 Accreditation-\\->\n <identifier>\n <system value=\"http://www.himss.org/\"/>\n <value value=\"HIMSS Stage 6 accreditation\"/>\n </identifier>\n </accreditation>\n <accreditation>\n <!-\\-NIAZ accreditation-\\->\n <identifier>\n <!-\\-Identifier for the accreditation -\\->\n <system value=\"http://www.niaz.nl/\"/>\n <value value=\"NIAZ accreditation\"/>\n </identifier>\n <period>\n <start value=\"2000-01-01\"/>\n <end value=\"2013-12-31\"/>\n </period>\n </accreditation> " ], "name": { "fhir_comments": [ " Contact for the AUMC " ], "use": "official", "text": "Professor Brand", "family": [ "Brand" ], "given": [ "Ronald" ], "prefix": [ "Prof.Dr." ] }, "telecom": [ { "system": "phone", "value": "+31715269702", "use": "work" } ], "address": { "fhir_comments": [ " ISO 3166 3 letter code " ], "line": [ "Walvisbaai 3", "Gebouw 2" ], "city": "Den helder", "postalCode": "2333ZA", "country": "NLD" } } ] }; var example519: fhir.Organization = { "active": true, "address": [ { "city": "Blijdorp", "country": "NLD", "line": [ "apenrots 230" ], "postalCode": "3056BE", "use": "work" } ], "id": "f203", "identifier": [ { "system": "http://www.zorgkaartnederland.nl/", "type": { "text": "Zorginstelling naam" }, "use": "official", "value": "Blijdorp MC" } ], "name": "Blijdorp Medisch Centrum (BUMC)", "resourceType": "Organization", "telecom": [ { "system": "phone", "use": "work", "value": "+31107040704" } ], "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f203</p><p><b>identifier</b>: Zorginstelling naam = Blijdorp MC (OFFICIAL)</p><p><b>active</b>: true</p><p><b>type</b>: Academic Medical Center <span>(Details : {SNOMED CT code '405608006' = '405608006', given as 'Academic Medical Center'}; {http://hl7.org/fhir/organization-type code 'prov' = 'Healthcare Provider)</span></p><p><b>name</b>: Blijdorp Medisch Centrum (BUMC)</p><p><b>telecom</b>: ph: +31107040704(WORK)</p><p><b>address</b>: apenrots 230 Blijdorp 3056BE NLD (WORK)</p></div>", "status": "generated" }, "type": { "coding": [ { "code": "405608006", "display": "Academic Medical Center", "system": "http://snomed.info/sct" }, { "code": "prov", "system": "http://hl7.org/fhir/organization-type" } ] } }; var example520: fhir.Organization = { "resourceType": "Organization", "id": "f203", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f203</p><p><b>identifier</b>: Zorginstelling naam = Blijdorp MC (OFFICIAL)</p><p><b>active</b>: true</p><p><b>type</b>: Academic Medical Center <span>(Details : {SNOMED CT code '405608006' = '405608006', given as 'Academic Medical Center'}; {http://hl7.org/fhir/organization-type code 'prov' = 'Healthcare Provider)</span></p><p><b>name</b>: Blijdorp Medisch Centrum (BUMC)</p><p><b>telecom</b>: ph: +31107040704(WORK)</p><p><b>address</b>: apenrots 230 Blijdorp 3056BE NLD (WORK)</p></div>" }, "identifier": [ { "use": "official", "_use": { "fhir_comments": [ " Identifier for the BMC " ] }, "type": { "text": "Zorginstelling naam" }, "system": "http://www.zorgkaartnederland.nl/", "value": "Blijdorp MC" } ], "active": true, "_active": { "fhir_comments": [ " <accreditation>\n <!-\\-NIAZ Accreditatie-\\->\n <identifier>\n <!-\\-Identifier for the accreditation -\\->\n <system value=\"http://www.niaz.nl/\"/>\n <value value=\"NIAZ accreditation\"/>\n </identifier>\n <period>\n <start value=\"2008-11-07\"/>\n <end value=\"2013-11-07\"/>\n </period>\n </accreditation> ", " The BMC is in active use " ] }, "type": { "coding": [ { "fhir_comments": [ " BMC is an Academic Medical Center " ], "system": "http://snomed.info/sct", "code": "405608006", "display": "Academic Medical Center" }, { "system": "http://hl7.org/fhir/organization-type", "code": "prov" } ] }, "name": "Blijdorp Medisch Centrum (BUMC)", "telecom": [ { "system": "phone", "_system": { "fhir_comments": [ " BMC's contact detail " ] }, "value": "+31107040704", "use": "work" } ], "address": [ { "fhir_comments": [ " ISO 3166 3 letter code " ], "use": "work", "_use": { "fhir_comments": [ " BMC's address " ] }, "line": [ "apenrots 230" ], "city": "Blijdorp", "postalCode": "3056BE", "country": "NLD" } ] }; var example521: fhir.Organization = { "id": "1", "identifier": [ { "system": "http://www.acme.org.au/units", "value": "Gastro" } ], "name": "Gastroenterology", "partOf": { "display": "ACME Healthcare, Inc", "reference": "Organization/1" }, "resourceType": "Organization", "telecom": [ { "system": "phone", "use": "mobile", "value": "+1 555 234 3523" }, { "system": "email", "use": "work", "value": "gastro@acme.org" } ], "text": { "div": "<div>\n \n <p>Gastroenterology @ Acme Hospital. ph: +1 555 234 3523, email: \n <a href=\"mailto:gastro@acme.org\">gastro@acme.org</a>\n </p>\n \n </div>", "status": "generated" } }; var example522: fhir.Organization = { "resourceType": "Organization", "id": "1", "text": { "status": "generated", "div": "<div>\n \n <p>Gastroenterology @ Acme Hospital. ph: +1 555 234 3523, email: \n <a href=\"mailto:gastro@acme.org\">gastro@acme.org</a>\n </p>\n \n </div>" }, "identifier": [ { "fhir_comments": [ " Clinical Team \"Gastroenterology\" at Acme Hospital " ], "system": "http://www.acme.org.au/units", "value": "Gastro" } ], "name": "Gastroenterology", "telecom": [ { "system": "phone", "value": "+1 555 234 3523", "use": "mobile" }, { "system": "email", "value": "gastro@acme.org", "use": "work" } ], "partOf": { "reference": "Organization/1", "display": "ACME Healthcare, Inc" } }; var example523: fhir.Organization = { "id": "2.16.840.1.113883.19.5", "identifier": [ { "system": "urn:ietf:rfc:3986", "value": "2.16.840.1.113883.19.5" } ], "name": "Good Health Clinic", "resourceType": "Organization", "text": { "div": "<div>\n \n <p>Good Health Clinic</p>\n \n </div>", "status": "generated" } }; var example524: fhir.Organization = { "resourceType": "Organization", "id": "2.16.840.1.113883.19.5", "text": { "status": "generated", "div": "<div>\n \n <p>Good Health Clinic</p>\n \n </div>" }, "identifier": [ { "system": "urn:ietf:rfc:3986", "value": "2.16.840.1.113883.19.5" } ], "name": "Good Health Clinic" }; var example525: fhir.Organization = { "id": "2", "identifier": [ { "system": "urn:oid:2.16.840.1.113883.3.19.2.3", "value": "666666" } ], "name": "XYZ Insurance", "resourceType": "Organization", "text": { "div": "<div>\n \n <p>XYZ Insurance</p>\n \n </div>", "status": "generated" } }; var example526: fhir.Organization = { "resourceType": "Organization", "id": "2", "text": { "status": "generated", "div": "<div>\n \n <p>XYZ Insurance</p>\n \n </div>" }, "identifier": [ { "system": "urn:oid:2.16.840.1.113883.3.19.2.3", "value": "666666" } ], "name": "XYZ Insurance" }; var example527: fhir.Organization = { "id": "1832473e-2fe0-452d-abe9-3cdb9879522f", "identifier": [ { "system": "http://www.acme.org.au/units", "value": "ClinLab" } ], "name": "Clinical Lab", "resourceType": "Organization", "telecom": [ { "system": "phone", "use": "work", "value": "+1 555 234 1234" }, { "system": "email", "use": "work", "value": "contact@labs.acme.org" } ], "text": { "div": "<div>\n \n <p>Clinical Laboratory @ Acme Hospital. ph: +1 555 234 1234, email: \n <a href=\"mailto:contact@labs.acme.org\">contact@labs.acme.org</a>\n </p>\n \n </div>", "status": "generated" } }; var example528: fhir.Organization = { "resourceType": "Organization", "id": "1832473e-2fe0-452d-abe9-3cdb9879522f", "text": { "status": "generated", "div": "<div>\n \n <p>Clinical Laboratory @ Acme Hospital. ph: +1 555 234 1234, email: \n <a href=\"mailto:contact@labs.acme.org\">contact@labs.acme.org</a>\n </p>\n \n </div>" }, "identifier": [ { "fhir_comments": [ " Clinical Lab at Acme Hospital " ], "system": "http://www.acme.org.au/units", "value": "ClinLab" } ], "name": "Clinical Lab", "telecom": [ { "system": "phone", "value": "+1 555 234 1234", "use": "work" }, { "system": "email", "value": "contact@labs.acme.org", "use": "work" } ] }; var example529: fhir.Organization = { "address": [ { "city": "Ann Arbor", "country": "USA", "line": [ "3300 Washtenaw Avenue, Suite 227" ], "postalCode": "48104", "state": "MI" } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/organization-alias", "valueString": "HL7 International" } ], "id": "hl7", "name": "Health Level Seven International", "resourceType": "Organization", "telecom": [ { "system": "phone", "value": "(+1) 734-677-7777" }, { "system": "fax", "value": "(+1) 734-677-6622" }, { "system": "email", "value": "hq@HL7.org" } ], "text": { "div": "<div>\n Health Level Seven International\n <br/>\n\t\t\t\t3300 Washtenaw Avenue, Suite 227\n <br/>\n\t\t\t\tAnn Arbor, MI 48104\n <br/>\n\t\t\t\tUSA\n <br/>\n\t\t\t\t(+1) 734-677-7777 (phone)\n <br/>\n\t\t\t\t(+1) 734-677-6622 (fax)\n <br/>\n\t\t\t\tE-mail: \n <a href=\"mailto:hq@HL7.org\">hq@HL7.org</a>\n \n </div>", "status": "generated" } }; var example530: fhir.Organization = { "resourceType": "Organization", "id": "hl7", "text": { "status": "generated", "div": "<div>\n Health Level Seven International\n <br/>\n\t\t\t\t3300 Washtenaw Avenue, Suite 227\n <br/>\n\t\t\t\tAnn Arbor, MI 48104\n <br/>\n\t\t\t\tUSA\n <br/>\n\t\t\t\t(+1) 734-677-7777 (phone)\n <br/>\n\t\t\t\t(+1) 734-677-6622 (fax)\n <br/>\n\t\t\t\tE-mail: \n <a href=\"mailto:hq@HL7.org\">hq@HL7.org</a>\n \n </div>" }, "extension": [ { "fhir_comments": [ " HL7 itself " ], "url": "http://hl7.org/fhir/StructureDefinition/organization-alias", "valueString": "HL7 International" } ], "name": "Health Level Seven International", "telecom": [ { "system": "phone", "value": "(+1) 734-677-7777" }, { "system": "fax", "value": "(+1) 734-677-6622" }, { "system": "email", "value": "hq@HL7.org" } ], "address": [ { "line": [ "3300 Washtenaw Avenue, Suite 227" ], "city": "Ann Arbor", "state": "MI", "postalCode": "48104", "country": "USA" } ] }; var example531: fhir.Parameters = { "id": "example", "parameter": [ { "name": "start", "valueDate": "2010-01-01" }, { "name": "end", "resource": { "content": "VGhpcyBpcyBhIHRlc3QgZXhhbXBsZQ==", "contentType": "text/plain", "resourceType": "Binary" } } ], "resourceType": "Parameters" }; var example532: fhir.Parameters = { "resourceType": "Parameters", "id": "example", "parameter": [ { "name": "start", "valueDate": "2010-01-01" }, { "name": "end", "resource": { "resourceType": "Binary", "contentType": "text/plain", "content": "VGhpcyBpcyBhIHRlc3QgZXhhbXBsZQ==" } } ] }; var example533: fhir.Patient = { "active": true, "contact": [ { "organization": { "display": "Walt Disney Corporation", "reference": "Organization/1" }, "relationship": [ { "coding": [ { "code": "owner", "system": "http://hl7.org/fhir/patient-contact-relationship" } ] } ] } ], "gender": "male", "id": "pat1", "identifier": [ { "system": "urn:oid:0.1.2.3.4.5.6.7", "type": { "coding": [ { "code": "MR", "system": "http://hl7.org/fhir/v2/0203" } ] }, "use": "usual", "value": "654321" } ], "link": [ { "other": { "reference": "Patient/pat2" }, "type": "seealso" } ], "managingOrganization": { "display": "ACME Healthcare, Inc", "reference": "Organization/1" }, "name": [ { "family": [ "Donald" ], "given": [ "Duck" ], "use": "official" } ], "photo": [ { "contentType": "image/gif", "data": "R0lGODlhEwARAPcAAAAAAAAA/+9aAO+1AP/WAP/eAP/eCP/eEP/eGP/nAP/nCP/nEP/nIf/nKf/nUv/nWv/vAP/vCP/vEP/vGP/vIf/vKf/vMf/vOf/vWv/vY//va//vjP/3c//3lP/3nP//tf//vf///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////yH5BAEAAAEALAAAAAATABEAAAi+AAMIDDCgYMGBCBMSvMCQ4QCFCQcwDBGCA4cLDyEGECDxAoAQHjxwyKhQAMeGIUOSJJjRpIAGDS5wCDly4AALFlYOgHlBwwOSNydM0AmzwYGjBi8IHWoTgQYORg8QIGDAwAKhESI8HIDgwQaRDI1WXXAhK9MBBzZ8/XDxQoUFZC9IiCBh6wEHGz6IbNuwQoSpWxEgyLCXL8O/gAnylNlW6AUEBRIL7Og3KwQIiCXb9HsZQoIEUzUjNEiaNMKAAAA7" } ], "resourceType": "Patient", "text": { "div": "<div>\n \n <p>Patient Donald DUCK @ Acme Healthcare, Inc. MR = 654321</p>\n \n </div>", "status": "generated" } }; var example534: fhir.Patient = { "resourceType": "Patient", "id": "pat1", "text": { "status": "generated", "div": "<div>\n \n <p>Patient Donald DUCK @ Acme Healthcare, Inc. MR = 654321</p>\n \n </div>" }, "identifier": [ { "use": "usual", "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "MR" } ] }, "system": "urn:oid:0.1.2.3.4.5.6.7", "value": "654321" } ], "active": true, "name": [ { "use": "official", "family": [ "Donald" ], "given": [ "Duck" ] } ], "gender": "male", "photo": [ { "contentType": "image/gif", "data": "R0lGODlhEwARAPcAAAAAAAAA/+9aAO+1AP/WAP/eAP/eCP/eEP/eGP/nAP/nCP/nEP/nIf/nKf/nUv/nWv/vAP/vCP/vEP/vGP/vIf/vKf/vMf/vOf/vWv/vY//va//vjP/3c//3lP/3nP//tf//vf///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////yH5BAEAAAEALAAAAAATABEAAAi+AAMIDDCgYMGBCBMSvMCQ4QCFCQcwDBGCA4cLDyEGECDxAoAQHjxwyKhQAMeGIUOSJJjRpIAGDS5wCDly4AALFlYOgHlBwwOSNydM0AmzwYGjBi8IHWoTgQYORg8QIGDAwAKhESI8HIDgwQaRDI1WXXAhK9MBBzZ8/XDxQoUFZC9IiCBh6wEHGz6IbNuwQoSpWxEgyLCXL8O/gAnylNlW6AUEBRIL7Og3KwQIiCXb9HsZQoIEUzUjNEiaNMKAAAA7" } ], "contact": [ { "relationship": [ { "coding": [ { "system": "http://hl7.org/fhir/patient-contact-relationship", "code": "owner" } ] } ], "organization": { "reference": "Organization/1", "display": "Walt Disney Corporation" } } ], "managingOrganization": { "reference": "Organization/1", "display": "ACME Healthcare, Inc" }, "link": [ { "other": { "reference": "Patient/pat2" }, "type": "seealso" } ] }; var example535: fhir.Patient = { "active": true, "animal": { "breed": { "coding": [ { "code": "58108001", "display": "Golden retriever", "system": "http://snomed.info/sct" }, { "code": "gret", "display": "Golden Retriever", "system": "http://hl7.org/fhir/animal-breed" } ] }, "genderStatus": { "coding": [ { "code": "neutered", "system": "http://hl7.org/fhir/animal-genderstatus" } ] }, "species": { "coding": [ { "code": "canislf", "display": "Dog", "system": "http://hl7.org/fhir/animal-species" } ] } }, "birthDate": "2010-03-23", "contact": [ { "name": { "family": [ "Chalmers" ], "given": [ "Peter", "James" ] }, "relationship": [ { "coding": [ { "code": "owner", "system": "http://hl7.org/fhir/patient-contact-relationship" } ] } ], "telecom": [ { "system": "phone", "use": "work", "value": "(03) 5555 6473" } ] } ], "gender": "female", "id": "animal", "identifier": [ { "assigner": { "display": "Maroondah City Council" }, "period": { "start": "2010-05-31" }, "system": "http://www.maroondah.vic.gov.au/AnimalRegFees.aspx", "type": { "text": "Dog Tag" }, "value": "1234123" } ], "managingOrganization": { "display": "Pete's Vetinary Services" }, "name": [ { "given": [ "Kenzi" ], "use": "usual" } ], "resourceType": "Patient", "text": { "div": "<div>\n \n <table>\n \n <tbody>\n \n <tr>\n \n <td>Id</td>\n \n <td>Kenzi (Dog: Golden Retriever)</td>\n \n </tr>\n \n <tr>\n \n <td>Owner</td>\n \n <td>Peter Chalmers, 534 Erewhon, Pleasantville, Vic, 3999</td>\n \n </tr>\n \n <tr>\n \n <td>Contacts</td>\n \n <td>Work: (03) 5555 6473</td>\n \n </tr>\n \n <tr>\n \n <td>Id</td>\n \n <td>Dog Tag: 1234123 (Maroondah City Council)</td>\n \n </tr>\n \n </tbody>\n \n </table>\n \n </div>", "status": "generated" } }; var example536: fhir.Patient = { "resourceType": "Patient", "id": "animal", "text": { "status": "generated", "div": "<div>\n \n <table>\n \n <tbody>\n \n <tr>\n \n <td>Id</td>\n \n <td>Kenzi (Dog: Golden Retriever)</td>\n \n </tr>\n \n <tr>\n \n <td>Owner</td>\n \n <td>Peter Chalmers, 534 Erewhon, Pleasantville, Vic, 3999</td>\n \n </tr>\n \n <tr>\n \n <td>Contacts</td>\n \n <td>Work: (03) 5555 6473</td>\n \n </tr>\n \n <tr>\n \n <td>Id</td>\n \n <td>Dog Tag: 1234123 (Maroondah City Council)</td>\n \n </tr>\n \n </tbody>\n \n </table>\n \n </div>" }, "identifier": [ { "fhir_comments": [ " Dog tag, under Maroondah City council " ], "type": { "text": "Dog Tag" }, "system": "http://www.maroondah.vic.gov.au/AnimalRegFees.aspx", "value": "1234123", "period": { "start": "2010-05-31" }, "assigner": { "display": "Maroondah City Council" } } ], "active": true, "name": [ { "fhir_comments": [ " Dog's name: Kenzi " ], "use": "usual", "given": [ "Kenzi" ] } ], "gender": "female", "birthDate": "2010-03-23", "contact": [ { "relationship": [ { "coding": [ { "system": "http://hl7.org/fhir/patient-contact-relationship", "code": "owner" } ] } ], "name": { "family": [ "Chalmers" ], "given": [ "Peter", "James" ] }, "telecom": [ { "system": "phone", "value": "(03) 5555 6473", "use": "work" } ] } ], "animal": { "species": { "coding": [ { "system": "http://hl7.org/fhir/animal-species", "code": "canislf", "display": "Dog" } ] }, "breed": { "coding": [ { "system": "http://snomed.info/sct", "code": "58108001", "display": "Golden retriever" }, { "system": "http://hl7.org/fhir/animal-breed", "code": "gret", "display": "Golden Retriever" } ] }, "genderStatus": { "coding": [ { "system": "http://hl7.org/fhir/animal-genderstatus", "code": "neutered" } ] } }, "managingOrganization": { "display": "Pete's Vetinary Services" } }; var example537: fhir.Patient = { "_gender": { "extension": [ { "url": "http://example.org/Profile/administrative-status", "valueCodeableConcept": { "coding": [ { "code": "A", "display": "Ambiguous", "system": "http://hl7.org/fhir/v2/0001" } ] } } ] }, "active": true, "gender": "other", "id": "pat2", "identifier": [ { "system": "urn:oid:0.1.2.3.4.5.6.7", "type": { "coding": [ { "code": "MR", "system": "http://hl7.org/fhir/v2/0203" } ] }, "use": "usual", "value": "123456" } ], "link": [ { "other": { "reference": "Patient/pat1" }, "type": "seealso" } ], "managingOrganization": { "display": "ACME Healthcare, Inc", "reference": "Organization/1" }, "name": [ { "family": [ "Donald" ], "given": [ "Duck", "D" ], "use": "official" } ], "photo": [ { "contentType": "image/gif", "data": "R0lGODlhEwARAPcAAAAAAAAA/+9aAO+1AP/WAP/eAP/eCP/eEP/eGP/nAP/nCP/nEP/nIf/nKf/nUv/nWv/vAP/vCP/vEP/vGP/vIf/vKf/vMf/vOf/vWv/vY//va//vjP/3c//3lP/3nP//tf//vf///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////yH5BAEAAAEALAAAAAATABEAAAi+AAMIDDCgYMGBCBMSvMCQ4QCFCQcwDBGCA4cLDyEGECDxAoAQHjxwyKhQAMeGIUOSJJjRpIAGDS5wCDly4AALFlYOgHlBwwOSNydM0AmzwYGjBi8IHWoTgQYORg8QIGDAwAKhESI8HIDgwQaRDI1WXXAhK9MBBzZ8/XDxQoUFZC9IiCBh6wEHGz6IbNuwQoSpWxEgyLCXL8O/gAnylNlW6AUEBRIL7Og3KwQIiCXb9HsZQoIEUzUjNEiaNMKAAAA7" } ], "resourceType": "Patient", "text": { "div": "<div>\n \n <p>Patient Donald D DUCK @ Acme Healthcare, Inc. MR = 123456</p>\n \n </div>", "status": "generated" } }; var example538: fhir.Patient = { "resourceType": "Patient", "id": "pat2", "text": { "status": "generated", "div": "<div>\n \n <p>Patient Donald D DUCK @ Acme Healthcare, Inc. MR = 123456</p>\n \n </div>" }, "identifier": [ { "use": "usual", "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "MR" } ] }, "system": "urn:oid:0.1.2.3.4.5.6.7", "value": "123456" } ], "active": true, "name": [ { "use": "official", "family": [ "Donald" ], "given": [ "Duck", "D" ] } ], "gender": "other", "_gender": { "extension": [ { "url": "http://example.org/Profile/administrative-status", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/v2/0001", "code": "A", "display": "Ambiguous" } ] } } ] }, "photo": [ { "contentType": "image/gif", "data": "R0lGODlhEwARAPcAAAAAAAAA/+9aAO+1AP/WAP/eAP/eCP/eEP/eGP/nAP/nCP/nEP/nIf/nKf/nUv/nWv/vAP/vCP/vEP/vGP/vIf/vKf/vMf/vOf/vWv/vY//va//vjP/3c//3lP/3nP//tf//vf///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////yH5BAEAAAEALAAAAAATABEAAAi+AAMIDDCgYMGBCBMSvMCQ4QCFCQcwDBGCA4cLDyEGECDxAoAQHjxwyKhQAMeGIUOSJJjRpIAGDS5wCDly4AALFlYOgHlBwwOSNydM0AmzwYGjBi8IHWoTgQYORg8QIGDAwAKhESI8HIDgwQaRDI1WXXAhK9MBBzZ8/XDxQoUFZC9IiCBh6wEHGz6IbNuwQoSpWxEgyLCXL8O/gAnylNlW6AUEBRIL7Og3KwQIiCXb9HsZQoIEUzUjNEiaNMKAAAA7" } ], "managingOrganization": { "reference": "Organization/1", "display": "ACME Healthcare, Inc" }, "link": [ { "other": { "reference": "Patient/pat1" }, "type": "seealso" } ] }; var example539: fhir.Patient = { "active": true, "birthDate": "1982-01-23", "deceasedDateTime": "2015-02-14T13:42:00+10:00", "gender": "male", "id": "pat3", "identifier": [ { "system": "urn:oid:0.1.2.3.4.5.6.7", "type": { "coding": [ { "code": "MR", "system": "http://hl7.org/fhir/v2/0203" } ] }, "use": "usual", "value": "123457" } ], "managingOrganization": { "display": "ACME Healthcare, Inc", "reference": "Organization/1" }, "name": [ { "family": [ "Notsowell" ], "given": [ "Simon" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>\n \n <p>Patient Simon Notsowell @ Acme Healthcare, Inc. MR = 123457, DECEASED</p>\n \n </div>", "status": "generated" } }; var example540: fhir.Patient = { "resourceType": "Patient", "id": "pat3", "text": { "status": "generated", "div": "<div>\n \n <p>Patient Simon Notsowell @ Acme Healthcare, Inc. MR = 123457, DECEASED</p>\n \n </div>" }, "identifier": [ { "use": "usual", "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "MR" } ] }, "system": "urn:oid:0.1.2.3.4.5.6.7", "value": "123457" } ], "active": true, "name": [ { "use": "official", "family": [ "Notsowell" ], "given": [ "Simon" ] } ], "gender": "male", "birthDate": "1982-01-23", "deceasedDateTime": "2015-02-14T13:42:00+10:00", "managingOrganization": { "reference": "Organization/1", "display": "ACME Healthcare, Inc" } }; var example541: fhir.Patient = { "active": true, "birthDate": "1982-08-02", "deceasedBoolean": true, "gender": "female", "id": "pat4", "identifier": [ { "system": "urn:oid:0.1.2.3.4.5.6.7", "type": { "coding": [ { "code": "MR", "system": "http://hl7.org/fhir/v2/0203" } ] }, "use": "usual", "value": "123458" } ], "managingOrganization": { "display": "ACME Healthcare, Inc", "reference": "Organization/1" }, "name": [ { "family": [ "Notsowell" ], "given": [ "Sandy" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>\n \n <p>Patient Sandy Notsowell @ Acme Healthcare, Inc. MR = 123458, DECEASED</p>\n \n </div>", "status": "generated" } }; var example542: fhir.Patient = { "resourceType": "Patient", "id": "pat4", "text": { "status": "generated", "div": "<div>\n \n <p>Patient Sandy Notsowell @ Acme Healthcare, Inc. MR = 123458, DECEASED</p>\n \n </div>" }, "identifier": [ { "use": "usual", "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "MR" } ] }, "system": "urn:oid:0.1.2.3.4.5.6.7", "value": "123458" } ], "active": true, "name": [ { "use": "official", "family": [ "Notsowell" ], "given": [ "Sandy" ] } ], "gender": "female", "birthDate": "1982-08-02", "deceasedBoolean": true, "managingOrganization": { "reference": "Organization/1", "display": "ACME Healthcare, Inc" } }; var example543: fhir.Patient = { "_gender": { "extension": [ { "url": "http://nema.org/examples/extensions#gender", "valueCoding": { "code": "M", "system": "http://nema.org/examples/gender" } } ] }, "active": true, "extension": [ { "url": "http://nema.org/fhir/extensions#0010:1010", "valueQuantity": { "unit": "Y", "value": 56 } }, { "url": "http://nema.org/fhir/extensions#0010:1020", "valueQuantity": { "unit": "m", "value": 1.83 } }, { "url": "http://nema.org/fhir/extensions#0010:1030", "valueQuantity": { "unit": "kg", "value": 72.58 } } ], "gender": "male", "id": "dicom", "identifier": [ { "system": "http://nema.org/examples/patients", "value": "MINT1234" } ], "managingOrganization": { "reference": "Organization/1" }, "name": [ { "family": [ "MINT_TEST" ] } ], "resourceType": "Patient", "text": { "div": "<div> Patient MINT_TEST, ID = MINT1234. Age = 56y, Size =\n 1.83m, Weight = 72.58kg </div>", "status": "generated" } }; var example544: fhir.Patient = { "resourceType": "Patient", "id": "dicom", "text": { "status": "generated", "div": "<div> Patient MINT_TEST, ID = MINT1234. Age = 56y, Size =\n 1.83m, Weight = 72.58kg </div>" }, "extension": [ { "url": "http://nema.org/fhir/extensions#0010:1010", "valueQuantity": { "value": 56, "unit": "Y" } }, { "url": "http://nema.org/fhir/extensions#0010:1020", "valueQuantity": { "value": 1.83, "unit": "m" } }, { "url": "http://nema.org/fhir/extensions#0010:1030", "valueQuantity": { "value": 72.58, "unit": "kg" } } ], "identifier": [ { "system": "http://nema.org/examples/patients", "value": "MINT1234" } ], "active": true, "name": [ { "family": [ "MINT_TEST" ] } ], "gender": "male", "_gender": { "extension": [ { "url": "http://nema.org/examples/extensions#gender", "valueCoding": { "system": "http://nema.org/examples/gender", "code": "M" } } ] }, "managingOrganization": { "reference": "Organization/1" } }; var example545: fhir.Patient = { "active": true, "address": [ { "city": "Amsterdam", "country": "NLD", "line": [ "Van Egmondkade 23" ], "postalCode": "1024 RJ", "use": "home" } ], "birthDate": "1944-11-17", "communication": [ { "language": { "coding": [ { "code": "nl", "display": "Dutch", "system": "urn:ietf:bcp:47" } ], "text": "Nederlands" }, "preferred": true } ], "contact": [ { "name": { "family": [ "Abels" ], "given": [ "Sarah" ], "use": "usual" }, "relationship": [ { "coding": [ { "code": "partner", "system": "http://hl7.org/fhir/patient-contact-relationship" } ] } ], "telecom": [ { "system": "phone", "use": "mobile", "value": "0690383372" } ] } ], "deceasedBoolean": false, "gender": "male", "id": "f001", "identifier": [ { "system": "urn:oid:2.16.840.1.113883.2.4.6.3", "use": "usual", "value": "738472983" }, { "system": "urn:oid:2.16.840.1.113883.2.4.6.3", "use": "usual" } ], "managingOrganization": { "display": "Burgers University Medical Centre", "reference": "Organization/f001" }, "maritalStatus": { "coding": [ { "code": "M", "display": "Married", "system": "http://hl7.org/fhir/v3/MaritalStatus" } ], "text": "Getrouwd" }, "multipleBirthBoolean": true, "name": [ { "family": [ "van de Heuvel" ], "given": [ "Pieter" ], "suffix": [ "MSc" ], "use": "usual" } ], "resourceType": "Patient", "telecom": [ { "system": "phone", "use": "mobile", "value": "0648352638" }, { "system": "email", "use": "home", "value": "p.heuvel@gmail.com" } ], "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f001</p><p><b>identifier</b>: 738472983 (USUAL), ?? (USUAL)</p><p><b>active</b>: true</p><p><b>name</b>: Pieter van de Heuvel </p><p><b>telecom</b>: ph: 0648352638(MOBILE), p.heuvel@gmail.com(HOME)</p><p><b>gender</b>: male</p><p><b>birthDate</b>: 17/11/1944</p><p><b>deceased</b>: false</p><p><b>address</b>: Van Egmondkade 23 Amsterdam 1024 RJ NLD (HOME)</p><p><b>maritalStatus</b>: Getrouwd <span>(Details : {http://hl7.org/fhir/v3/MaritalStatus code 'M' = 'Married', given as 'Married'})</span></p><p><b>multipleBirth</b>: true</p><h3>Contacts</h3><table><tr><td>-</td><td><b>Relationship</b></td><td><b>Name</b></td><td><b>Telecom</b></td></tr><tr><td>*</td><td>Partner <span>(Details : {http://hl7.org/fhir/patient-contact-relationship code 'partner' = 'Partner)</span></td><td>Sarah Abels </td><td>ph: 0690383372(MOBILE)</td></tr></table><h3>Communications</h3><table><tr><td>-</td><td><b>Language</b></td><td><b>Preferred</b></td></tr><tr><td>*</td><td>Nederlands <span>(Details : {urn:ietf:bcp:47 code 'nl' = '??', given as 'Dutch'})</span></td><td>true</td></tr></table><p><b>managingOrganization</b>: <a>Burgers University Medical Centre</a></p></div>", "status": "generated" } }; var example546: fhir.Patient = { "resourceType": "Patient", "id": "f001", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f001</p><p><b>identifier</b>: 738472983 (USUAL), ?? (USUAL)</p><p><b>active</b>: true</p><p><b>name</b>: Pieter van de Heuvel </p><p><b>telecom</b>: ph: 0648352638(MOBILE), p.heuvel@gmail.com(HOME)</p><p><b>gender</b>: male</p><p><b>birthDate</b>: 17/11/1944</p><p><b>deceased</b>: false</p><p><b>address</b>: Van Egmondkade 23 Amsterdam 1024 RJ NLD (HOME)</p><p><b>maritalStatus</b>: Getrouwd <span>(Details : {http://hl7.org/fhir/v3/MaritalStatus code 'M' = 'Married', given as 'Married'})</span></p><p><b>multipleBirth</b>: true</p><h3>Contacts</h3><table><tr><td>-</td><td><b>Relationship</b></td><td><b>Name</b></td><td><b>Telecom</b></td></tr><tr><td>*</td><td>Partner <span>(Details : {http://hl7.org/fhir/patient-contact-relationship code 'partner' = 'Partner)</span></td><td>Sarah Abels </td><td>ph: 0690383372(MOBILE)</td></tr></table><h3>Communications</h3><table><tr><td>-</td><td><b>Language</b></td><td><b>Preferred</b></td></tr><tr><td>*</td><td>Nederlands <span>(Details : {urn:ietf:bcp:47 code 'nl' = '??', given as 'Dutch'})</span></td><td>true</td></tr></table><p><b>managingOrganization</b>: <a>Burgers University Medical Centre</a></p></div>" }, "identifier": [ { "use": "usual", "system": "urn:oid:2.16.840.1.113883.2.4.6.3", "value": "738472983", "_value": { "fhir_comments": [ " BSN identification system " ] } }, { "fhir_comments": [ " BSN identification system " ], "use": "usual", "system": "urn:oid:2.16.840.1.113883.2.4.6.3" } ], "active": true, "name": [ { "use": "usual", "family": [ "van de Heuvel" ], "given": [ "Pieter" ], "suffix": [ "MSc" ] } ], "telecom": [ { "system": "phone", "value": "0648352638", "use": "mobile" }, { "system": "email", "value": "p.heuvel@gmail.com", "use": "home" } ], "gender": "male", "birthDate": "1944-11-17", "deceasedBoolean": false, "address": [ { "fhir_comments": [ " ISO 3166 Codes (Countries) " ], "use": "home", "line": [ "Van Egmondkade 23" ], "city": "Amsterdam", "postalCode": "1024 RJ", "country": "NLD" } ], "maritalStatus": { "coding": [ { "system": "http://hl7.org/fhir/v3/MaritalStatus", "code": "M", "display": "Married" } ], "text": "Getrouwd" }, "multipleBirthBoolean": true, "contact": [ { "relationship": [ { "coding": [ { "system": "http://hl7.org/fhir/patient-contact-relationship", "code": "partner" } ] } ], "name": { "use": "usual", "family": [ "Abels" ], "given": [ "Sarah" ] }, "telecom": [ { "system": "phone", "value": "0690383372", "use": "mobile" } ] } ], "communication": [ { "language": { "coding": [ { "system": "urn:ietf:bcp:47", "code": "nl", "_code": { "fhir_comments": [ " IETF language tag " ] }, "display": "Dutch" } ], "text": "Nederlands" }, "preferred": true } ], "managingOrganization": { "reference": "Organization/f001", "display": "Burgers University Medical Centre" } }; var example547: fhir.Patient = { "active": true, "address": [ { "city": "Amsterdam", "country": "NLD", "line": [ "Bos en Lommerplein 280" ], "postalCode": "1055RW", "use": "home" } ], "birthDate": "1960-03-13", "communication": [ { "language": { "coding": [ { "code": "nl-NL", "display": "Dutch", "system": "urn:ietf:bcp:47" } ] }, "preferred": true } ], "contact": [ { "name": { "text": "Ariadne Bor-Jansma", "use": "usual" }, "relationship": [ { "coding": [ { "code": "127850001", "display": "Wife", "system": "http://snomed.info/sct" }, { "code": "partner", "system": "http://hl7.org/fhir/patient-contact-relationship" } ] } ], "telecom": [ { "system": "phone", "use": "home", "value": "+31201234567" } ] } ], "deceasedBoolean": false, "gender": "male", "id": "f201", "identifier": [ { "system": "urn:oid:2.16.840.1.113883.2.4.6.3", "type": { "text": "BSN" }, "use": "official", "value": "123456789" }, { "system": "urn:oid:2.16.840.1.113883.2.4.6.3", "type": { "text": "BSN" }, "use": "official", "value": "123456789" } ], "managingOrganization": { "display": "AUMC", "reference": "Organization/f201" }, "maritalStatus": { "coding": [ { "code": "36629006", "display": "Legally married", "system": "http://snomed.info/sct" }, { "code": "M", "system": "http://hl7.org/fhir/v3/MaritalStatus" } ] }, "multipleBirthBoolean": false, "name": [ { "family": [ "Bor" ], "given": [ "Roelof Olaf" ], "prefix": [ "Drs." ], "suffix": [ "PDEng." ], "text": "Roel", "use": "official" } ], "photo": [ { "contentType": "image/jpeg", "url": "Binary/f006" } ], "resourceType": "Patient", "telecom": [ { "system": "phone", "use": "mobile", "value": "+31612345678" }, { "system": "phone", "use": "home", "value": "+31201234567" } ], "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f201</p><p><b>identifier</b>: BSN = 123456789 (OFFICIAL), BSN = 123456789 (OFFICIAL)</p><p><b>active</b>: true</p><p><b>name</b>: Roel(OFFICIAL)</p><p><b>telecom</b>: ph: +31612345678(MOBILE), ph: +31201234567(HOME)</p><p><b>gender</b>: male</p><p><b>birthDate</b>: 13/03/1960</p><p><b>deceased</b>: false</p><p><b>address</b>: Bos en Lommerplein 280 Amsterdam 1055RW NLD (HOME)</p><p><b>maritalStatus</b>: Legally married <span>(Details : {SNOMED CT code '36629006' = '36629006', given as 'Legally married'}; {http://hl7.org/fhir/v3/MaritalStatus code 'M' = 'Married)</span></p><p><b>multipleBirth</b>: false</p><p><b>photo</b>: </p><h3>Contacts</h3><table><tr><td>-</td><td><b>Relationship</b></td><td><b>Name</b></td><td><b>Telecom</b></td></tr><tr><td>*</td><td>Wife <span>(Details : {SNOMED CT code '127850001' = '127850001', given as 'Wife'}; {http://hl7.org/fhir/patient-contact-relationship code 'partner' = 'Partner)</span></td><td>Ariadne Bor-Jansma</td><td>ph: +31201234567(HOME)</td></tr></table><h3>Communications</h3><table><tr><td>-</td><td><b>Language</b></td><td><b>Preferred</b></td></tr><tr><td>*</td><td>Dutch <span>(Details : {urn:ietf:bcp:47 code 'nl-NL' = '??', given as 'Dutch'})</span></td><td>true</td></tr></table><p><b>managingOrganization</b>: <a>AUMC</a></p></div>", "status": "generated" } }; var example548: fhir.Patient = { "resourceType": "Patient", "id": "f201", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f201</p><p><b>identifier</b>: BSN = 123456789 (OFFICIAL), BSN = 123456789 (OFFICIAL)</p><p><b>active</b>: true</p><p><b>name</b>: Roel(OFFICIAL)</p><p><b>telecom</b>: ph: +31612345678(MOBILE), ph: +31201234567(HOME)</p><p><b>gender</b>: male</p><p><b>birthDate</b>: 13/03/1960</p><p><b>deceased</b>: false</p><p><b>address</b>: Bos en Lommerplein 280 Amsterdam 1055RW NLD (HOME)</p><p><b>maritalStatus</b>: Legally married <span>(Details : {SNOMED CT code '36629006' = '36629006', given as 'Legally married'}; {http://hl7.org/fhir/v3/MaritalStatus code 'M' = 'Married)</span></p><p><b>multipleBirth</b>: false</p><p><b>photo</b>: </p><h3>Contacts</h3><table><tr><td>-</td><td><b>Relationship</b></td><td><b>Name</b></td><td><b>Telecom</b></td></tr><tr><td>*</td><td>Wife <span>(Details : {SNOMED CT code '127850001' = '127850001', given as 'Wife'}; {http://hl7.org/fhir/patient-contact-relationship code 'partner' = 'Partner)</span></td><td>Ariadne Bor-Jansma</td><td>ph: +31201234567(HOME)</td></tr></table><h3>Communications</h3><table><tr><td>-</td><td><b>Language</b></td><td><b>Preferred</b></td></tr><tr><td>*</td><td>Dutch <span>(Details : {urn:ietf:bcp:47 code 'nl-NL' = '??', given as 'Dutch'})</span></td><td>true</td></tr></table><p><b>managingOrganization</b>: <a>AUMC</a></p></div>" }, "identifier": [ { "use": "official", "_use": { "fhir_comments": [ " The identifier for the person as this patient (fictive) " ] }, "type": { "text": "BSN" }, "system": "urn:oid:2.16.840.1.113883.2.4.6.3", "value": "123456789" }, { "fhir_comments": [ " Demographics " ], "use": "official", "_use": { "fhir_comments": [ " The identifier for this individual " ] }, "type": { "text": "BSN" }, "system": "urn:oid:2.16.840.1.113883.2.4.6.3", "value": "123456789" } ], "active": true, "_active": { "fhir_comments": [ " Indicates that the patient is not part of a multiple birth " ] }, "name": [ { "use": "official", "_use": { "fhir_comments": [ " The name associated with the individual (fictive) " ] }, "text": "Roel", "family": [ "Bor" ], "given": [ "Roelof Olaf" ], "prefix": [ "Drs." ], "suffix": [ "PDEng." ] } ], "telecom": [ { "system": "phone", "_system": { "fhir_comments": [ " The mobile contact detail for the individual " ] }, "value": "+31612345678", "use": "mobile" }, { "system": "phone", "_system": { "fhir_comments": [ " The home contact detail for the individual " ] }, "value": "+31201234567", "use": "home" } ], "gender": "male", "birthDate": "1960-03-13", "deceasedBoolean": false, "_deceasedBoolean": { "fhir_comments": [ " The date and time of birth for the individual " ] }, "address": [ { "fhir_comments": [ " Indicates that the individual is not deceased ", " ISO 3166 3 letter code " ], "use": "home", "_use": { "fhir_comments": [ " Home address for the individual " ] }, "line": [ "Bos en Lommerplein 280" ], "city": "Amsterdam", "postalCode": "1055RW", "country": "NLD" } ], "maritalStatus": { "coding": [ { "fhir_comments": [ " Marital status of the person " ], "system": "http://snomed.info/sct", "code": "36629006", "display": "Legally married" }, { "system": "http://hl7.org/fhir/v3/MaritalStatus", "code": "M" } ] }, "multipleBirthBoolean": false, "photo": [ { "contentType": "image/jpeg", "url": "Binary/f006" } ], "contact": [ { "relationship": [ { "fhir_comments": [ " Contact of the patient " ], "coding": [ { "fhir_comments": [ " Indicates that the contact is the patient's wife " ], "system": "http://snomed.info/sct", "code": "127850001", "display": "Wife" }, { "system": "http://hl7.org/fhir/patient-contact-relationship", "code": "partner" } ] } ], "name": { "use": "usual", "_use": { "fhir_comments": [ " The name of the contact " ] }, "text": "Ariadne Bor-Jansma" }, "telecom": [ { "system": "phone", "_system": { "fhir_comments": [ " The home contact detail " ] }, "value": "+31201234567", "use": "home" } ] } ], "communication": [ { "language": { "coding": [ { "system": "urn:ietf:bcp:47", "code": "nl-NL", "display": "Dutch" } ] }, "preferred": true } ], "managingOrganization": { "reference": "Organization/f201", "display": "AUMC" } }; var example549: fhir.Patient = { "active": true, "id": "ihe-pcd", "identifier": [ { "type": { "text": "Internal Identifier" }, "value": "AB60001" } ], "name": [ { "family": [ "BROOKS" ], "given": [ "ALBERT" ] } ], "resourceType": "Patient", "text": { "div": "<div>Albert Brooks, Id: AB60001</div>", "status": "generated" } }; var example550: fhir.Patient = { "resourceType": "Patient", "id": "ihe-pcd", "text": { "status": "generated", "div": "<div>Albert Brooks, Id: AB60001</div>" }, "identifier": [ { "fhir_comments": [ " MRN assigned by ACME healthcare on 6-May 2001 " ], "type": { "text": "Internal Identifier" }, "value": "AB60001" } ], "active": true, "name": [ { "fhir_comments": [ " Peter James Chalmers, but called \"Jim\" " ], "family": [ "BROOKS" ], "given": [ "ALBERT" ] } ] }; var example551: fhir.Patient = { "active": true, "birthDate": "1966-04-04", "deceasedBoolean": false, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/us-core-race", "valueCodeableConcept": { "coding": [ { "code": "2106-3", "display": "white", "system": "urn:oid:2.16.840.1.113883.6.238" } ] } } ], "gender": "female", "id": "proband", "identifier": [ { "assigner": { "display": "Boston Massachesetts General Hospital" }, "system": "urn:oid:2.16.840.1.113883.6.117", "type": { "text": "Computer-Stored Abulatory Records (COSTAR)" }, "use": "usual", "value": "999999999" } ], "resourceType": "Patient", "text": { "div": "<div>\n \n <p>\n \n <b>Annie Proband</b>: Female, born 1966-04-04\n </p>\n \n </div>", "status": "generated" } }; var example552: fhir.Patient = { "resourceType": "Patient", "id": "proband", "text": { "status": "generated", "div": "<div>\n \n <p>\n \n <b>Annie Proband</b>: Female, born 1966-04-04\n </p>\n \n </div>" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/us-core-race", "valueCodeableConcept": { "coding": [ { "system": "urn:oid:2.16.840.1.113883.6.238", "code": "2106-3", "display": "white" } ] } } ], "identifier": [ { "use": "usual", "type": { "text": "Computer-Stored Abulatory Records (COSTAR)" }, "system": "urn:oid:2.16.840.1.113883.6.117", "_system": { "fhir_comments": [ " This OID has been used below for illustration purposes only " ] }, "value": "999999999", "assigner": { "display": "Boston Massachesetts General Hospital" } } ], "active": true, "gender": "female", "birthDate": "1966-04-04", "deceasedBoolean": false }; var example553: fhir.Patient = { "active": true, "address": [ { "city": "PleasantVille", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/us-core-county", "valueString": "Orange County" } ], "line": [ "534 Erewhon St" ], "postalCode": "3999", "state": "Vic", "use": "home" } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/us-core-race", "valueCodeableConcept": { "coding": [ { "code": "1096-7", "system": "http://hl7.org/fhir/v3/Race" } ] } }, { "url": "http://hl7.org/fhir/StructureDefinition/us-core-ethnicity", "valueCodeableConcept": { "coding": [ { "code": "2162-6", "system": "http://hl7.org/fhir/v3/Ethnicity" } ] } } ], "id": "us01", "name": [ { "family": [ "Chalmers" ], "given": [ "Peter", "James" ], "use": "official" } ], "resourceType": "Patient", "telecom": [ { "system": "phone", "use": "work", "value": "(03) 5555 6473" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/us-core-direct", "valueBoolean": true } ], "system": "email", "use": "work", "value": "person@example.org" } ], "text": { "div": "<div>\n \n <table>\n \n <tbody>\n \n <tr>\n \n <td>Name</td>\n \n <td>Peter James \n <b>Chalmers</b> ("Jim")\n </td>\n \n </tr>\n \n <tr>\n \n <td>Address</td>\n \n <td>534 Erewhon, Pleasantville, Orange County, 3999</td>\n \n </tr>\n \n <tr>\n \n <td>Contacts</td>\n \n <td>Home: unknown. Work: (03) 5555 6473</td>\n \n </tr>\n \n <tr>\n \n <td>Id</td>\n \n <td>MRN: 12345 (Acme Healthcare)</td>\n \n </tr>\n \n </tbody>\n \n </table>\n \n </div>", "status": "generated" } }; var example554: fhir.Patient = { "resourceType": "Patient", "id": "us01", "text": { "status": "generated", "div": "<div>\n \n <table>\n \n <tbody>\n \n <tr>\n \n <td>Name</td>\n \n <td>Peter James \n <b>Chalmers</b> ("Jim")\n </td>\n \n </tr>\n \n <tr>\n \n <td>Address</td>\n \n <td>534 Erewhon, Pleasantville, Orange County, 3999</td>\n \n </tr>\n \n <tr>\n \n <td>Contacts</td>\n \n <td>Home: unknown. Work: (03) 5555 6473</td>\n \n </tr>\n \n <tr>\n \n <td>Id</td>\n \n <td>MRN: 12345 (Acme Healthcare)</td>\n \n </tr>\n \n </tbody>\n \n </table>\n \n </div>" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/us-core-race", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/v3/Race", "code": "1096-7" } ] } }, { "url": "http://hl7.org/fhir/StructureDefinition/us-core-ethnicity", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/v3/Ethnicity", "code": "2162-6" } ] } } ], "active": true, "name": [ { "fhir_comments": [ " Peter James Chalmers, but called \"Jim\" " ], "use": "official", "family": [ "Chalmers" ], "given": [ "Peter", "James" ] } ], "telecom": [ { "system": "phone", "value": "(03) 5555 6473", "use": "work" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/us-core-direct", "valueBoolean": true } ], "system": "email", "value": "person@example.org", "use": "work" } ], "address": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/us-core-county", "valueString": "Orange County" } ], "use": "home", "line": [ "534 Erewhon St" ], "city": "PleasantVille", "state": "Vic", "postalCode": "3999" } ] }; var example555: fhir.Patient = { "active": true, "birthDate": "1932-09-24", "gender": "male", "id": "xcda", "identifier": [ { "system": "urn:oid:2.16.840.1.113883.19.5", "type": { "coding": [ { "code": "MR", "system": "http://hl7.org/fhir/v2/0203" } ] }, "use": "usual", "value": "12345" } ], "managingOrganization": { "display": "Good Health Clinic", "reference": "Organization/2.16.840.1.113883.19.5" }, "name": [ { "family": [ "Levin" ], "given": [ "Henry" ] } ], "resourceType": "Patient", "text": { "div": "<div>\n \n <p>Henry Levin the 7th</p>\n \n </div>", "status": "generated" } }; var example556: fhir.Patient = { "resourceType": "Patient", "id": "xcda", "text": { "status": "generated", "div": "<div>\n \n <p>Henry Levin the 7th</p>\n \n </div>" }, "identifier": [ { "use": "usual", "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "MR" } ] }, "system": "urn:oid:2.16.840.1.113883.19.5", "value": "12345" } ], "active": true, "name": [ { "family": [ "Levin" ], "given": [ "Henry" ] } ], "gender": "male", "birthDate": "1932-09-24", "managingOrganization": { "reference": "Organization/2.16.840.1.113883.19.5", "display": "Good Health Clinic" } }; var example557: fhir.Patient = { "active": true, "address": [ { "city": "Metropolis", "country": "USA", "line": [ "100 Main St" ], "postalCode": "44130", "state": "Il" } ], "birthDate": "1956-05-27", "gender": "male", "id": "xds", "identifier": [ { "system": "urn:oid:1.2.3.4.5", "type": { "coding": [ { "code": "MR", "system": "http://hl7.org/fhir/v2/0203" } ] }, "use": "usual", "value": "89765a87b" } ], "managingOrganization": { "reference": "Organization/2" }, "name": [ { "family": [ "Doe" ], "given": [ "John" ] } ], "resourceType": "Patient", "text": { "div": "<div>\n \n <p>Patient John Doe, M, 27-May 1956. ID: 89765a87b</p>\n \n </div>", "status": "generated" } }; var example558: fhir.Patient = { "resourceType": "Patient", "id": "xds", "text": { "status": "generated", "div": "<div>\n \n <p>Patient John Doe, M, 27-May 1956. ID: 89765a87b</p>\n \n </div>" }, "identifier": [ { "use": "usual", "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "MR" } ] }, "system": "urn:oid:1.2.3.4.5", "value": "89765a87b" } ], "active": true, "name": [ { "family": [ "Doe" ], "given": [ "John" ] } ], "gender": "male", "birthDate": "1956-05-27", "address": [ { "line": [ "100 Main St" ], "city": "Metropolis", "state": "Il", "postalCode": "44130", "country": "USA" } ], "managingOrganization": { "reference": "Organization/2" } }; var example559: fhir.Patient = { "_birthDate": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/patient-birthTime", "valueDateTime": "1974-12-25T14:35:45-05:00" } ] }, "active": true, "address": [ { "city": "PleasantVille", "line": [ "534 Erewhon St" ], "postalCode": "3999", "state": "Vic", "use": "home" } ], "birthDate": "1974-12-25", "contact": [ { "gender": "female", "name": { "_family": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier", "valueCode": "VV" } ] }, null ], "family": [ "du", "Marché" ], "given": [ "Bénédicte" ] }, "period": { "start": "2012" }, "relationship": [ { "coding": [ { "code": "partner", "system": "http://hl7.org/fhir/patient-contact-relationship" } ] } ], "telecom": [ { "system": "phone", "value": "+33 (237) 998327" } ] } ], "deceasedBoolean": false, "gender": "male", "id": "example", "identifier": [ { "assigner": { "display": "Acme Healthcare" }, "period": { "start": "2001-05-06" }, "system": "urn:oid:1.2.36.146.595.217.0.1", "type": { "coding": [ { "code": "MR", "system": "http://hl7.org/fhir/v2/0203" } ] }, "use": "usual", "value": "12345" } ], "managingOrganization": { "reference": "Organization/1" }, "name": [ { "family": [ "Chalmers" ], "given": [ "Peter", "James" ], "use": "official" }, { "given": [ "Jim" ], "use": "usual" } ], "resourceType": "Patient", "telecom": [ { "use": "home" }, { "system": "phone", "use": "work", "value": "(03) 5555 6473" } ], "text": { "div": "<div>\n \n <table>\n \n <tbody>\n \n <tr>\n \n <td>Name</td>\n \n <td>Peter James \n <b>Chalmers</b> ("Jim")\n </td>\n \n </tr>\n \n <tr>\n \n <td>Address</td>\n \n <td>534 Erewhon, Pleasantville, Vic, 3999</td>\n \n </tr>\n \n <tr>\n \n <td>Contacts</td>\n \n <td>Home: unknown. Work: (03) 5555 6473</td>\n \n </tr>\n \n <tr>\n \n <td>Id</td>\n \n <td>MRN: 12345 (Acme Healthcare)</td>\n \n </tr>\n \n </tbody>\n \n </table> \n \n </div>", "status": "generated" } }; var example560: fhir.Patient = { "resourceType": "Patient", "id": "example", "text": { "status": "generated", "div": "<div>\n \n <table>\n \n <tbody>\n \n <tr>\n \n <td>Name</td>\n \n <td>Peter James \n <b>Chalmers</b> ("Jim")\n </td>\n \n </tr>\n \n <tr>\n \n <td>Address</td>\n \n <td>534 Erewhon, Pleasantville, Vic, 3999</td>\n \n </tr>\n \n <tr>\n \n <td>Contacts</td>\n \n <td>Home: unknown. Work: (03) 5555 6473</td>\n \n </tr>\n \n <tr>\n \n <td>Id</td>\n \n <td>MRN: 12345 (Acme Healthcare)</td>\n \n </tr>\n \n </tbody>\n \n </table> \n \n </div>" }, "identifier": [ { "fhir_comments": [ " MRN assigned by ACME healthcare on 6-May 2001 " ], "use": "usual", "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "MR" } ] }, "system": "urn:oid:1.2.36.146.595.217.0.1", "value": "12345", "period": { "start": "2001-05-06" }, "assigner": { "display": "Acme Healthcare" } } ], "active": true, "name": [ { "fhir_comments": [ " Peter James Chalmers, but called \"Jim\" " ], "use": "official", "family": [ "Chalmers" ], "given": [ "Peter", "James" ] }, { "use": "usual", "given": [ "Jim" ] } ], "telecom": [ { "fhir_comments": [ " home communication details aren't known " ], "use": "home" }, { "system": "phone", "value": "(03) 5555 6473", "use": "work" } ], "gender": "male", "_gender": { "fhir_comments": [ " use FHIR code system for male / female " ] }, "birthDate": "1974-12-25", "_birthDate": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/patient-birthTime", "valueDateTime": "1974-12-25T14:35:45-05:00" } ] }, "deceasedBoolean": false, "address": [ { "use": "home", "line": [ "534 Erewhon St" ], "city": "PleasantVille", "state": "Vic", "postalCode": "3999" } ], "contact": [ { "relationship": [ { "coding": [ { "system": "http://hl7.org/fhir/patient-contact-relationship", "code": "partner" } ] } ], "name": { "family": [ "du", "Marché" ], "_family": [ { "extension": [ { "fhir_comments": [ " the \"du\" part is a family name prefix (VV in iso 21090) " ], "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier", "valueCode": "VV" } ] }, null ], "given": [ "Bénédicte" ] }, "telecom": [ { "system": "phone", "value": "+33 (237) 998327" } ], "gender": "female", "period": { "start": "2012", "_start": { "fhir_comments": [ " The contact relationship started in 2012 " ] } } } ], "managingOrganization": { "reference": "Organization/1" } }; var example561: fhir.Bundle = { "entry": [ { "fullUrl": "http://hl7.org/fhir/Patient/71", "resource": { "active": true, "birthDate": "1954-09-15", "gender": "female", "id": "71", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577390" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Fletcher" ], "given": [ "Brenda" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Fletcher, Brenda. MRN:\n 577390</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/72", "resource": { "active": true, "birthDate": "1935-06-15", "gender": "female", "id": "72", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577391" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Powell" ], "given": [ "Kathryn" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Powell, Kathryn. MRN:\n 577391</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/73", "resource": { "active": true, "birthDate": "1938-09-19", "gender": "male", "id": "73", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577392" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Cooper" ], "given": [ "Derrick" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Cooper, Derrick. MRN:\n 577392</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/74", "resource": { "active": true, "birthDate": "1938-09-19", "gender": "female", "id": "74", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577393" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Knight" ], "given": [ "Emily" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Knight, Emily. MRN:\n 577393</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/75", "resource": { "active": true, "birthDate": "1975-07-18", "gender": "female", "id": "75", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577394" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Ward" ], "given": [ "Leah" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Ward, Leah. MRN:\n 577394</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/76", "resource": { "active": true, "birthDate": "1975-01-28", "gender": "male", "id": "76", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577395" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Mckinney" ], "given": [ "Ross" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Mckinney, Ross. MRN:\n 577395</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/77", "resource": { "active": true, "birthDate": "1991-12-25", "gender": "female", "id": "77", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577396" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Meyer" ], "given": [ "Lucille" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Meyer, Lucille. MRN:\n 577396</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/78", "resource": { "active": true, "birthDate": "1973-02-08", "gender": "female", "id": "78", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577397" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Greene" ], "given": [ "Pamela" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Greene, Pamela. MRN:\n 577397</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/79", "resource": { "active": true, "birthDate": "1958-06-08", "gender": "female", "id": "79", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577398" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Fields" ], "given": [ "Glenda" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Fields, Glenda. MRN:\n 577398</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/80", "resource": { "active": true, "birthDate": "1945-05-02", "gender": "female", "id": "80", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577399" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Lee" ], "given": [ "Vera" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Lee, Vera. MRN:\n 577399</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/81", "resource": { "active": true, "birthDate": "1932-03-23", "gender": "female", "id": "81", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577400" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Peters" ], "given": [ "Rose" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Peters, Rose. MRN:\n 577400</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/82", "resource": { "active": true, "birthDate": "1950-01-13", "gender": "female", "id": "82", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577401" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Rivera" ], "given": [ "Christine" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Rivera, Christine. MRN:\n 577401</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/83", "resource": { "active": true, "birthDate": "1945-04-06", "gender": "female", "id": "83", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577402" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Ryan" ], "given": [ "Olga" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Ryan, Olga. MRN:\n 577402</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/84", "resource": { "active": true, "birthDate": "1969-04-06", "gender": "female", "id": "84", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577403" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Price" ], "given": [ "Melanie" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Price, Melanie. MRN:\n 577403</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/85", "resource": { "active": true, "birthDate": "1953-09-14", "gender": "female", "id": "85", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577404" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Collier" ], "given": [ "Shelly" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Collier, Shelly. MRN:\n 577404</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/86", "resource": { "active": true, "birthDate": "1955-05-30", "gender": "male", "id": "86", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577405" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Perry" ], "given": [ "Eric" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Perry, Eric. MRN:\n 577405</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/87", "resource": { "active": true, "birthDate": "1944-05-08", "gender": "female", "id": "87", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577406" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "May" ], "given": [ "Laurie" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>May, Laurie. MRN:\n 577406</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/88", "resource": { "active": true, "birthDate": "1940-08-05", "gender": "female", "id": "88", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577407" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Becker" ], "given": [ "Tara" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Becker, Tara. MRN:\n 577407</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/89", "resource": { "active": true, "birthDate": "1981-06-08", "gender": "female", "id": "89", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577408" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Rodgers" ], "given": [ "Clara" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Rodgers, Clara. MRN:\n 577408</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/90", "resource": { "active": true, "birthDate": "1943-09-07", "gender": "male", "id": "90", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577409" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Rodriguez" ], "given": [ "Christopher" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Rodriguez, Christopher. MRN:\n 577409</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/91", "resource": { "active": true, "birthDate": "1933-11-08", "gender": "male", "id": "91", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577410" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Spencer" ], "given": [ "Dan" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Spencer, Dan. MRN:\n 577410</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/92", "resource": { "active": true, "birthDate": "1942-06-22", "gender": "male", "id": "92", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577411" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Cooper" ], "given": [ "Ron" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Cooper, Ron. MRN:\n 577411</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/93", "resource": { "active": true, "birthDate": "1950-01-24", "gender": "female", "id": "93", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577412" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Martin" ], "given": [ "Karen" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Martin, Karen. MRN:\n 577412</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/94", "resource": { "active": true, "birthDate": "1933-08-07", "gender": "male", "id": "94", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577413" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Holt" ], "given": [ "Willard" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Holt, Willard. MRN:\n 577413</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/95", "resource": { "active": true, "birthDate": "1960-05-08", "gender": "male", "id": "95", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577414" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "May" ], "given": [ "Christian" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>May, Christian. MRN:\n 577414</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/96", "resource": { "active": true, "birthDate": "1970-07-09", "gender": "male", "id": "96", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577415" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Hawkins" ], "given": [ "Bryan" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Hawkins, Bryan. MRN:\n 577415</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/97", "resource": { "active": true, "birthDate": "1954-10-08", "gender": "male", "id": "97", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577416" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "George" ], "given": [ "Jay" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>George, Jay. MRN:\n 577416</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/98", "resource": { "active": true, "birthDate": "1945-05-08", "gender": "male", "id": "98", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577417" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Jordan" ], "given": [ "Roberto" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Jordan, Roberto. MRN:\n 577417</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/99", "resource": { "active": true, "birthDate": "1968-09-08", "gender": "male", "id": "99", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577418" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Bridges" ], "given": [ "Chester" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Bridges, Chester. MRN:\n 577418</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/100", "resource": { "active": true, "birthDate": "1935-05-08", "gender": "male", "id": "100", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577419" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Garrett" ], "given": [ "Gordon" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Garrett, Gordon. MRN:\n 577419</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/101", "resource": { "active": true, "birthDate": "1938-08-29", "gender": "male", "id": "101", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577420" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Lamb" ], "given": [ "Greg" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Lamb, Greg. MRN:\n 577420</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/102", "resource": { "active": true, "birthDate": "1949-05-08", "gender": "female", "id": "102", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577421" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Garcia" ], "given": [ "Jessie" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Garcia, Jessie. MRN:\n 577421</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/103", "resource": { "active": true, "birthDate": "1933-03-02", "gender": "male", "id": "103", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577422" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Christensen" ], "given": [ "Donald" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Christensen, Donald. MRN:\n 577422</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/104", "resource": { "active": true, "birthDate": "1988-05-22", "gender": "female", "id": "104", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577423" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Hughes" ], "given": [ "Teresa" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Hughes, Teresa. MRN:\n 577423</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/105", "resource": { "active": true, "birthDate": "1937-02-14", "gender": "male", "id": "105", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577424" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Houston" ], "given": [ "Daryl" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Houston, Daryl. MRN:\n 577424</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/106", "resource": { "active": true, "birthDate": "1946-06-08", "gender": "male", "id": "106", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577425" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "West" ], "given": [ "James" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>West, James. MRN:\n 577425</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/107", "resource": { "active": true, "birthDate": "1945-02-16", "gender": "female", "id": "107", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577426" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Nguyen" ], "given": [ "Glenda" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Nguyen, Glenda. MRN:\n 577426</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/108", "resource": { "active": true, "birthDate": "1940-01-08", "gender": "male", "id": "108", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577427" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Swanson" ], "given": [ "Nathaniel" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Swanson, Nathaniel. MRN:\n 577427</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/109", "resource": { "active": true, "birthDate": "1945-06-12", "gender": "female", "id": "109", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577428" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Powers" ], "given": [ "Vera" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Powers, Vera. MRN:\n 577428</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/110", "resource": { "active": true, "birthDate": "1960-01-12", "gender": "male", "id": "110", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577429" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Chandler" ], "given": [ "Perry" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Chandler, Perry. MRN:\n 577429</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/111", "resource": { "active": true, "birthDate": "1945-06-04", "gender": "male", "id": "111", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577430" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Carroll" ], "given": [ "Alvin" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Carroll, Alvin. MRN:\n 577430</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/112", "resource": { "active": true, "birthDate": "1995-01-05", "gender": "female", "id": "112", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577431" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Matthews" ], "given": [ "Florence" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Matthews, Florence. MRN:\n 577431</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/113", "resource": { "active": true, "birthDate": "1943-02-08", "gender": "male", "id": "113", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577432" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Frazier" ], "given": [ "Jordan" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Frazier, Jordan. MRN:\n 577432</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/114", "resource": { "active": true, "birthDate": "1990-08-10", "gender": "female", "id": "114", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577433" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Patrick" ], "given": [ "Beth" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Patrick, Beth. MRN:\n 577433</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/115", "resource": { "active": true, "birthDate": "1939-03-08", "gender": "male", "id": "115", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577434" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Fleming" ], "given": [ "Christopher" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Fleming, Christopher. MRN:\n 577434</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/116", "resource": { "active": true, "birthDate": "1960-06-08", "gender": "male", "id": "116", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577435" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Marshall" ], "given": [ "Howard" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Marshall, Howard. MRN:\n 577435</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/117", "resource": { "active": true, "birthDate": "1935-06-05", "gender": "female", "id": "117", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577436" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Larson" ], "given": [ "Erika" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Larson, Erika. MRN:\n 577436</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/118", "resource": { "active": true, "birthDate": "1963-06-08", "gender": "female", "id": "118", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577437" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Day" ], "given": [ "Carol" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Day, Carol. MRN:\n 577437</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/119", "resource": { "active": true, "birthDate": "1963-02-08", "gender": "female", "id": "119", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577438" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Strickland" ], "given": [ "Veronica" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Strickland, Veronica. MRN:\n 577438</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/120", "resource": { "active": true, "birthDate": "1960-06-08", "gender": "female", "id": "120", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577439" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Mckinney" ], "given": [ "Valerie" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Mckinney, Valerie. MRN:\n 577439</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/121", "resource": { "active": true, "birthDate": "1930-04-02", "gender": "female", "id": "121", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577440" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Ortiz" ], "given": [ "Lucille" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Ortiz, Lucille. MRN:\n 577440</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/122", "resource": { "active": true, "birthDate": "1980-04-08", "gender": "male", "id": "122", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577441" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Alvarez" ], "given": [ "Mitchell" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Alvarez, Mitchell. MRN:\n 577441</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/123", "resource": { "active": true, "birthDate": "1976-06-01", "gender": "male", "id": "123", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577442" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Dennis" ], "given": [ "Charles" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Dennis, Charles. MRN:\n 577442</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/124", "resource": { "active": true, "birthDate": "1963-02-12", "gender": "male", "id": "124", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577443" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Schmidt" ], "given": [ "Lewis" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Schmidt, Lewis. MRN:\n 577443</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/125", "resource": { "active": true, "birthDate": "1943-09-18", "gender": "female", "id": "125", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577444" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Carr" ], "given": [ "Rebecca" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Carr, Rebecca. MRN:\n 577444</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/126", "resource": { "active": true, "birthDate": "1952-03-26", "gender": "female", "id": "126", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577445" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Greer" ], "given": [ "Esther" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Greer, Esther. MRN:\n 577445</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/127", "resource": { "active": true, "birthDate": "1942-04-24", "gender": "male", "id": "127", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577446" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Phillips" ], "given": [ "Eddie" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Phillips, Eddie. MRN:\n 577446</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/128", "resource": { "active": true, "birthDate": "1968-11-27", "gender": "female", "id": "128", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577447" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Sparks" ], "given": [ "Louise" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Sparks, Louise. MRN:\n 577447</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/129", "resource": { "active": true, "birthDate": "1959-08-02", "gender": "female", "id": "129", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577448" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Holloway" ], "given": [ "Willie" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Holloway, Willie. MRN:\n 577448</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/130", "resource": { "active": true, "birthDate": "1967-12-29", "gender": "male", "id": "130", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577449" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Foster" ], "given": [ "Gabriel" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Foster, Gabriel. MRN:\n 577449</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/131", "resource": { "active": true, "birthDate": "1964-07-18", "gender": "female", "id": "131", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577450" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Hodges" ], "given": [ "Sarah" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Hodges, Sarah. MRN:\n 577450</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/132", "resource": { "active": true, "birthDate": "1968-07-10", "gender": "female", "id": "132", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577451" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "White" ], "given": [ "Wilma" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>White, Wilma. MRN:\n 577451</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/133", "resource": { "active": true, "birthDate": "1979-07-18", "gender": "male", "id": "133", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577452" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Drake" ], "given": [ "Ronald" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Drake, Ronald. MRN:\n 577452</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/134", "resource": { "active": true, "birthDate": "1980-04-23", "gender": "female", "id": "134", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577453" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Phillips" ], "given": [ "Wanda" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Phillips, Wanda. MRN:\n 577453</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/135", "resource": { "active": true, "birthDate": "1956-11-28", "gender": "male", "id": "135", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577454" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Hansen" ], "given": [ "Chris" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Hansen, Chris. MRN:\n 577454</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/136", "resource": { "active": true, "birthDate": "1970-04-13", "gender": "male", "id": "136", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577455" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Reynolds" ], "given": [ "Julio" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Reynolds, Julio. MRN:\n 577455</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/137", "resource": { "active": true, "birthDate": "1945-10-01", "gender": "male", "id": "137", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577456" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Roberson" ], "given": [ "Jonathan" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Roberson, Jonathan. MRN:\n 577456</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/138", "resource": { "active": true, "birthDate": "1969-02-03", "gender": "female", "id": "138", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577457" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Crawford" ], "given": [ "Carla" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Crawford, Carla. MRN:\n 577457</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/139", "resource": { "active": true, "birthDate": "1942-09-28", "gender": "male", "id": "139", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577458" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Hicks" ], "given": [ "Ronald" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Hicks, Ronald. MRN:\n 577458</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/140", "resource": { "active": true, "birthDate": "1958-05-14", "gender": "female", "id": "140", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577459" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Hughes" ], "given": [ "Mae" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Hughes, Mae. MRN:\n 577459</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/141", "resource": { "active": true, "birthDate": "1952-08-19", "gender": "female", "id": "141", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577460" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Rice" ], "given": [ "Loretta" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Rice, Loretta. MRN:\n 577460</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/142", "resource": { "active": true, "birthDate": "1996-03-31", "gender": "female", "id": "142", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577461" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Reese" ], "given": [ "Naomi" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Reese, Naomi. MRN:\n 577461</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/143", "resource": { "active": true, "birthDate": "1993-12-02", "gender": "male", "id": "143", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577462" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Cox" ], "given": [ "Jesse" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Cox, Jesse. MRN:\n 577462</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/144", "resource": { "active": true, "birthDate": "1997-06-17", "gender": "male", "id": "144", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577463" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Mccoy" ], "given": [ "Virgil" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Mccoy, Virgil. MRN:\n 577463</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/145", "resource": { "active": true, "birthDate": "1973-04-15", "gender": "male", "id": "145", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577464" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Lane" ], "given": [ "Cory" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Lane, Cory. MRN:\n 577464</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/146", "resource": { "active": true, "birthDate": "1972-06-26", "gender": "female", "id": "146", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577465" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Harrison" ], "given": [ "Willie" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Harrison, Willie. MRN:\n 577465</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/147", "resource": { "active": true, "birthDate": "1968-09-10", "gender": "female", "id": "147", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577466" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Palmer" ], "given": [ "Kim" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Palmer, Kim. MRN:\n 577466</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/148", "resource": { "active": true, "birthDate": "1983-05-23", "gender": "female", "id": "148", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577467" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "May" ], "given": [ "Hilda" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>May, Hilda. MRN:\n 577467</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/149", "resource": { "active": true, "birthDate": "1971-06-30", "gender": "male", "id": "149", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577468" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Glover" ], "given": [ "Henry" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Glover, Henry. MRN:\n 577468</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/150", "resource": { "active": true, "birthDate": "1972-09-28", "gender": "female", "id": "150", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577469" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Austin" ], "given": [ "Brenda" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Austin, Brenda. MRN:\n 577469</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/151", "resource": { "active": true, "birthDate": "1952-03-14", "gender": "female", "id": "151", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577470" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Phelps" ], "given": [ "Tara" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Phelps, Tara. MRN:\n 577470</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/152", "resource": { "active": true, "birthDate": "1963-06-17", "gender": "male", "id": "152", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577471" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Floyd" ], "given": [ "Phillip" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Floyd, Phillip. MRN:\n 577471</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/153", "resource": { "active": true, "birthDate": "1963-04-14", "gender": "male", "id": "153", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577472" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Chambers" ], "given": [ "Darren" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Chambers, Darren. MRN:\n 577472</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/154", "resource": { "active": true, "birthDate": "1944-06-17", "gender": "female", "id": "154", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577473" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Walsh" ], "given": [ "Catherine" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Walsh, Catherine. MRN:\n 577473</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/155", "resource": { "active": true, "birthDate": "1975-06-17", "gender": "male", "id": "155", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577474" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Simon" ], "given": [ "Gregory" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Simon, Gregory. MRN:\n 577474</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/156", "resource": { "active": true, "birthDate": "1992-09-19", "gender": "female", "id": "156", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577475" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Johnson" ], "given": [ "Charlene" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Johnson, Charlene. MRN:\n 577475</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/157", "resource": { "active": true, "birthDate": "1938-02-13", "gender": "male", "id": "157", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577476" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Burton" ], "given": [ "Darren" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Burton, Darren. MRN:\n 577476</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/158", "resource": { "active": true, "birthDate": "1936-02-08", "gender": "female", "id": "158", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577477" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Swanson" ], "given": [ "Deanna" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Swanson, Deanna. MRN:\n 577477</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/159", "resource": { "active": true, "birthDate": "1943-01-05", "gender": "male", "id": "159", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577478" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Roberts" ], "given": [ "Ben" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Roberts, Ben. MRN:\n 577478</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/160", "resource": { "active": true, "birthDate": "1950-02-06", "gender": "female", "id": "160", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577479" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Little" ], "given": [ "Dora" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Little, Dora. MRN:\n 577479</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/161", "resource": { "active": true, "birthDate": "1945-06-02", "gender": "male", "id": "161", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577480" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Hunt" ], "given": [ "Zachary" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Hunt, Zachary. MRN:\n 577480</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/162", "resource": { "active": true, "birthDate": "1940-05-08", "gender": "male", "id": "162", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577481" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Palmer" ], "given": [ "Tyler" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Palmer, Tyler. MRN:\n 577481</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/163", "resource": { "active": true, "birthDate": "1943-04-06", "gender": "male", "id": "163", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577482" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Marshall" ], "given": [ "Johnny" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Marshall, Johnny. MRN:\n 577482</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/164", "resource": { "active": true, "birthDate": "1950-05-30", "gender": "female", "id": "164", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577483" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Mccarthy" ], "given": [ "Becky" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Mccarthy, Becky. MRN:\n 577483</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/165", "resource": { "active": true, "birthDate": "1943-06-07", "gender": "male", "id": "165", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577484" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Ortega" ], "given": [ "Samuel" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Ortega, Samuel. MRN:\n 577484</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/166", "resource": { "active": true, "birthDate": "2009-03-17", "gender": "male", "id": "166", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577485" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Harvey" ], "given": [ "Andy" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Harvey, Andy. MRN:\n 577485</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/167", "resource": { "active": true, "birthDate": "2009-06-20", "gender": "male", "id": "167", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577486" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Bailey" ], "given": [ "Ian" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Bailey, Ian. MRN:\n 577486</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/168", "resource": { "active": true, "birthDate": "2009-03-19", "gender": "female", "id": "168", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577487" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Walker" ], "given": [ "Denise" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Walker, Denise. MRN:\n 577487</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/169", "resource": { "active": true, "birthDate": "1961-03-17", "gender": "female", "id": "169", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577488" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Brock" ], "given": [ "Beth" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Brock, Beth. MRN:\n 577488</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/170", "resource": { "active": true, "birthDate": "1989-05-30", "gender": "female", "id": "170", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577489" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Dennis" ], "given": [ "Juanita" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Dennis, Juanita. MRN:\n 577489</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/171", "resource": { "active": true, "birthDate": "1990-06-22", "gender": "female", "id": "171", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577490" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Brady" ], "given": [ "Tracey" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Brady, Tracey. MRN:\n 577490</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/172", "resource": { "active": true, "birthDate": "1997-03-31", "gender": "female", "id": "172", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577491" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Hall" ], "given": [ "Courtney" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Hall, Courtney. MRN:\n 577491</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/173", "resource": { "active": true, "birthDate": "1949-03-15", "gender": "male", "id": "173", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577492" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Copeland" ], "given": [ "Brian" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Copeland, Brian. MRN:\n 577492</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/174", "resource": { "active": true, "birthDate": "1955-02-12", "gender": "male", "id": "174", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577493" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Graham" ], "given": [ "Maurice" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Graham, Maurice. MRN:\n 577493</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/175", "resource": { "active": true, "birthDate": "1982-04-08", "gender": "male", "id": "175", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577494" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Curtis" ], "given": [ "Ivan" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Curtis, Ivan. MRN:\n 577494</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/176", "resource": { "active": true, "birthDate": "1973-06-01", "gender": "male", "id": "176", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577495" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Hines" ], "given": [ "Brett" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Hines, Brett. MRN:\n 577495</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/177", "resource": { "active": true, "birthDate": "1971-04-15", "gender": "male", "id": "177", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577496" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Robbins" ], "given": [ "Jerome" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Robbins, Jerome. MRN:\n 577496</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/178", "resource": { "active": true, "birthDate": "1973-05-23", "gender": "female", "id": "178", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577497" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Stewart" ], "given": [ "Michelle" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Stewart, Michelle. MRN:\n 577497</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/179", "resource": { "active": true, "birthDate": "1947-09-03", "gender": "female", "id": "179", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577498" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Gilbert" ], "given": [ "Rachel" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Gilbert, Rachel. MRN:\n 577498</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/180", "resource": { "active": true, "birthDate": "1965-06-15", "gender": "female", "id": "180", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577499" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Schwartz" ], "given": [ "Valerie" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Schwartz, Valerie. MRN:\n 577499</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/181", "resource": { "active": true, "birthDate": "1939-07-14", "gender": "female", "id": "181", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577500" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Doyle" ], "given": [ "Darlene" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Doyle, Darlene. MRN:\n 577500</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/182", "resource": { "active": true, "birthDate": "1948-10-08", "gender": "male", "id": "182", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577501" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Wilson" ], "given": [ "Bill" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Wilson, Bill. MRN:\n 577501</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/183", "resource": { "active": true, "birthDate": "1970-05-21", "gender": "female", "id": "183", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577502" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Doyle" ], "given": [ "Esther" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Doyle, Esther. MRN:\n 577502</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/184", "resource": { "active": true, "birthDate": "1942-02-12", "gender": "male", "id": "184", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577503" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Hunter" ], "given": [ "Micheal" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Hunter, Micheal. MRN:\n 577503</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/185", "resource": { "active": true, "birthDate": "1952-05-21", "gender": "male", "id": "185", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577504" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Black" ], "given": [ "Salvador" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Black, Salvador. MRN:\n 577504</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/186", "resource": { "active": true, "birthDate": "1989-05-02", "gender": "female", "id": "186", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577505" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Cruz" ], "given": [ "Melissa" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Cruz, Melissa. MRN:\n 577505</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/187", "resource": { "active": true, "birthDate": "1972-03-12", "gender": "female", "id": "187", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577506" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Hubbard" ], "given": [ "Maureen" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Hubbard, Maureen. MRN:\n 577506</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/188", "resource": { "active": true, "birthDate": "1972-12-02", "gender": "female", "id": "188", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577507" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Lawrence" ], "given": [ "Kim" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Lawrence, Kim. MRN:\n 577507</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/189", "resource": { "active": true, "birthDate": "1938-05-08", "gender": "male", "id": "189", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577508" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Torres" ], "given": [ "Dwight" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Torres, Dwight. MRN:\n 577508</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/190", "resource": { "active": true, "birthDate": "1942-04-12", "gender": "male", "id": "190", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577509" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Malone" ], "given": [ "Ian" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Malone, Ian. MRN:\n 577509</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/191", "resource": { "active": true, "birthDate": "1942-08-29", "gender": "male", "id": "191", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577510" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Boone" ], "given": [ "Albert" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Boone, Albert. MRN:\n 577510</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/192", "resource": { "active": true, "birthDate": "1943-02-13", "gender": "female", "id": "192", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577511" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Valdez" ], "given": [ "Tracy" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Valdez, Tracy. MRN:\n 577511</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/193", "resource": { "active": true, "birthDate": "1943-03-22", "gender": "male", "id": "193", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577512" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Drake" ], "given": [ "Francis" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Drake, Francis. MRN:\n 577512</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/194", "resource": { "active": true, "birthDate": "1942-02-14", "gender": "male", "id": "194", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577513" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Perkins" ], "given": [ "Clifton" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Perkins, Clifton. MRN:\n 577513</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/195", "resource": { "active": true, "birthDate": "1938-05-08", "gender": "female", "id": "195", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577514" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Watts" ], "given": [ "Diane" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Watts, Diane. MRN:\n 577514</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/196", "resource": { "active": true, "birthDate": "1946-06-08", "gender": "male", "id": "196", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577515" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Hansen" ], "given": [ "Marcus" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Hansen, Marcus. MRN:\n 577515</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/197", "resource": { "active": true, "birthDate": "1942-06-12", "gender": "female", "id": "197", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577516" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Moran" ], "given": [ "Ramona" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Moran, Ramona. MRN:\n 577516</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/198", "resource": { "active": true, "birthDate": "1943-04-16", "gender": "female", "id": "198", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577517" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Williams" ], "given": [ "Charlotte" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Williams, Charlotte. MRN:\n 577517</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/199", "resource": { "active": true, "birthDate": "1950-04-22", "gender": "female", "id": "199", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577518" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Schneider" ], "given": [ "Tammy" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Schneider, Tammy. MRN:\n 577518</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/200", "resource": { "active": true, "birthDate": "1958-08-22", "gender": "female", "id": "200", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577519" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Guerrero" ], "given": [ "Kimberly" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Guerrero, Kimberly. MRN:\n 577519</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/201", "resource": { "active": true, "birthDate": "1951-06-06", "gender": "female", "id": "201", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577520" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Wright" ], "given": [ "Joy" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Wright, Joy. MRN:\n 577520</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/202", "resource": { "active": true, "birthDate": "1940-07-07", "gender": "female", "id": "202", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577521" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Carpenter" ], "given": [ "Amy" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Carpenter, Amy. MRN:\n 577521</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/203", "resource": { "active": true, "birthDate": "1991-12-25", "gender": "female", "id": "203", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577522" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Brown" ], "given": [ "Gina" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Brown, Gina. MRN:\n 577522</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/204", "resource": { "active": true, "birthDate": "1956-06-15", "gender": "female", "id": "204", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577523" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Fields" ], "given": [ "Amanda" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Fields, Amanda. MRN:\n 577523</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/205", "resource": { "active": true, "birthDate": "1953-07-28", "gender": "female", "id": "205", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577524" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Greer" ], "given": [ "Dianne" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Greer, Dianne. MRN:\n 577524</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/206", "resource": { "active": true, "birthDate": "1965-06-19", "gender": "male", "id": "206", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577525" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Jones" ], "given": [ "Alan" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Jones, Alan. MRN:\n 577525</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/207", "resource": { "active": true, "birthDate": "1933-10-17", "gender": "male", "id": "207", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577526" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Terry" ], "given": [ "Sergio" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Terry, Sergio. MRN:\n 577526</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/208", "resource": { "active": true, "birthDate": "1951-06-22", "gender": "male", "id": "208", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577527" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "White" ], "given": [ "Raul" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>White, Raul. MRN:\n 577527</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/209", "resource": { "active": true, "birthDate": "1945-02-08", "gender": "male", "id": "209", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577528" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Richardson" ], "given": [ "Jordan" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Richardson, Jordan. MRN:\n 577528</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/210", "resource": { "active": true, "birthDate": "1976-11-29", "gender": "female", "id": "210", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577529" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Bates" ], "given": [ "Joann" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Bates, Joann. MRN:\n 577529</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/211", "resource": { "active": true, "birthDate": "1989-12-02", "gender": "female", "id": "211", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577530" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Carpenter" ], "given": [ "Charlotte" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Carpenter, Charlotte. MRN:\n 577530</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/212", "resource": { "active": true, "birthDate": "1957-03-06", "gender": "female", "id": "212", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577531" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Vaughn" ], "given": [ "Holly" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Vaughn, Holly. MRN:\n 577531</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/213", "resource": { "active": true, "birthDate": "1935-12-11", "gender": "female", "id": "213", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577532" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Lane" ], "given": [ "Stacey" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Lane, Stacey. MRN:\n 577532</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/214", "resource": { "active": true, "birthDate": "2009-02-11", "gender": "female", "id": "214", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577533" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Porter" ], "given": [ "Lynn" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Porter, Lynn. MRN:\n 577533</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/215", "resource": { "active": true, "birthDate": "1942-10-18", "gender": "male", "id": "215", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577534" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Fernandez" ], "given": [ "Lawrence" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Fernandez, Lawrence. MRN:\n 577534</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/216", "resource": { "active": true, "birthDate": "1939-06-28", "gender": "male", "id": "216", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577535" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Mcdaniel" ], "given": [ "Pedro" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Mcdaniel, Pedro. MRN:\n 577535</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/217", "resource": { "active": true, "birthDate": "1952-09-08", "gender": "male", "id": "217", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577536" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Barnes" ], "given": [ "Mario" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Barnes, Mario. MRN:\n 577536</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/218", "resource": { "active": true, "birthDate": "1953-06-03", "gender": "female", "id": "218", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577537" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Carter" ], "given": [ "Karen" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Carter, Karen. MRN:\n 577537</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/219", "resource": { "active": true, "birthDate": "1954-01-20", "gender": "female", "id": "219", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577538" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Moore" ], "given": [ "Robin" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Moore, Robin. MRN:\n 577538</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/220", "resource": { "active": true, "birthDate": "1940-06-07", "gender": "male", "id": "220", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577539" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Bass" ], "given": [ "Leon" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Bass, Leon. MRN:\n 577539</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/221", "resource": { "active": true, "birthDate": "1959-10-17", "gender": "male", "id": "221", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577540" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Thomas" ], "given": [ "Bruce" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Thomas, Bruce. MRN:\n 577540</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/222", "resource": { "active": true, "birthDate": "1950-09-15", "gender": "female", "id": "222", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577541" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Oliver" ], "given": [ "Gina" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Oliver, Gina. MRN:\n 577541</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/223", "resource": { "active": true, "birthDate": "1939-12-23", "gender": "male", "id": "223", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577542" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Goodman" ], "given": [ "Francis" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Goodman, Francis. MRN:\n 577542</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/224", "resource": { "active": true, "birthDate": "1959-04-19", "gender": "male", "id": "224", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577543" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Mack" ], "given": [ "Jonathan" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Mack, Jonathan. MRN:\n 577543</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/225", "resource": { "active": true, "birthDate": "1975-11-16", "gender": "male", "id": "225", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577544" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Campbell" ], "given": [ "Jared" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Campbell, Jared. MRN:\n 577544</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/226", "resource": { "active": true, "birthDate": "1952-02-13", "gender": "male", "id": "226", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577545" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Blake" ], "given": [ "Jason" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Blake, Jason. MRN:\n 577545</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/227", "resource": { "active": true, "birthDate": "1948-09-14", "gender": "male", "id": "227", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577546" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Malone" ], "given": [ "Tyler" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Malone, Tyler. MRN:\n 577546</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/228", "resource": { "active": true, "birthDate": "1950-11-17", "gender": "male", "id": "228", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577547" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Clarke" ], "given": [ "Christopher" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Clarke, Christopher. MRN:\n 577547</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/229", "resource": { "active": true, "birthDate": "1943-09-03", "gender": "female", "id": "229", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577548" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Kennedy" ], "given": [ "Michele" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Kennedy, Michele. MRN:\n 577548</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/230", "resource": { "active": true, "birthDate": "1952-07-04", "gender": "male", "id": "230", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577549" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Edwards" ], "given": [ "Jonathan" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Edwards, Jonathan. MRN:\n 577549</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/231", "resource": { "active": true, "birthDate": "1941-09-25", "gender": "male", "id": "231", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577550" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Dennis" ], "given": [ "Norman" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Dennis, Norman. MRN:\n 577550</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/232", "resource": { "active": true, "birthDate": "1961-04-14", "gender": "male", "id": "232", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577551" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "James" ], "given": [ "Brandon" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>James, Brandon. MRN:\n 577551</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/233", "resource": { "active": true, "birthDate": "1975-06-07", "gender": "male", "id": "233", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577552" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Manning" ], "given": [ "Jimmy" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Manning, Jimmy. MRN:\n 577552</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/234", "resource": { "active": true, "birthDate": "1940-11-07", "gender": "male", "id": "234", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577553" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Vaughn" ], "given": [ "Clyde" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Vaughn, Clyde. MRN:\n 577553</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/235", "resource": { "active": true, "birthDate": "1997-10-22", "gender": "male", "id": "235", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577554" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Bryan" ], "given": [ "Eugene" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Bryan, Eugene. MRN:\n 577554</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/236", "resource": { "active": true, "birthDate": "2009-03-26", "gender": "male", "id": "236", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577555" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Bridges" ], "given": [ "Keith" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Bridges, Keith. MRN:\n 577555</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/237", "resource": { "active": true, "birthDate": "1943-07-22", "gender": "male", "id": "237", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577556" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Carr" ], "given": [ "Curtis" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Carr, Curtis. MRN:\n 577556</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/238", "resource": { "active": true, "birthDate": "1938-09-16", "gender": "male", "id": "238", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577557" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Watson" ], "given": [ "Joshua" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Watson, Joshua. MRN:\n 577557</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/239", "resource": { "active": true, "birthDate": "1960-07-10", "gender": "male", "id": "239", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577558" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Hoffman" ], "given": [ "Carlos" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Hoffman, Carlos. MRN:\n 577558</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/240", "resource": { "active": true, "birthDate": "1996-05-06", "gender": "female", "id": "240", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577559" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Chandler" ], "given": [ "Debra" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Chandler, Debra. MRN:\n 577559</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/241", "resource": { "active": true, "birthDate": "1962-11-05", "gender": "male", "id": "241", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577560" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Gonzalez" ], "given": [ "Jose" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Gonzalez, Jose. MRN:\n 577560</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/242", "resource": { "active": true, "birthDate": "1980-07-13", "gender": "female", "id": "242", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577561" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Hamilton" ], "given": [ "Wendy" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Hamilton, Wendy. MRN:\n 577561</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/243", "resource": { "active": true, "birthDate": "1945-10-25", "gender": "male", "id": "243", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577562" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Sanders" ], "given": [ "Dwight" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Sanders, Dwight. MRN:\n 577562</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/244", "resource": { "active": true, "birthDate": "1950-06-15", "gender": "female", "id": "244", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577563" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Blair" ], "given": [ "Diane" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Blair, Diane. MRN:\n 577563</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/245", "resource": { "active": true, "birthDate": "1975-12-15", "gender": "female", "id": "245", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577564" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Maldonado" ], "given": [ "Gail" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Maldonado, Gail. MRN:\n 577564</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/246", "resource": { "active": true, "birthDate": "1999-11-02", "gender": "female", "id": "246", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577565" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Hammond" ], "given": [ "Amber" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Hammond, Amber. MRN:\n 577565</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/247", "resource": { "active": true, "birthDate": "1953-03-17", "gender": "male", "id": "247", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577566" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Copeland" ], "given": [ "Neil" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Copeland, Neil. MRN:\n 577566</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/248", "resource": { "active": true, "birthDate": "1958-07-10", "gender": "male", "id": "248", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577567" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Mills" ], "given": [ "Lloyd" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Mills, Lloyd. MRN:\n 577567</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/249", "resource": { "active": true, "birthDate": "1960-06-22", "gender": "male", "id": "249", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577568" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Henry" ], "given": [ "Ricky" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Henry, Ricky. MRN:\n 577568</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/250", "resource": { "active": true, "birthDate": "1995-08-07", "gender": "male", "id": "250", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577569" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Byrd" ], "given": [ "Mitchell" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Byrd, Mitchell. MRN:\n 577569</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/251", "resource": { "active": true, "birthDate": "1945-10-08", "gender": "female", "id": "251", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577570" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Gilbert" ], "given": [ "Danielle" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Gilbert, Danielle. MRN:\n 577570</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/252", "resource": { "active": true, "birthDate": "2000-11-02", "gender": "female", "id": "252", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577571" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Stevens" ], "given": [ "Terri" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Stevens, Terri. MRN:\n 577571</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/253", "resource": { "active": true, "birthDate": "1945-03-25", "gender": "male", "id": "253", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577572" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Mendoza" ], "given": [ "Clifford" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Mendoza, Clifford. MRN:\n 577572</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/254", "resource": { "active": true, "birthDate": "1978-06-12", "gender": "female", "id": "254", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577573" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Craig" ], "given": [ "Judith" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Craig, Judith. MRN:\n 577573</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/255", "resource": { "active": true, "birthDate": "1994-10-29", "gender": "female", "id": "255", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577574" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Fleming" ], "given": [ "Vivian" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Fleming, Vivian. MRN:\n 577574</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/256", "resource": { "active": true, "birthDate": "1976-12-15", "gender": "female", "id": "256", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577575" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Smith" ], "given": [ "Peggy" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Smith, Peggy. MRN:\n 577575</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/257", "resource": { "active": true, "birthDate": "1988-02-23", "gender": "female", "id": "257", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577576" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "King" ], "given": [ "Paula" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>King, Paula. MRN:\n 577576</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/258", "resource": { "active": true, "birthDate": "1976-04-27", "gender": "female", "id": "258", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577577" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Phillips" ], "given": [ "Katherine" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Phillips, Katherine. MRN:\n 577577</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/259", "resource": { "active": true, "birthDate": "1986-07-03", "gender": "female", "id": "259", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577578" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Boyd" ], "given": [ "Erika" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Boyd, Erika. MRN:\n 577578</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/260", "resource": { "active": true, "birthDate": "1972-03-23", "gender": "male", "id": "260", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577579" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Carpenter" ], "given": [ "Jamie" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Carpenter, Jamie. MRN:\n 577579</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/261", "resource": { "active": true, "birthDate": "2003-11-02", "gender": "female", "id": "261", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577580" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Hayes" ], "given": [ "Peggy" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Hayes, Peggy. MRN:\n 577580</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/262", "resource": { "active": true, "birthDate": "1961-09-14", "gender": "female", "id": "262", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577581" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Fleming" ], "given": [ "Jo" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Fleming, Jo. MRN:\n 577581</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/263", "resource": { "active": true, "birthDate": "2002-12-14", "gender": "male", "id": "263", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577582" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Lambert" ], "given": [ "Clarence" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Lambert, Clarence. MRN:\n 577582</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/264", "resource": { "active": true, "birthDate": "2001-11-02", "gender": "female", "id": "264", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577583" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Pena" ], "given": [ "Marsha" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Pena, Marsha. MRN:\n 577583</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/265", "resource": { "active": true, "birthDate": "2004-11-02", "gender": "female", "id": "265", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577584" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Jefferson" ], "given": [ "Michele" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Jefferson, Michele. MRN:\n 577584</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/266", "resource": { "active": true, "birthDate": "1985-08-03", "gender": "male", "id": "266", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577585" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Pittman" ], "given": [ "Jimmie" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Pittman, Jimmie. MRN:\n 577585</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/267", "resource": { "active": true, "birthDate": "1978-02-03", "gender": "female", "id": "267", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577586" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Holland" ], "given": [ "Beverly" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Holland, Beverly. MRN:\n 577586</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/268", "resource": { "active": true, "birthDate": "1972-04-24", "gender": "female", "id": "268", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577587" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Stone" ], "given": [ "Lillie" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Stone, Lillie. MRN:\n 577587</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/269", "resource": { "active": true, "birthDate": "1982-09-01", "gender": "male", "id": "269", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577588" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Hopkins" ], "given": [ "Clayton" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Hopkins, Clayton. MRN:\n 577588</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/270", "resource": { "active": true, "birthDate": "1992-12-14", "gender": "male", "id": "270", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577589" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Stevens" ], "given": [ "Patrick" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Stevens, Patrick. MRN:\n 577589</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/271", "resource": { "active": true, "birthDate": "1989-09-12", "gender": "female", "id": "271", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577590" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Singleton" ], "given": [ "Audrey" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Singleton, Audrey. MRN:\n 577590</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/272", "resource": { "active": true, "birthDate": "1989-09-12", "gender": "male", "id": "272", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577591" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Wilson" ], "given": [ "Barry" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Wilson, Barry. MRN:\n 577591</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/273", "resource": { "active": true, "birthDate": "1943-09-03", "gender": "female", "id": "273", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577592" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Hernandez" ], "given": [ "Renee" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Hernandez, Renee. MRN:\n 577592</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/274", "resource": { "active": true, "birthDate": "1995-07-07", "gender": "male", "id": "274", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577593" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Griffith" ], "given": [ "Darrell" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Griffith, Darrell. MRN:\n 577593</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/275", "resource": { "active": true, "birthDate": "1994-06-16", "gender": "female", "id": "275", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577594" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Payne" ], "given": [ "Jackie" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Payne, Jackie. MRN:\n 577594</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/276", "resource": { "active": true, "birthDate": "1953-02-01", "gender": "female", "id": "276", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577595" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Morrison" ], "given": [ "Jo" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Morrison, Jo. MRN:\n 577595</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/277", "resource": { "active": true, "birthDate": "1973-12-04", "gender": "male", "id": "277", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577596" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Parker" ], "given": [ "Francisco" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Parker, Francisco. MRN:\n 577596</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/278", "resource": { "active": true, "birthDate": "1958-03-03", "gender": "female", "id": "278", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577597" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Bennett" ], "given": [ "Marion" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Bennett, Marion. MRN:\n 577597</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/279", "resource": { "active": true, "birthDate": "1962-05-28", "gender": "male", "id": "279", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577598" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Hammond" ], "given": [ "Albert" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Hammond, Albert. MRN:\n 577598</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/280", "resource": { "active": true, "birthDate": "1962-04-23", "gender": "female", "id": "280", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577599" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Hunt" ], "given": [ "Brittany" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Hunt, Brittany. MRN:\n 577599</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/281", "resource": { "active": true, "birthDate": "1992-08-02", "gender": "female", "id": "281", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577600" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Gray" ], "given": [ "Agnes" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Gray, Agnes. MRN:\n 577600</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/282", "resource": { "active": true, "birthDate": "1944-09-19", "gender": "female", "id": "282", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577601" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Butler" ], "given": [ "Jane" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Butler, Jane. MRN:\n 577601</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/283", "resource": { "active": true, "birthDate": "1955-09-19", "gender": "male", "id": "283", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577602" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Spencer" ], "given": [ "Herbert" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Spencer, Herbert. MRN:\n 577602</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/284", "resource": { "active": true, "birthDate": "1947-11-25", "gender": "female", "id": "284", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577603" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "White" ], "given": [ "Heidi" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>White, Heidi. MRN:\n 577603</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/285", "resource": { "active": true, "birthDate": "1984-09-19", "gender": "female", "id": "285", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577604" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Colon" ], "given": [ "Joyce" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Colon, Joyce. MRN:\n 577604</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/286", "resource": { "active": true, "birthDate": "1956-10-28", "gender": "female", "id": "286", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577605" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Cunningham" ], "given": [ "Tiffany" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Cunningham, Tiffany. MRN:\n 577605</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/287", "resource": { "active": true, "birthDate": "1985-12-25", "gender": "female", "id": "287", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577606" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Hart" ], "given": [ "Bessie" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Hart, Bessie. MRN:\n 577606</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/288", "resource": { "active": true, "birthDate": "1975-01-28", "gender": "male", "id": "288", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577607" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Curry" ], "given": [ "Francis" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Curry, Francis. MRN:\n 577607</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/289", "resource": { "active": true, "birthDate": "1979-04-03", "gender": "male", "id": "289", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577608" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Hawkins" ], "given": [ "Kent" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Hawkins, Kent. MRN:\n 577608</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/290", "resource": { "active": true, "birthDate": "1975-12-01", "gender": "male", "id": "290", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577609" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Lyons" ], "given": [ "Christian" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Lyons, Christian. MRN:\n 577609</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/291", "resource": { "active": true, "birthDate": "1966-01-26", "gender": "female", "id": "291", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577610" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Lewis" ], "given": [ "Marcia" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Lewis, Marcia. MRN:\n 577610</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/292", "resource": { "active": true, "birthDate": "1992-05-02", "gender": "male", "id": "292", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577611" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Castro" ], "given": [ "Peter" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Castro, Peter. MRN:\n 577611</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/293", "resource": { "active": true, "birthDate": "1982-10-07", "gender": "male", "id": "293", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577612" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Williams" ], "given": [ "Gerald" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Williams, Gerald. MRN:\n 577612</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/294", "resource": { "active": true, "birthDate": "1965-06-30", "gender": "female", "id": "294", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577613" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Fuller" ], "given": [ "Dianne" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Fuller, Dianne. MRN:\n 577613</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/295", "resource": { "active": true, "birthDate": "1931-07-07", "gender": "female", "id": "295", "identifier": [ { "system": "https://github.com/projectcypress/cypress/patient", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "577614" } ], "managingOrganization": { "reference": "Organization/1" }, "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "name": [ { "family": [ "Wheeler" ], "given": [ "Beverly" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div>Wheeler, Beverly. MRN:\n 577614</div>", "status": "generated" } } } ], "id": "b0a5e4277-83c4-4adb-87e2-e3efe3369b6f", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "resourceType": "Bundle", "type": "collection" }; var example562: fhir.Bundle = { "resourceType": "Bundle", "id": "b0a5e4277-83c4-4adb-87e2-e3efe3369b6f", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "type": "collection", "entry": [ { "fullUrl": "http://hl7.org/fhir/Patient/71", "resource": { "resourceType": "Patient", "id": "71", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Fletcher, Brenda. MRN:\n 577390</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577390" } ], "active": true, "name": [ { "use": "official", "family": [ "Fletcher" ], "given": [ "Brenda" ] } ], "gender": "female", "birthDate": "1954-09-15", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/72", "resource": { "resourceType": "Patient", "id": "72", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Powell, Kathryn. MRN:\n 577391</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577391" } ], "active": true, "name": [ { "use": "official", "family": [ "Powell" ], "given": [ "Kathryn" ] } ], "gender": "female", "birthDate": "1935-06-15", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/73", "resource": { "resourceType": "Patient", "id": "73", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Cooper, Derrick. MRN:\n 577392</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577392" } ], "active": true, "name": [ { "use": "official", "family": [ "Cooper" ], "given": [ "Derrick" ] } ], "gender": "male", "birthDate": "1938-09-19", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/74", "resource": { "resourceType": "Patient", "id": "74", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Knight, Emily. MRN:\n 577393</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577393" } ], "active": true, "name": [ { "use": "official", "family": [ "Knight" ], "given": [ "Emily" ] } ], "gender": "female", "birthDate": "1938-09-19", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/75", "resource": { "resourceType": "Patient", "id": "75", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Ward, Leah. MRN:\n 577394</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577394" } ], "active": true, "name": [ { "use": "official", "family": [ "Ward" ], "given": [ "Leah" ] } ], "gender": "female", "birthDate": "1975-07-18", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/76", "resource": { "resourceType": "Patient", "id": "76", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Mckinney, Ross. MRN:\n 577395</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577395" } ], "active": true, "name": [ { "use": "official", "family": [ "Mckinney" ], "given": [ "Ross" ] } ], "gender": "male", "birthDate": "1975-01-28", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/77", "resource": { "resourceType": "Patient", "id": "77", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Meyer, Lucille. MRN:\n 577396</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577396" } ], "active": true, "name": [ { "use": "official", "family": [ "Meyer" ], "given": [ "Lucille" ] } ], "gender": "female", "birthDate": "1991-12-25", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/78", "resource": { "resourceType": "Patient", "id": "78", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Greene, Pamela. MRN:\n 577397</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577397" } ], "active": true, "name": [ { "use": "official", "family": [ "Greene" ], "given": [ "Pamela" ] } ], "gender": "female", "birthDate": "1973-02-08", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/79", "resource": { "resourceType": "Patient", "id": "79", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Fields, Glenda. MRN:\n 577398</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577398" } ], "active": true, "name": [ { "use": "official", "family": [ "Fields" ], "given": [ "Glenda" ] } ], "gender": "female", "birthDate": "1958-06-08", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/80", "resource": { "resourceType": "Patient", "id": "80", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Lee, Vera. MRN:\n 577399</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577399" } ], "active": true, "name": [ { "use": "official", "family": [ "Lee" ], "given": [ "Vera" ] } ], "gender": "female", "birthDate": "1945-05-02", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/81", "resource": { "resourceType": "Patient", "id": "81", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Peters, Rose. MRN:\n 577400</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577400" } ], "active": true, "name": [ { "use": "official", "family": [ "Peters" ], "given": [ "Rose" ] } ], "gender": "female", "birthDate": "1932-03-23", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/82", "resource": { "resourceType": "Patient", "id": "82", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Rivera, Christine. MRN:\n 577401</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577401" } ], "active": true, "name": [ { "use": "official", "family": [ "Rivera" ], "given": [ "Christine" ] } ], "gender": "female", "birthDate": "1950-01-13", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/83", "resource": { "resourceType": "Patient", "id": "83", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Ryan, Olga. MRN:\n 577402</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577402" } ], "active": true, "name": [ { "use": "official", "family": [ "Ryan" ], "given": [ "Olga" ] } ], "gender": "female", "birthDate": "1945-04-06", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/84", "resource": { "resourceType": "Patient", "id": "84", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Price, Melanie. MRN:\n 577403</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577403" } ], "active": true, "name": [ { "use": "official", "family": [ "Price" ], "given": [ "Melanie" ] } ], "gender": "female", "birthDate": "1969-04-06", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/85", "resource": { "resourceType": "Patient", "id": "85", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Collier, Shelly. MRN:\n 577404</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577404" } ], "active": true, "name": [ { "use": "official", "family": [ "Collier" ], "given": [ "Shelly" ] } ], "gender": "female", "birthDate": "1953-09-14", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/86", "resource": { "resourceType": "Patient", "id": "86", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Perry, Eric. MRN:\n 577405</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577405" } ], "active": true, "name": [ { "use": "official", "family": [ "Perry" ], "given": [ "Eric" ] } ], "gender": "male", "birthDate": "1955-05-30", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/87", "resource": { "resourceType": "Patient", "id": "87", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>May, Laurie. MRN:\n 577406</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577406" } ], "active": true, "name": [ { "use": "official", "family": [ "May" ], "given": [ "Laurie" ] } ], "gender": "female", "birthDate": "1944-05-08", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/88", "resource": { "resourceType": "Patient", "id": "88", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Becker, Tara. MRN:\n 577407</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577407" } ], "active": true, "name": [ { "use": "official", "family": [ "Becker" ], "given": [ "Tara" ] } ], "gender": "female", "birthDate": "1940-08-05", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/89", "resource": { "resourceType": "Patient", "id": "89", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Rodgers, Clara. MRN:\n 577408</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577408" } ], "active": true, "name": [ { "use": "official", "family": [ "Rodgers" ], "given": [ "Clara" ] } ], "gender": "female", "birthDate": "1981-06-08", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/90", "resource": { "resourceType": "Patient", "id": "90", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Rodriguez, Christopher. MRN:\n 577409</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577409" } ], "active": true, "name": [ { "use": "official", "family": [ "Rodriguez" ], "given": [ "Christopher" ] } ], "gender": "male", "birthDate": "1943-09-07", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/91", "resource": { "resourceType": "Patient", "id": "91", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Spencer, Dan. MRN:\n 577410</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577410" } ], "active": true, "name": [ { "use": "official", "family": [ "Spencer" ], "given": [ "Dan" ] } ], "gender": "male", "birthDate": "1933-11-08", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/92", "resource": { "resourceType": "Patient", "id": "92", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Cooper, Ron. MRN:\n 577411</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577411" } ], "active": true, "name": [ { "use": "official", "family": [ "Cooper" ], "given": [ "Ron" ] } ], "gender": "male", "birthDate": "1942-06-22", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/93", "resource": { "resourceType": "Patient", "id": "93", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Martin, Karen. MRN:\n 577412</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577412" } ], "active": true, "name": [ { "use": "official", "family": [ "Martin" ], "given": [ "Karen" ] } ], "gender": "female", "birthDate": "1950-01-24", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/94", "resource": { "resourceType": "Patient", "id": "94", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Holt, Willard. MRN:\n 577413</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577413" } ], "active": true, "name": [ { "use": "official", "family": [ "Holt" ], "given": [ "Willard" ] } ], "gender": "male", "birthDate": "1933-08-07", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/95", "resource": { "resourceType": "Patient", "id": "95", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>May, Christian. MRN:\n 577414</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577414" } ], "active": true, "name": [ { "use": "official", "family": [ "May" ], "given": [ "Christian" ] } ], "gender": "male", "birthDate": "1960-05-08", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/96", "resource": { "resourceType": "Patient", "id": "96", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Hawkins, Bryan. MRN:\n 577415</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577415" } ], "active": true, "name": [ { "use": "official", "family": [ "Hawkins" ], "given": [ "Bryan" ] } ], "gender": "male", "birthDate": "1970-07-09", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/97", "resource": { "resourceType": "Patient", "id": "97", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>George, Jay. MRN:\n 577416</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577416" } ], "active": true, "name": [ { "use": "official", "family": [ "George" ], "given": [ "Jay" ] } ], "gender": "male", "birthDate": "1954-10-08", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/98", "resource": { "resourceType": "Patient", "id": "98", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Jordan, Roberto. MRN:\n 577417</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577417" } ], "active": true, "name": [ { "use": "official", "family": [ "Jordan" ], "given": [ "Roberto" ] } ], "gender": "male", "birthDate": "1945-05-08", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/99", "resource": { "resourceType": "Patient", "id": "99", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Bridges, Chester. MRN:\n 577418</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577418" } ], "active": true, "name": [ { "use": "official", "family": [ "Bridges" ], "given": [ "Chester" ] } ], "gender": "male", "birthDate": "1968-09-08", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/100", "resource": { "resourceType": "Patient", "id": "100", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Garrett, Gordon. MRN:\n 577419</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577419" } ], "active": true, "name": [ { "use": "official", "family": [ "Garrett" ], "given": [ "Gordon" ] } ], "gender": "male", "birthDate": "1935-05-08", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/101", "resource": { "resourceType": "Patient", "id": "101", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Lamb, Greg. MRN:\n 577420</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577420" } ], "active": true, "name": [ { "use": "official", "family": [ "Lamb" ], "given": [ "Greg" ] } ], "gender": "male", "birthDate": "1938-08-29", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/102", "resource": { "resourceType": "Patient", "id": "102", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Garcia, Jessie. MRN:\n 577421</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577421" } ], "active": true, "name": [ { "use": "official", "family": [ "Garcia" ], "given": [ "Jessie" ] } ], "gender": "female", "birthDate": "1949-05-08", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/103", "resource": { "resourceType": "Patient", "id": "103", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Christensen, Donald. MRN:\n 577422</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577422" } ], "active": true, "name": [ { "use": "official", "family": [ "Christensen" ], "given": [ "Donald" ] } ], "gender": "male", "birthDate": "1933-03-02", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/104", "resource": { "resourceType": "Patient", "id": "104", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Hughes, Teresa. MRN:\n 577423</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577423" } ], "active": true, "name": [ { "use": "official", "family": [ "Hughes" ], "given": [ "Teresa" ] } ], "gender": "female", "birthDate": "1988-05-22", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/105", "resource": { "resourceType": "Patient", "id": "105", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Houston, Daryl. MRN:\n 577424</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577424" } ], "active": true, "name": [ { "use": "official", "family": [ "Houston" ], "given": [ "Daryl" ] } ], "gender": "male", "birthDate": "1937-02-14", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/106", "resource": { "resourceType": "Patient", "id": "106", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>West, James. MRN:\n 577425</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577425" } ], "active": true, "name": [ { "use": "official", "family": [ "West" ], "given": [ "James" ] } ], "gender": "male", "birthDate": "1946-06-08", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/107", "resource": { "resourceType": "Patient", "id": "107", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Nguyen, Glenda. MRN:\n 577426</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577426" } ], "active": true, "name": [ { "use": "official", "family": [ "Nguyen" ], "given": [ "Glenda" ] } ], "gender": "female", "birthDate": "1945-02-16", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/108", "resource": { "resourceType": "Patient", "id": "108", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Swanson, Nathaniel. MRN:\n 577427</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577427" } ], "active": true, "name": [ { "use": "official", "family": [ "Swanson" ], "given": [ "Nathaniel" ] } ], "gender": "male", "birthDate": "1940-01-08", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/109", "resource": { "resourceType": "Patient", "id": "109", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Powers, Vera. MRN:\n 577428</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577428" } ], "active": true, "name": [ { "use": "official", "family": [ "Powers" ], "given": [ "Vera" ] } ], "gender": "female", "birthDate": "1945-06-12", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/110", "resource": { "resourceType": "Patient", "id": "110", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Chandler, Perry. MRN:\n 577429</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577429" } ], "active": true, "name": [ { "use": "official", "family": [ "Chandler" ], "given": [ "Perry" ] } ], "gender": "male", "birthDate": "1960-01-12", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/111", "resource": { "resourceType": "Patient", "id": "111", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Carroll, Alvin. MRN:\n 577430</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577430" } ], "active": true, "name": [ { "use": "official", "family": [ "Carroll" ], "given": [ "Alvin" ] } ], "gender": "male", "birthDate": "1945-06-04", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/112", "resource": { "resourceType": "Patient", "id": "112", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Matthews, Florence. MRN:\n 577431</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577431" } ], "active": true, "name": [ { "use": "official", "family": [ "Matthews" ], "given": [ "Florence" ] } ], "gender": "female", "birthDate": "1995-01-05", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/113", "resource": { "resourceType": "Patient", "id": "113", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Frazier, Jordan. MRN:\n 577432</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577432" } ], "active": true, "name": [ { "use": "official", "family": [ "Frazier" ], "given": [ "Jordan" ] } ], "gender": "male", "birthDate": "1943-02-08", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/114", "resource": { "resourceType": "Patient", "id": "114", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Patrick, Beth. MRN:\n 577433</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577433" } ], "active": true, "name": [ { "use": "official", "family": [ "Patrick" ], "given": [ "Beth" ] } ], "gender": "female", "birthDate": "1990-08-10", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/115", "resource": { "resourceType": "Patient", "id": "115", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Fleming, Christopher. MRN:\n 577434</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577434" } ], "active": true, "name": [ { "use": "official", "family": [ "Fleming" ], "given": [ "Christopher" ] } ], "gender": "male", "birthDate": "1939-03-08", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/116", "resource": { "resourceType": "Patient", "id": "116", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Marshall, Howard. MRN:\n 577435</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577435" } ], "active": true, "name": [ { "use": "official", "family": [ "Marshall" ], "given": [ "Howard" ] } ], "gender": "male", "birthDate": "1960-06-08", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/117", "resource": { "resourceType": "Patient", "id": "117", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Larson, Erika. MRN:\n 577436</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577436" } ], "active": true, "name": [ { "use": "official", "family": [ "Larson" ], "given": [ "Erika" ] } ], "gender": "female", "birthDate": "1935-06-05", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/118", "resource": { "resourceType": "Patient", "id": "118", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Day, Carol. MRN:\n 577437</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577437" } ], "active": true, "name": [ { "use": "official", "family": [ "Day" ], "given": [ "Carol" ] } ], "gender": "female", "birthDate": "1963-06-08", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/119", "resource": { "resourceType": "Patient", "id": "119", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Strickland, Veronica. MRN:\n 577438</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577438" } ], "active": true, "name": [ { "use": "official", "family": [ "Strickland" ], "given": [ "Veronica" ] } ], "gender": "female", "birthDate": "1963-02-08", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/120", "resource": { "resourceType": "Patient", "id": "120", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Mckinney, Valerie. MRN:\n 577439</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577439" } ], "active": true, "name": [ { "use": "official", "family": [ "Mckinney" ], "given": [ "Valerie" ] } ], "gender": "female", "birthDate": "1960-06-08", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/121", "resource": { "resourceType": "Patient", "id": "121", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Ortiz, Lucille. MRN:\n 577440</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577440" } ], "active": true, "name": [ { "use": "official", "family": [ "Ortiz" ], "given": [ "Lucille" ] } ], "gender": "female", "birthDate": "1930-04-02", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/122", "resource": { "resourceType": "Patient", "id": "122", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Alvarez, Mitchell. MRN:\n 577441</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577441" } ], "active": true, "name": [ { "use": "official", "family": [ "Alvarez" ], "given": [ "Mitchell" ] } ], "gender": "male", "birthDate": "1980-04-08", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/123", "resource": { "resourceType": "Patient", "id": "123", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Dennis, Charles. MRN:\n 577442</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577442" } ], "active": true, "name": [ { "use": "official", "family": [ "Dennis" ], "given": [ "Charles" ] } ], "gender": "male", "birthDate": "1976-06-01", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/124", "resource": { "resourceType": "Patient", "id": "124", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Schmidt, Lewis. MRN:\n 577443</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577443" } ], "active": true, "name": [ { "use": "official", "family": [ "Schmidt" ], "given": [ "Lewis" ] } ], "gender": "male", "birthDate": "1963-02-12", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/125", "resource": { "resourceType": "Patient", "id": "125", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Carr, Rebecca. MRN:\n 577444</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577444" } ], "active": true, "name": [ { "use": "official", "family": [ "Carr" ], "given": [ "Rebecca" ] } ], "gender": "female", "birthDate": "1943-09-18", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/126", "resource": { "resourceType": "Patient", "id": "126", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Greer, Esther. MRN:\n 577445</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577445" } ], "active": true, "name": [ { "use": "official", "family": [ "Greer" ], "given": [ "Esther" ] } ], "gender": "female", "birthDate": "1952-03-26", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/127", "resource": { "resourceType": "Patient", "id": "127", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Phillips, Eddie. MRN:\n 577446</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577446" } ], "active": true, "name": [ { "use": "official", "family": [ "Phillips" ], "given": [ "Eddie" ] } ], "gender": "male", "birthDate": "1942-04-24", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/128", "resource": { "resourceType": "Patient", "id": "128", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Sparks, Louise. MRN:\n 577447</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577447" } ], "active": true, "name": [ { "use": "official", "family": [ "Sparks" ], "given": [ "Louise" ] } ], "gender": "female", "birthDate": "1968-11-27", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/129", "resource": { "resourceType": "Patient", "id": "129", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Holloway, Willie. MRN:\n 577448</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577448" } ], "active": true, "name": [ { "use": "official", "family": [ "Holloway" ], "given": [ "Willie" ] } ], "gender": "female", "birthDate": "1959-08-02", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/130", "resource": { "resourceType": "Patient", "id": "130", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Foster, Gabriel. MRN:\n 577449</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577449" } ], "active": true, "name": [ { "use": "official", "family": [ "Foster" ], "given": [ "Gabriel" ] } ], "gender": "male", "birthDate": "1967-12-29", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/131", "resource": { "resourceType": "Patient", "id": "131", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Hodges, Sarah. MRN:\n 577450</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577450" } ], "active": true, "name": [ { "use": "official", "family": [ "Hodges" ], "given": [ "Sarah" ] } ], "gender": "female", "birthDate": "1964-07-18", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/132", "resource": { "resourceType": "Patient", "id": "132", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>White, Wilma. MRN:\n 577451</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577451" } ], "active": true, "name": [ { "use": "official", "family": [ "White" ], "given": [ "Wilma" ] } ], "gender": "female", "birthDate": "1968-07-10", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/133", "resource": { "resourceType": "Patient", "id": "133", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Drake, Ronald. MRN:\n 577452</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577452" } ], "active": true, "name": [ { "use": "official", "family": [ "Drake" ], "given": [ "Ronald" ] } ], "gender": "male", "birthDate": "1979-07-18", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/134", "resource": { "resourceType": "Patient", "id": "134", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Phillips, Wanda. MRN:\n 577453</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577453" } ], "active": true, "name": [ { "use": "official", "family": [ "Phillips" ], "given": [ "Wanda" ] } ], "gender": "female", "birthDate": "1980-04-23", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/135", "resource": { "resourceType": "Patient", "id": "135", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Hansen, Chris. MRN:\n 577454</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577454" } ], "active": true, "name": [ { "use": "official", "family": [ "Hansen" ], "given": [ "Chris" ] } ], "gender": "male", "birthDate": "1956-11-28", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/136", "resource": { "resourceType": "Patient", "id": "136", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Reynolds, Julio. MRN:\n 577455</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577455" } ], "active": true, "name": [ { "use": "official", "family": [ "Reynolds" ], "given": [ "Julio" ] } ], "gender": "male", "birthDate": "1970-04-13", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/137", "resource": { "resourceType": "Patient", "id": "137", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Roberson, Jonathan. MRN:\n 577456</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577456" } ], "active": true, "name": [ { "use": "official", "family": [ "Roberson" ], "given": [ "Jonathan" ] } ], "gender": "male", "birthDate": "1945-10-01", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/138", "resource": { "resourceType": "Patient", "id": "138", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Crawford, Carla. MRN:\n 577457</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577457" } ], "active": true, "name": [ { "use": "official", "family": [ "Crawford" ], "given": [ "Carla" ] } ], "gender": "female", "birthDate": "1969-02-03", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/139", "resource": { "resourceType": "Patient", "id": "139", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Hicks, Ronald. MRN:\n 577458</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577458" } ], "active": true, "name": [ { "use": "official", "family": [ "Hicks" ], "given": [ "Ronald" ] } ], "gender": "male", "birthDate": "1942-09-28", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/140", "resource": { "resourceType": "Patient", "id": "140", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Hughes, Mae. MRN:\n 577459</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577459" } ], "active": true, "name": [ { "use": "official", "family": [ "Hughes" ], "given": [ "Mae" ] } ], "gender": "female", "birthDate": "1958-05-14", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/141", "resource": { "resourceType": "Patient", "id": "141", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Rice, Loretta. MRN:\n 577460</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577460" } ], "active": true, "name": [ { "use": "official", "family": [ "Rice" ], "given": [ "Loretta" ] } ], "gender": "female", "birthDate": "1952-08-19", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/142", "resource": { "resourceType": "Patient", "id": "142", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Reese, Naomi. MRN:\n 577461</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577461" } ], "active": true, "name": [ { "use": "official", "family": [ "Reese" ], "given": [ "Naomi" ] } ], "gender": "female", "birthDate": "1996-03-31", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/143", "resource": { "resourceType": "Patient", "id": "143", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Cox, Jesse. MRN:\n 577462</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577462" } ], "active": true, "name": [ { "use": "official", "family": [ "Cox" ], "given": [ "Jesse" ] } ], "gender": "male", "birthDate": "1993-12-02", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/144", "resource": { "resourceType": "Patient", "id": "144", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Mccoy, Virgil. MRN:\n 577463</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577463" } ], "active": true, "name": [ { "use": "official", "family": [ "Mccoy" ], "given": [ "Virgil" ] } ], "gender": "male", "birthDate": "1997-06-17", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/145", "resource": { "resourceType": "Patient", "id": "145", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Lane, Cory. MRN:\n 577464</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577464" } ], "active": true, "name": [ { "use": "official", "family": [ "Lane" ], "given": [ "Cory" ] } ], "gender": "male", "birthDate": "1973-04-15", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/146", "resource": { "resourceType": "Patient", "id": "146", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Harrison, Willie. MRN:\n 577465</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577465" } ], "active": true, "name": [ { "use": "official", "family": [ "Harrison" ], "given": [ "Willie" ] } ], "gender": "female", "birthDate": "1972-06-26", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/147", "resource": { "resourceType": "Patient", "id": "147", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Palmer, Kim. MRN:\n 577466</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577466" } ], "active": true, "name": [ { "use": "official", "family": [ "Palmer" ], "given": [ "Kim" ] } ], "gender": "female", "birthDate": "1968-09-10", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/148", "resource": { "resourceType": "Patient", "id": "148", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>May, Hilda. MRN:\n 577467</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577467" } ], "active": true, "name": [ { "use": "official", "family": [ "May" ], "given": [ "Hilda" ] } ], "gender": "female", "birthDate": "1983-05-23", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/149", "resource": { "resourceType": "Patient", "id": "149", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Glover, Henry. MRN:\n 577468</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577468" } ], "active": true, "name": [ { "use": "official", "family": [ "Glover" ], "given": [ "Henry" ] } ], "gender": "male", "birthDate": "1971-06-30", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/150", "resource": { "resourceType": "Patient", "id": "150", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Austin, Brenda. MRN:\n 577469</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577469" } ], "active": true, "name": [ { "use": "official", "family": [ "Austin" ], "given": [ "Brenda" ] } ], "gender": "female", "birthDate": "1972-09-28", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/151", "resource": { "resourceType": "Patient", "id": "151", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Phelps, Tara. MRN:\n 577470</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577470" } ], "active": true, "name": [ { "use": "official", "family": [ "Phelps" ], "given": [ "Tara" ] } ], "gender": "female", "birthDate": "1952-03-14", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/152", "resource": { "resourceType": "Patient", "id": "152", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Floyd, Phillip. MRN:\n 577471</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577471" } ], "active": true, "name": [ { "use": "official", "family": [ "Floyd" ], "given": [ "Phillip" ] } ], "gender": "male", "birthDate": "1963-06-17", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/153", "resource": { "resourceType": "Patient", "id": "153", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Chambers, Darren. MRN:\n 577472</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577472" } ], "active": true, "name": [ { "use": "official", "family": [ "Chambers" ], "given": [ "Darren" ] } ], "gender": "male", "birthDate": "1963-04-14", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/154", "resource": { "resourceType": "Patient", "id": "154", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Walsh, Catherine. MRN:\n 577473</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577473" } ], "active": true, "name": [ { "use": "official", "family": [ "Walsh" ], "given": [ "Catherine" ] } ], "gender": "female", "birthDate": "1944-06-17", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/155", "resource": { "resourceType": "Patient", "id": "155", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Simon, Gregory. MRN:\n 577474</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577474" } ], "active": true, "name": [ { "use": "official", "family": [ "Simon" ], "given": [ "Gregory" ] } ], "gender": "male", "birthDate": "1975-06-17", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/156", "resource": { "resourceType": "Patient", "id": "156", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Johnson, Charlene. MRN:\n 577475</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577475" } ], "active": true, "name": [ { "use": "official", "family": [ "Johnson" ], "given": [ "Charlene" ] } ], "gender": "female", "birthDate": "1992-09-19", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/157", "resource": { "resourceType": "Patient", "id": "157", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Burton, Darren. MRN:\n 577476</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577476" } ], "active": true, "name": [ { "use": "official", "family": [ "Burton" ], "given": [ "Darren" ] } ], "gender": "male", "birthDate": "1938-02-13", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/158", "resource": { "resourceType": "Patient", "id": "158", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Swanson, Deanna. MRN:\n 577477</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577477" } ], "active": true, "name": [ { "use": "official", "family": [ "Swanson" ], "given": [ "Deanna" ] } ], "gender": "female", "birthDate": "1936-02-08", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/159", "resource": { "resourceType": "Patient", "id": "159", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Roberts, Ben. MRN:\n 577478</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577478" } ], "active": true, "name": [ { "use": "official", "family": [ "Roberts" ], "given": [ "Ben" ] } ], "gender": "male", "birthDate": "1943-01-05", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/160", "resource": { "resourceType": "Patient", "id": "160", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Little, Dora. MRN:\n 577479</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577479" } ], "active": true, "name": [ { "use": "official", "family": [ "Little" ], "given": [ "Dora" ] } ], "gender": "female", "birthDate": "1950-02-06", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/161", "resource": { "resourceType": "Patient", "id": "161", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Hunt, Zachary. MRN:\n 577480</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577480" } ], "active": true, "name": [ { "use": "official", "family": [ "Hunt" ], "given": [ "Zachary" ] } ], "gender": "male", "birthDate": "1945-06-02", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/162", "resource": { "resourceType": "Patient", "id": "162", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Palmer, Tyler. MRN:\n 577481</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577481" } ], "active": true, "name": [ { "use": "official", "family": [ "Palmer" ], "given": [ "Tyler" ] } ], "gender": "male", "birthDate": "1940-05-08", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/163", "resource": { "resourceType": "Patient", "id": "163", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Marshall, Johnny. MRN:\n 577482</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577482" } ], "active": true, "name": [ { "use": "official", "family": [ "Marshall" ], "given": [ "Johnny" ] } ], "gender": "male", "birthDate": "1943-04-06", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/164", "resource": { "resourceType": "Patient", "id": "164", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Mccarthy, Becky. MRN:\n 577483</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577483" } ], "active": true, "name": [ { "use": "official", "family": [ "Mccarthy" ], "given": [ "Becky" ] } ], "gender": "female", "birthDate": "1950-05-30", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/165", "resource": { "resourceType": "Patient", "id": "165", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Ortega, Samuel. MRN:\n 577484</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577484" } ], "active": true, "name": [ { "use": "official", "family": [ "Ortega" ], "given": [ "Samuel" ] } ], "gender": "male", "birthDate": "1943-06-07", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/166", "resource": { "resourceType": "Patient", "id": "166", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Harvey, Andy. MRN:\n 577485</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577485" } ], "active": true, "name": [ { "use": "official", "family": [ "Harvey" ], "given": [ "Andy" ] } ], "gender": "male", "birthDate": "2009-03-17", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/167", "resource": { "resourceType": "Patient", "id": "167", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Bailey, Ian. MRN:\n 577486</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577486" } ], "active": true, "name": [ { "use": "official", "family": [ "Bailey" ], "given": [ "Ian" ] } ], "gender": "male", "birthDate": "2009-06-20", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/168", "resource": { "resourceType": "Patient", "id": "168", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Walker, Denise. MRN:\n 577487</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577487" } ], "active": true, "name": [ { "use": "official", "family": [ "Walker" ], "given": [ "Denise" ] } ], "gender": "female", "birthDate": "2009-03-19", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/169", "resource": { "resourceType": "Patient", "id": "169", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Brock, Beth. MRN:\n 577488</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577488" } ], "active": true, "name": [ { "use": "official", "family": [ "Brock" ], "given": [ "Beth" ] } ], "gender": "female", "birthDate": "1961-03-17", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/170", "resource": { "resourceType": "Patient", "id": "170", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Dennis, Juanita. MRN:\n 577489</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577489" } ], "active": true, "name": [ { "use": "official", "family": [ "Dennis" ], "given": [ "Juanita" ] } ], "gender": "female", "birthDate": "1989-05-30", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/171", "resource": { "resourceType": "Patient", "id": "171", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Brady, Tracey. MRN:\n 577490</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577490" } ], "active": true, "name": [ { "use": "official", "family": [ "Brady" ], "given": [ "Tracey" ] } ], "gender": "female", "birthDate": "1990-06-22", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/172", "resource": { "resourceType": "Patient", "id": "172", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Hall, Courtney. MRN:\n 577491</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577491" } ], "active": true, "name": [ { "use": "official", "family": [ "Hall" ], "given": [ "Courtney" ] } ], "gender": "female", "birthDate": "1997-03-31", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/173", "resource": { "resourceType": "Patient", "id": "173", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Copeland, Brian. MRN:\n 577492</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577492" } ], "active": true, "name": [ { "use": "official", "family": [ "Copeland" ], "given": [ "Brian" ] } ], "gender": "male", "birthDate": "1949-03-15", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/174", "resource": { "resourceType": "Patient", "id": "174", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Graham, Maurice. MRN:\n 577493</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577493" } ], "active": true, "name": [ { "use": "official", "family": [ "Graham" ], "given": [ "Maurice" ] } ], "gender": "male", "birthDate": "1955-02-12", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/175", "resource": { "resourceType": "Patient", "id": "175", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Curtis, Ivan. MRN:\n 577494</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577494" } ], "active": true, "name": [ { "use": "official", "family": [ "Curtis" ], "given": [ "Ivan" ] } ], "gender": "male", "birthDate": "1982-04-08", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/176", "resource": { "resourceType": "Patient", "id": "176", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Hines, Brett. MRN:\n 577495</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577495" } ], "active": true, "name": [ { "use": "official", "family": [ "Hines" ], "given": [ "Brett" ] } ], "gender": "male", "birthDate": "1973-06-01", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/177", "resource": { "resourceType": "Patient", "id": "177", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Robbins, Jerome. MRN:\n 577496</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577496" } ], "active": true, "name": [ { "use": "official", "family": [ "Robbins" ], "given": [ "Jerome" ] } ], "gender": "male", "birthDate": "1971-04-15", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/178", "resource": { "resourceType": "Patient", "id": "178", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Stewart, Michelle. MRN:\n 577497</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577497" } ], "active": true, "name": [ { "use": "official", "family": [ "Stewart" ], "given": [ "Michelle" ] } ], "gender": "female", "birthDate": "1973-05-23", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/179", "resource": { "resourceType": "Patient", "id": "179", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Gilbert, Rachel. MRN:\n 577498</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577498" } ], "active": true, "name": [ { "use": "official", "family": [ "Gilbert" ], "given": [ "Rachel" ] } ], "gender": "female", "birthDate": "1947-09-03", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/180", "resource": { "resourceType": "Patient", "id": "180", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Schwartz, Valerie. MRN:\n 577499</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577499" } ], "active": true, "name": [ { "use": "official", "family": [ "Schwartz" ], "given": [ "Valerie" ] } ], "gender": "female", "birthDate": "1965-06-15", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/181", "resource": { "resourceType": "Patient", "id": "181", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Doyle, Darlene. MRN:\n 577500</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577500" } ], "active": true, "name": [ { "use": "official", "family": [ "Doyle" ], "given": [ "Darlene" ] } ], "gender": "female", "birthDate": "1939-07-14", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/182", "resource": { "resourceType": "Patient", "id": "182", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Wilson, Bill. MRN:\n 577501</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577501" } ], "active": true, "name": [ { "use": "official", "family": [ "Wilson" ], "given": [ "Bill" ] } ], "gender": "male", "birthDate": "1948-10-08", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/183", "resource": { "resourceType": "Patient", "id": "183", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Doyle, Esther. MRN:\n 577502</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577502" } ], "active": true, "name": [ { "use": "official", "family": [ "Doyle" ], "given": [ "Esther" ] } ], "gender": "female", "birthDate": "1970-05-21", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/184", "resource": { "resourceType": "Patient", "id": "184", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Hunter, Micheal. MRN:\n 577503</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577503" } ], "active": true, "name": [ { "use": "official", "family": [ "Hunter" ], "given": [ "Micheal" ] } ], "gender": "male", "birthDate": "1942-02-12", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/185", "resource": { "resourceType": "Patient", "id": "185", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Black, Salvador. MRN:\n 577504</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577504" } ], "active": true, "name": [ { "use": "official", "family": [ "Black" ], "given": [ "Salvador" ] } ], "gender": "male", "birthDate": "1952-05-21", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/186", "resource": { "resourceType": "Patient", "id": "186", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Cruz, Melissa. MRN:\n 577505</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577505" } ], "active": true, "name": [ { "use": "official", "family": [ "Cruz" ], "given": [ "Melissa" ] } ], "gender": "female", "birthDate": "1989-05-02", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/187", "resource": { "resourceType": "Patient", "id": "187", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Hubbard, Maureen. MRN:\n 577506</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577506" } ], "active": true, "name": [ { "use": "official", "family": [ "Hubbard" ], "given": [ "Maureen" ] } ], "gender": "female", "birthDate": "1972-03-12", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/188", "resource": { "resourceType": "Patient", "id": "188", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Lawrence, Kim. MRN:\n 577507</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577507" } ], "active": true, "name": [ { "use": "official", "family": [ "Lawrence" ], "given": [ "Kim" ] } ], "gender": "female", "birthDate": "1972-12-02", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/189", "resource": { "resourceType": "Patient", "id": "189", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Torres, Dwight. MRN:\n 577508</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577508" } ], "active": true, "name": [ { "use": "official", "family": [ "Torres" ], "given": [ "Dwight" ] } ], "gender": "male", "birthDate": "1938-05-08", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/190", "resource": { "resourceType": "Patient", "id": "190", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Malone, Ian. MRN:\n 577509</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577509" } ], "active": true, "name": [ { "use": "official", "family": [ "Malone" ], "given": [ "Ian" ] } ], "gender": "male", "birthDate": "1942-04-12", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/191", "resource": { "resourceType": "Patient", "id": "191", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Boone, Albert. MRN:\n 577510</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577510" } ], "active": true, "name": [ { "use": "official", "family": [ "Boone" ], "given": [ "Albert" ] } ], "gender": "male", "birthDate": "1942-08-29", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/192", "resource": { "resourceType": "Patient", "id": "192", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Valdez, Tracy. MRN:\n 577511</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577511" } ], "active": true, "name": [ { "use": "official", "family": [ "Valdez" ], "given": [ "Tracy" ] } ], "gender": "female", "birthDate": "1943-02-13", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/193", "resource": { "resourceType": "Patient", "id": "193", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Drake, Francis. MRN:\n 577512</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577512" } ], "active": true, "name": [ { "use": "official", "family": [ "Drake" ], "given": [ "Francis" ] } ], "gender": "male", "birthDate": "1943-03-22", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/194", "resource": { "resourceType": "Patient", "id": "194", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Perkins, Clifton. MRN:\n 577513</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577513" } ], "active": true, "name": [ { "use": "official", "family": [ "Perkins" ], "given": [ "Clifton" ] } ], "gender": "male", "birthDate": "1942-02-14", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/195", "resource": { "resourceType": "Patient", "id": "195", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Watts, Diane. MRN:\n 577514</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577514" } ], "active": true, "name": [ { "use": "official", "family": [ "Watts" ], "given": [ "Diane" ] } ], "gender": "female", "birthDate": "1938-05-08", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/196", "resource": { "resourceType": "Patient", "id": "196", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Hansen, Marcus. MRN:\n 577515</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577515" } ], "active": true, "name": [ { "use": "official", "family": [ "Hansen" ], "given": [ "Marcus" ] } ], "gender": "male", "birthDate": "1946-06-08", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/197", "resource": { "resourceType": "Patient", "id": "197", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Moran, Ramona. MRN:\n 577516</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577516" } ], "active": true, "name": [ { "use": "official", "family": [ "Moran" ], "given": [ "Ramona" ] } ], "gender": "female", "birthDate": "1942-06-12", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/198", "resource": { "resourceType": "Patient", "id": "198", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Williams, Charlotte. MRN:\n 577517</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577517" } ], "active": true, "name": [ { "use": "official", "family": [ "Williams" ], "given": [ "Charlotte" ] } ], "gender": "female", "birthDate": "1943-04-16", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/199", "resource": { "resourceType": "Patient", "id": "199", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Schneider, Tammy. MRN:\n 577518</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577518" } ], "active": true, "name": [ { "use": "official", "family": [ "Schneider" ], "given": [ "Tammy" ] } ], "gender": "female", "birthDate": "1950-04-22", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/200", "resource": { "resourceType": "Patient", "id": "200", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Guerrero, Kimberly. MRN:\n 577519</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577519" } ], "active": true, "name": [ { "use": "official", "family": [ "Guerrero" ], "given": [ "Kimberly" ] } ], "gender": "female", "birthDate": "1958-08-22", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/201", "resource": { "resourceType": "Patient", "id": "201", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Wright, Joy. MRN:\n 577520</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577520" } ], "active": true, "name": [ { "use": "official", "family": [ "Wright" ], "given": [ "Joy" ] } ], "gender": "female", "birthDate": "1951-06-06", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/202", "resource": { "resourceType": "Patient", "id": "202", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Carpenter, Amy. MRN:\n 577521</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577521" } ], "active": true, "name": [ { "use": "official", "family": [ "Carpenter" ], "given": [ "Amy" ] } ], "gender": "female", "birthDate": "1940-07-07", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/203", "resource": { "resourceType": "Patient", "id": "203", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Brown, Gina. MRN:\n 577522</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577522" } ], "active": true, "name": [ { "use": "official", "family": [ "Brown" ], "given": [ "Gina" ] } ], "gender": "female", "birthDate": "1991-12-25", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/204", "resource": { "resourceType": "Patient", "id": "204", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Fields, Amanda. MRN:\n 577523</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577523" } ], "active": true, "name": [ { "use": "official", "family": [ "Fields" ], "given": [ "Amanda" ] } ], "gender": "female", "birthDate": "1956-06-15", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/205", "resource": { "resourceType": "Patient", "id": "205", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Greer, Dianne. MRN:\n 577524</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577524" } ], "active": true, "name": [ { "use": "official", "family": [ "Greer" ], "given": [ "Dianne" ] } ], "gender": "female", "birthDate": "1953-07-28", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/206", "resource": { "resourceType": "Patient", "id": "206", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Jones, Alan. MRN:\n 577525</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577525" } ], "active": true, "name": [ { "use": "official", "family": [ "Jones" ], "given": [ "Alan" ] } ], "gender": "male", "birthDate": "1965-06-19", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/207", "resource": { "resourceType": "Patient", "id": "207", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Terry, Sergio. MRN:\n 577526</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577526" } ], "active": true, "name": [ { "use": "official", "family": [ "Terry" ], "given": [ "Sergio" ] } ], "gender": "male", "birthDate": "1933-10-17", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/208", "resource": { "resourceType": "Patient", "id": "208", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>White, Raul. MRN:\n 577527</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577527" } ], "active": true, "name": [ { "use": "official", "family": [ "White" ], "given": [ "Raul" ] } ], "gender": "male", "birthDate": "1951-06-22", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/209", "resource": { "resourceType": "Patient", "id": "209", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Richardson, Jordan. MRN:\n 577528</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577528" } ], "active": true, "name": [ { "use": "official", "family": [ "Richardson" ], "given": [ "Jordan" ] } ], "gender": "male", "birthDate": "1945-02-08", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/210", "resource": { "resourceType": "Patient", "id": "210", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Bates, Joann. MRN:\n 577529</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577529" } ], "active": true, "name": [ { "use": "official", "family": [ "Bates" ], "given": [ "Joann" ] } ], "gender": "female", "birthDate": "1976-11-29", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/211", "resource": { "resourceType": "Patient", "id": "211", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Carpenter, Charlotte. MRN:\n 577530</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577530" } ], "active": true, "name": [ { "use": "official", "family": [ "Carpenter" ], "given": [ "Charlotte" ] } ], "gender": "female", "birthDate": "1989-12-02", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/212", "resource": { "resourceType": "Patient", "id": "212", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Vaughn, Holly. MRN:\n 577531</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577531" } ], "active": true, "name": [ { "use": "official", "family": [ "Vaughn" ], "given": [ "Holly" ] } ], "gender": "female", "birthDate": "1957-03-06", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/213", "resource": { "resourceType": "Patient", "id": "213", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Lane, Stacey. MRN:\n 577532</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577532" } ], "active": true, "name": [ { "use": "official", "family": [ "Lane" ], "given": [ "Stacey" ] } ], "gender": "female", "birthDate": "1935-12-11", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/214", "resource": { "resourceType": "Patient", "id": "214", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Porter, Lynn. MRN:\n 577533</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577533" } ], "active": true, "name": [ { "use": "official", "family": [ "Porter" ], "given": [ "Lynn" ] } ], "gender": "female", "birthDate": "2009-02-11", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/215", "resource": { "resourceType": "Patient", "id": "215", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Fernandez, Lawrence. MRN:\n 577534</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577534" } ], "active": true, "name": [ { "use": "official", "family": [ "Fernandez" ], "given": [ "Lawrence" ] } ], "gender": "male", "birthDate": "1942-10-18", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/216", "resource": { "resourceType": "Patient", "id": "216", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Mcdaniel, Pedro. MRN:\n 577535</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577535" } ], "active": true, "name": [ { "use": "official", "family": [ "Mcdaniel" ], "given": [ "Pedro" ] } ], "gender": "male", "birthDate": "1939-06-28", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/217", "resource": { "resourceType": "Patient", "id": "217", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Barnes, Mario. MRN:\n 577536</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577536" } ], "active": true, "name": [ { "use": "official", "family": [ "Barnes" ], "given": [ "Mario" ] } ], "gender": "male", "birthDate": "1952-09-08", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/218", "resource": { "resourceType": "Patient", "id": "218", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Carter, Karen. MRN:\n 577537</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577537" } ], "active": true, "name": [ { "use": "official", "family": [ "Carter" ], "given": [ "Karen" ] } ], "gender": "female", "birthDate": "1953-06-03", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/219", "resource": { "resourceType": "Patient", "id": "219", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Moore, Robin. MRN:\n 577538</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577538" } ], "active": true, "name": [ { "use": "official", "family": [ "Moore" ], "given": [ "Robin" ] } ], "gender": "female", "birthDate": "1954-01-20", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/220", "resource": { "resourceType": "Patient", "id": "220", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Bass, Leon. MRN:\n 577539</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577539" } ], "active": true, "name": [ { "use": "official", "family": [ "Bass" ], "given": [ "Leon" ] } ], "gender": "male", "birthDate": "1940-06-07", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/221", "resource": { "resourceType": "Patient", "id": "221", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Thomas, Bruce. MRN:\n 577540</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577540" } ], "active": true, "name": [ { "use": "official", "family": [ "Thomas" ], "given": [ "Bruce" ] } ], "gender": "male", "birthDate": "1959-10-17", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/222", "resource": { "resourceType": "Patient", "id": "222", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Oliver, Gina. MRN:\n 577541</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577541" } ], "active": true, "name": [ { "use": "official", "family": [ "Oliver" ], "given": [ "Gina" ] } ], "gender": "female", "birthDate": "1950-09-15", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/223", "resource": { "resourceType": "Patient", "id": "223", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Goodman, Francis. MRN:\n 577542</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577542" } ], "active": true, "name": [ { "use": "official", "family": [ "Goodman" ], "given": [ "Francis" ] } ], "gender": "male", "birthDate": "1939-12-23", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/224", "resource": { "resourceType": "Patient", "id": "224", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Mack, Jonathan. MRN:\n 577543</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577543" } ], "active": true, "name": [ { "use": "official", "family": [ "Mack" ], "given": [ "Jonathan" ] } ], "gender": "male", "birthDate": "1959-04-19", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/225", "resource": { "resourceType": "Patient", "id": "225", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Campbell, Jared. MRN:\n 577544</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577544" } ], "active": true, "name": [ { "use": "official", "family": [ "Campbell" ], "given": [ "Jared" ] } ], "gender": "male", "birthDate": "1975-11-16", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/226", "resource": { "resourceType": "Patient", "id": "226", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Blake, Jason. MRN:\n 577545</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577545" } ], "active": true, "name": [ { "use": "official", "family": [ "Blake" ], "given": [ "Jason" ] } ], "gender": "male", "birthDate": "1952-02-13", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/227", "resource": { "resourceType": "Patient", "id": "227", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Malone, Tyler. MRN:\n 577546</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577546" } ], "active": true, "name": [ { "use": "official", "family": [ "Malone" ], "given": [ "Tyler" ] } ], "gender": "male", "birthDate": "1948-09-14", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/228", "resource": { "resourceType": "Patient", "id": "228", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Clarke, Christopher. MRN:\n 577547</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577547" } ], "active": true, "name": [ { "use": "official", "family": [ "Clarke" ], "given": [ "Christopher" ] } ], "gender": "male", "birthDate": "1950-11-17", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/229", "resource": { "resourceType": "Patient", "id": "229", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Kennedy, Michele. MRN:\n 577548</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577548" } ], "active": true, "name": [ { "use": "official", "family": [ "Kennedy" ], "given": [ "Michele" ] } ], "gender": "female", "birthDate": "1943-09-03", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/230", "resource": { "resourceType": "Patient", "id": "230", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Edwards, Jonathan. MRN:\n 577549</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577549" } ], "active": true, "name": [ { "use": "official", "family": [ "Edwards" ], "given": [ "Jonathan" ] } ], "gender": "male", "birthDate": "1952-07-04", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/231", "resource": { "resourceType": "Patient", "id": "231", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Dennis, Norman. MRN:\n 577550</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577550" } ], "active": true, "name": [ { "use": "official", "family": [ "Dennis" ], "given": [ "Norman" ] } ], "gender": "male", "birthDate": "1941-09-25", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/232", "resource": { "resourceType": "Patient", "id": "232", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>James, Brandon. MRN:\n 577551</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577551" } ], "active": true, "name": [ { "use": "official", "family": [ "James" ], "given": [ "Brandon" ] } ], "gender": "male", "birthDate": "1961-04-14", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/233", "resource": { "resourceType": "Patient", "id": "233", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Manning, Jimmy. MRN:\n 577552</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577552" } ], "active": true, "name": [ { "use": "official", "family": [ "Manning" ], "given": [ "Jimmy" ] } ], "gender": "male", "birthDate": "1975-06-07", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/234", "resource": { "resourceType": "Patient", "id": "234", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Vaughn, Clyde. MRN:\n 577553</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577553" } ], "active": true, "name": [ { "use": "official", "family": [ "Vaughn" ], "given": [ "Clyde" ] } ], "gender": "male", "birthDate": "1940-11-07", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/235", "resource": { "resourceType": "Patient", "id": "235", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Bryan, Eugene. MRN:\n 577554</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577554" } ], "active": true, "name": [ { "use": "official", "family": [ "Bryan" ], "given": [ "Eugene" ] } ], "gender": "male", "birthDate": "1997-10-22", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/236", "resource": { "resourceType": "Patient", "id": "236", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Bridges, Keith. MRN:\n 577555</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577555" } ], "active": true, "name": [ { "use": "official", "family": [ "Bridges" ], "given": [ "Keith" ] } ], "gender": "male", "birthDate": "2009-03-26", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/237", "resource": { "resourceType": "Patient", "id": "237", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Carr, Curtis. MRN:\n 577556</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577556" } ], "active": true, "name": [ { "use": "official", "family": [ "Carr" ], "given": [ "Curtis" ] } ], "gender": "male", "birthDate": "1943-07-22", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/238", "resource": { "resourceType": "Patient", "id": "238", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Watson, Joshua. MRN:\n 577557</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577557" } ], "active": true, "name": [ { "use": "official", "family": [ "Watson" ], "given": [ "Joshua" ] } ], "gender": "male", "birthDate": "1938-09-16", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/239", "resource": { "resourceType": "Patient", "id": "239", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Hoffman, Carlos. MRN:\n 577558</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577558" } ], "active": true, "name": [ { "use": "official", "family": [ "Hoffman" ], "given": [ "Carlos" ] } ], "gender": "male", "birthDate": "1960-07-10", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/240", "resource": { "resourceType": "Patient", "id": "240", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Chandler, Debra. MRN:\n 577559</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577559" } ], "active": true, "name": [ { "use": "official", "family": [ "Chandler" ], "given": [ "Debra" ] } ], "gender": "female", "birthDate": "1996-05-06", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/241", "resource": { "resourceType": "Patient", "id": "241", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Gonzalez, Jose. MRN:\n 577560</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577560" } ], "active": true, "name": [ { "use": "official", "family": [ "Gonzalez" ], "given": [ "Jose" ] } ], "gender": "male", "birthDate": "1962-11-05", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/242", "resource": { "resourceType": "Patient", "id": "242", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Hamilton, Wendy. MRN:\n 577561</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577561" } ], "active": true, "name": [ { "use": "official", "family": [ "Hamilton" ], "given": [ "Wendy" ] } ], "gender": "female", "birthDate": "1980-07-13", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/243", "resource": { "resourceType": "Patient", "id": "243", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Sanders, Dwight. MRN:\n 577562</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577562" } ], "active": true, "name": [ { "use": "official", "family": [ "Sanders" ], "given": [ "Dwight" ] } ], "gender": "male", "birthDate": "1945-10-25", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/244", "resource": { "resourceType": "Patient", "id": "244", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Blair, Diane. MRN:\n 577563</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577563" } ], "active": true, "name": [ { "use": "official", "family": [ "Blair" ], "given": [ "Diane" ] } ], "gender": "female", "birthDate": "1950-06-15", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/245", "resource": { "resourceType": "Patient", "id": "245", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Maldonado, Gail. MRN:\n 577564</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577564" } ], "active": true, "name": [ { "use": "official", "family": [ "Maldonado" ], "given": [ "Gail" ] } ], "gender": "female", "birthDate": "1975-12-15", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/246", "resource": { "resourceType": "Patient", "id": "246", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Hammond, Amber. MRN:\n 577565</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577565" } ], "active": true, "name": [ { "use": "official", "family": [ "Hammond" ], "given": [ "Amber" ] } ], "gender": "female", "birthDate": "1999-11-02", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/247", "resource": { "resourceType": "Patient", "id": "247", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Copeland, Neil. MRN:\n 577566</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577566" } ], "active": true, "name": [ { "use": "official", "family": [ "Copeland" ], "given": [ "Neil" ] } ], "gender": "male", "birthDate": "1953-03-17", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/248", "resource": { "resourceType": "Patient", "id": "248", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Mills, Lloyd. MRN:\n 577567</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577567" } ], "active": true, "name": [ { "use": "official", "family": [ "Mills" ], "given": [ "Lloyd" ] } ], "gender": "male", "birthDate": "1958-07-10", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/249", "resource": { "resourceType": "Patient", "id": "249", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Henry, Ricky. MRN:\n 577568</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577568" } ], "active": true, "name": [ { "use": "official", "family": [ "Henry" ], "given": [ "Ricky" ] } ], "gender": "male", "birthDate": "1960-06-22", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/250", "resource": { "resourceType": "Patient", "id": "250", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Byrd, Mitchell. MRN:\n 577569</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577569" } ], "active": true, "name": [ { "use": "official", "family": [ "Byrd" ], "given": [ "Mitchell" ] } ], "gender": "male", "birthDate": "1995-08-07", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/251", "resource": { "resourceType": "Patient", "id": "251", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Gilbert, Danielle. MRN:\n 577570</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577570" } ], "active": true, "name": [ { "use": "official", "family": [ "Gilbert" ], "given": [ "Danielle" ] } ], "gender": "female", "birthDate": "1945-10-08", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/252", "resource": { "resourceType": "Patient", "id": "252", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Stevens, Terri. MRN:\n 577571</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577571" } ], "active": true, "name": [ { "use": "official", "family": [ "Stevens" ], "given": [ "Terri" ] } ], "gender": "female", "birthDate": "2000-11-02", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/253", "resource": { "resourceType": "Patient", "id": "253", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Mendoza, Clifford. MRN:\n 577572</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577572" } ], "active": true, "name": [ { "use": "official", "family": [ "Mendoza" ], "given": [ "Clifford" ] } ], "gender": "male", "birthDate": "1945-03-25", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/254", "resource": { "resourceType": "Patient", "id": "254", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Craig, Judith. MRN:\n 577573</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577573" } ], "active": true, "name": [ { "use": "official", "family": [ "Craig" ], "given": [ "Judith" ] } ], "gender": "female", "birthDate": "1978-06-12", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/255", "resource": { "resourceType": "Patient", "id": "255", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Fleming, Vivian. MRN:\n 577574</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577574" } ], "active": true, "name": [ { "use": "official", "family": [ "Fleming" ], "given": [ "Vivian" ] } ], "gender": "female", "birthDate": "1994-10-29", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/256", "resource": { "resourceType": "Patient", "id": "256", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Smith, Peggy. MRN:\n 577575</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577575" } ], "active": true, "name": [ { "use": "official", "family": [ "Smith" ], "given": [ "Peggy" ] } ], "gender": "female", "birthDate": "1976-12-15", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/257", "resource": { "resourceType": "Patient", "id": "257", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>King, Paula. MRN:\n 577576</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577576" } ], "active": true, "name": [ { "use": "official", "family": [ "King" ], "given": [ "Paula" ] } ], "gender": "female", "birthDate": "1988-02-23", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/258", "resource": { "resourceType": "Patient", "id": "258", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Phillips, Katherine. MRN:\n 577577</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577577" } ], "active": true, "name": [ { "use": "official", "family": [ "Phillips" ], "given": [ "Katherine" ] } ], "gender": "female", "birthDate": "1976-04-27", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/259", "resource": { "resourceType": "Patient", "id": "259", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Boyd, Erika. MRN:\n 577578</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577578" } ], "active": true, "name": [ { "use": "official", "family": [ "Boyd" ], "given": [ "Erika" ] } ], "gender": "female", "birthDate": "1986-07-03", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/260", "resource": { "resourceType": "Patient", "id": "260", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Carpenter, Jamie. MRN:\n 577579</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577579" } ], "active": true, "name": [ { "use": "official", "family": [ "Carpenter" ], "given": [ "Jamie" ] } ], "gender": "male", "birthDate": "1972-03-23", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/261", "resource": { "resourceType": "Patient", "id": "261", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Hayes, Peggy. MRN:\n 577580</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577580" } ], "active": true, "name": [ { "use": "official", "family": [ "Hayes" ], "given": [ "Peggy" ] } ], "gender": "female", "birthDate": "2003-11-02", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/262", "resource": { "resourceType": "Patient", "id": "262", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Fleming, Jo. MRN:\n 577581</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577581" } ], "active": true, "name": [ { "use": "official", "family": [ "Fleming" ], "given": [ "Jo" ] } ], "gender": "female", "birthDate": "1961-09-14", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/263", "resource": { "resourceType": "Patient", "id": "263", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Lambert, Clarence. MRN:\n 577582</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577582" } ], "active": true, "name": [ { "use": "official", "family": [ "Lambert" ], "given": [ "Clarence" ] } ], "gender": "male", "birthDate": "2002-12-14", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/264", "resource": { "resourceType": "Patient", "id": "264", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Pena, Marsha. MRN:\n 577583</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577583" } ], "active": true, "name": [ { "use": "official", "family": [ "Pena" ], "given": [ "Marsha" ] } ], "gender": "female", "birthDate": "2001-11-02", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/265", "resource": { "resourceType": "Patient", "id": "265", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Jefferson, Michele. MRN:\n 577584</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577584" } ], "active": true, "name": [ { "use": "official", "family": [ "Jefferson" ], "given": [ "Michele" ] } ], "gender": "female", "birthDate": "2004-11-02", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/266", "resource": { "resourceType": "Patient", "id": "266", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Pittman, Jimmie. MRN:\n 577585</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577585" } ], "active": true, "name": [ { "use": "official", "family": [ "Pittman" ], "given": [ "Jimmie" ] } ], "gender": "male", "birthDate": "1985-08-03", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/267", "resource": { "resourceType": "Patient", "id": "267", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Holland, Beverly. MRN:\n 577586</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577586" } ], "active": true, "name": [ { "use": "official", "family": [ "Holland" ], "given": [ "Beverly" ] } ], "gender": "female", "birthDate": "1978-02-03", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/268", "resource": { "resourceType": "Patient", "id": "268", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Stone, Lillie. MRN:\n 577587</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577587" } ], "active": true, "name": [ { "use": "official", "family": [ "Stone" ], "given": [ "Lillie" ] } ], "gender": "female", "birthDate": "1972-04-24", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/269", "resource": { "resourceType": "Patient", "id": "269", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Hopkins, Clayton. MRN:\n 577588</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577588" } ], "active": true, "name": [ { "use": "official", "family": [ "Hopkins" ], "given": [ "Clayton" ] } ], "gender": "male", "birthDate": "1982-09-01", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/270", "resource": { "resourceType": "Patient", "id": "270", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Stevens, Patrick. MRN:\n 577589</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577589" } ], "active": true, "name": [ { "use": "official", "family": [ "Stevens" ], "given": [ "Patrick" ] } ], "gender": "male", "birthDate": "1992-12-14", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/271", "resource": { "resourceType": "Patient", "id": "271", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Singleton, Audrey. MRN:\n 577590</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577590" } ], "active": true, "name": [ { "use": "official", "family": [ "Singleton" ], "given": [ "Audrey" ] } ], "gender": "female", "birthDate": "1989-09-12", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/272", "resource": { "resourceType": "Patient", "id": "272", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Wilson, Barry. MRN:\n 577591</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577591" } ], "active": true, "name": [ { "use": "official", "family": [ "Wilson" ], "given": [ "Barry" ] } ], "gender": "male", "birthDate": "1989-09-12", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/273", "resource": { "resourceType": "Patient", "id": "273", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Hernandez, Renee. MRN:\n 577592</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577592" } ], "active": true, "name": [ { "use": "official", "family": [ "Hernandez" ], "given": [ "Renee" ] } ], "gender": "female", "birthDate": "1943-09-03", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/274", "resource": { "resourceType": "Patient", "id": "274", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Griffith, Darrell. MRN:\n 577593</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577593" } ], "active": true, "name": [ { "use": "official", "family": [ "Griffith" ], "given": [ "Darrell" ] } ], "gender": "male", "birthDate": "1995-07-07", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/275", "resource": { "resourceType": "Patient", "id": "275", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Payne, Jackie. MRN:\n 577594</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577594" } ], "active": true, "name": [ { "use": "official", "family": [ "Payne" ], "given": [ "Jackie" ] } ], "gender": "female", "birthDate": "1994-06-16", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/276", "resource": { "resourceType": "Patient", "id": "276", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Morrison, Jo. MRN:\n 577595</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577595" } ], "active": true, "name": [ { "use": "official", "family": [ "Morrison" ], "given": [ "Jo" ] } ], "gender": "female", "birthDate": "1953-02-01", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/277", "resource": { "resourceType": "Patient", "id": "277", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Parker, Francisco. MRN:\n 577596</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577596" } ], "active": true, "name": [ { "use": "official", "family": [ "Parker" ], "given": [ "Francisco" ] } ], "gender": "male", "birthDate": "1973-12-04", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/278", "resource": { "resourceType": "Patient", "id": "278", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Bennett, Marion. MRN:\n 577597</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577597" } ], "active": true, "name": [ { "use": "official", "family": [ "Bennett" ], "given": [ "Marion" ] } ], "gender": "female", "birthDate": "1958-03-03", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/279", "resource": { "resourceType": "Patient", "id": "279", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Hammond, Albert. MRN:\n 577598</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577598" } ], "active": true, "name": [ { "use": "official", "family": [ "Hammond" ], "given": [ "Albert" ] } ], "gender": "male", "birthDate": "1962-05-28", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/280", "resource": { "resourceType": "Patient", "id": "280", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Hunt, Brittany. MRN:\n 577599</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577599" } ], "active": true, "name": [ { "use": "official", "family": [ "Hunt" ], "given": [ "Brittany" ] } ], "gender": "female", "birthDate": "1962-04-23", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/281", "resource": { "resourceType": "Patient", "id": "281", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Gray, Agnes. MRN:\n 577600</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577600" } ], "active": true, "name": [ { "use": "official", "family": [ "Gray" ], "given": [ "Agnes" ] } ], "gender": "female", "birthDate": "1992-08-02", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/282", "resource": { "resourceType": "Patient", "id": "282", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Butler, Jane. MRN:\n 577601</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577601" } ], "active": true, "name": [ { "use": "official", "family": [ "Butler" ], "given": [ "Jane" ] } ], "gender": "female", "birthDate": "1944-09-19", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/283", "resource": { "resourceType": "Patient", "id": "283", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Spencer, Herbert. MRN:\n 577602</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577602" } ], "active": true, "name": [ { "use": "official", "family": [ "Spencer" ], "given": [ "Herbert" ] } ], "gender": "male", "birthDate": "1955-09-19", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/284", "resource": { "resourceType": "Patient", "id": "284", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>White, Heidi. MRN:\n 577603</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577603" } ], "active": true, "name": [ { "use": "official", "family": [ "White" ], "given": [ "Heidi" ] } ], "gender": "female", "birthDate": "1947-11-25", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/285", "resource": { "resourceType": "Patient", "id": "285", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Colon, Joyce. MRN:\n 577604</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577604" } ], "active": true, "name": [ { "use": "official", "family": [ "Colon" ], "given": [ "Joyce" ] } ], "gender": "female", "birthDate": "1984-09-19", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/286", "resource": { "resourceType": "Patient", "id": "286", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Cunningham, Tiffany. MRN:\n 577605</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577605" } ], "active": true, "name": [ { "use": "official", "family": [ "Cunningham" ], "given": [ "Tiffany" ] } ], "gender": "female", "birthDate": "1956-10-28", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/287", "resource": { "resourceType": "Patient", "id": "287", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Hart, Bessie. MRN:\n 577606</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577606" } ], "active": true, "name": [ { "use": "official", "family": [ "Hart" ], "given": [ "Bessie" ] } ], "gender": "female", "birthDate": "1985-12-25", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/288", "resource": { "resourceType": "Patient", "id": "288", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Curry, Francis. MRN:\n 577607</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577607" } ], "active": true, "name": [ { "use": "official", "family": [ "Curry" ], "given": [ "Francis" ] } ], "gender": "male", "birthDate": "1975-01-28", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/289", "resource": { "resourceType": "Patient", "id": "289", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Hawkins, Kent. MRN:\n 577608</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577608" } ], "active": true, "name": [ { "use": "official", "family": [ "Hawkins" ], "given": [ "Kent" ] } ], "gender": "male", "birthDate": "1979-04-03", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/290", "resource": { "resourceType": "Patient", "id": "290", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Lyons, Christian. MRN:\n 577609</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577609" } ], "active": true, "name": [ { "use": "official", "family": [ "Lyons" ], "given": [ "Christian" ] } ], "gender": "male", "birthDate": "1975-12-01", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/291", "resource": { "resourceType": "Patient", "id": "291", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Lewis, Marcia. MRN:\n 577610</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577610" } ], "active": true, "name": [ { "use": "official", "family": [ "Lewis" ], "given": [ "Marcia" ] } ], "gender": "female", "birthDate": "1966-01-26", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/292", "resource": { "resourceType": "Patient", "id": "292", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Castro, Peter. MRN:\n 577611</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577611" } ], "active": true, "name": [ { "use": "official", "family": [ "Castro" ], "given": [ "Peter" ] } ], "gender": "male", "birthDate": "1992-05-02", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/293", "resource": { "resourceType": "Patient", "id": "293", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Williams, Gerald. MRN:\n 577612</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577612" } ], "active": true, "name": [ { "use": "official", "family": [ "Williams" ], "given": [ "Gerald" ] } ], "gender": "male", "birthDate": "1982-10-07", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/294", "resource": { "resourceType": "Patient", "id": "294", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Fuller, Dianne. MRN:\n 577613</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577613" } ], "active": true, "name": [ { "use": "official", "family": [ "Fuller" ], "given": [ "Dianne" ] } ], "gender": "female", "birthDate": "1965-06-30", "managingOrganization": { "reference": "Organization/1" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/295", "resource": { "resourceType": "Patient", "id": "295", "meta": { "lastUpdated": "2012-06-03T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Wheeler, Beverly. MRN:\n 577614</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "https://github.com/projectcypress/cypress/patient", "value": "577614" } ], "active": true, "name": [ { "use": "official", "family": [ "Wheeler" ], "given": [ "Beverly" ] } ], "gender": "female", "birthDate": "1931-07-07", "managingOrganization": { "reference": "Organization/1" } } } ] }; var example563: fhir.Bundle = { "entry": [ { "fullUrl": "http://hl7.org/fhir/Patient/1", "resource": { "active": true, "address": [ { "line": [ "2222 Home Street" ], "use": "home" } ], "birthDate": "1973-05-31", "gender": "female", "id": "1", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "444222222" } ], "managingOrganization": { "reference": "Organization/hl7" }, "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": [ { "family": [ "Everywoman" ], "given": [ "Eve" ], "use": "official" } ], "resourceType": "Patient", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-2003" } ], "text": { "div": "<div>Everywoman, Eve. SSN:\n 444222222</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/2", "resource": { "active": true, "address": [ { "line": [ "2222 Home Street" ], "use": "home" } ], "gender": "male", "id": "2", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "444333333" } ], "managingOrganization": { "reference": "Organization/hl7" }, "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": [ { "family": [ "Everyman" ], "given": [ "Adam" ], "use": "official" } ], "resourceType": "Patient", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-2004" } ], "text": { "div": "<div>Everyman, Adam. SSN:\n 444333333</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/3", "resource": { "active": true, "address": [ { "line": [ "2222 Home Street" ], "use": "home" } ], "gender": "female", "id": "3", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "444555555" } ], "managingOrganization": { "reference": "Organization/hl7" }, "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": [ { "family": [ "Kidd" ], "given": [ "Kari" ], "use": "official" } ], "resourceType": "Patient", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-2005" } ], "text": { "div": "<div>Kidd, Kari. SSN:\n 444555555</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/4", "resource": { "active": true, "address": [ { "line": [ "6666 Home Street" ], "use": "home" } ], "gender": "female", "id": "4", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "444114567" } ], "managingOrganization": { "reference": "Organization/hl7" }, "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": [ { "family": [ "Nuclear" ], "given": [ "Nancy" ], "use": "official" } ], "resourceType": "Patient", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-5001" } ], "text": { "div": "<div>Nuclear, Nancy. SSN:\n 444114567</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/5", "resource": { "active": true, "address": [ { "line": [ "6666 Home Street" ], "use": "home" } ], "gender": "male", "id": "5", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "444111234" } ], "managingOrganization": { "reference": "Organization/hl7" }, "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": [ { "family": [ "Nuclear" ], "given": [ "Neville" ], "use": "official" } ], "resourceType": "Patient", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-5001" } ], "text": { "div": "<div>Nuclear, Neville. SSN:\n 444111234</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/6", "resource": { "active": true, "address": [ { "line": [ "6666 Home Street" ], "use": "home" } ], "gender": "male", "id": "6", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "444113456" } ], "managingOrganization": { "reference": "Organization/hl7" }, "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": [ { "family": [ "Nuclear" ], "given": [ "Ned" ], "use": "official" } ], "resourceType": "Patient", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-5001" } ], "text": { "div": "<div>Nuclear, Ned. SSN:\n 444113456</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/7", "resource": { "active": true, "address": [ { "line": [ "6666 Home Street" ], "use": "home" } ], "gender": "female", "id": "7", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "444112345" } ], "managingOrganization": { "reference": "Organization/hl7" }, "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": [ { "family": [ "Nuclear" ], "given": [ "Nelda" ], "use": "official" } ], "resourceType": "Patient", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-5001" } ], "text": { "div": "<div>Nuclear, Nelda. SSN:\n 444112345</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/8", "resource": { "active": true, "address": [ { "line": [ "4444 Home Street" ], "use": "home" } ], "gender": "female", "id": "8", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "444666666" } ], "managingOrganization": { "reference": "Organization/hl7" }, "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": [ { "family": [ "Mum" ], "given": [ "Martha" ], "use": "official" } ], "resourceType": "Patient", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-2006" } ], "text": { "div": "<div>Mum, Martha. SSN:\n 444666666</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/9", "resource": { "_gender": { "extension": [ { "url": "http://example.org/Profile/administrative-status", "valueCodeableConcept": { "coding": [ { "code": "FTM", "display": "female-to-male", "system": "http://example.org/fhir/v2/administrative-status" } ] } } ] }, "active": true, "address": [ { "line": [ "4444 Home Street" ], "use": "home" } ], "deceasedDateTime": "2002-08-24", "gender": "other", "id": "9", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "444777777" } ], "managingOrganization": { "reference": "Organization/hl7" }, "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": [ { "family": [ "Sons" ], "given": [ "Stuart" ], "use": "official" } ], "resourceType": "Patient", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-2007" } ], "text": { "div": "<div>Sons, Stuart. SSN:\n 444777777</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/10", "resource": { "active": true, "address": [ { "line": [ "2222 Home Street" ], "use": "home" } ], "gender": "male", "id": "10", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "444888888" } ], "managingOrganization": { "reference": "Organization/hl7" }, "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": [ { "family": [ "Betterhalf" ], "given": [ "Boris" ], "use": "official" } ], "resourceType": "Patient", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-2008" } ], "text": { "div": "<div>Betterhalf, Boris. SSN:\n 444888888</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/11", "resource": { "active": true, "address": [ { "line": [ "4444 Home Street" ], "use": "home" } ], "gender": "male", "id": "11", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "444999999" } ], "managingOrganization": { "reference": "Organization/hl7" }, "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": [ { "family": [ "Relative" ], "given": [ "Ralph" ], "use": "official" } ], "resourceType": "Patient", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-2009" } ], "text": { "div": "<div>Relative, Ralph. SSN:\n 444999999</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/12", "resource": { "active": true, "address": [ { "line": [ "5555 Home Street" ], "use": "home" } ], "gender": "female", "id": "12", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "555222222" } ], "managingOrganization": { "reference": "Organization/hl7" }, "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": [ { "family": [ "Contact" ], "given": [ "Carrie" ], "use": "official" } ], "resourceType": "Patient", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-2010" } ], "text": { "div": "<div>Contact, Carrie. SSN:\n 555222222</div>", "status": "generated" } } } ], "id": "b248b1b2-1686-4b94-9936-37d7a5f94b51", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "resourceType": "Bundle", "type": "collection" }; var example564: fhir.Bundle = { "resourceType": "Bundle", "id": "b248b1b2-1686-4b94-9936-37d7a5f94b51", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "type": "collection", "entry": [ { "fullUrl": "http://hl7.org/fhir/Patient/1", "resource": { "resourceType": "Patient", "id": "1", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Everywoman, Eve. SSN:\n 444222222</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "444222222" } ], "active": true, "name": [ { "use": "official", "family": [ "Everywoman" ], "given": [ "Eve" ] } ], "telecom": [ { "system": "phone", "value": "555-555-2003", "use": "work" } ], "gender": "female", "birthDate": "1973-05-31", "address": [ { "use": "home", "line": [ "2222 Home Street" ] } ], "managingOrganization": { "reference": "Organization/hl7" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/2", "resource": { "resourceType": "Patient", "id": "2", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Everyman, Adam. SSN:\n 444333333</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "444333333" } ], "active": true, "name": [ { "use": "official", "family": [ "Everyman" ], "given": [ "Adam" ] } ], "telecom": [ { "system": "phone", "value": "555-555-2004", "use": "work" } ], "gender": "male", "address": [ { "use": "home", "line": [ "2222 Home Street" ] } ], "managingOrganization": { "reference": "Organization/hl7" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/3", "resource": { "resourceType": "Patient", "id": "3", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Kidd, Kari. SSN:\n 444555555</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "444555555" } ], "active": true, "name": [ { "use": "official", "family": [ "Kidd" ], "given": [ "Kari" ] } ], "telecom": [ { "system": "phone", "value": "555-555-2005", "use": "work" } ], "gender": "female", "address": [ { "use": "home", "line": [ "2222 Home Street" ] } ], "managingOrganization": { "reference": "Organization/hl7" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/4", "resource": { "resourceType": "Patient", "id": "4", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Nuclear, Nancy. SSN:\n 444114567</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "444114567" } ], "active": true, "name": [ { "use": "official", "family": [ "Nuclear" ], "given": [ "Nancy" ] } ], "telecom": [ { "system": "phone", "value": "555-555-5001", "use": "work" } ], "gender": "female", "address": [ { "use": "home", "line": [ "6666 Home Street" ] } ], "managingOrganization": { "reference": "Organization/hl7" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/5", "resource": { "resourceType": "Patient", "id": "5", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Nuclear, Neville. SSN:\n 444111234</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "444111234" } ], "active": true, "name": [ { "use": "official", "family": [ "Nuclear" ], "given": [ "Neville" ] } ], "telecom": [ { "system": "phone", "value": "555-555-5001", "use": "work" } ], "gender": "male", "address": [ { "use": "home", "line": [ "6666 Home Street" ] } ], "managingOrganization": { "reference": "Organization/hl7" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/6", "resource": { "resourceType": "Patient", "id": "6", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Nuclear, Ned. SSN:\n 444113456</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "444113456" } ], "active": true, "name": [ { "use": "official", "family": [ "Nuclear" ], "given": [ "Ned" ] } ], "telecom": [ { "system": "phone", "value": "555-555-5001", "use": "work" } ], "gender": "male", "address": [ { "use": "home", "line": [ "6666 Home Street" ] } ], "managingOrganization": { "reference": "Organization/hl7" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/7", "resource": { "resourceType": "Patient", "id": "7", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Nuclear, Nelda. SSN:\n 444112345</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "444112345" } ], "active": true, "name": [ { "use": "official", "family": [ "Nuclear" ], "given": [ "Nelda" ] } ], "telecom": [ { "system": "phone", "value": "555-555-5001", "use": "work" } ], "gender": "female", "address": [ { "use": "home", "line": [ "6666 Home Street" ] } ], "managingOrganization": { "reference": "Organization/hl7" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/8", "resource": { "resourceType": "Patient", "id": "8", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Mum, Martha. SSN:\n 444666666</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "444666666" } ], "active": true, "name": [ { "use": "official", "family": [ "Mum" ], "given": [ "Martha" ] } ], "telecom": [ { "system": "phone", "value": "555-555-2006", "use": "work" } ], "gender": "female", "address": [ { "use": "home", "line": [ "4444 Home Street" ] } ], "managingOrganization": { "reference": "Organization/hl7" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/9", "resource": { "resourceType": "Patient", "id": "9", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Sons, Stuart. SSN:\n 444777777</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "444777777" } ], "active": true, "name": [ { "use": "official", "family": [ "Sons" ], "given": [ "Stuart" ] } ], "telecom": [ { "system": "phone", "value": "555-555-2007", "use": "work" } ], "gender": "other", "_gender": { "extension": [ { "url": "http://example.org/Profile/administrative-status", "valueCodeableConcept": { "coding": [ { "system": "http://example.org/fhir/v2/administrative-status", "code": "FTM", "display": "female-to-male" } ] } } ] }, "deceasedDateTime": "2002-08-24", "address": [ { "use": "home", "line": [ "4444 Home Street" ] } ], "managingOrganization": { "reference": "Organization/hl7" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/10", "resource": { "resourceType": "Patient", "id": "10", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Betterhalf, Boris. SSN:\n 444888888</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "444888888" } ], "active": true, "name": [ { "use": "official", "family": [ "Betterhalf" ], "given": [ "Boris" ] } ], "telecom": [ { "system": "phone", "value": "555-555-2008", "use": "work" } ], "gender": "male", "address": [ { "use": "home", "line": [ "2222 Home Street" ] } ], "managingOrganization": { "reference": "Organization/hl7" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/11", "resource": { "resourceType": "Patient", "id": "11", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Relative, Ralph. SSN:\n 444999999</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "444999999" } ], "active": true, "name": [ { "use": "official", "family": [ "Relative" ], "given": [ "Ralph" ] } ], "telecom": [ { "system": "phone", "value": "555-555-2009", "use": "work" } ], "gender": "male", "address": [ { "use": "home", "line": [ "4444 Home Street" ] } ], "managingOrganization": { "reference": "Organization/hl7" } } }, { "fullUrl": "http://hl7.org/fhir/Patient/12", "resource": { "resourceType": "Patient", "id": "12", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Contact, Carrie. SSN:\n 555222222</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "555222222" } ], "active": true, "name": [ { "use": "official", "family": [ "Contact" ], "given": [ "Carrie" ] } ], "telecom": [ { "system": "phone", "value": "555-555-2010", "use": "work" } ], "gender": "female", "address": [ { "use": "home", "line": [ "5555 Home Street" ] } ], "managingOrganization": { "reference": "Organization/hl7" } } } ] }; var example565: fhir.Patient = { "active": true, "birthDate": "1932-09-24", "careProvider": [ { "display": "Good Health Clinic", "reference": "Organization/2" } ], "extension": [ { "url": "http://example.org/StructureDefinition/trials", "valueCode": "renal" } ], "gender": "male", "id": "glossy", "identifier": [ { "system": "http://www.goodhealth.org/identifiers/mrn", "type": { "coding": [ { "code": "MR", "system": "http://hl7.org/fhir/v2/0203" } ] }, "use": "usual", "value": "123456" } ], "meta": { "lastUpdated": "2014-11-13T11:41:00+11:00" }, "name": [ { "family": [ "Levin" ], "given": [ "Henry" ], "suffix": [ "The 7th" ] } ], "resourceType": "Patient", "text": { "div": "<div>\n <p>Henry Levin the 7th</p>\n <p>MRN: 123456. Male, 24-Sept 1932</p>\n </div>", "status": "generated" } }; var example566: fhir.Patient = { "resourceType": "Patient", "id": "glossy", "meta": { "lastUpdated": "2014-11-13T11:41:00+11:00" }, "text": { "status": "generated", "div": "<div>\n <p>Henry Levin the 7th</p>\n <p>MRN: 123456. Male, 24-Sept 1932</p>\n </div>" }, "extension": [ { "url": "http://example.org/StructureDefinition/trials", "valueCode": "renal" } ], "identifier": [ { "use": "usual", "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "MR" } ] }, "system": "http://www.goodhealth.org/identifiers/mrn", "value": "123456" } ], "active": true, "name": [ { "family": [ "Levin" ], "given": [ "Henry" ], "suffix": [ "The 7th" ] } ], "gender": "male", "birthDate": "1932-09-24", "careProvider": [ { "reference": "Organization/2", "display": "Good Health Clinic" } ] }; var example567: fhir.PaymentNotice = { "created": "2014-08-16", "id": "77654", "identifier": [ { "system": "http://benefitsinc.com/paymentnotice", "value": "776543" } ], "organization": { "reference": "Organization/1" }, "paymentStatus": { "code": "paid", "system": "http://hl7.org/fhir/paymentstatus" }, "request": { "reference": "http://benefitsinc.com/fhir/oralhealthclaim/12345" }, "resourceType": "PaymentNotice", "text": { "div": "<div>A human-readable rendering of the PaymentNotice</div>", "status": "generated" } }; var example568: fhir.PaymentNotice = { "resourceType": "PaymentNotice", "id": "77654", "text": { "status": "generated", "div": "<div>A human-readable rendering of the PaymentNotice</div>" }, "identifier": [ { "system": "http://benefitsinc.com/paymentnotice", "value": "776543" } ], "created": "2014-08-16", "organization": { "reference": "Organization/1" }, "request": { "reference": "http://benefitsinc.com/fhir/oralhealthclaim/12345" }, "paymentStatus": { "system": "http://hl7.org/fhir/paymentstatus", "code": "paid" } }; var example569: fhir.PaymentReconciliation = { "created": "2014-08-16", "detail": [ { "amount": { "code": "USD", "system": "urn:iso:std:iso:4217", "value": 1000 }, "date": "2014-08-16", "request": { "reference": "http://www.BenefitsInc.com/fhir/oralhealthclaim/225476332402" }, "type": { "code": "payment", "system": "http://hl7.org/fhir/paymenttype" } }, { "amount": { "code": "USD", "system": "urn:iso:std:iso:4217", "value": 4000 }, "date": "2014-08-12", "request": { "reference": "http://www.BenefitsInc.com/fhir/oralhealthclaim/225476332699" }, "type": { "code": "payment", "system": "http://hl7.org/fhir/paymenttype" } }, { "amount": { "code": "USD", "system": "urn:iso:std:iso:4217", "value": -1500 }, "date": "2014-08-16", "type": { "code": "advance", "system": "http://hl7.org/fhir/paymenttype" } } ], "disposition": "2014 August mid-month settlement.", "id": "ER2500", "identifier": [ { "system": "http://www.BenefitsInc.com/fhir/enrollmentresponse", "value": "781234" } ], "organization": { "reference": "Organization/2" }, "outcome": "complete", "request": { "reference": "http://www.BenefitsInc.com/fhir/eligibility/225476332402" }, "requestOrganization": { "reference": "Organization/1" }, "resourceType": "PaymentReconciliation", "text": { "div": "<div>A human-readable rendering of the PaymentReconciliation</div>", "status": "generated" }, "total": { "code": "USD", "system": "urn:iso:std:iso:4217", "value": 3500 } }; var example570: fhir.PaymentReconciliation = { "resourceType": "PaymentReconciliation", "id": "ER2500", "text": { "status": "generated", "div": "<div>A human-readable rendering of the PaymentReconciliation</div>" }, "identifier": [ { "system": "http://www.BenefitsInc.com/fhir/enrollmentresponse", "value": "781234" } ], "request": { "reference": "http://www.BenefitsInc.com/fhir/eligibility/225476332402" }, "outcome": "complete", "disposition": "2014 August mid-month settlement.", "created": "2014-08-16", "organization": { "reference": "Organization/2" }, "requestOrganization": { "reference": "Organization/1" }, "detail": [ { "type": { "system": "http://hl7.org/fhir/paymenttype", "code": "payment" }, "request": { "reference": "http://www.BenefitsInc.com/fhir/oralhealthclaim/225476332402" }, "date": "2014-08-16", "amount": { "value": 1000, "system": "urn:iso:std:iso:4217", "code": "USD" } }, { "type": { "system": "http://hl7.org/fhir/paymenttype", "code": "payment" }, "request": { "reference": "http://www.BenefitsInc.com/fhir/oralhealthclaim/225476332699" }, "date": "2014-08-12", "amount": { "value": 4000, "system": "urn:iso:std:iso:4217", "code": "USD" } }, { "type": { "system": "http://hl7.org/fhir/paymenttype", "code": "advance" }, "date": "2014-08-16", "amount": { "value": -1500, "system": "urn:iso:std:iso:4217", "code": "USD" } } ], "total": { "value": 3500, "system": "urn:iso:std:iso:4217", "code": "USD" } }; var example571: fhir.Person = { "active": true, "birthDate": "1963", "gender": "female", "id": "f002", "link": [ { "target": { "display": "Ariadne Bor-Jansma", "reference": "RelatedPerson/f002" } } ], "name": [ { "text": "Ariadne Bor-Jansma", "use": "usual" } ], "photo": { "contentType": "image/jpeg", "data": "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" }, "resourceType": "Person", "telecom": [ { "system": "phone", "use": "home", "value": "+31201234567" } ], "text": { "div": "<div>\n Ariadne Bor-Jansma\n </div>", "status": "generated" } }; var example572: fhir.Person = { "resourceType": "Person", "id": "f002", "text": { "status": "generated", "div": "<div>\n Ariadne Bor-Jansma\n </div>" }, "name": [ { "use": "usual", "_use": { "fhir_comments": [ " The name of the contact " ] }, "text": "Ariadne Bor-Jansma" } ], "telecom": [ { "system": "phone", "_system": { "fhir_comments": [ " The home contact detail " ] }, "value": "+31201234567", "use": "home" } ], "gender": "female", "birthDate": "1963", "photo": { "contentType": "image/jpeg", "_contentType": { "fhir_comments": [ " http://lighteningthief.wikispaces.com/demeter " ] }, "data": "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", "_data": { "fhir_comments": [ " Suggest changing this to be the URL based photo attachment instead. " ] } }, "active": true, "link": [ { "target": { "reference": "RelatedPerson/f002", "display": "Ariadne Bor-Jansma" } } ] }; var example573: fhir.Person = { "active": true, "address": [ { "city": "PleasantVille", "line": [ "534 Erewhon St" ], "postalCode": "3999", "state": "Vic", "use": "home" } ], "birthDate": "1974-12-25", "gender": "male", "id": "example", "identifier": [ { "assigner": { "display": "Acme Healthcare" }, "period": { "start": "2001-05-06" }, "system": "urn:oid:1.2.36.146.595.217.0.1", "type": { "coding": [ { "code": "MR", "system": "http://hl7.org/fhir/v2/0203" } ] }, "use": "usual", "value": "12345" } ], "link": [ { "target": { "display": "Peter Chalmers", "reference": "RelatedPerson/peter" } }, { "target": { "display": "Peter Chalmers", "reference": "Patient/example" } } ], "name": [ { "family": [ "Chalmers" ], "given": [ "Peter", "James" ], "use": "official" }, { "given": [ "Jim" ], "use": "usual" } ], "resourceType": "Person", "telecom": [ { "use": "home" }, { "system": "phone", "use": "work", "value": "(03) 5555 6473" } ], "text": { "div": "<div>\n <table>\n <tbody>\n <tr>\n <td>Name</td>\n <td>Peter James <b>Chalmers</b> ("Jim")</td>\n </tr>\n <tr>\n <td>Address</td>\n <td>534 Erewhon, Pleasantville, Vic, 3999</td>\n </tr>\n <tr>\n <td>Contacts</td>\n <td>Home: unknown. Work: (03) 5555 6473</td>\n </tr>\n <tr>\n <td>Id</td>\n <td>MRN: 12345 (Acme Healthcare)</td>\n </tr>\n </tbody>\n </table>\n </div>", "status": "generated" } }; var example574: fhir.Person = { "resourceType": "Person", "id": "example", "text": { "status": "generated", "div": "<div>\n <table>\n <tbody>\n <tr>\n <td>Name</td>\n <td>Peter James <b>Chalmers</b> ("Jim")</td>\n </tr>\n <tr>\n <td>Address</td>\n <td>534 Erewhon, Pleasantville, Vic, 3999</td>\n </tr>\n <tr>\n <td>Contacts</td>\n <td>Home: unknown. Work: (03) 5555 6473</td>\n </tr>\n <tr>\n <td>Id</td>\n <td>MRN: 12345 (Acme Healthcare)</td>\n </tr>\n </tbody>\n </table>\n </div>" }, "identifier": [ { "fhir_comments": [ " MRN assigned by ACME healthcare on 6-May 2001 " ], "use": "usual", "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "MR" } ] }, "system": "urn:oid:1.2.36.146.595.217.0.1", "value": "12345", "period": { "start": "2001-05-06" }, "assigner": { "display": "Acme Healthcare" } } ], "name": [ { "fhir_comments": [ " Peter James Chalmers, but called \"Jim\" " ], "use": "official", "family": [ "Chalmers" ], "given": [ "Peter", "James" ] }, { "use": "usual", "given": [ "Jim" ] } ], "telecom": [ { "fhir_comments": [ " home communication details aren't known " ], "use": "home" }, { "system": "phone", "value": "(03) 5555 6473", "use": "work" } ], "gender": "male", "_gender": { "fhir_comments": [ " use FHIR code system for male / female " ] }, "birthDate": "1974-12-25", "address": [ { "use": "home", "line": [ "534 Erewhon St" ], "city": "PleasantVille", "state": "Vic", "postalCode": "3999" } ], "active": true, "link": [ { "target": { "reference": "RelatedPerson/peter", "display": "Peter Chalmers" } }, { "target": { "reference": "Patient/example", "display": "Peter Chalmers" } } ] }; var example575: fhir.Practitioner = { "address": [ { "city": "Den Burg", "country": "NLD", "line": [ "Galapagosweg 91" ], "postalCode": "9105 PZ", "use": "work" } ], "birthDate": "1975-12-07", "gender": "male", "id": "f001", "identifier": [ { "system": "urn:oid:2.16.528.1.1007.3.1", "use": "official", "value": "938273695" }, { "system": "urn:oid:2.16.840.1.113883.2.4.6.3", "use": "usual", "value": "129IDH4OP733" } ], "name": { "family": [ "van den broek" ], "given": [ "Eric" ], "suffix": [ "MD" ], "use": "official" }, "practitionerRole": [ { "managingOrganization": { "display": "BMC", "reference": "Organization/f001" }, "role": { "coding": [ { "code": "01.000", "display": "Arts", "system": "urn:oid:2.16.840.1.113883.2.4.15.111" } ], "text": "Care role" }, "specialty": [ { "coding": [ { "code": "01.018", "display": "Ear-, Nose and Throat", "system": "urn:oid:2.16.840.1.113883.2.4.15.111" } ], "text": "specialization" } ] } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "0205568263" }, { "system": "email", "use": "work", "value": "E.M.vandenbroek@bmc.nl" }, { "system": "fax", "use": "work", "value": "0205664440" } ], "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f001</p><p><b>identifier</b>: 938273695 (OFFICIAL), 129IDH4OP733 (USUAL)</p><p><b>name</b>: Eric van den broek (OFFICIAL)</p><p><b>telecom</b>: ph: 0205568263(WORK), E.M.vandenbroek@bmc.nl(WORK), fax: 0205664440(WORK)</p><p><b>address</b>: Galapagosweg 91 Den Burg 9105 PZ NLD (WORK)</p><p><b>gender</b>: male</p><p><b>birthDate</b>: 07/12/1975</p><h3>PractitionerRoles</h3><table><tr><td>-</td><td><b>ManagingOrganization</b></td><td><b>Role</b></td><td><b>Specialty</b></td></tr><tr><td>*</td><td><a>BMC</a></td><td>Care role <span>(Details : {urn:oid:2.16.840.1.113883.2.4.15.111 code '01.000' = '??', given as 'Arts'})</span></td><td>specialization <span>(Details : {urn:oid:2.16.840.1.113883.2.4.15.111 code '01.018' = '??', given as 'Ear-, Nose and Throat'})</span></td></tr></table></div>", "status": "generated" } }; var example576: fhir.Practitioner = { "resourceType": "Practitioner", "id": "f001", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f001</p><p><b>identifier</b>: 938273695 (OFFICIAL), 129IDH4OP733 (USUAL)</p><p><b>name</b>: Eric van den broek (OFFICIAL)</p><p><b>telecom</b>: ph: 0205568263(WORK), E.M.vandenbroek@bmc.nl(WORK), fax: 0205664440(WORK)</p><p><b>address</b>: Galapagosweg 91 Den Burg 9105 PZ NLD (WORK)</p><p><b>gender</b>: male</p><p><b>birthDate</b>: 07/12/1975</p><h3>PractitionerRoles</h3><table><tr><td>-</td><td><b>ManagingOrganization</b></td><td><b>Role</b></td><td><b>Specialty</b></td></tr><tr><td>*</td><td><a>BMC</a></td><td>Care role <span>(Details : {urn:oid:2.16.840.1.113883.2.4.15.111 code '01.000' = '??', given as 'Arts'})</span></td><td>specialization <span>(Details : {urn:oid:2.16.840.1.113883.2.4.15.111 code '01.018' = '??', given as 'Ear-, Nose and Throat'})</span></td></tr></table></div>" }, "identifier": [ { "use": "official", "system": "urn:oid:2.16.528.1.1007.3.1", "value": "938273695", "_value": { "fhir_comments": [ " Identificatiesysteem Zorgverlener UZI " ] } }, { "use": "usual", "system": "urn:oid:2.16.840.1.113883.2.4.6.3", "value": "129IDH4OP733", "_value": { "fhir_comments": [ " BSN identification system " ] } } ], "name": { "use": "official", "family": [ "van den broek" ], "given": [ "Eric" ], "suffix": [ "MD" ] }, "telecom": [ { "system": "phone", "value": "0205568263", "use": "work" }, { "system": "email", "value": "E.M.vandenbroek@bmc.nl", "use": "work" }, { "system": "fax", "value": "0205664440", "use": "work" } ], "address": [ { "fhir_comments": [ " ISO 3166 Codes (Countries) " ], "use": "work", "line": [ "Galapagosweg 91" ], "city": "Den Burg", "postalCode": "9105 PZ", "country": "NLD" } ], "gender": "male", "birthDate": "1975-12-07", "practitionerRole": [ { "managingOrganization": { "reference": "Organization/f001", "display": "BMC" }, "role": { "coding": [ { "system": "urn:oid:2.16.840.1.113883.2.4.15.111", "code": "01.000", "_code": { "fhir_comments": [ " \"AssignedRoleType\" coding system " ] }, "display": "Arts" } ], "text": "Care role" }, "specialty": [ { "coding": [ { "system": "urn:oid:2.16.840.1.113883.2.4.15.111", "code": "01.018", "_code": { "fhir_comments": [ " \"AssignedRoleType\" coding system " ] }, "display": "Ear-, Nose and Throat" } ], "text": "specialization" } ] } ] }; var example577: fhir.Practitioner = { "address": [ { "city": "Den Burg", "country": "NLD", "line": [ "Galapagosweg 91" ], "postalCode": "9105 PZ", "use": "work" } ], "birthDate": "1979-04-29", "gender": "male", "id": "f002", "identifier": [ { "system": "urn:oid:2.16.528.1.1007.3.1", "use": "official", "value": "730291637" }, { "system": "urn:oid:2.16.840.1.113883.2.4.6.3", "use": "usual", "value": "174BIP3JH438" } ], "name": { "family": [ "Voigt" ], "given": [ "Pieter" ], "suffix": [ "MD" ], "use": "official" }, "practitionerRole": [ { "managingOrganization": { "display": "BMC", "reference": "Organization/f001" }, "role": { "coding": [ { "code": "01.000", "display": "Arts", "system": "urn:oid:2.16.840.1.113883.2.4.15.111" } ], "text": "Care role" }, "specialty": [ { "coding": [ { "code": "01.011", "display": "Cardiothoracal surgery", "system": "urn:oid:2.16.840.1.113883.2.4.15.111" } ], "text": "specialization" } ] } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "0205569336" }, { "system": "email", "use": "work", "value": "p.voigt@bmc.nl" }, { "system": "fax", "use": "work", "value": "0205669382" } ], "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f002</p><p><b>identifier</b>: 730291637 (OFFICIAL), 174BIP3JH438 (USUAL)</p><p><b>name</b>: Pieter Voigt (OFFICIAL)</p><p><b>telecom</b>: ph: 0205569336(WORK), p.voigt@bmc.nl(WORK), fax: 0205669382(WORK)</p><p><b>address</b>: Galapagosweg 91 Den Burg 9105 PZ NLD (WORK)</p><p><b>gender</b>: male</p><p><b>birthDate</b>: 29/04/1979</p><h3>PractitionerRoles</h3><table><tr><td>-</td><td><b>ManagingOrganization</b></td><td><b>Role</b></td><td><b>Specialty</b></td></tr><tr><td>*</td><td><a>BMC</a></td><td>Care role <span>(Details : {urn:oid:2.16.840.1.113883.2.4.15.111 code '01.000' = '??', given as 'Arts'})</span></td><td>specialization <span>(Details : {urn:oid:2.16.840.1.113883.2.4.15.111 code '01.011' = '??', given as 'Cardiothoracal surgery'})</span></td></tr></table></div>", "status": "generated" } }; var example578: fhir.Practitioner = { "resourceType": "Practitioner", "id": "f002", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f002</p><p><b>identifier</b>: 730291637 (OFFICIAL), 174BIP3JH438 (USUAL)</p><p><b>name</b>: Pieter Voigt (OFFICIAL)</p><p><b>telecom</b>: ph: 0205569336(WORK), p.voigt@bmc.nl(WORK), fax: 0205669382(WORK)</p><p><b>address</b>: Galapagosweg 91 Den Burg 9105 PZ NLD (WORK)</p><p><b>gender</b>: male</p><p><b>birthDate</b>: 29/04/1979</p><h3>PractitionerRoles</h3><table><tr><td>-</td><td><b>ManagingOrganization</b></td><td><b>Role</b></td><td><b>Specialty</b></td></tr><tr><td>*</td><td><a>BMC</a></td><td>Care role <span>(Details : {urn:oid:2.16.840.1.113883.2.4.15.111 code '01.000' = '??', given as 'Arts'})</span></td><td>specialization <span>(Details : {urn:oid:2.16.840.1.113883.2.4.15.111 code '01.011' = '??', given as 'Cardiothoracal surgery'})</span></td></tr></table></div>" }, "identifier": [ { "use": "official", "system": "urn:oid:2.16.528.1.1007.3.1", "value": "730291637", "_value": { "fhir_comments": [ " Identificatiesysteem Zorgverlener UZI " ] } }, { "use": "usual", "system": "urn:oid:2.16.840.1.113883.2.4.6.3", "value": "174BIP3JH438", "_value": { "fhir_comments": [ " BSN identification system " ] } } ], "name": { "use": "official", "family": [ "Voigt" ], "given": [ "Pieter" ], "suffix": [ "MD" ] }, "telecom": [ { "system": "phone", "value": "0205569336", "use": "work" }, { "system": "email", "value": "p.voigt@bmc.nl", "use": "work" }, { "system": "fax", "value": "0205669382", "use": "work" } ], "address": [ { "fhir_comments": [ " ISO 3166 Codes (Countries) " ], "use": "work", "line": [ "Galapagosweg 91" ], "city": "Den Burg", "postalCode": "9105 PZ", "country": "NLD" } ], "gender": "male", "birthDate": "1979-04-29", "practitionerRole": [ { "managingOrganization": { "reference": "Organization/f001", "display": "BMC" }, "role": { "coding": [ { "system": "urn:oid:2.16.840.1.113883.2.4.15.111", "code": "01.000", "_code": { "fhir_comments": [ " \"AssignedRoleType\" coding system " ] }, "display": "Arts" } ], "text": "Care role" }, "specialty": [ { "coding": [ { "system": "urn:oid:2.16.840.1.113883.2.4.15.111", "code": "01.011", "_code": { "fhir_comments": [ " \"AssignedRoleType\" coding system " ] }, "display": "Cardiothoracal surgery" } ], "text": "specialization" } ] } ] }; var example579: fhir.Practitioner = { "address": [ { "city": "Amsterdam", "country": "NLD", "line": [ "Galapagosweg 91" ], "postalCode": "1105 AZ", "use": "work" } ], "birthDate": "1963-07-01", "communication": [ { "coding": [ { "code": "nl", "display": "Dutch", "system": "urn:oid:2.16.840.1.113883.6.121" } ] } ], "gender": "male", "id": "f003", "identifier": [ { "system": "urn:oid:2.16.528.1.1007.3.1", "use": "official", "value": "846100293" }, { "system": "urn:oid:2.16.840.1.113883.2.4.6.3", "use": "usual", "value": "243HID3RT938" } ], "name": { "family": [ "Versteegh" ], "given": [ "Marc" ], "suffix": [ "MD" ], "use": "official" }, "practitionerRole": [ { "managingOrganization": { "display": "BMC", "reference": "Organization/f001" }, "role": { "coding": [ { "code": "01.000", "display": "Arts", "system": "urn:oid:2.16.840.1.113883.2.4.15.111" } ], "text": "Care role" }, "specialty": [ { "coding": [ { "code": "01.011", "display": "Cardiothoracal surgery", "system": "urn:oid:2.16.840.1.113883.2.4.15.111" } ], "text": "specialization" } ] } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "0205562431" }, { "system": "email", "use": "work", "value": "m.versteegh@bmc.nl" }, { "system": "fax", "use": "work", "value": "0205662948" } ], "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f003</p><p><b>identifier</b>: 846100293 (OFFICIAL), 243HID3RT938 (USUAL)</p><p><b>name</b>: Marc Versteegh (OFFICIAL)</p><p><b>telecom</b>: ph: 0205562431(WORK), m.versteegh@bmc.nl(WORK), fax: 0205662948(WORK)</p><p><b>address</b>: Galapagosweg 91 Amsterdam 1105 AZ NLD (WORK)</p><p><b>gender</b>: male</p><p><b>birthDate</b>: 01/07/1963</p><h3>PractitionerRoles</h3><table><tr><td>-</td><td><b>ManagingOrganization</b></td><td><b>Role</b></td><td><b>Specialty</b></td></tr><tr><td>*</td><td><a>BMC</a></td><td>Care role <span>(Details : {urn:oid:2.16.840.1.113883.2.4.15.111 code '01.000' = '??', given as 'Arts'})</span></td><td>specialization <span>(Details : {urn:oid:2.16.840.1.113883.2.4.15.111 code '01.011' = '??', given as 'Cardiothoracal surgery'})</span></td></tr></table><p><b>communication</b>: Dutch <span>(Details : {urn:oid:2.16.840.1.113883.6.121 code 'nl' = '??', given as 'Dutch'})</span></p></div>", "status": "generated" } }; var example580: fhir.Practitioner = { "resourceType": "Practitioner", "id": "f003", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f003</p><p><b>identifier</b>: 846100293 (OFFICIAL), 243HID3RT938 (USUAL)</p><p><b>name</b>: Marc Versteegh (OFFICIAL)</p><p><b>telecom</b>: ph: 0205562431(WORK), m.versteegh@bmc.nl(WORK), fax: 0205662948(WORK)</p><p><b>address</b>: Galapagosweg 91 Amsterdam 1105 AZ NLD (WORK)</p><p><b>gender</b>: male</p><p><b>birthDate</b>: 01/07/1963</p><h3>PractitionerRoles</h3><table><tr><td>-</td><td><b>ManagingOrganization</b></td><td><b>Role</b></td><td><b>Specialty</b></td></tr><tr><td>*</td><td><a>BMC</a></td><td>Care role <span>(Details : {urn:oid:2.16.840.1.113883.2.4.15.111 code '01.000' = '??', given as 'Arts'})</span></td><td>specialization <span>(Details : {urn:oid:2.16.840.1.113883.2.4.15.111 code '01.011' = '??', given as 'Cardiothoracal surgery'})</span></td></tr></table><p><b>communication</b>: Dutch <span>(Details : {urn:oid:2.16.840.1.113883.6.121 code 'nl' = '??', given as 'Dutch'})</span></p></div>" }, "identifier": [ { "use": "official", "system": "urn:oid:2.16.528.1.1007.3.1", "value": "846100293", "_value": { "fhir_comments": [ " Identificatiesysteem Zorgverlener UZI " ] } }, { "use": "usual", "system": "urn:oid:2.16.840.1.113883.2.4.6.3", "value": "243HID3RT938", "_value": { "fhir_comments": [ " BSN identification system " ] } } ], "name": { "use": "official", "family": [ "Versteegh" ], "given": [ "Marc" ], "suffix": [ "MD" ] }, "telecom": [ { "system": "phone", "value": "0205562431", "use": "work" }, { "system": "email", "value": "m.versteegh@bmc.nl", "use": "work" }, { "system": "fax", "value": "0205662948", "use": "work" } ], "address": [ { "fhir_comments": [ " ISO 3166 Codes (Countries) " ], "use": "work", "line": [ "Galapagosweg 91" ], "city": "Amsterdam", "postalCode": "1105 AZ", "country": "NLD" } ], "gender": "male", "birthDate": "1963-07-01", "practitionerRole": [ { "managingOrganization": { "reference": "Organization/f001", "display": "BMC" }, "role": { "coding": [ { "system": "urn:oid:2.16.840.1.113883.2.4.15.111", "code": "01.000", "_code": { "fhir_comments": [ " \"AssignedRoleType\" coding system " ] }, "display": "Arts" } ], "text": "Care role" }, "specialty": [ { "coding": [ { "system": "urn:oid:2.16.840.1.113883.2.4.15.111", "code": "01.011", "_code": { "fhir_comments": [ " \"AssignedRoleType\" coding system " ] }, "display": "Cardiothoracal surgery" } ], "text": "specialization" } ] } ], "communication": [ { "coding": [ { "system": "urn:oid:2.16.840.1.113883.6.121", "code": "nl", "_code": { "fhir_comments": [ " List of ISO 639-1 language codes (ISO 3066) " ] }, "display": "Dutch" } ] } ] }; var example581: fhir.Practitioner = { "address": [ { "city": "Amsterdam", "country": "NLD", "line": [ "Galapagosweg 91" ], "postalCode": "1105 AZ", "use": "work" } ], "birthDate": "1980-02-04", "communication": [ { "coding": [ { "code": "nl", "display": "Netherlands", "system": "urn:oid:2.16.840.1.113883.6.121" } ], "text": "Language" } ], "gender": "male", "id": "f004", "identifier": [ { "system": "urn:oid:2.16.528.1.1007.3.1", "use": "official", "value": "118265112" }, { "system": "urn:oid:2.16.840.1.113883.2.4.6.3", "use": "usual", "value": "523ASA1LK927" } ], "name": { "family": [ "Briet" ], "given": [ "Ronald" ], "suffix": [ "MD" ], "use": "official" }, "practitionerRole": [ { "managingOrganization": { "display": "BMC", "reference": "Organization/f001" }, "role": { "coding": [ { "code": "01.000", "display": "Arts", "system": "urn:oid:2.16.840.1.113883.2.4.15.111" } ], "text": "Care role" }, "specialty": [ { "coding": [ { "code": "01.018", "display": "Ear-, Nose and Throat", "system": "urn:oid:2.16.840.1.113883.2.4.15.111" } ], "text": "specialization" } ] } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "0205569273" }, { "system": "email", "use": "work", "value": "r.briet@bmc.nl" }, { "system": "fax", "use": "work", "value": "0205664440" } ], "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f004</p><p><b>identifier</b>: 118265112 (OFFICIAL), 523ASA1LK927 (USUAL)</p><p><b>name</b>: Ronald Briet (OFFICIAL)</p><p><b>telecom</b>: ph: 0205569273(WORK), r.briet@bmc.nl(WORK), fax: 0205664440(WORK)</p><p><b>address</b>: Galapagosweg 91 Amsterdam 1105 AZ NLD (WORK)</p><p><b>gender</b>: male</p><p><b>birthDate</b>: 04/02/1980</p><h3>PractitionerRoles</h3><table><tr><td>-</td><td><b>ManagingOrganization</b></td><td><b>Role</b></td><td><b>Specialty</b></td></tr><tr><td>*</td><td><a>BMC</a></td><td>Care role <span>(Details : {urn:oid:2.16.840.1.113883.2.4.15.111 code '01.000' = '??', given as 'Arts'})</span></td><td>specialization <span>(Details : {urn:oid:2.16.840.1.113883.2.4.15.111 code '01.018' = '??', given as 'Ear-, Nose and Throat'})</span></td></tr></table><p><b>communication</b>: Language <span>(Details : {urn:oid:2.16.840.1.113883.6.121 code 'nl' = '??', given as 'Netherlands'})</span></p></div>", "status": "generated" } }; var example582: fhir.Practitioner = { "resourceType": "Practitioner", "id": "f004", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f004</p><p><b>identifier</b>: 118265112 (OFFICIAL), 523ASA1LK927 (USUAL)</p><p><b>name</b>: Ronald Briet (OFFICIAL)</p><p><b>telecom</b>: ph: 0205569273(WORK), r.briet@bmc.nl(WORK), fax: 0205664440(WORK)</p><p><b>address</b>: Galapagosweg 91 Amsterdam 1105 AZ NLD (WORK)</p><p><b>gender</b>: male</p><p><b>birthDate</b>: 04/02/1980</p><h3>PractitionerRoles</h3><table><tr><td>-</td><td><b>ManagingOrganization</b></td><td><b>Role</b></td><td><b>Specialty</b></td></tr><tr><td>*</td><td><a>BMC</a></td><td>Care role <span>(Details : {urn:oid:2.16.840.1.113883.2.4.15.111 code '01.000' = '??', given as 'Arts'})</span></td><td>specialization <span>(Details : {urn:oid:2.16.840.1.113883.2.4.15.111 code '01.018' = '??', given as 'Ear-, Nose and Throat'})</span></td></tr></table><p><b>communication</b>: Language <span>(Details : {urn:oid:2.16.840.1.113883.6.121 code 'nl' = '??', given as 'Netherlands'})</span></p></div>" }, "identifier": [ { "use": "official", "system": "urn:oid:2.16.528.1.1007.3.1", "value": "118265112", "_value": { "fhir_comments": [ " Identificatiesysteem Zorgverlener UZI " ] } }, { "use": "usual", "system": "urn:oid:2.16.840.1.113883.2.4.6.3", "value": "523ASA1LK927", "_value": { "fhir_comments": [ " BSN identification system " ] } } ], "name": { "use": "official", "family": [ "Briet" ], "given": [ "Ronald" ], "suffix": [ "MD" ] }, "telecom": [ { "system": "phone", "value": "0205569273", "use": "work" }, { "system": "email", "value": "r.briet@bmc.nl", "use": "work" }, { "system": "fax", "value": "0205664440", "use": "work" } ], "address": [ { "fhir_comments": [ " ISO 3166 Codes (Countries) " ], "use": "work", "line": [ "Galapagosweg 91" ], "city": "Amsterdam", "postalCode": "1105 AZ", "country": "NLD" } ], "gender": "male", "birthDate": "1980-02-04", "practitionerRole": [ { "managingOrganization": { "reference": "Organization/f001", "display": "BMC" }, "role": { "coding": [ { "system": "urn:oid:2.16.840.1.113883.2.4.15.111", "code": "01.000", "_code": { "fhir_comments": [ " \"AssignedRoleType\" coding system " ] }, "display": "Arts" } ], "text": "Care role" }, "specialty": [ { "coding": [ { "system": "urn:oid:2.16.840.1.113883.2.4.15.111", "code": "01.018", "_code": { "fhir_comments": [ " \"AssignedRoleType\" coding system " ] }, "display": "Ear-, Nose and Throat" } ], "text": "specialization" } ] } ], "communication": [ { "coding": [ { "system": "urn:oid:2.16.840.1.113883.6.121", "code": "nl", "_code": { "fhir_comments": [ " List of ISO 639-1 language codes (ISO 3066) " ] }, "display": "Netherlands" } ], "text": "Language" } ] }; var example583: fhir.Practitioner = { "address": [ { "city": "Amsterdam", "country": "NLD", "line": [ "Galapagosweg 9" ], "postalCode": "1105 AZ", "use": "work" } ], "birthDate": "1959-03-11", "communication": [ { "coding": [ { "code": "fr", "display": "France", "system": "urn:oid:2.16.840.1.113883.6.121" } ] } ], "gender": "female", "id": "f005", "identifier": [ { "system": "urn:oid:2.16.528.1.1007.3.1", "use": "official", "value": "118265112" }, { "system": "urn:oid:2.16.840.1.113883.2.4.6.3", "use": "usual", "value": "191REW8WE916" } ], "name": { "family": [ "Anne" ], "given": [ "Langeveld" ], "suffix": [ "MD" ], "use": "official" }, "photo": [ { "contentType": "image/jpeg", "data": "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" } ], "practitionerRole": [ { "managingOrganization": { "display": "BMC", "reference": "Organization/f001" }, "role": { "coding": [ { "code": "01.000", "display": "Arts", "system": "urn:oid:2.16.840.1.113883.2.4.15.111" } ], "text": "Care role" }, "specialty": [ { "coding": [ { "code": "01.018", "display": "Keel- neus- en oorarts", "system": "urn:oid:2.16.840.1.113883.2.4.15.111" } ], "text": "specialization" } ] } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "0205563847" }, { "system": "email", "use": "work", "value": "a.langeveld@bmc.nl" }, { "system": "fax", "use": "work", "value": "0205668916" } ], "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f005</p><p><b>identifier</b>: 118265112 (OFFICIAL), 191REW8WE916 (USUAL)</p><p><b>name</b>: Langeveld Anne (OFFICIAL)</p><p><b>telecom</b>: ph: 0205563847(WORK), a.langeveld@bmc.nl(WORK), fax: 0205668916(WORK)</p><p><b>address</b>: Galapagosweg 9 Amsterdam 1105 AZ NLD (WORK)</p><p><b>gender</b>: female</p><p><b>birthDate</b>: 11/03/1959</p><p><b>photo</b>: </p><h3>PractitionerRoles</h3><table><tr><td>-</td><td><b>ManagingOrganization</b></td><td><b>Role</b></td><td><b>Specialty</b></td></tr><tr><td>*</td><td><a>BMC</a></td><td>Care role <span>(Details : {urn:oid:2.16.840.1.113883.2.4.15.111 code '01.000' = '??', given as 'Arts'})</span></td><td>specialization <span>(Details : {urn:oid:2.16.840.1.113883.2.4.15.111 code '01.018' = '??', given as 'Keel- neus- en oorarts'})</span></td></tr></table><p><b>communication</b>: France <span>(Details : {urn:oid:2.16.840.1.113883.6.121 code 'fr' = '??', given as 'France'})</span></p></div>", "status": "generated" } }; var example584: fhir.Practitioner = { "resourceType": "Practitioner", "id": "f005", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f005</p><p><b>identifier</b>: 118265112 (OFFICIAL), 191REW8WE916 (USUAL)</p><p><b>name</b>: Langeveld Anne (OFFICIAL)</p><p><b>telecom</b>: ph: 0205563847(WORK), a.langeveld@bmc.nl(WORK), fax: 0205668916(WORK)</p><p><b>address</b>: Galapagosweg 9 Amsterdam 1105 AZ NLD (WORK)</p><p><b>gender</b>: female</p><p><b>birthDate</b>: 11/03/1959</p><p><b>photo</b>: </p><h3>PractitionerRoles</h3><table><tr><td>-</td><td><b>ManagingOrganization</b></td><td><b>Role</b></td><td><b>Specialty</b></td></tr><tr><td>*</td><td><a>BMC</a></td><td>Care role <span>(Details : {urn:oid:2.16.840.1.113883.2.4.15.111 code '01.000' = '??', given as 'Arts'})</span></td><td>specialization <span>(Details : {urn:oid:2.16.840.1.113883.2.4.15.111 code '01.018' = '??', given as 'Keel- neus- en oorarts'})</span></td></tr></table><p><b>communication</b>: France <span>(Details : {urn:oid:2.16.840.1.113883.6.121 code 'fr' = '??', given as 'France'})</span></p></div>" }, "identifier": [ { "use": "official", "system": "urn:oid:2.16.528.1.1007.3.1", "value": "118265112", "_value": { "fhir_comments": [ " Identificatiesysteem Zorgverlener UZI " ] } }, { "use": "usual", "system": "urn:oid:2.16.840.1.113883.2.4.6.3", "value": "191REW8WE916", "_value": { "fhir_comments": [ " BSN identification system " ] } } ], "name": { "use": "official", "family": [ "Anne" ], "given": [ "Langeveld" ], "suffix": [ "MD" ] }, "telecom": [ { "system": "phone", "value": "0205563847", "use": "work" }, { "system": "email", "value": "a.langeveld@bmc.nl", "use": "work" }, { "system": "fax", "value": "0205668916", "use": "work" } ], "address": [ { "fhir_comments": [ " ISO 3166 Codes (Countries) " ], "use": "work", "line": [ "Galapagosweg 9" ], "city": "Amsterdam", "postalCode": "1105 AZ", "country": "NLD" } ], "gender": "female", "birthDate": "1959-03-11", "photo": [ { "contentType": "image/jpeg", "_contentType": { "fhir_comments": [ " http://lighteningthief.wikispaces.com/demeter " ] }, "data": "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", "_data": { "fhir_comments": [ " Suggest changing this to be the URL based photo attachment instead. " ] } } ], "practitionerRole": [ { "managingOrganization": { "reference": "Organization/f001", "display": "BMC" }, "role": { "coding": [ { "system": "urn:oid:2.16.840.1.113883.2.4.15.111", "code": "01.000", "_code": { "fhir_comments": [ " \"AssignedRoleType\" coding system " ] }, "display": "Arts" } ], "text": "Care role" }, "specialty": [ { "coding": [ { "system": "urn:oid:2.16.840.1.113883.2.4.15.111", "code": "01.018", "_code": { "fhir_comments": [ " \"AssignedRoleType\" coding system " ] }, "display": "Keel- neus- en oorarts" } ], "text": "specialization" } ] } ], "communication": [ { "coding": [ { "system": "urn:oid:2.16.840.1.113883.6.121", "code": "fr", "_code": { "fhir_comments": [ " List of ISO 639-1 language codes (ISO 3066) " ] }, "display": "France" } ] } ] }; var example585: fhir.Practitioner = { "address": [ { "city": "Den Burg", "country": "NLD", "line": [ "Galapagosweg 91" ], "postalCode": "9105 PZ", "use": "work" } ], "birthDate": "1975-12-07", "gender": "male", "id": "f006", "identifier": [ { "system": "urn:oid:2.16.528.1.1007.3.1", "use": "official", "value": "937223645" }, { "system": "urn:oid:2.16.840.1.113883.2.4.6.3", "use": "usual", "value": "134IDY41W988" } ], "name": { "family": [ "van den Berk" ], "given": [ "Rob" ], "suffix": [ "MD" ], "use": "official" }, "practitionerRole": [ { "managingOrganization": { "display": "BMC", "reference": "Organization/f001" }, "role": { "coding": [ { "code": "01.000", "display": "Arts", "system": "urn:oid:2.16.840.1.113883.2.4.15.111" } ], "text": "Care role" }, "specialty": [ { "coding": [ { "code": "17.000", "display": "Pharmacist", "system": "urn:oid:2.16.840.1.113883.2.4.15.111" } ], "text": "specialization" } ] } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "0205569288" }, { "system": "email", "use": "work", "value": "R.A.vandenberk@bmc.nl" }, { "system": "fax", "use": "work", "value": "0205664987" } ], "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f006</p><p><b>identifier</b>: 937223645 (OFFICIAL), 134IDY41W988 (USUAL)</p><p><b>name</b>: Rob van den Berk (OFFICIAL)</p><p><b>telecom</b>: ph: 0205569288(WORK), R.A.vandenberk@bmc.nl(WORK), fax: 0205664987(WORK)</p><p><b>address</b>: Galapagosweg 91 Den Burg 9105 PZ NLD (WORK)</p><p><b>gender</b>: male</p><p><b>birthDate</b>: 07/12/1975</p><h3>PractitionerRoles</h3><table><tr><td>-</td><td><b>ManagingOrganization</b></td><td><b>Role</b></td><td><b>Specialty</b></td></tr><tr><td>*</td><td><a>BMC</a></td><td>Care role <span>(Details : {urn:oid:2.16.840.1.113883.2.4.15.111 code '01.000' = '??', given as 'Arts'})</span></td><td>specialization <span>(Details : {urn:oid:2.16.840.1.113883.2.4.15.111 code '17.000' = '??', given as 'Pharmacist'})</span></td></tr></table></div>", "status": "generated" } }; var example586: fhir.Practitioner = { "resourceType": "Practitioner", "id": "f006", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f006</p><p><b>identifier</b>: 937223645 (OFFICIAL), 134IDY41W988 (USUAL)</p><p><b>name</b>: Rob van den Berk (OFFICIAL)</p><p><b>telecom</b>: ph: 0205569288(WORK), R.A.vandenberk@bmc.nl(WORK), fax: 0205664987(WORK)</p><p><b>address</b>: Galapagosweg 91 Den Burg 9105 PZ NLD (WORK)</p><p><b>gender</b>: male</p><p><b>birthDate</b>: 07/12/1975</p><h3>PractitionerRoles</h3><table><tr><td>-</td><td><b>ManagingOrganization</b></td><td><b>Role</b></td><td><b>Specialty</b></td></tr><tr><td>*</td><td><a>BMC</a></td><td>Care role <span>(Details : {urn:oid:2.16.840.1.113883.2.4.15.111 code '01.000' = '??', given as 'Arts'})</span></td><td>specialization <span>(Details : {urn:oid:2.16.840.1.113883.2.4.15.111 code '17.000' = '??', given as 'Pharmacist'})</span></td></tr></table></div>" }, "identifier": [ { "use": "official", "system": "urn:oid:2.16.528.1.1007.3.1", "value": "937223645", "_value": { "fhir_comments": [ " Identificatiesysteem Zorgverlener UZI " ] } }, { "use": "usual", "system": "urn:oid:2.16.840.1.113883.2.4.6.3", "value": "134IDY41W988", "_value": { "fhir_comments": [ " BSN identification system " ] } } ], "name": { "use": "official", "family": [ "van den Berk" ], "given": [ "Rob" ], "suffix": [ "MD" ] }, "telecom": [ { "system": "phone", "value": "0205569288", "use": "work" }, { "system": "email", "value": "R.A.vandenberk@bmc.nl", "use": "work" }, { "system": "fax", "value": "0205664987", "use": "work" } ], "address": [ { "fhir_comments": [ " ISO 3166 Codes (Countries) " ], "use": "work", "line": [ "Galapagosweg 91" ], "city": "Den Burg", "postalCode": "9105 PZ", "country": "NLD" } ], "gender": "male", "birthDate": "1975-12-07", "practitionerRole": [ { "managingOrganization": { "reference": "Organization/f001", "display": "BMC" }, "role": { "coding": [ { "system": "urn:oid:2.16.840.1.113883.2.4.15.111", "code": "01.000", "_code": { "fhir_comments": [ " \"AssignedRoleType\" coding system " ] }, "display": "Arts" } ], "text": "Care role" }, "specialty": [ { "coding": [ { "system": "urn:oid:2.16.840.1.113883.2.4.15.111", "code": "17.000", "_code": { "fhir_comments": [ " \"AssignedRoleType\" coding system " ] }, "display": "Pharmacist" } ], "text": "specialization" } ] } ] }; var example587: fhir.Practitioner = { "address": [ { "city": "Den Burg", "country": "NLD", "line": [ "Galapagosweg 91" ], "postalCode": "9105 PZ", "use": "work" } ], "birthDate": "1971-11-07", "gender": "female", "id": "f007", "identifier": [ { "system": "urn:oid:2.16.528.1.1007.3.1", "use": "official", "value": "874635264" }, { "system": "urn:oid:2.16.840.1.113883.2.4.6.3", "use": "usual", "value": "567IUI51C154" } ], "name": { "family": [ "Heps" ], "given": [ "Simone" ], "suffix": [ "MD" ], "use": "official" }, "practitionerRole": [ { "managingOrganization": { "display": "BMC", "reference": "Organization/f001" }, "role": { "coding": [ { "code": "01.000", "display": "Arts", "system": "urn:oid:2.16.840.1.113883.2.4.15.111" } ], "text": "Care role" }, "specialty": [ { "coding": [ { "code": "01.015", "display": "Physician", "system": "urn:oid:2.16.840.1.113883.2.4.15.111" } ], "text": "specialization" } ] } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "020556936" }, { "system": "email", "use": "work", "value": "S.M.Heps@bmc.nl" }, { "system": "fax", "use": "work", "value": "0205669283" } ], "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f007</p><p><b>identifier</b>: 874635264 (OFFICIAL), 567IUI51C154 (USUAL)</p><p><b>name</b>: Simone Heps (OFFICIAL)</p><p><b>telecom</b>: ph: 020556936(WORK), S.M.Heps@bmc.nl(WORK), fax: 0205669283(WORK)</p><p><b>address</b>: Galapagosweg 91 Den Burg 9105 PZ NLD (WORK)</p><p><b>gender</b>: female</p><p><b>birthDate</b>: 07/11/1971</p><h3>PractitionerRoles</h3><table><tr><td>-</td><td><b>ManagingOrganization</b></td><td><b>Role</b></td><td><b>Specialty</b></td></tr><tr><td>*</td><td><a>BMC</a></td><td>Care role <span>(Details : {urn:oid:2.16.840.1.113883.2.4.15.111 code '01.000' = '??', given as 'Arts'})</span></td><td>specialization <span>(Details : {urn:oid:2.16.840.1.113883.2.4.15.111 code '01.015' = '??', given as 'Physician'})</span></td></tr></table></div>", "status": "generated" } }; var example588: fhir.Practitioner = { "resourceType": "Practitioner", "id": "f007", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f007</p><p><b>identifier</b>: 874635264 (OFFICIAL), 567IUI51C154 (USUAL)</p><p><b>name</b>: Simone Heps (OFFICIAL)</p><p><b>telecom</b>: ph: 020556936(WORK), S.M.Heps@bmc.nl(WORK), fax: 0205669283(WORK)</p><p><b>address</b>: Galapagosweg 91 Den Burg 9105 PZ NLD (WORK)</p><p><b>gender</b>: female</p><p><b>birthDate</b>: 07/11/1971</p><h3>PractitionerRoles</h3><table><tr><td>-</td><td><b>ManagingOrganization</b></td><td><b>Role</b></td><td><b>Specialty</b></td></tr><tr><td>*</td><td><a>BMC</a></td><td>Care role <span>(Details : {urn:oid:2.16.840.1.113883.2.4.15.111 code '01.000' = '??', given as 'Arts'})</span></td><td>specialization <span>(Details : {urn:oid:2.16.840.1.113883.2.4.15.111 code '01.015' = '??', given as 'Physician'})</span></td></tr></table></div>" }, "identifier": [ { "use": "official", "system": "urn:oid:2.16.528.1.1007.3.1", "value": "874635264", "_value": { "fhir_comments": [ " Identificatiesysteem Zorgverlener UZI " ] } }, { "use": "usual", "system": "urn:oid:2.16.840.1.113883.2.4.6.3", "value": "567IUI51C154", "_value": { "fhir_comments": [ " BSN identification system " ] } } ], "name": { "use": "official", "family": [ "Heps" ], "given": [ "Simone" ], "suffix": [ "MD" ] }, "telecom": [ { "system": "phone", "value": "020556936", "use": "work" }, { "system": "email", "value": "S.M.Heps@bmc.nl", "use": "work" }, { "system": "fax", "value": "0205669283", "use": "work" } ], "address": [ { "fhir_comments": [ " ISO 3166 Codes (Countries) " ], "use": "work", "line": [ "Galapagosweg 91" ], "city": "Den Burg", "postalCode": "9105 PZ", "country": "NLD" } ], "gender": "female", "birthDate": "1971-11-07", "practitionerRole": [ { "managingOrganization": { "reference": "Organization/f001", "display": "BMC" }, "role": { "coding": [ { "system": "urn:oid:2.16.840.1.113883.2.4.15.111", "code": "01.000", "_code": { "fhir_comments": [ " \"AssignedRoleType\" coding system " ] }, "display": "Arts" } ], "text": "Care role" }, "specialty": [ { "coding": [ { "system": "urn:oid:2.16.840.1.113883.2.4.15.111", "code": "01.015", "_code": { "fhir_comments": [ " \"AssignedRoleType\" coding system " ] }, "display": "Physician" } ], "text": "specialization" } ] } ] }; var example589: fhir.Practitioner = { "active": true, "address": [ { "city": "Den helder", "country": "NLD", "line": [ "Walvisbaai 3", "C4 - Automatisering" ], "postalCode": "2333ZA", "use": "work" } ], "birthDate": "1956-12-24", "gender": "male", "id": "f201", "identifier": [ { "system": "urn:oid:2.16.528.1.1007.3.1", "type": { "text": "UZI-nummer" }, "use": "official", "value": "12345678901" } ], "name": { "family": [ "Bronsig" ], "given": [ "Arend" ], "prefix": [ "Dr." ], "text": "Dokter Bronsig", "use": "official" }, "practitionerRole": [ { "managingOrganization": { "display": "AUMC", "reference": "Organization/f201" }, "role": { "coding": [ { "code": "225304007", "display": "Implementation of planned interventions", "system": "http://snomed.info/sct" } ] }, "specialty": [ { "coding": [ { "code": "310512001", "display": "Medical oncologist", "system": "http://snomed.info/sct" } ] } ] } ], "qualification": [ { "code": { "coding": [ { "code": "41672002", "display": "Pulmonologist", "system": "http://snomed.info/sct" } ] } } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "+31715269111" } ], "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f201</p><p><b>identifier</b>: UZI-nummer = 12345678901 (OFFICIAL)</p><p><b>active</b>: true</p><p><b>name</b>: Dokter Bronsig(OFFICIAL)</p><p><b>telecom</b>: ph: +31715269111(WORK)</p><p><b>address</b>: Walvisbaai 3 C4 - Automatisering Den helder 2333ZA NLD (WORK)</p><p><b>gender</b>: male</p><p><b>birthDate</b>: 24/12/1956</p><h3>PractitionerRoles</h3><table><tr><td>-</td><td><b>ManagingOrganization</b></td><td><b>Role</b></td><td><b>Specialty</b></td></tr><tr><td>*</td><td><a>AUMC</a></td><td>Implementation of planned interventions <span>(Details : {SNOMED CT code '225304007' = '225304007', given as 'Implementation of planned interventions'})</span></td><td>Medical oncologist <span>(Details : {SNOMED CT code '310512001' = '310512001', given as 'Medical oncologist'})</span></td></tr></table><h3>Qualifications</h3><table><tr><td>-</td><td><b>Code</b></td></tr><tr><td>*</td><td>Pulmonologist <span>(Details : {SNOMED CT code '41672002' = '41672002', given as 'Pulmonologist'})</span></td></tr></table></div>", "status": "generated" } }; var example590: fhir.Practitioner = { "resourceType": "Practitioner", "id": "f201", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f201</p><p><b>identifier</b>: UZI-nummer = 12345678901 (OFFICIAL)</p><p><b>active</b>: true</p><p><b>name</b>: Dokter Bronsig(OFFICIAL)</p><p><b>telecom</b>: ph: +31715269111(WORK)</p><p><b>address</b>: Walvisbaai 3 C4 - Automatisering Den helder 2333ZA NLD (WORK)</p><p><b>gender</b>: male</p><p><b>birthDate</b>: 24/12/1956</p><h3>PractitionerRoles</h3><table><tr><td>-</td><td><b>ManagingOrganization</b></td><td><b>Role</b></td><td><b>Specialty</b></td></tr><tr><td>*</td><td><a>AUMC</a></td><td>Implementation of planned interventions <span>(Details : {SNOMED CT code '225304007' = '225304007', given as 'Implementation of planned interventions'})</span></td><td>Medical oncologist <span>(Details : {SNOMED CT code '310512001' = '310512001', given as 'Medical oncologist'})</span></td></tr></table><h3>Qualifications</h3><table><tr><td>-</td><td><b>Code</b></td></tr><tr><td>*</td><td>Pulmonologist <span>(Details : {SNOMED CT code '41672002' = '41672002', given as 'Pulmonologist'})</span></td></tr></table></div>" }, "identifier": [ { "use": "official", "_use": { "fhir_comments": [ " The identifier for the person as this practitioner (fictive) " ] }, "type": { "text": "UZI-nummer" }, "system": "urn:oid:2.16.528.1.1007.3.1", "value": "12345678901" } ], "active": true, "name": { "fhir_comments": [ " Practitioner's personal demographics " ], "use": "official", "_use": { "fhir_comments": [ " The name of the practitioner " ] }, "text": "Dokter Bronsig", "family": [ "Bronsig" ], "given": [ "Arend" ], "prefix": [ "Dr." ] }, "telecom": [ { "system": "phone", "_system": { "fhir_comments": [ " A contact detail for the individual " ] }, "value": "+31715269111", "use": "work" } ], "address": [ { "fhir_comments": [ " ISO 3166 3 letter code " ], "use": "work", "_use": { "fhir_comments": [ " Work address for the individual " ] }, "line": [ "Walvisbaai 3", "C4 - Automatisering" ], "city": "Den helder", "postalCode": "2333ZA", "country": "NLD" } ], "gender": "male", "birthDate": "1956-12-24", "practitionerRole": [ { "fhir_comments": [ " Fortunately, the doctor is still alive! ", " <photo>\n <reference value=\"Media/AB-201.bmp\"/>\n <display value=\"Picture_Dokter_Bronsig\"/>\n </photo> " ], "managingOrganization": { "reference": "Organization/f201", "display": "AUMC" }, "role": { "coding": [ { "system": "http://snomed.info/sct", "code": "225304007", "display": "Implementation of planned interventions" } ] }, "specialty": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "310512001", "display": "Medical oncologist" } ] } ] } ], "qualification": [ { "code": { "coding": [ { "fhir_comments": [ " Dr. Bronsig is not only a medical oncologist, but also a pulmonologist " ], "system": "http://snomed.info/sct", "code": "41672002", "display": "Pulmonologist" } ] } } ] }; var example591: fhir.Practitioner = { "active": true, "address": [ { "city": "Den helder", "country": "NLD", "line": [ "Walvisbaai 3", "C4 - Automatisering" ], "postalCode": "2333ZA", "use": "work" } ], "birthDate": "1960-06-12", "gender": "male", "id": "f202", "identifier": [ { "system": "urn:oid:2.16.528.1.1007.3.1", "type": { "text": "UZI-nummer" }, "use": "official", "value": "12345678902" }, { "system": "https://www.bigregister.nl/", "type": { "text": "BIG-nummer" }, "use": "official", "value": "12345678902" } ], "name": { "family": [ "Maas" ], "given": [ "Luigi" ], "prefix": [ "Dr." ], "text": "Luigi Maas", "use": "official" }, "practitionerRole": [ { "managingOrganization": { "display": "AUMC", "reference": "Organization/f201" }, "role": { "coding": [ { "code": "33526004", "display": "Electronic laboratory reporting", "system": "http://snomed.info/sct" } ] }, "specialty": [ { "coding": [ { "code": "159285000", "display": "Medical laboratory technician", "system": "http://snomed.info/sct" } ] } ] } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "+31715269111" } ], "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f202</p><p><b>identifier</b>: UZI-nummer = 12345678902 (OFFICIAL), BIG-nummer = 12345678902 (OFFICIAL)</p><p><b>active</b>: true</p><p><b>name</b>: Luigi Maas(OFFICIAL)</p><p><b>telecom</b>: ph: +31715269111(WORK)</p><p><b>address</b>: Walvisbaai 3 C4 - Automatisering Den helder 2333ZA NLD (WORK)</p><p><b>gender</b>: male</p><p><b>birthDate</b>: 12/06/1960</p><h3>PractitionerRoles</h3><table><tr><td>-</td><td><b>ManagingOrganization</b></td><td><b>Role</b></td><td><b>Specialty</b></td></tr><tr><td>*</td><td><a>AUMC</a></td><td>Electronic laboratory reporting <span>(Details : {SNOMED CT code '33526004' = '33526004', given as 'Electronic laboratory reporting'})</span></td><td>Medical laboratory technician <span>(Details : {SNOMED CT code '159285000' = '159285000', given as 'Medical laboratory technician'})</span></td></tr></table></div>", "status": "generated" } }; var example592: fhir.Practitioner = { "resourceType": "Practitioner", "id": "f202", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f202</p><p><b>identifier</b>: UZI-nummer = 12345678902 (OFFICIAL), BIG-nummer = 12345678902 (OFFICIAL)</p><p><b>active</b>: true</p><p><b>name</b>: Luigi Maas(OFFICIAL)</p><p><b>telecom</b>: ph: +31715269111(WORK)</p><p><b>address</b>: Walvisbaai 3 C4 - Automatisering Den helder 2333ZA NLD (WORK)</p><p><b>gender</b>: male</p><p><b>birthDate</b>: 12/06/1960</p><h3>PractitionerRoles</h3><table><tr><td>-</td><td><b>ManagingOrganization</b></td><td><b>Role</b></td><td><b>Specialty</b></td></tr><tr><td>*</td><td><a>AUMC</a></td><td>Electronic laboratory reporting <span>(Details : {SNOMED CT code '33526004' = '33526004', given as 'Electronic laboratory reporting'})</span></td><td>Medical laboratory technician <span>(Details : {SNOMED CT code '159285000' = '159285000', given as 'Medical laboratory technician'})</span></td></tr></table></div>" }, "identifier": [ { "use": "official", "_use": { "fhir_comments": [ " The identifier for the person as this practitioner (fictive) " ] }, "type": { "text": "UZI-nummer" }, "system": "urn:oid:2.16.528.1.1007.3.1", "value": "12345678902" }, { "use": "official", "_use": { "fhir_comments": [ " The identifier for this individual " ] }, "type": { "text": "BIG-nummer" }, "system": "https://www.bigregister.nl/", "value": "12345678902" } ], "active": true, "name": { "use": "official", "_use": { "fhir_comments": [ " The name of the practitioner " ] }, "text": "Luigi Maas", "family": [ "Maas" ], "given": [ "Luigi" ], "prefix": [ "Dr." ] }, "telecom": [ { "system": "phone", "_system": { "fhir_comments": [ " A contact detail for the individual " ] }, "value": "+31715269111", "use": "work" } ], "address": [ { "fhir_comments": [ " ISO 3166 3 letter code " ], "use": "work", "_use": { "fhir_comments": [ " Work address for the individual " ] }, "line": [ "Walvisbaai 3", "C4 - Automatisering" ], "city": "Den helder", "postalCode": "2333ZA", "country": "NLD" } ], "gender": "male", "birthDate": "1960-06-12", "_birthDate": { "fhir_comments": [ " The practitioner's administrative gender " ] }, "practitionerRole": [ { "fhir_comments": [ " <photo> \n <reference value=\"Media/LM-203.bmp\"/>\n <display value=\"Picture_Luigi_Maas\"/>\n </photo> " ], "managingOrganization": { "reference": "Organization/f201", "display": "AUMC" }, "role": { "coding": [ { "system": "http://snomed.info/sct", "code": "33526004", "display": "Electronic laboratory reporting" } ] }, "specialty": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "159285000", "display": "Medical laboratory technician" } ] } ] } ] }; var example593: fhir.Practitioner = { "active": true, "address": [ { "city": "Den helder", "country": "NLD", "line": [ "Walvisbaai 3" ], "postalCode": "2333ZA", "use": "work" } ], "birthDate": "1983-04-20", "gender": "male", "id": "f203", "identifier": [ { "system": "urn:oid:2.16.528.1.1007.3.1", "type": { "text": "UZI-nummer" }, "use": "official", "value": "12345678903" }, { "system": "https://www.bigregister.nl/", "type": { "text": "BIG-nummer" }, "use": "official", "value": "12345678903" } ], "name": { "text": "Juri van Gelder", "use": "official" }, "practitionerRole": [ { "managingOrganization": { "display": "AUMC", "reference": "Organization/f201" }, "role": { "coding": [ { "code": "36682004", "display": "Physical therapist", "system": "http://snomed.info/sct" } ] }, "specialty": [ { "coding": [ { "code": "410158009", "display": "Assess physical therapist service", "system": "http://snomed.info/sct" } ] } ] } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "+31715269111" } ], "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f203</p><p><b>identifier</b>: UZI-nummer = 12345678903 (OFFICIAL), BIG-nummer = 12345678903 (OFFICIAL)</p><p><b>active</b>: true</p><p><b>name</b>: Juri van Gelder(OFFICIAL)</p><p><b>telecom</b>: ph: +31715269111(WORK)</p><p><b>address</b>: Walvisbaai 3 Den helder 2333ZA NLD (WORK)</p><p><b>gender</b>: male</p><p><b>birthDate</b>: 20/04/1983</p><h3>PractitionerRoles</h3><table><tr><td>-</td><td><b>ManagingOrganization</b></td><td><b>Role</b></td><td><b>Specialty</b></td></tr><tr><td>*</td><td><a>AUMC</a></td><td>Physical therapist <span>(Details : {SNOMED CT code '36682004' = '36682004', given as 'Physical therapist'})</span></td><td>Assess physical therapist service <span>(Details : {SNOMED CT code '410158009' = '410158009', given as 'Assess physical therapist service'})</span></td></tr></table></div>", "status": "generated" } }; var example594: fhir.Practitioner = { "resourceType": "Practitioner", "id": "f203", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f203</p><p><b>identifier</b>: UZI-nummer = 12345678903 (OFFICIAL), BIG-nummer = 12345678903 (OFFICIAL)</p><p><b>active</b>: true</p><p><b>name</b>: Juri van Gelder(OFFICIAL)</p><p><b>telecom</b>: ph: +31715269111(WORK)</p><p><b>address</b>: Walvisbaai 3 Den helder 2333ZA NLD (WORK)</p><p><b>gender</b>: male</p><p><b>birthDate</b>: 20/04/1983</p><h3>PractitionerRoles</h3><table><tr><td>-</td><td><b>ManagingOrganization</b></td><td><b>Role</b></td><td><b>Specialty</b></td></tr><tr><td>*</td><td><a>AUMC</a></td><td>Physical therapist <span>(Details : {SNOMED CT code '36682004' = '36682004', given as 'Physical therapist'})</span></td><td>Assess physical therapist service <span>(Details : {SNOMED CT code '410158009' = '410158009', given as 'Assess physical therapist service'})</span></td></tr></table></div>" }, "identifier": [ { "use": "official", "_use": { "fhir_comments": [ " The identifier for the person as this practitioner (fictive) " ] }, "type": { "text": "UZI-nummer" }, "system": "urn:oid:2.16.528.1.1007.3.1", "value": "12345678903" }, { "use": "official", "_use": { "fhir_comments": [ " The identifier for this individual " ] }, "type": { "text": "BIG-nummer" }, "system": "https://www.bigregister.nl/", "value": "12345678903" } ], "active": true, "name": { "use": "official", "_use": { "fhir_comments": [ " The name of the practitioner " ] }, "text": "Juri van Gelder" }, "telecom": [ { "system": "phone", "_system": { "fhir_comments": [ " A contact detail for the individual " ] }, "value": "+31715269111", "use": "work" } ], "address": [ { "fhir_comments": [ " ISO 3166 3 letter code " ], "use": "work", "_use": { "fhir_comments": [ " Work address for the individual " ] }, "line": [ "Walvisbaai 3" ], "city": "Den helder", "postalCode": "2333ZA", "country": "NLD" } ], "gender": "male", "birthDate": "1983-04-20", "_birthDate": { "fhir_comments": [ " The practitioner's administrative gender " ] }, "practitionerRole": [ { "fhir_comments": [ " <photo> \n <reference value=\"Media/JvG-203.bmp\"/>\n <display value=\"Picture_Juri_van_Gelder\"/>\n </photo> " ], "managingOrganization": { "reference": "Organization/f201", "display": "AUMC" }, "role": { "coding": [ { "system": "http://snomed.info/sct", "code": "36682004", "display": "Physical therapist" } ] }, "specialty": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "410158009", "display": "Assess physical therapist service" } ] } ] } ] }; var example595: fhir.Practitioner = { "address": [ { "city": "Den helder", "country": "NLD", "line": [ "Walvisbaai 3" ], "postalCode": "2333ZA", "use": "work" } ], "birthDate": "1967-11-05", "gender": "female", "id": "f204", "identifier": [ { "system": "urn:oid:2.16.528.1.1007.3.1", "type": { "text": "UZI-nummer" }, "use": "official", "value": "12345678904" } ], "name": { "text": "Carla Espinosa", "use": "usual" }, "practitionerRole": [ { "managingOrganization": { "display": "AUMC", "reference": "Organization/f201" }, "role": { "coding": [ { "code": "224565004", "display": "Renal nurse", "system": "http://snomed.info/sct" } ] }, "specialty": [ { "coding": [ { "code": "9632001", "display": "Nursing procedure", "system": "http://snomed.info/sct" } ] } ] } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "+31715262169" } ], "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f204</p><p><b>identifier</b>: UZI-nummer = 12345678904 (OFFICIAL)</p><p><b>name</b>: Carla Espinosa</p><p><b>telecom</b>: ph: +31715262169(WORK)</p><p><b>address</b>: Walvisbaai 3 Den helder 2333ZA NLD (WORK)</p><p><b>gender</b>: female</p><p><b>birthDate</b>: 05/11/1967</p><h3>PractitionerRoles</h3><table><tr><td>-</td><td><b>ManagingOrganization</b></td><td><b>Role</b></td><td><b>Specialty</b></td></tr><tr><td>*</td><td><a>AUMC</a></td><td>Renal nurse <span>(Details : {SNOMED CT code '224565004' = '224565004', given as 'Renal nurse'})</span></td><td>Nursing procedure <span>(Details : {SNOMED CT code '9632001' = '9632001', given as 'Nursing procedure'})</span></td></tr></table></div>", "status": "generated" } }; var example596: fhir.Practitioner = { "resourceType": "Practitioner", "id": "f204", "text": { "fhir_comments": [ " Practitioner's personal demographics " ], "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f204</p><p><b>identifier</b>: UZI-nummer = 12345678904 (OFFICIAL)</p><p><b>name</b>: Carla Espinosa</p><p><b>telecom</b>: ph: +31715262169(WORK)</p><p><b>address</b>: Walvisbaai 3 Den helder 2333ZA NLD (WORK)</p><p><b>gender</b>: female</p><p><b>birthDate</b>: 05/11/1967</p><h3>PractitionerRoles</h3><table><tr><td>-</td><td><b>ManagingOrganization</b></td><td><b>Role</b></td><td><b>Specialty</b></td></tr><tr><td>*</td><td><a>AUMC</a></td><td>Renal nurse <span>(Details : {SNOMED CT code '224565004' = '224565004', given as 'Renal nurse'})</span></td><td>Nursing procedure <span>(Details : {SNOMED CT code '9632001' = '9632001', given as 'Nursing procedure'})</span></td></tr></table></div>" }, "identifier": [ { "use": "official", "_use": { "fhir_comments": [ " The (fictive) identifier for this individual " ] }, "type": { "text": "UZI-nummer" }, "system": "urn:oid:2.16.528.1.1007.3.1", "value": "12345678904" } ], "name": { "use": "usual", "text": "Carla Espinosa" }, "telecom": [ { "system": "phone", "value": "+31715262169", "use": "work" } ], "address": [ { "use": "work", "line": [ "Walvisbaai 3" ], "city": "Den helder", "postalCode": "2333ZA", "country": "NLD" } ], "gender": "female", "birthDate": "1967-11-05", "practitionerRole": [ { "fhir_comments": [ " <photo> \n <reference value=\"Media/CE-204.bmp\"/>\n <display value=\"Picture_Carla_Espinosa\"/>\n </photo> " ], "managingOrganization": { "reference": "Organization/f201", "display": "AUMC" }, "role": { "coding": [ { "system": "http://snomed.info/sct", "code": "224565004", "display": "Renal nurse" } ] }, "specialty": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "9632001", "display": "Nursing procedure" } ] } ] } ] }; var example597: fhir.Practitioner = { "id": "xcda-author", "name": { "family": [ "Hippocrates" ], "given": [ "Harold" ], "suffix": [ "MD" ] }, "resourceType": "Practitioner", "text": { "div": "<div>\n <p>Harold Hippocrates, MD</p>\n </div>", "status": "generated" } }; var example598: fhir.Practitioner = { "resourceType": "Practitioner", "id": "xcda-author", "text": { "status": "generated", "div": "<div>\n <p>Harold Hippocrates, MD</p>\n </div>" }, "name": { "family": [ "Hippocrates" ], "given": [ "Harold" ], "suffix": [ "MD" ] } }; var example599: fhir.Practitioner = { "id": "xcda1", "identifier": [ { "system": "http://healthcare.example.org/identifiers/staff", "use": "official", "value": "D234123" } ], "name": { "family": [ "Dopplemeyer" ], "given": [ "Sherry" ] }, "practitionerRole": [ { "managingOrganization": { "display": "Cleveland Clinic" }, "role": { "text": "Primary Surgon" }, "specialty": [ { "text": "Orthopedic" } ] } ], "resourceType": "Practitioner", "telecom": [ { "system": "email", "value": "john.doe@healthcare.example.org" } ], "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: xcda1</p><p><b>identifier</b>: D234123 (OFFICIAL)</p><p><b>name</b>: Sherry Dopplemeyer </p><p><b>telecom</b>: john.doe@healthcare.example.org</p><h3>PractitionerRoles</h3><table><tr><td>-</td><td><b>ManagingOrganization</b></td><td><b>Role</b></td><td><b>Specialty</b></td></tr><tr><td>*</td><td>Cleveland Clinic</td><td>Primary Surgon <span>(Details )</span></td><td>Orthopedic <span>(Details )</span></td></tr></table></div>", "status": "generated" } }; var example600: fhir.Practitioner = { "resourceType": "Practitioner", "id": "xcda1", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: xcda1</p><p><b>identifier</b>: D234123 (OFFICIAL)</p><p><b>name</b>: Sherry Dopplemeyer </p><p><b>telecom</b>: john.doe@healthcare.example.org</p><h3>PractitionerRoles</h3><table><tr><td>-</td><td><b>ManagingOrganization</b></td><td><b>Role</b></td><td><b>Specialty</b></td></tr><tr><td>*</td><td>Cleveland Clinic</td><td>Primary Surgon <span>(Details )</span></td><td>Orthopedic <span>(Details )</span></td></tr></table></div>" }, "identifier": [ { "use": "official", "system": "http://healthcare.example.org/identifiers/staff", "value": "D234123" } ], "name": { "family": [ "Dopplemeyer" ], "given": [ "Sherry" ] }, "telecom": [ { "system": "email", "value": "john.doe@healthcare.example.org" } ], "practitionerRole": [ { "managingOrganization": { "display": "Cleveland Clinic" }, "role": { "text": "Primary Surgon" }, "specialty": [ { "text": "Orthopedic" } ] } ] }; var example601: fhir.Practitioner = { "active": true, "id": "example", "identifier": [ { "system": "http://www.acme.org/practitioners", "value": "23" } ], "name": { "family": [ "Careful" ], "given": [ "Adam" ], "prefix": [ "Dr" ] }, "practitionerRole": [ { "healthcareService": [ { "reference": "HealthcareService/example" } ], "location": [ { "display": "South Wing, second floor", "reference": "Location/1" } ], "managingOrganization": { "reference": "Organization/f001" }, "period": { "end": "2012-03-31", "start": "2012-01-01" }, "role": { "coding": [ { "code": "RP", "system": "http://hl7.org/fhir/v2/0286" } ] } } ], "qualification": [ { "code": { "text": "Bachelor of Science" }, "identifier": [ { "system": "http://example.org/UniversityIdentifier", "value": "12345" } ], "issuer": { "display": "Example University" }, "period": { "start": "1995" } } ], "resourceType": "Practitioner", "text": { "div": "<div>\n <p>Dr Adam Careful is a Referring Practitioner for Acme Hospital from 1-Jan 2012 to 31-Mar\n 2012</p>\n </div>", "status": "generated" } }; var example602: fhir.Practitioner = { "resourceType": "Practitioner", "id": "example", "text": { "status": "generated", "div": "<div>\n <p>Dr Adam Careful is a Referring Practitioner for Acme Hospital from 1-Jan 2012 to 31-Mar\n 2012</p>\n </div>" }, "identifier": [ { "system": "http://www.acme.org/practitioners", "value": "23" } ], "active": true, "name": { "family": [ "Careful" ], "given": [ "Adam" ], "prefix": [ "Dr" ] }, "practitionerRole": [ { "managingOrganization": { "reference": "Organization/f001" }, "role": { "fhir_comments": [ " Referring Practitioner for the first 3 months of 2012 " ], "coding": [ { "system": "http://hl7.org/fhir/v2/0286", "code": "RP" } ] }, "period": { "start": "2012-01-01", "end": "2012-03-31" }, "location": [ { "reference": "Location/1", "display": "South Wing, second floor" } ], "healthcareService": [ { "reference": "HealthcareService/example" } ] } ], "qualification": [ { "identifier": [ { "system": "http://example.org/UniversityIdentifier", "value": "12345" } ], "code": { "text": "Bachelor of Science" }, "period": { "start": "1995" }, "issuer": { "display": "Example University" } } ] }; var example603: fhir.Bundle = { "entry": [ { "fullUrl": "http://hl7.org/fhir/Practitioner/13", "resource": { "address": [ { "line": [ "1002 Healthcare Drive" ], "use": "home" } ], "gender": "male", "id": "13", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "333333333" } ], "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": { "family": [ "Seven" ], "given": [ "Henry" ], "use": "official" }, "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-1002" } ], "text": { "div": "<div>Seven, Henry. SSN:\n 333333333</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/14", "resource": { "address": [ { "line": [ "1020 Healthcare Drive" ], "use": "home" } ], "gender": "female", "id": "14", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "33344444" } ], "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": { "family": [ "Assigned" ], "given": [ "Amanda" ], "use": "official" }, "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-1021" } ], "text": { "div": "<div>Assigned, Amanda. SSN:\n 33344444</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/15", "resource": { "address": [ { "line": [ "1003 Healthcare Drive" ], "use": "home" } ], "gender": "male", "id": "15", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "444444444" } ], "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": { "family": [ "Hippocrates" ], "given": [ "Harold" ], "use": "official" }, "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-1003" } ], "text": { "div": "<div>Hippocrates, Harold. SSN:\n 444444444</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/16", "resource": { "address": [ { "line": [ "1004 Healthcare Drive" ], "use": "home" } ], "gender": "female", "id": "16", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "555555555" } ], "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": { "family": [ "Primary" ], "given": [ "Patricia" ], "use": "official" }, "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-1004" } ], "text": { "div": "<div>Primary, Patricia. SSN:\n 555555555</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/17", "resource": { "address": [ { "line": [ "1005 Healthcare Drive" ], "use": "home" } ], "gender": "male", "id": "17", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "666666666" } ], "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": { "family": [ "Admit" ], "given": [ "Alan" ], "use": "official" }, "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-1005" } ], "text": { "div": "<div>Admit, Alan. SSN:\n 666666666</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/18", "resource": { "address": [ { "line": [ "1006 Healthcare Drive" ], "use": "home" } ], "gender": "male", "id": "18", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "777777777" } ], "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": { "family": [ "Attend" ], "given": [ "Aaron" ], "use": "official" }, "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-1006" } ], "text": { "div": "<div>Attend, Aaron. SSN:\n 777777777</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/19", "resource": { "address": [ { "line": [ "1007 Healthcare Drive" ], "use": "home" } ], "gender": "male", "id": "19", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "888888888" } ], "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": { "family": [ "Sender" ], "given": [ "Sam" ], "use": "official" }, "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-1007" } ], "text": { "div": "<div>Sender, Sam. SSN:\n 888888888</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/20", "resource": { "address": [ { "line": [ "1021 Healthcare Drive" ], "use": "home" } ], "gender": "male", "id": "20", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "888222222" } ], "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": { "family": [ "Intern" ], "given": [ "Irving" ], "use": "official" }, "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-1022" } ], "text": { "div": "<div>Intern, Irving. SSN:\n 888222222</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/21", "resource": { "address": [ { "line": [ "1022 Healthcare Drive" ], "use": "home" } ], "gender": "female", "id": "21", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "888333333" } ], "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": { "family": [ "Resident" ], "given": [ "Rachel" ], "use": "official" }, "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-1023" } ], "text": { "div": "<div>Resident, Rachel. SSN:\n 888333333</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/22", "resource": { "address": [ { "line": [ "1023 Healthcare Drive" ], "use": "home" } ], "gender": "female", "id": "22", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "888444444" } ], "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": { "family": [ "Leader" ], "given": [ "Linda" ], "use": "official" }, "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-1024" } ], "text": { "div": "<div>Leader, Linda. SSN:\n 888444444</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/23", "resource": { "address": [ { "line": [ "1008 Healthcare Drive" ], "use": "home" } ], "gender": "male", "id": "23", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "999999999" } ], "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": { "family": [ "Verify" ], "given": [ "Virgil" ], "use": "official" }, "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-1008" } ], "text": { "div": "<div>Verify, Virgil. SSN:\n 999999999</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/24", "resource": { "address": [ { "line": [ "1009 Healthcare Drive" ], "use": "home" } ], "gender": "female", "id": "24", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "222333333" } ], "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": { "family": [ "Specialize" ], "given": [ "Sara" ], "use": "official" }, "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-1009" } ], "text": { "div": "<div>Specialize, Sara. SSN:\n 222333333</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/25", "resource": { "address": [ { "line": [ "1024 Healthcare Drive" ], "use": "home" } ], "gender": "male", "id": "25", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "222223333" } ], "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": { "family": [ "Reaction" ], "given": [ "Ramsey" ], "use": "official" }, "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-1025" } ], "text": { "div": "<div>Reaction, Ramsey. SSN:\n 222223333</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/26", "resource": { "address": [ { "line": [ "1012 Healthcare Drive" ], "use": "home" } ], "gender": "female", "id": "26", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "222666666" } ], "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": { "family": [ "Sleeper" ], "given": [ "Sally" ], "use": "official" }, "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-1012" } ], "text": { "div": "<div>Sleeper, Sally. SSN:\n 222666666</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/27", "resource": { "address": [ { "line": [ "1025 Healthcare Drive" ], "use": "home" } ], "gender": "male", "id": "27", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "222334444" } ], "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": { "family": [ "Pump" ], "given": [ "Patrick" ], "use": "official" }, "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-1027" } ], "text": { "div": "<div>Pump, Patrick. SSN:\n 222334444</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/28", "resource": { "address": [ { "line": [ "1026 Healthcare Drive" ], "use": "home" } ], "gender": "female", "id": "28", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "222335555" } ], "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": { "family": [ "Valve" ], "given": [ "Vera" ], "use": "official" }, "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-1028" } ], "text": { "div": "<div>Valve, Vera. SSN:\n 222335555</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/29", "resource": { "address": [ { "line": [ "1027 Healthcare Drive" ], "use": "home" } ], "gender": "female", "id": "29", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "222336666" } ], "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": { "family": [ "Scratch" ], "given": [ "Sophie" ], "use": "official" }, "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-1029" } ], "text": { "div": "<div>Scratch, Sophie. SSN:\n 222336666</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/30", "resource": { "address": [ { "line": [ "1028 Healthcare Drive" ], "use": "home" } ], "gender": "male", "id": "30", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "222337777" } ], "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": { "family": [ "Emergency" ], "given": [ "Eric" ], "use": "official" }, "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-1030" } ], "text": { "div": "<div>Emergency, Eric. SSN:\n 222337777</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/31", "resource": { "address": [ { "line": [ "1029 Healthcare Drive" ], "use": "home" } ], "gender": "male", "id": "31", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "222338888" } ], "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": { "family": [ "Hormone" ], "given": [ "Horace" ], "use": "official" }, "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-1031" } ], "text": { "div": "<div>Hormone, Horace. SSN:\n 222338888</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/32", "resource": { "address": [ { "line": [ "1030 Healthcare Drive" ], "use": "home" } ], "gender": "female", "id": "32", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "222339999" } ], "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": { "family": [ "Family" ], "given": [ "Fay" ], "use": "official" }, "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-1032" } ], "text": { "div": "<div>Family, Fay. SSN:\n 222339999</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/33", "resource": { "address": [ { "line": [ "1031 Healthcare Drive" ], "use": "home" } ], "gender": "male", "id": "33", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "222442222" } ], "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": { "family": [ "Tum" ], "given": [ "Tony" ], "use": "official" }, "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-1033" } ], "text": { "div": "<div>Tum, Tony. SSN:\n 222442222</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/34", "resource": { "address": [ { "line": [ "1032 Healthcare Drive" ], "use": "home" } ], "gender": "male", "id": "34", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "222443333" } ], "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": { "family": [ "Sage" ], "given": [ "Stanley" ], "use": "official" }, "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-1034" } ], "text": { "div": "<div>Sage, Stanley. SSN:\n 222443333</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/35", "resource": { "address": [ { "line": [ "1033 Healthcare Drive" ], "use": "home" } ], "gender": "male", "id": "35", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "222443344" } ], "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": { "family": [ "Bleeder" ], "given": [ "Boris" ], "use": "official" }, "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-1035" } ], "text": { "div": "<div>Bleeder, Boris. SSN:\n 222443344</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/36", "resource": { "address": [ { "line": [ "1034 Healthcare Drive" ], "use": "home" } ], "gender": "female", "id": "36", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "222445555" } ], "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": { "family": [ "Pasteur" ], "given": [ "Paula" ], "use": "official" }, "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-1036" } ], "text": { "div": "<div>Pasteur, Paula. SSN:\n 222445555</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/37", "resource": { "address": [ { "line": [ "1035 Healthcare Drive" ], "use": "home" } ], "gender": "male", "id": "37", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "222446666" } ], "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": { "family": [ "Osler" ], "given": [ "Otto" ], "use": "official" }, "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-1037" } ], "text": { "div": "<div>Osler, Otto. SSN:\n 222446666</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/38", "resource": { "address": [ { "line": [ "1036 Healthcare Drive" ], "use": "home" } ], "gender": "male", "id": "38", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "222447777" } ], "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": { "family": [ "Renal" ], "given": [ "Rory" ], "use": "official" }, "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-1038" } ], "text": { "div": "<div>Renal, Rory. SSN:\n 222447777</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/39", "resource": { "address": [ { "line": [ "1037 Healthcare Drive" ], "use": "home" } ], "gender": "male", "id": "39", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "222448888" } ], "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": { "family": [ "Brain" ], "given": [ "Barry" ], "use": "official" }, "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-1039" } ], "text": { "div": "<div>Brain, Barry. SSN:\n 222448888</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/40", "resource": { "address": [ { "line": [ "1038 Healthcare Drive" ], "use": "home" } ], "gender": "female", "id": "40", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "222449999" } ], "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": { "family": [ "Cranium" ], "given": [ "Carol" ], "use": "official" }, "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-1040" } ], "text": { "div": "<div>Cranium, Carol. SSN:\n 222449999</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/41", "resource": { "address": [ { "line": [ "1039 Healthcare Drive" ], "use": "home" } ], "gender": "female", "id": "41", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "222552222" } ], "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": { "family": [ "Fem" ], "given": [ "Flora" ], "use": "official" }, "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-1041" } ], "text": { "div": "<div>Fem, Flora. SSN:\n 222552222</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/42", "resource": { "address": [ { "line": [ "1040 Healthcare Drive" ], "use": "home" } ], "gender": "female", "id": "42", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "222553333" } ], "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": { "family": [ "Tumor" ], "given": [ "Trudy" ], "use": "official" }, "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-2003" } ], "text": { "div": "<div>Tumor, Trudy. SSN:\n 222553333</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/43", "resource": { "address": [ { "line": [ "1041 Healthcare Drive" ], "use": "home" } ], "gender": "male", "id": "43", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "222554444" } ], "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": { "family": [ "Vision" ], "given": [ "Victor" ], "use": "official" }, "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-1043" } ], "text": { "div": "<div>Vision, Victor. SSN:\n 222554444</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/44", "resource": { "address": [ { "line": [ "1042 Healthcare Drive" ], "use": "home" } ], "gender": "male", "id": "44", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "222555545" } ], "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": { "family": [ "Carpenter" ], "given": [ "Calvin" ], "use": "official" }, "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-1044" } ], "text": { "div": "<div>Carpenter, Calvin. SSN:\n 222555545</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/45", "resource": { "address": [ { "line": [ "1043 Healthcare Drive" ], "use": "home" } ], "gender": "male", "id": "45", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "222556666" } ], "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": { "family": [ "Rhino" ], "given": [ "Rick" ], "use": "official" }, "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-1045" } ], "text": { "div": "<div>Rhino, Rick. SSN:\n 222556666</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/46", "resource": { "address": [ { "line": [ "1010 Healthcare Drive" ], "use": "home" } ], "gender": "male", "id": "46", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "222444444" } ], "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": { "family": [ "Slide" ], "given": [ "Stan" ], "use": "official" }, "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-1010" } ], "text": { "div": "<div>Slide, Stan. SSN:\n 222444444</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/47", "resource": { "address": [ { "line": [ "1044 Healthcare Drive" ], "use": "home" } ], "gender": "female", "id": "47", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "222557777" } ], "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": { "family": [ "Kidder" ], "given": [ "Karen" ], "use": "official" }, "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-1046" } ], "text": { "div": "<div>Kidder, Karen. SSN:\n 222557777</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/48", "resource": { "address": [ { "line": [ "1045 Healthcare Drive" ], "use": "home" } ], "gender": "female", "id": "48", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "222558888" } ], "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": { "family": [ "Hollywood" ], "given": [ "Heddie" ], "use": "official" }, "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-1047" } ], "text": { "div": "<div>Hollywood, Heddie. SSN:\n 222558888</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/49", "resource": { "address": [ { "line": [ "1046 Healthcare Drive" ], "use": "home" } ], "gender": "female", "id": "49", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "222559999" } ], "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": { "family": [ "Shrink" ], "given": [ "Serena" ], "use": "official" }, "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-1048" } ], "text": { "div": "<div>Shrink, Serena. SSN:\n 222559999</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/50", "resource": { "address": [ { "line": [ "1047 Healthcare Drive" ], "use": "home" } ], "gender": "female", "id": "50", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "222662222" } ], "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": { "family": [ "Puffer" ], "given": [ "Penny" ], "use": "official" }, "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-1049" } ], "text": { "div": "<div>Puffer, Penny. SSN:\n 222662222</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/51", "resource": { "address": [ { "line": [ "1011 Healthcare Drive" ], "use": "home" } ], "gender": "female", "id": "51", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "222555555" } ], "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": { "family": [ "Curie" ], "given": [ "Christine" ], "use": "official" }, "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-1011" } ], "text": { "div": "<div>Curie, Christine. SSN:\n 222555555</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/52", "resource": { "address": [ { "line": [ "1048 Healthcare Drive" ], "use": "home" } ], "gender": "male", "id": "52", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "222663333" } ], "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": { "family": [ "Joint" ], "given": [ "Jeffrey" ], "use": "official" }, "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-1050" } ], "text": { "div": "<div>Joint, Jeffrey. SSN:\n 222663333</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/53", "resource": { "address": [ { "line": [ "1013 Healthcare Drive" ], "use": "home" } ], "gender": "male", "id": "53", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "222777777" } ], "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": { "family": [ "Cutter" ], "given": [ "Carl" ], "use": "official" }, "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-1013" } ], "text": { "div": "<div>Cutter, Carl. SSN:\n 222777777</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/54", "resource": { "address": [ { "line": [ "1049 Healthcare Drive" ], "use": "home" } ], "gender": "male", "id": "54", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "222664444" } ], "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": { "family": [ "Plumber" ], "given": [ "Peter" ], "use": "official" }, "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-1051" } ], "text": { "div": "<div>Plumber, Peter. SSN:\n 222664444</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/55", "resource": { "address": [ { "line": [ "1050 Healthcare Drive" ], "use": "home" } ], "gender": "male", "id": "55", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "222665555" } ], "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": { "family": [ "Helper" ], "given": [ "Horace" ], "use": "official" }, "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-1052" } ], "text": { "div": "<div>Helper, Horace. SSN:\n 222665555</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/56", "resource": { "address": [ { "line": [ "1014 Healthcare Drive" ], "use": "home" } ], "gender": "female", "id": "56", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "222888888" } ], "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": { "family": [ "Nightingale" ], "given": [ "Nancy" ], "use": "official" }, "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-1014" } ], "text": { "div": "<div>Nightingale, Nancy. SSN:\n 222888888</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/57", "resource": { "address": [ { "line": [ "1015 Healthcare Drive" ], "use": "home" } ], "gender": "male", "id": "57", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "222999999" } ], "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": { "family": [ "Barton" ], "given": [ "Clarence" ], "use": "official" }, "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-1015" } ], "text": { "div": "<div>Barton, Clarence. SSN:\n 222999999</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/58", "resource": { "address": [ { "line": [ "1051 Healthcare Drive" ], "use": "home" } ], "gender": "male", "id": "58", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "222666666" } ], "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": { "family": [ "Bender" ], "given": [ "Bob" ], "use": "official" }, "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-1053" } ], "text": { "div": "<div>Bender, Bob. SSN:\n 222666666</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/59", "resource": { "address": [ { "line": [ "1052 Healthcare Drive" ], "use": "home" } ], "gender": "male", "id": "59", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "222667777" } ], "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": { "family": [ "Chopper" ], "given": [ "Charlie" ], "use": "official" }, "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-1054" } ], "text": { "div": "<div>Chopper, Charlie. SSN:\n 222667777</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/60", "resource": { "address": [ { "line": [ "1053 Healthcare Drive" ], "use": "home" } ], "gender": "male", "id": "60", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "222668888" } ], "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": { "family": [ "Brace" ], "given": [ "Ben" ], "use": "official" }, "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-1055" } ], "text": { "div": "<div>Brace, Ben. SSN:\n 222668888</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/61", "resource": { "address": [ { "line": [ "1054 Healthcare Drive" ], "use": "home" } ], "gender": "female", "id": "61", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "222669999" } ], "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": { "family": [ "Specs" ], "given": [ "Sylvia" ], "use": "official" }, "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-1056" } ], "text": { "div": "<div>Specs, Sylvia. SSN:\n 222669999</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/62", "resource": { "address": [ { "line": [ "1016 Healthcare Drive" ], "use": "home" } ], "gender": "female", "id": "62", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "333222222" } ], "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": { "family": [ "Script" ], "given": [ "Susan" ], "use": "official" }, "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-1016" } ], "text": { "div": "<div>Script, Susan. SSN:\n 333222222</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/63", "resource": { "address": [ { "line": [ "1055 Healthcare Drive" ], "use": "home" } ], "gender": "male", "id": "63", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "222772222" } ], "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": { "family": [ "Bunion" ], "given": [ "Paul" ], "use": "official" }, "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-1057" } ], "text": { "div": "<div>Bunion, Paul. SSN:\n 222772222</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/64", "resource": { "address": [ { "line": [ "1056 Healthcare Drive" ], "use": "home" } ], "gender": "male", "id": "64", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "222773333" } ], "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": { "family": [ "Listener" ], "given": [ "Larry" ], "use": "official" }, "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-1058" } ], "text": { "div": "<div>Listener, Larry. SSN:\n 222773333</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/65", "resource": { "address": [ { "line": [ "1017 Healthcare Drive" ], "use": "home" } ], "gender": "male", "id": "65", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "333444444" } ], "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": { "family": [ "Beaker" ], "given": [ "Bill" ], "use": "official" }, "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-1017" } ], "text": { "div": "<div>Beaker, Bill. SSN:\n 333444444</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/66", "resource": { "address": [ { "line": [ "1018 Healthcare Drive" ], "use": "home" } ], "gender": "female", "id": "66", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "333555555" } ], "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": { "family": [ "Chow" ], "given": [ "Connie" ], "use": "official" }, "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-1018" } ], "text": { "div": "<div>Chow, Connie. SSN:\n 333555555</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/67", "resource": { "address": [ { "line": [ "1019 Healthcare Drive" ], "use": "home" } ], "gender": "female", "id": "67", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "000111111" } ], "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": { "family": [ "Helper" ], "given": [ "Helen" ], "use": "official" }, "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-1019" } ], "text": { "div": "<div>teHelper. SSN: 000111111</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/68", "resource": { "address": [ { "line": [ "1057 Healthcare Drive" ], "use": "home" } ], "gender": "female", "id": "68", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "222776666" } ], "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": { "family": [ "Player" ], "given": [ "Pamela" ], "use": "official" }, "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-1059" } ], "text": { "div": "<div>Player, Pamela. SSN:\n 222776666</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/69", "resource": { "address": [ { "line": [ "1058 Healthcare Drive" ], "use": "home" } ], "gender": "male", "id": "69", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "222778888" } ], "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": { "family": [ "Stretcher" ], "given": [ "Seth" ], "use": "official" }, "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-1060" } ], "text": { "div": "<div>Stretcher, Seth. SSN:\n 222778888</div>", "status": "generated" } } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/70", "resource": { "address": [ { "line": [ "1058 Healthcare Drive" ], "use": "home" } ], "gender": "female", "id": "70", "identifier": [ { "system": "http://hl7.org/fhir/sid/us-ssn", "type": { "coding": [ { "code": "SS", "system": "http://hl7.org/fhir/v2/0203" } ] }, "value": "333777777" } ], "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "name": { "family": [ "Enter" ], "given": [ "Ellen" ], "use": "official" }, "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "555-555-1020" } ], "text": { "div": "<div>Enter Ellen, ElleSSN:\n 333777777</div>", "status": "generated" } } } ], "id": "3ad0687e-f477-468c-afd5-fcc2bf897809", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "resourceType": "Bundle", "type": "collection" }; var example604: fhir.Bundle = { "resourceType": "Bundle", "id": "3ad0687e-f477-468c-afd5-fcc2bf897809", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "type": "collection", "entry": [ { "fullUrl": "http://hl7.org/fhir/Practitioner/13", "resource": { "resourceType": "Practitioner", "id": "13", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Seven, Henry. SSN:\n 333333333</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "333333333" } ], "name": { "use": "official", "family": [ "Seven" ], "given": [ "Henry" ] }, "telecom": [ { "system": "phone", "value": "555-555-1002", "use": "work" } ], "address": [ { "use": "home", "line": [ "1002 Healthcare Drive" ] } ], "gender": "male", "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ] } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/14", "resource": { "resourceType": "Practitioner", "id": "14", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Assigned, Amanda. SSN:\n 33344444</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "33344444" } ], "name": { "use": "official", "family": [ "Assigned" ], "given": [ "Amanda" ] }, "telecom": [ { "system": "phone", "value": "555-555-1021", "use": "work" } ], "address": [ { "use": "home", "line": [ "1020 Healthcare Drive" ] } ], "gender": "female", "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ] } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/15", "resource": { "resourceType": "Practitioner", "id": "15", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Hippocrates, Harold. SSN:\n 444444444</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "444444444" } ], "name": { "use": "official", "family": [ "Hippocrates" ], "given": [ "Harold" ] }, "telecom": [ { "system": "phone", "value": "555-555-1003", "use": "work" } ], "address": [ { "use": "home", "line": [ "1003 Healthcare Drive" ] } ], "gender": "male", "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ] } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/16", "resource": { "resourceType": "Practitioner", "id": "16", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Primary, Patricia. SSN:\n 555555555</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "555555555" } ], "name": { "use": "official", "family": [ "Primary" ], "given": [ "Patricia" ] }, "telecom": [ { "system": "phone", "value": "555-555-1004", "use": "work" } ], "address": [ { "use": "home", "line": [ "1004 Healthcare Drive" ] } ], "gender": "female", "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ] } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/17", "resource": { "resourceType": "Practitioner", "id": "17", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Admit, Alan. SSN:\n 666666666</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "666666666" } ], "name": { "use": "official", "family": [ "Admit" ], "given": [ "Alan" ] }, "telecom": [ { "system": "phone", "value": "555-555-1005", "use": "work" } ], "address": [ { "use": "home", "line": [ "1005 Healthcare Drive" ] } ], "gender": "male", "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ] } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/18", "resource": { "resourceType": "Practitioner", "id": "18", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Attend, Aaron. SSN:\n 777777777</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "777777777" } ], "name": { "use": "official", "family": [ "Attend" ], "given": [ "Aaron" ] }, "telecom": [ { "system": "phone", "value": "555-555-1006", "use": "work" } ], "address": [ { "use": "home", "line": [ "1006 Healthcare Drive" ] } ], "gender": "male", "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ] } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/19", "resource": { "resourceType": "Practitioner", "id": "19", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Sender, Sam. SSN:\n 888888888</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "888888888" } ], "name": { "use": "official", "family": [ "Sender" ], "given": [ "Sam" ] }, "telecom": [ { "system": "phone", "value": "555-555-1007", "use": "work" } ], "address": [ { "use": "home", "line": [ "1007 Healthcare Drive" ] } ], "gender": "male", "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ] } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/20", "resource": { "resourceType": "Practitioner", "id": "20", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Intern, Irving. SSN:\n 888222222</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "888222222" } ], "name": { "use": "official", "family": [ "Intern" ], "given": [ "Irving" ] }, "telecom": [ { "system": "phone", "value": "555-555-1022", "use": "work" } ], "address": [ { "use": "home", "line": [ "1021 Healthcare Drive" ] } ], "gender": "male", "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ] } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/21", "resource": { "resourceType": "Practitioner", "id": "21", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Resident, Rachel. SSN:\n 888333333</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "888333333" } ], "name": { "use": "official", "family": [ "Resident" ], "given": [ "Rachel" ] }, "telecom": [ { "system": "phone", "value": "555-555-1023", "use": "work" } ], "address": [ { "use": "home", "line": [ "1022 Healthcare Drive" ] } ], "gender": "female", "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ] } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/22", "resource": { "resourceType": "Practitioner", "id": "22", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Leader, Linda. SSN:\n 888444444</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "888444444" } ], "name": { "use": "official", "family": [ "Leader" ], "given": [ "Linda" ] }, "telecom": [ { "system": "phone", "value": "555-555-1024", "use": "work" } ], "address": [ { "use": "home", "line": [ "1023 Healthcare Drive" ] } ], "gender": "female", "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ] } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/23", "resource": { "resourceType": "Practitioner", "id": "23", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Verify, Virgil. SSN:\n 999999999</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "999999999" } ], "name": { "use": "official", "family": [ "Verify" ], "given": [ "Virgil" ] }, "telecom": [ { "system": "phone", "value": "555-555-1008", "use": "work" } ], "address": [ { "use": "home", "line": [ "1008 Healthcare Drive" ] } ], "gender": "male", "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ] } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/24", "resource": { "resourceType": "Practitioner", "id": "24", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Specialize, Sara. SSN:\n 222333333</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "222333333" } ], "name": { "use": "official", "family": [ "Specialize" ], "given": [ "Sara" ] }, "telecom": [ { "system": "phone", "value": "555-555-1009", "use": "work" } ], "address": [ { "use": "home", "line": [ "1009 Healthcare Drive" ] } ], "gender": "female", "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ] } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/25", "resource": { "resourceType": "Practitioner", "id": "25", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Reaction, Ramsey. SSN:\n 222223333</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "222223333" } ], "name": { "use": "official", "family": [ "Reaction" ], "given": [ "Ramsey" ] }, "telecom": [ { "system": "phone", "value": "555-555-1025", "use": "work" } ], "address": [ { "use": "home", "line": [ "1024 Healthcare Drive" ] } ], "gender": "male", "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ] } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/26", "resource": { "resourceType": "Practitioner", "id": "26", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Sleeper, Sally. SSN:\n 222666666</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "222666666" } ], "name": { "use": "official", "family": [ "Sleeper" ], "given": [ "Sally" ] }, "telecom": [ { "system": "phone", "value": "555-555-1012", "use": "work" } ], "address": [ { "use": "home", "line": [ "1012 Healthcare Drive" ] } ], "gender": "female", "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ] } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/27", "resource": { "resourceType": "Practitioner", "id": "27", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Pump, Patrick. SSN:\n 222334444</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "222334444" } ], "name": { "use": "official", "family": [ "Pump" ], "given": [ "Patrick" ] }, "telecom": [ { "system": "phone", "value": "555-555-1027", "use": "work" } ], "address": [ { "use": "home", "line": [ "1025 Healthcare Drive" ] } ], "gender": "male", "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ] } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/28", "resource": { "resourceType": "Practitioner", "id": "28", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Valve, Vera. SSN:\n 222335555</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "222335555" } ], "name": { "use": "official", "family": [ "Valve" ], "given": [ "Vera" ] }, "telecom": [ { "system": "phone", "value": "555-555-1028", "use": "work" } ], "address": [ { "use": "home", "line": [ "1026 Healthcare Drive" ] } ], "gender": "female", "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ] } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/29", "resource": { "resourceType": "Practitioner", "id": "29", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Scratch, Sophie. SSN:\n 222336666</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "222336666" } ], "name": { "use": "official", "family": [ "Scratch" ], "given": [ "Sophie" ] }, "telecom": [ { "system": "phone", "value": "555-555-1029", "use": "work" } ], "address": [ { "use": "home", "line": [ "1027 Healthcare Drive" ] } ], "gender": "female", "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ] } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/30", "resource": { "resourceType": "Practitioner", "id": "30", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Emergency, Eric. SSN:\n 222337777</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "222337777" } ], "name": { "use": "official", "family": [ "Emergency" ], "given": [ "Eric" ] }, "telecom": [ { "system": "phone", "value": "555-555-1030", "use": "work" } ], "address": [ { "use": "home", "line": [ "1028 Healthcare Drive" ] } ], "gender": "male", "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ] } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/31", "resource": { "resourceType": "Practitioner", "id": "31", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Hormone, Horace. SSN:\n 222338888</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "222338888" } ], "name": { "use": "official", "family": [ "Hormone" ], "given": [ "Horace" ] }, "telecom": [ { "system": "phone", "value": "555-555-1031", "use": "work" } ], "address": [ { "use": "home", "line": [ "1029 Healthcare Drive" ] } ], "gender": "male", "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ] } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/32", "resource": { "resourceType": "Practitioner", "id": "32", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Family, Fay. SSN:\n 222339999</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "222339999" } ], "name": { "use": "official", "family": [ "Family" ], "given": [ "Fay" ] }, "telecom": [ { "system": "phone", "value": "555-555-1032", "use": "work" } ], "address": [ { "use": "home", "line": [ "1030 Healthcare Drive" ] } ], "gender": "female", "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ] } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/33", "resource": { "resourceType": "Practitioner", "id": "33", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Tum, Tony. SSN:\n 222442222</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "222442222" } ], "name": { "use": "official", "family": [ "Tum" ], "given": [ "Tony" ] }, "telecom": [ { "system": "phone", "value": "555-555-1033", "use": "work" } ], "address": [ { "use": "home", "line": [ "1031 Healthcare Drive" ] } ], "gender": "male", "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ] } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/34", "resource": { "resourceType": "Practitioner", "id": "34", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Sage, Stanley. SSN:\n 222443333</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "222443333" } ], "name": { "use": "official", "family": [ "Sage" ], "given": [ "Stanley" ] }, "telecom": [ { "system": "phone", "value": "555-555-1034", "use": "work" } ], "address": [ { "use": "home", "line": [ "1032 Healthcare Drive" ] } ], "gender": "male", "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ] } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/35", "resource": { "resourceType": "Practitioner", "id": "35", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Bleeder, Boris. SSN:\n 222443344</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "222443344" } ], "name": { "use": "official", "family": [ "Bleeder" ], "given": [ "Boris" ] }, "telecom": [ { "system": "phone", "value": "555-555-1035", "use": "work" } ], "address": [ { "use": "home", "line": [ "1033 Healthcare Drive" ] } ], "gender": "male", "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ] } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/36", "resource": { "resourceType": "Practitioner", "id": "36", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Pasteur, Paula. SSN:\n 222445555</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "222445555" } ], "name": { "use": "official", "family": [ "Pasteur" ], "given": [ "Paula" ] }, "telecom": [ { "system": "phone", "value": "555-555-1036", "use": "work" } ], "address": [ { "use": "home", "line": [ "1034 Healthcare Drive" ] } ], "gender": "female", "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ] } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/37", "resource": { "resourceType": "Practitioner", "id": "37", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Osler, Otto. SSN:\n 222446666</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "222446666" } ], "name": { "use": "official", "family": [ "Osler" ], "given": [ "Otto" ] }, "telecom": [ { "system": "phone", "value": "555-555-1037", "use": "work" } ], "address": [ { "use": "home", "line": [ "1035 Healthcare Drive" ] } ], "gender": "male", "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ] } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/38", "resource": { "resourceType": "Practitioner", "id": "38", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Renal, Rory. SSN:\n 222447777</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "222447777" } ], "name": { "use": "official", "family": [ "Renal" ], "given": [ "Rory" ] }, "telecom": [ { "system": "phone", "value": "555-555-1038", "use": "work" } ], "address": [ { "use": "home", "line": [ "1036 Healthcare Drive" ] } ], "gender": "male", "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ] } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/39", "resource": { "resourceType": "Practitioner", "id": "39", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Brain, Barry. SSN:\n 222448888</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "222448888" } ], "name": { "use": "official", "family": [ "Brain" ], "given": [ "Barry" ] }, "telecom": [ { "system": "phone", "value": "555-555-1039", "use": "work" } ], "address": [ { "use": "home", "line": [ "1037 Healthcare Drive" ] } ], "gender": "male", "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ] } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/40", "resource": { "resourceType": "Practitioner", "id": "40", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Cranium, Carol. SSN:\n 222449999</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "222449999" } ], "name": { "use": "official", "family": [ "Cranium" ], "given": [ "Carol" ] }, "telecom": [ { "system": "phone", "value": "555-555-1040", "use": "work" } ], "address": [ { "use": "home", "line": [ "1038 Healthcare Drive" ] } ], "gender": "female", "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ] } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/41", "resource": { "resourceType": "Practitioner", "id": "41", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Fem, Flora. SSN:\n 222552222</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "222552222" } ], "name": { "use": "official", "family": [ "Fem" ], "given": [ "Flora" ] }, "telecom": [ { "system": "phone", "value": "555-555-1041", "use": "work" } ], "address": [ { "use": "home", "line": [ "1039 Healthcare Drive" ] } ], "gender": "female", "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ] } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/42", "resource": { "resourceType": "Practitioner", "id": "42", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Tumor, Trudy. SSN:\n 222553333</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "222553333" } ], "name": { "use": "official", "family": [ "Tumor" ], "given": [ "Trudy" ] }, "telecom": [ { "system": "phone", "value": "555-555-2003", "use": "work" } ], "address": [ { "use": "home", "line": [ "1040 Healthcare Drive" ] } ], "gender": "female", "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ] } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/43", "resource": { "resourceType": "Practitioner", "id": "43", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Vision, Victor. SSN:\n 222554444</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "222554444" } ], "name": { "use": "official", "family": [ "Vision" ], "given": [ "Victor" ] }, "telecom": [ { "system": "phone", "value": "555-555-1043", "use": "work" } ], "address": [ { "use": "home", "line": [ "1041 Healthcare Drive" ] } ], "gender": "male", "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ] } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/44", "resource": { "resourceType": "Practitioner", "id": "44", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Carpenter, Calvin. SSN:\n 222555545</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "222555545" } ], "name": { "use": "official", "family": [ "Carpenter" ], "given": [ "Calvin" ] }, "telecom": [ { "system": "phone", "value": "555-555-1044", "use": "work" } ], "address": [ { "use": "home", "line": [ "1042 Healthcare Drive" ] } ], "gender": "male", "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ] } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/45", "resource": { "resourceType": "Practitioner", "id": "45", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Rhino, Rick. SSN:\n 222556666</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "222556666" } ], "name": { "use": "official", "family": [ "Rhino" ], "given": [ "Rick" ] }, "telecom": [ { "system": "phone", "value": "555-555-1045", "use": "work" } ], "address": [ { "use": "home", "line": [ "1043 Healthcare Drive" ] } ], "gender": "male", "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ] } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/46", "resource": { "resourceType": "Practitioner", "id": "46", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Slide, Stan. SSN:\n 222444444</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "222444444" } ], "name": { "use": "official", "family": [ "Slide" ], "given": [ "Stan" ] }, "telecom": [ { "system": "phone", "value": "555-555-1010", "use": "work" } ], "address": [ { "use": "home", "line": [ "1010 Healthcare Drive" ] } ], "gender": "male", "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ] } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/47", "resource": { "resourceType": "Practitioner", "id": "47", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Kidder, Karen. SSN:\n 222557777</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "222557777" } ], "name": { "use": "official", "family": [ "Kidder" ], "given": [ "Karen" ] }, "telecom": [ { "system": "phone", "value": "555-555-1046", "use": "work" } ], "address": [ { "use": "home", "line": [ "1044 Healthcare Drive" ] } ], "gender": "female", "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ] } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/48", "resource": { "resourceType": "Practitioner", "id": "48", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Hollywood, Heddie. SSN:\n 222558888</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "222558888" } ], "name": { "use": "official", "family": [ "Hollywood" ], "given": [ "Heddie" ] }, "telecom": [ { "system": "phone", "value": "555-555-1047", "use": "work" } ], "address": [ { "use": "home", "line": [ "1045 Healthcare Drive" ] } ], "gender": "female", "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ] } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/49", "resource": { "resourceType": "Practitioner", "id": "49", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Shrink, Serena. SSN:\n 222559999</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "222559999" } ], "name": { "use": "official", "family": [ "Shrink" ], "given": [ "Serena" ] }, "telecom": [ { "system": "phone", "value": "555-555-1048", "use": "work" } ], "address": [ { "use": "home", "line": [ "1046 Healthcare Drive" ] } ], "gender": "female", "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ] } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/50", "resource": { "resourceType": "Practitioner", "id": "50", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Puffer, Penny. SSN:\n 222662222</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "222662222" } ], "name": { "use": "official", "family": [ "Puffer" ], "given": [ "Penny" ] }, "telecom": [ { "system": "phone", "value": "555-555-1049", "use": "work" } ], "address": [ { "use": "home", "line": [ "1047 Healthcare Drive" ] } ], "gender": "female", "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ] } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/51", "resource": { "resourceType": "Practitioner", "id": "51", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Curie, Christine. SSN:\n 222555555</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "222555555" } ], "name": { "use": "official", "family": [ "Curie" ], "given": [ "Christine" ] }, "telecom": [ { "system": "phone", "value": "555-555-1011", "use": "work" } ], "address": [ { "use": "home", "line": [ "1011 Healthcare Drive" ] } ], "gender": "female", "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ] } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/52", "resource": { "resourceType": "Practitioner", "id": "52", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Joint, Jeffrey. SSN:\n 222663333</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "222663333" } ], "name": { "use": "official", "family": [ "Joint" ], "given": [ "Jeffrey" ] }, "telecom": [ { "system": "phone", "value": "555-555-1050", "use": "work" } ], "address": [ { "use": "home", "line": [ "1048 Healthcare Drive" ] } ], "gender": "male", "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ] } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/53", "resource": { "resourceType": "Practitioner", "id": "53", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Cutter, Carl. SSN:\n 222777777</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "222777777" } ], "name": { "use": "official", "family": [ "Cutter" ], "given": [ "Carl" ] }, "telecom": [ { "system": "phone", "value": "555-555-1013", "use": "work" } ], "address": [ { "use": "home", "line": [ "1013 Healthcare Drive" ] } ], "gender": "male", "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ] } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/54", "resource": { "resourceType": "Practitioner", "id": "54", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Plumber, Peter. SSN:\n 222664444</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "222664444" } ], "name": { "use": "official", "family": [ "Plumber" ], "given": [ "Peter" ] }, "telecom": [ { "system": "phone", "value": "555-555-1051", "use": "work" } ], "address": [ { "use": "home", "line": [ "1049 Healthcare Drive" ] } ], "gender": "male", "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ] } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/55", "resource": { "resourceType": "Practitioner", "id": "55", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Helper, Horace. SSN:\n 222665555</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "222665555" } ], "name": { "use": "official", "family": [ "Helper" ], "given": [ "Horace" ] }, "telecom": [ { "system": "phone", "value": "555-555-1052", "use": "work" } ], "address": [ { "use": "home", "line": [ "1050 Healthcare Drive" ] } ], "gender": "male", "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ] } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/56", "resource": { "resourceType": "Practitioner", "id": "56", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Nightingale, Nancy. SSN:\n 222888888</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "222888888" } ], "name": { "use": "official", "family": [ "Nightingale" ], "given": [ "Nancy" ] }, "telecom": [ { "system": "phone", "value": "555-555-1014", "use": "work" } ], "address": [ { "use": "home", "line": [ "1014 Healthcare Drive" ] } ], "gender": "female", "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ] } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/57", "resource": { "resourceType": "Practitioner", "id": "57", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Barton, Clarence. SSN:\n 222999999</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "222999999" } ], "name": { "use": "official", "family": [ "Barton" ], "given": [ "Clarence" ] }, "telecom": [ { "system": "phone", "value": "555-555-1015", "use": "work" } ], "address": [ { "use": "home", "line": [ "1015 Healthcare Drive" ] } ], "gender": "male", "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ] } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/58", "resource": { "resourceType": "Practitioner", "id": "58", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Bender, Bob. SSN:\n 222666666</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "222666666" } ], "name": { "use": "official", "family": [ "Bender" ], "given": [ "Bob" ] }, "telecom": [ { "system": "phone", "value": "555-555-1053", "use": "work" } ], "address": [ { "use": "home", "line": [ "1051 Healthcare Drive" ] } ], "gender": "male", "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ] } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/59", "resource": { "resourceType": "Practitioner", "id": "59", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Chopper, Charlie. SSN:\n 222667777</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "222667777" } ], "name": { "use": "official", "family": [ "Chopper" ], "given": [ "Charlie" ] }, "telecom": [ { "system": "phone", "value": "555-555-1054", "use": "work" } ], "address": [ { "use": "home", "line": [ "1052 Healthcare Drive" ] } ], "gender": "male", "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ] } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/60", "resource": { "resourceType": "Practitioner", "id": "60", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Brace, Ben. SSN:\n 222668888</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "222668888" } ], "name": { "use": "official", "family": [ "Brace" ], "given": [ "Ben" ] }, "telecom": [ { "system": "phone", "value": "555-555-1055", "use": "work" } ], "address": [ { "use": "home", "line": [ "1053 Healthcare Drive" ] } ], "gender": "male", "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ] } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/61", "resource": { "resourceType": "Practitioner", "id": "61", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Specs, Sylvia. SSN:\n 222669999</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "222669999" } ], "name": { "use": "official", "family": [ "Specs" ], "given": [ "Sylvia" ] }, "telecom": [ { "system": "phone", "value": "555-555-1056", "use": "work" } ], "address": [ { "use": "home", "line": [ "1054 Healthcare Drive" ] } ], "gender": "female", "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ] } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/62", "resource": { "resourceType": "Practitioner", "id": "62", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Script, Susan. SSN:\n 333222222</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "333222222" } ], "name": { "use": "official", "family": [ "Script" ], "given": [ "Susan" ] }, "telecom": [ { "system": "phone", "value": "555-555-1016", "use": "work" } ], "address": [ { "use": "home", "line": [ "1016 Healthcare Drive" ] } ], "gender": "female", "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ] } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/63", "resource": { "resourceType": "Practitioner", "id": "63", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Bunion, Paul. SSN:\n 222772222</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "222772222" } ], "name": { "use": "official", "family": [ "Bunion" ], "given": [ "Paul" ] }, "telecom": [ { "system": "phone", "value": "555-555-1057", "use": "work" } ], "address": [ { "use": "home", "line": [ "1055 Healthcare Drive" ] } ], "gender": "male", "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ] } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/64", "resource": { "resourceType": "Practitioner", "id": "64", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Listener, Larry. SSN:\n 222773333</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "222773333" } ], "name": { "use": "official", "family": [ "Listener" ], "given": [ "Larry" ] }, "telecom": [ { "system": "phone", "value": "555-555-1058", "use": "work" } ], "address": [ { "use": "home", "line": [ "1056 Healthcare Drive" ] } ], "gender": "male", "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ] } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/65", "resource": { "resourceType": "Practitioner", "id": "65", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Beaker, Bill. SSN:\n 333444444</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "333444444" } ], "name": { "use": "official", "family": [ "Beaker" ], "given": [ "Bill" ] }, "telecom": [ { "system": "phone", "value": "555-555-1017", "use": "work" } ], "address": [ { "use": "home", "line": [ "1017 Healthcare Drive" ] } ], "gender": "male", "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ] } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/66", "resource": { "resourceType": "Practitioner", "id": "66", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Chow, Connie. SSN:\n 333555555</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "333555555" } ], "name": { "use": "official", "family": [ "Chow" ], "given": [ "Connie" ] }, "telecom": [ { "system": "phone", "value": "555-555-1018", "use": "work" } ], "address": [ { "use": "home", "line": [ "1018 Healthcare Drive" ] } ], "gender": "female", "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ] } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/67", "resource": { "resourceType": "Practitioner", "id": "67", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>teHelper. SSN: 000111111</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "000111111" } ], "name": { "use": "official", "family": [ "Helper" ], "given": [ "Helen" ] }, "telecom": [ { "system": "phone", "value": "555-555-1019", "use": "work" } ], "address": [ { "use": "home", "line": [ "1019 Healthcare Drive" ] } ], "gender": "female", "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ] } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/68", "resource": { "resourceType": "Practitioner", "id": "68", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Player, Pamela. SSN:\n 222776666</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "222776666" } ], "name": { "use": "official", "family": [ "Player" ], "given": [ "Pamela" ] }, "telecom": [ { "system": "phone", "value": "555-555-1059", "use": "work" } ], "address": [ { "use": "home", "line": [ "1057 Healthcare Drive" ] } ], "gender": "female", "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ] } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/69", "resource": { "resourceType": "Practitioner", "id": "69", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Stretcher, Seth. SSN:\n 222778888</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "222778888" } ], "name": { "use": "official", "family": [ "Stretcher" ], "given": [ "Seth" ] }, "telecom": [ { "system": "phone", "value": "555-555-1060", "use": "work" } ], "address": [ { "use": "home", "line": [ "1058 Healthcare Drive" ] } ], "gender": "male", "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ] } }, { "fullUrl": "http://hl7.org/fhir/Practitioner/70", "resource": { "resourceType": "Practitioner", "id": "70", "meta": { "lastUpdated": "2012-05-29T23:45:32Z" }, "text": { "status": "generated", "div": "<div>Enter Ellen, ElleSSN:\n 333777777</div>" }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "333777777" } ], "name": { "use": "official", "family": [ "Enter" ], "given": [ "Ellen" ] }, "telecom": [ { "system": "phone", "value": "555-555-1020", "use": "work" } ], "address": [ { "use": "home", "line": [ "1058 Healthcare Drive" ] } ], "gender": "female", "practitionerRole": [ { "managingOrganization": { "reference": "Organization/hl7" } } ] } } ] }; var example605: fhir.Procedure = { "bodySite": [ { "coding": [ { "code": "368225008", "display": "Entire Left Forearm", "system": "http://snomed.info/sct" } ], "text": "Left forearm" } ], "code": { "coding": [ { "code": "90105005", "display": "Biopsy of soft tissue of forearm (Procedure)", "system": "http://snomed.info/sct" } ], "text": "Biopsy of suspected melanoma L) arm" }, "followUp": [ { "text": "Review in clinic" } ], "id": "biopsy", "notes": [ { "text": "Standard Biopsy" } ], "performedDateTime": "2014-02-03", "performer": [ { "actor": { "display": "Dr Bert Biopser", "reference": "Practitioner/example" } } ], "reasonCodeableConcept": { "text": "Dark lesion l) forearm. getting darker last 3 months." }, "resourceType": "Procedure", "status": "completed", "subject": { "reference": "Patient/example" }, "text": { "div": "<div>Biopsy of suspected melanoma L) arm</div>", "status": "generated" } }; var example606: fhir.Procedure = { "resourceType": "Procedure", "id": "biopsy", "text": { "status": "generated", "div": "<div>Biopsy of suspected melanoma L) arm</div>" }, "subject": { "reference": "Patient/example" }, "status": "completed", "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "90105005", "display": "Biopsy of soft tissue of forearm (Procedure)" } ], "text": "Biopsy of suspected melanoma L) arm" }, "bodySite": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "368225008", "display": "Entire Left Forearm" } ], "text": "Left forearm" } ], "reasonCodeableConcept": { "text": "Dark lesion l) forearm. getting darker last 3 months." }, "performer": [ { "actor": { "reference": "Practitioner/example", "display": "Dr Bert Biopser" } } ], "performedDateTime": "2014-02-03", "followUp": [ { "text": "Review in clinic" } ], "notes": [ { "text": "Standard Biopsy" } ] }; var example607: fhir.Procedure = { "bodySite": [ { "coding": [ { "code": "17401000", "display": "Heart valve structure", "system": "http://snomed.info/sct" } ] } ], "code": { "coding": [ { "code": "34068001", "display": "Heart valve replacement", "system": "http://snomed.info/sct" } ] }, "encounter": { "reference": "Encounter/f001" }, "followUp": [ { "text": "described in care plan" } ], "id": "f001", "outcome": { "text": "improved blood circulation" }, "performedPeriod": { "end": "2011-06-27", "start": "2011-06-26" }, "performer": [ { "actor": { "display": "P. Voigt", "reference": "Practitioner/f002" }, "role": { "coding": [ { "code": "01.000", "display": "Arts", "system": "urn:oid:2.16.840.1.113883.2.4.15.111" } ], "text": "Care role" } } ], "reasonCodeableConcept": { "text": "Heart valve disorder" }, "report": [ { "display": "Lab results blood test", "reference": "DiagnosticReport/f001" } ], "resourceType": "Procedure", "status": "completed", "subject": { "display": "P. van de Heuvel", "reference": "Patient/f001" }, "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f001</p><p><b>subject</b>: <a>P. van de Heuvel</a></p><p><b>status</b>: completed</p><p><b>code</b>: Heart valve replacement <span>(Details : {SNOMED CT code '34068001' = '34068001', given as 'Heart valve replacement'})</span></p><p><b>bodySite</b>: Heart valve structure <span>(Details : {SNOMED CT code '17401000' = '17401000', given as 'Heart valve structure'})</span></p><p><b>reason</b>: Heart valve disorder <span>(Details )</span></p><h3>Performers</h3><table><tr><td>-</td><td><b>Actor</b></td><td><b>Role</b></td></tr><tr><td>*</td><td><a>P. Voigt</a></td><td>Care role <span>(Details : {urn:oid:2.16.840.1.113883.2.4.15.111 code '01.000' = '??', given as 'Arts'})</span></td></tr></table><p><b>performed</b>: 26/06/2011 --> 27/06/2011</p><p><b>encounter</b>: <a>Encounter/f001</a></p><p><b>outcome</b>: improved blood circulation <span>(Details )</span></p><p><b>report</b>: <a>Lab results blood test</a></p><p><b>followUp</b>: described in care plan <span>(Details )</span></p></div>", "status": "generated" } }; var example608: fhir.Procedure = { "resourceType": "Procedure", "id": "f001", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f001</p><p><b>subject</b>: <a>P. van de Heuvel</a></p><p><b>status</b>: completed</p><p><b>code</b>: Heart valve replacement <span>(Details : {SNOMED CT code '34068001' = '34068001', given as 'Heart valve replacement'})</span></p><p><b>bodySite</b>: Heart valve structure <span>(Details : {SNOMED CT code '17401000' = '17401000', given as 'Heart valve structure'})</span></p><p><b>reason</b>: Heart valve disorder <span>(Details )</span></p><h3>Performers</h3><table><tr><td>-</td><td><b>Actor</b></td><td><b>Role</b></td></tr><tr><td>*</td><td><a>P. Voigt</a></td><td>Care role <span>(Details : {urn:oid:2.16.840.1.113883.2.4.15.111 code '01.000' = '??', given as 'Arts'})</span></td></tr></table><p><b>performed</b>: 26/06/2011 --> 27/06/2011</p><p><b>encounter</b>: <a>Encounter/f001</a></p><p><b>outcome</b>: improved blood circulation <span>(Details )</span></p><p><b>report</b>: <a>Lab results blood test</a></p><p><b>followUp</b>: described in care plan <span>(Details )</span></p></div>" }, "subject": { "reference": "Patient/f001", "display": "P. van de Heuvel" }, "status": "completed", "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "34068001", "display": "Heart valve replacement" } ] }, "bodySite": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "17401000", "display": "Heart valve structure" } ] } ], "reasonCodeableConcept": { "text": "Heart valve disorder" }, "performer": [ { "actor": { "reference": "Practitioner/f002", "display": "P. Voigt" }, "role": { "coding": [ { "system": "urn:oid:2.16.840.1.113883.2.4.15.111", "code": "01.000", "_code": { "fhir_comments": [ " \"AssignedRoleType\" coding system " ] }, "display": "Arts" } ], "text": "Care role" } } ], "performedPeriod": { "start": "2011-06-26", "end": "2011-06-27" }, "encounter": { "reference": "Encounter/f001" }, "outcome": { "text": "improved blood circulation" }, "report": [ { "reference": "DiagnosticReport/f001", "display": "Lab results blood test" } ], "followUp": [ { "text": "described in care plan" } ] }; var example609: fhir.Procedure = { "bodySite": [ { "coding": [ { "code": "39607008", "display": "Lung structure", "system": "http://snomed.info/sct" } ] } ], "code": { "coding": [ { "code": "359615001", "display": "Partial lobectomy of lung", "system": "http://snomed.info/sct" } ] }, "encounter": { "reference": "Encounter/f002" }, "followUp": [ { "text": "described in care plan" } ], "id": "f002", "outcome": { "text": "improved blood circulation" }, "performedPeriod": { "end": "2013-03-08T09:30:10+01:00", "start": "2013-03-08T09:00:10+01:00" }, "performer": [ { "actor": { "display": "M.I.M. Versteegh", "reference": "Practitioner/f003" }, "role": { "coding": [ { "code": "01.000", "display": "Arts", "system": "urn:oid:2.16.840.1.113883.2.4.15.111" } ], "text": "Care role" } } ], "reasonCodeableConcept": { "text": "Malignant tumor of lung" }, "report": [ { "display": "Lab results blood test", "reference": "DiagnosticReport/f001" } ], "resourceType": "Procedure", "status": "completed", "subject": { "display": "P. van de Heuvel", "reference": "Patient/f001" }, "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f002</p><p><b>subject</b>: <a>P. van de Heuvel</a></p><p><b>status</b>: completed</p><p><b>code</b>: Partial lobectomy of lung <span>(Details : {SNOMED CT code '359615001' = '359615001', given as 'Partial lobectomy of lung'})</span></p><p><b>bodySite</b>: Lung structure <span>(Details : {SNOMED CT code '39607008' = '39607008', given as 'Lung structure'})</span></p><p><b>reason</b>: Malignant tumor of lung <span>(Details )</span></p><h3>Performers</h3><table><tr><td>-</td><td><b>Actor</b></td><td><b>Role</b></td></tr><tr><td>*</td><td><a>M.I.M. Versteegh</a></td><td>Care role <span>(Details : {urn:oid:2.16.840.1.113883.2.4.15.111 code '01.000' = '??', given as 'Arts'})</span></td></tr></table><p><b>performed</b>: 08/03/2013 9:00:10 AM --> 08/03/2013 9:30:10 AM</p><p><b>encounter</b>: <a>Encounter/f002</a></p><p><b>outcome</b>: improved blood circulation <span>(Details )</span></p><p><b>report</b>: <a>Lab results blood test</a></p><p><b>followUp</b>: described in care plan <span>(Details )</span></p></div>", "status": "generated" } }; var example610: fhir.Procedure = { "resourceType": "Procedure", "id": "f002", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f002</p><p><b>subject</b>: <a>P. van de Heuvel</a></p><p><b>status</b>: completed</p><p><b>code</b>: Partial lobectomy of lung <span>(Details : {SNOMED CT code '359615001' = '359615001', given as 'Partial lobectomy of lung'})</span></p><p><b>bodySite</b>: Lung structure <span>(Details : {SNOMED CT code '39607008' = '39607008', given as 'Lung structure'})</span></p><p><b>reason</b>: Malignant tumor of lung <span>(Details )</span></p><h3>Performers</h3><table><tr><td>-</td><td><b>Actor</b></td><td><b>Role</b></td></tr><tr><td>*</td><td><a>M.I.M. Versteegh</a></td><td>Care role <span>(Details : {urn:oid:2.16.840.1.113883.2.4.15.111 code '01.000' = '??', given as 'Arts'})</span></td></tr></table><p><b>performed</b>: 08/03/2013 9:00:10 AM --> 08/03/2013 9:30:10 AM</p><p><b>encounter</b>: <a>Encounter/f002</a></p><p><b>outcome</b>: improved blood circulation <span>(Details )</span></p><p><b>report</b>: <a>Lab results blood test</a></p><p><b>followUp</b>: described in care plan <span>(Details )</span></p></div>" }, "subject": { "reference": "Patient/f001", "display": "P. van de Heuvel" }, "status": "completed", "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "359615001", "display": "Partial lobectomy of lung" } ] }, "bodySite": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "39607008", "display": "Lung structure" } ] } ], "reasonCodeableConcept": { "text": "Malignant tumor of lung" }, "performer": [ { "actor": { "reference": "Practitioner/f003", "display": "M.I.M. Versteegh" }, "role": { "coding": [ { "system": "urn:oid:2.16.840.1.113883.2.4.15.111", "code": "01.000", "_code": { "fhir_comments": [ " \"AssignedRoleType\" coding system " ] }, "display": "Arts" } ], "text": "Care role" } } ], "performedPeriod": { "start": "2013-03-08T09:00:10+01:00", "end": "2013-03-08T09:30:10+01:00" }, "encounter": { "reference": "Encounter/f002" }, "outcome": { "text": "improved blood circulation" }, "report": [ { "reference": "DiagnosticReport/f001", "display": "Lab results blood test" } ], "followUp": [ { "text": "described in care plan" } ] }; var example611: fhir.Procedure = { "bodySite": [ { "coding": [ { "code": "83030008", "display": "Retropharyngeal area", "system": "http://snomed.info/sct" } ] } ], "code": { "coding": [ { "code": "172960003", "display": "Incision of retropharyngeal abscess", "system": "http://snomed.info/sct" } ] }, "encounter": { "reference": "Encounter/f003" }, "followUp": [ { "text": "described in care plan" } ], "id": "f003", "outcome": { "text": "removal of the retropharyngeal abscess" }, "performedPeriod": { "end": "2013-03-24T10:30:10+01:00", "start": "2013-03-24T09:30:10+01:00" }, "performer": [ { "actor": { "display": "E.M.J.M. van den broek", "reference": "Practitioner/f001" }, "role": { "coding": [ { "code": "01.000", "display": "Arts", "system": "urn:oid:2.16.840.1.113883.2.4.15.111" } ], "text": "Care role" } } ], "reasonCodeableConcept": { "text": "abcess in retropharyngeal area" }, "report": [ { "display": "Lab results blood test", "reference": "DiagnosticReport/f001" } ], "resourceType": "Procedure", "status": "completed", "subject": { "display": "P. van de Heuvel", "reference": "Patient/f001" }, "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f003</p><p><b>subject</b>: <a>P. van de Heuvel</a></p><p><b>status</b>: completed</p><p><b>code</b>: Incision of retropharyngeal abscess <span>(Details : {SNOMED CT code '172960003' = '172960003', given as 'Incision of retropharyngeal abscess'})</span></p><p><b>bodySite</b>: Retropharyngeal area <span>(Details : {SNOMED CT code '83030008' = '83030008', given as 'Retropharyngeal area'})</span></p><p><b>reason</b>: abcess in retropharyngeal area <span>(Details )</span></p><h3>Performers</h3><table><tr><td>-</td><td><b>Actor</b></td><td><b>Role</b></td></tr><tr><td>*</td><td><a>E.M.J.M. van den broek</a></td><td>Care role <span>(Details : {urn:oid:2.16.840.1.113883.2.4.15.111 code '01.000' = '??', given as 'Arts'})</span></td></tr></table><p><b>performed</b>: 24/03/2013 9:30:10 AM --> 24/03/2013 10:30:10 AM</p><p><b>encounter</b>: <a>Encounter/f003</a></p><p><b>outcome</b>: removal of the retropharyngeal abscess <span>(Details )</span></p><p><b>report</b>: <a>Lab results blood test</a></p><p><b>followUp</b>: described in care plan <span>(Details )</span></p></div>", "status": "generated" } }; var example612: fhir.Procedure = { "resourceType": "Procedure", "id": "f003", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f003</p><p><b>subject</b>: <a>P. van de Heuvel</a></p><p><b>status</b>: completed</p><p><b>code</b>: Incision of retropharyngeal abscess <span>(Details : {SNOMED CT code '172960003' = '172960003', given as 'Incision of retropharyngeal abscess'})</span></p><p><b>bodySite</b>: Retropharyngeal area <span>(Details : {SNOMED CT code '83030008' = '83030008', given as 'Retropharyngeal area'})</span></p><p><b>reason</b>: abcess in retropharyngeal area <span>(Details )</span></p><h3>Performers</h3><table><tr><td>-</td><td><b>Actor</b></td><td><b>Role</b></td></tr><tr><td>*</td><td><a>E.M.J.M. van den broek</a></td><td>Care role <span>(Details : {urn:oid:2.16.840.1.113883.2.4.15.111 code '01.000' = '??', given as 'Arts'})</span></td></tr></table><p><b>performed</b>: 24/03/2013 9:30:10 AM --> 24/03/2013 10:30:10 AM</p><p><b>encounter</b>: <a>Encounter/f003</a></p><p><b>outcome</b>: removal of the retropharyngeal abscess <span>(Details )</span></p><p><b>report</b>: <a>Lab results blood test</a></p><p><b>followUp</b>: described in care plan <span>(Details )</span></p></div>" }, "subject": { "reference": "Patient/f001", "display": "P. van de Heuvel" }, "status": "completed", "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "172960003", "display": "Incision of retropharyngeal abscess" } ] }, "bodySite": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "83030008", "display": "Retropharyngeal area" } ] } ], "reasonCodeableConcept": { "text": "abcess in retropharyngeal area" }, "performer": [ { "actor": { "reference": "Practitioner/f001", "display": "E.M.J.M. van den broek" }, "role": { "coding": [ { "system": "urn:oid:2.16.840.1.113883.2.4.15.111", "code": "01.000", "_code": { "fhir_comments": [ " \"AssignedRoleType\" coding system " ] }, "display": "Arts" } ], "text": "Care role" } } ], "performedPeriod": { "start": "2013-03-24T09:30:10+01:00", "end": "2013-03-24T10:30:10+01:00" }, "encounter": { "reference": "Encounter/f003" }, "outcome": { "text": "removal of the retropharyngeal abscess" }, "report": [ { "reference": "DiagnosticReport/f001", "display": "Lab results blood test" } ], "followUp": [ { "text": "described in care plan" } ] }; var example613: fhir.Procedure = { "bodySite": [ { "coding": [ { "code": "83030008", "display": "Retropharyngeal area", "system": "http://snomed.info/sct" } ] } ], "code": { "coding": [ { "code": "48387007", "display": "Tracheotomy", "system": "http://snomed.info/sct" } ] }, "encounter": { "reference": "Encounter/f003" }, "followUp": [ { "text": "described in care plan" } ], "id": "f004", "outcome": { "text": "removal of the retropharyngeal abscess" }, "performedPeriod": { "end": "2013-03-22T10:30:10+01:00", "start": "2013-03-22T09:30:10+01:00" }, "performer": [ { "actor": { "display": "A. Langeveld", "reference": "Practitioner/f005" }, "role": { "coding": [ { "code": "01.000", "display": "Arts", "system": "urn:oid:2.16.840.1.113883.2.4.15.111" } ], "text": "Care role" } } ], "reasonCodeableConcept": { "text": "ensure breathing during surgery" }, "report": [ { "display": "???????????", "reference": "DiagnosticReport/f001" } ], "resourceType": "Procedure", "status": "completed", "subject": { "display": "P. van de Heuvel", "reference": "Patient/f001" }, "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f004</p><p><b>subject</b>: <a>P. van de Heuvel</a></p><p><b>status</b>: completed</p><p><b>code</b>: Tracheotomy <span>(Details : {SNOMED CT code '48387007' = '48387007', given as 'Tracheotomy'})</span></p><p><b>bodySite</b>: Retropharyngeal area <span>(Details : {SNOMED CT code '83030008' = '83030008', given as 'Retropharyngeal area'})</span></p><p><b>reason</b>: ensure breathing during surgery <span>(Details )</span></p><h3>Performers</h3><table><tr><td>-</td><td><b>Actor</b></td><td><b>Role</b></td></tr><tr><td>*</td><td><a>A. Langeveld</a></td><td>Care role <span>(Details : {urn:oid:2.16.840.1.113883.2.4.15.111 code '01.000' = '??', given as 'Arts'})</span></td></tr></table><p><b>performed</b>: 22/03/2013 9:30:10 AM --> 22/03/2013 10:30:10 AM</p><p><b>encounter</b>: <a>Encounter/f003</a></p><p><b>outcome</b>: removal of the retropharyngeal abscess <span>(Details )</span></p><p><b>report</b>: <a>???????????</a></p><p><b>followUp</b>: described in care plan <span>(Details )</span></p></div>", "status": "generated" } }; var example614: fhir.Procedure = { "resourceType": "Procedure", "id": "f004", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f004</p><p><b>subject</b>: <a>P. van de Heuvel</a></p><p><b>status</b>: completed</p><p><b>code</b>: Tracheotomy <span>(Details : {SNOMED CT code '48387007' = '48387007', given as 'Tracheotomy'})</span></p><p><b>bodySite</b>: Retropharyngeal area <span>(Details : {SNOMED CT code '83030008' = '83030008', given as 'Retropharyngeal area'})</span></p><p><b>reason</b>: ensure breathing during surgery <span>(Details )</span></p><h3>Performers</h3><table><tr><td>-</td><td><b>Actor</b></td><td><b>Role</b></td></tr><tr><td>*</td><td><a>A. Langeveld</a></td><td>Care role <span>(Details : {urn:oid:2.16.840.1.113883.2.4.15.111 code '01.000' = '??', given as 'Arts'})</span></td></tr></table><p><b>performed</b>: 22/03/2013 9:30:10 AM --> 22/03/2013 10:30:10 AM</p><p><b>encounter</b>: <a>Encounter/f003</a></p><p><b>outcome</b>: removal of the retropharyngeal abscess <span>(Details )</span></p><p><b>report</b>: <a>???????????</a></p><p><b>followUp</b>: described in care plan <span>(Details )</span></p></div>" }, "subject": { "reference": "Patient/f001", "display": "P. van de Heuvel" }, "status": "completed", "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "48387007", "display": "Tracheotomy" } ] }, "bodySite": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "83030008", "display": "Retropharyngeal area" } ] } ], "reasonCodeableConcept": { "text": "ensure breathing during surgery" }, "performer": [ { "actor": { "reference": "Practitioner/f005", "display": "A. Langeveld" }, "role": { "coding": [ { "system": "urn:oid:2.16.840.1.113883.2.4.15.111", "code": "01.000", "_code": { "fhir_comments": [ " \"AssignedRoleType\" coding system " ] }, "display": "Arts" } ], "text": "Care role" } } ], "performedPeriod": { "start": "2013-03-22T09:30:10+01:00", "end": "2013-03-22T10:30:10+01:00" }, "encounter": { "reference": "Encounter/f003" }, "outcome": { "text": "removal of the retropharyngeal abscess" }, "report": [ { "reference": "DiagnosticReport/f001", "display": "???????????" } ], "followUp": [ { "text": "described in care plan" } ] }; var example615: fhir.Procedure = { "bodySite": [ { "coding": [ { "code": "272676008", "display": "Sphenoid bone", "system": "http://snomed.info/sct" } ] } ], "code": { "coding": [ { "code": "367336001", "display": "Chemotherapy", "system": "http://snomed.info/sct" } ] }, "encounter": { "display": "Roel's encounter on January 28th, 2013", "reference": "Encounter/f202" }, "id": "f201", "notes": [ { "text": "Eerste neo-adjuvante TPF-kuur bij groot proces in sphenoid met intracraniale uitbreiding." } ], "performedPeriod": { "end": "2013-01-28T14:27:00+01:00", "start": "2013-01-28T13:31:00+01:00" }, "performer": [ { "actor": { "display": "Dokter Bronsig", "reference": "Practitioner/f201" }, "role": { "coding": [ { "code": "310512001", "display": "Medical oncologist", "system": "http://snomed.info/sct" } ] } } ], "reasonCodeableConcept": { "text": "DiagnosticReport/f201" }, "resourceType": "Procedure", "status": "completed", "subject": { "display": "Roel", "reference": "Patient/f201" }, "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f201</p><p><b>subject</b>: <a>Roel</a></p><p><b>status</b>: completed</p><p><b>code</b>: Chemotherapy <span>(Details : {SNOMED CT code '367336001' = '367336001', given as 'Chemotherapy'})</span></p><p><b>bodySite</b>: Sphenoid bone <span>(Details : {SNOMED CT code '272676008' = '272676008', given as 'Sphenoid bone'})</span></p><p><b>reason</b>: DiagnosticReport/f201 <span>(Details )</span></p><h3>Performers</h3><table><tr><td>-</td><td><b>Actor</b></td><td><b>Role</b></td></tr><tr><td>*</td><td><a>Dokter Bronsig</a></td><td>Medical oncologist <span>(Details : {SNOMED CT code '310512001' = '310512001', given as 'Medical oncologist'})</span></td></tr></table><p><b>performed</b>: 28/01/2013 1:31:00 PM --> 28/01/2013 2:27:00 PM</p><p><b>encounter</b>: <a>Roel's encounter on January 28th, 2013</a></p><p><b>notes</b>: Eerste neo-adjuvante TPF-kuur bij groot proces in sphenoid met intracraniale uitbreiding.</p></div>", "status": "generated" } }; var example616: fhir.Procedure = { "resourceType": "Procedure", "id": "f201", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f201</p><p><b>subject</b>: <a>Roel</a></p><p><b>status</b>: completed</p><p><b>code</b>: Chemotherapy <span>(Details : {SNOMED CT code '367336001' = '367336001', given as 'Chemotherapy'})</span></p><p><b>bodySite</b>: Sphenoid bone <span>(Details : {SNOMED CT code '272676008' = '272676008', given as 'Sphenoid bone'})</span></p><p><b>reason</b>: DiagnosticReport/f201 <span>(Details )</span></p><h3>Performers</h3><table><tr><td>-</td><td><b>Actor</b></td><td><b>Role</b></td></tr><tr><td>*</td><td><a>Dokter Bronsig</a></td><td>Medical oncologist <span>(Details : {SNOMED CT code '310512001' = '310512001', given as 'Medical oncologist'})</span></td></tr></table><p><b>performed</b>: 28/01/2013 1:31:00 PM --> 28/01/2013 2:27:00 PM</p><p><b>encounter</b>: <a>Roel's encounter on January 28th, 2013</a></p><p><b>notes</b>: Eerste neo-adjuvante TPF-kuur bij groot proces in sphenoid met intracraniale uitbreiding.</p></div>" }, "subject": { "reference": "Patient/f201", "display": "Roel" }, "status": "completed", "code": { "coding": [ { "fhir_comments": [ " The procedure is TPF-based chemotherapy " ], "system": "http://snomed.info/sct", "code": "367336001", "display": "Chemotherapy" } ] }, "bodySite": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "272676008", "display": "Sphenoid bone" } ] } ], "reasonCodeableConcept": { "text": "DiagnosticReport/f201" }, "performer": [ { "fhir_comments": [ " TODO Why can't this be Resource (any) AND String? " ], "actor": { "reference": "Practitioner/f201", "display": "Dokter Bronsig" }, "role": { "coding": [ { "system": "http://snomed.info/sct", "code": "310512001", "display": "Medical oncologist" } ] } } ], "performedPeriod": { "start": "2013-01-28T13:31:00+01:00", "end": "2013-01-28T14:27:00+01:00" }, "encounter": { "reference": "Encounter/f202", "display": "Roel's encounter on January 28th, 2013" }, "notes": [ { "fhir_comments": [ " No outcomes, reports, complications or follow-ups were available " ], "text": "Eerste neo-adjuvante TPF-kuur bij groot proces in sphenoid met intracraniale uitbreiding." } ] }; var example617: fhir.Procedure = { "code": { "coding": [ { "code": "25267002", "display": "Insertion of intracardiac pacemaker (procedure)", "system": "http://snomed.info/sct" } ], "text": "Implant Pacemaker" }, "focalDevice": [ { "action": { "coding": [ { "code": "implanted", "system": "http://hl7.org/fhir/device-action" } ] }, "manipulated": { "reference": "Device/example-pacemaker" } } ], "followUp": [ { "text": "ROS 5 days - 2013-04-10" } ], "id": "example-implant", "notes": [ { "text": "Routine Appendectomy. Appendix was inflamed and in retro-caecal position" } ], "performedDateTime": "2015-04-05", "performer": [ { "actor": { "display": "Dr Cecil Surgeon", "reference": "Practitioner/example" } } ], "reasonCodeableConcept": { "text": "Bradycardia" }, "resourceType": "Procedure", "status": "completed", "subject": { "reference": "Patient/example" }, "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example-implant</p><p><b>subject</b>: <a>Patient/example</a></p><p><b>status</b>: completed</p><p><b>code</b>: Implant Pacemaker <span>(Details : {SNOMED CT code '25267002' = '25267002', given as 'Insertion of intracardiac pacemaker (procedure)'})</span></p><p><b>reason</b>: Bradycardia <span>(Details )</span></p><h3>Performers</h3><table><tr><td>-</td><td><b>Actor</b></td></tr><tr><td>*</td><td><a>Dr Cecil Surgeon</a></td></tr></table><p><b>performed</b>: 05/04/2015</p><p><b>followUp</b>: ROS 5 days - 2013-04-10 <span>(Details )</span></p><p><b>notes</b>: Routine Appendectomy. Appendix was inflamed and in retro-caecal position</p><h3>FocalDevices</h3><table><tr><td>-</td><td><b>Action</b></td><td><b>Manipulated</b></td></tr><tr><td>*</td><td>Implanted <span>(Details : {http://hl7.org/fhir/device-action code 'implanted' = 'Implanted)</span></td><td><a>Device/example-pacemaker</a></td></tr></table></div>", "status": "generated" } }; var example618: fhir.Procedure = { "resourceType": "Procedure", "id": "example-implant", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example-implant</p><p><b>subject</b>: <a>Patient/example</a></p><p><b>status</b>: completed</p><p><b>code</b>: Implant Pacemaker <span>(Details : {SNOMED CT code '25267002' = '25267002', given as 'Insertion of intracardiac pacemaker (procedure)'})</span></p><p><b>reason</b>: Bradycardia <span>(Details )</span></p><h3>Performers</h3><table><tr><td>-</td><td><b>Actor</b></td></tr><tr><td>*</td><td><a>Dr Cecil Surgeon</a></td></tr></table><p><b>performed</b>: 05/04/2015</p><p><b>followUp</b>: ROS 5 days - 2013-04-10 <span>(Details )</span></p><p><b>notes</b>: Routine Appendectomy. Appendix was inflamed and in retro-caecal position</p><h3>FocalDevices</h3><table><tr><td>-</td><td><b>Action</b></td><td><b>Manipulated</b></td></tr><tr><td>*</td><td>Implanted <span>(Details : {http://hl7.org/fhir/device-action code 'implanted' = 'Implanted)</span></td><td><a>Device/example-pacemaker</a></td></tr></table></div>" }, "subject": { "reference": "Patient/example" }, "status": "completed", "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "25267002", "display": "Insertion of intracardiac pacemaker (procedure)" } ], "text": "Implant Pacemaker" }, "reasonCodeableConcept": { "text": "Bradycardia" }, "performer": [ { "actor": { "reference": "Practitioner/example", "display": "Dr Cecil Surgeon" } } ], "performedDateTime": "2015-04-05", "followUp": [ { "text": "ROS 5 days - 2013-04-10" } ], "notes": [ { "text": "Routine Appendectomy. Appendix was inflamed and in retro-caecal position" } ], "focalDevice": [ { "action": { "coding": [ { "system": "http://hl7.org/fhir/device-action", "code": "implanted" } ] }, "manipulated": { "reference": "Device/example-pacemaker" } } ] }; var example619: fhir.Procedure = { "code": { "coding": [ { "code": "80146002", "display": "Appendectomy (Procedure)", "system": "http://snomed.info/sct" } ], "text": "Appendectomy" }, "followUp": [ { "text": "ROS 5 days - 2013-04-10" } ], "id": "example", "notes": [ { "text": "Routine Appendectomy. Appendix was inflamed and in retro-caecal position" } ], "performedDateTime": "2013-04-05", "performer": [ { "actor": { "display": "Dr Cecil Surgeon", "reference": "Practitioner/example" } } ], "reasonCodeableConcept": { "text": "Generalized abdominal pain 24 hours. Localized in RIF with rebound and guarding" }, "resourceType": "Procedure", "status": "completed", "subject": { "reference": "Patient/example" }, "text": { "div": "<div>Routine Appendectomy</div>", "status": "generated" } }; var example620: fhir.Procedure = { "resourceType": "Procedure", "id": "example", "text": { "status": "generated", "div": "<div>Routine Appendectomy</div>" }, "subject": { "reference": "Patient/example" }, "status": "completed", "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "80146002", "display": "Appendectomy (Procedure)" } ], "text": "Appendectomy" }, "reasonCodeableConcept": { "text": "Generalized abdominal pain 24 hours. Localized in RIF with rebound and guarding" }, "performer": [ { "actor": { "reference": "Practitioner/example", "display": "Dr Cecil Surgeon" } } ], "performedDateTime": "2013-04-05", "followUp": [ { "text": "ROS 5 days - 2013-04-10" } ], "notes": [ { "text": "Routine Appendectomy. Appendix was inflamed and in retro-caecal position" } ] }; var example621: fhir.ProcedureRequest = { "code": { "coding": [ { "code": "323418000", "display": "Fix me up", "system": "http://snomed.info/sct" } ] }, "id": "example", "resourceType": "ProcedureRequest", "subject": { "reference": "Patient/example" }, "text": { "div": "<div>To be added</div>", "status": "generated" } }; var example622: fhir.ProcedureRequest = { "resourceType": "ProcedureRequest", "id": "example", "text": { "status": "generated", "div": "<div>To be added</div>" }, "subject": { "fhir_comments": [ " insert contents here " ], "reference": "Patient/example" }, "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "323418000", "display": "Fix me up" } ] } }; var example623: fhir.ProcessRequest = { "action": "poll", "created": "2014-08-16", "id": "1115", "identifier": [ { "system": "http://www.phr.com/patient/12345/processrequest", "value": "115" } ], "include": [ "ExplanationOfBenefit" ], "resourceType": "ProcessRequest", "text": { "div": "<div>A human-readable rendering of the Poll ProcessRequest</div>", "status": "generated" } }; var example624: fhir.ProcessRequest = { "resourceType": "ProcessRequest", "id": "1115", "text": { "status": "generated", "div": "<div>A human-readable rendering of the Poll ProcessRequest</div>" }, "action": "poll", "identifier": [ { "system": "http://www.phr.com/patient/12345/processrequest", "value": "115" } ], "created": "2014-08-16", "include": [ "ExplanationOfBenefit" ] }; var example625: fhir.ProcessRequest = { "action": "poll", "created": "2014-08-16", "exclude": [ "SupportingDocumentation", "Reconciliation" ], "id": "1113", "identifier": [ { "system": "http://happyvalley.com/processrequest", "value": "113" } ], "organization": { "reference": "Organization/1" }, "resourceType": "ProcessRequest", "text": { "div": "<div>A human-readable rendering of the Poll ProcessRequest</div>", "status": "generated" } }; var example626: fhir.ProcessRequest = { "resourceType": "ProcessRequest", "id": "1113", "text": { "status": "generated", "div": "<div>A human-readable rendering of the Poll ProcessRequest</div>" }, "action": "poll", "identifier": [ { "system": "http://happyvalley.com/processrequest", "value": "113" } ], "created": "2014-08-16", "organization": { "reference": "Organization/1" }, "exclude": [ "SupportingDocumentation", "Reconciliation" ] }; var example627: fhir.ProcessRequest = { "action": "poll", "created": "2014-08-16", "id": "1112", "identifier": [ { "system": "http://happyvalley.com/processrequest", "value": "112" } ], "include": [ "Reconciliation" ], "organization": { "reference": "Organization/1" }, "resourceType": "ProcessRequest", "text": { "div": "<div>A human-readable rendering of the Poll ProcessRequest</div>", "status": "generated" } }; var example628: fhir.ProcessRequest = { "resourceType": "ProcessRequest", "id": "1112", "text": { "status": "generated", "div": "<div>A human-readable rendering of the Poll ProcessRequest</div>" }, "action": "poll", "identifier": [ { "system": "http://happyvalley.com/processrequest", "value": "112" } ], "created": "2014-08-16", "organization": { "reference": "Organization/1" }, "include": [ "Reconciliation" ] }; var example629: fhir.ProcessRequest = { "action": "poll", "created": "2014-08-16", "id": "1114", "identifier": [ { "system": "http://happyvalley.com/processrequest", "value": "114" } ], "include": [ "Reconciliation" ], "organization": { "reference": "Organization/1" }, "period": { "end": "2014-08-20", "start": "2014-08-10" }, "resourceType": "ProcessRequest", "text": { "div": "<div>A human-readable rendering of the Poll ProcessRequest</div>", "status": "generated" } }; var example630: fhir.ProcessRequest = { "resourceType": "ProcessRequest", "id": "1114", "text": { "status": "generated", "div": "<div>A human-readable rendering of the Poll ProcessRequest</div>" }, "action": "poll", "identifier": [ { "system": "http://happyvalley.com/processrequest", "value": "114" } ], "created": "2014-08-16", "organization": { "reference": "Organization/1" }, "include": [ "Reconciliation" ], "period": { "start": "2014-08-10", "end": "2014-08-20" } }; var example631: fhir.ProcessRequest = { "action": "poll", "created": "2014-08-16", "id": "1111", "identifier": [ { "system": "http://happyvalley.com/processrequest", "value": "111" } ], "organization": { "reference": "Organization/1" }, "request": { "reference": "http://benefitco.com/oralhealthclaim/12345" }, "resourceType": "ProcessRequest", "text": { "div": "<div>A human-readable rendering of the Poll ProcessRequest</div>", "status": "generated" } }; var example632: fhir.ProcessRequest = { "resourceType": "ProcessRequest", "id": "1111", "text": { "status": "generated", "div": "<div>A human-readable rendering of the Poll ProcessRequest</div>" }, "action": "poll", "identifier": [ { "system": "http://happyvalley.com/processrequest", "value": "111" } ], "created": "2014-08-16", "organization": { "reference": "Organization/1" }, "request": { "reference": "http://benefitco.com/oralhealthclaim/12345" } }; var example633: fhir.ProcessRequest = { "action": "reprocess", "created": "2014-08-16", "id": "44654", "identifier": [ { "system": "http://happyvalley.com/processrequest", "value": "44543" } ], "item": [ { "sequenceLinkId": 1 } ], "organization": { "reference": "Organization/1" }, "reference": "ABC12345G", "request": { "reference": "http://BenefitsInc.com/fhir/oralhealthclaim/12345" }, "resourceType": "ProcessRequest", "text": { "div": "<div>A human-readable rendering of the ReProcess ProcessRequest resource.</div>", "status": "generated" } }; var example634: fhir.ProcessRequest = { "resourceType": "ProcessRequest", "id": "44654", "text": { "status": "generated", "div": "<div>A human-readable rendering of the ReProcess ProcessRequest resource.</div>" }, "action": "reprocess", "identifier": [ { "system": "http://happyvalley.com/processrequest", "value": "44543" } ], "created": "2014-08-16", "organization": { "reference": "Organization/1" }, "request": { "reference": "http://BenefitsInc.com/fhir/oralhealthclaim/12345" }, "reference": "ABC12345G", "item": [ { "sequenceLinkId": 1 } ] }; var example635: fhir.ProcessRequest = { "action": "cancel", "created": "2014-08-16", "id": "87654", "identifier": [ { "system": "http://happyvalley.com/processrequest", "value": "76543" } ], "nullify": false, "organization": { "reference": "Organization/1" }, "request": { "reference": "http://BenefitsInc.com/fhir/oralhealthclaim/12345" }, "resourceType": "ProcessRequest", "text": { "div": "<div>A human-readable rendering of the Reversal ProcessRequest</div>", "status": "generated" } }; var example636: fhir.ProcessRequest = { "resourceType": "ProcessRequest", "id": "87654", "text": { "status": "generated", "div": "<div>A human-readable rendering of the Reversal ProcessRequest</div>" }, "action": "cancel", "identifier": [ { "system": "http://happyvalley.com/processrequest", "value": "76543" } ], "created": "2014-08-16", "organization": { "reference": "Organization/1" }, "request": { "reference": "http://BenefitsInc.com/fhir/oralhealthclaim/12345" }, "nullify": false }; var example637: fhir.ProcessRequest = { "action": "status", "created": "2014-08-16", "id": "87655", "identifier": [ { "system": "http://happyvalley.com/processrequest", "value": "1776543" } ], "organization": { "reference": "Organization/1" }, "request": { "reference": "http://BenefitsInc.com/oralhealthclaim/12345" }, "resourceType": "ProcessRequest", "response": { "reference": "http://BenefitsInc.com/fhir/claimresponse/3500" }, "text": { "div": "<div>A human-readable rendering of the Status ProcessRequest</div>", "status": "generated" } }; var example638: fhir.ProcessRequest = { "resourceType": "ProcessRequest", "id": "87655", "text": { "status": "generated", "div": "<div>A human-readable rendering of the Status ProcessRequest</div>" }, "action": "status", "identifier": [ { "system": "http://happyvalley.com/processrequest", "value": "1776543" } ], "created": "2014-08-16", "organization": { "reference": "Organization/1" }, "request": { "reference": "http://BenefitsInc.com/oralhealthclaim/12345" }, "response": { "reference": "http://BenefitsInc.com/fhir/claimresponse/3500" } }; var example639: fhir.ProcessRequest = { "action": "poll", "created": "2014-08-16", "id": "1110", "identifier": [ { "system": "http://happyvalley.com/processrequest", "value": "110" } ], "organization": { "reference": "Organization/1" }, "resourceType": "ProcessRequest", "text": { "div": "<div>A human-readable rendering of the Poll ProcessRequest</div>", "status": "generated" } }; var example640: fhir.ProcessRequest = { "resourceType": "ProcessRequest", "id": "1110", "text": { "status": "generated", "div": "<div>A human-readable rendering of the Poll ProcessRequest</div>" }, "action": "poll", "identifier": [ { "system": "http://happyvalley.com/processrequest", "value": "110" } ], "created": "2014-08-16", "organization": { "reference": "Organization/1" } }; var example641: fhir.ProcessResponse = { "created": "2014-08-16", "disposition": "Specified coverage is currently in-force.", "id": "SR2500", "identifier": [ { "system": "http://www.BenefitsInc.com/fhir/processresponse", "value": "881234" } ], "organization": { "reference": "Organization/2" }, "outcome": { "code": "complete", "system": "http://hl7.org/fhir/processoutcomecodes" }, "request": { "reference": "http://www.BenefitsInc.com/fhir/eligibility/225476332402" }, "requestOrganization": { "reference": "Organization/1" }, "resourceType": "ProcessResponse", "text": { "div": "<div>A human-readable rendering of the ProcessResponse</div>", "status": "generated" } }; var example642: fhir.ProcessResponse = { "resourceType": "ProcessResponse", "id": "SR2500", "text": { "status": "generated", "div": "<div>A human-readable rendering of the ProcessResponse</div>" }, "identifier": [ { "system": "http://www.BenefitsInc.com/fhir/processresponse", "value": "881234" } ], "request": { "reference": "http://www.BenefitsInc.com/fhir/eligibility/225476332402" }, "outcome": { "system": "http://hl7.org/fhir/processoutcomecodes", "code": "complete" }, "disposition": "Specified coverage is currently in-force.", "created": "2014-08-16", "organization": { "reference": "Organization/2" }, "requestOrganization": { "reference": "Organization/1" } }; var example643: fhir.Provenance = { "activity": { "coding": [ { "code": "AU", "display": "authenticated", "system": "http://hl7.org/fhir/v3/DocumentCompletion" } ] }, "agent": [ { "actor": { "reference": "Practitioner/xcda-author" }, "role": { "code": "verifier", "system": "http://hl7.org/fhir/provenance-participant-role" }, "userId": { "system": "http://acme.com/fhir/users/sso", "value": "hhd" } } ], "id": "signature", "reason": [ { "coding": [ { "code": "TREAT", "display": "treatment", "system": "http://hl7.org/fhir/v3/ActReason" } ] } ], "recorded": "2015-08-27T08:39:24+10:00", "resourceType": "Provenance", "signature": [ { "blob": "Li4u", "contentType": "application/signature+xml", "type": [ { "code": "1.2.840.10065.1.12.1.5", "display": "Verification", "system": "http://hl7.org/fhir/valueset-signature-type" } ], "when": "2015-08-27T08:39:24+10:00", "whoReference": { "reference": "Practitioner/xcda-author" } } ], "target": [ { "reference": "DocumentReference/example" } ], "text": { "div": "<div>procedure record authored on 27-June 2015 by Harold Hippocrates, MD Content extracted from Referral received 26-June</div>", "status": "generated" } }; var example644: fhir.Provenance = { "resourceType": "Provenance", "id": "signature", "text": { "status": "generated", "div": "<div>procedure record authored on 27-June 2015 by Harold Hippocrates, MD Content extracted from Referral received 26-June</div>" }, "target": [ { "fhir_comments": [ " \n where possible, provenance targets should be version specific,\n so that there is no ambiguity about which version of the \n record this relates to\n " ], "reference": "DocumentReference/example" } ], "recorded": "2015-08-27T08:39:24+10:00", "reason": [ { "coding": [ { "system": "http://hl7.org/fhir/v3/ActReason", "code": "TREAT", "display": "treatment" } ] } ], "activity": { "coding": [ { "system": "http://hl7.org/fhir/v3/DocumentCompletion", "code": "AU", "display": "authenticated" } ] }, "agent": [ { "fhir_comments": [ " signer = Harold Hippocrates " ], "role": { "system": "http://hl7.org/fhir/provenance-participant-role", "code": "verifier" }, "actor": { "reference": "Practitioner/xcda-author" }, "userId": { "fhir_comments": [ " very often, the user won't have a known system - these aren't available \n for security system log ons. But where you can define it, you should " ], "system": "http://acme.com/fhir/users/sso", "value": "hhd" } } ], "signature": [ { "type": [ { "fhir_comments": [ " verification signature " ], "system": "http://hl7.org/fhir/valueset-signature-type", "code": "1.2.840.10065.1.12.1.5", "display": "Verification" } ], "when": "2015-08-27T08:39:24+10:00", "whoReference": { "reference": "Practitioner/xcda-author" }, "contentType": "application/signature+xml", "blob": "Li4u" } ] }; var example645: fhir.Provenance = { "agent": [ { "actor": { "reference": "Practitioner/xcda-author" }, "relatedAgent": [ { "target": "#a1", "type": { "text": "used" } } ], "role": { "code": "author", "system": "http://hl7.org/fhir/provenance-participant-role" }, "userId": { "system": "http://acme.com/fhir/users/sso", "value": "hhd" } }, { "actor": { "reference": "Device/software" }, "id": "a1", "role": { "code": "DEV", "system": "http://hl7.org/fhir/v3/ParticipationType" } } ], "entity": [ { "display": "CDA Document in XDS repository", "reference": "DocumentReference/90f55916-9d15-4b8f-87a9-2d7ade8670c8", "role": "source", "type": { "code": "57133-1", "display": "Referral note", "system": "http://loinc.org" } } ], "id": "example", "location": { "reference": "Location/1" }, "period": { "start": "2015-06-27" }, "policy": [ "http://acme.com/fhir/Consent/25" ], "reason": [ { "coding": [ { "code": "3457005", "display": "Referral", "system": "http://snomed.info/sct" } ], "text": "Accepting a referral" } ], "recorded": "2015-06-27T08:39:24+10:00", "resourceType": "Provenance", "target": [ { "reference": "Procedure/example/_history/1" } ], "text": { "div": "<div>procedure record authored on 27-June 2015 by Harold Hippocrates, MD Content extracted from Referral received 26-June</div>", "status": "generated" } }; var example646: fhir.Provenance = { "resourceType": "Provenance", "id": "example", "text": { "status": "generated", "div": "<div>procedure record authored on 27-June 2015 by Harold Hippocrates, MD Content extracted from Referral received 26-June</div>" }, "target": [ { "fhir_comments": [ " \n where possible, provenance targets should be version specific,\n so that there is no ambiguity about which version of the \n record this relates to\n " ], "reference": "Procedure/example/_history/1" } ], "period": { "start": "2015-06-27" }, "recorded": "2015-06-27T08:39:24+10:00", "reason": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "3457005", "display": "Referral" } ], "text": "Accepting a referral" } ], "location": { "reference": "Location/1" }, "policy": [ "http://acme.com/fhir/Consent/25" ], "agent": [ { "fhir_comments": [ " author = Harold Hippocrates " ], "role": { "system": "http://hl7.org/fhir/provenance-participant-role", "code": "author" }, "actor": { "reference": "Practitioner/xcda-author" }, "userId": { "fhir_comments": [ " very often, the user won't have a known system - these aren't available \n for security system log ons. But where you can define it, you should " ], "system": "http://acme.com/fhir/users/sso", "value": "hhd" }, "relatedAgent": [ { "type": { "text": "used" }, "target": "#a1" } ] }, { "id": "a1", "fhir_comments": [ " device = software Harold used " ], "role": { "system": "http://hl7.org/fhir/v3/ParticipationType", "code": "DEV" }, "actor": { "reference": "Device/software" } } ], "entity": [ { "fhir_comments": [ " information extract from a CCDA referral document " ], "role": "source", "type": { "fhir_comments": [ " this code is extracted from the CDA source document " ], "system": "http://loinc.org", "code": "57133-1", "display": "Referral note" }, "reference": "DocumentReference/90f55916-9d15-4b8f-87a9-2d7ade8670c8", "_reference": { "fhir_comments": [ " \n the document is in an XDS repository. \n as a source, we're going to give an MHD \n reference. (easier than XDS.b call with parameters!)\n\n Note that though this is a URI, so that you can reference\n outside FHIR, you can also put a standard FHIR reference \n here as well\n " ] }, "display": "CDA Document in XDS repository" } ] }; var example647: fhir.AllergyIntolerance = { "category": "food", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/allergyintolerance-reasonRefuted", "valueCodeableConcept": { "coding": [ { "code": "MED", "display": "Medical Status Altered", "system": "http://hl7.org/fhir/v3/ActReason" } ] } } ], "id": "allergyintolerance-example-refuted", "identifier": [ { "system": "http://acme.com/ids/patients/risks", "value": "49476534" } ], "patient": { "reference": "Patient/example" }, "recordedDate": "2014-10-09T14:58:00+11:00", "recorder": { "reference": "Practitioner/example" }, "resourceType": "AllergyIntolerance", "status": "refuted", "substance": { "coding": [ { "code": "227493005", "display": "Cashew nuts", "system": "http://snomed.info/sct" } ] }, "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: allergyintolerance-example-refuted</p><p><b>identifier</b>: 49476534</p><p><b>recordedDate</b>: 09/10/2014 2:58:00 PM</p><p><b>recorder</b>: <a>Practitioner/example</a></p><p><b>patient</b>: <a>Patient/example</a></p><p><b>substance</b>: Cashew nuts <span>(Details : {SNOMED CT code '227493005' = '227493005', given as 'Cashew nuts'})</span></p><p><b>status</b>: refuted</p><p><b>category</b>: food</p></div>", "status": "generated" } }; var example648: fhir.AllergyIntolerance = { "resourceType": "AllergyIntolerance", "id": "allergyintolerance-example-refuted", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: allergyintolerance-example-refuted</p><p><b>identifier</b>: 49476534</p><p><b>recordedDate</b>: 09/10/2014 2:58:00 PM</p><p><b>recorder</b>: <a>Practitioner/example</a></p><p><b>patient</b>: <a>Patient/example</a></p><p><b>substance</b>: Cashew nuts <span>(Details : {SNOMED CT code '227493005' = '227493005', given as 'Cashew nuts'})</span></p><p><b>status</b>: refuted</p><p><b>category</b>: food</p></div>" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/allergyintolerance-reasonRefuted", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/v3/ActReason", "code": "MED", "display": "Medical Status Altered" } ] } } ], "identifier": [ { "fhir_comments": [ " an identifier used for this Adverse Reaction Risk " ], "system": "http://acme.com/ids/patients/risks", "value": "49476534" } ], "recordedDate": "2014-10-09T14:58:00+11:00", "_recordedDate": { "fhir_comments": [ " the date that this entry was recorded " ] }, "recorder": { "fhir_comments": [ " who made the record / last updated it " ], "reference": "Practitioner/example" }, "patient": { "fhir_comments": [ " the patient that actually has the risk of adverse reaction " ], "reference": "Patient/example" }, "substance": { "fhir_comments": [ " substance - either coded, or text. A few times,\n there's a full description of a complex substance - in these caes, use the\n extension [url] to refer to a Substance resource " ], "coding": [ { "system": "http://snomed.info/sct", "code": "227493005", "display": "Cashew nuts" } ] }, "status": "refuted", "_status": { "fhir_comments": [ " allergy is tested to be negative " ] }, "category": "food", "_category": { "fhir_comments": [ " this categorisation is implied by \"cashew nut\" and therefore basically\n redundant, but many systems collect this field anyway, since it's either\n useful when the substance is not coded, or it's quicker to sort/filter on\n than using terminology based reasoning " ] } }; var example649: fhir.AllergyIntolerance = { "category": "food", "criticality": "CRITH", "id": "allergyintolerance-example", "identifier": [ { "system": "http://acme.com/ids/patients/risks", "value": "49476534" } ], "lastOccurence": "2012-06", "patient": { "reference": "Patient/example" }, "reaction": [ { "certainty": "confirmed", "description": "Challenge Protocol. Severe Reaction to 1/8 cashew. Epinephrine administered", "manifestation": [ { "coding": [ { "code": "39579001", "display": "Anaphylactic reaction", "system": "http://snomed.info/sct" } ] } ], "onset": "2012-06-12", "severity": "severe", "substance": { "coding": [ { "code": "C3214954", "display": "cashew nut allergenic extract Injectable Product", "system": "http://www.nlm.nih.gov/research/umls/rxnorm" } ] } }, { "certainty": "likely", "manifestation": [ { "coding": [ { "code": "64305001", "display": "Urticaria", "system": "http://snomed.info/sct" } ] } ], "onset": "2004", "severity": "moderate" } ], "recordedDate": "2014-10-09T14:58:00+11:00", "recorder": { "reference": "Practitioner/example" }, "resourceType": "AllergyIntolerance", "status": "confirmed", "substance": { "coding": [ { "code": "227493005", "display": "Cashew nuts", "system": "http://snomed.info/sct" } ] }, "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: allergyintolerance-example</p><p><b>identifier</b>: 49476534</p><p><b>recordedDate</b>: 09/10/2014 2:58:00 PM</p><p><b>recorder</b>: <a>Practitioner/example</a></p><p><b>patient</b>: <a>Patient/example</a></p><p><b>substance</b>: Cashew nuts <span>(Details : {SNOMED CT code '227493005' = '227493005', given as 'Cashew nuts'})</span></p><p><b>status</b>: confirmed</p><p><b>criticality</b>: CRITH</p><p><b>type</b>: allergy</p><p><b>category</b>: food</p><p><b>lastOccurence</b>: 01/06/2012</p><blockquote><p><b>reaction</b></p><p><b>substance</b>: cashew nut allergenic extract Injectable Product <span>(Details : {RxNorm code 'C3214954' = '??', given as 'cashew nut allergenic extract Injectable Product'})</span></p><p><b>certainty</b>: confirmed</p><p><b>manifestation</b>: Anaphylactic reaction <span>(Details : {SNOMED CT code '39579001' = '39579001', given as 'Anaphylactic reaction'})</span></p><p><b>description</b>: Challenge Protocol. Severe Reaction to 1/8 cashew. Epinephrine administered</p><p><b>onset</b>: 12/06/2012</p><p><b>severity</b>: severe</p></blockquote><blockquote><p><b>reaction</b></p><p><b>certainty</b>: likely</p><p><b>manifestation</b>: Urticaria <span>(Details : {SNOMED CT code '64305001' = '64305001', given as 'Urticaria'})</span></p><p><b>onset</b>: 01/01/2004</p><p><b>severity</b>: moderate</p></blockquote></div>", "status": "generated" }, "type": "allergy" }; var example650: fhir.AllergyIntolerance = { "resourceType": "AllergyIntolerance", "id": "allergyintolerance-example", "text": { "fhir_comments": [ " an identifier used for this Adverse Reaction Risk " ], "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: allergyintolerance-example</p><p><b>identifier</b>: 49476534</p><p><b>recordedDate</b>: 09/10/2014 2:58:00 PM</p><p><b>recorder</b>: <a>Practitioner/example</a></p><p><b>patient</b>: <a>Patient/example</a></p><p><b>substance</b>: Cashew nuts <span>(Details : {SNOMED CT code '227493005' = '227493005', given as 'Cashew nuts'})</span></p><p><b>status</b>: confirmed</p><p><b>criticality</b>: CRITH</p><p><b>type</b>: allergy</p><p><b>category</b>: food</p><p><b>lastOccurence</b>: 01/06/2012</p><blockquote><p><b>reaction</b></p><p><b>substance</b>: cashew nut allergenic extract Injectable Product <span>(Details : {RxNorm code 'C3214954' = '??', given as 'cashew nut allergenic extract Injectable Product'})</span></p><p><b>certainty</b>: confirmed</p><p><b>manifestation</b>: Anaphylactic reaction <span>(Details : {SNOMED CT code '39579001' = '39579001', given as 'Anaphylactic reaction'})</span></p><p><b>description</b>: Challenge Protocol. Severe Reaction to 1/8 cashew. Epinephrine administered</p><p><b>onset</b>: 12/06/2012</p><p><b>severity</b>: severe</p></blockquote><blockquote><p><b>reaction</b></p><p><b>certainty</b>: likely</p><p><b>manifestation</b>: Urticaria <span>(Details : {SNOMED CT code '64305001' = '64305001', given as 'Urticaria'})</span></p><p><b>onset</b>: 01/01/2004</p><p><b>severity</b>: moderate</p></blockquote></div>" }, "identifier": [ { "system": "http://acme.com/ids/patients/risks", "value": "49476534" } ], "recordedDate": "2014-10-09T14:58:00+11:00", "_recordedDate": { "fhir_comments": [ " the date that this entry was recorded " ] }, "recorder": { "fhir_comments": [ " who made the record / last updated it " ], "reference": "Practitioner/example" }, "patient": { "fhir_comments": [ " the patient that actually has the risk of adverse reaction " ], "reference": "Patient/example" }, "substance": { "fhir_comments": [ " subtance - either coded, or text. A few times,\n there's a full description of a complex substance - in these caes, use the\n extension [url] to refer to a Substance resource " ], "coding": [ { "system": "http://snomed.info/sct", "code": "227493005", "display": "Cashew nuts" } ] }, "status": "confirmed", "_status": { "fhir_comments": [ " this individual has had several reactions, and there is no\n question that the allergy is real and serious " ] }, "criticality": "CRITH", "type": "allergy", "_type": { "fhir_comments": [ " note: it's often unknown whether an allergy is mediated by an immune response, and not as significant as once thought " ] }, "category": "food", "_category": { "fhir_comments": [ " this categorisation is implied by \"cashew nut\" and therefore basically\n redundant, but many systems collect this field anyway, since it's either\n useful when the substance is not coded, or it's quicker to sort/filter on\n than using terminology based reasoning " ] }, "lastOccurence": "2012-06", "_lastOccurence": { "fhir_comments": [ " last happened June 2012. Typically, systems either track lastOccurence,\n or a list of events. " ] }, "reaction": [ { "fhir_comments": [ " past events. There's no claim that this is all the events, and\n that should not be assumed " ], "substance": { "fhir_comments": [ " \n It's possible to list specific things to which the patient responded,\n e.g. chocolate (that happened to contain cashew nuts). This event has\n such a specific substance. Note that systems should ensure that what\n goes in here does not conflict with the substance above, and systems\n processing the data can be sure that what is here does not contravene\n the substance above\n " ], "coding": [ { "system": "http://www.nlm.nih.gov/research/umls/rxnorm", "code": "C3214954", "display": "cashew nut allergenic extract Injectable Product" } ] }, "certainty": "confirmed", "_certainty": { "fhir_comments": [ " this was a challenge protocol " ] }, "manifestation": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "39579001", "display": "Anaphylactic reaction" } ] } ], "description": "Challenge Protocol. Severe Reaction to 1/8 cashew. Epinephrine administered", "onset": "2012-06-12", "severity": "severe" }, { "certainty": "likely", "_certainty": { "fhir_comments": [ " this was the first occurence " ] }, "manifestation": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "64305001", "display": "Urticaria" } ] } ], "onset": "2004", "severity": "moderate" } ] }; var example651: fhir.Basic = { "code": { "coding": [ { "code": "ADVEVENT", "system": "http://hl7.org/fhir/other-resource-type" } ] }, "extension": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/qicore-adverseevent-cause#item", "valueReference": { "reference": "Medication/example" } }, { "url": "http://hl7.org/fhir/StructureDefinition/qicore-adverseevent-cause#certainty", "valueCodeableConcept": { "coding": [ { "code": "415684004", "display": "Suspected (qualifier)", "system": "http://snomed.info/sct" } ] } } ], "url": "http://hl7.org/fhir/StructureDefinition/qicore-adverseevent-cause" }, { "url": "http://hl7.org/fhir/StructureDefinition/qicore-adverseevent-type", "valueCodeableConcept": { "coding": [ { "code": "28926001", "display": "Eruption due to drug (disorder)", "system": "http://snomed.info/sct" } ] } }, { "url": "http://hl7.org/fhir/StructureDefinition/qicore-adverseevent-period", "valuePeriod": { "end": "2014-01-15", "start": "2014-01-14" } } ], "id": "basic-adverseevent-example", "modifierExtension": [ { "url": "http://hl7.org/fhir/StructureDefinition/qicore-adverseevent-didNotOccur", "valueBoolean": false } ], "resourceType": "Basic", "subject": { "display": "Peter Patient", "reference": "Patient/example" }, "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: basic-adverseevent-example</p><p><b>code</b>: ?? <span>(Details : {http://hl7.org/fhir/other-resource-type code 'ADVEVENT' = '??)</span></p><p><b>subject</b>: <a>Peter Patient</a></p></div>", "status": "generated" } }; var example652: fhir.Basic = { "resourceType": "Basic", "id": "basic-adverseevent-example", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: basic-adverseevent-example</p><p><b>code</b>: ?? <span>(Details : {http://hl7.org/fhir/other-resource-type code 'ADVEVENT' = '??)</span></p><p><b>subject</b>: <a>Peter Patient</a></p></div>" }, "extension": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/qicore-adverseevent-cause#item", "valueReference": { "reference": "Medication/example" } }, { "url": "http://hl7.org/fhir/StructureDefinition/qicore-adverseevent-cause#certainty", "valueCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "415684004", "display": "Suspected (qualifier)" } ] } } ], "url": "http://hl7.org/fhir/StructureDefinition/qicore-adverseevent-cause" }, { "url": "http://hl7.org/fhir/StructureDefinition/qicore-adverseevent-type", "valueCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "28926001", "display": "Eruption due to drug (disorder)" } ] } }, { "url": "http://hl7.org/fhir/StructureDefinition/qicore-adverseevent-period", "valuePeriod": { "start": "2014-01-14", "end": "2014-01-15" } } ], "modifierExtension": [ { "url": "http://hl7.org/fhir/StructureDefinition/qicore-adverseevent-didNotOccur", "valueBoolean": false } ], "code": { "coding": [ { "system": "http://hl7.org/fhir/other-resource-type", "code": "ADVEVENT" } ] }, "subject": { "reference": "Patient/example", "display": "Peter Patient" } }; var example653: fhir.Communication = { "category": { "coding": [ { "code": "Alert", "system": "http://acme.org/messagetypes" } ], "text": "Alert" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/communication-reasonNotPerformed", "valueCodeableConcept": { "coding": [ { "code": "EIE", "display": "entered in error", "system": "http://hl7.org/fhir/v3/ActReason" } ] } } ], "id": "communication-example", "identifier": [ { "system": "urn:oid:1.3.4.5.6.7", "type": { "text": "Paging System" }, "value": "2345678901" } ], "payload": [ { "contentString": "Patient 1 has a very high serum potassium value (7.2 mmol/L on 2014-Dec-12 at 5:55 pm)" }, { "contentReference": { "reference": "Observation/643666aa12f" } } ], "recipient": [ { "reference": "Practitioner/21" } ], "resourceType": "Communication", "sender": { "reference": "Device/f001" }, "sent": "2014-12-12T18:01:10-08:00", "status": "suspended", "subject": { "reference": "Patient/1" }, "text": { "div": "<div>Patient has very high serum potassium</div>", "status": "generated" } }; var example654: fhir.Communication = { "resourceType": "Communication", "id": "communication-example", "text": { "status": "generated", "div": "<div>Patient has very high serum potassium</div>" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/communication-reasonNotPerformed", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/v3/ActReason", "code": "EIE", "display": "entered in error" } ] } } ], "identifier": [ { "fhir_comments": [ " insert contents here " ], "type": { "text": "Paging System" }, "system": "urn:oid:1.3.4.5.6.7", "value": "2345678901" } ], "category": { "coding": [ { "system": "http://acme.org/messagetypes", "code": "Alert" } ], "text": "Alert" }, "sender": { "reference": "Device/f001" }, "recipient": [ { "reference": "Practitioner/21" } ], "payload": [ { "contentString": "Patient 1 has a very high serum potassium value (7.2 mmol/L on 2014-Dec-12 at 5:55 pm)" }, { "contentReference": { "fhir_comments": [ " Reference to the lab result " ], "reference": "Observation/643666aa12f" } } ], "status": "suspended", "sent": "2014-12-12T18:01:10-08:00", "subject": { "reference": "Patient/1" } }; var example655: fhir.CommunicationRequest = { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/communicationrequest-orderedBy", "valueReference": { "reference": "Practitioner/example" } }, { "url": "http://hl7.org/fhir/StructureDefinition/communicationrequest-reasonRejected", "valueCodeableConcept": { "coding": [ { "code": "NON-AVAIL", "display": "patient not-available", "system": "http://hl7.org/fhir/v3/ActReason" } ] } } ], "id": "communicationrequest-example", "resourceType": "CommunicationRequest", "status": "rejected", "subject": { "reference": "Patient/example" }, "text": { "div": "<div>To be filled out at a later time</div>", "status": "generated" } }; var example656: fhir.CommunicationRequest = { "resourceType": "CommunicationRequest", "id": "communicationrequest-example", "text": { "status": "generated", "div": "<div>To be filled out at a later time</div>" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/communicationrequest-orderedBy", "valueReference": { "reference": "Practitioner/example" } }, { "url": "http://hl7.org/fhir/StructureDefinition/communicationrequest-reasonRejected", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/v3/ActReason", "code": "NON-AVAIL", "display": "patient not-available" } ] } } ], "status": "rejected", "subject": { "reference": "Patient/example" } }; var example657: fhir.Condition = { "bodySite": [ { "coding": [ { "code": "49521004", "display": "Left external ear structure", "system": "http://snomed.info/sct" } ], "text": "Left Ear" } ], "category": { "coding": [ { "code": "diagnosis", "display": "Diagnosis", "system": "http://hl7.org/fhir/condition-category" }, { "code": "439401001", "display": "Diagnosis", "system": "http://snomed.info/sct" } ] }, "code": { "coding": [ { "code": "39065001", "display": "Burn of ear", "system": "http://hl7.org/fhir/ValueSet/daf-problem" } ], "text": "Burnt Ear" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/condition-criticality", "valueCodeableConcept": { "coding": [ { "code": "399166001", "display": "Fatal", "system": "http://hl7.org/fhir/ValueSet/condition-severity" } ] } } ], "id": "condition-example", "onsetDateTime": "2012-05-24", "patient": { "reference": "Patient/example" }, "resourceType": "Condition", "severity": { "coding": [ { "code": "24484000", "display": "Severe", "system": "http://snomed.info/sct" } ] }, "text": { "div": "<div>Severe burn of left ear (Date: 24-May 2012)</div>", "status": "generated" }, "verificationStatus": "confirmed" }; var example658: fhir.Condition = { "resourceType": "Condition", "id": "condition-example", "text": { "status": "generated", "div": "<div>Severe burn of left ear (Date: 24-May 2012)</div>" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/condition-criticality", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/ValueSet/condition-severity", "code": "399166001", "display": "Fatal" } ] } } ], "patient": { "reference": "Patient/example" }, "code": { "coding": [ { "system": "http://hl7.org/fhir/ValueSet/daf-problem", "code": "39065001", "display": "Burn of ear" } ], "text": "Burnt Ear" }, "category": { "coding": [ { "system": "http://hl7.org/fhir/condition-category", "code": "diagnosis", "display": "Diagnosis" }, { "fhir_comments": [ " and also a SNOMED CT coding " ], "system": "http://snomed.info/sct", "code": "439401001", "display": "Diagnosis" } ] }, "verificationStatus": "confirmed", "severity": { "coding": [ { "system": "http://snomed.info/sct", "code": "24484000", "display": "Severe" } ] }, "onsetDateTime": "2012-05-24", "bodySite": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "49521004", "display": "Left external ear structure" } ], "text": "Left Ear" } ] }; var example659: fhir.DeviceUseRequest = { "device": { "reference": "Device/example" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/deviceuserequest-reasonRejected", "valueCodeableConcept": { "coding": [ { "code": "MEDPREC", "display": "medical precaution", "system": "http://hl7.org/fhir/v3/ActReason" } ] } } ], "id": "deviceuserequest-example", "resourceType": "DeviceUseRequest", "status": "rejected", "subject": { "reference": "Patient/example" }, "text": { "div": "<div>To be filled out at a later time</div>", "status": "generated" } }; var example660: fhir.DeviceUseRequest = { "resourceType": "DeviceUseRequest", "id": "deviceuserequest-example", "text": { "status": "generated", "div": "<div>To be filled out at a later time</div>" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/deviceuserequest-reasonRejected", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/v3/ActReason", "code": "MEDPREC", "display": "medical precaution" } ] } } ], "status": "rejected", "device": { "reference": "Device/example" }, "subject": { "reference": "Patient/example" } }; var example661: fhir.DiagnosticOrder = { "event": [ { "dateTime": "2013-05-02T16:16:00-07:00", "status": "requested" }, { "dateTime": "2013-05-06T11:20:00-07:00", "status": "rejected" } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/diagnosticorder-reason", "valueCodeableConcept": { "coding": [ { "code": "PHY", "display": "Physician request", "system": "http://hl7.org/fhir/v3/ActReason" } ] } }, { "url": "http://hl7.org/fhir/StructureDefinition/diagnosticorder-reasonRejected", "valueCodeableConcept": { "coding": [ { "code": "NON-AVAIL", "display": "patient not-available", "system": "http://hl7.org/fhir/v3/ActReason" } ] } } ], "id": "diagnosticorder-example", "identifier": [ { "system": "urn:oid:1.3.4.5.6.7", "type": { "text": "Placer" }, "value": "2345234234234" } ], "item": [ { "code": { "coding": [ { "code": "57698-3", "system": "http://loinc.org" } ], "text": "Lipid panel with direct LDL - Serum or Plasma" } } ], "orderer": { "reference": "Practitioner/example" }, "resourceType": "DiagnosticOrder", "status": "rejected", "subject": { "reference": "Patient/example" }, "text": { "div": "<div>\n Example Diagnostic Order\n </div>", "status": "generated" } }; var example662: fhir.DiagnosticOrder = { "resourceType": "DiagnosticOrder", "id": "diagnosticorder-example", "text": { "status": "generated", "div": "<div>\n Example Diagnostic Order\n </div>" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/diagnosticorder-reason", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/v3/ActReason", "code": "PHY", "display": "Physician request" } ] } }, { "url": "http://hl7.org/fhir/StructureDefinition/diagnosticorder-reasonRejected", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/v3/ActReason", "code": "NON-AVAIL", "display": "patient not-available" } ] } } ], "subject": { "reference": "Patient/example" }, "orderer": { "reference": "Practitioner/example" }, "identifier": [ { "type": { "text": "Placer" }, "system": "urn:oid:1.3.4.5.6.7", "value": "2345234234234" } ], "status": "rejected", "event": [ { "status": "requested", "dateTime": "2013-05-02T16:16:00-07:00" }, { "status": "rejected", "dateTime": "2013-05-06T11:20:00-07:00" } ], "item": [ { "code": { "coding": [ { "system": "http://loinc.org", "code": "57698-3" } ], "text": "Lipid panel with direct LDL - Serum or Plasma" } } ] }; var example663: fhir.DiagnosticReport = { "category": { "coding": [ { "code": "HM", "system": "http://hl7.org/fhir/v2/0074" } ] }, "code": { "coding": [ { "code": "58410-2", "display": "Complete blood count (hemogram) panel - Blood by Automated count", "system": "http://loinc.org" }, { "code": "CBC", "display": "MASTER FULL BLOOD COUNT" } ], "text": "Complete Blood Count" }, "contained": [ { "code": { "coding": [ { "code": "718-7", "display": "Hemoglobin [Mass/volume] in Blood", "system": "http://loinc.org" } ], "text": "Haemoglobin" }, "id": "r1", "referenceRange": [ { "high": { "code": "g/L", "system": "http://unitsofmeasure.org", "unit": "g/L", "value": 180 }, "low": { "code": "g/L", "system": "http://unitsofmeasure.org", "unit": "g/L", "value": 135 } } ], "resourceType": "Observation", "status": "final", "valueQuantity": { "code": "g/L", "system": "http://unitsofmeasure.org", "unit": "g/L", "value": 176 } }, { "code": { "coding": [ { "code": "789-8", "display": "Erythrocytes [#/volume] in Blood by Automated count", "system": "http://loinc.org" } ], "text": "Red Cell Count" }, "id": "r2", "referenceRange": [ { "high": { "code": "10*12/L", "system": "http://unitsofmeasure.org", "unit": "x10*12/L", "value": 6 }, "low": { "code": "10*12/L", "system": "http://unitsofmeasure.org", "unit": "x10*12/L", "value": 4.2 } } ], "resourceType": "Observation", "status": "final", "valueQuantity": { "code": "10*12/L", "system": "http://unitsofmeasure.org", "unit": "x10*12/L", "value": 5.9 } }, { "code": { "coding": [ { "code": "4544-3", "display": "Hematocrit [Volume Fraction] of Blood by Automated count", "system": "http://loinc.org" } ], "text": "Haematocrit" }, "id": "r3", "interpretation": { "coding": [ { "code": "H", "system": "http://hl7.org/fhir/v2/0078" } ] }, "referenceRange": [ { "high": { "unit": "%", "value": 52 }, "low": { "unit": "%", "value": 38 } } ], "resourceType": "Observation", "status": "final", "valueQuantity": { "unit": "%", "value": 55 } }, { "code": { "coding": [ { "code": "787-2", "display": "Erythrocyte mean corpuscular volume [Entitic volume] by Automated count", "system": "http://loinc.org" } ], "text": "Mean Cell Volume" }, "id": "r4", "interpretation": { "coding": [ { "code": "H", "system": "http://hl7.org/fhir/v2/0078" } ] }, "referenceRange": [ { "high": { "code": "fL", "system": "http://unitsofmeasure.org", "unit": "fL", "value": 98 }, "low": { "code": "fL", "system": "http://unitsofmeasure.org", "unit": "fL", "value": 80 } } ], "resourceType": "Observation", "status": "final", "valueQuantity": { "code": "fL", "system": "http://unitsofmeasure.org", "unit": "fL", "value": 99 } }, { "code": { "coding": [ { "code": "785-6", "display": "Erythrocyte mean corpuscular hemoglobin [Entitic mass] by Automated count", "system": "http://loinc.org" } ], "text": "Mean Cell Haemoglobin" }, "id": "r5", "interpretation": { "coding": [ { "code": "H", "system": "http://hl7.org/fhir/v2/0078" } ] }, "referenceRange": [ { "high": { "code": "pg", "system": "http://unitsofmeasure.org", "unit": "pg", "value": 35 }, "low": { "code": "pg", "system": "http://unitsofmeasure.org", "unit": "pg", "value": 27 } } ], "resourceType": "Observation", "status": "final", "valueQuantity": { "code": "pg", "system": "http://unitsofmeasure.org", "unit": "pg", "value": 36 } }, { "code": { "coding": [ { "code": "777-3", "display": "Platelets [#/volume] in Blood by Automated count", "system": "http://loinc.org" } ], "text": "Platelet Count" }, "id": "r6", "referenceRange": [ { "high": { "code": "10*9/L", "system": "http://unitsofmeasure.org", "unit": "x10*9/L", "value": 450 }, "low": { "code": "10*9/L", "system": "http://unitsofmeasure.org", "unit": "x10*9/L", "value": 150 } } ], "resourceType": "Observation", "status": "final", "valueQuantity": { "code": "10*9/L", "system": "http://unitsofmeasure.org", "unit": "x10*9/L", "value": 444 } }, { "code": { "coding": [ { "code": "6690-2", "display": "Leukocytes [#/volume] in Blood by Automated count", "system": "http://loinc.org" } ], "text": "White Cell Count" }, "id": "r7", "referenceRange": [ { "high": { "code": "10*9/L", "system": "http://unitsofmeasure.org", "unit": "x10*9/L", "value": 11 }, "low": { "code": "10*9/L", "system": "http://unitsofmeasure.org", "unit": "x10*9/L", "value": 4 } } ], "resourceType": "Observation", "status": "final", "valueQuantity": { "code": "10*9/L", "system": "http://unitsofmeasure.org", "unit": "x10*9/L", "value": 4.6 } }, { "code": { "coding": [ { "code": "770-8", "display": "Neutrophils/100 leukocytes in Blood by Automated count", "system": "http://loinc.org" } ], "text": "Neutrophils" }, "id": "r8", "resourceType": "Observation", "status": "final", "valueQuantity": { "code": "%", "system": "http://unitsofmeasure.org", "unit": "%", "value": 20 } }, { "code": { "coding": [ { "code": "751-8", "display": "Neutrophils [#/volume] in Blood by Automated count", "system": "http://loinc.org" } ], "text": "Neutrophils" }, "id": "r9", "interpretation": { "coding": [ { "code": "LL", "system": "http://hl7.org/fhir/v2/0078" } ] }, "referenceRange": [ { "high": { "code": "10*9/L", "system": "http://unitsofmeasure.org", "unit": "x10*9/L", "value": 7.5 }, "low": { "code": "10*9/L", "system": "http://unitsofmeasure.org", "unit": "x10*9/L", "value": 2 } } ], "resourceType": "Observation", "status": "final", "valueQuantity": { "code": "10*9/L", "system": "http://unitsofmeasure.org", "unit": "x10*9/L", "value": 0.9 } }, { "code": { "coding": [ { "code": "736-9", "display": "Lymphocytes/100 leukocytes in Blood by Automated count", "system": "http://loinc.org" } ], "text": "Lymphocytes" }, "id": "r10", "resourceType": "Observation", "status": "final", "valueQuantity": { "code": "%", "system": "http://unitsofmeasure.org", "unit": "%", "value": 20 } }, { "code": { "coding": [ { "code": "731-0", "display": "Lymphocytes [#/volume] in Blood by Automated count", "system": "http://loinc.org" } ], "text": "Lymphocytes" }, "id": "r11", "interpretation": { "coding": [ { "code": "L", "system": "http://hl7.org/fhir/v2/0078" } ] }, "referenceRange": [ { "high": { "code": "10*9/L", "system": "http://unitsofmeasure.org", "unit": "x10*9/L", "value": 4 }, "low": { "code": "10*9/L", "system": "http://unitsofmeasure.org", "unit": "x10*9/L", "value": 1.1 } } ], "resourceType": "Observation", "status": "final", "valueQuantity": { "code": "10*9/L", "system": "http://unitsofmeasure.org", "unit": "x10*9/L", "value": 0.9 } }, { "code": { "coding": [ { "code": "5905-5", "display": "Monocytes/100 leukocytes in Blood by Automated count", "system": "http://loinc.org" } ], "text": "Monocytes" }, "id": "r12", "resourceType": "Observation", "status": "final", "valueQuantity": { "code": "%", "system": "http://unitsofmeasure.org", "unit": "%", "value": 20 } }, { "code": { "coding": [ { "code": "742-7", "display": "Monocytes [#/volume] in Blood by Automated count", "system": "http://loinc.org" } ], "text": "Monocytes" }, "id": "r13", "referenceRange": [ { "high": { "code": "10*9/L", "system": "http://unitsofmeasure.org", "unit": "x10*9/L", "value": 1 }, "low": { "code": "10*9/L", "system": "http://unitsofmeasure.org", "unit": "x10*9/L", "value": 0.2 } } ], "resourceType": "Observation", "status": "final", "valueQuantity": { "code": "10*9/L", "system": "http://unitsofmeasure.org", "unit": "x10*9/L", "value": 0.9 } }, { "code": { "coding": [ { "code": "713-8", "display": "Eosinophils/100 leukocytes in Blood by Automated count", "system": "http://loinc.org" } ], "text": "Eosinophils" }, "id": "r14", "resourceType": "Observation", "status": "final", "valueQuantity": { "code": "%", "system": "http://unitsofmeasure.org", "unit": "%", "value": 20 } }, { "code": { "coding": [ { "code": "711-2", "display": "Eosinophils [#/volume] in Blood by Automated count", "system": "http://loinc.org" } ], "text": "Eosinophils" }, "id": "r15", "interpretation": { "coding": [ { "code": "HH", "system": "http://hl7.org/fhir/v2/0078" } ] }, "referenceRange": [ { "high": { "code": "10*9/L", "system": "http://unitsofmeasure.org", "unit": "x10*9/L", "value": 0.4 }, "low": { "code": "10*9/L", "system": "http://unitsofmeasure.org", "unit": "x10*9/L", "value": 0.04 } } ], "resourceType": "Observation", "status": "final", "valueQuantity": { "code": "10*9/L", "system": "http://unitsofmeasure.org", "unit": "x10*9/L", "value": 0.92 } }, { "code": { "coding": [ { "code": "706-2", "display": "Basophils/100 leukocytes in Blood by Automated count", "system": "http://loinc.org" } ], "text": "Basophils" }, "id": "r16", "resourceType": "Observation", "status": "final", "valueQuantity": { "code": "%", "system": "http://unitsofmeasure.org", "unit": "%", "value": 20 } }, { "code": { "coding": [ { "code": "704-7", "display": "Basophils [#/volume] in Blood by Automated count", "system": "http://loinc.org" } ], "text": "Basophils" }, "id": "r17", "referenceRange": [ { "high": { "code": "10*9/L", "system": "http://unitsofmeasure.org", "unit": "x10*9/L", "value": 0.21 } } ], "resourceType": "Observation", "status": "final", "valueQuantity": { "code": "10*9/L", "system": "http://unitsofmeasure.org", "unit": "x10*9/L", "value": 0.92 } } ], "effectiveDateTime": "2011-03-04T08:30:00+11:00", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/diagnosticReport-locationPerformed", "valueReference": { "reference": "Location/example" } } ], "id": "diagnosticreport-example", "identifier": [ { "system": "http://acme.com/lab/reports", "value": "5234342" } ], "issued": "2011-03-04T11:45:33+11:00", "performer": { "display": "Acme Laboratory, Inc", "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" }, "presentedForm": [ { "contentType": "application/pdf", "data": "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PSdodHRwOi8vbnMuYWRvYmUuY29tL3BkZi8xLjMvJz48cGRmOlByb2R1Y2VyPkdQTCBHaG9zdHNjcmlwdCA5LjA0PC9wZGY6UHJvZHVjZXI+CjxwZGY6S2V5d29yZHM+KCk8L3BkZjpLZXl3b3Jkcz4KPC9yZGY6RGVzY3JpcHRpb24+CjxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSdlOTA4ODRhMy0zYzlhLTExZTEtMDAwMC02NDI2MDMzYWE1MCYjODsnIHhtbG5zOnhtcD0naHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyc+PHhtcDpNb2RpZnlEYXRlPjIwMTItMDEtMDlUMDg6MjU6NTQrMTE6MDA8L3htcDpNb2RpZnlEYXRlPgo8eG1wOkNyZWF0ZURhdGU+MjAxMi0wMS0wOVQwODoyNTo1NCsxMTowMDwveG1wOkNyZWF0ZURhdGU+Cjx4bXA6Q3JlYXRvclRvb2w+UERGQ3JlYXRvciBWZXJzaW9uIDEuMi4zPC94bXA6Q3JlYXRvclRvb2w+PC9yZGY6RGVzY3JpcHRpb24+CjxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSdlOTA4ODRhMy0zYzlhLTExZTEtMDAwMC02NDI2MDMzYWE1MCYjODsnIHhtbG5zOnhhcE1NPSdodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vJyB4YXBNTTpEb2N1bWVudElEPSd1dWlkOmU5MDg4NGEzLTNjOWEtMTFlMS0wMDAwLTY0MjYwMzNhYTUwJiMxMzg7pyYjMTU3O+7SYyYjMzE7JiMxNjsnLz4KPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9J2U5MDg4NGEzLTNjOWEtMTFlMS0wMDAwLTY0MjYwMzNhYTUwJiM4OycgeG1sbnM6ZGM9J2h0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvJyBkYzpmb3JtYXQ9J2FwcGxpY2F0aW9uL3BkZic+PGRjOnRpdGxlPjxyZGY6QWx0PjxyZGY6bGkgeG1sOmxhbmc9J3gtZGVmYXVsdCc+Q0JDIFJlcG9ydCBmb3IgV2lsZS4gRS4gQ09ZT1RFIChNUk46IDIzNDUzKSBpc3N1ZWQgMy1NYXIgMjAxMSAxMTo0NTwvcmRmOmxpPjwvcmRmOkFsdD48L2RjOnRpdGxlPjxkYzpjcmVhdG9yPjxyZGY6U2VxPjxyZGY6bGk+R3JhaGFtZTwvcmRmOmxpPjwvcmRmOlNlcT48L2RjOmNyZWF0b3I+PGRjOmRlc2NyaXB0aW9uPjxyZGY6U2VxPjxyZGY6bGk+KCk8L3JkZjpsaT48L3JkZjpTZXE+PC9kYzpkZXNjcmlwdGlvbj48L3JkZjpEZXNjcmlwdGlvbj4KPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAo8P3hwYWNrZXQgZW5kPSd3Jz8+CmVuZHN0cmVhbQplbmRvYmoKMiAwIG9iago8PC9Qcm9kdWNlcihHUEwgR2hvc3RzY3JpcHQgOS4wNCkKL0NyZWF0aW9uRGF0ZShEOjIwMTIwMTA5MDgyNTU0KzExJzAwJykKL01vZERhdGUoRDoyMDEyMDEwOTA4MjU1NCsxMScwMCcpCi9UaXRsZShcMzc2XDM3N1wwMDBDXDAwMEJcMDAwQ1wwMDAgXDAwMFJcMDAwZVwwMDBwXDAwMG9cMDAwclwwMDB0XDAwMCBcMDAwZlwwMDBvXDAwMHJcMDAwIFwwMDBXXDAwMGlcMDAwbFwwMDBlXDAwMC5cMDAwIFwwMDBFXDAwMC5cMDAwIFwwMDBDXDAwME9cMDAwWVwwMDBPXDAwMFRcMDAwRVwwMDAgXDAwMFwoXDAwME1cMDAwUlwwMDBOXDAwMDpcMDAwIFwwMDAyXDAwMDNcMDAwNFwwMDA1XDAwMDNcMDAwXClcMDAwIFwwMDBpXDAwMHNcMDAwc1wwMDB1XDAwMGVcMDAwZFwwMDAgXDAwMDNcMDAwLVwwMDBNXDAwMGFcMDAwclwwMDAgXDAwMDJcMDAwMFwwMDAxXDAwMDFcMDAwIFwwMDAxXDAwMDFcMDAwOlwwMDA0XDAwMDUpCi9DcmVhdG9yKFwzNzZcMzc3XDAwMFBcMDAwRFwwMDBGXDAwMENcMDAwclwwMDBlXDAwMGFcMDAwdFwwMDBvXDAwMHJcMDAwIFwwMDBWXDAwMGVcMDAwclwwMDBzXDAwMGlcMDAwb1wwMDBuXDAwMCBcMDAwMVwwMDAuXDAwMDJcMDAwLlwwMDAzKQovQXV0aG9yKFwzNzZcMzc3XDAwMEdcMDAwclwwMDBhXDAwMGhcMDAwYVwwMDBtXDAwMGUpCi9LZXl3b3JkcygpCi9TdWJqZWN0KCk+PmVuZG9iagp4cmVmCjAgMjEKMDAwMDAwMDAwMCA2NTUzNSBmIAowMDAwMDAyMTM3IDAwMDAwIG4gCjAwMDAwNjg3OTMgMDAwMDAgbiAKMDAwMDAwMjA3OCAwMDAwMCBuIAowMDAwMDAxOTM2IDAwMDAwIG4gCjAwMDAwMDAwMTUgMDAwMDAgbiAKMDAwMDAwMTkxNiAwMDAwMCBuIAowMDAwMDAyNjU2IDAwMDAwIG4gCjAwMDAwMDQ2ODEgMDAwMDAgbiAKMDAwMDAwMzQ3OSAwMDAwMCBuIAowMDAwMDIxNTc3IDAwMDAwIG4gCjAwMDAwMDQzMjkgMDAwMDAgbiAKMDAwMDA0MTMwNyAwMDAwMCBuIAowMDAwMDAyMjAyIDAwMDAwIG4gCjAwMDAwMDQ5MDUgMDAwMDAgbiAKMDAwMDAyMTc5MyAwMDAwMCBuIAowMDAwMDQxNTI5IDAwMDAwIG4gCjAwMDAwMDIyNTIgMDAwMDAgbiAKMDAwMDAwMjk0OCAwMDAwMCBuIAowMDAwMDAzODMxIDAwMDAwIG4gCjAwMDAwNjcwODggMDAwMDAgbiAKdHJhaWxlcgo8PCAvU2l6ZSAyMSAvUm9vdCAxIDAgUiAvSW5mbyAyIDAgUgovSUQgWzw4RDdGNzc5QTAwQzcwOTc5NTg3MDQyRjA5MkJBQjhDNj48OEQ3Rjc3OUEwMEM3MDk3OTU4NzA0MkYwOTJCQUI4QzY+XQo+PgpzdGFydHhyZWYKNjk0ODUKJSVFT0YK", "language": "en-AU", "title": "HTML Report" } ], "resourceType": "DiagnosticReport", "result": [ { "reference": "#r1" }, { "reference": "#r2" }, { "reference": "#r3" }, { "reference": "#r4" }, { "reference": "#r5" }, { "reference": "#r6" }, { "reference": "#r7" }, { "reference": "#r8" }, { "reference": "#r9" }, { "reference": "#r10" }, { "reference": "#r11" }, { "reference": "#r12" }, { "reference": "#r13" }, { "reference": "#r14" }, { "reference": "#r15" }, { "reference": "#r16" }, { "reference": "#r17" } ], "status": "final", "subject": { "reference": "Patient/pat2" }, "text": { "div": "<div>\n \n \n \n \n <h3>CBC Report for Wile. E. COYOTE (MRN: 23453) issued 3-Mar 2011 11:45</h3>\n\n \n \n \n \n <pre>\nTest Units Value Reference Range\nHaemoglobin g/L 176 135 - 180\nRed Cell Count x10*12/L 5.9 4.2 - 6.0\nHaematocrit 0.55+ 0.38 - 0.52\nMean Cell Volume fL 99+ 80 - 98\nMean Cell Haemoglobin pg 36+ 27 - 35\nPlatelet Count x10*9/L 444 150 - 450\nWhite Cell Count x10*9/L 4.6 4.0 - 11.0\nNeutrophils % 20\nNeutrophils x10*9/L 0.9--- 2.0 - 7.5\nLymphocytes % 20\nLymphocytes x10*9/L 0.9- 1.1 - 4.0\nMonocytes % 20\nMonocytes x10*9/L 0.9 0.2 - 1.0\nEosinophils % 20\nEosinophils x10*9/L 0.92++ 0.04 - 0.40\nBasophils % 20\nBasophils x10*9/L 0.92+++ <0.21\n </pre>\n \n \n \n \n <p>Acme Laboratory, Inc signed: Dr Pete Pathologist</p>\n \n \n \n \n </div>", "status": "generated" } }; var example664: fhir.DiagnosticReport = { "resourceType": "DiagnosticReport", "id": "diagnosticreport-example", "text": { "status": "generated", "div": "<div>\n \n \n \n \n <h3>CBC Report for Wile. E. COYOTE (MRN: 23453) issued 3-Mar 2011 11:45</h3>\n\n \n \n \n \n <pre>\nTest Units Value Reference Range\nHaemoglobin g/L 176 135 - 180\nRed Cell Count x10*12/L 5.9 4.2 - 6.0\nHaematocrit 0.55+ 0.38 - 0.52\nMean Cell Volume fL 99+ 80 - 98\nMean Cell Haemoglobin pg 36+ 27 - 35\nPlatelet Count x10*9/L 444 150 - 450\nWhite Cell Count x10*9/L 4.6 4.0 - 11.0\nNeutrophils % 20\nNeutrophils x10*9/L 0.9--- 2.0 - 7.5\nLymphocytes % 20\nLymphocytes x10*9/L 0.9- 1.1 - 4.0\nMonocytes % 20\nMonocytes x10*9/L 0.9 0.2 - 1.0\nEosinophils % 20\nEosinophils x10*9/L 0.92++ 0.04 - 0.40\nBasophils % 20\nBasophils x10*9/L 0.92+++ <0.21\n </pre>\n \n \n \n \n <p>Acme Laboratory, Inc signed: Dr Pete Pathologist</p>\n \n \n \n \n </div>" }, "contained": [ { "resourceType": "Observation", "id": "r1", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "718-7", "display": "Hemoglobin [Mass/volume] in Blood" } ], "text": "Haemoglobin" }, "valueQuantity": { "value": 176, "unit": "g/L", "system": "http://unitsofmeasure.org", "code": "g/L" }, "referenceRange": [ { "low": { "value": 135, "unit": "g/L", "system": "http://unitsofmeasure.org", "code": "g/L" }, "high": { "value": 180, "unit": "g/L", "system": "http://unitsofmeasure.org", "code": "g/L" } } ] }, { "resourceType": "Observation", "id": "r2", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "789-8", "display": "Erythrocytes [#/volume] in Blood by Automated count" } ], "text": "Red Cell Count" }, "valueQuantity": { "value": 5.9, "unit": "x10*12/L", "system": "http://unitsofmeasure.org", "code": "10*12/L" }, "referenceRange": [ { "low": { "value": 4.2, "unit": "x10*12/L", "system": "http://unitsofmeasure.org", "code": "10*12/L" }, "high": { "value": 6, "unit": "x10*12/L", "system": "http://unitsofmeasure.org", "code": "10*12/L" } } ] }, { "resourceType": "Observation", "id": "r3", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "4544-3", "display": "Hematocrit [Volume Fraction] of Blood by Automated count" } ], "text": "Haematocrit" }, "valueQuantity": { "value": 55, "unit": "%" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "H" } ] }, "referenceRange": [ { "low": { "value": 38, "unit": "%" }, "high": { "value": 52, "unit": "%" } } ] }, { "resourceType": "Observation", "id": "r4", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "787-2", "display": "Erythrocyte mean corpuscular volume [Entitic volume] by Automated count" } ], "text": "Mean Cell Volume" }, "valueQuantity": { "value": 99, "unit": "fL", "system": "http://unitsofmeasure.org", "code": "fL" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "H" } ] }, "referenceRange": [ { "low": { "value": 80, "unit": "fL", "system": "http://unitsofmeasure.org", "code": "fL" }, "high": { "value": 98, "unit": "fL", "system": "http://unitsofmeasure.org", "code": "fL" } } ] }, { "resourceType": "Observation", "id": "r5", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "785-6", "display": "Erythrocyte mean corpuscular hemoglobin [Entitic mass] by Automated count" } ], "text": "Mean Cell Haemoglobin" }, "valueQuantity": { "value": 36, "unit": "pg", "system": "http://unitsofmeasure.org", "code": "pg" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "H" } ] }, "referenceRange": [ { "low": { "value": 27, "unit": "pg", "system": "http://unitsofmeasure.org", "code": "pg" }, "high": { "value": 35, "unit": "pg", "system": "http://unitsofmeasure.org", "code": "pg" } } ] }, { "resourceType": "Observation", "id": "r6", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "777-3", "display": "Platelets [#/volume] in Blood by Automated count" } ], "text": "Platelet Count" }, "valueQuantity": { "value": 444, "unit": "x10*9/L", "system": "http://unitsofmeasure.org", "code": "10*9/L" }, "referenceRange": [ { "low": { "value": 150, "unit": "x10*9/L", "system": "http://unitsofmeasure.org", "code": "10*9/L" }, "high": { "value": 450, "unit": "x10*9/L", "system": "http://unitsofmeasure.org", "code": "10*9/L" } } ] }, { "resourceType": "Observation", "id": "r7", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "6690-2", "display": "Leukocytes [#/volume] in Blood by Automated count" } ], "text": "White Cell Count" }, "valueQuantity": { "value": 4.6, "unit": "x10*9/L", "system": "http://unitsofmeasure.org", "code": "10*9/L" }, "referenceRange": [ { "low": { "value": 4, "unit": "x10*9/L", "system": "http://unitsofmeasure.org", "code": "10*9/L" }, "high": { "value": 11, "unit": "x10*9/L", "system": "http://unitsofmeasure.org", "code": "10*9/L" } } ] }, { "resourceType": "Observation", "id": "r8", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "770-8", "display": "Neutrophils/100 leukocytes in Blood by Automated count" } ], "text": "Neutrophils" }, "valueQuantity": { "value": 20, "unit": "%", "system": "http://unitsofmeasure.org", "code": "%" } }, { "resourceType": "Observation", "id": "r9", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "751-8", "display": "Neutrophils [#/volume] in Blood by Automated count" } ], "text": "Neutrophils" }, "valueQuantity": { "value": 0.9, "unit": "x10*9/L", "system": "http://unitsofmeasure.org", "code": "10*9/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "LL" } ] }, "referenceRange": [ { "low": { "value": 2, "unit": "x10*9/L", "system": "http://unitsofmeasure.org", "code": "10*9/L" }, "high": { "value": 7.5, "unit": "x10*9/L", "system": "http://unitsofmeasure.org", "code": "10*9/L" } } ] }, { "resourceType": "Observation", "id": "r10", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "736-9", "display": "Lymphocytes/100 leukocytes in Blood by Automated count" } ], "text": "Lymphocytes" }, "valueQuantity": { "value": 20, "unit": "%", "system": "http://unitsofmeasure.org", "code": "%" } }, { "resourceType": "Observation", "id": "r11", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "731-0", "display": "Lymphocytes [#/volume] in Blood by Automated count" } ], "text": "Lymphocytes" }, "valueQuantity": { "value": 0.9, "unit": "x10*9/L", "system": "http://unitsofmeasure.org", "code": "10*9/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "L" } ] }, "referenceRange": [ { "low": { "value": 1.1, "unit": "x10*9/L", "system": "http://unitsofmeasure.org", "code": "10*9/L" }, "high": { "value": 4, "unit": "x10*9/L", "system": "http://unitsofmeasure.org", "code": "10*9/L" } } ] }, { "resourceType": "Observation", "id": "r12", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "5905-5", "display": "Monocytes/100 leukocytes in Blood by Automated count" } ], "text": "Monocytes" }, "valueQuantity": { "value": 20, "unit": "%", "system": "http://unitsofmeasure.org", "code": "%" } }, { "resourceType": "Observation", "id": "r13", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "742-7", "display": "Monocytes [#/volume] in Blood by Automated count" } ], "text": "Monocytes" }, "valueQuantity": { "value": 0.9, "unit": "x10*9/L", "system": "http://unitsofmeasure.org", "code": "10*9/L" }, "referenceRange": [ { "low": { "value": 0.2, "unit": "x10*9/L", "system": "http://unitsofmeasure.org", "code": "10*9/L" }, "high": { "value": 1, "unit": "x10*9/L", "system": "http://unitsofmeasure.org", "code": "10*9/L" } } ] }, { "resourceType": "Observation", "id": "r14", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "713-8", "display": "Eosinophils/100 leukocytes in Blood by Automated count" } ], "text": "Eosinophils" }, "valueQuantity": { "value": 20, "unit": "%", "system": "http://unitsofmeasure.org", "code": "%" } }, { "resourceType": "Observation", "id": "r15", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "711-2", "display": "Eosinophils [#/volume] in Blood by Automated count" } ], "text": "Eosinophils" }, "valueQuantity": { "value": 0.92, "unit": "x10*9/L", "system": "http://unitsofmeasure.org", "code": "10*9/L" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "HH" } ] }, "referenceRange": [ { "low": { "value": 0.04, "unit": "x10*9/L", "system": "http://unitsofmeasure.org", "code": "10*9/L" }, "high": { "value": 0.4, "unit": "x10*9/L", "system": "http://unitsofmeasure.org", "code": "10*9/L" } } ] }, { "resourceType": "Observation", "id": "r16", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "706-2", "display": "Basophils/100 leukocytes in Blood by Automated count" } ], "text": "Basophils" }, "valueQuantity": { "value": 20, "unit": "%", "system": "http://unitsofmeasure.org", "code": "%" } }, { "resourceType": "Observation", "id": "r17", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "704-7", "display": "Basophils [#/volume] in Blood by Automated count" } ], "text": "Basophils" }, "valueQuantity": { "value": 0.92, "unit": "x10*9/L", "system": "http://unitsofmeasure.org", "code": "10*9/L" }, "referenceRange": [ { "high": { "value": 0.21, "unit": "x10*9/L", "system": "http://unitsofmeasure.org", "code": "10*9/L" } } ] } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/diagnosticReport-locationPerformed", "valueReference": { "reference": "Location/example" } } ], "identifier": [ { "system": "http://acme.com/lab/reports", "value": "5234342" } ], "status": "final", "category": { "coding": [ { "system": "http://hl7.org/fhir/v2/0074", "code": "HM" } ] }, "code": { "fhir_comments": [ " first, various administrative/context stuff " ], "coding": [ { "system": "http://loinc.org", "code": "58410-2", "display": "Complete blood count (hemogram) panel - Blood by Automated count" }, { "code": "CBC", "display": "MASTER FULL BLOOD COUNT" } ], "text": "Complete Blood Count" }, "subject": { "reference": "Patient/pat2" }, "effectiveDateTime": "2011-03-04T08:30:00+11:00", "issued": "2011-03-04T11:45:33+11:00", "_issued": { "fhir_comments": [ " all this report is final " ] }, "performer": { "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f", "display": "Acme Laboratory, Inc" }, "result": [ { "fhir_comments": [ " now the atomic results " ], "reference": "#r1" }, { "reference": "#r2" }, { "reference": "#r3" }, { "reference": "#r4" }, { "reference": "#r5" }, { "reference": "#r6" }, { "reference": "#r7" }, { "reference": "#r8" }, { "reference": "#r9" }, { "reference": "#r10" }, { "reference": "#r11" }, { "reference": "#r12" }, { "reference": "#r13" }, { "reference": "#r14" }, { "reference": "#r15" }, { "reference": "#r16" }, { "reference": "#r17" } ], "presentedForm": [ { "fhir_comments": [ " finally, here's a pdf representation of the same report.\n A consuming application could choose to display either the\n\thtml version above, or the pdf version - they both need to convey the\n\tsame information " ], "contentType": "application/pdf", "language": "en-AU", "data": "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PSdodHRwOi8vbnMuYWRvYmUuY29tL3BkZi8xLjMvJz48cGRmOlByb2R1Y2VyPkdQTCBHaG9zdHNjcmlwdCA5LjA0PC9wZGY6UHJvZHVjZXI+CjxwZGY6S2V5d29yZHM+KCk8L3BkZjpLZXl3b3Jkcz4KPC9yZGY6RGVzY3JpcHRpb24+CjxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSdlOTA4ODRhMy0zYzlhLTExZTEtMDAwMC02NDI2MDMzYWE1MCYjODsnIHhtbG5zOnhtcD0naHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyc+PHhtcDpNb2RpZnlEYXRlPjIwMTItMDEtMDlUMDg6MjU6NTQrMTE6MDA8L3htcDpNb2RpZnlEYXRlPgo8eG1wOkNyZWF0ZURhdGU+MjAxMi0wMS0wOVQwODoyNTo1NCsxMTowMDwveG1wOkNyZWF0ZURhdGU+Cjx4bXA6Q3JlYXRvclRvb2w+UERGQ3JlYXRvciBWZXJzaW9uIDEuMi4zPC94bXA6Q3JlYXRvclRvb2w+PC9yZGY6RGVzY3JpcHRpb24+CjxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSdlOTA4ODRhMy0zYzlhLTExZTEtMDAwMC02NDI2MDMzYWE1MCYjODsnIHhtbG5zOnhhcE1NPSdodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vJyB4YXBNTTpEb2N1bWVudElEPSd1dWlkOmU5MDg4NGEzLTNjOWEtMTFlMS0wMDAwLTY0MjYwMzNhYTUwJiMxMzg7pyYjMTU3O+7SYyYjMzE7JiMxNjsnLz4KPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9J2U5MDg4NGEzLTNjOWEtMTFlMS0wMDAwLTY0MjYwMzNhYTUwJiM4OycgeG1sbnM6ZGM9J2h0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvJyBkYzpmb3JtYXQ9J2FwcGxpY2F0aW9uL3BkZic+PGRjOnRpdGxlPjxyZGY6QWx0PjxyZGY6bGkgeG1sOmxhbmc9J3gtZGVmYXVsdCc+Q0JDIFJlcG9ydCBmb3IgV2lsZS4gRS4gQ09ZT1RFIChNUk46IDIzNDUzKSBpc3N1ZWQgMy1NYXIgMjAxMSAxMTo0NTwvcmRmOmxpPjwvcmRmOkFsdD48L2RjOnRpdGxlPjxkYzpjcmVhdG9yPjxyZGY6U2VxPjxyZGY6bGk+R3JhaGFtZTwvcmRmOmxpPjwvcmRmOlNlcT48L2RjOmNyZWF0b3I+PGRjOmRlc2NyaXB0aW9uPjxyZGY6U2VxPjxyZGY6bGk+KCk8L3JkZjpsaT48L3JkZjpTZXE+PC9kYzpkZXNjcmlwdGlvbj48L3JkZjpEZXNjcmlwdGlvbj4KPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAo8P3hwYWNrZXQgZW5kPSd3Jz8+CmVuZHN0cmVhbQplbmRvYmoKMiAwIG9iago8PC9Qcm9kdWNlcihHUEwgR2hvc3RzY3JpcHQgOS4wNCkKL0NyZWF0aW9uRGF0ZShEOjIwMTIwMTA5MDgyNTU0KzExJzAwJykKL01vZERhdGUoRDoyMDEyMDEwOTA4MjU1NCsxMScwMCcpCi9UaXRsZShcMzc2XDM3N1wwMDBDXDAwMEJcMDAwQ1wwMDAgXDAwMFJcMDAwZVwwMDBwXDAwMG9cMDAwclwwMDB0XDAwMCBcMDAwZlwwMDBvXDAwMHJcMDAwIFwwMDBXXDAwMGlcMDAwbFwwMDBlXDAwMC5cMDAwIFwwMDBFXDAwMC5cMDAwIFwwMDBDXDAwME9cMDAwWVwwMDBPXDAwMFRcMDAwRVwwMDAgXDAwMFwoXDAwME1cMDAwUlwwMDBOXDAwMDpcMDAwIFwwMDAyXDAwMDNcMDAwNFwwMDA1XDAwMDNcMDAwXClcMDAwIFwwMDBpXDAwMHNcMDAwc1wwMDB1XDAwMGVcMDAwZFwwMDAgXDAwMDNcMDAwLVwwMDBNXDAwMGFcMDAwclwwMDAgXDAwMDJcMDAwMFwwMDAxXDAwMDFcMDAwIFwwMDAxXDAwMDFcMDAwOlwwMDA0XDAwMDUpCi9DcmVhdG9yKFwzNzZcMzc3XDAwMFBcMDAwRFwwMDBGXDAwMENcMDAwclwwMDBlXDAwMGFcMDAwdFwwMDBvXDAwMHJcMDAwIFwwMDBWXDAwMGVcMDAwclwwMDBzXDAwMGlcMDAwb1wwMDBuXDAwMCBcMDAwMVwwMDAuXDAwMDJcMDAwLlwwMDAzKQovQXV0aG9yKFwzNzZcMzc3XDAwMEdcMDAwclwwMDBhXDAwMGhcMDAwYVwwMDBtXDAwMGUpCi9LZXl3b3JkcygpCi9TdWJqZWN0KCk+PmVuZG9iagp4cmVmCjAgMjEKMDAwMDAwMDAwMCA2NTUzNSBmIAowMDAwMDAyMTM3IDAwMDAwIG4gCjAwMDAwNjg3OTMgMDAwMDAgbiAKMDAwMDAwMjA3OCAwMDAwMCBuIAowMDAwMDAxOTM2IDAwMDAwIG4gCjAwMDAwMDAwMTUgMDAwMDAgbiAKMDAwMDAwMTkxNiAwMDAwMCBuIAowMDAwMDAyNjU2IDAwMDAwIG4gCjAwMDAwMDQ2ODEgMDAwMDAgbiAKMDAwMDAwMzQ3OSAwMDAwMCBuIAowMDAwMDIxNTc3IDAwMDAwIG4gCjAwMDAwMDQzMjkgMDAwMDAgbiAKMDAwMDA0MTMwNyAwMDAwMCBuIAowMDAwMDAyMjAyIDAwMDAwIG4gCjAwMDAwMDQ5MDUgMDAwMDAgbiAKMDAwMDAyMTc5MyAwMDAwMCBuIAowMDAwMDQxNTI5IDAwMDAwIG4gCjAwMDAwMDIyNTIgMDAwMDAgbiAKMDAwMDAwMjk0OCAwMDAwMCBuIAowMDAwMDAzODMxIDAwMDAwIG4gCjAwMDAwNjcwODggMDAwMDAgbiAKdHJhaWxlcgo8PCAvU2l6ZSAyMSAvUm9vdCAxIDAgUiAvSW5mbyAyIDAgUgovSUQgWzw4RDdGNzc5QTAwQzcwOTc5NTg3MDQyRjA5MkJBQjhDNj48OEQ3Rjc3OUEwMEM3MDk3OTU4NzA0MkYwOTJCQUI4QzY+XQo+PgpzdGFydHhyZWYKNjk0ODUKJSVFT0YK", "title": "HTML Report" } ] }; var example665: fhir.Encounter = { "class": "inpatient", "extension": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/encounter-condition", "valueReference": { "reference": "Condition/qicore" } }, { "url": "http://hl7.org/fhir/StructureDefinition/encounter-conditionRole", "valueCodeableConcept": { "coding": [ { "code": "8319008", "display": "Principal diagnosis", "system": "http://snomed.info/sct" } ] } } ], "url": "http://hl7.org/fhir/StructureDefinition/encounter-relatedCondition" } ], "hospitalization": { "dischargeDisposition": { "coding": [ { "code": "home", "display": "Home", "system": "http://hl7.org/fhir/discharge-disposition" } ] } }, "id": "encounter-example", "patient": { "reference": "patient-example" }, "period": { "end": "2015-02-20T00:00:00Z", "start": "2015-02-09T00:00:00Z" }, "resourceType": "Encounter", "status": "finished", "text": { "div": "<div>Encounter with patient @qicore</div>", "status": "generated" } }; var example666: fhir.Encounter = { "resourceType": "Encounter", "id": "encounter-example", "text": { "status": "generated", "div": "<div>Encounter with patient @qicore</div>" }, "extension": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/encounter-condition", "valueReference": { "reference": "Condition/qicore" } }, { "url": "http://hl7.org/fhir/StructureDefinition/encounter-conditionRole", "valueCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "8319008", "display": "Principal diagnosis" } ] } } ], "url": "http://hl7.org/fhir/StructureDefinition/encounter-relatedCondition" } ], "status": "finished", "class": "inpatient", "patient": { "reference": "patient-example" }, "period": { "start": "2015-02-09T00:00:00Z", "end": "2015-02-20T00:00:00Z" }, "hospitalization": { "dischargeDisposition": { "coding": [ { "system": "http://hl7.org/fhir/discharge-disposition", "code": "home", "display": "Home" } ] } } }; var example667: fhir.FamilyMemberHistory = { "condition": [ { "code": { "coding": [ { "code": "315619001", "display": "Myocardial Infarction", "system": "http://snomed.info/sct" } ], "text": "Heart Attack" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/familymemberhistory-severity", "valueCodeableConcept": { "coding": [ { "code": "399166001", "display": "Fatal", "system": "http://hl7.org/fhir/ValueSet/condition-severity" } ] } } ], "note": { "text": "Was fishing at the time. At least he went doing someting he loved." }, "onsetQuantity": { "system": "http://unitsofmeasure.org", "unit": "a", "value": 74 } } ], "date": "2011-03-18", "id": "familymemberhistory-example", "patient": { "display": "Peter Patient", "reference": "Patient/example" }, "relationship": { "coding": [ { "code": "FTH", "display": "FATHER", "system": "http://hl7.org/fhir/ValueSet/v3-FamilyMember" } ] }, "resourceType": "FamilyMemberHistory", "status": "completed", "text": { "div": "<div>Father died of a heart attack aged 74</div>", "status": "generated" } }; var example668: fhir.FamilyMemberHistory = { "resourceType": "FamilyMemberHistory", "id": "familymemberhistory-example", "text": { "status": "generated", "div": "<div>Father died of a heart attack aged 74</div>" }, "patient": { "reference": "Patient/example", "display": "Peter Patient" }, "date": "2011-03-18", "status": "completed", "relationship": { "coding": [ { "system": "http://hl7.org/fhir/ValueSet/v3-FamilyMember", "code": "FTH", "display": "FATHER" } ] }, "condition": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/familymemberhistory-severity", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/ValueSet/condition-severity", "code": "399166001", "display": "Fatal" } ] } } ], "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "315619001", "display": "Myocardial Infarction" } ], "text": "Heart Attack" }, "onsetQuantity": { "value": 74, "unit": "a", "system": "http://unitsofmeasure.org" }, "note": { "text": "Was fishing at the time. At least he went doing someting he loved." } } ] }; var example669: fhir.Flag = { "author": { "display": "Nancy Nurse", "reference": "Practitioner/example" }, "category": { "coding": [ { "code": "admin", "display": "Admin", "system": "http://example.org/local" } ], "text": "admin" }, "code": { "coding": [ { "code": "bigdog", "display": "Big dog", "system": "http://example.org/local" } ], "text": "Patient has a big dog at his home. Always always wear a suit of armor or take other active counter-measures" }, "id": "flag-example", "period": { "end": "2015-02-28", "start": "2015-01-09" }, "resourceType": "Flag", "status": "inactive", "subject": { "display": "Peter Patient", "reference": "Patient/example" }, "text": { "div": "<div>Large Dog warning for Peter Patient</div>", "status": "generated" } }; var example670: fhir.Flag = { "resourceType": "Flag", "id": "flag-example", "text": { "status": "generated", "div": "<div>Large Dog warning for Peter Patient</div>" }, "category": { "coding": [ { "system": "http://example.org/local", "code": "admin", "display": "Admin" } ], "text": "admin" }, "status": "inactive", "period": { "start": "2015-01-09", "end": "2015-02-28" }, "subject": { "reference": "Patient/example", "display": "Peter Patient" }, "author": { "reference": "Practitioner/example", "display": "Nancy Nurse" }, "code": { "coding": [ { "system": "http://example.org/local", "code": "bigdog", "display": "Big dog" } ], "text": "Patient has a big dog at his home. Always always wear a suit of armor or take other active counter-measures" } }; var example671: fhir.Goal = { "addresses": [ { "display": "obesity", "reference": "Condition/12345" } ], "category": [ { "coding": [ { "code": "289169006", "display": "weight loss", "system": "http://snomed.info/sct" } ] } ], "description": "Target weight is 160 to 180 lbs.", "extension": [ { "extension": [ { "url": "measure", "valueCodeableConcept": { "coding": [ { "code": "3141-9", "display": "Weight Measured", "system": "http://loinc.org" } ] } }, { "url": "detail", "valueRange": { "high": { "code": "[lb_av]", "system": "http://unitsofmeasure.org", "unit": "lbs", "value": 180 }, "low": { "code": "[lb_av]", "system": "http://unitsofmeasure.org", "unit": "lbs", "value": 160 } } } ], "url": "http://hl7.org/fhir/StructureDefinition/goal-target" }, { "url": "http://hl7.org/fhir/StructureDefinition/goal-reasonRejected", "valueCodeableConcept": { "coding": [ { "code": "PREFUS", "display": "patient refuse", "system": "http://hl7.org/fhir/v3/ActReason" } ] } } ], "id": "goal-example", "resourceType": "Goal", "status": "rejected", "subject": { "display": "Peter James Chalmers", "reference": "Patient/example" }, "text": { "div": "<div>\n\t\t\t<p> A simple care goal for a patient to lose weight due to obesity.</p>\n\t\t</div>", "status": "additional" } }; var example672: fhir.Goal = { "resourceType": "Goal", "id": "goal-example", "text": { "status": "additional", "div": "<div>\n\t\t\t<p> A simple care goal for a patient to lose weight due to obesity.</p>\n\t\t</div>" }, "extension": [ { "extension": [ { "url": "measure", "valueCodeableConcept": { "coding": [ { "system": "http://loinc.org", "code": "3141-9", "display": "Weight Measured" } ] } }, { "url": "detail", "valueRange": { "low": { "value": 160, "unit": "lbs", "system": "http://unitsofmeasure.org", "code": "[lb_av]" }, "high": { "value": 180, "unit": "lbs", "system": "http://unitsofmeasure.org", "code": "[lb_av]" } } } ], "url": "http://hl7.org/fhir/StructureDefinition/goal-target" }, { "url": "http://hl7.org/fhir/StructureDefinition/goal-reasonRejected", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/v3/ActReason", "code": "PREFUS", "display": "patient refuse" } ] } } ], "subject": { "reference": "Patient/example", "display": "Peter James Chalmers" }, "category": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "289169006", "display": "weight loss" } ] } ], "description": "Target weight is 160 to 180 lbs.", "status": "rejected", "addresses": [ { "reference": "Condition/12345", "display": "obesity" } ] }; var example673: fhir.ImagingStudy = { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/imagingstudy-radiationDose", "valueRange": { "high": { "unit": "Gy", "value": 1234.5 }, "low": { "unit": "Gy", "value": 200 } } }, { "url": "http://hl7.org/fhir/StructureDefinition/imagingstudy-radiationDuration", "valueQuantity": { "code": "s", "system": "http://unitsofmeasure.org", "unit": "sec", "value": 25 } } ], "id": "imagingstudy-example", "numberOfInstances": 1, "numberOfSeries": 1, "patient": { "reference": "Patient/dicom" }, "resourceType": "ImagingStudy", "series": [ { "bodySite": { "code": "67734004", "display": "Upper Trunk Structure", "system": "http://snomed.info/sct" }, "description": "CT Surview 180", "instance": [ { "content": [ { "url": "http://localhost/fhir/Binary/1.2.840.11361907579238403408700.3.0.14.19970327150033" } ], "number": 1, "sopClass": "urn:oid:1.2.840.10008.5.1.4.1.1.2", "uid": "urn:oid:2.16.124.113543.6003.189642796.63084.16748.2599092903" } ], "modality": { "code": "CT", "system": "http://nema.org/dicom/dicm" }, "number": 3, "numberOfInstances": 1, "uid": "urn:oid:2.16.124.113543.6003.2588828330.45298.17418.2723805630" } ], "started": "2011-01-01T11:01:20+03:00", "text": { "div": "<div>Image 1 from Series 3: CT Images on Patient MINT (MINT1234) taken at 1-Jan 2011 01:20 AM</div>", "status": "generated" }, "uid": "urn:oid:2.16.124.113543.6003.1154777499.30246.19789.3503430045" }; var example674: fhir.ImagingStudy = { "resourceType": "ImagingStudy", "id": "imagingstudy-example", "text": { "status": "generated", "div": "<div>Image 1 from Series 3: CT Images on Patient MINT (MINT1234) taken at 1-Jan 2011 01:20 AM</div>" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/imagingstudy-radiationDose", "valueRange": { "low": { "value": 200, "unit": "Gy" }, "high": { "value": 1234.5, "unit": "Gy" } } }, { "url": "http://hl7.org/fhir/StructureDefinition/imagingstudy-radiationDuration", "valueQuantity": { "value": 25, "unit": "sec", "system": "http://unitsofmeasure.org", "code": "s" } } ], "started": "2011-01-01T11:01:20+03:00", "patient": { "reference": "Patient/dicom" }, "uid": "urn:oid:2.16.124.113543.6003.1154777499.30246.19789.3503430045", "numberOfSeries": 1, "numberOfInstances": 1, "series": [ { "number": 3, "modality": { "system": "http://nema.org/dicom/dicm", "code": "CT" }, "uid": "urn:oid:2.16.124.113543.6003.2588828330.45298.17418.2723805630", "description": "CT Surview 180", "numberOfInstances": 1, "bodySite": { "system": "http://snomed.info/sct", "_system": { "fhir_comments": [ " Added body site to support duplicate checking example " ] }, "code": "67734004", "display": "Upper Trunk Structure" }, "instance": [ { "number": 1, "uid": "urn:oid:2.16.124.113543.6003.189642796.63084.16748.2599092903", "sopClass": "urn:oid:1.2.840.10008.5.1.4.1.1.2", "content": [ { "url": "http://localhost/fhir/Binary/1.2.840.11361907579238403408700.3.0.14.19970327150033" } ] } ] } ] }; var example675: fhir.MedicationDispense = { "authorizingPrescription": [ { "reference": "MedicationOrder/medicationorder-example" } ], "dispenser": { "reference": "Practitioner/example" }, "dosageInstruction": [ { "doseQuantity": { "code": "ml", "system": "http://unitsofmeasure.org", "unit": "ml", "value": 5 }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/pharmacy-core-doseType", "valueCodeableConcept": { "coding": [ { "code": "440231000124106", "display": "Maintenance dose", "system": "http://snomed.info/sct" } ] } }, { "url": "http://hl7.org/fhir/StructureDefinition/pharmacy-core-infuseOver", "valueQuantity": { "code": "m", "system": "http://unitsofmeasure.org", "unit": "min", "value": 1 } }, { "url": "http://hl7.org/fhir/StructureDefinition/pharmacy-core-minDosePerPeriod", "valueRatio": { "denominator": { "code": "day", "system": "http://unitsofmeasure.org", "unit": "day", "value": 1 }, "numerator": { "code": "ml", "system": "http://unitsofmeasure.org", "unit": "ml", "value": 15 } } }, { "url": "http://hl7.org/fhir/StructureDefinition/pharmacy-core-maxDeliveryVolume", "valueQuantity": { "code": "ml", "system": "http://unitsofmeasure.org", "unit": "ml", "value": 15 } } ], "route": { "coding": [ { "code": "394899003", "display": "oral administration of treatment", "system": "http://snomed.info/sct" } ] }, "timing": { "repeat": { "frequency": 3, "period": 1, "periodUnits": "d" } } } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/pharmacy-core-refillsRemaining", "valueInteger": 0 }, { "url": "http://hl7.org/fhir/StructureDefinition/medicationdispense-validityPeriod", "valuePeriod": { "end": "2012-06-10", "start": "2012-05-30" } } ], "id": "medicationdispense-example", "medicationReference": { "reference": "Medication/example" }, "patient": { "reference": "Patient/example" }, "quantity": { "code": "ml", "system": "http://unitsofmeasure.org", "unit": "ml", "value": 100 }, "resourceType": "MedicationDispense", "status": "completed", "substitution": { "type": { "coding": [ { "code": "NoSub", "display": "No substitution made or expected", "system": "http://example.org/MedDispSubType" } ] } }, "text": { "div": "<div>\n <p>Penicillin VK 5ml suspension to be administered by oral route</p>\n <p>ONE 5ml spoonful to be taken THREE times a day</p>\n <p>100ml bottle</p>\n <p>to patient ref: a23</p>\n <p>by doctor X</p>\n </div>", "status": "generated" }, "whenHandedOver": "2012-05-31T10:20:00+00:00", "whenPrepared": "2012-05-30T16:20:00+00:00" }; var example676: fhir.MedicationDispense = { "resourceType": "MedicationDispense", "id": "medicationdispense-example", "text": { "status": "generated", "div": "<div>\n <p>Penicillin VK 5ml suspension to be administered by oral route</p>\n <p>ONE 5ml spoonful to be taken THREE times a day</p>\n <p>100ml bottle</p>\n <p>to patient ref: a23</p>\n <p>by doctor X</p>\n </div>" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/pharmacy-core-refillsRemaining", "valueInteger": 0 }, { "url": "http://hl7.org/fhir/StructureDefinition/medicationdispense-validityPeriod", "valuePeriod": { "start": "2012-05-30", "end": "2012-06-10" } } ], "status": "completed", "patient": { "reference": "Patient/example" }, "dispenser": { "reference": "Practitioner/example" }, "authorizingPrescription": [ { "reference": "MedicationOrder/medicationorder-example" } ], "quantity": { "value": 100, "unit": "ml", "system": "http://unitsofmeasure.org", "code": "ml" }, "medicationReference": { "reference": "Medication/example" }, "whenPrepared": "2012-05-30T16:20:00+00:00", "whenHandedOver": "2012-05-31T10:20:00+00:00", "dosageInstruction": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/pharmacy-core-doseType", "valueCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "440231000124106", "display": "Maintenance dose" } ] } }, { "url": "http://hl7.org/fhir/StructureDefinition/pharmacy-core-infuseOver", "valueQuantity": { "value": 1, "unit": "min", "system": "http://unitsofmeasure.org", "code": "m" } }, { "url": "http://hl7.org/fhir/StructureDefinition/pharmacy-core-minDosePerPeriod", "valueRatio": { "numerator": { "value": 15, "unit": "ml", "system": "http://unitsofmeasure.org", "code": "ml" }, "denominator": { "value": 1, "unit": "day", "system": "http://unitsofmeasure.org", "code": "day" } } }, { "url": "http://hl7.org/fhir/StructureDefinition/pharmacy-core-maxDeliveryVolume", "valueQuantity": { "value": 15, "unit": "ml", "system": "http://unitsofmeasure.org", "code": "ml" } } ], "timing": { "repeat": { "frequency": 3, "period": 1, "periodUnits": "d" } }, "route": { "coding": [ { "system": "http://snomed.info/sct", "code": "394899003", "display": "oral administration of treatment" } ] }, "doseQuantity": { "value": 5, "unit": "ml", "system": "http://unitsofmeasure.org", "code": "ml" } } ], "substitution": { "type": { "coding": [ { "system": "http://example.org/MedDispSubType", "code": "NoSub", "display": "No substitution made or expected" } ] } } }; var example677: fhir.MedicationOrder = { "dateWritten": "2015-03-25T19:32:52-05:00", "dispenseRequest": { "quantity": { "code": "ml", "system": "http://unitsofmeasure.org", "unit": "ml", "value": 100 } }, "dosageInstruction": [ { "doseQuantity": { "code": "ml", "system": "http://unitsofmeasure.org", "unit": "ml", "value": 5 }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/pharmacy-core-doseType", "valueCodeableConcept": { "coding": [ { "code": "440231000124106", "display": "Maintenance dose", "system": "http://snomed.info/sct" } ] } }, { "url": "http://hl7.org/fhir/StructureDefinition/pharmacy-core-infuseOver", "valueQuantity": { "code": "m", "system": "http://unitsofmeasure.org", "unit": "min", "value": 1 } }, { "url": "http://hl7.org/fhir/StructureDefinition/pharmacy-core-minDosePerPeriod", "valueRatio": { "denominator": { "code": "day", "system": "http://unitsofmeasure.org", "unit": "day", "value": 1 }, "numerator": { "code": "ml", "system": "http://unitsofmeasure.org", "unit": "ml", "value": 15 } } }, { "url": "http://hl7.org/fhir/StructureDefinition/pharmacy-core-maxDeliveryVolume", "valueQuantity": { "code": "ml", "system": "http://unitsofmeasure.org", "unit": "ml", "value": 15 } } ], "route": { "coding": [ { "code": "394899003", "display": "oral administration of treatment", "system": "http://snomed.info/sct" } ] }, "timing": { "repeat": { "frequency": 3, "period": 1, "periodUnits": "d" } } } ], "id": "medicationorder-example", "medicationReference": { "reference": "Medication/example" }, "patient": { "reference": "Patient/example" }, "prescriber": { "reference": "Practitioner/example" }, "resourceType": "MedicationOrder", "status": "active", "text": { "div": "<div>\n <p>Penicillin VK 5ml suspension to be administered by oral route</p>\n <p>ONE 5ml spoonful to be taken THREE times a day</p>\n <p>100ml bottle</p>\n <p>to patient ref: a23</p>\n <p>by doctor X</p>\n </div>", "status": "generated" } }; var example678: fhir.MedicationOrder = { "resourceType": "MedicationOrder", "id": "medicationorder-example", "text": { "status": "generated", "div": "<div>\n <p>Penicillin VK 5ml suspension to be administered by oral route</p>\n <p>ONE 5ml spoonful to be taken THREE times a day</p>\n <p>100ml bottle</p>\n <p>to patient ref: a23</p>\n <p>by doctor X</p>\n </div>" }, "dateWritten": "2015-03-25T19:32:52-05:00", "status": "active", "patient": { "reference": "Patient/example" }, "prescriber": { "reference": "Practitioner/example" }, "medicationReference": { "reference": "Medication/example" }, "dosageInstruction": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/pharmacy-core-doseType", "valueCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "440231000124106", "display": "Maintenance dose" } ] } }, { "url": "http://hl7.org/fhir/StructureDefinition/pharmacy-core-infuseOver", "valueQuantity": { "value": 1, "unit": "min", "system": "http://unitsofmeasure.org", "code": "m" } }, { "url": "http://hl7.org/fhir/StructureDefinition/pharmacy-core-minDosePerPeriod", "valueRatio": { "numerator": { "value": 15, "unit": "ml", "system": "http://unitsofmeasure.org", "code": "ml" }, "denominator": { "value": 1, "unit": "day", "system": "http://unitsofmeasure.org", "code": "day" } } }, { "url": "http://hl7.org/fhir/StructureDefinition/pharmacy-core-maxDeliveryVolume", "valueQuantity": { "value": 15, "unit": "ml", "system": "http://unitsofmeasure.org", "code": "ml" } } ], "timing": { "repeat": { "frequency": 3, "period": 1, "periodUnits": "d" } }, "route": { "coding": [ { "system": "http://snomed.info/sct", "code": "394899003", "display": "oral administration of treatment" } ] }, "doseQuantity": { "value": 5, "unit": "ml", "system": "http://unitsofmeasure.org", "code": "ml" } } ], "dispenseRequest": { "quantity": { "value": 100, "unit": "ml", "system": "http://unitsofmeasure.org", "code": "ml" } } }; var example679: fhir.MedicationStatement = { "dosage": [ { "quantityQuantity": { "code": "ml", "system": "http://unitsofmeasure.org", "unit": "ml", "value": 10 }, "route": { "coding": [ { "code": "394899003", "display": "oral administration of treatment", "system": "http://snomed.info/sct" } ] } } ], "effectiveDateTime": "2012-06-01T14:30:00+14:00", "id": "medicationstatement-example", "medicationReference": { "reference": "Medication/example" }, "patient": { "reference": "Patient/example" }, "resourceType": "MedicationStatement", "status": "completed", "text": { "div": "<div>\n <p>Penicillin VK 10ml suspension administered by oral route at 14:30 on 1 June 2012</p>\n <p>to patient ref: a23</p>\n </div>", "status": "generated" } }; var example680: fhir.MedicationStatement = { "resourceType": "MedicationStatement", "id": "medicationstatement-example", "text": { "status": "generated", "div": "<div>\n <p>Penicillin VK 10ml suspension administered by oral route at 14:30 on 1 June 2012</p>\n <p>to patient ref: a23</p>\n </div>" }, "patient": { "fhir_comments": [ " " ], "reference": "Patient/example" }, "status": "completed", "effectiveDateTime": "2012-06-01T14:30:00+14:00", "medicationReference": { "reference": "Medication/example" }, "dosage": [ { "route": { "coding": [ { "system": "http://snomed.info/sct", "code": "394899003", "display": "oral administration of treatment" } ] }, "quantityQuantity": { "value": 10, "unit": "ml", "system": "http://unitsofmeasure.org", "code": "ml" } } ] }; var example681: fhir.Observation = { "bodySite": { "coding": [ { "code": "308046002", "display": "Superficial forearm vein", "system": "http://snomed.info/sct" } ] }, "code": { "coding": [ { "code": "30350-3", "display": "Hemoglobin [Mass/volume] in Venous blood", "system": "http://loinc.org" } ] }, "effectivePeriod": { "end": "2013-04-05T10:30:10+01:00", "start": "2013-04-02T10:30:10+01:00" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/observation-bodyPosition", "valueCodeableConcept": { "coding": [ { "code": "33586001", "display": "Sitting position (finding)", "system": "http://snomed.info/sct" } ] } }, { "url": "http://hl7.org/fhir/StructureDefinition/observation-delta", "valueCodeableConcept": { "coding": [ { "code": "1250004", "display": "Decreased (qualifier value)", "system": "http://snomed.info/sct" } ] } } ], "id": "observation-example", "interpretation": { "coding": [ { "code": "L", "display": "Below low normal", "system": "http://hl7.org/fhir/v2/0078" } ] }, "issued": "2013-04-03T15:30:10+01:00", "method": { "coding": [ { "code": "120220003", "display": "Injection to forearm", "system": "http://snomed.info/sct" } ] }, "resourceType": "Observation", "status": "final", "subject": { "reference": "Patient/example" }, "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: observation-example</p><p><b>status</b>: final</p><p><b>code</b>: Hemoglobin [Mass/volume] in Venous blood <span>(Details : {LOINC code '30350-3' = 'Hemoglobin [Mass/volume] in Venous blood', given as 'Hemoglobin [Mass/volume] in Venous blood'})</span></p><p><b>subject</b>: <a>Patient/example</a></p><p><b>effective</b>: 02/04/2013 10:30:10 AM --> 05/04/2013 10:30:10 AM</p><p><b>issued</b>: 03/04/2013 3:30:10 PM</p><p><b>value</b>: 7.2 g/dl<span> (Details: http://unitsofmeasure.org code g/dL = '??')</span></p><p><b>interpretation</b>: Below low normal <span>(Details : {http://hl7.org/fhir/v2/0078 code 'L' = 'Low', given as 'Below low normal'})</span></p><p><b>bodySite</b>: Superficial forearm vein <span>(Details : {SNOMED CT code '308046002' = '308046002', given as 'Superficial forearm vein'})</span></p><p><b>method</b>: Injection to forearm <span>(Details : {SNOMED CT code '120220003' = '120220003', given as 'Injection to forearm'})</span></p></div>", "status": "generated" }, "valueQuantity": { "code": "g/dL", "system": "http://unitsofmeasure.org", "unit": "g/dl", "value": 7.2 } }; var example682: fhir.Observation = { "resourceType": "Observation", "id": "observation-example", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: observation-example</p><p><b>status</b>: final</p><p><b>code</b>: Hemoglobin [Mass/volume] in Venous blood <span>(Details : {LOINC code '30350-3' = 'Hemoglobin [Mass/volume] in Venous blood', given as 'Hemoglobin [Mass/volume] in Venous blood'})</span></p><p><b>subject</b>: <a>Patient/example</a></p><p><b>effective</b>: 02/04/2013 10:30:10 AM --> 05/04/2013 10:30:10 AM</p><p><b>issued</b>: 03/04/2013 3:30:10 PM</p><p><b>value</b>: 7.2 g/dl<span> (Details: http://unitsofmeasure.org code g/dL = '??')</span></p><p><b>interpretation</b>: Below low normal <span>(Details : {http://hl7.org/fhir/v2/0078 code 'L' = 'Low', given as 'Below low normal'})</span></p><p><b>bodySite</b>: Superficial forearm vein <span>(Details : {SNOMED CT code '308046002' = '308046002', given as 'Superficial forearm vein'})</span></p><p><b>method</b>: Injection to forearm <span>(Details : {SNOMED CT code '120220003' = '120220003', given as 'Injection to forearm'})</span></p></div>" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/observation-bodyPosition", "valueCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "33586001", "display": "Sitting position (finding)" } ] } }, { "url": "http://hl7.org/fhir/StructureDefinition/observation-delta", "valueCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "1250004", "display": "Decreased (qualifier value)" } ] } } ], "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "30350-3", "display": "Hemoglobin [Mass/volume] in Venous blood" } ] }, "subject": { "reference": "Patient/example" }, "effectivePeriod": { "start": "2013-04-02T10:30:10+01:00", "end": "2013-04-05T10:30:10+01:00" }, "issued": "2013-04-03T15:30:10+01:00", "valueQuantity": { "value": 7.2, "unit": "g/dl", "system": "http://unitsofmeasure.org", "code": "g/dL" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "L", "display": "Below low normal" } ] }, "bodySite": { "coding": [ { "system": "http://snomed.info/sct", "code": "308046002", "display": "Superficial forearm vein" } ] }, "method": { "coding": [ { "system": "http://snomed.info/sct", "code": "120220003", "display": "Injection to forearm" } ] } }; var example683: fhir.Organization = { "active": true, "address": [ { "city": "Ann Arbor", "country": "USA", "line": [ "3300 Washtenaw Avenue, Suite 227" ], "postalCode": "48104", "state": "MI" } ], "id": "organization-example", "name": "Health Level Seven International", "resourceType": "Organization", "telecom": [ { "system": "phone", "value": "(+1) 734-677-7777" }, { "system": "fax", "value": "(+1) 734-677-6622" }, { "system": "email", "value": "hq@HL7.org" } ], "text": { "div": "<div>\n Health Level Seven International\n \n \n <br/>\n\t\t\t\t3300 Washtenaw Avenue, Suite 227\n \n \n <br/>\n\t\t\t\tAnn Arbor, MI 48104\n \n \n <br/>\n\t\t\t\tUSA\n \n \n <br/>\n\t\t\t\t(+1) 734-677-7777 (phone)\n \n \n <br/>\n\t\t\t\t(+1) 734-677-6622 (fax)\n \n \n <br/>\n\t\t\t\tE-mail: \n \n \n <a href=\"mailto:hq@HL7.org\">hq@HL7.org</a>\n \n \n \n </div>", "status": "generated" }, "type": { "coding": [ { "code": "team", "display": "Organizational team", "system": "http://hl7.org/fhir/organization-type" } ] } }; var example684: fhir.Organization = { "resourceType": "Organization", "id": "organization-example", "text": { "status": "generated", "div": "<div>\n Health Level Seven International\n \n \n <br/>\n\t\t\t\t3300 Washtenaw Avenue, Suite 227\n \n \n <br/>\n\t\t\t\tAnn Arbor, MI 48104\n \n \n <br/>\n\t\t\t\tUSA\n \n \n <br/>\n\t\t\t\t(+1) 734-677-7777 (phone)\n \n \n <br/>\n\t\t\t\t(+1) 734-677-6622 (fax)\n \n \n <br/>\n\t\t\t\tE-mail: \n \n \n <a href=\"mailto:hq@HL7.org\">hq@HL7.org</a>\n \n \n \n </div>" }, "active": true, "type": { "coding": [ { "system": "http://hl7.org/fhir/organization-type", "code": "team", "display": "Organizational team" } ] }, "name": "Health Level Seven International", "_name": { "fhir_comments": [ " HL7 itself " ] }, "telecom": [ { "system": "phone", "value": "(+1) 734-677-7777" }, { "system": "fax", "value": "(+1) 734-677-6622" }, { "system": "email", "value": "hq@HL7.org" } ], "address": [ { "line": [ "3300 Washtenaw Avenue, Suite 227" ], "city": "Ann Arbor", "state": "MI", "postalCode": "48104", "country": "USA" } ] }; var example685: fhir.Patient = { "active": true, "address": [ { "city": "Harrisburg", "country": "USA", "line": [ "123 North 102nd Street", "Apt 4d" ], "postalCode": "17102", "state": "PA", "use": "home" } ], "birthDate": "2012-06-07", "deceasedBoolean": false, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/us-core-race", "valueCodeableConcept": { "coding": [ { "code": "2106-3", "system": "http://hl7.org/fhir/v3/Race" } ] } }, { "url": "http://hl7.org/fhir/StructureDefinition/us-core-ethnicity", "valueCodeableConcept": { "coding": [ { "code": "2135-2", "system": "http://hl7.org/fhir/v3/Ethnicity" } ] } }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/patient-clinicalTrialNCT", "valueString": "NCT01647425" }, { "url": "http://hl7.org/fhir/StructureDefinition/patient-clinicalTrialPeriod", "valuePeriod": { "end": "2013-09-30", "start": "2012-04-01" } }, { "url": "http://hl7.org/fhir/StructureDefinition/patient-clinicalTrialReason", "valueCodeableConcept": { "coding": [ { "code": "254637007", "display": "NSCLC - Non-small cell lung cancer", "system": "http://snomed.info/sct" } ] } } ], "url": "http://hl7.org/fhir/StructureDefinition/patient-clinicalTrial" }, { "url": "http://hl7.org/fhir/StructureDefinition/patient-birthTime", "valueDateTime": "2012-06-07T06:12:45-05:00" } ], "gender": "male", "id": "patient-example", "name": [ { "family": [ "Lerr" ], "given": [ "Todd", "G." ], "suffix": [ "Jr" ], "use": "official" } ], "resourceType": "Patient", "telecom": [ { "system": "phone", "use": "work", "value": "(555) 555 1212" }, { "system": "email", "use": "work", "value": "person@example.org" } ], "text": { "div": "<div>\n \n <table>\n \n <tbody>\n \n <tr>\n \n <td>Name</td>\n \n <td>Todd G. \n <b>Lerr</b>, Jr.\n </td>\n \n </tr>\n \n <tr>\n \n <td>Address</td>\n \n <td>123 North 102nd Street, Apt 4d, Harrisburg, PA 17102</td>\n \n </tr>\n \n <tr>\n \n <td>Contacts</td>\n \n <td>Home: unknown. Work: (555) 555 1212</td>\n \n </tr>\n \n </tbody>\n \n </table>\n \n </div>", "status": "generated" } }; var example686: fhir.Patient = { "resourceType": "Patient", "id": "patient-example", "text": { "status": "generated", "div": "<div>\n \n <table>\n \n <tbody>\n \n <tr>\n \n <td>Name</td>\n \n <td>Todd G. \n <b>Lerr</b>, Jr.\n </td>\n \n </tr>\n \n <tr>\n \n <td>Address</td>\n \n <td>123 North 102nd Street, Apt 4d, Harrisburg, PA 17102</td>\n \n </tr>\n \n <tr>\n \n <td>Contacts</td>\n \n <td>Home: unknown. Work: (555) 555 1212</td>\n \n </tr>\n \n </tbody>\n \n </table>\n \n </div>" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/us-core-race", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/v3/Race", "code": "2106-3" } ] } }, { "url": "http://hl7.org/fhir/StructureDefinition/us-core-ethnicity", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/v3/Ethnicity", "code": "2135-2" } ] } }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/patient-clinicalTrialNCT", "valueString": "NCT01647425" }, { "url": "http://hl7.org/fhir/StructureDefinition/patient-clinicalTrialPeriod", "valuePeriod": { "start": "2012-04-01", "end": "2013-09-30" } }, { "url": "http://hl7.org/fhir/StructureDefinition/patient-clinicalTrialReason", "valueCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "254637007", "display": "NSCLC - Non-small cell lung cancer" } ] } } ], "url": "http://hl7.org/fhir/StructureDefinition/patient-clinicalTrial" }, { "url": "http://hl7.org/fhir/StructureDefinition/patient-birthTime", "valueDateTime": "2012-06-07T06:12:45-05:00" } ], "active": true, "name": [ { "use": "official", "family": [ "Lerr" ], "given": [ "Todd", "G." ], "suffix": [ "Jr" ] } ], "telecom": [ { "system": "phone", "value": "(555) 555 1212", "use": "work" }, { "system": "email", "value": "person@example.org", "use": "work" } ], "gender": "male", "birthDate": "2012-06-07", "deceasedBoolean": false, "address": [ { "use": "home", "line": [ "123 North 102nd Street", "Apt 4d" ], "city": "Harrisburg", "state": "PA", "postalCode": "17102", "country": "USA" } ] }; var example687: fhir.Practitioner = { "id": "practitioner-example", "identifier": [ { "system": "http://www.acme.org/practitioners", "value": "24" } ], "name": { "family": [ "Heart" ], "given": [ "Ronald" ], "prefix": [ "Dr" ] }, "practitionerRole": [ { "managingOrganization": { "reference": "Organization/1" }, "role": { "coding": [ { "code": "doctor", "display": "Doctor", "system": "http://hl7.org/fhir/practitioner-role" } ] }, "specialty": [ { "coding": [ { "code": "cardio", "display": "Cardiologist", "system": "http://hl7.org/fhir/practitioner-specialty" } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/practitioner-primaryInd", "valueBoolean": true } ] } ] } ], "resourceType": "Practitioner", "text": { "div": "<div>\n <p>Dr Ronald Heart is a cardiologist at Acme Hospital</p>\n </div>", "status": "generated" } }; var example688: fhir.Practitioner = { "resourceType": "Practitioner", "id": "practitioner-example", "text": { "status": "generated", "div": "<div>\n <p>Dr Ronald Heart is a cardiologist at Acme Hospital</p>\n </div>" }, "identifier": [ { "system": "http://www.acme.org/practitioners", "value": "24" } ], "name": { "family": [ "Heart" ], "given": [ "Ronald" ], "prefix": [ "Dr" ] }, "practitionerRole": [ { "managingOrganization": { "reference": "Organization/1" }, "role": { "coding": [ { "system": "http://hl7.org/fhir/practitioner-role", "code": "doctor", "display": "Doctor" } ] }, "specialty": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/practitioner-primaryInd", "valueBoolean": true } ], "coding": [ { "system": "http://hl7.org/fhir/practitioner-specialty", "code": "cardio", "display": "Cardiologist" } ] } ] } ] }; var example689: fhir.Procedure = { "bodySite": [ { "coding": [ { "code": "66754008", "display": "Appendix structure", "system": "http://snomed.info/sct" } ] } ], "code": { "coding": [ { "code": "80146002", "display": "Appendectomy (Procedure)", "system": "http://snomed.info/sct" } ], "text": "Appendectomy" }, "encounter": { "reference": "Encounter/example" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/procedure-approachBodySite", "valueReference": { "reference": "BodySite/example" } }, { "url": "http://hl7.org/fhir/StructureDefinition/procedure-incisionDateTime", "valueDateTime": "2013-04-05T09:30:00-04:00" } ], "id": "procedure-example", "performedPeriod": { "end": "2013-04-05T10:30:00-04:00", "start": "2013-04-05T09:20:00-04:00" }, "performer": [ { "actor": { "display": "Dr Cecil Surgeon", "reference": "Practitioner/example" } } ], "reasonCodeableConcept": { "coding": [ { "code": "163220003", "display": "On examination - abdominal pain - right iliac", "system": "http://snomed.info/sct" } ] }, "resourceType": "Procedure", "status": "completed", "subject": { "reference": "Patient/example" }, "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: procedure-example</p><p><b>subject</b>: <a>Patient/example</a></p><p><b>status</b>: completed</p><p><b>code</b>: Appendectomy <span>(Details : {SNOMED CT code '80146002' = '80146002', given as 'Appendectomy (Procedure)'})</span></p><p><b>bodySite</b>: Appendix structure <span>(Details : {SNOMED CT code '66754008' = '66754008', given as 'Appendix structure'})</span></p><p><b>reason</b>: On examination - abdominal pain - right iliac <span>(Details : {SNOMED CT code '163220003' = '163220003', given as 'On examination - abdominal pain - right iliac'})</span></p><h3>Performers</h3><table><tr><td>-</td><td><b>Actor</b></td></tr><tr><td>*</td><td><a>Dr Cecil Surgeon</a></td></tr></table><p><b>performed</b>: 05/04/2013 9:20:00 AM --> 05/04/2013 10:30:00 AM</p><p><b>encounter</b>: <a>Encounter/example</a></p></div>", "status": "generated" } }; var example690: fhir.Procedure = { "resourceType": "Procedure", "id": "procedure-example", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: procedure-example</p><p><b>subject</b>: <a>Patient/example</a></p><p><b>status</b>: completed</p><p><b>code</b>: Appendectomy <span>(Details : {SNOMED CT code '80146002' = '80146002', given as 'Appendectomy (Procedure)'})</span></p><p><b>bodySite</b>: Appendix structure <span>(Details : {SNOMED CT code '66754008' = '66754008', given as 'Appendix structure'})</span></p><p><b>reason</b>: On examination - abdominal pain - right iliac <span>(Details : {SNOMED CT code '163220003' = '163220003', given as 'On examination - abdominal pain - right iliac'})</span></p><h3>Performers</h3><table><tr><td>-</td><td><b>Actor</b></td></tr><tr><td>*</td><td><a>Dr Cecil Surgeon</a></td></tr></table><p><b>performed</b>: 05/04/2013 9:20:00 AM --> 05/04/2013 10:30:00 AM</p><p><b>encounter</b>: <a>Encounter/example</a></p></div>" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/procedure-approachBodySite", "valueReference": { "reference": "BodySite/example" } }, { "url": "http://hl7.org/fhir/StructureDefinition/procedure-incisionDateTime", "valueDateTime": "2013-04-05T09:30:00-04:00" } ], "subject": { "reference": "Patient/example" }, "status": "completed", "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "80146002", "display": "Appendectomy (Procedure)" } ], "text": "Appendectomy" }, "bodySite": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "66754008", "display": "Appendix structure" } ] } ], "reasonCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "163220003", "display": "On examination - abdominal pain - right iliac" } ] }, "performer": [ { "actor": { "reference": "Practitioner/example", "display": "Dr Cecil Surgeon" } } ], "performedPeriod": { "start": "2013-04-05T09:20:00-04:00", "end": "2013-04-05T10:30:00-04:00" }, "encounter": { "reference": "Encounter/example" } }; var example691: fhir.ProcedureRequest = { "bodySite": [ { "coding": [ { "code": "66754008", "display": "Appendix structure", "system": "http://snomed.info/sct" } ] } ], "code": { "coding": [ { "code": "80146002", "display": "Appendectomy (Procedure)", "system": "http://snomed.info/sct" } ], "text": "Appendectomy" }, "encounter": { "reference": "Encounter/example" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/procedurerequest-authorizedBy", "valueReference": { "reference": "Practitioner/example" } } ], "id": "procedurerequest-example", "orderedOn": "2013-04-04", "priority": "urgent", "reasonCodeableConcept": { "coding": [ { "code": "163220003", "display": "On examination - abdominal pain - right iliac", "system": "http://snomed.info/sct" } ] }, "resourceType": "ProcedureRequest", "scheduledDateTime": "2013-04-05", "status": "completed", "subject": { "reference": "Patient/example" }, "text": { "div": "<div>Request for Routine Appendectomy</div>", "status": "generated" } }; var example692: fhir.ProcedureRequest = { "resourceType": "ProcedureRequest", "id": "procedurerequest-example", "text": { "status": "generated", "div": "<div>Request for Routine Appendectomy</div>" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/procedurerequest-authorizedBy", "valueReference": { "reference": "Practitioner/example" } } ], "subject": { "reference": "Patient/example" }, "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "80146002", "display": "Appendectomy (Procedure)" } ], "text": "Appendectomy" }, "bodySite": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "66754008", "display": "Appendix structure" } ] } ], "reasonCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "163220003", "display": "On examination - abdominal pain - right iliac" } ] }, "scheduledDateTime": "2013-04-05", "encounter": { "reference": "Encounter/example" }, "status": "completed", "orderedOn": "2013-04-04", "priority": "urgent" }; var example693: fhir.ReferralRequest = { "dateSent": "2014-02-14", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/referralrequest-reasonRefused", "valueCodeableConcept": { "coding": [ { "code": "609589008", "display": "Refused by parents of subject", "system": "http://snomed.info/sct" } ] } } ], "id": "referralrequest-example", "patient": { "display": "Beverly Weaver", "reference": "https://fhir.orionhealth.com/blaze/fhir/Patient/77662" }, "priority": { "coding": [ { "code": "394848005", "display": "Normal priority", "system": "http://snomed.info/sct" } ] }, "reason": { "coding": [ { "code": "65363002", "display": "Otitis media", "system": "http://snomed.info/sct" } ] }, "recipient": [ { "display": "Dr Dave", "reference": "https://fhir.orionhealth.com/blaze/fhir/Practitioner/76597" } ], "requester": { "display": "Serena Shrink", "reference": "https://fhir.orionhealth.com/blaze/fhir/Practitioner/77272" }, "resourceType": "ReferralRequest", "serviceRequested": [ { "coding": [ { "code": "172676009", "display": "Myringotomy and insertion of short-term tympanic ventilation tube (procedure)", "system": "http://snomed.info/sct" } ] } ], "specialty": { "coding": [ { "code": "417887005", "display": "Pediatric otolaryngology", "system": "http://snomed.info/sct" } ] }, "status": "rejected", "text": { "div": "<div>Referral to Dr Dave for Beverly weaver to have grommets inserted in her r) ear</div>", "status": "generated" }, "type": { "coding": [ { "code": "700274009", "display": "Referral for procedure", "system": "http://snomed.info/sct" } ] } }; var example694: fhir.ReferralRequest = { "resourceType": "ReferralRequest", "id": "referralrequest-example", "text": { "status": "generated", "div": "<div>Referral to Dr Dave for Beverly weaver to have grommets inserted in her r) ear</div>" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/referralrequest-reasonRefused", "valueCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "609589008", "display": "Refused by parents of subject" } ] } } ], "status": "rejected", "type": { "coding": [ { "system": "http://snomed.info/sct", "code": "700274009", "display": "Referral for procedure" } ] }, "specialty": { "coding": [ { "system": "http://snomed.info/sct", "code": "417887005", "display": "Pediatric otolaryngology" } ] }, "priority": { "coding": [ { "system": "http://snomed.info/sct", "code": "394848005", "display": "Normal priority" } ] }, "patient": { "reference": "https://fhir.orionhealth.com/blaze/fhir/Patient/77662", "display": "Beverly Weaver" }, "requester": { "reference": "https://fhir.orionhealth.com/blaze/fhir/Practitioner/77272", "display": "Serena Shrink" }, "recipient": [ { "reference": "https://fhir.orionhealth.com/blaze/fhir/Practitioner/76597", "display": "Dr Dave" } ], "dateSent": "2014-02-14", "reason": { "coding": [ { "system": "http://snomed.info/sct", "code": "65363002", "display": "Otitis media" } ] }, "serviceRequested": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "172676009", "display": "Myringotomy and insertion of short-term tympanic ventilation tube (procedure)" } ] } ] }; var example695: fhir.Specimen = { "collection": { "collectedDateTime": "2011-03-06T06:15:00Z", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/specimen-collectionPriority", "valueCodeableConcept": { "coding": [ { "code": "5", "display": "ROUTINE", "system": "http://hl7.org/fhir/ValueSet/specimen-collection-priority" } ] } }, { "url": "http://hl7.org/fhir/StructureDefinition/specimen-specialHandling", "valueCodeableConcept": { "coding": [ { "code": "NOPERSISTP", "display": "no collection beyond purpose of use", "system": "http://hl7.org/fhir/v3/ActCode" } ] } } ], "quantity": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/specimen-isDryWeight", "valueBoolean": false } ], "unit": "mL", "value": 6 } }, "container": [ { "capacity": { "unit": "mL", "value": 10 }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/specimen-sequenceNumber", "valueInteger": 1 } ], "type": { "coding": [ { "code": "434746001", "display": "Specimen vial", "system": "http://snomed.info/sct" } ] } } ], "id": "specimen-example", "receivedTime": "2011-03-04T07:03:00Z", "resourceType": "Specimen", "subject": { "display": "Peter Patient", "reference": "Patient/example" }, "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: specimen-example</p><p><b>type</b>: Venous blood specimen <span>(Details : {SNOMED CT code '122555007' = '122555007', given as 'Venous blood specimen'})</span></p><p><b>subject</b>: <a>Peter Patient</a></p><p><b>receivedTime</b>: 04/03/2011 6:03:00 PM</p><h3>Collections</h3><table><tr><td>-</td><td><b>Extension</b></td><td><b>Collected[x]</b></td><td><b>Quantity</b></td></tr><tr><td>*</td><td>Extensions: Todo</td><td>06/03/2011 5:15:00 PM</td><td>6 mL</td></tr></table><h3>Treatments</h3><table><tr><td>-</td><td><b>Extension</b></td><td><b>Description</b></td><td><b>Additive</b></td></tr><tr><td>*</td><td>Extensions: Todo</td><td>Treated with anticoagulants.</td><td><a>Substance/example</a></td></tr></table><h3>Containers</h3><table><tr><td>-</td><td><b>Extension</b></td><td><b>Type</b></td><td><b>Capacity</b></td></tr><tr><td>*</td><td>Extensions: Todo</td><td>Specimen vial <span>(Details : {SNOMED CT code '434746001' = '434746001', given as 'Specimen vial'})</span></td><td>10 mL</td></tr></table></div>", "status": "generated" }, "treatment": [ { "additive": [ { "reference": "Substance/example" } ], "description": "Treated with anticoagulants.", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/specimen-treatmentTime", "valuePeriod": { "end": "2011-03-04T07:03:00Z", "start": "2011-03-04T07:03:00Z" } } ] } ], "type": { "coding": [ { "code": "122555007", "display": "Venous blood specimen", "system": "http://snomed.info/sct" } ] } }; var example696: fhir.Specimen = { "resourceType": "Specimen", "id": "specimen-example", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: specimen-example</p><p><b>type</b>: Venous blood specimen <span>(Details : {SNOMED CT code '122555007' = '122555007', given as 'Venous blood specimen'})</span></p><p><b>subject</b>: <a>Peter Patient</a></p><p><b>receivedTime</b>: 04/03/2011 6:03:00 PM</p><h3>Collections</h3><table><tr><td>-</td><td><b>Extension</b></td><td><b>Collected[x]</b></td><td><b>Quantity</b></td></tr><tr><td>*</td><td>Extensions: Todo</td><td>06/03/2011 5:15:00 PM</td><td>6 mL</td></tr></table><h3>Treatments</h3><table><tr><td>-</td><td><b>Extension</b></td><td><b>Description</b></td><td><b>Additive</b></td></tr><tr><td>*</td><td>Extensions: Todo</td><td>Treated with anticoagulants.</td><td><a>Substance/example</a></td></tr></table><h3>Containers</h3><table><tr><td>-</td><td><b>Extension</b></td><td><b>Type</b></td><td><b>Capacity</b></td></tr><tr><td>*</td><td>Extensions: Todo</td><td>Specimen vial <span>(Details : {SNOMED CT code '434746001' = '434746001', given as 'Specimen vial'})</span></td><td>10 mL</td></tr></table></div>" }, "type": { "coding": [ { "system": "http://snomed.info/sct", "code": "122555007", "display": "Venous blood specimen" } ] }, "subject": { "reference": "Patient/example", "display": "Peter Patient" }, "receivedTime": "2011-03-04T07:03:00Z", "collection": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/specimen-collectionPriority", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/ValueSet/specimen-collection-priority", "code": "5", "display": "ROUTINE" } ] } }, { "url": "http://hl7.org/fhir/StructureDefinition/specimen-specialHandling", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/v3/ActCode", "code": "NOPERSISTP", "display": "no collection beyond purpose of use" } ] } } ], "collectedDateTime": "2011-03-06T06:15:00Z", "quantity": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/specimen-isDryWeight", "valueBoolean": false } ], "value": 6, "unit": "mL" } }, "treatment": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/specimen-treatmentTime", "valuePeriod": { "start": "2011-03-04T07:03:00Z", "end": "2011-03-04T07:03:00Z" } } ], "description": "Treated with anticoagulants.", "additive": [ { "reference": "Substance/example" } ] } ], "container": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/specimen-sequenceNumber", "valueInteger": 1 } ], "type": { "coding": [ { "system": "http://snomed.info/sct", "code": "434746001", "display": "Specimen vial" } ] }, "capacity": { "value": 10, "unit": "mL" } } ] }; var example697: fhir.Questionnaire = { "date": "2013-02-19", "group": { "group": [ { "group": [ { "question": [ { "linkId": "nameOfChild", "text": "Name of child" }, { "linkId": "sex", "text": "Sex" } ] }, { "linkId": "neonatalInformation", "question": [ { "linkId": "birthWeight", "text": "Birth weight (kg)" }, { "linkId": "birthLength", "text": "Birth length (cm)" }, { "group": [ { "extension": [ { "url": "http://example.org/Profile/questionnaire#visibilityCondition", "valueString": "HAS_VALUE(../choice/code) AND NEQ(../choice/code,'NO')" } ], "linkId": "vitaminKgivenDoses", "question": [ { "linkId": "vitaminiKDose1", "text": "1st dose" }, { "linkId": "vitaminiKDose2", "text": "2nd dose" } ] } ], "linkId": "vitaminKgiven", "text": "Vitamin K given" }, { "group": [ { "question": [ { "linkId": "hepBgivenDate", "text": "Date given" } ] } ], "linkId": "hepBgiven", "text": "Hep B given y / n" }, { "linkId": "abnormalitiesAtBirth", "text": "Abnormalities noted at birth" } ], "title": "Neonatal Information" } ], "linkId": "birthDetails", "title": "Birth details - To be completed by health professional" } ], "linkId": "PHR", "required": true, "title": "NSW Government My Personal Health Record" }, "id": "bb", "publisher": "New South Wales Department of Health", "resourceType": "Questionnaire", "status": "draft", "subjectType": [ "Patient" ], "text": { "div": "<div>\n <pre>\n<b>Birth details - To be completed by health professional</b>\n Name of child: ____________________________________\n Sex: __\n \n Neonatal Information\n Birth Weight (kg): ___________\n Birth Length (cm): ___________\n Vitamin K given : __\n 1st dose: ___________\n 2nd dose: ___________\n Hep B given : __\n Date given : ___________\n Abnormalities noted at birth:\n _______________________________________________\n </pre>\n </div>", "status": "generated" } }; var example698: fhir.Questionnaire = { "resourceType": "Questionnaire", "id": "bb", "_id": { "fhir_comments": [ " Please not that in this questionnaire, the questions are mostly uncoded. That is, the questions are not identified using the <concept> element. It will therefore\n be hard to extract useful information in an automated way from this questionnaire. This is, however, quite often the case when modelling existing questionnaires " ] }, "text": { "status": "generated", "div": "<div>\n <pre>\n<b>Birth details - To be completed by health professional</b>\n Name of child: ____________________________________\n Sex: __\n \n Neonatal Information\n Birth Weight (kg): ___________\n Birth Length (cm): ___________\n Vitamin K given : __\n 1st dose: ___________\n 2nd dose: ___________\n Hep B given : __\n Date given : ___________\n Abnormalities noted at birth:\n _______________________________________________\n </pre>\n </div>" }, "status": "draft", "date": "2013-02-19", "publisher": "New South Wales Department of Health", "subjectType": [ "Patient" ], "group": { "linkId": "PHR", "title": "NSW Government My Personal Health Record", "required": true, "group": [ { "fhir_comments": [ " Many groups left out of this example " ], "linkId": "birthDetails", "title": "Birth details - To be completed by health professional", "group": [ { "question": [ { "linkId": "nameOfChild", "text": "Name of child" }, { "linkId": "sex", "text": "Sex" } ] }, { "linkId": "neonatalInformation", "title": "Neonatal Information", "question": [ { "linkId": "birthWeight", "text": "Birth weight (kg)" }, { "linkId": "birthLength", "text": "Birth length (cm)" }, { "linkId": "vitaminKgiven", "text": "Vitamin K given", "group": [ { "extension": [ { "url": "http://example.org/Profile/questionnaire#visibilityCondition", "valueString": "HAS_VALUE(../choice/code) AND NEQ(../choice/code,'NO')", "_valueString": { "fhir_comments": [ " note: this syntax is for demonstration purposes only, will need to be finalized during DSTU " ] } } ], "linkId": "vitaminKgivenDoses", "question": [ { "linkId": "vitaminiKDose1", "text": "1st dose" }, { "linkId": "vitaminiKDose2", "text": "2nd dose" } ] } ] }, { "linkId": "hepBgiven", "text": "Hep B given y / n", "group": [ { "question": [ { "linkId": "hepBgivenDate", "text": "Date given" } ] } ] }, { "linkId": "abnormalitiesAtBirth", "text": "Abnormalities noted at birth" } ] } ] } ] } }; var example699: fhir.Questionnaire = { "date": "2010", "group": { "concept": [ { "code": "VL 1-1, 18-65_1.2.2", "display": "Lifelines Questionnaire 1 part 1", "system": "http://example.org/system/code/lifelines/nl" } ], "group": [ { "linkId": "1", "question": [ { "linkId": "1.1", "text": "Do you have allergies?" } ] }, { "linkId": "2", "question": [ { "linkId": "2.1", "text": "What is your gender?" }, { "linkId": "2.2", "text": "What is your date of birth?" }, { "linkId": "2.3", "text": "What is your country of birth?" }, { "linkId": "2.4", "text": "What is your marital status?" } ], "text": "General questions" }, { "linkId": "3", "question": [ { "linkId": "3.1", "text": "Do you smoke?" }, { "linkId": "3.2", "text": "Do you drink alchohol?" } ], "title": "Intoxications" } ], "linkId": "root", "required": true }, "id": "f201", "resourceType": "Questionnaire", "status": "published", "subjectType": [ "Patient" ], "text": { "div": "<div>\n<pre>Lifelines Questionnaire 1 part 1\n 1. Do you have allergies?\n 2. General Questions:\n 2.a) What is your gender?\n 2.b) What is your date of birth?\n 2.c) What is your country of birth?\n 2.d) What is your marital status?\n 3. Intoxications:\n 3.a) Do you smoke?\n 3.b) Do you drink alcohol?</pre>\n </div>", "status": "generated" } }; var example700: fhir.Questionnaire = { "resourceType": "Questionnaire", "id": "f201", "text": { "status": "generated", "div": "<div>\n<pre>Lifelines Questionnaire 1 part 1\n 1. Do you have allergies?\n 2. General Questions:\n 2.a) What is your gender?\n 2.b) What is your date of birth?\n 2.c) What is your country of birth?\n 2.d) What is your marital status?\n 3. Intoxications:\n 3.a) Do you smoke?\n 3.b) Do you drink alcohol?</pre>\n </div>" }, "status": "published", "date": "2010", "subjectType": [ "Patient" ], "group": { "linkId": "root", "concept": [ { "system": "http://example.org/system/code/lifelines/nl", "code": "VL 1-1, 18-65_1.2.2", "display": "Lifelines Questionnaire 1 part 1" } ], "required": true, "group": [ { "linkId": "1", "question": [ { "linkId": "1.1", "_linkId": { "fhir_comments": [ " Separate answer " ] }, "text": "Do you have allergies?" } ] }, { "linkId": "2", "_linkId": { "fhir_comments": [ " Answers to general questions " ] }, "text": "General questions", "question": [ { "linkId": "2.1", "text": "What is your gender?" }, { "linkId": "2.2", "text": "What is your date of birth?" }, { "linkId": "2.3", "text": "What is your country of birth?" }, { "linkId": "2.4", "text": "What is your marital status?" } ] }, { "linkId": "3", "title": "Intoxications", "_title": { "fhir_comments": [ " Answers to intoxications " ] }, "question": [ { "linkId": "3.1", "text": "Do you smoke?" }, { "linkId": "3.2", "text": "Do you drink alchohol?" } ] } ] } }; var example701: fhir.Questionnaire = { "contained": [ { "compose": { "include": [ { "concept": [ { "code": "LA6562-8", "display": "No motor response" }, { "code": "LA6563-6", "display": "Extension to pain" }, { "code": "LA6564-4", "display": "Flexion to pain" }, { "code": "LA6565-1", "display": "Withdrawl from pain" }, { "code": "LA6566-9", "display": "Localizing pain" }, { "code": "LA6567-7", "display": "Obeys commands" } ], "system": "http://loinc.org" } ] }, "description": "LOINC ANSWER LIST (LL357-5)", "id": "motor", "identifier": { "system": "http://loinc.org", "value": "http://loinc.org/ValueSet/LL357-5" }, "name": "GCS Motor Value Set", "resourceType": "ValueSet", "status": "active" }, { "compose": { "include": [ { "concept": [ { "code": "LA6557-8", "display": "No verbal response (>2yrs); no vocal response (<=2yrs)" }, { "code": "LA6558-6", "display": "Incomprehensible sounds" }, { "code": "LA6559-4", "display": "Inappropriate words" }, { "code": "LA6560-2", "display": "Confused" }, { "code": "LA6561-0", "display": "Oriented" } ], "system": "http://loinc.org" } ] }, "description": "LOINC ANSWER LIST (LL356-7)", "id": "verbal", "identifier": { "system": "http://loinc.org", "value": "http://loinc.org/ValueSet/LL356-7" }, "name": "GCS Verbal Value Set", "resourceType": "ValueSet", "status": "active" }, { "compose": { "include": [ { "concept": [ { "code": "LA6553-7", "display": "No eye opening" }, { "code": "LA6554-5", "display": "Eye opening to pain" }, { "code": "LA6555-2", "display": "Eye opening to verbal command" }, { "code": "LA6556-0", "display": "Eyes open spontaneously" } ], "system": "http://loinc.org" } ] }, "description": "LOINC ANSWER LIST (LL355-9)", "id": "eye", "identifier": { "system": "http://loinc.org", "value": "http://loinc.org/ValueSet/LL355-9" }, "name": "GCS Eye Value Set", "resourceType": "ValueSet", "status": "active" } ], "date": "2015-08-03", "group": { "concept": [ { "code": "9269-2", "system": "http://loinc.org" } ], "linkId": "1", "question": [ { "concept": [ { "code": "9270-0", "system": "http://loinc.org" } ], "linkId": "1.1", "options": { "reference": "#verbal" }, "type": "choice" }, { "concept": [ { "code": "9268-4", "system": "http://loinc.org" } ], "linkId": "1.2", "options": { "reference": "#motor" }, "type": "choice" }, { "concept": [ { "code": "9267-6", "system": "http://loinc.org" } ], "linkId": "1.3", "options": { "reference": "#eye" }, "type": "choice" } ], "required": true, "title": "Glasgow Coma Score" }, "id": "gcs", "publisher": "FHIR Project team", "resourceType": "Questionnaire", "status": "draft", "subjectType": [ "Patient" ], "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: gcs</p><p><b>contained</b>: , , </p><p><b>status</b>: draft</p><p><b>date</b>: 03/08/2015</p><p><b>publisher</b>: FHIR Project team</p><p><b>subjectType</b>: Patient</p><blockquote><p><b>group</b></p><p><b>linkId</b>: 1</p><p><b>title</b>: Glasgow Coma Score</p><p><b>concept</b>: Glasgow coma score total (Details: LOINC code 9269-2 = 'Glasgow coma score total', stated as 'null')</p><p><b>required</b>: true</p><blockquote><p><b>question</b></p><p><b>linkId</b>: 1.1</p><p><b>concept</b>: Glasgow coma score verbal (Details: LOINC code 9270-0 = 'Glasgow coma score verbal', stated as 'null')</p><p><b>type</b>: choice</p><p><b>options</b>: id: verbal; http://loinc.org/ValueSet/LL356-7; name: GCS Verbal Value Set; status: active; description: LOINC ANSWER LIST (LL356-7)</p></blockquote><blockquote><p><b>question</b></p><p><b>linkId</b>: 1.2</p><p><b>concept</b>: Glasgow coma score motor (Details: LOINC code 9268-4 = 'Glasgow coma score motor', stated as 'null')</p><p><b>type</b>: choice</p><p><b>options</b>: id: motor; http://loinc.org/ValueSet/LL357-5; name: GCS Motor Value Set; status: active; description: LOINC ANSWER LIST (LL357-5)</p></blockquote><blockquote><p><b>question</b></p><p><b>linkId</b>: 1.3</p><p><b>concept</b>: Glasgow coma score eye opening (Details: LOINC code 9267-6 = 'Glasgow coma score eye opening', stated as 'null')</p><p><b>type</b>: choice</p><p><b>options</b>: id: eye; http://loinc.org/ValueSet/LL355-9; name: GCS Eye Value Set; status: active; description: LOINC ANSWER LIST (LL355-9)</p></blockquote></blockquote></div>", "status": "generated" } }; var example702: fhir.Questionnaire = { "resourceType": "Questionnaire", "id": "gcs", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: gcs</p><p><b>contained</b>: , , </p><p><b>status</b>: draft</p><p><b>date</b>: 03/08/2015</p><p><b>publisher</b>: FHIR Project team</p><p><b>subjectType</b>: Patient</p><blockquote><p><b>group</b></p><p><b>linkId</b>: 1</p><p><b>title</b>: Glasgow Coma Score</p><p><b>concept</b>: Glasgow coma score total (Details: LOINC code 9269-2 = 'Glasgow coma score total', stated as 'null')</p><p><b>required</b>: true</p><blockquote><p><b>question</b></p><p><b>linkId</b>: 1.1</p><p><b>concept</b>: Glasgow coma score verbal (Details: LOINC code 9270-0 = 'Glasgow coma score verbal', stated as 'null')</p><p><b>type</b>: choice</p><p><b>options</b>: id: verbal; http://loinc.org/ValueSet/LL356-7; name: GCS Verbal Value Set; status: active; description: LOINC ANSWER LIST (LL356-7)</p></blockquote><blockquote><p><b>question</b></p><p><b>linkId</b>: 1.2</p><p><b>concept</b>: Glasgow coma score motor (Details: LOINC code 9268-4 = 'Glasgow coma score motor', stated as 'null')</p><p><b>type</b>: choice</p><p><b>options</b>: id: motor; http://loinc.org/ValueSet/LL357-5; name: GCS Motor Value Set; status: active; description: LOINC ANSWER LIST (LL357-5)</p></blockquote><blockquote><p><b>question</b></p><p><b>linkId</b>: 1.3</p><p><b>concept</b>: Glasgow coma score eye opening (Details: LOINC code 9267-6 = 'Glasgow coma score eye opening', stated as 'null')</p><p><b>type</b>: choice</p><p><b>options</b>: id: eye; http://loinc.org/ValueSet/LL355-9; name: GCS Eye Value Set; status: active; description: LOINC ANSWER LIST (LL355-9)</p></blockquote></blockquote></div>" }, "contained": [ { "resourceType": "ValueSet", "id": "motor", "identifier": { "system": "http://loinc.org", "value": "http://loinc.org/ValueSet/LL357-5" }, "name": "GCS Motor Value Set", "status": "active", "description": "LOINC ANSWER LIST (LL357-5)", "compose": { "include": [ { "system": "http://loinc.org", "concept": [ { "code": "LA6562-8", "display": "No motor response" }, { "code": "LA6563-6", "display": "Extension to pain" }, { "code": "LA6564-4", "display": "Flexion to pain" }, { "code": "LA6565-1", "display": "Withdrawl from pain" }, { "code": "LA6566-9", "display": "Localizing pain" }, { "code": "LA6567-7", "display": "Obeys commands" } ] } ] } }, { "resourceType": "ValueSet", "id": "verbal", "identifier": { "system": "http://loinc.org", "value": "http://loinc.org/ValueSet/LL356-7" }, "name": "GCS Verbal Value Set", "status": "active", "description": "LOINC ANSWER LIST (LL356-7)", "compose": { "include": [ { "system": "http://loinc.org", "concept": [ { "code": "LA6557-8", "display": "No verbal response (>2yrs); no vocal response (<=2yrs)" }, { "code": "LA6558-6", "display": "Incomprehensible sounds" }, { "code": "LA6559-4", "display": "Inappropriate words" }, { "code": "LA6560-2", "display": "Confused" }, { "code": "LA6561-0", "display": "Oriented" } ] } ] } }, { "resourceType": "ValueSet", "id": "eye", "identifier": { "system": "http://loinc.org", "value": "http://loinc.org/ValueSet/LL355-9" }, "name": "GCS Eye Value Set", "status": "active", "description": "LOINC ANSWER LIST (LL355-9)", "compose": { "include": [ { "system": "http://loinc.org", "concept": [ { "code": "LA6553-7", "display": "No eye opening" }, { "code": "LA6554-5", "display": "Eye opening to pain" }, { "code": "LA6555-2", "display": "Eye opening to verbal command" }, { "code": "LA6556-0", "display": "Eyes open spontaneously" } ] } ] } } ], "status": "draft", "date": "2015-08-03", "publisher": "FHIR Project team", "subjectType": [ "Patient" ], "group": { "linkId": "1", "title": "Glasgow Coma Score", "_title": { "fhir_comments": [ " Only section of the form, 3 standard GCS questions : vebal ,eye, motor " ] }, "concept": [ { "system": "http://loinc.org", "code": "9269-2" } ], "required": true, "question": [ { "fhir_comments": [ " verbal ", " motor " ], "linkId": "1.1", "concept": [ { "system": "http://loinc.org", "code": "9270-0" } ], "type": "choice", "options": { "reference": "#verbal" } }, { "linkId": "1.2", "concept": [ { "system": "http://loinc.org", "code": "9268-4" } ], "type": "choice", "options": { "reference": "#motor" } }, { "fhir_comments": [ " eye " ], "linkId": "1.3", "concept": [ { "system": "http://loinc.org", "code": "9267-6" } ], "type": "choice", "options": { "reference": "#eye" } } ] } }; var example703: fhir.Questionnaire = { "contained": [ { "codeSystem": { "caseSensitive": true, "concept": [ { "code": "1", "display": "Yes" }, { "code": "2", "display": "No" } ], "system": "http://example.org/system/code/yesno" }, "description": "Captures simple yes-no", "id": "yesno", "name": "Example YesNo", "resourceType": "ValueSet", "status": "active" } ], "date": "2012-01", "group": { "group": [ { "concept": [ { "code": "COMORBIDITY", "system": "http://example.org/system/code/sections" } ], "linkId": "1.1", "question": [ { "concept": [ { "code": "COMORB", "system": "http://example.org/system/code/questions" } ], "group": [ { "concept": [ { "code": "CARDIAL", "system": "http://example.org/system/code/sections" } ], "linkId": "1.1.1.1", "question": [ { "concept": [ { "code": "COMORBCAR", "system": "http://example.org/system/code/questions" } ], "linkId": "1.1.1.1.1", "options": { "reference": "#yesno" }, "type": "choice" }, { "concept": [ { "code": "COMCAR00", "display": "Angina Pectoris", "system": "http://example.org/system/code/questions" }, { "code": "194828000", "display": "Angina (disorder)", "system": "http://snomed.info/sct" } ], "linkId": "1.1.1.1.2", "options": { "reference": "#yesno" }, "type": "choice" }, { "concept": [ { "code": "22298006", "display": "Myocardial infarction (disorder)", "system": "http://snomed.info/sct" } ], "linkId": "1.1.1.1.3", "options": { "reference": "#yesno" }, "type": "choice" } ] }, { "concept": [ { "code": "VASCULAR", "system": "http://example.org/system/code/sections" } ], "linkId": "1.1.1.2" } ], "linkId": "1.1.1", "options": { "reference": "#yesno" }, "type": "choice" } ] }, { "concept": [ { "code": "HISTOPATHOLOGY", "system": "http://example.org/system/code/sections" } ], "group": [ { "concept": [ { "code": "ABDOMINAL", "system": "http://example.org/system/code/sections" } ], "linkId": "1.2.1", "question": [ { "concept": [ { "code": "STADPT", "display": "pT category", "system": "http://example.org/system/code/questions" } ], "linkId": "1.2.1.2" } ] } ], "linkId": "1.2" } ], "linkId": "1", "required": true, "title": "Cancer Quality Forum Questionnaire 2012" }, "id": "3141", "resourceType": "Questionnaire", "status": "draft", "subjectType": [ "Patient" ], "text": { "div": "<div>\n \n \n <pre>\n Comorbidity? YES\n Cardial Comorbidity? YES\n Angina? YES\n MI? NO\n Vascular Comorbidity?\n (no answers)\n ...\n Histopathology\n Abdominal\n pT category: 1a\n ...\n </pre>\n \n \n </div>", "status": "generated" } }; var example704: fhir.Questionnaire = { "resourceType": "Questionnaire", "id": "3141", "text": { "status": "generated", "div": "<div>\n \n \n <pre>\n Comorbidity? YES\n Cardial Comorbidity? YES\n Angina? YES\n MI? NO\n Vascular Comorbidity?\n (no answers)\n ...\n Histopathology\n Abdominal\n pT category: 1a\n ...\n </pre>\n \n \n </div>" }, "contained": [ { "resourceType": "ValueSet", "id": "yesno", "name": "Example YesNo", "_name": { "fhir_comments": [ " In practice you could (should?) use boolean for this sort of circumstance. However, the reality is\n that many systems treat booleans as coded data " ] }, "status": "active", "description": "Captures simple yes-no", "codeSystem": { "system": "http://example.org/system/code/yesno", "caseSensitive": true, "concept": [ { "code": "1", "display": "Yes" }, { "code": "2", "display": "No" } ] } } ], "status": "draft", "date": "2012-01", "subjectType": [ "Patient" ], "group": { "linkId": "1", "title": "Cancer Quality Forum Questionnaire 2012", "required": true, "group": [ { "linkId": "1.1", "_linkId": { "fhir_comments": [ " COMORBIDITY ", " First main section of the form, questions about comorbidity " ] }, "concept": [ { "system": "http://example.org/system/code/sections", "code": "COMORBIDITY" } ], "question": [ { "fhir_comments": [ " section contains one question: whether there is comorbidity " ], "linkId": "1.1.1", "concept": [ { "system": "http://example.org/system/code/questions", "code": "COMORB" } ], "type": "choice", "options": { "reference": "#yesno" }, "group": [ { "linkId": "1.1.1.1", "_linkId": { "fhir_comments": [ " COMORBIDITY/CARDIAL ", " Subsection about specific comorbidity: cardial " ] }, "concept": [ { "system": "http://example.org/system/code/sections", "code": "CARDIAL" } ], "question": [ { "linkId": "1.1.1.1.1", "concept": [ { "system": "http://example.org/system/code/questions", "code": "COMORBCAR" } ], "type": "choice", "options": { "reference": "#yesno" } }, { "linkId": "1.1.1.1.2", "_linkId": { "fhir_comments": [ " This answer carries both the questionnaire-specific name and an equivalent SNOMED CT code " ] }, "concept": [ { "system": "http://example.org/system/code/questions", "code": "COMCAR00", "display": "Angina Pectoris" }, { "system": "http://snomed.info/sct", "code": "194828000", "display": "Angina (disorder)" } ], "type": "choice", "options": { "reference": "#yesno" } }, { "linkId": "1.1.1.1.3", "concept": [ { "system": "http://snomed.info/sct", "code": "22298006", "display": "Myocardial infarction (disorder)" } ], "type": "choice", "options": { "reference": "#yesno" } } ] }, { "linkId": "1.1.1.2", "_linkId": { "fhir_comments": [ " COMORBIDITY/VASCULAR " ] }, "concept": [ { "system": "http://example.org/system/code/sections", "code": "VASCULAR" } ] } ] } ] }, { "fhir_comments": [ " Todo: What's supposed to go here? " ], "linkId": "1.2", "_linkId": { "fhir_comments": [ " HISTOPATHOLOGY " ] }, "concept": [ { "system": "http://example.org/system/code/sections", "code": "HISTOPATHOLOGY" } ], "group": [ { "linkId": "1.2.1", "concept": [ { "system": "http://example.org/system/code/sections", "code": "ABDOMINAL" } ], "question": [ { "linkId": "1.2.1.2", "concept": [ { "system": "http://example.org/system/code/questions", "code": "STADPT", "display": "pT category" } ] } ] } ] } ] } }; var example705: fhir.QuestionnaireResponse = { "author": { "reference": "http://hl7.org/fhir/Practitioner/example" }, "authored": "2013-02-19T14:15:00+10:00", "group": { "group": [ { "group": [ { "question": [ { "answer": [ { "valueString": "Cathy Jones" } ], "linkId": "nameOfChild", "text": "Name of child" }, { "answer": [ { "valueCoding": { "code": "f" } } ], "linkId": "sex", "text": "Sex" } ] }, { "linkId": "neonatalInformation", "question": [ { "answer": [ { "valueDecimal": 3.25 } ], "linkId": "birthWeight", "text": "Birth weight (kg)" }, { "answer": [ { "valueDecimal": 44.3 } ], "linkId": "birthLength", "text": "Birth length (cm)" }, { "answer": [ { "group": [ { "extension": [ { "url": "http://example.org/Profile/questionnaire#visibilityCondition", "valueString": "HAS_VALUE(../choice/code) AND NEQ(../choice/code,'NO')" } ], "linkId": "vitaminKgivenDoses", "question": [ { "answer": [ { "valueDate": "1972-11-30" } ], "linkId": "vitaminiKDose1", "text": "1st dose" }, { "answer": [ { "valueDate": "1972-12-11" } ], "linkId": "vitaminiKDose2", "text": "2nd dose" } ] } ], "valueCoding": { "code": "INJECTION" } } ], "linkId": "vitaminKgiven", "text": "Vitamin K given" }, { "answer": [ { "group": [ { "linkId": "hepBgivenDate", "question": [ { "answer": [ { "valueDate": "1972-12-04" } ], "text": "Date given" } ] } ], "valueBoolean": true } ], "linkId": "hepBgiven", "text": "Hep B given y / n" }, { "answer": [ { "valueString": "Already able to speak Chinese" } ], "linkId": "abnormalitiesAtBirth", "text": "Abnormalities noted at birth" } ], "title": "Neonatal Information" } ], "linkId": "birthDetails", "title": "Birth details - To be completed by health professional" } ], "linkId": "PHR", "title": "NSW Government My Personal Health Record, january 2013" }, "id": "bb", "resourceType": "QuestionnaireResponse", "status": "completed", "subject": { "reference": "http://hl7.org/fhir/Patient/1" }, "text": { "div": "<div>\n <pre>\n Cathy Jones, female. Birth weight 3.25 kg at 44.3 cm. \n Injection of Vitamin K given on 1972-11-30 (first dose) and 1972-12-11 (second dose)\n Note: Was able to speak Chinese at birth.\n </pre>\n </div>", "status": "generated" } }; var example706: fhir.QuestionnaireResponse = { "resourceType": "QuestionnaireResponse", "id": "bb", "_id": { "fhir_comments": [ " Please not that in this questionnaire, the questions are mostly unnamed, that is, the questions are not identified using the <name> element. It will therefore\n be hard to extract useful information in an automated way from this questionnaire. This is, however, quite often the case when modelling existing questionnaires " ] }, "text": { "status": "generated", "div": "<div>\n <pre>\n Cathy Jones, female. Birth weight 3.25 kg at 44.3 cm. \n Injection of Vitamin K given on 1972-11-30 (first dose) and 1972-12-11 (second dose)\n Note: Was able to speak Chinese at birth.\n </pre>\n </div>" }, "status": "completed", "subject": { "reference": "http://hl7.org/fhir/Patient/1" }, "author": { "reference": "http://hl7.org/fhir/Practitioner/example" }, "authored": "2013-02-19T14:15:00+10:00", "group": { "linkId": "PHR", "title": "NSW Government My Personal Health Record, january 2013", "group": [ { "fhir_comments": [ " Many groups left out of this example " ], "linkId": "birthDetails", "title": "Birth details - To be completed by health professional", "group": [ { "question": [ { "linkId": "nameOfChild", "text": "Name of child", "answer": [ { "valueString": "Cathy Jones" } ] }, { "linkId": "sex", "text": "Sex", "answer": [ { "valueCoding": { "code": "f" } } ] } ] }, { "linkId": "neonatalInformation", "title": "Neonatal Information", "question": [ { "linkId": "birthWeight", "text": "Birth weight (kg)", "answer": [ { "valueDecimal": 3.25 } ] }, { "linkId": "birthLength", "text": "Birth length (cm)", "answer": [ { "valueDecimal": 44.3 } ] }, { "linkId": "vitaminKgiven", "text": "Vitamin K given", "answer": [ { "valueCoding": { "code": "INJECTION" }, "group": [ { "extension": [ { "url": "http://example.org/Profile/questionnaire#visibilityCondition", "valueString": "HAS_VALUE(../choice/code) AND NEQ(../choice/code,'NO')", "_valueString": { "fhir_comments": [ " note: this syntax is for demonstration purposes only, will need to be finalized during DSTU " ] } } ], "linkId": "vitaminKgivenDoses", "question": [ { "linkId": "vitaminiKDose1", "text": "1st dose", "answer": [ { "valueDate": "1972-11-30" } ] }, { "linkId": "vitaminiKDose2", "text": "2nd dose", "answer": [ { "valueDate": "1972-12-11" } ] } ] } ] } ] }, { "linkId": "hepBgiven", "text": "Hep B given y / n", "answer": [ { "valueBoolean": true, "group": [ { "linkId": "hepBgivenDate", "question": [ { "text": "Date given", "answer": [ { "valueDate": "1972-12-04" } ] } ] } ] } ] }, { "linkId": "abnormalitiesAtBirth", "text": "Abnormalities noted at birth", "answer": [ { "valueString": "Already able to speak Chinese" } ] } ] } ] } ] } }; var example707: fhir.QuestionnaireResponse = { "author": { "reference": "Practitioner/f201" }, "authored": "2013-06-18T00:00:00+01:00", "group": { "group": [ { "linkId": "1", "question": [ { "answer": [ { "valueString": "I am allergic to house dust" } ], "linkId": "1.1", "text": "Do you have allergies?" } ] }, { "linkId": "2", "question": [ { "answer": [ { "valueString": "Male" } ], "linkId": "2.1", "text": "What is your gender?" }, { "answer": [ { "valueDate": "1960-03-13" } ], "linkId": "2.2", "text": "What is your date of birth?" }, { "answer": [ { "valueString": "The Netherlands" } ], "linkId": "2.3", "text": "What is your country of birth?" }, { "answer": [ { "valueString": "married" } ], "linkId": "2.4", "text": "What is your marital status?" } ], "title": "General questions" }, { "linkId": "3", "question": [ { "answer": [ { "valueString": "No" } ], "linkId": "3.1", "text": "Do you smoke?" }, { "answer": [ { "valueString": "No, but I used to drink" } ], "linkId": "3.2", "text": "Do you drink alchohol?" } ], "title": "Intoxications" } ], "linkId": "root" }, "id": "f201", "resourceType": "QuestionnaireResponse", "source": { "reference": "Practitioner/f201" }, "status": "completed", "subject": { "display": "Roel", "reference": "Patient/f201" }, "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f201</p><p><b>status</b>: completed</p><p><b>subject</b>: <a>Roel</a></p><p><b>author</b>: <a>Practitioner/f201</a></p><p><b>authored</b>: 18/06/2013 12:00:00 AM</p><p><b>source</b>: <a>Practitioner/f201</a></p><blockquote><p><b>group</b></p><p><b>linkId</b>: root</p><h3>Groups</h3><table><tr><td>-</td></tr><tr><td>*</td></tr><tr><td>*</td></tr><tr><td>*</td></tr></table></blockquote></div>", "status": "generated" } }; var example708: fhir.QuestionnaireResponse = { "resourceType": "QuestionnaireResponse", "id": "f201", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f201</p><p><b>status</b>: completed</p><p><b>subject</b>: <a>Roel</a></p><p><b>author</b>: <a>Practitioner/f201</a></p><p><b>authored</b>: 18/06/2013 12:00:00 AM</p><p><b>source</b>: <a>Practitioner/f201</a></p><blockquote><p><b>group</b></p><p><b>linkId</b>: root</p><h3>Groups</h3><table><tr><td>-</td></tr><tr><td>*</td></tr><tr><td>*</td></tr><tr><td>*</td></tr></table></blockquote></div>" }, "status": "completed", "subject": { "fhir_comments": [ " Fictive, only the below answers are non-fictive " ], "reference": "Patient/f201", "display": "Roel" }, "author": { "reference": "Practitioner/f201" }, "authored": "2013-06-18T00:00:00+01:00", "source": { "reference": "Practitioner/f201" }, "group": { "linkId": "root", "group": [ { "linkId": "1", "question": [ { "linkId": "1.1", "_linkId": { "fhir_comments": [ " Seperate answer " ] }, "text": "Do you have allergies?", "answer": [ { "valueString": "I am allergic to house dust" } ] } ] }, { "linkId": "2", "_linkId": { "fhir_comments": [ " Answers to general questions " ] }, "title": "General questions", "question": [ { "linkId": "2.1", "text": "What is your gender?", "answer": [ { "valueString": "Male" } ] }, { "linkId": "2.2", "text": "What is your date of birth?", "answer": [ { "valueDate": "1960-03-13" } ] }, { "linkId": "2.3", "text": "What is your country of birth?", "answer": [ { "valueString": "The Netherlands" } ] }, { "linkId": "2.4", "text": "What is your marital status?", "answer": [ { "valueString": "married" } ] } ] }, { "linkId": "3", "_linkId": { "fhir_comments": [ " Answers to intoxications " ] }, "title": "Intoxications", "question": [ { "linkId": "3.1", "text": "Do you smoke?", "answer": [ { "valueString": "No" } ] }, { "linkId": "3.2", "text": "Do you drink alchohol?", "answer": [ { "valueString": "No, but I used to drink" } ] } ] } ] } }; var example709: fhir.QuestionnaireResponse = { "authored": "2014-12-11T04:44:16Z", "group": { "linkId": "1", "question": [ { "answer": [ { "valueCoding": { "code": "LA6560-2", "display": "Confused", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/iso21090-CO-value", "valueDecimal": 4 } ], "system": "http://loinc.org" } } ], "linkId": "1.1" }, { "answer": [ { "valueCoding": { "code": "LA6566-9", "display": "Localizing pain", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/iso21090-CO-value", "valueDecimal": 5 } ], "system": "http://loinc.org" } } ], "linkId": "1.2" }, { "answer": [ { "valueCoding": { "code": "LA6556-0", "display": "Eyes open spontaneously", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/iso21090-CO-value", "valueDecimal": 4 } ], "system": "http://loinc.org" } } ], "linkId": "1.3" } ], "title": "Glasgow Coma Score" }, "id": "gcs", "questionnaire": { "reference": "Questionnaire/gcs" }, "resourceType": "QuestionnaireResponse", "source": { "reference": "Practitioner/f007" }, "status": "completed", "subject": { "display": "Peter James Chalmers", "reference": "Patient/example" }, "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: gcs</p><p><b>questionnaire</b>: <a>Questionnaire/gcs</a></p><p><b>status</b>: completed</p><p><b>subject</b>: <a>Peter James Chalmers</a></p><p><b>authored</b>: 11/12/2014 3:44:16 PM</p><p><b>source</b>: <a>Practitioner/f007</a></p><blockquote><p><b>group</b></p><p><b>linkId</b>: 1</p><p><b>title</b>: Glasgow Coma Score</p><blockquote><p><b>question</b></p><p><b>linkId</b>: 1.1</p><h3>Answers</h3><table><tr><td>-</td><td><b>Value[x]</b></td></tr><tr><td>*</td><td>Confused (Details: LOINC code LA6560-2 = 'Confused', stated as 'Confused')</td></tr></table></blockquote><blockquote><p><b>question</b></p><p><b>linkId</b>: 1.2</p><h3>Answers</h3><table><tr><td>-</td><td><b>Value[x]</b></td></tr><tr><td>*</td><td>Localizing pain (Details: LOINC code LA6566-9 = 'Localizing pain', stated as 'Localizing pain')</td></tr></table></blockquote><blockquote><p><b>question</b></p><p><b>linkId</b>: 1.3</p><h3>Answers</h3><table><tr><td>-</td><td><b>Value[x]</b></td></tr><tr><td>*</td><td>Eyes open spontaneously (Details: LOINC code LA6556-0 = 'Eyes open spontaneously', stated as 'Eyes open spontaneously')</td></tr></table></blockquote></blockquote></div>", "status": "generated" } }; var example710: fhir.QuestionnaireResponse = { "resourceType": "QuestionnaireResponse", "id": "gcs", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: gcs</p><p><b>questionnaire</b>: <a>Questionnaire/gcs</a></p><p><b>status</b>: completed</p><p><b>subject</b>: <a>Peter James Chalmers</a></p><p><b>authored</b>: 11/12/2014 3:44:16 PM</p><p><b>source</b>: <a>Practitioner/f007</a></p><blockquote><p><b>group</b></p><p><b>linkId</b>: 1</p><p><b>title</b>: Glasgow Coma Score</p><blockquote><p><b>question</b></p><p><b>linkId</b>: 1.1</p><h3>Answers</h3><table><tr><td>-</td><td><b>Value[x]</b></td></tr><tr><td>*</td><td>Confused (Details: LOINC code LA6560-2 = 'Confused', stated as 'Confused')</td></tr></table></blockquote><blockquote><p><b>question</b></p><p><b>linkId</b>: 1.2</p><h3>Answers</h3><table><tr><td>-</td><td><b>Value[x]</b></td></tr><tr><td>*</td><td>Localizing pain (Details: LOINC code LA6566-9 = 'Localizing pain', stated as 'Localizing pain')</td></tr></table></blockquote><blockquote><p><b>question</b></p><p><b>linkId</b>: 1.3</p><h3>Answers</h3><table><tr><td>-</td><td><b>Value[x]</b></td></tr><tr><td>*</td><td>Eyes open spontaneously (Details: LOINC code LA6556-0 = 'Eyes open spontaneously', stated as 'Eyes open spontaneously')</td></tr></table></blockquote></blockquote></div>" }, "questionnaire": { "reference": "Questionnaire/gcs" }, "status": "completed", "subject": { "reference": "Patient/example", "display": "Peter James Chalmers" }, "authored": "2014-12-11T04:44:16Z", "source": { "reference": "Practitioner/f007" }, "group": { "linkId": "1", "title": "Glasgow Coma Score", "_title": { "fhir_comments": [ " Only section of the form, 3 standard GCS questions : vebal ,eye, motor " ] }, "question": [ { "linkId": "1.1", "answer": [ { "valueCoding": { "extension": [ { "fhir_comments": [ " This example has the extension which maps a numeric score to the code this may already be known and unecessary in the Observation resource ", " 0..1 Value of extension " ], "url": "http://hl7.org/fhir/StructureDefinition/iso21090-CO-value", "valueDecimal": 4, "_valueDecimal": { "fhir_comments": [ " from Element: extension " ] } } ], "system": "http://loinc.org", "code": "LA6560-2", "_code": { "fhir_comments": [ " technicallly the code is '5' and the LA is the identifier to do hav e both would require an extention " ] }, "display": "Confused" } } ] }, { "linkId": "1.2", "answer": [ { "valueCoding": { "extension": [ { "fhir_comments": [ " This example has the extension which maps a numeric score to the code this may already be known and unecessary in the Observation resource ", " 0..1 Value of extension " ], "url": "http://hl7.org/fhir/StructureDefinition/iso21090-CO-value", "valueDecimal": 5, "_valueDecimal": { "fhir_comments": [ " from Element: extension " ] } } ], "system": "http://loinc.org", "code": "LA6566-9", "display": "Localizing pain" } } ] }, { "linkId": "1.3", "answer": [ { "valueCoding": { "extension": [ { "fhir_comments": [ " This example has the extension which maps a numeric score to the code this may already be known and unecessary in the Observation resource ", " 0..1 Value of extension " ], "url": "http://hl7.org/fhir/StructureDefinition/iso21090-CO-value", "valueDecimal": 4, "_valueDecimal": { "fhir_comments": [ " from Element: extension " ] } } ], "system": "http://loinc.org", "code": "LA6556-0", "_code": { "fhir_comments": [ " technicallly the code is '4' and the LA is the identifier to do hav e both would require an extention " ] }, "display": "Eyes open spontaneously" } } ] } ] } }; var example711: fhir.QuestionnaireResponse = { "author": { "reference": "#questauth" }, "authored": "2013-02-19T14:15:00-05:00", "contained": [ { "birthDate": "1972-11-30", "gender": "male", "id": "patsub", "identifier": [ { "system": "http://cancer.questionnaire.org/systems/id/patientnr", "value": "A34442332" }, { "system": "urn:oid:2.16.840.1.113883.2.4.6.3", "type": { "text": "Dutch BSN" }, "value": "188912345" } ], "resourceType": "Patient" }, { "id": "questauth", "identifier": [ { "system": "http://cancer.questionnaire.org/systems/id/org", "type": { "text": "AUMC, Den Helder" }, "value": "AUMC" } ], "resourceType": "Practitioner" }, { "code": { "coding": [ { "code": "53786006", "display": "pT1 category", "system": "http://snomed.info/sct" } ] }, "id": "obs.pt-category", "performer": [ { "reference": "#questauth" } ], "resourceType": "Observation", "status": "final", "subject": { "reference": "#patsub" }, "valueCodeableConcept": { "coding": [ { "code": "443357004", "display": "pT1a category", "system": "http://snomed.info/sct" } ] } } ], "group": { "group": [ { "question": [ { "answer": [ { "group": [ { "question": [ { "answer": [ { "valueCoding": { "code": "1", "system": "http://cancer.questionnaire.org/system/code/yesno" } } ] }, { "answer": [ { "valueCoding": { "code": "1", "system": "http://cancer.questionnaire.org/system/code/yesno" } } ] }, { "answer": [ { "valueCoding": { "code": "0", "system": "http://cancer.questionnaire.org/system/code/yesno" } } ] } ] } ], "valueCoding": { "code": "1", "display": "Yes", "system": "http://cancer.questionnaire.org/system/code/yesno" } } ] } ] } ], "title": "Cancer Quality Forum Questionnaire 2012" }, "id": "3141", "resourceType": "QuestionnaireResponse", "status": "completed", "subject": { "reference": "#patsub" }, "text": { "div": "<div>\n \n \n <pre>\n Comorbidity? YES\n Cardial Comorbidity? YES\n Angina? YES\n MI? NO\n Vascular Comorbidity?\n (no answers)\n ...\n Histopathology\n Abdominal\n pT category: 1a\n ...\n </pre>\n \n \n </div>", "status": "generated" } }; var example712: fhir.QuestionnaireResponse = { "resourceType": "QuestionnaireResponse", "id": "3141", "text": { "status": "generated", "div": "<div>\n \n \n <pre>\n Comorbidity? YES\n Cardial Comorbidity? YES\n Angina? YES\n MI? NO\n Vascular Comorbidity?\n (no answers)\n ...\n Histopathology\n Abdominal\n pT category: 1a\n ...\n </pre>\n \n \n </div>" }, "contained": [ { "resourceType": "Patient", "id": "patsub", "identifier": [ { "system": "http://cancer.questionnaire.org/systems/id/patientnr", "value": "A34442332" }, { "type": { "text": "Dutch BSN" }, "system": "urn:oid:2.16.840.1.113883.2.4.6.3", "value": "188912345" } ], "gender": "male", "birthDate": "1972-11-30" }, { "resourceType": "Practitioner", "id": "questauth", "identifier": [ { "type": { "text": "AUMC, Den Helder" }, "system": "http://cancer.questionnaire.org/systems/id/org", "value": "AUMC" } ] }, { "resourceType": "Observation", "id": "obs.pt-category", "status": "final", "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "53786006", "display": "pT1 category" } ] }, "subject": { "reference": "#patsub" }, "performer": [ { "reference": "#questauth" } ], "valueCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "443357004", "display": "pT1a category" } ] } } ], "status": "completed", "subject": { "reference": "#patsub" }, "author": { "reference": "#questauth" }, "authored": "2013-02-19T14:15:00-05:00", "group": { "fhir_comments": [ " HISTOPATHOLOGY ", " TODO: decide how to do this\n <group>\n\n <group>\n <question>\n <dataResource>\n <reference value=\"#obs.pt-category\"/>\n </dataResource>\n </question>\n </group>\n </group> " ], "title": "Cancer Quality Forum Questionnaire 2012", "group": [ { "question": [ { "fhir_comments": [ " COMORBIDITY ", " First main section of the form, questions about comorbidity ", " section contains one question: whether there is comorbidity " ], "answer": [ { "valueCoding": { "system": "http://cancer.questionnaire.org/system/code/yesno", "code": "1", "display": "Yes" }, "group": [ { "question": [ { "fhir_comments": [ " COMORBIDITY/CARDIAL ", " Subsection about specific comorbidity: cardial " ], "answer": [ { "valueCoding": { "system": "http://cancer.questionnaire.org/system/code/yesno", "code": "1" } } ] }, { "answer": [ { "fhir_comments": [ " This answer carries both the questionnaire-specific name and an equivalent SNOMED CT code " ], "valueCoding": { "system": "http://cancer.questionnaire.org/system/code/yesno", "code": "1" } } ] }, { "answer": [ { "valueCoding": { "system": "http://cancer.questionnaire.org/system/code/yesno", "code": "0" } } ] } ] } ] } ] } ] } ] } }; var example713: fhir.ReferralRequest = { "dateSent": "2014-02-14", "description": "In the past 2 years Beverly has had 6 instances of r) sided Otitis media. She is falling behind her peers at school, and displaying some learning difficulties.", "id": "example", "identifier": [ { "system": "http://orionhealth.com/fhir/apps/referralids", "value": "ret4421" } ], "patient": { "display": "Beverly Weaver", "reference": "https://fhir.orionhealth.com/blaze/fhir/Patient/77662" }, "priority": { "coding": [ { "code": "med", "display": "Medium", "system": "http://orionhealth.com/fhir/apps/prioritycodes" } ] }, "reason": { "text": "For consideration of Grommets" }, "recipient": [ { "display": "Dr Dave", "reference": "https://fhir.orionhealth.com/blaze/fhir/Practitioner/76597" } ], "requester": { "display": "Serena Shrink", "reference": "https://fhir.orionhealth.com/blaze/fhir/Practitioner/77272" }, "resourceType": "ReferralRequest", "serviceRequested": [ { "coding": [ { "code": "172676009", "display": "Myringotomy and insertion of tympanic ventilation tube", "system": "http://snomed.info/sct" } ], "text": "Insertion of grommets" } ], "specialty": { "coding": [ { "code": "ent", "display": "ENT", "system": "http://orionhealth.com/fhir/apps/specialties" } ] }, "status": "requested", "text": { "div": "<div>Referral to Dr Dave for Beverly weaver to have grommets inserted in her r) ear</div>", "status": "generated" }, "type": { "coding": [ { "code": "rfs", "display": "Referral for service", "system": "http://orionhealth.com/fhir/apps/referraltypes" } ] } }; var example714: fhir.ReferralRequest = { "resourceType": "ReferralRequest", "id": "example", "text": { "status": "generated", "div": "<div>Referral to Dr Dave for Beverly weaver to have grommets inserted in her r) ear</div>" }, "status": "requested", "identifier": [ { "system": "http://orionhealth.com/fhir/apps/referralids", "value": "ret4421" } ], "type": { "fhir_comments": [ " replace with a code from a recognized coding system " ], "coding": [ { "system": "http://orionhealth.com/fhir/apps/referraltypes", "code": "rfs", "display": "Referral for service" } ] }, "specialty": { "fhir_comments": [ " replace with a code from a recognized coding system " ], "coding": [ { "system": "http://orionhealth.com/fhir/apps/specialties", "code": "ent", "display": "ENT" } ] }, "priority": { "fhir_comments": [ " replace with a code from a recognized coding system " ], "coding": [ { "system": "http://orionhealth.com/fhir/apps/prioritycodes", "code": "med", "display": "Medium" } ] }, "patient": { "reference": "https://fhir.orionhealth.com/blaze/fhir/Patient/77662", "display": "Beverly Weaver" }, "requester": { "reference": "https://fhir.orionhealth.com/blaze/fhir/Practitioner/77272", "display": "Serena Shrink" }, "recipient": [ { "reference": "https://fhir.orionhealth.com/blaze/fhir/Practitioner/76597", "display": "Dr Dave" } ], "dateSent": "2014-02-14", "reason": { "text": "For consideration of Grommets" }, "description": "In the past 2 years Beverly has had 6 instances of r) sided Otitis media. She is falling behind her peers at school, and displaying some learning difficulties.", "serviceRequested": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "172676009", "display": "Myringotomy and insertion of tympanic ventilation tube" } ], "text": "Insertion of grommets" } ] }; var example715: fhir.RelatedPerson = { "gender": "female", "id": "f001", "identifier": [ { "system": "urn:oid:2.16.840.1.113883.2.4.6.3", "type": { "text": "BSN" }, "use": "official" } ], "name": { "family": [ "Abels" ], "given": [ "Sarah" ], "use": "usual" }, "patient": { "reference": "Patient/f001" }, "relationship": { "coding": [ { "code": "SIGOTHR", "system": "http://hl7.org/fhir/v3/RoleCode" } ] }, "resourceType": "RelatedPerson", "telecom": [ { "system": "phone", "use": "mobile", "value": "0690383372" }, { "system": "email", "use": "home", "value": "s.abels@kpn.nl" } ], "text": { "div": "<div>\n Sarah Abels\n </div>", "status": "generated" } }; var example716: fhir.RelatedPerson = { "resourceType": "RelatedPerson", "id": "f001", "text": { "status": "generated", "div": "<div>\n Sarah Abels\n </div>" }, "identifier": [ { "fhir_comments": [ " Dutch BSN identification system " ], "use": "official", "type": { "text": "BSN" }, "system": "urn:oid:2.16.840.1.113883.2.4.6.3" } ], "patient": { "reference": "Patient/f001" }, "relationship": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "SIGOTHR" } ] }, "name": { "use": "usual", "family": [ "Abels" ], "given": [ "Sarah" ] }, "telecom": [ { "system": "phone", "value": "0690383372", "use": "mobile" }, { "system": "email", "value": "s.abels@kpn.nl", "use": "home" } ], "gender": "female" }; var example717: fhir.RelatedPerson = { "birthDate": "1963", "gender": "female", "id": "f002", "name": { "text": "Ariadne Bor-Jansma", "use": "usual" }, "patient": { "reference": "Patient/f201" }, "period": { "start": "1975" }, "photo": [ { "contentType": "image/jpeg", "data": "/9j/4AAQSkZJRgABAQEAlgCWAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0aHBwgJC4nICIsIxwcKDcpLDAxNDQ0Hyc5PTgyPC4zNDL/2wBDAQkJCQwLDBgNDRgyIRwhMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjL/wAARCACCAHQDASIAAhEBAxEB/8QAHAAAAgIDAQEAAAAAAAAAAAAABQYABAIDBwEI/8QAPxAAAgEDAwEGAwQGCAcAAAAAAQIDAAQRBRIhMQYTIkFRYRRxgTKRobEHFSMzQsEWF1JygtHh8CRDYoSS0vH/xAAaAQADAQEBAQAAAAAAAAAAAAACAwQFAAEG/8QALBEAAgIBBAAEBQQDAAAAAAAAAAECEQMEEiExEzJBUQUUIoHwM2FxkSQ04f/aAAwDAQACEQMRAD8A6aySIeTxWSuR51rZ2bqa0S3UcJ2kjPnzjApz4XINexuuNVitSFd1B8yT0rW2swlcmYKMZyaERzafJcs0skTsT9k8ge3NLuv6raWtzKIZbZWkTZ4VwR9MYpDyDo474H2DUY7mPdHLuHqPOt8k6L3Y73BdsZIOBxmuLrrOpQMsbF3iAyoJ4Pzq9b/pEktwsN/abYwcd5ET4fnQeN7DPl2uTssUUJTerGT5GvWjgKblHXpS7aXMgt7eeOZTFKgZSeDg/hRKC7WWUw8gjy6UyM7EyjRvZVGea0sBnirGE8+tTag5OKaAU2LAcCqV5eG1iaRycDyoszxHgDNBNfKC1IwvI86OPYEugH/TaEbiIWYL6VZt+2EUqqWt5EB9RSFqET20xkRlVTzgGtkepR3VuUacI3lijpeoFs6/BJ38KyKeDUrn2m9tIbSzWCSUlkJGfWpQbV7hb0dCmuLONG2yBnxwAaR9avmRTCJCJJOW58vSlzsnrM3w2oX80rMY8RoCc5Y8/kPxofca0Z7wsXDkAliFwoOeealzTXlRVgg5LcMEUOnadAZ7otKcbtrEgc9AAMZNUdM0aXWdVa9uY8Qg/s4UGAB5f/aqFTfywNIzFVwpUc5I86PJ2osNOVLd2WNxgYBHrz91RSbb4L4RpfuNkfZu2uYsNGqg+vlQPVuwEJidohkgHjHWiM0eq3GlrqFhcq0f2mQA7mHoP9igdrB2ourp++uO6TJ8PdM4UfMH+dckn0gVuXNm/SJZYtKhsZ5RG9s20bz1Xn/SjUepRW9zGEkD7UxvLjge5rd/R2G40/ZdrslYcSxvyD6jNc9vOzU9hfTIZrglclZVbr9fL5USbirYGyM20hwv73VYY3voby3uIVYZWHLED1PpVZu1sqxK0kic0PtPjrfs/dPLNNJbmLI348JyPTg+n1pQa8KkkoMeQ9Ksxahvszs8FCVIc7rtjcd2e4dCaWb/ALRahqCPHPJge1BpbwZJBxVdpu9UkNg0fjTYijC4W6WNjvYqfeq8LsgzuNbludw7tmya1soKlfOhcm+w+iyJhjg1KF5mHAGRUryj3YxhsWS2guLZCSko3DaeQy8j7xkUsyy6lPqQgcyvG7ZCMSQB1DfKj1r2d13cGEWxgcg7uRTHZ9ntRuIpI7+FDlcKyDH0I6UmUop3ZXg3JbZC/pazzWs9u90VJIKsowdh9D1p50PsZpr23fSrH4huIdAXP1NJUlnc6Peh5PBHG25jgtgf78qMS6tcXlo4spe+iJ2OqNgqfQ/SlSfqjQilJVZ0bsve2FnavAbyIQ7yEQ8YGcZHqKv3faAxIZbGw+PhQkO0DYKfQgZ+hrk8CK7Rg6dOhGMMMYI9iM0+6VdyNbpax3bxpgjYqHC/4iM/gK5SdUBLEvN2W7f9IFhdzLatA8UpOO7kGDXmtahaQL3Igkee5wy4GeM44rX/AET0yxC3vjludxeSeViS2fyA9Kq3elXOs6nG0M8kSwoq7eQGHUn8aCbl0zysd3Hgtarpmo6ho0GmaQtsrTkh+9nCEgeS56/6Uu/1T9pZUxI9gv8A3B/9a6FFAsNlHamLKoARkdGHQj3B86Z7aYT2sUv9tQ34VRipqiHLBN2zhr/oa7RDkTWR9lm5/ECtX9U2t24zMGK+qAN+Vd8qAimtN9MBRivQ+fh+jiLvMzTyBh1GcUQg7D6dEAGy/wAzXaryxtr+PZcRhschhwR9aWtS7PvaAzW5aWEdQftL/mKnyRyLm7HQcOqEhOymlquO4X7qlMIj4qUi2NpGkKo6AVmM+VebQD1rNeTxQcnFG/0ay1PabuHft9DilLV+wUegWl12gsLu5hCAZg2hg4LAc/8ASM5zXVLXThFGJpgC/UIRwPnWN1H8VHJHKFdHUqyEcEHyPtVmLDKrYt5aaSOT6XfoWKXcXTklCSD/ADptte0un20adza7yvGTz9aBat2Yn0eVpIA8lgxwr/xRegb29/voO9vMr5UEHrxU8ri6L4KORWOuo9opb/uJbdAYLeQSSRZ5kx5fKrVlr9tJcd5E5CnqpHIP8qS9Ohu5JGMLbSOueKvW8E9nfBrtMwuDlsYxSXkd2MlhglSOgw6lHJu/eOCcghTjFNFonw9hBGeCqKPwpR0TN7dRRQeK0iw0jk5zjovzJ/DNOAOXwau09tWZmbh0aDfMjlGABHr51l33eBZIz1yPka03tuHUsPtAcGqFrKySBScZ55qgSW4NQcK2dxK5JzVm3vlmjifPhlHHtQ683W8sbKvgkbBbGRz5GqdpIyaeoB/dykCuOrgIT6NBLMzq5jBPKgcZqVcde8IfHUCpQeHH2O3y9xJ2N5ir2nLCbxO8YALzz5nyqpIq7TlyTVa3nEFwH2scHkHzFRRajJWUtNp0OEzK42sSv97isBDg5x86rQ3CqAu4qh/hkXKH6+X4VcSRYiAQUB8jyD/dP8q0naJTU0CkEYBB4IPQ0vXfZWAyb7b9mmcmE/Z+h6j8acVg3L3ieJPMVjJbK43RHI8wfKlzhGaphwnKHRz46Vc28uYoEQEYLCQfzonadnLjUkAvJB3PXEeSf/I8fdmmgQRl9soKn1Fb44O6I7t3kz5Y6fWp1pIJ2x71M2uDGysrfTbRLe2jWONOij8/c+9bS+JFJPXisiuFO5gT6Cq0rcccYqlJJUiZu+WX8K4wRzQW8gNvcAg5U/hRRHLIHB5869uYBcwED7XUGvTugPq9ybfR2ulR5ML4406nB6j5UNhmEttH3YIR/wBp4hg80VGpWdqstleSohcdGqo2n2t64ms75opVGCqHAce4P514HtaXKL9rex/DqJHAYcc1K5R2ik7UaVrEluby6ljI3xSRJgFD04AxnqPpUpbzU6octLuVqSGXu4lf982ayMZYjbLgj2pR1DWpLe+7vPhxwaI2Opi7twxfa3TIrGx55xV5Vwxfiq6Q4afeTIrRuwKr0JTOKLQs5XMcJ2n+KA7gf8JNIcOoXFrdoXk3JnnjqKcbO4aCQNby7S2DgnKt/lW5hkpQ+l2Ll3YUgkltZu8i7wwn7cToQB7j0NEWVZ4xNA2CfTz+dYW90l2pWRNko6ow/KtUsMttmWzGR/HEfP5UR52ZmQOuHGGFa1JJ8LH6UL1HXIbW2+JncBTwAByx9KVrj9IEdo103csxUL3UckZQ5J5JPOccdOteNooxaXLl8qOh4UL/AJ1VmPODXKLXtZrYlFxLqMpSQs2wNwASeg8h6elHdL7Q6nFKUvXa7R1GzOAV9ycc8UPiIpyfDskFdpjk2qQ2S5k3nHXaM0E1DtMzs4ty6x48PGMms40upHlIRWicZBB6UGa01AiUW8ySAEjZIMYon+wGHFBP6jTc6wtsfiJgspI9POtcXaCGeB/2gjc9fU+1SaxEtmUltg0yc7T5/KlSO2e4uJVWAxFDymeaW9yNTFixZE79B5g7SWdlEIVuFbzPeNk5qUlfq63Hr7+GpXbmevRYHy7KmodyVaR+T1BNDdK1DuLl7d5QFY+Dmh15fhoG3BskY4ORQ3Twk14kzuMxjIU/xVFj0/07ZHz0dNklmWOSpv3H9dbt0XZKS5XzUcD5mnLQ9f0q/wBMt43uooZ8bdkjhCSPTPXyrkcjlklb/lgZO3Pl5UHTtMrOgit5BsPAVVfPvVWDGsSqJsajR6XFBRcmn7n0tZ3qq6q1wrKOjZHH1o9HqNqE8VwjH0DAmvlXTNbMeowvcRhVlcAO/JOemSBgc+tda03VxDCDOq8DIAHQUWTK4uqM9YIu9rv7Fr9Id13csFzbx9SS8RTdn39ienpxSPJrka4eSKcZGWjViwX7zgUz69qTNbm4kUpGoys3nilSz1Zbt2hFpJcPnHePH4QT79M0G6zY0c4RgoPsuxPFqCLI9zBZxL071tzN584q6ySYW5gkLADwyRgqGHyPNUrqzvryS3bdZx2yt9nJJHzwOlXLltRMAt7eW3UqQGZgTgDrj0NDJFOSXFr+jSe2V3pswhR38Xq2Qatp2tgnkDy29xbyfxNFyGpRmJuLprK9tVju1G4SwOGAX1xxirdvfC0yu9cL4e8YZpkHSpmZizY55HCcaf5+cjzZ66t6SLa4mLnjaYa0XKWCXDG7hu1uGGTIiHn7qUv15qOkxNPbyxMGOQSMH6Vei/SfqrwBJIIQB1YJkmmWUeG07x9fz/wLNbWjHKfFuD57DUoOe2DTnf8AG91n+ER1KHaOSye/5/QsLDIciJDhepcBfzqsyCS6jkiXxrw2BgNXkswMUkwQK8bAHec8+gHy5rPT9QknhYtb/wDEKMbgn2j8h04rqF67WYpQ2x5fpRjrNreSWLOJ0gjxtfdwDn5D8KE2ljJZRsY45LhU5aRUIA9ufzo7NFi2M93PMVGGO7oD5AD1oRdSvmZUkkcSpgeInA60XSMNueobcvT3At8y/ENMrhGchggGdvz96eOy+r6pq9zDZwQm7m25baQPCOufT/WlOPToZMLcQ3neNzvjQEfdRPT9M1HSdUtrvT7rYpOwyMNvHmDzQyqXDG4MeW/oXHqda1OX9a6Ztn0+CKKF8uHbByvQYoVPffDxC2gtVQyLk92Mf7NDZr5njImlLMZNwbvMge+Kyn1O2nBliWWaVRy4XaB99clRuY8MYVxZksa2qh53cE9EV8ffUe6JEcaPhmPAJzzVS3t83H6w1UOtsoyitIBuP1/lWVs015ctcTSra2YyFCgbiPmeldQyWRJlXWba7UxzQSK8hBB2hRk+/GTxS9PDchQGdty888c0xzalZLdG3tjvIH2uv41Q1GdRjgfM16uOD5fX5P8AIe0CxxTSENktKB4xnj86YtHhszCRP3ZlY+bdPpSs9yolZUnSFT1wQN1YwT2KXSAtuckeLPH317Qt5cu3apUhjkEkUrxgYCsQMx7uPnUogkamNSGfGP7VSisX81mXG5g6zVW1RVZQR4eCKZUijSebairkhjgYycdalSp8psfDPKKnayR0dFV2UMeQDjPIrQAPjIzjnj8qlSmR8qAf6s/ubdNJZPESevX60c0tVa2yQDhzjI9qlSgNzR/ofcE6o7LJhWIBOcA0Y0uRxbjxt+5z1qVKOIOTpizcyyTfEtLIzsDwWOSK3RMz7A7FhjoTmpUokAuzBeJnI4I6Vo1NiYup++pUrx9ny+r/ANl/yKY8Vy2eefOsF4B+dSpTDn2dH0d2OlwksTx61KlSgJX2f//Z" } ], "relationship": { "coding": [ { "code": "SIGOTHR", "system": "http://hl7.org/fhir/v3/RoleCode" } ] }, "resourceType": "RelatedPerson", "telecom": [ { "system": "phone", "use": "home", "value": "+31201234567" } ], "text": { "div": "<div>\n Ariadne Bor-Jansma\n </div>", "status": "generated" } }; var example718: fhir.RelatedPerson = { "resourceType": "RelatedPerson", "id": "f002", "text": { "status": "generated", "div": "<div>\n Ariadne Bor-Jansma\n </div>" }, "patient": { "reference": "Patient/f201" }, "relationship": { "coding": [ { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "SIGOTHR" } ] }, "name": { "use": "usual", "_use": { "fhir_comments": [ " The name of the contact " ] }, "text": "Ariadne Bor-Jansma" }, "telecom": [ { "system": "phone", "_system": { "fhir_comments": [ " The home contact detail " ] }, "value": "+31201234567", "use": "home" } ], "gender": "female", "birthDate": "1963", "photo": [ { "contentType": "image/jpeg", "_contentType": { "fhir_comments": [ " http://lighteningthief.wikispaces.com/demeter " ] }, "data": "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", "_data": { "fhir_comments": [ " Suggest changing this to be the URL based photo attachment instead. " ] } } ], "period": { "start": "1975" } }; var example719: fhir.RelatedPerson = { "address": [ { "city": "PleasantVille", "line": [ "534 Erewhon St" ], "postalCode": "3999", "state": "Vic", "use": "home" } ], "gender": "male", "id": "peter", "name": { "family": [ "Chalmers" ], "given": [ "Peter", "James" ], "use": "official" }, "patient": { "reference": "Patient/animal" }, "period": { "start": "2012-03-11" }, "photo": [ { "contentType": "image/jpeg", "url": "Binary/f012" } ], "relationship": { "coding": [ { "code": "owner", "system": "http://hl7.org/fhir/patient-contact-relationship" } ] }, "resourceType": "RelatedPerson", "telecom": [ { "system": "phone", "use": "work", "value": "(03) 5555 6473" } ], "text": { "div": "<div>\n <table>\n <tbody>\n <tr>\n <td>Name</td>\n <td>Peter Chalmers</td>\n </tr>\n <tr>\n <td>Address</td>\n <td>534 Erewhon, Pleasantville, Vic, 3999</td>\n </tr>\n <tr>\n <td>Contacts</td>\n <td>Work: (03) 5555 6473</td>\n </tr>\n </tbody>\n </table>\n </div>", "status": "generated" } }; var example720: fhir.RelatedPerson = { "resourceType": "RelatedPerson", "id": "peter", "text": { "status": "generated", "div": "<div>\n <table>\n <tbody>\n <tr>\n <td>Name</td>\n <td>Peter Chalmers</td>\n </tr>\n <tr>\n <td>Address</td>\n <td>534 Erewhon, Pleasantville, Vic, 3999</td>\n </tr>\n <tr>\n <td>Contacts</td>\n <td>Work: (03) 5555 6473</td>\n </tr>\n </tbody>\n </table>\n </div>" }, "patient": { "reference": "Patient/animal" }, "relationship": { "coding": [ { "system": "http://hl7.org/fhir/patient-contact-relationship", "code": "owner" } ] }, "name": { "use": "official", "family": [ "Chalmers" ], "given": [ "Peter", "James" ] }, "telecom": [ { "system": "phone", "value": "(03) 5555 6473", "use": "work" } ], "gender": "male", "address": [ { "use": "home", "line": [ "534 Erewhon St" ], "city": "PleasantVille", "state": "Vic", "postalCode": "3999" } ], "photo": [ { "contentType": "image/jpeg", "url": "Binary/f012" } ], "period": { "start": "2012-03-11" } }; var example721: fhir.RelatedPerson = { "address": [ { "city": "Paris", "country": "FRA", "line": [ "43, Place du Marché Sainte Catherine" ], "postalCode": "75004" } ], "gender": "female", "id": "benedicte", "identifier": [ { "system": "urn:oid:1.2.250.1.61", "type": { "text": "INSEE" }, "use": "usual", "value": "272117510400399" } ], "name": { "_family": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinitioniso-21090#qualifier", "valueCode": "VV" } ] }, null ], "family": [ "du", "Marché" ], "given": [ "Bénédicte" ] }, "patient": { "reference": "Patient/example" }, "photo": [ { "contentType": "image/jpeg", "url": "Binary/f016" } ], "relationship": { "coding": [ { "code": "partner", "system": "http://hl7.org/fhir/patient-contact-relationship" }, { "code": "WIFE", "system": "http://hl7.org/fhir/v3/RoleCode" } ] }, "resourceType": "RelatedPerson", "telecom": [ { "system": "phone", "value": "+33 (237) 998327" } ], "text": { "div": "<div>\n <table>\n <tbody>\n <tr>\n <td>Name</td>\n <td>Bénédicte du Marché</td>\n </tr>\n <tr>\n <td>Address</td>\n <td>43, Place du Marché Sainte Catherine, 75004 Paris, France</td>\n </tr>\n <tr>\n <td>Contacts</td>\n <td>Phone: +33 (237) 998327</td>\n </tr>\n </tbody>\n </table>\n </div>", "status": "generated" } }; var example722: fhir.RelatedPerson = { "resourceType": "RelatedPerson", "id": "benedicte", "text": { "status": "generated", "div": "<div>\n <table>\n <tbody>\n <tr>\n <td>Name</td>\n <td>Bénédicte du Marché</td>\n </tr>\n <tr>\n <td>Address</td>\n <td>43, Place du Marché Sainte Catherine, 75004 Paris, France</td>\n </tr>\n <tr>\n <td>Contacts</td>\n <td>Phone: +33 (237) 998327</td>\n </tr>\n </tbody>\n </table>\n </div>" }, "identifier": [ { "use": "usual", "type": { "text": "INSEE" }, "system": "urn:oid:1.2.250.1.61", "value": "272117510400399" } ], "patient": { "reference": "Patient/example" }, "relationship": { "coding": [ { "system": "http://hl7.org/fhir/patient-contact-relationship", "code": "partner" }, { "system": "http://hl7.org/fhir/v3/RoleCode", "code": "WIFE" } ] }, "name": { "family": [ "du", "Marché" ], "_family": [ { "extension": [ { "fhir_comments": [ " the \"du\" part is a family name prefix (VV in iso 21090) " ], "url": "http://hl7.org/fhir/StructureDefinitioniso-21090#qualifier", "valueCode": "VV" } ] }, null ], "given": [ "Bénédicte" ] }, "telecom": [ { "system": "phone", "value": "+33 (237) 998327" } ], "gender": "female", "address": [ { "line": [ "43, Place du Marché Sainte Catherine" ], "city": "Paris", "postalCode": "75004", "country": "FRA" } ], "photo": [ { "contentType": "image/jpeg", "url": "Binary/f016" } ] }; var example723: fhir.RiskAssessment = { "basis": [ { "reference": "Patient/example" }, { "reference": "DiagnosticReport/lipids" }, { "reference": "Observation/blood-pressure" } ], "date": "2014-07-19T16:04:00Z", "id": "cardiac", "performer": { "display": "http://cvdrisk.nhlbi.nih.gov/#cholesterol" }, "prediction": [ { "outcome": { "text": "Heart Attack" }, "probabilityDecimal": 0.02, "whenRange": { "high": { "code": "a", "system": "http://unitsofmeasure.org", "unit": "years", "value": 49 }, "low": { "code": "a", "system": "http://unitsofmeasure.org", "unit": "years", "value": 39 } } } ], "resourceType": "RiskAssessment", "text": { "div": "<div>\n <table>\n <tr>\n <td colspan=\"2\">\n <h1>Information about your risk score:</h1>\n </td>\n </tr>\n <tr>\n <td>\n <strong>Age:</strong>\n </td>\n <td>39</td>\n </tr>\n <tr>\n <td>\n <strong>Gender:</strong>\n </td>\n <td>male</td>\n </tr>\n <tr>\n <td>\n <strong>Total Cholesterol:</strong>\n </td>\n <td>244 mg/dL</td>\n </tr>\n <tr>\n <td>\n <strong>HDL Cholesterol:</strong>\n </td>\n <td>50 mg/dL\n </td>\n </tr>\n <tr>\n <td>\n <strong>Smoker:</strong>\n </td>\n <td>No</td>\n </tr>\n <tr>\n <td>\n <strong>Systolic Blood Pressure:</strong>\n </td>\n <td>107 mm/Hg</td>\n </tr>\n <tr>\n <td>\n <strong>On medication for HBP:</strong>\n </td>\n <td>No</td>\n </tr>\n <tr>\n <td valign=\"top\">\n <b>Risk Score*</b>\n </td>\n <td>2%<br/>Means 2 of 100 people with this level of risk will have a heart attack in the next 10 years.</td>\n </tr>\n <tr>\n <td colspan=\"2\">* Your risk score was calculated using an equation. Other NCEP products, such as printed ATP III materials, use a point system to determine a risk score that is close to the equation score.</td>\n </tr>\n <tr>\n <td colspan=\"2\">To find out what your risk score means and how to lower your risk for a heart attack, go to<br/>\n <a href=\"http://www.nhlbi.nih.gov/health/public/heart/chol/hbc_what.htm\">"High Blood Cholesterol—What You Need to Know"</a>.<br/>\n <a href=\"http://www.nhlbi.nih.gov/health/public/heart/chol/chol_tlc.htm\">Your Guide to Lowering Cholesterol with Therapeutic Lifestyle Changes (TLC)</a><br/>\n <a href=\"http://www.nhlbi.nih.gov/health/public/heart/other/hhw/index.htm\">The Healthy Heart Handbook for Women</a>\n </td>\n </tr>\n </table>\n </div>", "status": "additional" } }; var example724: fhir.RiskAssessment = { "resourceType": "RiskAssessment", "id": "cardiac", "text": { "status": "additional", "div": "<div>\n <table>\n <tr>\n <td colspan=\"2\">\n <h1>Information about your risk score:</h1>\n </td>\n </tr>\n <tr>\n <td>\n <strong>Age:</strong>\n </td>\n <td>39</td>\n </tr>\n <tr>\n <td>\n <strong>Gender:</strong>\n </td>\n <td>male</td>\n </tr>\n <tr>\n <td>\n <strong>Total Cholesterol:</strong>\n </td>\n <td>244 mg/dL</td>\n </tr>\n <tr>\n <td>\n <strong>HDL Cholesterol:</strong>\n </td>\n <td>50 mg/dL\n </td>\n </tr>\n <tr>\n <td>\n <strong>Smoker:</strong>\n </td>\n <td>No</td>\n </tr>\n <tr>\n <td>\n <strong>Systolic Blood Pressure:</strong>\n </td>\n <td>107 mm/Hg</td>\n </tr>\n <tr>\n <td>\n <strong>On medication for HBP:</strong>\n </td>\n <td>No</td>\n </tr>\n <tr>\n <td valign=\"top\">\n <b>Risk Score*</b>\n </td>\n <td>2%<br/>Means 2 of 100 people with this level of risk will have a heart attack in the next 10 years.</td>\n </tr>\n <tr>\n <td colspan=\"2\">* Your risk score was calculated using an equation. Other NCEP products, such as printed ATP III materials, use a point system to determine a risk score that is close to the equation score.</td>\n </tr>\n <tr>\n <td colspan=\"2\">To find out what your risk score means and how to lower your risk for a heart attack, go to<br/>\n <a href=\"http://www.nhlbi.nih.gov/health/public/heart/chol/hbc_what.htm\">"High Blood Cholesterol—What You Need to Know"</a>.<br/>\n <a href=\"http://www.nhlbi.nih.gov/health/public/heart/chol/chol_tlc.htm\">Your Guide to Lowering Cholesterol with Therapeutic Lifestyle Changes (TLC)</a><br/>\n <a href=\"http://www.nhlbi.nih.gov/health/public/heart/other/hhw/index.htm\">The Healthy Heart Handbook for Women</a>\n </td>\n </tr>\n </table>\n </div>" }, "date": "2014-07-19T16:04:00Z", "performer": { "display": "http://cvdrisk.nhlbi.nih.gov/#cholesterol" }, "basis": [ { "reference": "Patient/example" }, { "reference": "DiagnosticReport/lipids" }, { "reference": "Observation/blood-pressure" } ], "prediction": [ { "outcome": { "text": "Heart Attack" }, "probabilityDecimal": 0.02, "whenRange": { "low": { "value": 39, "unit": "years", "system": "http://unitsofmeasure.org", "code": "a" }, "high": { "value": 49, "unit": "years", "system": "http://unitsofmeasure.org", "code": "a" } } } ] }; var example725: fhir.RiskAssessment = { "id": "population", "resourceType": "RiskAssessment", "text": { "div": "<div>\n <p>Todo - e.g. probable number of infections in a given region over a time period for a given disease based on vaccination rates and other factors</p>\n </div>", "status": "generated" } }; var example726: fhir.RiskAssessment = { "resourceType": "RiskAssessment", "id": "population", "text": { "status": "generated", "div": "<div>\n <p>Todo - e.g. probable number of infections in a given region over a time period for a given disease based on vaccination rates and other factors</p>\n </div>" } }; var example727: fhir.RiskAssessment = { "condition": { "display": "Ischemic Stroke", "reference": "Condition/stroke" }, "date": "2010-11-22", "id": "prognosis", "prediction": [ { "outcome": { "coding": [ { "code": "249943000:363698007=72098002,260868000=6934004", "system": "http://snomed.info/sct" } ], "text": "permanent weakness of the left arm" }, "probabilityCodeableConcept": { "coding": [ { "code": "moderate", "display": "moderate likelihood", "system": "http://hl7.org/fhir/risk-probability" } ] } } ], "resourceType": "RiskAssessment", "text": { "div": "<div>\n <p>Moderate risk of permanent weakness of the left arm, but otherwise no permanent disability</p>\n </div>", "status": "additional" } }; var example728: fhir.RiskAssessment = { "resourceType": "RiskAssessment", "id": "prognosis", "text": { "status": "additional", "div": "<div>\n <p>Moderate risk of permanent weakness of the left arm, but otherwise no permanent disability</p>\n </div>" }, "date": "2010-11-22", "condition": { "reference": "Condition/stroke", "display": "Ischemic Stroke" }, "prediction": [ { "outcome": { "coding": [ { "system": "http://snomed.info/sct", "code": "249943000:363698007=72098002,260868000=6934004" } ], "text": "permanent weakness of the left arm" }, "probabilityCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/risk-probability", "code": "moderate", "display": "moderate likelihood" } ] } } ] }; var example729: fhir.RiskAssessment = { "basis": [ { "reference": "List/prognosis" } ], "date": "2006-01-13T23:01:00Z", "id": "genetic", "method": { "coding": [ { "code": "BRCAPRO" } ] }, "prediction": [ { "outcome": { "text": "Breast Cancer" }, "probabilityDecimal": 0.000168, "whenRange": { "high": { "code": "a", "system": "http://unitsofmeasure.org", "unit": "years", "value": 53 } } }, { "outcome": { "text": "Breast Cancer" }, "probabilityDecimal": 0.000368, "whenRange": { "high": { "code": "a", "system": "http://unitsofmeasure.org", "unit": "years", "value": 57 }, "low": { "code": "a", "system": "http://unitsofmeasure.org", "unit": "years", "value": 54 } } }, { "outcome": { "text": "Breast Cancer" }, "probabilityDecimal": 0.000594, "whenRange": { "high": { "code": "a", "system": "http://unitsofmeasure.org", "unit": "years", "value": 62 }, "low": { "code": "a", "system": "http://unitsofmeasure.org", "unit": "years", "value": 58 } } }, { "outcome": { "text": "Breast Cancer" }, "probabilityDecimal": 0.000838, "whenRange": { "high": { "code": "a", "system": "http://unitsofmeasure.org", "unit": "years", "value": 67 }, "low": { "code": "a", "system": "http://unitsofmeasure.org", "unit": "years", "value": 63 } } }, { "outcome": { "text": "Breast Cancer" }, "probabilityDecimal": 0.001089, "whenRange": { "high": { "code": "a", "system": "http://unitsofmeasure.org", "unit": "years", "value": 72 }, "low": { "code": "a", "system": "http://unitsofmeasure.org", "unit": "years", "value": 68 } } }, { "outcome": { "text": "Breast Cancer" }, "probabilityDecimal": 0.001327, "whenRange": { "high": { "code": "a", "system": "http://unitsofmeasure.org", "unit": "years", "value": 77 }, "low": { "code": "a", "system": "http://unitsofmeasure.org", "unit": "years", "value": 73 } } }, { "outcome": { "text": "Breast Cancer" }, "probabilityDecimal": 0.00153, "whenRange": { "high": { "code": "a", "system": "http://unitsofmeasure.org", "unit": "years", "value": 82 }, "low": { "code": "a", "system": "http://unitsofmeasure.org", "unit": "years", "value": 78 } } }, { "outcome": { "text": "Breast Cancer" }, "probabilityDecimal": 0.001663, "whenRange": { "high": { "code": "a", "system": "http://unitsofmeasure.org", "unit": "years", "value": 88 }, "low": { "code": "a", "system": "http://unitsofmeasure.org", "unit": "years", "value": 83 } } } ], "resourceType": "RiskAssessment", "text": { "div": "<div>\n <p>Probability of developing breast cancer before the age indicated:</p>\n <table>\n <thead>\n <tr>\n <th>Age</th>\n <th>Probability (%)</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td>current-53</td>\n <td>0.0168</td>\n </tr>\n <tr>\n <td>54-57</td>\n <td>0.0368</td>\n </tr>\n <tr>\n <td>58-62</td>\n <td>0.0594</td>\n </tr>\n <tr>\n <td>63-67</td>\n <td>0.0838</td>\n </tr>\n <tr>\n <td>68-72</td>\n <td>0.1089</td>\n </tr>\n <tr>\n <td>73-77</td>\n <td>0.1327</td>\n </tr>\n <tr>\n <td>78-82</td>\n <td>0.1530</td>\n </tr>\n <tr>\n <td>83-87</td>\n <td>0.1663</td>\n </tr>\n </tbody>\n </table>\n </div>", "status": "generated" } }; var example730: fhir.RiskAssessment = { "resourceType": "RiskAssessment", "id": "genetic", "text": { "status": "generated", "div": "<div>\n <p>Probability of developing breast cancer before the age indicated:</p>\n <table>\n <thead>\n <tr>\n <th>Age</th>\n <th>Probability (%)</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td>current-53</td>\n <td>0.0168</td>\n </tr>\n <tr>\n <td>54-57</td>\n <td>0.0368</td>\n </tr>\n <tr>\n <td>58-62</td>\n <td>0.0594</td>\n </tr>\n <tr>\n <td>63-67</td>\n <td>0.0838</td>\n </tr>\n <tr>\n <td>68-72</td>\n <td>0.1089</td>\n </tr>\n <tr>\n <td>73-77</td>\n <td>0.1327</td>\n </tr>\n <tr>\n <td>78-82</td>\n <td>0.1530</td>\n </tr>\n <tr>\n <td>83-87</td>\n <td>0.1663</td>\n </tr>\n </tbody>\n </table>\n </div>" }, "date": "2006-01-13T23:01:00Z", "method": { "coding": [ { "code": "BRCAPRO" } ] }, "basis": [ { "reference": "List/prognosis" } ], "prediction": [ { "outcome": { "text": "Breast Cancer" }, "probabilityDecimal": 0.000168, "whenRange": { "high": { "value": 53, "unit": "years", "system": "http://unitsofmeasure.org", "code": "a" } } }, { "outcome": { "text": "Breast Cancer" }, "probabilityDecimal": 0.000368, "whenRange": { "low": { "value": 54, "unit": "years", "system": "http://unitsofmeasure.org", "code": "a" }, "high": { "value": 57, "unit": "years", "system": "http://unitsofmeasure.org", "code": "a" } } }, { "outcome": { "text": "Breast Cancer" }, "probabilityDecimal": 0.000594, "whenRange": { "low": { "value": 58, "unit": "years", "system": "http://unitsofmeasure.org", "code": "a" }, "high": { "value": 62, "unit": "years", "system": "http://unitsofmeasure.org", "code": "a" } } }, { "outcome": { "text": "Breast Cancer" }, "probabilityDecimal": 0.000838, "whenRange": { "low": { "value": 63, "unit": "years", "system": "http://unitsofmeasure.org", "code": "a" }, "high": { "value": 67, "unit": "years", "system": "http://unitsofmeasure.org", "code": "a" } } }, { "outcome": { "text": "Breast Cancer" }, "probabilityDecimal": 0.001089, "whenRange": { "low": { "value": 68, "unit": "years", "system": "http://unitsofmeasure.org", "code": "a" }, "high": { "value": 72, "unit": "years", "system": "http://unitsofmeasure.org", "code": "a" } } }, { "outcome": { "text": "Breast Cancer" }, "probabilityDecimal": 0.001327, "whenRange": { "low": { "value": 73, "unit": "years", "system": "http://unitsofmeasure.org", "code": "a" }, "high": { "value": 77, "unit": "years", "system": "http://unitsofmeasure.org", "code": "a" } } }, { "outcome": { "text": "Breast Cancer" }, "probabilityDecimal": 0.00153, "whenRange": { "low": { "value": 78, "unit": "years", "system": "http://unitsofmeasure.org", "code": "a" }, "high": { "value": 82, "unit": "years", "system": "http://unitsofmeasure.org", "code": "a" } } }, { "outcome": { "text": "Breast Cancer" }, "probabilityDecimal": 0.001663, "whenRange": { "low": { "value": 83, "unit": "years", "system": "http://unitsofmeasure.org", "code": "a" }, "high": { "value": 88, "unit": "years", "system": "http://unitsofmeasure.org", "code": "a" } } } ] }; var example731: fhir.Schedule = { "actor": { "display": "Burgers UMC, South Wing, second floor", "reference": "Location/1" }, "comment": "Assessments should be performed before requesting appointments in this slot.", "id": "example", "identifier": [ { "system": "http://example.org/scheduleid", "use": "usual", "value": "45" } ], "planningHorizon": { "end": "2013-12-25T09:30:00Z", "start": "2013-12-25T09:15:00Z" }, "resourceType": "Schedule", "text": { "div": "<div>\n Burgers UMC, South Wing, second floor Physiotherapy Schedule\n </div>", "status": "generated" }, "type": [ { "coding": [ { "code": "45", "display": "Physiotherapy" } ] } ] }; var example732: fhir.Schedule = { "resourceType": "Schedule", "id": "example", "text": { "status": "generated", "div": "<div>\n Burgers UMC, South Wing, second floor Physiotherapy Schedule\n </div>" }, "identifier": [ { "use": "usual", "system": "http://example.org/scheduleid", "value": "45" } ], "type": [ { "coding": [ { "code": "45", "display": "Physiotherapy" } ] } ], "actor": { "reference": "Location/1", "display": "Burgers UMC, South Wing, second floor" }, "planningHorizon": { "start": "2013-12-25T09:15:00Z", "end": "2013-12-25T09:30:00Z" }, "comment": "Assessments should be performed before requesting appointments in this slot." }; var example733: fhir.DataElement = { "contact": [ { "telecom": [ { "system": "other", "value": "http://hl7.org" } ] } ], "date": "2015-02-04", "element": [ { "binding": { "strength": "required", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/AdministrativeGender" } }, "definition": "The gender (i.e., the behavioral, cultural, or psychological traits typically associated with one sex) of a living subject as defined for administrative purposes.", "mapping": [ { "identity": "c-cda", "language": "xpath", "map": "/ClinicalDocument/recordTarget/patientRole/patient/administrativeGender" } ], "path": "administrativeGender", "type": [ { "code": "CodeableConcept" } ] } ], "id": "dataelement-sdc-profile-example", "identifier": [ { "system": "http://nlm.nih.gov/some_other_text/data_element_identifier", "value": "DE42AHRQ" } ], "mapping": [ { "identity": "c-cda", "name": "Consolidated CDA R2", "uri": "http://hl7.org/C-CDA-not-a-real-url" } ], "name": "Patient Gender", "publisher": "Health Level Seven, International", "resourceType": "DataElement", "status": "draft", "text": { "div": "<div>TODO</div>", "status": "generated" } }; var example734: fhir.DataElement = { "resourceType": "DataElement", "id": "dataelement-sdc-profile-example", "text": { "status": "generated", "div": "<div>TODO</div>" }, "identifier": [ { "system": "http://nlm.nih.gov/some_other_text/data_element_identifier", "value": "DE42AHRQ" } ], "name": "Patient Gender", "status": "draft", "publisher": "Health Level Seven, International", "contact": [ { "telecom": [ { "system": "other", "value": "http://hl7.org" } ] } ], "date": "2015-02-04", "mapping": [ { "identity": "c-cda", "uri": "http://hl7.org/C-CDA-not-a-real-url", "name": "Consolidated CDA R2" } ], "element": [ { "path": "administrativeGender", "definition": "The gender (i.e., the behavioral, cultural, or psychological traits typically associated with one sex) of a living subject as defined for administrative purposes.", "type": [ { "code": "CodeableConcept" } ], "binding": { "strength": "required", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/AdministrativeGender" } }, "mapping": [ { "identity": "c-cda", "language": "xpath", "map": "/ClinicalDocument/recordTarget/patientRole/patient/administrativeGender" } ] } ] }; var example735: fhir.Questionnaire = { "group": { "group": [ { "linkId": "1", "question": [ { "group": [ { "extension": [ { "extension": [ { "url": "#question", "valueString": "1.1" }, { "url": "#answer", "valueCoding": { "code": "M1" } } ], "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen" } ], "linkId": "1.1.1", "question": [ { "group": [ { "extension": [ { "extension": [ { "url": "#question", "valueString": "1.1.1.1" }, { "url": "#answer", "valueCoding": { "code": "D1" } } ], "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen" } ], "linkId": "1.1.1.1.1", "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minValue", "valueDecimal": 0.01 }, { "url": "http://hl7.org/fhir/StructureDefinition/maxValue", "valueDecimal": 1000 }, { "url": "http://hl7.org/fhir/StructureDefinition/maxDecimalPlaces", "valueInteger": 2 } ], "linkId": "1.1.1.1.1.1", "repeats": false, "required": true, "text": "Specify (mm)", "type": "decimal" } ], "repeats": false, "required": true }, { "extension": [ { "extension": [ { "url": "#question", "valueString": "1.1.1.1" }, { "url": "#answer", "valueCoding": { "code": "D2" } } ], "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen" } ], "linkId": "1.1.1.1.2", "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 4000 } ], "linkId": "1.1.1.1.2.1", "repeats": false, "required": true, "text": "Cannot be assessed (explain)", "type": "string" } ], "repeats": false, "required": true } ], "linkId": "1.1.1.1", "option": [ { "code": "D1", "display": "Specify (mm)" }, { "code": "D2", "display": "Cannot be assessed (explain)" } ], "repeats": false, "required": false, "text": "Distance from Closest Margin", "type": "choice" }, { "group": [ { "extension": [ { "extension": [ { "url": "#question", "valueString": "1.1.1.2" }, { "url": "#answer", "valueCoding": { "code": "W1" } } ], "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen" } ], "linkId": "1.1.1.2.1", "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 4000 } ], "linkId": "1.1.1.2.1.1", "repeats": false, "required": true, "text": "Specify margin", "type": "string" } ], "repeats": false, "required": true }, { "extension": [ { "extension": [ { "url": "#question", "valueString": "1.1.1.2" }, { "url": "#answer", "valueCoding": { "code": "W2" } } ], "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen" } ], "linkId": "1.1.1.2.2", "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 4000 } ], "linkId": "1.1.1.2.2.1", "repeats": false, "required": true, "text": "Cannot be determined (explain)", "type": "string" } ], "repeats": false, "required": true } ], "linkId": "1.1.1.2", "option": [ { "code": "W1", "display": "Specify margin" }, { "code": "W2", "display": "Cannot be determined (explain)" } ], "repeats": false, "required": false, "text": "Specify Margin, if possible", "type": "choice" } ], "repeats": false, "required": true }, { "extension": [ { "extension": [ { "url": "#question", "valueString": "1.1" }, { "url": "#answer", "valueCoding": { "code": "M2" } } ], "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen" } ], "linkId": "1.1.2", "question": [ { "group": [ { "extension": [ { "extension": [ { "url": "#question", "valueString": "1.1.2.1" }, { "url": "#answer", "valueCoding": { "code": "I1" } } ], "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen" } ], "linkId": "1.1.2.1.1", "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 4000 } ], "linkId": "1.1.2.1.1.1", "repeats": false, "required": true, "text": "Specify margin(s)", "type": "string" } ], "repeats": false, "required": true }, { "extension": [ { "extension": [ { "url": "#question", "valueString": "1.1.2.1" }, { "url": "#answer", "valueCoding": { "code": "I2" } } ], "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen" } ], "linkId": "1.1.2.1.2", "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 4000 } ], "linkId": "1.1.2.1.2.1", "repeats": false, "required": true, "text": "Cannot be determined (explain)", "type": "string" } ], "repeats": false, "required": true } ], "linkId": "1.1.2.1", "option": [ { "code": "I1", "display": "Specify margin(s)" }, { "code": "I2", "display": "Cannot be determined (explain)" } ], "repeats": false, "required": true, "text": "Specify Margin(s), if possible", "type": "choice" } ], "repeats": false, "required": true }, { "extension": [ { "extension": [ { "url": "#question", "valueString": "1.1" }, { "url": "#answer", "valueCoding": { "code": "M3" } } ], "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen" } ], "linkId": "1.1.3", "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 4000 } ], "linkId": "1.1.3.1", "repeats": false, "required": true, "text": "Cannot be determined", "type": "string" } ], "repeats": false, "required": true }, { "extension": [ { "extension": [ { "url": "#question", "valueString": "1.1" }, { "url": "#answer", "valueCoding": { "code": "M4" } } ], "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen" } ], "linkId": "1.1.4", "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 4000 } ], "linkId": "1.1.4.1", "repeats": false, "required": true, "text": "Not Applicable", "type": "string" } ], "repeats": false, "required": true } ], "linkId": "1.1", "option": [ { "code": "M1", "display": "Margins univolved by tumor" }, { "code": "M2", "display": "Margin(s) involved by tumor" }, { "code": "M3", "display": "Cannot be determined" }, { "code": "M4", "display": "Not applicable" } ], "repeats": false, "required": true, "text": "Status of surgical margin involvement by tumor (observable entity)", "type": "choice" } ], "repeats": false, "required": true, "title": "MARGINS" }, { "linkId": "2", "question": [ { "group": [ { "extension": [ { "extension": [ { "url": "#question", "valueString": "2.1" }, { "url": "#answer", "valueCoding": { "code": "E1" } } ], "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen" } ], "linkId": "2.1.1", "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 4000 } ], "linkId": "2.1.1.1", "repeats": false, "required": true, "text": "Not identified", "type": "string" } ], "repeats": false, "required": true }, { "extension": [ { "extension": [ { "url": "#question", "valueString": "2.1" }, { "url": "#answer", "valueCoding": { "code": "E2" } } ], "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen" } ], "linkId": "2.1.2", "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 4000 } ], "linkId": "2.1.2.1", "repeats": false, "required": true, "text": "Present (specify)", "type": "string" } ], "repeats": false, "required": true }, { "extension": [ { "extension": [ { "url": "#question", "valueString": "2.1" }, { "url": "#answer", "valueCoding": { "code": "E3" } } ], "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen" } ], "linkId": "2.1.3", "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 4000 } ], "linkId": "2.1.3.1", "repeats": false, "required": true, "text": "Indeterminate", "type": "string" } ], "repeats": false, "required": true } ], "linkId": "2.1", "option": [ { "code": "E1", "display": "Not identified" }, { "code": "E2", "display": "Present (specify)" }, { "code": "E3", "display": "Indeterminate" } ], "repeats": false, "required": false, "text": "Treatment Effect (applicable to carcinomas treated with neoadjuvant therapy)", "type": "choice" }, { "group": [ { "extension": [ { "extension": [ { "url": "#question", "valueString": "2.2" }, { "url": "#answer", "valueCoding": { "code": "U3", "system": "http://cap.org/example/fhir/tumor-description" } } ], "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen" } ], "linkId": "2.2.1", "question": [ { "group": [ { "extension": [ { "extension": [ { "url": "#question", "valueString": "2.2.1.1" }, { "url": "#answer", "valueCoding": { "code": "V3" } } ], "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen" } ], "linkId": "2.2.1.1.1", "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 4000 } ], "linkId": "2.2.1.1.1.1", "repeats": false, "required": true, "text": "Extra-adrenal (specify)", "type": "string" } ], "repeats": false, "required": true } ], "linkId": "2.2.1.1", "option": [ { "code": "V1", "display": "Capsule" }, { "code": "V2", "display": "Vessels" }, { "code": "V3", "display": "Extra-adrenal (specify)" } ], "repeats": true, "required": false, "text": "??", "type": "choice" } ], "repeats": false, "required": true }, { "extension": [ { "extension": [ { "url": "#question", "valueString": "2.2" }, { "url": "#answer", "valueCoding": { "code": "U4", "system": "http://cap.org/example/fhir/tumor-description" } } ], "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen" } ], "linkId": "2.2.2", "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 4000 } ], "linkId": "2.2.2.1", "repeats": false, "required": true, "text": "Other (specify)", "type": "string" } ], "repeats": false, "required": true } ], "linkId": "2.2", "option": [ { "code": "U1", "display": "Hemorrhagic" }, { "code": "U2", "display": "Necrotic" }, { "code": "U3", "display": "Invasion" }, { "code": "U4", "display": "Other (specify)" } ], "repeats": true, "required": false, "text": "Tumor Description", "type": "choice" } ], "repeats": false, "required": true, "title": "ACCESSORY FINDINGS" } ], "linkId": "root", "repeats": false, "required": true, "title": "(Ask Richard)" }, "id": "questionnaire-sdc-profile-example-cap", "resourceType": "Questionnaire", "status": "published", "text": { "div": "<div>\n \n </div>", "status": "empty" } }; var example736: fhir.Questionnaire = { "resourceType": "Questionnaire", "id": "questionnaire-sdc-profile-example-cap", "text": { "status": "empty", "div": "<div>\n \n </div>" }, "status": "published", "group": { "linkId": "root", "title": "(Ask Richard)", "required": true, "repeats": false, "group": [ { "linkId": "1", "title": "MARGINS", "required": true, "repeats": false, "question": [ { "linkId": "1.1", "text": "Status of surgical margin involvement by tumor (observable entity)", "_text": { "fhir_comments": [ " Should probably have a snomed code as the \"concept\" here " ] }, "type": "choice", "required": true, "repeats": false, "option": [ { "code": "M1", "display": "Margins univolved by tumor" }, { "code": "M2", "display": "Margin(s) involved by tumor" }, { "code": "M3", "display": "Cannot be determined" }, { "code": "M4", "display": "Not applicable" } ], "group": [ { "extension": [ { "extension": [ { "url": "#question", "valueString": "1.1" }, { "url": "#answer", "valueCoding": { "code": "M1" } } ], "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen" } ], "linkId": "1.1.1", "required": true, "repeats": false, "question": [ { "linkId": "1.1.1.1", "text": "Distance from Closest Margin", "type": "choice", "required": false, "repeats": false, "option": [ { "code": "D1", "display": "Specify (mm)" }, { "code": "D2", "display": "Cannot be assessed (explain)" } ], "group": [ { "extension": [ { "extension": [ { "url": "#question", "valueString": "1.1.1.1" }, { "url": "#answer", "valueCoding": { "code": "D1" } } ], "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen" } ], "linkId": "1.1.1.1.1", "required": true, "repeats": false, "question": [ { "extension": [ { "fhir_comments": [ " This *has* to be treated as a distinct question, not a characteristic of the code.\n - it has its own properties and could map to its own data element. That makes it\n a question in its own right. It would be possible for display software to render\n the question so that the question text doesn't display when it's the same as the text\n of the corresponding answer. Alternatively, we could petition to allow question.text\n to be omitted, at least in some circumstances. " ], "url": "http://hl7.org/fhir/StructureDefinition/minValue", "valueDecimal": 0.01 }, { "url": "http://hl7.org/fhir/StructureDefinition/maxValue", "valueDecimal": 1000 }, { "url": "http://hl7.org/fhir/StructureDefinition/maxDecimalPlaces", "valueInteger": 2 } ], "linkId": "1.1.1.1.1.1", "text": "Specify (mm)", "type": "decimal", "required": true, "repeats": false } ] }, { "extension": [ { "extension": [ { "url": "#question", "valueString": "1.1.1.1" }, { "url": "#answer", "valueCoding": { "code": "D2" } } ], "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen" } ], "linkId": "1.1.1.1.2", "required": true, "repeats": false, "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 4000 } ], "linkId": "1.1.1.1.2.1", "text": "Cannot be assessed (explain)", "type": "string", "required": true, "repeats": false } ] } ] }, { "linkId": "1.1.1.2", "text": "Specify Margin, if possible", "type": "choice", "required": false, "repeats": false, "option": [ { "code": "W1", "display": "Specify margin" }, { "code": "W2", "display": "Cannot be determined (explain)" } ], "group": [ { "extension": [ { "extension": [ { "url": "#question", "valueString": "1.1.1.2" }, { "url": "#answer", "valueCoding": { "code": "W1" } } ], "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen" } ], "linkId": "1.1.1.2.1", "required": true, "repeats": false, "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 4000 } ], "linkId": "1.1.1.2.1.1", "text": "Specify margin", "type": "string", "required": true, "repeats": false } ] }, { "extension": [ { "extension": [ { "url": "#question", "valueString": "1.1.1.2" }, { "url": "#answer", "valueCoding": { "code": "W2" } } ], "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen" } ], "linkId": "1.1.1.2.2", "required": true, "repeats": false, "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 4000 } ], "linkId": "1.1.1.2.2.1", "text": "Cannot be determined (explain)", "type": "string", "required": true, "repeats": false } ] } ] } ] }, { "extension": [ { "extension": [ { "url": "#question", "valueString": "1.1" }, { "url": "#answer", "valueCoding": { "code": "M2" } } ], "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen" } ], "linkId": "1.1.2", "required": true, "repeats": false, "question": [ { "linkId": "1.1.2.1", "text": "Specify Margin(s), if possible", "type": "choice", "required": true, "repeats": false, "option": [ { "code": "I1", "display": "Specify margin(s)" }, { "code": "I2", "display": "Cannot be determined (explain)" } ], "group": [ { "extension": [ { "extension": [ { "url": "#question", "valueString": "1.1.2.1" }, { "url": "#answer", "valueCoding": { "code": "I1" } } ], "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen" } ], "linkId": "1.1.2.1.1", "required": true, "repeats": false, "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 4000 } ], "linkId": "1.1.2.1.1.1", "text": "Specify margin(s)", "type": "string", "required": true, "repeats": false } ] }, { "extension": [ { "extension": [ { "url": "#question", "valueString": "1.1.2.1" }, { "url": "#answer", "valueCoding": { "code": "I2" } } ], "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen" } ], "linkId": "1.1.2.1.2", "required": true, "repeats": false, "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 4000 } ], "linkId": "1.1.2.1.2.1", "text": "Cannot be determined (explain)", "type": "string", "required": true, "repeats": false } ] } ] } ] }, { "extension": [ { "extension": [ { "url": "#question", "valueString": "1.1" }, { "url": "#answer", "valueCoding": { "code": "M3" } } ], "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen" } ], "linkId": "1.1.3", "required": true, "repeats": false, "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 4000 } ], "linkId": "1.1.3.1", "text": "Cannot be determined", "type": "string", "required": true, "repeats": false } ] }, { "extension": [ { "extension": [ { "url": "#question", "valueString": "1.1" }, { "url": "#answer", "valueCoding": { "code": "M4" } } ], "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen" } ], "linkId": "1.1.4", "required": true, "repeats": false, "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 4000 } ], "linkId": "1.1.4.1", "text": "Not Applicable", "type": "string", "required": true, "repeats": false } ] } ] } ] }, { "linkId": "2", "title": "ACCESSORY FINDINGS", "required": true, "repeats": false, "question": [ { "linkId": "2.1", "text": "Treatment Effect (applicable to carcinomas treated with neoadjuvant therapy)", "type": "choice", "required": false, "repeats": false, "option": [ { "code": "E1", "display": "Not identified" }, { "code": "E2", "display": "Present (specify)" }, { "code": "E3", "display": "Indeterminate" } ], "group": [ { "extension": [ { "extension": [ { "url": "#question", "valueString": "2.1" }, { "url": "#answer", "valueCoding": { "code": "E1" } } ], "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen" } ], "linkId": "2.1.1", "required": true, "repeats": false, "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 4000 } ], "linkId": "2.1.1.1", "text": "Not identified", "type": "string", "required": true, "repeats": false } ] }, { "extension": [ { "extension": [ { "url": "#question", "valueString": "2.1" }, { "url": "#answer", "valueCoding": { "code": "E2" } } ], "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen" } ], "linkId": "2.1.2", "required": true, "repeats": false, "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 4000 } ], "linkId": "2.1.2.1", "text": "Present (specify)", "type": "string", "required": true, "repeats": false } ] }, { "extension": [ { "extension": [ { "url": "#question", "valueString": "2.1" }, { "url": "#answer", "valueCoding": { "code": "E3" } } ], "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen" } ], "linkId": "2.1.3", "required": true, "repeats": false, "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 4000 } ], "linkId": "2.1.3.1", "text": "Indeterminate", "type": "string", "required": true, "repeats": false } ] } ] }, { "linkId": "2.2", "text": "Tumor Description", "type": "choice", "required": false, "repeats": true, "option": [ { "code": "U1", "display": "Hemorrhagic" }, { "code": "U2", "display": "Necrotic" }, { "code": "U3", "display": "Invasion" }, { "code": "U4", "display": "Other (specify)" } ], "group": [ { "extension": [ { "extension": [ { "url": "#question", "valueString": "2.2" }, { "url": "#answer", "valueCoding": { "system": "http://cap.org/example/fhir/tumor-description", "code": "U3" } } ], "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen" } ], "linkId": "2.2.1", "required": true, "repeats": false, "question": [ { "linkId": "2.2.1.1", "text": "??", "type": "choice", "_type": { "fhir_comments": [ " Can't have a question with no text " ] }, "required": false, "repeats": true, "option": [ { "code": "V1", "display": "Capsule" }, { "code": "V2", "display": "Vessels" }, { "code": "V3", "display": "Extra-adrenal (specify)" } ], "group": [ { "extension": [ { "extension": [ { "url": "#question", "valueString": "2.2.1.1" }, { "url": "#answer", "valueCoding": { "code": "V3" } } ], "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen" } ], "linkId": "2.2.1.1.1", "required": true, "repeats": false, "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 4000 } ], "linkId": "2.2.1.1.1.1", "text": "Extra-adrenal (specify)", "type": "string", "required": true, "repeats": false } ] } ] } ] }, { "extension": [ { "extension": [ { "url": "#question", "valueString": "2.2" }, { "url": "#answer", "valueCoding": { "system": "http://cap.org/example/fhir/tumor-description", "code": "U4" } } ], "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen" } ], "linkId": "2.2.2", "required": true, "repeats": false, "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 4000 } ], "linkId": "2.2.2.1", "text": "Other (specify)", "type": "string", "required": true, "repeats": false } ] } ] } ] } ] } }; var example737: fhir.Questionnaire = { "contained": [ { "compose": { "include": [ { "concept": [ { "code": "LA20271-5", "display": "Medications", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder", "valueInteger": 1 }, { "url": "http://hl7.org/fhir/StructureDefinition/valueset-label", "valueString": "a." } ] }, { "code": "LA20335-8", "display": "Biological products", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder", "valueInteger": 2 }, { "url": "http://hl7.org/fhir/StructureDefinition/valueset-label", "valueString": "b." } ] }, { "code": "LA20336-6", "display": "Nutritional products", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder", "valueInteger": 3 }, { "url": "http://hl7.org/fhir/StructureDefinition/valueset-label", "valueString": "c." } ] }, { "code": "LA20337-4", "display": "Expressed human breast milk", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder", "valueInteger": 4 }, { "url": "http://hl7.org/fhir/StructureDefinition/valueset-label", "valueString": "d." } ] }, { "code": "LA20338-2", "display": "Medical gases (e.g., oxygen, nitrogen, nitrous oxide)", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder", "valueInteger": 5 }, { "url": "http://hl7.org/fhir/StructureDefinition/valueset-label", "valueString": "e." } ] }, { "code": "LA20339-0", "display": "Contrast media", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder", "valueInteger": 6 }, { "url": "http://hl7.org/fhir/StructureDefinition/valueset-label", "valueString": "f." } ] }, { "code": "LA20340-8", "display": "Radiopharmaceuticals", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder", "valueInteger": 7 }, { "url": "http://hl7.org/fhir/StructureDefinition/valueset-label", "valueString": "g." } ] }, { "code": "LA20341-6", "display": "Patient food (not suspected in drug-food interactions)", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder", "valueInteger": 8 }, { "url": "http://hl7.org/fhir/StructureDefinition/valueset-label", "valueString": "h." } ] }, { "code": "LA20342-4", "display": "Drug-drug, drug-food, or adverse drug reaction as a result of a prescription and/or administration of a drug and/or food prior to admission", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder", "valueInteger": 9 }, { "url": "http://hl7.org/fhir/StructureDefinition/valueset-label", "valueString": "i." } ] }, { "code": "LA20343-2", "display": "Other", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder", "valueInteger": 10 }, { "url": "http://hl7.org/fhir/StructureDefinition/valueset-label", "valueString": "j." } ] } ], "system": "http://loinc.org" } ] }, "copyright": "This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use", "description": "The answer list for question 1 on the AHRQ \"Medication or Other Substance\" form", "id": "ll2654-3", "name": "AHRQ_Medication_Q1", "resourceType": "ValueSet", "status": "active" }, { "compose": { "include": [ { "concept": [ { "code": "LA20278-0", "display": "Prescription or over-the-counter (including herbal supplements)", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder", "valueInteger": 1 }, { "url": "http://hl7.org/fhir/StructureDefinition/valueset-label", "valueString": "a." } ] }, { "code": "LA20298-8", "display": "Compounded preparations", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder", "valueInteger": 2 }, { "url": "http://hl7.org/fhir/StructureDefinition/valueset-label", "valueString": "b." } ] }, { "code": "LA20299-6", "display": "Investigational drugs", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder", "valueInteger": 3 }, { "url": "http://hl7.org/fhir/StructureDefinition/valueset-label", "valueString": "c." } ] }, { "code": "LA4489-6", "display": "Unknown", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder", "valueInteger": 4 }, { "url": "http://hl7.org/fhir/StructureDefinition/valueset-label", "valueString": "d." } ] } ], "system": "http://loinc.org/vs/LL2655-0" } ] }, "copyright": "This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use", "description": "The answer list for question 2 on the AHRQ \"Medication or Other Substance\" form", "id": "ll2655-0", "name": "AHRQ_Medication_Q2", "resourceType": "ValueSet", "status": "active" }, { "compose": { "include": [ { "concept": [ { "code": "LA20283-0", "display": "Vaccines" }, { "code": "LA20287-1", "display": "Other biological products (e.g., thrombolytic)" } ], "system": "http://loinc.org/vs/LL2657-6" } ] }, "copyright": "This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use", "description": "The answer list for question 4 on the AHRQ \"Medication or Other Substance\" form", "id": "ll2657-6", "name": "AHRQ_Medication_Q4", "resourceType": "ValueSet", "status": "active" }, { "compose": { "include": [ { "concept": [ { "code": "LA20273-1", "display": "Dietary supplements (other than vitamins or minerals)", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder", "valueInteger": 1 }, { "url": "http://hl7.org/fhir/StructureDefinition/valueset-label", "valueString": "a." } ] }, { "code": "LA16117-6", "display": "Vitamins or minerals", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder", "valueInteger": 2 }, { "url": "http://hl7.org/fhir/StructureDefinition/valueset-label", "valueString": "b." } ] }, { "code": "LA20320-0", "display": "Enteral nutritional products, including infant formula", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder", "valueInteger": 3 }, { "url": "http://hl7.org/fhir/StructureDefinition/valueset-label", "valueString": "c." } ] }, { "code": "LA20321-8", "display": "Parenteral nutritional products", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder", "valueInteger": 4 }, { "url": "http://hl7.org/fhir/StructureDefinition/valueset-label", "valueString": "d." } ] }, { "code": "LA20318-4", "display": "Other", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder", "valueInteger": 5 }, { "url": "http://hl7.org/fhir/StructureDefinition/valueset-label", "valueString": "e." } ] } ], "system": "http://loinc.org" } ] }, "copyright": "This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use", "description": "The answer list for question 6 on the AHRQ \"Medication or Other Substance\" form", "id": "ll2659-2", "name": "AHRQ_Medication_Q6", "resourceType": "ValueSet", "status": "active" }, { "compose": { "include": [ { "concept": [ { "_display": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/markup", "valueString": "Incorrect action (process failure or error) <i>(e.g., such as administering overdose or incorrect medication)</i>" } ] }, "code": "LA20275-6", "display": "Incorrect action (process failure or error) (e.g., such as administering overdose or incorrect medication)" }, { "_display": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/style", "valueString": "color:green" } ] }, "code": "LA20314-3", "display": "Unsafe condition" }, { "code": "LA20315-0", "display": "Adverse reaction in patient to the administered substance without any apparent incorrect action" }, { "code": "LA4489-6", "display": "Unknown" } ], "system": "http://loinc.org" } ] }, "copyright": "This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use", "description": "The answer list for question 7 on the AHRQ 'Medication or Other Substance' form", "id": "ll2660-0", "name": "AHRQ_Medication_Q7", "resourceType": "ValueSet", "status": "active" }, { "compose": { "include": [ { "concept": [ { "code": "LA20276-4", "display": "Incorrect patient" }, { "code": "LA20302-8", "display": "Incorrect medication/substance" }, { "code": "LA20303-6", "display": "Incorrect dose(s)" }, { "code": "LA20304-4", "display": "Incorrect route of administration" }, { "code": "LA20305-1", "display": "Incorrect timing" }, { "code": "LA20306-9", "display": "Incorrect rate" }, { "code": "LA20307-7", "display": "Incorrect duration of administration or course of therapy" }, { "code": "LA20308-5", "display": "Incorrect dosage form (e.g., sustained release instead of immediate release)" }, { "code": "LA20309-3", "display": "Incorrect strength or concentration" }, { "code": "LA20310-1", "display": "Incorrect preparation, including inappropriate cutting of tablets, error in compounding, mixing, etc." }, { "code": "LA20311-9", "display": "Expired or deteriorated medication/substance" }, { "code": "LA20312-7", "display": "Medication/substance that is known to be an allergen to the patient" }, { "code": "LA20345-7", "display": "Medication/substance that is known to be contraindicated for the patient" }, { "code": "LA20313-5", "display": "Incorrect patient/family action (e.g., self-administration error)" }, { "code": "LA20318-4", "display": "Other" } ], "system": "http://loinc.org" } ] }, "copyright": "This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use", "description": "The answer list for question 8 on the AHRQ 'Medication or Other Substance' form", "id": "ll2661-8", "name": "AHRQ_Medication_Q8", "resourceType": "ValueSet", "status": "active" }, { "compose": { "include": [ { "concept": [ { "code": "LA20277-2", "display": "Overdose" }, { "code": "LA20300-2", "display": "Underdose" }, { "code": "LA20301-0", "display": "Missed or omitted dose" }, { "code": "LA7271-5", "display": "Extra dose" }, { "code": "LA4489-6", "display": "Unknown" } ], "system": "http://loinc.org/vs/LL2662-6" } ] }, "copyright": "This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use", "description": "The answer list for question 9 on the AHRQ 'Medication or Other Substance' form", "id": "ll2662-6", "name": "AHRQ_Medication_Q9", "resourceType": "ValueSet", "status": "active" }, { "compose": { "include": [ { "concept": [ { "code": "LA20280-6", "display": "Too early" }, { "code": "LA20290-5", "display": "Too late" }, { "code": "LA4489-6", "display": "Unknown" } ], "system": "http://loinc.org/vs/LL2663-4" } ] }, "copyright": "This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use", "description": "The answer list for question 10 on the AHRQ 'Medication or Other Substance' form", "id": "ll2663-4", "name": "AHRQ_Medication_Q10", "resourceType": "ValueSet", "status": "active" }, { "compose": { "include": [ { "concept": [ { "code": "LA20282-2", "display": "Too quickly" }, { "code": "LA20288-", "display": "Too slowly" }, { "code": "LA4489-6", "display": "Unknown" } ], "system": "http://loinc.org/vs/LL2664-2" } ] }, "copyright": "This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use", "description": "The answer list for question 11 on the AHRQ 'Medication or Other Substance' form", "id": "ll2664-2", "name": "AHRQ_Medication_Q11", "resourceType": "ValueSet", "status": "active" }, { "compose": { "include": [ { "concept": [ { "code": "LA20281-4", "display": "Too high" }, { "code": "LA20289-7", "display": "Too low" }, { "code": "LA4489-6", "display": "Unknown" } ], "system": "http://loinc.org/vs/LL2665-9" } ] }, "copyright": "This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use", "description": "The answer list for question 12 on the AHRQ 'Medication or Other Substance' form", "id": "ll2665-9", "name": "AHRQ_Medication_Q12", "resourceType": "ValueSet", "status": "active" }, { "compose": { "include": [ { "concept": [ { "code": "LA33-6", "display": "Yes" }, { "code": "LA32-8", "display": "No" }, { "code": "LA4489-6", "display": "Unkown" } ], "system": "http://loinc.org/vs/LL2817-6" } ] }, "copyright": "This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use", "description": "AHRQ Common Format Answer list for Yes (A15), No (A18), Unknown (UNK)", "id": "ll2817-6", "name": "AHRQ_Y/N/UNK", "resourceType": "ValueSet", "status": "active" }, { "compose": { "include": [ { "concept": [ { "code": "LA20274-9", "display": "Drug-drug" }, { "code": "LA20316-8", "display": "Drug-food" }, { "code": "LA20317-6", "display": "Drug-disease" }, { "code": "LA20318-4", "display": "Other" } ], "system": "http://loinc.org/vs/LL2668-3" } ] }, "copyright": "This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use", "description": "The answer list for question 15 on the AHRQ 'Medication or Other Substance' form", "id": "ll2668-3", "name": "AHRQ_Medication_Q15", "resourceType": "ValueSet", "status": "active" }, { "compose": { "include": [ { "concept": [ { "code": "LA20279-8", "display": "Purchasing" }, { "code": "LA20291-3", "display": "Storing" }, { "code": "LA20292-1", "display": "Prescribing/ordering" }, { "code": "LA20293-9", "display": "Transcribing" }, { "code": "LA20294-7", "display": "Preparing" }, { "code": "LA20295-4", "display": "Dispensing" }, { "code": "LA20296-2", "display": "Administering" }, { "code": "LA20297-0", "display": "Monitoring" }, { "code": "LA4489-6", "display": "Unknown" }, { "code": "LA20318-4", "display": "Other" } ], "system": "http://loinc.org/vs/LL2669-1" } ] }, "copyright": "This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use", "description": "The answer list for question 16 on the AHRQ 'Medication or Other Substance' form", "id": "ll2669-1", "name": "AHRQ_Medication_Q16", "resourceType": "ValueSet", "status": "active" }, { "compose": { "include": [ { "concept": [ { "code": "LA33-6", "display": "Yes" }, { "code": "LA32-8", "display": "No" } ], "system": "http://loinc.org/vs/LL2828-3" } ] }, "copyright": "This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use", "description": "AHRQ Common Format Answer list for Yes (A15) and No (A18)", "id": "ll2828-3", "name": "AHRQ_Y/N", "resourceType": "ValueSet", "status": "active" }, { "compose": { "include": [ { "concept": [ { "code": "LA20272-3", "display": "Cutaneous, topical application, including ointment, spray, patch" }, { "code": "LA9451-1", "display": "Subcutaneous" }, { "code": "LA9444-6", "display": "Ophthalmic" }, { "code": "LA20324-2", "display": "Oral, including sublingual or buccal" }, { "code": "LA9445-", "display": "Otic" }, { "code": "LA9263-0", "display": "Nasal" }, { "code": "LA9427-1", "display": "Inhalation" }, { "code": "LA9437-0", "display": "Intravenous" }, { "code": "LA9429-7", "display": "Intramuscular" }, { "code": "LA9435-4", "display": "Intrathecal" }, { "code": "LA9418-0", "display": "Epidural" }, { "code": "LA20332-5", "display": "Gastric" }, { "code": "LA9369-5", "display": "Rectal" }, { "code": "LA9459-4", "display": "Vaginal" }, { "code": "LA4489-6", "display": "Unknown" }, { "code": "LA20318-4", "display": "Other" } ], "system": "http://loinc.org" } ] }, "copyright": "This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use", "description": "The answer list for questions 28 and 29 on the AHRQ 'Medication or Other Substance' form", "id": "ll2682-4", "name": "AHRQ_Medication_Q28_Q29", "resourceType": "ValueSet", "status": "active" } ], "date": "2012-04-01", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-category", "valueCodeableConcept": { "coding": [ { "code": "Acute Care Hospitals" } ] } } ], "group": { "_title": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/style", "valueString": "color:#0000FF" } ] }, "group": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/sdc-questionnaire-specialGroup", "valueCode": "header" } ], "linkId": "Medication/header", "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-hidden", "valueBoolean": true }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-defaultValue", "valueString": "AHRQ F8" }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-readOnly", "valueBoolean": true } ], "required": true, "text": "Form ID:", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 3 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 9 } ], "linkId": "74080-3/74081-1", "required": true, "text": "Event ID:", "type": "string" }, { "linkId": "74080-3/30947-6", "required": true, "text": "Initial Report Date (HERF Q1)", "type": "string" } ] }, { "_text": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/markup", "valueString": "Use this form to report any patient safety event or unsafe condition involving a substance such as a medications, biological products, nutritional products, expressed human breast milk, medical gases, or contrast media. Do not complete this form if the event involves appropriateness of therapeutic choice or decision making (e.g., physician decision to prescribe medication despite known drug-drug interaction). If the event involves a device, please also complete the <i>Device or Medical/Surgical Supply including Health Information Technology (HIT)</i> form. Narrative detail can be captured on the <i>Healthcare Event Reporting Form (HERF)</i>." } ] }, "group": [ { "linkId": "Medication/SEC01/74080-3", "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-label", "valueString": "1." }, { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 1 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 30 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://loinc.org/74076-1" } }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-instruction", "valueString": "CHECK ONE" } ], "group": [ { "linkId": "74080-3/74076-1/LA20271-5", "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-label", "valueString": "2." }, { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 7 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 65 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://loinc.org/vs/74075-3" } }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-instruction", "valueString": "CHECK ONE" } ], "group": [ { "linkId": "74080-3/74077-9", "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-label", "valueString": "3." }, { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 0 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 500 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://loinc.org/74077-9" } } ], "linkId": "74080-3/74077-9-q", "repeats": true, "text": "Please list all ingredients:", "type": "string" } ], "repeats": false, "required": false } ], "linkId": "74080-3/74075-3", "options": { "reference": "#ll2655-0" }, "required": true, "text": "What type of medication?", "type": "choice" } ], "repeats": false, "required": false }, { "linkId": "74080-3/74076-1/LA20335-8", "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-label", "valueString": "4." }, { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 8 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 65 } ], "group": [ { "linkId": "74080-3/74074-6/LA20283-0", "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-label", "valueString": "5." }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-trailing", "valueString": "LOT NUMBER" } ], "linkId": "74080-3/30959-1", "required": true, "text": "What was the lot number of the vaccine?", "type": "string" } ], "repeats": false, "required": false } ], "linkId": "74080-3/74074-6", "options": { "reference": "#ll2657-6" }, "text": "What type of biological product?", "type": "open-choice" } ], "repeats": false, "required": false }, { "linkId": "74080-3/74076-1/LA20336-6", "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-label", "valueString": "6." } ], "group": [ { "extension": [ { "extension": [ { "url": "question", "valueString": "74080-3/74073-8" }, { "url": "answer", "valueCoding": { "code": "LA20318-4", "display": "Other", "system": "http://loinc.org" } } ], "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen" } ], "linkId": "74080-3/74073-8/Other", "question": [ { "linkId": "74080-3/74073-8/Other/Specify", "required": true, "text": "PLEASE SPECIFY", "type": "string" } ], "required": true } ], "linkId": "74080-3/74073-8", "options": { "reference": "#ll2659-2" }, "required": true, "text": "What type of nutritional product?", "type": "open-choice" } ], "repeats": false, "required": false }, { "extension": [ { "extension": [ { "url": "question", "valueString": "74080-3/74076-1" }, { "url": "answer", "valueCoding": { "code": "LA20318-4", "display": "Other", "system": "http://loinc.org" } } ], "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen" } ], "linkId": "74080-3/74076-1/Other", "question": [ { "linkId": "74080-3/74076-1/Other/Specify", "required": true, "text": "PLEASE SPECIFY", "type": "string" } ], "required": true } ], "linkId": "74080-3/74076-1", "options": { "reference": "ValueSet/sdc" }, "required": true, "text": "What type of medication/substance was involved?", "type": "open-choice" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-label", "valueString": "7." } ], "linkId": "74080-3/74072-0", "options": { "reference": "#ll2660-0" }, "required": true, "text": "Which of the following best characterizes the event?", "type": "open-choice" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-label", "valueString": "8." } ], "group": [ { "linkId": "74080-3/74071-2/A1275", "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-label", "valueString": "9." } ], "linkId": "74080-3/74070-4", "options": { "reference": "#ll2662-6" }, "required": true, "text": "Which best describes the incorrect dose(s)?", "type": "open-choice" } ], "repeats": false, "required": false }, { "linkId": "74080-3/74071-2/LA20313-5", "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-label", "valueString": "10." } ], "linkId": "Medication/74069-6", "options": { "reference": "#ll2663-4" }, "required": true, "text": "Which best describes the incorrect timing?", "type": "open-choice" } ], "repeats": false, "required": false }, { "linkId": "74080-3/74071-2/LA20306-9", "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-label", "valueString": "11." } ], "linkId": "74080-3/74068-8", "options": { "reference": "#ll2664-2" }, "required": true, "text": "Which best describes the incorrect rate?", "type": "open-choice" } ], "repeats": false, "required": false }, { "linkId": "74080-3/74071-2/LA20309-3", "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-label", "valueString": "12." } ], "linkId": "Medication/74067-0", "options": { "reference": "#ll2665-9" }, "required": true, "text": "Which best describes the incorrect strength or concentration?", "type": "open-choice" } ], "repeats": false, "required": false }, { "linkId": "74080-3/74071-2/LA20311-9", "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-label", "valueString": "13." } ], "linkId": "Medication/74066-2", "required": true, "text": "What was the expiration date?", "type": "string" } ], "repeats": false, "required": false }, { "linkId": "74080-3/74071-2/LA20312-7", "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-label", "valueString": "14." } ], "linkId": "Medication/74065-4", "options": { "reference": "#ll2817-6" }, "required": true, "text": "Was there a documented history of allergies or sensitivities to the medication/substance administered?", "type": "open-choice" } ], "repeats": false, "required": false }, { "linkId": "74080-3/74071-2/LA20345-7", "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-label", "valueString": "15." } ], "group": [ { "extension": [ { "extension": [ { "url": "question", "valueString": "Medication/74064-7" }, { "url": "answer", "valueCoding": { "code": "LA20318-4", "display": "Other", "system": "http://loinc.org" } } ], "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen" } ], "linkId": "Medication/74064-7/Other", "question": [ { "linkId": "Medication/74064-7/Other/Specify", "required": true, "text": "PLEASE SPECIFY", "type": "string" } ], "required": true } ], "linkId": "Medication/74064-7", "options": { "reference": "#ll2668-3" }, "required": true, "text": "What was the contraindication (potential or actual interaction)?", "type": "open-choice" } ], "repeats": false, "required": false }, { "extension": [ { "extension": [ { "url": "question", "valueString": "74080-3/74071-2" }, { "url": "answer", "valueCoding": { "code": "LA20318-4", "display": "Other", "system": "http://loinc.org" } } ], "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen" } ], "linkId": "74080-3/74071-2/Other", "question": [ { "linkId": "74080-3/74071-2/Other/Specify", "required": true, "text": "PLEASE SPECIFY", "type": "string" } ], "required": true } ], "linkId": "74080-3/74071-2", "options": { "reference": "#ll2661-8" }, "text": "What was the incorrect action?", "type": "choice" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-label", "valueString": "16." } ], "group": [ { "extension": [ { "extension": [ { "url": "question", "valueString": "74080-3/74063-9" }, { "url": "answer", "valueCoding": { "code": "LA20318-4", "display": "Other", "system": "http://loinc.org" } } ], "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen" } ], "linkId": "74080-3/74063-9/Other", "question": [ { "linkId": "74080-3/74063-9/Other/Specify", "required": true, "text": "PLEASE SPECIFY", "type": "string" } ], "required": true } ], "linkId": "74080-3/74063-9", "options": { "reference": "#ll2669-1" }, "required": true, "text": "At what stage in the process did the event originate, regardless of the stage at which it was discovered?", "type": "open-choice" } ], "required": true }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxOccurs", "valueInteger": 5 } ], "linkId": "74080-3/74078-7", "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-label", "valueString": "17." }, { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 0 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 65 } ], "linkId": "74080-3/74078-7/74062-1", "text": "Generic name or investigational drug name", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 0 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 65 } ], "linkId": "74080-3/74078-7/74061-3", "text": "Ingredient RXCUI (if known)", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-label", "valueString": "18." }, { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 0 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 65 } ], "linkId": "74080-3/74078-7/74060-5", "text": "Brand name (if known)", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 0 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 65 } ], "linkId": "74080-3/74078-7/74059-7", "text": "Brand name RXCUI (if known)", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-label", "valueString": "19." }, { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 0 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 65 } ], "linkId": "74080-3/74078-7/74058-9", "text": "Manufacturer (if known)", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-label", "valueString": "20." }, { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 0 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 65 } ], "linkId": "74080-3/74078-7/74057-1", "text": "Strength or concentration of product", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 0 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 65 } ], "linkId": "74080-3/74078-7/74056-3", "text": "Clinical drug component RXCUI (if known)", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-label", "valueString": "21." }, { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 0 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 65 } ], "linkId": "74080-3/74078-7/74055-5", "text": "Dosage form of Product", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 0 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 65 } ], "linkId": "74080-3/74078-7/74054-8", "text": "Dose form RXCUI (if known)", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-label", "valueString": "22." } ], "linkId": "74080-3/74078-7/74053-0", "options": { "reference": "#ll2828-3" }, "required": true, "text": "Was this medication/substance prescribed for this patient?", "type": "choice" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-label", "valueString": "23." } ], "linkId": "Medication/74052-2", "options": { "reference": "#ll2828-3" }, "required": true, "text": "Was this medication/substance given to this patient?", "type": "choice" } ], "repeats": true, "text": "Please provide the following medication details for any medications or other substances directly involved in the event." }, { "linkId": "Medication/SEC03", "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-label", "valueString": "24." } ], "group": [ { "extension": [ { "extension": [ { "url": "question", "valueString": "74080-3/74051-4" }, { "url": "answer", "valueCoding": { "code": "LA20318-4", "display": "Other", "system": "http://loinc.org" } } ], "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen" } ], "linkId": "74080-3/74051-4/Other", "question": [ { "linkId": "74080-3/74051-4/Other/Specify", "required": true, "text": "PLEASE SPECIFY", "type": "string" } ], "required": true } ], "linkId": "74080-3/74051-4", "options": { "reference": "#ll2682-4" }, "required": true, "text": "What was the intended route of administration?", "type": "open-choice" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-label", "valueString": "25." } ], "group": [ { "extension": [ { "extension": [ { "url": "question", "valueString": "74080-3/74050-6" }, { "url": "answer", "valueCoding": { "code": "LA20318-4", "display": "Other", "system": "http://loinc.org" } } ], "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen" } ], "linkId": "74080-3/74050-6/Other", "question": [ { "linkId": "74080-3/74050-6/Other/Specify", "required": true, "text": "PLEASE SPECIFY", "type": "string" } ], "required": true } ], "linkId": "74080-3/74050-6", "options": { "reference": "#ll2682-4" }, "required": true, "text": "What was the actual route of administration (attempted or completed)?", "type": "open-choice" } ] }, { "linkId": "Medication/SEC04", "text": "OMB No. 0935-0143 Exp. Date 10/31/2014 Public reporting burden for the collection of information is estimated to average 10 minutes per response. An agency may not conduct or sponsor, and a person is not required to respond to, a collection of information unless it displays a currently valid OMB control number. Send comments regarding this burden estimate or any other aspect of this collection of information, including suggestions for reducing this burden, to: AHRQ Reports Clearance Officer, Attention: PRA, Paperwork Reduction Project (0935-0143), AHRQ, 540 Gaither Road, Room #5036, Rockville, MD 20850.", "title": "Thank you for completing these questions." } ], "linkId": "Medication/SEC00", "text": "Use this form to report any patient safety event or unsafe condition involving a substance such as a medications, biological products, nutritional products, expressed human breast milk, medical gases, or contrast media. Do not complete this form if the event involves appropriateness of therapeutic choice or decision making (e.g., physician decision to prescribe medication despite known drug-drug interaction). If the event involves a device, please also complete the Device or Medical/Surgical Supply including Health Information Technology (HIT) form. Narrative detail can be captured on the Healthcare Event Reporting Form (HERF).", "title": "Medication or Other Substance" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-hidden", "valueBoolean": true } ], "linkId": "Reporting", "question": [ { "linkId": "Reporting/who", "text": "Reported by:", "type": "string" }, { "linkId": "Reporting/when", "text": "Reported date:", "type": "date" } ], "title": "Reporting information" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/sdc-questionnaire-specialGroup", "valueCode": "footer" } ], "linkId": "Medication/footer", "text": "AHRQ Common Formats - Hospital Version 1.2 - 2012 Medication or Other Substance" } ], "linkId": "root", "required": true, "title": "Medication or Other Substance" }, "id": "questionnaire-sdc-profile-example-loinc", "identifier": [ { "system": "http://loinc.org/vs", "value": "74080-3" } ], "publisher": "Agency for Healthcare Research and Quality (AHRQ)", "resourceType": "Questionnaire", "status": "published", "subjectType": [ "Patient" ], "text": { "div": "<div>Todo</div>", "status": "generated" } }; var example738: fhir.Questionnaire = { "resourceType": "Questionnaire", "id": "questionnaire-sdc-profile-example-loinc", "text": { "status": "generated", "div": "<div>Todo</div>" }, "contained": [ { "resourceType": "ValueSet", "id": "ll2654-3", "name": "AHRQ_Medication_Q1", "status": "active", "description": "The answer list for question 1 on the AHRQ \"Medication or Other Substance\" form", "copyright": "This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use", "compose": { "include": [ { "system": "http://loinc.org", "concept": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder", "valueInteger": 1 }, { "url": "http://hl7.org/fhir/StructureDefinition/valueset-label", "valueString": "a." } ], "code": "LA20271-5", "display": "Medications" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder", "valueInteger": 2 }, { "url": "http://hl7.org/fhir/StructureDefinition/valueset-label", "valueString": "b." } ], "code": "LA20335-8", "display": "Biological products" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder", "valueInteger": 3 }, { "url": "http://hl7.org/fhir/StructureDefinition/valueset-label", "valueString": "c." } ], "code": "LA20336-6", "display": "Nutritional products" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder", "valueInteger": 4 }, { "url": "http://hl7.org/fhir/StructureDefinition/valueset-label", "valueString": "d." } ], "code": "LA20337-4", "display": "Expressed human breast milk" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder", "valueInteger": 5 }, { "url": "http://hl7.org/fhir/StructureDefinition/valueset-label", "valueString": "e." } ], "code": "LA20338-2", "display": "Medical gases (e.g., oxygen, nitrogen, nitrous oxide)" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder", "valueInteger": 6 }, { "url": "http://hl7.org/fhir/StructureDefinition/valueset-label", "valueString": "f." } ], "code": "LA20339-0", "display": "Contrast media" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder", "valueInteger": 7 }, { "url": "http://hl7.org/fhir/StructureDefinition/valueset-label", "valueString": "g." } ], "code": "LA20340-8", "display": "Radiopharmaceuticals" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder", "valueInteger": 8 }, { "url": "http://hl7.org/fhir/StructureDefinition/valueset-label", "valueString": "h." } ], "code": "LA20341-6", "display": "Patient food (not suspected in drug-food interactions)" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder", "valueInteger": 9 }, { "url": "http://hl7.org/fhir/StructureDefinition/valueset-label", "valueString": "i." } ], "code": "LA20342-4", "display": "Drug-drug, drug-food, or adverse drug reaction as a result of a prescription and/or administration of a drug and/or food prior to admission" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder", "valueInteger": 10 }, { "url": "http://hl7.org/fhir/StructureDefinition/valueset-label", "valueString": "j." } ], "code": "LA20343-2", "display": "Other" } ] } ] } }, { "resourceType": "ValueSet", "id": "ll2655-0", "name": "AHRQ_Medication_Q2", "status": "active", "description": "The answer list for question 2 on the AHRQ \"Medication or Other Substance\" form", "copyright": "This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use", "compose": { "include": [ { "system": "http://loinc.org/vs/LL2655-0", "concept": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder", "valueInteger": 1 }, { "url": "http://hl7.org/fhir/StructureDefinition/valueset-label", "valueString": "a." } ], "code": "LA20278-0", "display": "Prescription or over-the-counter (including herbal supplements)" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder", "valueInteger": 2 }, { "url": "http://hl7.org/fhir/StructureDefinition/valueset-label", "valueString": "b." } ], "code": "LA20298-8", "display": "Compounded preparations" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder", "valueInteger": 3 }, { "url": "http://hl7.org/fhir/StructureDefinition/valueset-label", "valueString": "c." } ], "code": "LA20299-6", "display": "Investigational drugs" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder", "valueInteger": 4 }, { "url": "http://hl7.org/fhir/StructureDefinition/valueset-label", "valueString": "d." } ], "code": "LA4489-6", "display": "Unknown" } ] } ] } }, { "resourceType": "ValueSet", "id": "ll2657-6", "name": "AHRQ_Medication_Q4", "status": "active", "description": "The answer list for question 4 on the AHRQ \"Medication or Other Substance\" form", "copyright": "This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use", "compose": { "include": [ { "system": "http://loinc.org/vs/LL2657-6", "concept": [ { "code": "LA20283-0", "display": "Vaccines" }, { "code": "LA20287-1", "display": "Other biological products (e.g., thrombolytic)" } ] } ] } }, { "resourceType": "ValueSet", "id": "ll2659-2", "name": "AHRQ_Medication_Q6", "status": "active", "description": "The answer list for question 6 on the AHRQ \"Medication or Other Substance\" form", "copyright": "This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use", "compose": { "include": [ { "system": "http://loinc.org", "concept": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder", "valueInteger": 1 }, { "url": "http://hl7.org/fhir/StructureDefinition/valueset-label", "valueString": "a." } ], "code": "LA20273-1", "display": "Dietary supplements (other than vitamins or minerals)" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder", "valueInteger": 2 }, { "url": "http://hl7.org/fhir/StructureDefinition/valueset-label", "valueString": "b." } ], "code": "LA16117-6", "display": "Vitamins or minerals" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder", "valueInteger": 3 }, { "url": "http://hl7.org/fhir/StructureDefinition/valueset-label", "valueString": "c." } ], "code": "LA20320-0", "display": "Enteral nutritional products, including infant formula" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder", "valueInteger": 4 }, { "url": "http://hl7.org/fhir/StructureDefinition/valueset-label", "valueString": "d." } ], "code": "LA20321-8", "display": "Parenteral nutritional products" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder", "valueInteger": 5 }, { "url": "http://hl7.org/fhir/StructureDefinition/valueset-label", "valueString": "e." } ], "code": "LA20318-4", "display": "Other" } ] } ] } }, { "resourceType": "ValueSet", "id": "ll2660-0", "name": "AHRQ_Medication_Q7", "status": "active", "description": "The answer list for question 7 on the AHRQ 'Medication or Other Substance' form", "copyright": "This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use", "compose": { "include": [ { "system": "http://loinc.org", "concept": [ { "code": "LA20275-6", "display": "Incorrect action (process failure or error) (e.g., such as administering overdose or incorrect medication)", "_display": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/markup", "valueString": "Incorrect action (process failure or error) <i>(e.g., such as administering overdose or incorrect medication)</i>" } ] } }, { "code": "LA20314-3", "display": "Unsafe condition", "_display": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/style", "valueString": "color:green" } ] } }, { "code": "LA20315-0", "display": "Adverse reaction in patient to the administered substance without any apparent incorrect action" }, { "code": "LA4489-6", "display": "Unknown" } ] } ] } }, { "resourceType": "ValueSet", "id": "ll2661-8", "name": "AHRQ_Medication_Q8", "status": "active", "description": "The answer list for question 8 on the AHRQ 'Medication or Other Substance' form", "copyright": "This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use", "compose": { "include": [ { "system": "http://loinc.org", "concept": [ { "code": "LA20276-4", "display": "Incorrect patient" }, { "code": "LA20302-8", "display": "Incorrect medication/substance" }, { "code": "LA20303-6", "display": "Incorrect dose(s)" }, { "code": "LA20304-4", "display": "Incorrect route of administration" }, { "code": "LA20305-1", "display": "Incorrect timing" }, { "code": "LA20306-9", "display": "Incorrect rate" }, { "code": "LA20307-7", "display": "Incorrect duration of administration or course of therapy" }, { "code": "LA20308-5", "display": "Incorrect dosage form (e.g., sustained release instead of immediate release)" }, { "code": "LA20309-3", "display": "Incorrect strength or concentration" }, { "code": "LA20310-1", "display": "Incorrect preparation, including inappropriate cutting of tablets, error in compounding, mixing, etc." }, { "code": "LA20311-9", "display": "Expired or deteriorated medication/substance" }, { "code": "LA20312-7", "display": "Medication/substance that is known to be an allergen to the patient" }, { "code": "LA20345-7", "display": "Medication/substance that is known to be contraindicated for the patient" }, { "code": "LA20313-5", "display": "Incorrect patient/family action (e.g., self-administration error)" }, { "code": "LA20318-4", "display": "Other" } ] } ] } }, { "resourceType": "ValueSet", "id": "ll2662-6", "name": "AHRQ_Medication_Q9", "status": "active", "description": "The answer list for question 9 on the AHRQ 'Medication or Other Substance' form", "copyright": "This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use", "compose": { "include": [ { "system": "http://loinc.org/vs/LL2662-6", "concept": [ { "code": "LA20277-2", "display": "Overdose" }, { "code": "LA20300-2", "display": "Underdose" }, { "code": "LA20301-0", "display": "Missed or omitted dose" }, { "code": "LA7271-5", "display": "Extra dose" }, { "code": "LA4489-6", "display": "Unknown" } ] } ] } }, { "resourceType": "ValueSet", "id": "ll2663-4", "name": "AHRQ_Medication_Q10", "status": "active", "description": "The answer list for question 10 on the AHRQ 'Medication or Other Substance' form", "copyright": "This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use", "compose": { "include": [ { "system": "http://loinc.org/vs/LL2663-4", "concept": [ { "code": "LA20280-6", "display": "Too early" }, { "code": "LA20290-5", "display": "Too late" }, { "code": "LA4489-6", "display": "Unknown" } ] } ] } }, { "resourceType": "ValueSet", "id": "ll2664-2", "name": "AHRQ_Medication_Q11", "status": "active", "description": "The answer list for question 11 on the AHRQ 'Medication or Other Substance' form", "copyright": "This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use", "compose": { "include": [ { "system": "http://loinc.org/vs/LL2664-2", "concept": [ { "code": "LA20282-2", "display": "Too quickly" }, { "code": "LA20288-", "display": "Too slowly" }, { "code": "LA4489-6", "display": "Unknown" } ] } ] } }, { "resourceType": "ValueSet", "id": "ll2665-9", "name": "AHRQ_Medication_Q12", "status": "active", "description": "The answer list for question 12 on the AHRQ 'Medication or Other Substance' form", "copyright": "This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use", "compose": { "include": [ { "system": "http://loinc.org/vs/LL2665-9", "concept": [ { "code": "LA20281-4", "display": "Too high" }, { "code": "LA20289-7", "display": "Too low" }, { "code": "LA4489-6", "display": "Unknown" } ] } ] } }, { "resourceType": "ValueSet", "id": "ll2817-6", "name": "AHRQ_Y/N/UNK", "status": "active", "description": "AHRQ Common Format Answer list for Yes (A15), No (A18), Unknown (UNK)", "copyright": "This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use", "compose": { "include": [ { "system": "http://loinc.org/vs/LL2817-6", "concept": [ { "code": "LA33-6", "display": "Yes" }, { "code": "LA32-8", "display": "No" }, { "code": "LA4489-6", "display": "Unkown" } ] } ] } }, { "resourceType": "ValueSet", "id": "ll2668-3", "name": "AHRQ_Medication_Q15", "status": "active", "description": "The answer list for question 15 on the AHRQ 'Medication or Other Substance' form", "copyright": "This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use", "compose": { "include": [ { "system": "http://loinc.org/vs/LL2668-3", "concept": [ { "code": "LA20274-9", "display": "Drug-drug" }, { "code": "LA20316-8", "display": "Drug-food" }, { "code": "LA20317-6", "display": "Drug-disease" }, { "code": "LA20318-4", "display": "Other" } ] } ] } }, { "resourceType": "ValueSet", "id": "ll2669-1", "name": "AHRQ_Medication_Q16", "status": "active", "description": "The answer list for question 16 on the AHRQ 'Medication or Other Substance' form", "copyright": "This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use", "compose": { "include": [ { "system": "http://loinc.org/vs/LL2669-1", "concept": [ { "code": "LA20279-8", "display": "Purchasing" }, { "code": "LA20291-3", "display": "Storing" }, { "code": "LA20292-1", "display": "Prescribing/ordering" }, { "code": "LA20293-9", "display": "Transcribing" }, { "code": "LA20294-7", "display": "Preparing" }, { "code": "LA20295-4", "display": "Dispensing" }, { "code": "LA20296-2", "display": "Administering" }, { "code": "LA20297-0", "display": "Monitoring" }, { "code": "LA4489-6", "display": "Unknown" }, { "code": "LA20318-4", "display": "Other" } ] } ] } }, { "resourceType": "ValueSet", "id": "ll2828-3", "name": "AHRQ_Y/N", "status": "active", "description": "AHRQ Common Format Answer list for Yes (A15) and No (A18)", "copyright": "This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use", "compose": { "include": [ { "system": "http://loinc.org/vs/LL2828-3", "concept": [ { "code": "LA33-6", "display": "Yes" }, { "code": "LA32-8", "display": "No" } ] } ] } }, { "resourceType": "ValueSet", "id": "ll2682-4", "name": "AHRQ_Medication_Q28_Q29", "status": "active", "description": "The answer list for questions 28 and 29 on the AHRQ 'Medication or Other Substance' form", "copyright": "This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use", "compose": { "include": [ { "system": "http://loinc.org", "concept": [ { "code": "LA20272-3", "display": "Cutaneous, topical application, including ointment, spray, patch" }, { "code": "LA9451-1", "display": "Subcutaneous" }, { "code": "LA9444-6", "display": "Ophthalmic" }, { "code": "LA20324-2", "display": "Oral, including sublingual or buccal" }, { "code": "LA9445-", "display": "Otic" }, { "code": "LA9263-0", "display": "Nasal" }, { "code": "LA9427-1", "display": "Inhalation" }, { "code": "LA9437-0", "display": "Intravenous" }, { "code": "LA9429-7", "display": "Intramuscular" }, { "code": "LA9435-4", "display": "Intrathecal" }, { "code": "LA9418-0", "display": "Epidural" }, { "code": "LA20332-5", "display": "Gastric" }, { "code": "LA9369-5", "display": "Rectal" }, { "code": "LA9459-4", "display": "Vaginal" }, { "code": "LA4489-6", "display": "Unknown" }, { "code": "LA20318-4", "display": "Other" } ] } ] } } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-category", "valueCodeableConcept": { "coding": [ { "code": "Acute Care Hospitals" } ] } } ], "identifier": [ { "system": "http://loinc.org/vs", "value": "74080-3" } ], "status": "published", "date": "2012-04-01", "publisher": "Agency for Healthcare Research and Quality (AHRQ)", "subjectType": [ "Patient" ], "group": { "linkId": "root", "title": "Medication or Other Substance", "_title": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/style", "valueString": "color:#0000FF" } ] }, "required": true, "group": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/sdc-questionnaire-specialGroup", "valueCode": "header" } ], "linkId": "Medication/header", "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-hidden", "valueBoolean": true }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-defaultValue", "valueString": "AHRQ F8" }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-readOnly", "valueBoolean": true } ], "text": "Form ID:", "type": "string", "required": true }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 3 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 9 } ], "linkId": "74080-3/74081-1", "text": "Event ID:", "type": "string", "required": true }, { "linkId": "74080-3/30947-6", "text": "Initial Report Date (HERF Q1)", "type": "string", "required": true } ] }, { "linkId": "Medication/SEC00", "title": "Medication or Other Substance", "text": "Use this form to report any patient safety event or unsafe condition involving a substance such as a medications, biological products, nutritional products, expressed human breast milk, medical gases, or contrast media. Do not complete this form if the event involves appropriateness of therapeutic choice or decision making (e.g., physician decision to prescribe medication despite known drug-drug interaction). If the event involves a device, please also complete the Device or Medical/Surgical Supply including Health Information Technology (HIT) form. Narrative detail can be captured on the Healthcare Event Reporting Form (HERF).", "_text": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/markup", "valueString": "Use this form to report any patient safety event or unsafe condition involving a substance such as a medications, biological products, nutritional products, expressed human breast milk, medical gases, or contrast media. Do not complete this form if the event involves appropriateness of therapeutic choice or decision making (e.g., physician decision to prescribe medication despite known drug-drug interaction). If the event involves a device, please also complete the <i>Device or Medical/Surgical Supply including Health Information Technology (HIT)</i> form. Narrative detail can be captured on the <i>Healthcare Event Reporting Form (HERF)</i>." } ] }, "group": [ { "linkId": "Medication/SEC01/74080-3", "required": true, "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-label", "valueString": "1." }, { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 1 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 30 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://loinc.org/74076-1" } }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-instruction", "valueString": "CHECK ONE" } ], "linkId": "74080-3/74076-1", "text": "What type of medication/substance was involved?", "type": "open-choice", "required": true, "options": { "reference": "ValueSet/sdc" }, "group": [ { "linkId": "74080-3/74076-1/LA20271-5", "required": false, "repeats": false, "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-label", "valueString": "2." }, { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 7 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 65 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://loinc.org/vs/74075-3" } }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-instruction", "valueString": "CHECK ONE" } ], "linkId": "74080-3/74075-3", "text": "What type of medication?", "type": "choice", "required": true, "options": { "reference": "#ll2655-0" }, "group": [ { "linkId": "74080-3/74077-9", "required": false, "repeats": false, "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-label", "valueString": "3." }, { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 0 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 500 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://loinc.org/74077-9" } } ], "linkId": "74080-3/74077-9-q", "text": "Please list all ingredients:", "type": "string", "repeats": true } ] } ] } ] }, { "linkId": "74080-3/74076-1/LA20335-8", "required": false, "repeats": false, "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-label", "valueString": "4." }, { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 8 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 65 } ], "linkId": "74080-3/74074-6", "text": "What type of biological product?", "type": "open-choice", "options": { "reference": "#ll2657-6" }, "group": [ { "linkId": "74080-3/74074-6/LA20283-0", "required": false, "repeats": false, "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-label", "valueString": "5." }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-trailing", "valueString": "LOT NUMBER" } ], "linkId": "74080-3/30959-1", "text": "What was the lot number of the vaccine?", "type": "string", "required": true } ] } ] } ] }, { "linkId": "74080-3/74076-1/LA20336-6", "required": false, "repeats": false, "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-label", "valueString": "6." } ], "linkId": "74080-3/74073-8", "text": "What type of nutritional product?", "type": "open-choice", "required": true, "options": { "reference": "#ll2659-2" }, "group": [ { "extension": [ { "extension": [ { "url": "question", "valueString": "74080-3/74073-8" }, { "url": "answer", "valueCoding": { "system": "http://loinc.org", "code": "LA20318-4", "display": "Other" } } ], "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen" } ], "linkId": "74080-3/74073-8/Other", "required": true, "question": [ { "linkId": "74080-3/74073-8/Other/Specify", "text": "PLEASE SPECIFY", "type": "string", "required": true } ] } ] } ] }, { "extension": [ { "extension": [ { "url": "question", "valueString": "74080-3/74076-1" }, { "url": "answer", "valueCoding": { "system": "http://loinc.org", "code": "LA20318-4", "display": "Other" } } ], "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen" } ], "linkId": "74080-3/74076-1/Other", "required": true, "question": [ { "linkId": "74080-3/74076-1/Other/Specify", "text": "PLEASE SPECIFY", "type": "string", "required": true } ] } ] }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-label", "valueString": "7." } ], "linkId": "74080-3/74072-0", "text": "Which of the following best characterizes the event?", "type": "open-choice", "required": true, "options": { "reference": "#ll2660-0" } }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-label", "valueString": "8." } ], "linkId": "74080-3/74071-2", "text": "What was the incorrect action?", "type": "choice", "options": { "reference": "#ll2661-8" }, "group": [ { "linkId": "74080-3/74071-2/A1275", "required": false, "repeats": false, "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-label", "valueString": "9." } ], "linkId": "74080-3/74070-4", "text": "Which best describes the incorrect dose(s)?", "type": "open-choice", "required": true, "options": { "reference": "#ll2662-6" } } ] }, { "linkId": "74080-3/74071-2/LA20313-5", "required": false, "repeats": false, "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-label", "valueString": "10." } ], "linkId": "Medication/74069-6", "text": "Which best describes the incorrect timing?", "type": "open-choice", "required": true, "options": { "reference": "#ll2663-4" } } ] }, { "linkId": "74080-3/74071-2/LA20306-9", "required": false, "repeats": false, "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-label", "valueString": "11." } ], "linkId": "74080-3/74068-8", "text": "Which best describes the incorrect rate?", "type": "open-choice", "required": true, "options": { "reference": "#ll2664-2" } } ] }, { "linkId": "74080-3/74071-2/LA20309-3", "required": false, "repeats": false, "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-label", "valueString": "12." } ], "linkId": "Medication/74067-0", "text": "Which best describes the incorrect strength or concentration?", "type": "open-choice", "required": true, "options": { "reference": "#ll2665-9" } } ] }, { "linkId": "74080-3/74071-2/LA20311-9", "required": false, "repeats": false, "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-label", "valueString": "13." } ], "linkId": "Medication/74066-2", "text": "What was the expiration date?", "type": "string", "required": true } ] }, { "linkId": "74080-3/74071-2/LA20312-7", "required": false, "repeats": false, "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-label", "valueString": "14." } ], "linkId": "Medication/74065-4", "text": "Was there a documented history of allergies or sensitivities to the medication/substance administered?", "type": "open-choice", "required": true, "options": { "reference": "#ll2817-6" } } ] }, { "linkId": "74080-3/74071-2/LA20345-7", "required": false, "repeats": false, "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-label", "valueString": "15." } ], "linkId": "Medication/74064-7", "text": "What was the contraindication (potential or actual interaction)?", "type": "open-choice", "required": true, "options": { "reference": "#ll2668-3" }, "group": [ { "extension": [ { "extension": [ { "url": "question", "valueString": "Medication/74064-7" }, { "url": "answer", "valueCoding": { "system": "http://loinc.org", "code": "LA20318-4", "display": "Other" } } ], "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen" } ], "linkId": "Medication/74064-7/Other", "required": true, "question": [ { "linkId": "Medication/74064-7/Other/Specify", "text": "PLEASE SPECIFY", "type": "string", "required": true } ] } ] } ] }, { "extension": [ { "extension": [ { "url": "question", "valueString": "74080-3/74071-2" }, { "url": "answer", "valueCoding": { "system": "http://loinc.org", "code": "LA20318-4", "display": "Other" } } ], "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen" } ], "linkId": "74080-3/74071-2/Other", "required": true, "question": [ { "linkId": "74080-3/74071-2/Other/Specify", "text": "PLEASE SPECIFY", "type": "string", "required": true } ] } ] }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-label", "valueString": "16." } ], "linkId": "74080-3/74063-9", "text": "At what stage in the process did the event originate, regardless of the stage at which it was discovered?", "type": "open-choice", "required": true, "options": { "reference": "#ll2669-1" }, "group": [ { "extension": [ { "extension": [ { "url": "question", "valueString": "74080-3/74063-9" }, { "url": "answer", "valueCoding": { "system": "http://loinc.org", "code": "LA20318-4", "display": "Other" } } ], "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen" } ], "linkId": "74080-3/74063-9/Other", "required": true, "question": [ { "linkId": "74080-3/74063-9/Other/Specify", "text": "PLEASE SPECIFY", "type": "string", "required": true } ] } ] } ] }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxOccurs", "valueInteger": 5 } ], "linkId": "74080-3/74078-7", "text": "Please provide the following medication details for any medications or other substances directly involved in the event.", "repeats": true, "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-label", "valueString": "17." }, { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 0 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 65 } ], "linkId": "74080-3/74078-7/74062-1", "text": "Generic name or investigational drug name", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 0 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 65 } ], "linkId": "74080-3/74078-7/74061-3", "text": "Ingredient RXCUI (if known)", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-label", "valueString": "18." }, { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 0 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 65 } ], "linkId": "74080-3/74078-7/74060-5", "text": "Brand name (if known)", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 0 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 65 } ], "linkId": "74080-3/74078-7/74059-7", "text": "Brand name RXCUI (if known)", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-label", "valueString": "19." }, { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 0 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 65 } ], "linkId": "74080-3/74078-7/74058-9", "text": "Manufacturer (if known)", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-label", "valueString": "20." }, { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 0 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 65 } ], "linkId": "74080-3/74078-7/74057-1", "text": "Strength or concentration of product", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 0 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 65 } ], "linkId": "74080-3/74078-7/74056-3", "text": "Clinical drug component RXCUI (if known)", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-label", "valueString": "21." }, { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 0 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 65 } ], "linkId": "74080-3/74078-7/74055-5", "text": "Dosage form of Product", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 0 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 65 } ], "linkId": "74080-3/74078-7/74054-8", "text": "Dose form RXCUI (if known)", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-label", "valueString": "22." } ], "linkId": "74080-3/74078-7/74053-0", "text": "Was this medication/substance prescribed for this patient?", "type": "choice", "required": true, "options": { "reference": "#ll2828-3" } }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-label", "valueString": "23." } ], "linkId": "Medication/74052-2", "text": "Was this medication/substance given to this patient?", "type": "choice", "required": true, "options": { "reference": "#ll2828-3" } } ] }, { "linkId": "Medication/SEC03", "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-label", "valueString": "24." } ], "linkId": "74080-3/74051-4", "text": "What was the intended route of administration?", "type": "open-choice", "required": true, "options": { "reference": "#ll2682-4" }, "group": [ { "extension": [ { "extension": [ { "url": "question", "valueString": "74080-3/74051-4" }, { "url": "answer", "valueCoding": { "system": "http://loinc.org", "code": "LA20318-4", "display": "Other" } } ], "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen" } ], "linkId": "74080-3/74051-4/Other", "required": true, "question": [ { "linkId": "74080-3/74051-4/Other/Specify", "text": "PLEASE SPECIFY", "type": "string", "required": true } ] } ] }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-label", "valueString": "25." } ], "linkId": "74080-3/74050-6", "text": "What was the actual route of administration (attempted or completed)?", "type": "open-choice", "required": true, "options": { "reference": "#ll2682-4" }, "group": [ { "extension": [ { "extension": [ { "url": "question", "valueString": "74080-3/74050-6" }, { "url": "answer", "valueCoding": { "system": "http://loinc.org", "code": "LA20318-4", "display": "Other" } } ], "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen" } ], "linkId": "74080-3/74050-6/Other", "required": true, "question": [ { "linkId": "74080-3/74050-6/Other/Specify", "text": "PLEASE SPECIFY", "type": "string", "required": true } ] } ] } ] }, { "linkId": "Medication/SEC04", "title": "Thank you for completing these questions.", "text": "OMB No. 0935-0143 Exp. Date 10/31/2014 Public reporting burden for the collection of information is estimated to average 10 minutes per response. An agency may not conduct or sponsor, and a person is not required to respond to, a collection of information unless it displays a currently valid OMB control number. Send comments regarding this burden estimate or any other aspect of this collection of information, including suggestions for reducing this burden, to: AHRQ Reports Clearance Officer, Attention: PRA, Paperwork Reduction Project (0935-0143), AHRQ, 540 Gaither Road, Room #5036, Rockville, MD 20850." } ] }, { "extension": [ { "fhir_comments": [ " This group was added for demonstration purposes and is not part of the base form " ], "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-hidden", "valueBoolean": true } ], "linkId": "Reporting", "title": "Reporting information", "question": [ { "linkId": "Reporting/who", "text": "Reported by:", "type": "string" }, { "linkId": "Reporting/when", "text": "Reported date:", "type": "date" } ] }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/sdc-questionnaire-specialGroup", "valueCode": "footer" } ], "linkId": "Medication/footer", "text": "AHRQ Common Formats - Hospital Version 1.2 - 2012 Medication or Other Substance" } ] } }; var example739: fhir.Bundle = { "entry": [ { "fullUrl": "http://details.loinc.org/LOINC/54127-6", "resource": { "contained": [ { "compose": { "include": [ { "concept": [ { "code": "[in_i]", "display": "inches" }, { "code": "cm", "display": "centimeters" } ], "system": "http://unitsofmeasure.org" } ] }, "id": "length", "resourceType": "ValueSet", "status": "active" }, { "compose": { "include": [ { "concept": [ { "code": "[lb_i]", "display": "pounds" }, { "code": "km", "display": "kilograms" } ], "system": "http://unitsofmeasure.org" } ] }, "id": "weight", "resourceType": "ValueSet", "status": "active" } ], "group": { "concept": [ { "code": "54127-6H", "display": "US Surgeon General family health portrait [USSG-FHT]" } ], "group": [ { "linkId": "0", "question": [ { "linkId": "0.1", "text": "Date Done", "type": "date" }, { "linkId": "0.2", "text": "Time Done", "type": "time" }, { "linkId": "0.3", "text": "Where Done", "type": "string" }, { "linkId": "0.4", "text": "Comment", "type": "string" } ] }, { "concept": [ { "code": "54126-8", "display": "My health history [USSG-FHT]", "system": "http://loinc.org" } ], "group": [ { "linkId": "1.1", "question": [ { "concept": [ { "code": "54125-0", "display": "Name", "system": "http://loinc.org" } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "54125-0" } } ], "linkId": "1.1.1", "text": "Name", "type": "string" }, { "concept": [ { "code": "54131-8", "display": "Gender [USSG-FHT]", "system": "http://loinc.org" } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "54131-8" } } ], "group": [ { "extension": [ { "extension": [ { "url": "question", "valueString": "1.2.1" }, { "url": "value", "valueCoding": { "code": "LL46-8", "display": "Other", "system": "http://loinc.org" } } ], "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen" } ], "linkId": "1.1.2.1", "question": [ { "linkId": "1.1.2.1.1", "text": "Please specify", "type": "string" } ] } ], "linkId": "1.1.2", "options": { "display": "Gender_M/F", "reference": "http://details.loinc.org/AnswerList/LL1-9" }, "required": true, "text": "Gender", "type": "choice" }, { "concept": [ { "code": "21112-8", "display": "Birth date", "system": "http://loinc.org" } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "21112-8" } } ], "linkId": "1.1.3", "text": "Date of Birth", "type": "date" }, { "concept": [ { "code": "54132-6", "display": "Twin", "system": "http://loinc.org" } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "54132-6" } } ], "linkId": "1.1.4", "options": { "display": "USSG-FHT twin", "reference": "http://details.loinc.org/AnswerList/LL623-0" }, "text": "Were you born a twin?", "type": "choice" }, { "concept": [ { "code": "54128-4", "system": "http://loinc.org" } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "54128-4" } } ], "linkId": "1.1.5", "options": { "display": "Y/N1", "reference": "http://details.loinc.org/AnswerList/LL361-7" }, "text": "Were you adopted?", "type": "choice" }, { "concept": [ { "code": "54135-9", "display": "Parents related [USSG-FHT]", "system": "http://loinc.org" } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "54135-9" } } ], "linkId": "1.1.6", "options": { "display": "Y/N1", "reference": "http://details.loinc.org/AnswerList/LL361-7" }, "text": "Are your parents related to each other in any way other than marriage?", "type": "choice" }, { "concept": [ { "code": "8302-2", "display": "Body height", "system": "http://loinc.org" } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "8302-2" } } ], "group": [ { "extension": [ { "extension": [ { "url": "question", "valueString": "1.1.7" } ], "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen" } ], "linkId": "1.1.7.1", "question": [ { "linkId": "1.1.7.1.1", "options": { "reference": "#height" }, "text": "Units", "type": "choice" } ] }, { "extension": [ { "extension": [ { "url": "question", "valueString": "1.1.7" }, { "url": "value", "valueQuantity": { "comparator": ">=", "value": 10 } } ], "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen" } ], "linkId": "1.1.7.2", "question": [ { "concept": [ { "code": "8302-2", "system": "http://loinc.org" } ], "linkId": "1.1.7.2.1", "text": "Mock-up item: Shown when Height >= 10", "type": "string" } ] } ], "linkId": "1.1.7", "required": true, "text": "Height", "type": "decimal" }, { "concept": [ { "code": "29463-7", "display": "Body weight", "system": "http://loinc.org" } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "29463-7" } } ], "group": [ { "extension": [ { "extension": [ { "url": "question", "valueString": "1.1.8" } ], "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen" } ], "linkId": "1.1.8.1", "question": [ { "linkId": "1.1.8.1.1", "options": { "reference": "#weight" }, "text": "Units", "type": "choice" } ] } ], "linkId": "1.1.8", "text": "Weight", "type": "decimal" }, { "concept": [ { "code": "39156-5", "display": "Body mass index", "system": "http://loinc.org" } ], "linkId": "1.1.9", "text": "Body mass index (BMI) [Ratio]", "type": "decimal" }, { "concept": [ { "code": "54134-2", "display": "Race [USSG-FHT]", "system": "http://loinc.org" } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "54134-2" } } ], "linkId": "1.1.10", "options": { "display": "USSG-FHT race", "reference": "http://details.loinc.org/AnswerList/LL629-7" }, "repeats": true, "text": "Race", "type": "choice" }, { "concept": [ { "code": "54133-4", "display": "Ethnicity [USSG-FHT]", "system": "http://loinc.org" } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "54133-4" } } ], "linkId": "1.1.11", "options": { "display": "USSG-FHT ethnicity", "reference": "http://details.loinc.org/AnswerList/LL628-9" }, "repeats": true, "text": "Ethnicity", "type": "choice" } ] }, { "concept": [ { "code": "54137-5", "display": "Diseases history panel [USSG-FHT]", "system": "http://loinc.org" } ], "linkId": "1.2", "question": [ { "concept": [ { "code": "54140-9", "display": "History of diseases [USSG-FHT]", "system": "http://loinc.org" } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "54140-9" } } ], "linkId": "1.2.1", "options": { "display": "USSG-FHT diseases", "reference": "http://details.loinc.org/AnswerList/LL626-3" }, "text": "Disease or Condition", "type": "choice" }, { "concept": [ { "code": "54130-0", "display": "Age range at onset of disease [USSG-FHT]", "system": "http://loinc.org" } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "54130-0" } } ], "linkId": "1.2.2", "options": { "display": "USSG-FHT age", "reference": "http://details.loinc.org/AnswerList/LL619-8" }, "text": "Age at Diagnosis", "type": "choice" } ], "repeats": true, "title": "Your diseases history" } ], "linkId": "1", "required": true, "title": "Your health information" }, { "concept": [ { "code": "54114-4", "display": "Family member health history [USSG-FHT] family member", "system": "http://loinc.org" } ], "group": [ { "group": [ { "linkId": "2.1.1", "question": [ { "concept": [ { "code": "54136-7", "display": "Relationship to patient family member [USSG-FHT]", "system": "http://loinc.org" } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "54136-7" } } ], "linkId": "2.1.1.1", "options": { "display": "USSG-FHT relationship", "reference": "http://details.loinc.org/AnswerList/LL621-4" }, "text": "Relationship to you", "type": "choice" }, { "concept": [ { "code": "54138-3", "display": "Name family member", "system": "http://loinc.org" } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "54138-3" } } ], "linkId": "2.1.1.2", "text": "Name", "type": "string" }, { "concept": [ { "code": "54123-5", "display": "Gender family member [USSG-FHT]", "system": "http://loinc.org" } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "54123-5" } } ], "group": [ { "extension": [ { "extension": [ { "url": "question", "valueString": "2.1.3" }, { "url": "value", "valueCoding": { "code": "LA46-8", "display": "Other", "system": "http://loinc.org" } } ], "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen" } ], "linkId": "2.1.1.3.1", "question": [ { "linkId": "2.1.1.3.1.1", "text": "Please specify", "type": "string" } ] } ], "linkId": "2.1.1.3", "options": { "display": "Gender_M/F", "reference": "http://details.loinc.org/AnswerList/LL1-9" }, "text": "Gender", "type": "choice" }, { "concept": [ { "code": "54139-1", "display": "Living family member", "system": "http://loinc.org" } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "54139-1" } } ], "group": [ { "extension": [ { "extension": [ { "url": "question", "valueString": "2.1.3" }, { "url": "value", "valueCoding": { "code": "LA33-6", "display": "Yes", "system": "http://loinc.org" } } ], "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen" } ], "linkId": "2.1.1.4.1", "question": [ { "concept": [ { "code": "54112-8", "display": "Cause of death family member [USSG-FHT]", "system": "http://loinc.org" } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "54112-8" } } ], "group": [ { "extension": [ { "extension": [ { "url": "question", "valueString": "2.1.1.4.1.1" }, { "url": "value", "valueCoding": { "code": "LA10571-0", "display": "-- Other/Unknown", "system": "http://loinc.org" } } ], "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen" } ], "linkId": "2.1.1.4.1.1.1", "question": [ { "text": "Please specify", "type": "string" } ] } ], "linkId": "2.1.1.4.1.1", "options": { "reference": "http://details.loinc.org/AnswerList/LL627-1" }, "text": "Cause of Death", "type": "choice" }, { "concept": [ { "code": "54113-6", "display": "Age range at death family member [USSG-FHT]", "system": "http://loinc.org" } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "54113-6" } } ], "linkId": "2.1.1.4.1.2", "options": { "display": "USSG-FHT age", "reference": "http://details.loinc.org/AnswerList/LL619-8" }, "text": "Age at Death", "type": "choice" } ] }, { "extension": [ { "extension": [ { "url": "question", "valueString": "2.1.3" }, { "url": "value", "valueCoding": { "code": "LA32-8", "display": "No", "system": "http://loinc.org" } } ], "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen" } ], "linkId": "2.1.1.4.2", "question": [ { "concept": [ { "code": "54124-3", "display": "Birth date family member", "system": "http://loinc.org" } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "54124-3" } } ], "linkId": "2.1.1.4.2.1", "text": "Date of Birth", "type": "date" }, { "concept": [ { "code": "54141-7", "display": "Current age family member [USSG-FHT]", "system": "http://loinc.org" } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "54141-7" } } ], "linkId": "2.1.1.4.2.2", "text": "Age", "type": "decimal" } ] } ], "linkId": "2.1.1.4", "options": { "display": "Y/N1", "reference": "LL361-7" }, "text": "Living?", "type": "choice" }, { "concept": [ { "code": "54121-9", "display": "Twin family member", "system": "http://loinc.org" } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "54121-9" } } ], "linkId": "2.1.1.5", "options": { "reference": "http://details.loinc.org/AnswerList/LL623-0" }, "text": "Was this person born a twin?", "type": "choice" }, { "concept": [ { "code": "54122-7", "display": "Adopted family member", "system": "http://loinc.org" } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "54122-7" } } ], "linkId": "2.1.1.6", "options": { "reference": "http://details.loinc.org/AnswerList/LL623-0" }, "text": "Was this person adopted?", "type": "choice" }, { "concept": [ { "code": "54119-3", "display": "Race family member [USSG-FHT]", "system": "http://loinc.org" } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "54119-3" } } ], "linkId": "2.1.1.7", "options": { "display": "USSG-FHT race", "reference": "http://details.loinc.org/AnswerList/LL629-7" }, "repeats": true, "text": "Race", "type": "choice" }, { "concept": [ { "code": "54120-1", "display": "Ethnicity family member [USSG-FHT]", "system": "http://loinc.org" } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "54120-1" } } ], "linkId": "2.1.1.8", "options": { "display": "USSG-FHT ethnicity", "reference": "http://details.loinc.org/AnswerList/LL628-9" }, "repeats": true, "text": "Ethnicity", "type": "choice" } ] }, { "concept": [ { "code": "54117-7", "display": "Disease history panel [USSG-FHT]", "system": "http://loinc.org" } ], "linkId": "2.1.2", "question": [ { "concept": [ { "code": "54116-9", "display": "History of diseases family member [USSG-FHT]", "system": "http://loinc.org" } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "54116-9" } } ], "linkId": "2.1.2.1", "options": { "display": "USSG-FHT diseases", "reference": "http://details.loinc.org/AnswerList/LL626-3" }, "required": true, "text": "Disease or Condition", "type": "choice" }, { "concept": [ { "code": "54115-1", "display": "Age range at onset of disease family member [USSG-FHT]", "system": "http://loinc.org" } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "54115-1" } } ], "linkId": "2.1.2.2", "options": { "display": "USSG-FHT age", "reference": "http://details.loinc.org/AnswerList/LL619-8" }, "text": "Age at Diagnosis", "type": "choice" }, { "linkId": "2.1.2.3", "text": "Mock-up item: Height", "type": "decimal" }, { "linkId": "2.1.2.4", "text": "Mock-up item: Weight", "type": "decimal" }, { "linkId": "2.1.2.5", "text": "Mock-up item: BMI", "type": "decimal" } ], "repeats": true, "title": "This family member's history of disease" } ], "linkId": "2.1" } ], "linkId": "2", "repeats": true, "title": "Family member health information" } ], "linkId": "root", "required": true, "title": "US Surgeon General - Family Health Portrait" }, "id": "54127-6", "publisher": "Regenstrief Institute, Inc and the LOINC Committee", "resourceType": "Questionnaire", "status": "published", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 54127-6</p><p><b>contained</b>: , </p><p><b>status</b>: published</p><p><b>publisher</b>: Regenstrief Institute, Inc and the LOINC Committee</p><blockquote><p><b>group</b></p><p><b>linkId</b>: root</p><p><b>title</b>: US Surgeon General - Family Health Portrait</p><p><b>concept</b>: US Surgeon General family health portrait [USSG-FHT] (Details: [not stated] code 54127-6H = '??', stated as 'US Surgeon General family health portrait [USSG-FHT]')</p><p><b>required</b>: true</p><h3>Groups</h3><table><tr><td>-</td></tr><tr><td>*</td></tr><tr><td>*</td></tr><tr><td>*</td></tr></table></blockquote></div>", "status": "generated" } } }, { "fullUrl": "http://details.loinc.org/AnswerList/LL1-9", "resource": { "compose": { "include": [ { "concept": [ { "code": "LA2-8", "display": "Male" }, { "code": "LA3-6", "display": "Female" }, { "code": "LA46-8", "display": "Other" } ], "system": "http://loinc.org" } ] }, "copyright": "Refer to https://loinc.org/terms-of-use", "description": "Male=1, Female=2", "id": "LL1-9", "name": "Gender_M/F", "publisher": "Regenstrief Institute, Inc and the LOINC Committee", "resourceType": "ValueSet", "status": "active", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: LL1-9</p><p><b>url</b>: <a>http://details.loinc.org/AnswerList/LL1-9</a></p><p><b>name</b>: Gender_M/F</p><p><b>status</b>: active</p><p><b>publisher</b>: Regenstrief Institute, Inc and the LOINC Committee</p><p><b>description</b>: Male=1, Female=2</p><p><b>copyright</b>: Refer to https://loinc.org/terms-of-use</p><blockquote><p><b>compose</b></p><blockquote><p><b>include</b></p><p><b>system</b>: <a>http://loinc.org</a></p><blockquote><p><b>concept</b></p><p><b>code</b>: LA2-8</p><p><b>display</b>: Male</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA3-6</p><p><b>display</b>: Female</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA46-8</p><p><b>display</b>: Other</p></blockquote></blockquote></blockquote></div>", "status": "generated" }, "url": "http://details.loinc.org/AnswerList/LL1-9" } }, { "fullUrl": "http://details.loinc.org/AnswerList/LL623-0", "resource": { "compose": { "include": [ { "concept": [ { "code": "LA10427-5", "display": "Yes - Identical (Same)" }, { "code": "LA10428-3", "display": "Yes - Fraternal (Different)" }, { "code": "LA32-8", "display": "No" } ], "system": "http://loinc.org" } ] }, "copyright": "Refer to https://loinc.org/terms-of-use", "description": "Family history tool twin", "id": "LL623-0", "name": "USSG-FHT twin", "publisher": "Regenstrief Institute, Inc and the LOINC Committee", "resourceType": "ValueSet", "status": "active", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: LL623-0</p><p><b>url</b>: <a>http://details.loinc.org/AnswerList/LL623-0</a></p><p><b>name</b>: USSG-FHT twin</p><p><b>status</b>: active</p><p><b>publisher</b>: Regenstrief Institute, Inc and the LOINC Committee</p><p><b>description</b>: Family history tool twin</p><p><b>copyright</b>: Refer to https://loinc.org/terms-of-use</p><blockquote><p><b>compose</b></p><blockquote><p><b>include</b></p><p><b>system</b>: <a>http://loinc.org</a></p><blockquote><p><b>concept</b></p><p><b>code</b>: LA10427-5</p><p><b>display</b>: Yes - Identical (Same)</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10428-3</p><p><b>display</b>: Yes - Fraternal (Different)</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA32-8</p><p><b>display</b>: No</p></blockquote></blockquote></blockquote></div>", "status": "generated" }, "url": "http://details.loinc.org/AnswerList/LL623-0" } }, { "fullUrl": "http://details.loinc.org/AnswerList/LL361-7", "resource": { "compose": { "include": [ { "concept": [ { "code": "LA33-6", "display": "Yes" }, { "code": "LA32-8", "display": "No" } ], "system": "http://loinc.org" } ] }, "copyright": "Refer to https://loinc.org/terms-of-use", "description": "Yes/No", "id": "LL361-7", "name": "Y/N1", "publisher": "Regenstrief Institute, Inc and the LOINC Committee", "resourceType": "ValueSet", "status": "active", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: LL361-7</p><p><b>url</b>: <a>http://details.loinc.org/AnswerList/LL361-7</a></p><p><b>name</b>: Y/N1</p><p><b>status</b>: active</p><p><b>publisher</b>: Regenstrief Institute, Inc and the LOINC Committee</p><p><b>description</b>: Yes/No</p><p><b>copyright</b>: Refer to https://loinc.org/terms-of-use</p><blockquote><p><b>compose</b></p><blockquote><p><b>include</b></p><p><b>system</b>: <a>http://loinc.org</a></p><blockquote><p><b>concept</b></p><p><b>code</b>: LA33-6</p><p><b>display</b>: Yes</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA32-8</p><p><b>display</b>: No</p></blockquote></blockquote></blockquote></div>", "status": "generated" }, "url": "http://details.loinc.org/AnswerList/LL361-7" } }, { "fullUrl": "http://details.loinc.org/AnswerList/LL629-7", "resource": { "compose": { "include": [ { "concept": [ { "code": "LA10608-0", "display": "American Indian or Alaska Native" }, { "code": "LA6156-9", "display": "Asian" }, { "code": "LA10614-8", "display": "-- Asian Indian" }, { "code": "LA10615-5", "display": "-- Chinese" }, { "code": "LA10616-3", "display": "-- Filipino" }, { "code": "LA10617-1", "display": "-- Japanese" }, { "code": "LA10618-9", "display": "-- Korean" }, { "code": "LA10620-5", "display": "-- Vietnamese" }, { "code": "LA10619-7", "display": "-- Other Asian" }, { "code": "LA10610-6", "display": "Black or African American" }, { "code": "LA10611-4", "display": "Native Hawaiian or Other Pacific Islander" }, { "code": "LA10623-9", "display": "-- Native Hawaiian" }, { "code": "LA10622-1", "display": "-- Guamanian" }, { "code": "LA10621-3", "display": "-- Chamorro" }, { "code": "LA10625-4", "display": "-- Samoan" }, { "code": "LA10624-7", "display": "-- Other Pacific Islander" }, { "code": "LA4457-3", "display": "White" }, { "code": "LA10613-0", "display": "Other/Unknown/Refuse To Answer" } ], "system": "http://loinc.org" } ] }, "copyright": "Refer to https://loinc.org/terms-of-use", "description": "Family history tool race", "id": "LL629-7", "name": "USSG-FHT race", "publisher": "Regenstrief Institute, Inc and the LOINC Committee", "resourceType": "ValueSet", "status": "active", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: LL629-7</p><p><b>url</b>: <a>http://details.loinc.org/AnswerList/LL629-7</a></p><p><b>name</b>: USSG-FHT race</p><p><b>status</b>: active</p><p><b>publisher</b>: Regenstrief Institute, Inc and the LOINC Committee</p><p><b>description</b>: Family history tool race</p><p><b>copyright</b>: Refer to https://loinc.org/terms-of-use</p><blockquote><p><b>compose</b></p><blockquote><p><b>include</b></p><p><b>system</b>: <a>http://loinc.org</a></p><blockquote><p><b>concept</b></p><p><b>code</b>: LA10608-0</p><p><b>display</b>: American Indian or Alaska Native</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA6156-9</p><p><b>display</b>: Asian</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10614-8</p><p><b>display</b>: -- Asian Indian</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10615-5</p><p><b>display</b>: -- Chinese</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10616-3</p><p><b>display</b>: -- Filipino</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10617-1</p><p><b>display</b>: -- Japanese</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10618-9</p><p><b>display</b>: -- Korean</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10620-5</p><p><b>display</b>: -- Vietnamese</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10619-7</p><p><b>display</b>: -- Other Asian</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10610-6</p><p><b>display</b>: Black or African American</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10611-4</p><p><b>display</b>: Native Hawaiian or Other Pacific Islander</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10623-9</p><p><b>display</b>: -- Native Hawaiian</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10622-1</p><p><b>display</b>: -- Guamanian</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10621-3</p><p><b>display</b>: -- Chamorro</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10625-4</p><p><b>display</b>: -- Samoan</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10624-7</p><p><b>display</b>: -- Other Pacific Islander</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA4457-3</p><p><b>display</b>: White</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10613-0</p><p><b>display</b>: Other/Unknown/Refuse To Answer</p></blockquote></blockquote></blockquote></div>", "status": "generated" }, "url": "http://details.loinc.org/AnswerList/LL629-7" } }, { "fullUrl": "http://details.loinc.org/AnswerList/LL628-9", "resource": { "compose": { "include": [ { "concept": [ { "code": "LA6214-6", "display": "Hispanic or Latino" }, { "code": "LA10599-1", "display": "-- Central American" }, { "code": "LA10600-7", "display": "-- Cuban" }, { "code": "LA10601-5", "display": "-- Dominican(Republic)" }, { "code": "LA10602-3", "display": "-- Mexican" }, { "code": "LA10605-6", "display": "-- Puerto Rican" }, { "code": "LA10606-4", "display": "-- South American" }, { "code": "LA10604-9", "display": "-- Other Latin American" }, { "code": "LA10603-1", "display": "-- Other Hispanic/Latino/Spanish" }, { "code": "LA10597-5", "display": "Non-Hispanic or Latino" }, { "code": "LA10598-3", "display": "Ashkenazi Jewish" }, { "code": "LA10607-2", "display": "Unknown/No answer" } ], "system": "http://loinc.org" } ] }, "copyright": "Refer to https://loinc.org/terms-of-use", "description": "Family history tool ethnicity", "id": "LL628-9", "name": "USSG-FHT ethnicity", "publisher": "Regenstrief Institute, Inc and the LOINC Committee", "resourceType": "ValueSet", "status": "active", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: LL628-9</p><p><b>url</b>: <a>http://details.loinc.org/AnswerList/LL628-9</a></p><p><b>name</b>: USSG-FHT ethnicity</p><p><b>status</b>: active</p><p><b>publisher</b>: Regenstrief Institute, Inc and the LOINC Committee</p><p><b>description</b>: Family history tool ethnicity</p><p><b>copyright</b>: Refer to https://loinc.org/terms-of-use</p><blockquote><p><b>compose</b></p><blockquote><p><b>include</b></p><p><b>system</b>: <a>http://loinc.org</a></p><blockquote><p><b>concept</b></p><p><b>code</b>: LA6214-6</p><p><b>display</b>: Hispanic or Latino</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10599-1</p><p><b>display</b>: -- Central American</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10600-7</p><p><b>display</b>: -- Cuban</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10601-5</p><p><b>display</b>: -- Dominican(Republic)</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10602-3</p><p><b>display</b>: -- Mexican</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10605-6</p><p><b>display</b>: -- Puerto Rican</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10606-4</p><p><b>display</b>: -- South American</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10604-9</p><p><b>display</b>: -- Other Latin American</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10603-1</p><p><b>display</b>: -- Other Hispanic/Latino/Spanish</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10597-5</p><p><b>display</b>: Non-Hispanic or Latino</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10598-3</p><p><b>display</b>: Ashkenazi Jewish</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10607-2</p><p><b>display</b>: Unknown/No answer</p></blockquote></blockquote></blockquote></div>", "status": "generated" }, "url": "http://details.loinc.org/AnswerList/LL628-9" } }, { "fullUrl": "http://details.loinc.org/AnswerList/LL626-3", "resource": { "compose": { "include": [ { "concept": [ { "code": "LA10533-0", "display": "Blood Clots" }, { "code": "LA10572-8", "display": "-- Blood Clot in Leg" }, { "code": "LA10573-6", "display": "-- Blood Clot in Lungs" }, { "code": "LA10524-9", "display": "Cancer" }, { "code": "LA10549-6", "display": "-- Bone" }, { "code": "LA10536-3", "display": "-- Breast Cancer" }, { "code": "LA10537-1", "display": "-- Colon Cancer" }, { "code": "LA10548-8", "display": "-- Esophageal Cancer" }, { "code": "LA10547-0", "display": "-- Gastric Cancer" }, { "code": "LA10541-3", "display": "-- Kidney Cancer" }, { "code": "LA10545-4", "display": "-- Leukemia" }, { "code": "LA10542-1", "display": "-- Lung Cancer" }, { "code": "LA10546-2", "display": "-- Muscle Cancer" }, { "code": "LA10539-7", "display": "-- Ovarian Cancer" }, { "code": "LA10538-9", "display": "-- Prostate Cancer" }, { "code": "LA10543-9", "display": "-- Skin Cancer" }, { "code": "LA10540-5", "display": "-- Thyroid Cancer" }, { "code": "LA10544-7", "display": "-- Uterine Cancer" }, { "code": "LA10550-4", "display": "-- Other Cancer" }, { "code": "LA10529-8", "display": "Diabetes" }, { "code": "LA10551-2", "display": "-- Diabetes Type 1" }, { "code": "LA10552-0", "display": "-- Diabetes Type 2" }, { "code": "LA10553-8", "display": "-- Gestational Diabetes" }, { "code": "LA10532-2", "display": "Gastrointestinal Disease" }, { "code": "LA10554-6", "display": "-- Crohn's Disease" }, { "code": "LA10555-3", "display": "-- Irritable Bowel Syndrome" }, { "code": "LA10556-1", "display": "-- Ulceritive Colitis" }, { "code": "LA10557-9", "display": "-- Colon Polyps" }, { "code": "LA10523-1", "display": "Heart Disease" }, { "code": "LA10558-7", "display": "-- Heart Attack" }, { "code": "LA10526-4", "display": "High Cholesterol/Hyperlipidemia" }, { "code": "LA7444-8", "display": "Hypertension" }, { "code": "LA10528-0", "display": "Kidney Disease" }, { "code": "LA10565-2", "display": "-- Cystic Kidney Disease" }, { "code": "LA10566-0", "display": "-- Kidney Disease Present From Birth" }, { "code": "LA10567-8", "display": "-- Nephrosis" }, { "code": "LA10568-6", "display": "-- Nephritis" }, { "code": "LA10569-4", "display": "-- Nephrotic Syndrome" }, { "code": "LA10570-2", "display": "-- Diabetic Kidney Disease" }, { "code": "LA10571-0", "display": "-- Other/Unknown" }, { "code": "LA10531-4", "display": "Lung Disease" }, { "code": "LA10559-5", "display": "-- COPD" }, { "code": "LA10560-3", "display": "-- Chronic Bronchitis" }, { "code": "LA10561-1", "display": "-- Emphysema" }, { "code": "LA10562-9", "display": "-- Chronic Lower Respiratory Disease" }, { "code": "LA10563-7", "display": "-- Influenza/Pneumonia" }, { "code": "LA10564-5", "display": "-- Asthma" }, { "code": "LA10590-0", "display": "Neurological Disorders" }, { "code": "LA10527-2", "display": "Osteoporosis" }, { "code": "LA10535-5", "display": "Psychological Disorders" }, { "code": "LA10574-4", "display": "-- Anxiety" }, { "code": "LA10575-1", "display": "-- Bipolar/Manic Depressive Disorder" }, { "code": "LA10576-9", "display": "-- Depression" }, { "code": "LA10577-7", "display": "-- Attention Deficit Hyper Activity" }, { "code": "LA10578-5", "display": "-- Autism" }, { "code": "LA10579-3", "display": "-- Personality Disorder" }, { "code": "LA10580-1", "display": "-- Eating Disorder" }, { "code": "LA10581-9", "display": "-- Obsessive Compulsive Disorder" }, { "code": "LA10582-7", "display": "-- Panic Disorder" }, { "code": "LA10583-5", "display": "-- Post Traumatic Stress Disorder" }, { "code": "LA10584-3", "display": "-- Schizophrenia" }, { "code": "LA10585-0", "display": "-- Social Phobia" }, { "code": "LA10586-8", "display": "-- Dementia" }, { "code": "LA10591-8", "display": "Septicemia" }, { "code": "LA10522-3", "display": "Stroke/Brain Attack" }, { "code": "LA10530-6", "display": "Sudden Infant Death Syndrome" } ], "system": "http://loinc.org" } ] }, "copyright": "Refer to https://loinc.org/terms-of-use", "description": "Family history tool diseases", "id": "LL626-3", "name": "USSG-FHT diseases", "publisher": "Regenstrief Institute, Inc and the LOINC Committee", "resourceType": "ValueSet", "status": "active", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: LL626-3</p><p><b>url</b>: <a>http://details.loinc.org/AnswerList/LL626-3</a></p><p><b>name</b>: USSG-FHT diseases</p><p><b>status</b>: active</p><p><b>publisher</b>: Regenstrief Institute, Inc and the LOINC Committee</p><p><b>description</b>: Family history tool diseases</p><p><b>copyright</b>: Refer to https://loinc.org/terms-of-use</p><blockquote><p><b>compose</b></p><blockquote><p><b>include</b></p><p><b>system</b>: <a>http://loinc.org</a></p><blockquote><p><b>concept</b></p><p><b>code</b>: LA10533-0</p><p><b>display</b>: Blood Clots</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10572-8</p><p><b>display</b>: -- Blood Clot in Leg</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10573-6</p><p><b>display</b>: -- Blood Clot in Lungs</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10524-9</p><p><b>display</b>: Cancer</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10549-6</p><p><b>display</b>: -- Bone</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10536-3</p><p><b>display</b>: -- Breast Cancer</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10537-1</p><p><b>display</b>: -- Colon Cancer</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10548-8</p><p><b>display</b>: -- Esophageal Cancer</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10547-0</p><p><b>display</b>: -- Gastric Cancer</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10541-3</p><p><b>display</b>: -- Kidney Cancer</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10545-4</p><p><b>display</b>: -- Leukemia</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10542-1</p><p><b>display</b>: -- Lung Cancer</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10546-2</p><p><b>display</b>: -- Muscle Cancer</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10539-7</p><p><b>display</b>: -- Ovarian Cancer</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10538-9</p><p><b>display</b>: -- Prostate Cancer</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10543-9</p><p><b>display</b>: -- Skin Cancer</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10540-5</p><p><b>display</b>: -- Thyroid Cancer</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10544-7</p><p><b>display</b>: -- Uterine Cancer</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10550-4</p><p><b>display</b>: -- Other Cancer</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10529-8</p><p><b>display</b>: Diabetes</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10551-2</p><p><b>display</b>: -- Diabetes Type 1</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10552-0</p><p><b>display</b>: -- Diabetes Type 2</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10553-8</p><p><b>display</b>: -- Gestational Diabetes</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10532-2</p><p><b>display</b>: Gastrointestinal Disease</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10554-6</p><p><b>display</b>: -- Crohn's Disease</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10555-3</p><p><b>display</b>: -- Irritable Bowel Syndrome</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10556-1</p><p><b>display</b>: -- Ulceritive Colitis</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10557-9</p><p><b>display</b>: -- Colon Polyps</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10523-1</p><p><b>display</b>: Heart Disease</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10558-7</p><p><b>display</b>: -- Heart Attack</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10526-4</p><p><b>display</b>: High Cholesterol/Hyperlipidemia</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA7444-8</p><p><b>display</b>: Hypertension</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10528-0</p><p><b>display</b>: Kidney Disease</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10565-2</p><p><b>display</b>: -- Cystic Kidney Disease</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10566-0</p><p><b>display</b>: -- Kidney Disease Present From Birth</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10567-8</p><p><b>display</b>: -- Nephrosis</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10568-6</p><p><b>display</b>: -- Nephritis</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10569-4</p><p><b>display</b>: -- Nephrotic Syndrome</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10570-2</p><p><b>display</b>: -- Diabetic Kidney Disease</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10571-0</p><p><b>display</b>: -- Other/Unknown</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10531-4</p><p><b>display</b>: Lung Disease</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10559-5</p><p><b>display</b>: -- COPD</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10560-3</p><p><b>display</b>: -- Chronic Bronchitis</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10561-1</p><p><b>display</b>: -- Emphysema</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10562-9</p><p><b>display</b>: -- Chronic Lower Respiratory Disease</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10563-7</p><p><b>display</b>: -- Influenza/Pneumonia</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10564-5</p><p><b>display</b>: -- Asthma</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10590-0</p><p><b>display</b>: Neurological Disorders</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10527-2</p><p><b>display</b>: Osteoporosis</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10535-5</p><p><b>display</b>: Psychological Disorders</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10574-4</p><p><b>display</b>: -- Anxiety</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10575-1</p><p><b>display</b>: -- Bipolar/Manic Depressive Disorder</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10576-9</p><p><b>display</b>: -- Depression</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10577-7</p><p><b>display</b>: -- Attention Deficit Hyper Activity</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10578-5</p><p><b>display</b>: -- Autism</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10579-3</p><p><b>display</b>: -- Personality Disorder</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10580-1</p><p><b>display</b>: -- Eating Disorder</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10581-9</p><p><b>display</b>: -- Obsessive Compulsive Disorder</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10582-7</p><p><b>display</b>: -- Panic Disorder</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10583-5</p><p><b>display</b>: -- Post Traumatic Stress Disorder</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10584-3</p><p><b>display</b>: -- Schizophrenia</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10585-0</p><p><b>display</b>: -- Social Phobia</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10586-8</p><p><b>display</b>: -- Dementia</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10591-8</p><p><b>display</b>: Septicemia</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10522-3</p><p><b>display</b>: Stroke/Brain Attack</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10530-6</p><p><b>display</b>: Sudden Infant Death Syndrome</p></blockquote></blockquote></blockquote></div>", "status": "generated" }, "url": "http://details.loinc.org/AnswerList/LL626-3" } }, { "fullUrl": "http://details.loinc.org/AnswerList/LL619-8", "resource": { "compose": { "include": [ { "concept": [ { "code": "LA10402-8", "display": "Pre-Birth" }, { "code": "LA10403-6", "display": "Newborn" }, { "code": "LA10394-7", "display": "Infancy" }, { "code": "LA10395-4", "display": "Childhood" }, { "code": "LA10404-4", "display": "Adolescence" }, { "code": "LA10396-2", "display": "20-29" }, { "code": "LA10397-0", "display": "30-39" }, { "code": "LA10398-8", "display": "40-49" }, { "code": "LA10399-6", "display": "50-59" }, { "code": "LA10400-2", "display": "OVER 60" }, { "code": "LA4489-6", "display": "Unknown" } ], "system": "http://loinc.org" } ] }, "copyright": "Refer to https://loinc.org/terms-of-use", "description": "Family history tool age range", "id": "LL619-8", "name": "USSG-FHT age", "publisher": "Regenstrief Institute, Inc and the LOINC Committee", "resourceType": "ValueSet", "status": "active", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: LL619-8</p><p><b>url</b>: <a>http://details.loinc.org/AnswerList/LL619-8</a></p><p><b>name</b>: USSG-FHT age</p><p><b>status</b>: active</p><p><b>publisher</b>: Regenstrief Institute, Inc and the LOINC Committee</p><p><b>description</b>: Family history tool age range</p><p><b>copyright</b>: Refer to https://loinc.org/terms-of-use</p><blockquote><p><b>compose</b></p><blockquote><p><b>include</b></p><p><b>system</b>: <a>http://loinc.org</a></p><blockquote><p><b>concept</b></p><p><b>code</b>: LA10402-8</p><p><b>display</b>: Pre-Birth</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10403-6</p><p><b>display</b>: Newborn</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10394-7</p><p><b>display</b>: Infancy</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10395-4</p><p><b>display</b>: Childhood</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10404-4</p><p><b>display</b>: Adolescence</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10396-2</p><p><b>display</b>: 20-29</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10397-0</p><p><b>display</b>: 30-39</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10398-8</p><p><b>display</b>: 40-49</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10399-6</p><p><b>display</b>: 50-59</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10400-2</p><p><b>display</b>: OVER 60</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA4489-6</p><p><b>display</b>: Unknown</p></blockquote></blockquote></blockquote></div>", "status": "generated" }, "url": "http://details.loinc.org/AnswerList/LL619-8" } }, { "fullUrl": "http://details.loinc.org/AnswerList/LL621-4", "resource": { "compose": { "include": [ { "concept": [ { "code": "LA10405-1", "display": "Daughter" }, { "code": "LA10406-9", "display": "Granddaughter" }, { "code": "LA10407-7", "display": "Grandson" }, { "code": "LA10408-5", "display": "Half-brother" }, { "code": "LA10409-3", "display": "Half-sister" }, { "code": "LA10410-1", "display": "Maternal Aunt" }, { "code": "LA10411-9", "display": "Maternal Cousin" }, { "code": "LA10412-7", "display": "Maternal Grandfather" }, { "code": "LA10413-5", "display": "Maternal Grandmother" }, { "code": "LA10414-3", "display": "Maternal Uncle" }, { "code": "LA10415-0", "display": "Brother" }, { "code": "LA10416-8", "display": "Father" }, { "code": "LA10417-6", "display": "Mother" }, { "code": "LA10418-4", "display": "Sister" }, { "code": "LA10419-2", "display": "Nephew" }, { "code": "LA10420-0", "display": "Niece" }, { "code": "LA10421-8", "display": "Paternal Aunt" }, { "code": "LA10422-6", "display": "Paternal Cousin" }, { "code": "LA10423-4", "display": "Paternal Grandfather" }, { "code": "LA10424-2", "display": "Paternal Grandmother" }, { "code": "LA10425-9", "display": "Paternal Uncle" }, { "code": "LA10426-7", "display": "Son" } ], "system": "http://loinc.org" } ] }, "copyright": "Refer to https://loinc.org/terms-of-use", "description": "Family history tool relationship to patient", "id": "LL621-4", "name": "USSG-FHT relationship", "publisher": "Regenstrief Institute, Inc and the LOINC Committee", "resourceType": "ValueSet", "status": "active", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: LL621-4</p><p><b>url</b>: <a>http://details.loinc.org/AnswerList/LL621-4</a></p><p><b>name</b>: USSG-FHT relationship</p><p><b>status</b>: active</p><p><b>publisher</b>: Regenstrief Institute, Inc and the LOINC Committee</p><p><b>description</b>: Family history tool relationship to patient</p><p><b>copyright</b>: Refer to https://loinc.org/terms-of-use</p><blockquote><p><b>compose</b></p><blockquote><p><b>include</b></p><p><b>system</b>: <a>http://loinc.org</a></p><blockquote><p><b>concept</b></p><p><b>code</b>: LA10405-1</p><p><b>display</b>: Daughter</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10406-9</p><p><b>display</b>: Granddaughter</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10407-7</p><p><b>display</b>: Grandson</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10408-5</p><p><b>display</b>: Half-brother</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10409-3</p><p><b>display</b>: Half-sister</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10410-1</p><p><b>display</b>: Maternal Aunt</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10411-9</p><p><b>display</b>: Maternal Cousin</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10412-7</p><p><b>display</b>: Maternal Grandfather</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10413-5</p><p><b>display</b>: Maternal Grandmother</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10414-3</p><p><b>display</b>: Maternal Uncle</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10415-0</p><p><b>display</b>: Brother</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10416-8</p><p><b>display</b>: Father</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10417-6</p><p><b>display</b>: Mother</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10418-4</p><p><b>display</b>: Sister</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10419-2</p><p><b>display</b>: Nephew</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10420-0</p><p><b>display</b>: Niece</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10421-8</p><p><b>display</b>: Paternal Aunt</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10422-6</p><p><b>display</b>: Paternal Cousin</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10423-4</p><p><b>display</b>: Paternal Grandfather</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10424-2</p><p><b>display</b>: Paternal Grandmother</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10425-9</p><p><b>display</b>: Paternal Uncle</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10426-7</p><p><b>display</b>: Son</p></blockquote></blockquote></blockquote></div>", "status": "generated" }, "url": "http://details.loinc.org/AnswerList/LL621-4" } }, { "fullUrl": "http://details.loinc.org/AnswerList/LL624-8", "resource": { "compose": { "include": [ { "concept": [ { "code": "LA33-6", "display": "Yes" }, { "code": "LA32-8", "display": "No" }, { "code": "LA4489-6", "display": "Unknown" } ], "system": "http://loinc.org" } ] }, "copyright": "Refer to https://loinc.org/terms-of-use", "description": "Family history tool living", "id": "LL624-8", "name": "USSG-FHT living", "publisher": "Regenstrief Institute, Inc and the LOINC Committee", "resourceType": "ValueSet", "status": "active", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: LL624-8</p><p><b>url</b>: <a>http://details.loinc.org/AnswerList/LL624-8</a></p><p><b>name</b>: USSG-FHT living</p><p><b>status</b>: active</p><p><b>publisher</b>: Regenstrief Institute, Inc and the LOINC Committee</p><p><b>description</b>: Family history tool living</p><p><b>copyright</b>: Refer to https://loinc.org/terms-of-use</p><blockquote><p><b>compose</b></p><blockquote><p><b>include</b></p><p><b>system</b>: <a>http://loinc.org</a></p><blockquote><p><b>concept</b></p><p><b>code</b>: LA33-6</p><p><b>display</b>: Yes</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA32-8</p><p><b>display</b>: No</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA4489-6</p><p><b>display</b>: Unknown</p></blockquote></blockquote></blockquote></div>", "status": "generated" }, "url": "http://details.loinc.org/AnswerList/LL624-8" } }, { "fullUrl": "http://details.loinc.org/AnswerList/LL627-1", "resource": { "compose": { "include": [ { "concept": [ { "code": "LA10533-0", "display": "Blood Clots" }, { "code": "LA10572-8", "display": "-- Blood Clot in Leg" }, { "code": "LA10573-6", "display": "-- Blood Clot in Lungs" }, { "code": "LA10524-9", "display": "Cancer" }, { "code": "LA10549-6", "display": "-- Bone" }, { "code": "LA10536-3", "display": "-- Breast Cancer" }, { "code": "LA10537-1", "display": "-- Colon Cancer" }, { "code": "LA10548-8", "display": "-- Esophageal Cancer" }, { "code": "LA10547-0", "display": "-- Gastric Cancer" }, { "code": "LA10541-3", "display": "-- Kidney Cancer" }, { "code": "LA10545-4", "display": "-- Leukemia" }, { "code": "LA10542-1", "display": "-- Lung Cancer" }, { "code": "LA10546-2", "display": "-- Muscle Cancer" }, { "code": "LA10539-7", "display": "-- Ovarian Cancer" }, { "code": "LA10538-9", "display": "-- Prostate Cancer" }, { "code": "LA10543-9", "display": "-- Skin Cancer" }, { "code": "LA10540-5", "display": "-- Thyroid Cancer" }, { "code": "LA10544-7", "display": "-- Uterine Cancer" }, { "code": "LA10550-4", "display": "-- Other Cancer" }, { "code": "LA10529-8", "display": "Diabetes" }, { "code": "LA10551-2", "display": "-- Diabetes Type 1" }, { "code": "LA10552-0", "display": "-- Diabetes Type 2" }, { "code": "LA10553-8", "display": "-- Gestational Diabetes" }, { "code": "LA10532-2", "display": "Gastrointestinal Disease" }, { "code": "LA10554-6", "display": "-- Crohn's Disease" }, { "code": "LA10555-3", "display": "-- Irritable Bowel Syndrome" }, { "code": "LA10556-1", "display": "-- Ulceritive Colitis" }, { "code": "LA10557-9", "display": "-- Colon Polyps" }, { "code": "LA10523-1", "display": "Heart Disease" }, { "code": "LA10558-7", "display": "-- Heart Attack" }, { "code": "LA10526-4", "display": "High Cholesterol/Hyperlipidemia" }, { "code": "LA7444-8", "display": "Hypertension" }, { "code": "LA10528-0", "display": "Kidney Disease" }, { "code": "LA10565-2", "display": "-- Cystic Kidney Disease" }, { "code": "LA10566-0", "display": "-- Kidney Disease Present From Birth" }, { "code": "LA10567-8", "display": "-- Nephrosis" }, { "code": "LA10568-6", "display": "-- Nephritis" }, { "code": "LA10569-4", "display": "-- Nephrotic Syndrome" }, { "code": "LA10570-2", "display": "-- Diabetic Kidney Disease" }, { "code": "LA10571-0", "display": "-- Other/Unknown" }, { "code": "LA10531-4", "display": "Lung Disease" }, { "code": "LA10559-5", "display": "-- COPD" }, { "code": "LA10560-3", "display": "-- Chronic Bronchitis" }, { "code": "LA10561-1", "display": "-- Emphysema" }, { "code": "LA10562-9", "display": "-- Chronic Lower Respiratory Disease" }, { "code": "LA10563-7", "display": "-- Influenza/Pneumonia" }, { "code": "LA10564-5", "display": "-- Asthma" }, { "code": "LA10590-0", "display": "Neurological Disorders" }, { "code": "LA10527-2", "display": "Osteoporosis" }, { "code": "LA10535-5", "display": "Psychological Disorders" }, { "code": "LA10574-4", "display": "-- Anxiety" }, { "code": "LA10575-1", "display": "-- Bipolar/Manic Depressive Disorder" }, { "code": "LA10576-9", "display": "-- Depression" }, { "code": "LA10577-7", "display": "-- Attention Deficit Hyper Activity" }, { "code": "LA10578-5", "display": "-- Autism" }, { "code": "LA10579-3", "display": "-- Personality Disorder" }, { "code": "LA10580-1", "display": "-- Eating Disorder" }, { "code": "LA10581-9", "display": "-- Obsessive Compulsive Disorder" }, { "code": "LA10582-7", "display": "-- Panic Disorder" }, { "code": "LA10583-5", "display": "-- Post Traumatic Stress Disorder" }, { "code": "LA10584-3", "display": "-- Schizophrenia" }, { "code": "LA10585-0", "display": "-- Social Phobia" }, { "code": "LA10586-8", "display": "-- Dementia" }, { "code": "LA10591-8", "display": "Septicemia" }, { "code": "LA10522-3", "display": "Stroke/Brain Attack" }, { "code": "LA10530-6", "display": "Sudden Infant Death Syndrome" }, { "code": "LA10595-9", "display": "Cause of Death" }, { "code": "LA10587-6", "display": "-- Suicide" }, { "code": "LA10588-4", "display": "-- Accidental Death" }, { "code": "LA10589-2", "display": "-- Other/Unexpected" } ], "system": "http://loinc.org" } ] }, "copyright": "Refer to https://loinc.org/terms-of-use", "id": "LL627-1", "publisher": "Regenstrief Institute, Inc and the LOINC Committee", "resourceType": "ValueSet", "status": "active", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: LL627-1</p><p><b>url</b>: <a>http://details.loinc.org/AnswerList/LL627-1</a></p><p><b>status</b>: active</p><p><b>publisher</b>: Regenstrief Institute, Inc and the LOINC Committee</p><p><b>copyright</b>: Refer to https://loinc.org/terms-of-use</p><blockquote><p><b>compose</b></p><blockquote><p><b>include</b></p><p><b>system</b>: <a>http://loinc.org</a></p><blockquote><p><b>concept</b></p><p><b>code</b>: LA10533-0</p><p><b>display</b>: Blood Clots</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10572-8</p><p><b>display</b>: -- Blood Clot in Leg</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10573-6</p><p><b>display</b>: -- Blood Clot in Lungs</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10524-9</p><p><b>display</b>: Cancer</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10549-6</p><p><b>display</b>: -- Bone</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10536-3</p><p><b>display</b>: -- Breast Cancer</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10537-1</p><p><b>display</b>: -- Colon Cancer</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10548-8</p><p><b>display</b>: -- Esophageal Cancer</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10547-0</p><p><b>display</b>: -- Gastric Cancer</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10541-3</p><p><b>display</b>: -- Kidney Cancer</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10545-4</p><p><b>display</b>: -- Leukemia</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10542-1</p><p><b>display</b>: -- Lung Cancer</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10546-2</p><p><b>display</b>: -- Muscle Cancer</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10539-7</p><p><b>display</b>: -- Ovarian Cancer</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10538-9</p><p><b>display</b>: -- Prostate Cancer</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10543-9</p><p><b>display</b>: -- Skin Cancer</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10540-5</p><p><b>display</b>: -- Thyroid Cancer</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10544-7</p><p><b>display</b>: -- Uterine Cancer</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10550-4</p><p><b>display</b>: -- Other Cancer</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10529-8</p><p><b>display</b>: Diabetes</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10551-2</p><p><b>display</b>: -- Diabetes Type 1</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10552-0</p><p><b>display</b>: -- Diabetes Type 2</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10553-8</p><p><b>display</b>: -- Gestational Diabetes</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10532-2</p><p><b>display</b>: Gastrointestinal Disease</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10554-6</p><p><b>display</b>: -- Crohn's Disease</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10555-3</p><p><b>display</b>: -- Irritable Bowel Syndrome</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10556-1</p><p><b>display</b>: -- Ulceritive Colitis</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10557-9</p><p><b>display</b>: -- Colon Polyps</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10523-1</p><p><b>display</b>: Heart Disease</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10558-7</p><p><b>display</b>: -- Heart Attack</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10526-4</p><p><b>display</b>: High Cholesterol/Hyperlipidemia</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA7444-8</p><p><b>display</b>: Hypertension</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10528-0</p><p><b>display</b>: Kidney Disease</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10565-2</p><p><b>display</b>: -- Cystic Kidney Disease</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10566-0</p><p><b>display</b>: -- Kidney Disease Present From Birth</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10567-8</p><p><b>display</b>: -- Nephrosis</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10568-6</p><p><b>display</b>: -- Nephritis</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10569-4</p><p><b>display</b>: -- Nephrotic Syndrome</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10570-2</p><p><b>display</b>: -- Diabetic Kidney Disease</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10571-0</p><p><b>display</b>: -- Other/Unknown</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10531-4</p><p><b>display</b>: Lung Disease</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10559-5</p><p><b>display</b>: -- COPD</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10560-3</p><p><b>display</b>: -- Chronic Bronchitis</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10561-1</p><p><b>display</b>: -- Emphysema</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10562-9</p><p><b>display</b>: -- Chronic Lower Respiratory Disease</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10563-7</p><p><b>display</b>: -- Influenza/Pneumonia</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10564-5</p><p><b>display</b>: -- Asthma</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10590-0</p><p><b>display</b>: Neurological Disorders</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10527-2</p><p><b>display</b>: Osteoporosis</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10535-5</p><p><b>display</b>: Psychological Disorders</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10574-4</p><p><b>display</b>: -- Anxiety</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10575-1</p><p><b>display</b>: -- Bipolar/Manic Depressive Disorder</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10576-9</p><p><b>display</b>: -- Depression</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10577-7</p><p><b>display</b>: -- Attention Deficit Hyper Activity</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10578-5</p><p><b>display</b>: -- Autism</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10579-3</p><p><b>display</b>: -- Personality Disorder</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10580-1</p><p><b>display</b>: -- Eating Disorder</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10581-9</p><p><b>display</b>: -- Obsessive Compulsive Disorder</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10582-7</p><p><b>display</b>: -- Panic Disorder</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10583-5</p><p><b>display</b>: -- Post Traumatic Stress Disorder</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10584-3</p><p><b>display</b>: -- Schizophrenia</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10585-0</p><p><b>display</b>: -- Social Phobia</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10586-8</p><p><b>display</b>: -- Dementia</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10591-8</p><p><b>display</b>: Septicemia</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10522-3</p><p><b>display</b>: Stroke/Brain Attack</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10530-6</p><p><b>display</b>: Sudden Infant Death Syndrome</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10595-9</p><p><b>display</b>: Cause of Death</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10587-6</p><p><b>display</b>: -- Suicide</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10588-4</p><p><b>display</b>: -- Accidental Death</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10589-2</p><p><b>display</b>: -- Other/Unexpected</p></blockquote></blockquote></blockquote></div>", "status": "generated" }, "url": "http://details.loinc.org/AnswerList/LL627-1" } }, { "fullUrl": "http://details.loinc.org/LOINC/54125-0", "resource": { "date": "2008-11-25", "element": [ { "alias": [ "Person name" ], "code": [ { "code": "54125-0", "system": "http://loinc.org" } ], "definition": "???", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-question", "valueString": "Name" } ], "mapping": [ { "identity": "v2", "map": "PID-5" } ], "path": "54125-0", "type": [ { "code": "string" } ] } ], "id": "54125-0", "identifier": [ { "system": "http://details.loinc.org/DataElement", "value": "54125-0" } ], "mapping": [ { "identity": "v2", "uri": "http://hl7.org/v2" } ], "name": "Name", "resourceType": "DataElement", "status": "active", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 54125-0</p><p><b>identifier</b>: 54125-0</p><p><b>name</b>: Name</p><p><b>status</b>: active</p><p><b>date</b>: 25/11/2008</p><p><b>useContext</b>: PANEL.SURVEY.USSGFHT <span>(Details : {http://loinc.org/class code 'null' = '??', given as 'PANEL.SURVEY.USSGFHT'})</span>, Survey <span>(Details : {http://loinc.org/type code 'null' = '??', given as 'Survey'})</span></p><h3>Mappings</h3><table><tr><td>-</td><td><b>Identity</b></td><td><b>Uri</b></td></tr><tr><td>*</td><td>v2</td><td><a>http://hl7.org/v2</a></td></tr></table><p><b>element</b>: todo-bundle</p></div>", "status": "generated" }, "useContext": [ { "coding": [ { "display": "PANEL.SURVEY.USSGFHT", "system": "http://loinc.org/class" } ] }, { "coding": [ { "display": "Survey", "system": "http://loinc.org/type" } ] } ] } }, { "fullUrl": "http://details.loinc.org/LOINC/54131-8", "resource": { "date": "2008-11-25", "element": [ { "alias": [ "Sex" ], "binding": { "strength": "required", "valueSetReference": { "display": "Gender_M/F", "reference": "http://details.loinc.org/AnswerList/LL1-9" } }, "code": [ { "code": "54131-8", "system": "http://loinc.org" } ], "definition": "???", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-question", "valueString": "Sex" } ], "mapping": [ { "identity": "v2", "map": "PID-8" } ], "path": "54131-8", "type": [ { "code": "Coding" } ] } ], "id": "54131-8", "identifier": [ { "system": "http://details.loinc.org/DataElement", "value": "54131-8" } ], "mapping": [ { "identity": "v2", "uri": "http://hl7.org/v2" } ], "name": "54131-8", "resourceType": "DataElement", "status": "active", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 54131-8</p><p><b>identifier</b>: 54131-8</p><p><b>name</b>: 54131-8</p><p><b>status</b>: active</p><p><b>date</b>: 25/11/2008</p><p><b>useContext</b>: SURVEY.USSGFHT <span>(Details : {http://loinc.org/class code 'null' = '??', given as 'SURVEY.USSGFHT'})</span>, Survey <span>(Details : {http://loinc.org/type code 'null' = '??', given as 'Survey'})</span></p><h3>Mappings</h3><table><tr><td>-</td><td><b>Identity</b></td><td><b>Uri</b></td></tr><tr><td>*</td><td>v2</td><td><a>http://hl7.org/v2</a></td></tr></table><p><b>element</b>: todo-bundle</p></div>", "status": "generated" }, "useContext": [ { "coding": [ { "display": "SURVEY.USSGFHT", "system": "http://loinc.org/class" } ] }, { "coding": [ { "display": "Survey", "system": "http://loinc.org/type" } ] } ] } }, { "fullUrl": "http://details.loinc.org/LOINC/21112-8", "resource": { "date": "2008-08-25", "element": [ { "alias": [ "Birthdate", "Date of birth", "DOB" ], "code": [ { "code": "21112-8", "system": "http://loinc.org" } ], "definition": "???", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-question", "valueString": "Date of Birth" } ], "mapping": [ { "identity": "v2", "map": "PID-7.1" } ], "path": "21112-8", "type": [ { "code": "date" } ] } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/entryFormat", "valueString": "mm/dd/yyyy" } ], "id": "21112-8", "identifier": [ { "system": "http://details.loinc.org/DataElement", "value": "21112-8" } ], "mapping": [ { "identity": "v2", "uri": "http://hl7.org/v2" } ], "name": "21112-8", "resourceType": "DataElement", "status": "active", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 21112-8</p><p><b>identifier</b>: 21112-8</p><p><b>name</b>: 21112-8</p><p><b>status</b>: active</p><p><b>date</b>: 25/08/2008</p><p><b>useContext</b>: MISC <span>(Details : {http://loinc.org/class code 'null' = '??', given as 'MISC'})</span>, Lab <span>(Details : {http://loinc.org/type code 'null' = '??', given as 'Lab'})</span></p><h3>Mappings</h3><table><tr><td>-</td><td><b>Identity</b></td><td><b>Uri</b></td></tr><tr><td>*</td><td>v2</td><td><a>http://hl7.org/v2</a></td></tr></table><p><b>element</b>: todo-bundle</p></div>", "status": "generated" }, "useContext": [ { "coding": [ { "display": "MISC", "system": "http://loinc.org/class" } ] }, { "coding": [ { "display": "Lab", "system": "http://loinc.org/type" } ] } ] } }, { "fullUrl": "http://details.loinc.org/LOINC/54132-6", "resource": { "date": "2008-11-25", "element": [ { "binding": { "strength": "required", "valueSetReference": { "display": "USSG-FHT twin", "reference": "http://details.loinc.org/AnswerList/LL623-0" } }, "code": [ { "code": "54132-6", "system": "http://loinc.org" } ], "definition": "???", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-question", "valueString": "Were you born a twin?" } ], "mapping": [ { "identity": "v2", "map": "PID-24" } ], "path": "54132-6", "type": [ { "code": "Coding" } ] } ], "id": "54132-6", "identifier": [ { "system": "http://details.loinc.org/DataElement", "value": "54132-6" } ], "mapping": [ { "identity": "v2", "uri": "http://hl7.org/v2" } ], "name": "Twin", "resourceType": "DataElement", "status": "active", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 54132-6</p><p><b>identifier</b>: 54132-6</p><p><b>name</b>: Twin</p><p><b>status</b>: active</p><p><b>date</b>: 25/11/2008</p><p><b>useContext</b>: SURVEY.USSGFHT <span>(Details : {http://loinc.org/class code 'null' = '??', given as 'SURVEY.USSGFHT'})</span>, Survey <span>(Details : {http://loinc.org/type code 'null' = '??', given as 'Survey'})</span></p><h3>Mappings</h3><table><tr><td>-</td><td><b>Identity</b></td><td><b>Uri</b></td></tr><tr><td>*</td><td>v2</td><td><a>http://hl7.org/v2</a></td></tr></table><p><b>element</b>: todo-bundle</p></div>", "status": "generated" }, "useContext": [ { "coding": [ { "display": "SURVEY.USSGFHT", "system": "http://loinc.org/class" } ] }, { "coding": [ { "display": "Survey", "system": "http://loinc.org/type" } ] } ] } }, { "fullUrl": "http://details.loinc.org/LOINC/54128-4", "resource": { "date": "2008-11-25", "element": [ { "binding": { "strength": "required", "valueSetReference": { "display": "Y/N1", "reference": "http://details.loinc.org/AnswerList/LL361-7" } }, "code": [ { "code": "54128-4", "system": "http://loinc.org" } ], "definition": "???", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-question", "valueString": "Were you adopted?" } ], "path": "54128-4", "type": [ { "code": "Coding" } ] } ], "id": "54128-4", "identifier": [ { "system": "http://details.loinc.org/DataElement", "value": "54128-4" } ], "mapping": [ { "identity": "v2", "uri": "http://hl7.org/v2" } ], "name": "Adopted", "resourceType": "DataElement", "status": "active", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 54128-4</p><p><b>identifier</b>: 54128-4</p><p><b>name</b>: Adopted</p><p><b>status</b>: active</p><p><b>date</b>: 25/11/2008</p><p><b>useContext</b>: SURVEY.USSGFHT <span>(Details : {http://loinc.org/class code 'null' = '??', given as 'SURVEY.USSGFHT'})</span>, Survey <span>(Details : {http://loinc.org/type code 'null' = '??', given as 'Survey'})</span></p><h3>Mappings</h3><table><tr><td>-</td><td><b>Identity</b></td><td><b>Uri</b></td></tr><tr><td>*</td><td>v2</td><td><a>http://hl7.org/v2</a></td></tr></table><p><b>element</b>: todo-bundle</p></div>", "status": "generated" }, "useContext": [ { "coding": [ { "display": "SURVEY.USSGFHT", "system": "http://loinc.org/class" } ] }, { "coding": [ { "display": "Survey", "system": "http://loinc.org/type" } ] } ] } }, { "fullUrl": "http://details.loinc.org/LOINC/54135-9", "resource": { "date": "2008-11-25", "element": [ { "binding": { "strength": "required", "valueSetReference": { "display": "Y/N1", "reference": "http://details.loinc.org/AnswerList/LL361-7" } }, "code": [ { "code": "54135-9", "system": "http://loinc.org" } ], "definition": "???", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-question", "valueString": "Are your parents related to each other in any way other than marriage?" } ], "path": "Parents-related", "type": [ { "code": "Coding" } ] } ], "id": "54135-9", "identifier": [ { "system": "http://details.loinc.org/DataElement", "value": "54135-9" } ], "mapping": [ { "identity": "v2" } ], "name": "Parents related", "resourceType": "DataElement", "status": "active", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 54135-9</p><p><b>identifier</b>: 54135-9</p><p><b>name</b>: Parents related</p><p><b>status</b>: active</p><p><b>date</b>: 25/11/2008</p><p><b>useContext</b>: SURVEY.USSGFHT <span>(Details : {http://loinc.org/class code 'null' = '??', given as 'SURVEY.USSGFHT'})</span>, Survey <span>(Details : {http://loinc.org/type code 'null' = '??', given as 'Survey'})</span></p><h3>Mappings</h3><table><tr><td>-</td><td><b>Identity</b></td></tr><tr><td>*</td><td>v2</td></tr></table><p><b>element</b>: todo-bundle</p></div>", "status": "generated" }, "useContext": [ { "coding": [ { "display": "SURVEY.USSGFHT", "system": "http://loinc.org/class" } ] }, { "coding": [ { "display": "Survey", "system": "http://loinc.org/type" } ] } ] } }, { "fullUrl": "http://details.loinc.org/LOINC/54134-2", "resource": { "date": "2008-11-25", "element": [ { "alias": [ "Ethnicity" ], "binding": { "strength": "required", "valueSetReference": { "display": "USSG-FHT race", "reference": "http://details.loinc.org/AnswerList/LL629-7" } }, "code": [ { "code": "54134-2", "system": "http://loinc.org" } ], "definition": "???", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-question", "valueString": "Race" } ], "mapping": [ { "identity": "v2", "map": "PID-10" } ], "path": "Race", "type": [ { "code": "Coding" } ] } ], "id": "54134-2", "identifier": [ { "system": "http://details.loinc.org/DataElement", "value": "54134-2" } ], "mapping": [ { "identity": "v2", "uri": "http://hl7.org/v2" } ], "name": "Race", "resourceType": "DataElement", "status": "active", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 54134-2</p><p><b>identifier</b>: 54134-2</p><p><b>name</b>: Race</p><p><b>status</b>: active</p><p><b>date</b>: 25/11/2008</p><p><b>useContext</b>: SURVEY.USSGFHT <span>(Details : {http://loinc.org/class code 'null' = '??', given as 'SURVEY.USSGFHT'})</span>, Survey <span>(Details : {http://loinc.org/type code 'null' = '??', given as 'Survey'})</span></p><h3>Mappings</h3><table><tr><td>-</td><td><b>Identity</b></td><td><b>Uri</b></td></tr><tr><td>*</td><td>v2</td><td><a>http://hl7.org/v2</a></td></tr></table><p><b>element</b>: todo-bundle</p></div>", "status": "generated" }, "useContext": [ { "coding": [ { "display": "SURVEY.USSGFHT", "system": "http://loinc.org/class" } ] }, { "coding": [ { "display": "Survey", "system": "http://loinc.org/type" } ] } ] } }, { "fullUrl": "http://details.loinc.org/LOINC/54123-4", "resource": { "date": "2008-11-25", "element": [ { "binding": { "strength": "required", "valueSetReference": { "display": "USSG-FHT ethnicity", "reference": "http://details.loinc.org/AnswerList/LL628-9" } }, "code": [ { "code": "54133-4", "system": "http://loinc.org" } ], "definition": "???", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-question", "valueString": "Ethnicity" } ], "mapping": [ { "identity": "v2", "map": "PID-22" } ], "path": "Ethnicity", "type": [ { "code": "Coding" } ] } ], "id": "54133-4", "identifier": [ { "system": "http://details.loinc.org/DataElement", "value": "54133-4" } ], "mapping": [ { "identity": "v2", "uri": "http://hl7.org/v2" } ], "name": "Ethnicity", "resourceType": "DataElement", "status": "active", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 54133-4</p><p><b>identifier</b>: 54133-4</p><p><b>name</b>: Ethnicity</p><p><b>status</b>: active</p><p><b>date</b>: 25/11/2008</p><p><b>useContext</b>: SURVEY.USSGFHT <span>(Details : {http://loinc.org/class code 'null' = '??', given as 'SURVEY.USSGFHT'})</span>, Survey <span>(Details : {http://loinc.org/type code 'null' = '??', given as 'Survey'})</span></p><h3>Mappings</h3><table><tr><td>-</td><td><b>Identity</b></td><td><b>Uri</b></td></tr><tr><td>*</td><td>v2</td><td><a>http://hl7.org/v2</a></td></tr></table><p><b>element</b>: todo-bundle</p></div>", "status": "generated" }, "useContext": [ { "coding": [ { "display": "SURVEY.USSGFHT", "system": "http://loinc.org/class" } ] }, { "coding": [ { "display": "Survey", "system": "http://loinc.org/type" } ] } ] } }, { "fullUrl": "http://details.loinc.org/LOINC/54140-9", "resource": { "date": "2008-11-26", "element": [ { "alias": [ "Diseases Hx" ], "binding": { "strength": "required", "valueSetReference": { "display": "USSG-FHT diseases", "reference": "http://details.loinc.org/AnswerList/LL626-3" } }, "code": [ { "code": "54140-9", "system": "http://loinc.org" } ], "definition": "???", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-question", "valueString": "Disease or Condition" } ], "path": "History-of-diseases", "type": [ { "code": "Coding" } ] } ], "id": "54140-9", "identifier": [ { "system": "http://details.loinc.org/DataElement", "value": "54140-9" } ], "mapping": [ { "identity": "v2", "uri": "http://hl7.org/v2" } ], "name": "History of diseases [USSG-FHT]", "resourceType": "DataElement", "status": "active", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 54140-9</p><p><b>identifier</b>: 54140-9</p><p><b>name</b>: History of diseases [USSG-FHT]</p><p><b>status</b>: active</p><p><b>date</b>: 26/11/2008</p><p><b>useContext</b>: SURVEY.USSGFHT <span>(Details : {http://loinc.org/class code 'null' = '??', given as 'SURVEY.USSGFHT'})</span>, Survey <span>(Details : {http://loinc.org/type code 'null' = '??', given as 'Survey'})</span></p><h3>Mappings</h3><table><tr><td>-</td><td><b>Identity</b></td><td><b>Uri</b></td></tr><tr><td>*</td><td>v2</td><td><a>http://hl7.org/v2</a></td></tr></table><p><b>element</b>: todo-bundle</p></div>", "status": "generated" }, "useContext": [ { "coding": [ { "display": "SURVEY.USSGFHT", "system": "http://loinc.org/class" } ] }, { "coding": [ { "display": "Survey", "system": "http://loinc.org/type" } ] } ] } }, { "fullUrl": "http://details.loinc.org/LOINC/54130-0", "resource": { "date": "2008-11-25", "element": [ { "binding": { "strength": "required", "valueSetReference": { "display": "USSG-FHT age", "reference": "http://details.loinc.org/AnswerList/LL619-8" } }, "code": [ { "code": "54130-0", "system": "http://loinc.org" } ], "definition": "???", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-question", "valueString": "Age at Diagnosis" } ], "path": "Age-at-diagnosis", "type": [ { "code": "Coding" } ] } ], "id": "54130-0", "identifier": [ { "system": "http://details.loinc.org/DataElement", "value": "54130-0" } ], "mapping": [ { "identity": "v2", "uri": "http://hl7.org/v2" } ], "name": "Age at Diagnosis", "resourceType": "DataElement", "status": "active", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 54130-0</p><p><b>identifier</b>: 54130-0</p><p><b>name</b>: Age at Diagnosis</p><p><b>status</b>: active</p><p><b>date</b>: 25/11/2008</p><p><b>useContext</b>: SURVEY.USSGFHT <span>(Details : {http://loinc.org/class code 'null' = '??', given as 'SURVEY.USSGFHT'})</span>, Survey <span>(Details : {http://loinc.org/type code 'null' = '??', given as 'Survey'})</span></p><h3>Mappings</h3><table><tr><td>-</td><td><b>Identity</b></td><td><b>Uri</b></td></tr><tr><td>*</td><td>v2</td><td><a>http://hl7.org/v2</a></td></tr></table><p><b>element</b>: todo-bundle</p></div>", "status": "generated" }, "useContext": [ { "coding": [ { "display": "SURVEY.USSGFHT", "system": "http://loinc.org/class" } ] }, { "coding": [ { "display": "Survey", "system": "http://loinc.org/type" } ] } ] } }, { "fullUrl": "http://details.loinc.org/LOINC/54136-7", "resource": { "date": "2011-09-26", "element": [ { "alias": [ "Fam Mem", "Relationship to pt" ], "binding": { "strength": "required", "valueSetReference": { "display": "USSG-FHT relationship", "reference": "http://details.loinc.org/AnswerList/LL621-4" } }, "code": [ { "code": "54136-7", "system": "http://loinc.org" } ], "definition": "???", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-question", "valueString": "Relationship to you" } ], "path": "Relationship to patient family member", "type": [ { "code": "Coding" } ] } ], "id": "54136-7", "identifier": [ { "system": "http://details.loinc.org/DataElement", "value": "54136-7" } ], "mapping": [ { "identity": "v2", "uri": "http://hl7.org/v2" } ], "name": "Relationship to patient family member [USSG-FHT]", "resourceType": "DataElement", "status": "active", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 54136-7</p><p><b>identifier</b>: 54136-7</p><p><b>name</b>: Relationship to patient family member [USSG-FHT]</p><p><b>status</b>: active</p><p><b>date</b>: 26/09/2011</p><p><b>useContext</b>: SURVEY.USSGFHT <span>(Details : {http://loinc.org/class code 'null' = '??', given as 'SURVEY.USSGFHT'})</span>, Survey <span>(Details : {http://loinc.org/type code 'null' = '??', given as 'Survey'})</span></p><h3>Mappings</h3><table><tr><td>-</td><td><b>Identity</b></td><td><b>Uri</b></td></tr><tr><td>*</td><td>v2</td><td><a>http://hl7.org/v2</a></td></tr></table><p><b>element</b>: todo-bundle</p></div>", "status": "generated" }, "useContext": [ { "coding": [ { "display": "SURVEY.USSGFHT", "system": "http://loinc.org/class" } ] }, { "coding": [ { "display": "Survey", "system": "http://loinc.org/type" } ] } ] } }, { "fullUrl": "http://details.loinc.org/LOINC/54138-3", "resource": { "date": "2008-11-25", "element": [ { "alias": [ "Fam Mem", "Person name" ], "code": [ { "code": "54138-3", "system": "http://loinc.org" } ], "definition": "???", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-question", "valueString": "Name" } ], "path": "Name-family-member", "type": [ { "code": "string" } ] } ], "id": "54138-3", "identifier": [ { "system": "http://details.loinc.org/DataElement", "value": "54138-3" } ], "mapping": [ { "identity": "v2", "uri": "http://hl7.org/v2" } ], "name": "Name family member", "resourceType": "DataElement", "status": "active", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 54138-3</p><p><b>identifier</b>: 54138-3</p><p><b>name</b>: Name family member</p><p><b>status</b>: active</p><p><b>date</b>: 25/11/2008</p><p><b>useContext</b>: SURVEY.USSGFHT <span>(Details : {http://loinc.org/class code 'null' = '??', given as 'SURVEY.USSGFHT'})</span>, Survey <span>(Details : {http://loinc.org/type code 'null' = '??', given as 'Survey'})</span></p><h3>Mappings</h3><table><tr><td>-</td><td><b>Identity</b></td><td><b>Uri</b></td></tr><tr><td>*</td><td>v2</td><td><a>http://hl7.org/v2</a></td></tr></table><p><b>element</b>: todo-bundle</p></div>", "status": "generated" }, "useContext": [ { "coding": [ { "display": "SURVEY.USSGFHT", "system": "http://loinc.org/class" } ] }, { "coding": [ { "display": "Survey", "system": "http://loinc.org/type" } ] } ] } }, { "fullUrl": "http://details.loinc.org/LOINC/54123-5", "resource": { "date": "2008-11-25", "element": [ { "alias": [ "Sex" ], "binding": { "strength": "required", "valueSetReference": { "display": "Gender_M/F", "reference": "http://details.loinc.org/AnswerList/LL1-9" } }, "code": [ { "code": "54123-5", "system": "http://loinc.org" } ], "definition": "???", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-question", "valueString": "Gender" } ], "path": "Gender-family-member", "type": [ { "code": "Coding" } ] } ], "id": "54123-5", "identifier": [ { "system": "http://details.loinc.org/DataElement", "value": "54123-5" } ], "mapping": [ { "identity": "v2", "uri": "http://hl7.org/v2" } ], "name": "Gender family member [USSG=FHT]", "resourceType": "DataElement", "status": "active", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 54123-5</p><p><b>identifier</b>: 54123-5</p><p><b>name</b>: Gender family member [USSG=FHT]</p><p><b>status</b>: active</p><p><b>date</b>: 25/11/2008</p><p><b>useContext</b>: SURVEY.USSGFHT/Survey <span>(Details : {http://loinc.org/class code 'null' = '??', given as 'SURVEY.USSGFHT/Survey'})</span>, Survey <span>(Details : {http://loinc.org/type code 'null' = '??', given as 'Survey'})</span></p><h3>Mappings</h3><table><tr><td>-</td><td><b>Identity</b></td><td><b>Uri</b></td></tr><tr><td>*</td><td>v2</td><td><a>http://hl7.org/v2</a></td></tr></table><p><b>element</b>: todo-bundle</p></div>", "status": "generated" }, "useContext": [ { "coding": [ { "display": "SURVEY.USSGFHT/Survey", "system": "http://loinc.org/class" } ] }, { "coding": [ { "display": "Survey", "system": "http://loinc.org/type" } ] } ] } }, { "fullUrl": "http://details.loinc.org/LOINC/54139-1", "resource": { "date": "2008-11-25", "element": [ { "binding": { "strength": "required", "valueSetReference": { "display": "Y/N1", "reference": "LL361-7" } }, "code": [ { "code": "54139-1", "system": "http://loinc.org" } ], "definition": "???", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-question", "valueString": "Living?" } ], "path": "Living", "type": [ { "code": "Coding" } ] } ], "id": "54139-1", "identifier": [ { "system": "http://details.loinc.org/DataElement", "value": "54139-1" } ], "mapping": [ { "identity": "v2", "uri": "http://hl7.org/v2" } ], "name": "Living?", "resourceType": "DataElement", "status": "active", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 54139-1</p><p><b>identifier</b>: 54139-1</p><p><b>name</b>: Living?</p><p><b>status</b>: active</p><p><b>date</b>: 25/11/2008</p><p><b>useContext</b>: SURVEY.USSGFHT <span>(Details : {http://loinc.org/class code 'null' = '??', given as 'SURVEY.USSGFHT'})</span>, Survey <span>(Details : {http://loinc.org/type code 'null' = '??', given as 'Survey'})</span></p><h3>Mappings</h3><table><tr><td>-</td><td><b>Identity</b></td><td><b>Uri</b></td></tr><tr><td>*</td><td>v2</td><td><a>http://hl7.org/v2</a></td></tr></table><p><b>element</b>: todo-bundle</p></div>", "status": "generated" }, "useContext": [ { "coding": [ { "display": "SURVEY.USSGFHT", "system": "http://loinc.org/class" } ] }, { "coding": [ { "display": "Survey", "system": "http://loinc.org/type" } ] } ] } }, { "fullUrl": "http://details.loinc.org/LOINC/54112-8", "resource": { "date": "2008-11-25", "element": [ { "binding": { "strength": "required", "valueSetReference": { "reference": "http://details.loinc.org/AnswerList/LL627-1" } }, "code": [ { "code": "54112-8", "system": "http://loinc.org" } ], "definition": "???", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-question", "valueString": "Cause of Death" } ], "path": "Cause-of-death-family-member", "type": [ { "code": "Coding" } ] } ], "id": "54112-8", "identifier": [ { "system": "http://details.loinc.org/DataElement", "value": "54112-8" } ], "mapping": [ { "identity": "v2", "uri": "http://hl7.org/v2" } ], "name": "Cause of death family member [USSG-FHT]", "resourceType": "DataElement", "status": "active", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 54112-8</p><p><b>identifier</b>: 54112-8</p><p><b>name</b>: Cause of death family member [USSG-FHT]</p><p><b>status</b>: active</p><p><b>date</b>: 25/11/2008</p><p><b>useContext</b>: SURVEY.USSGFHT <span>(Details : {http://loinc.org/class code 'null' = '??', given as 'SURVEY.USSGFHT'})</span>, Survey <span>(Details : {http://loinc.org/type code 'null' = '??', given as 'Survey'})</span></p><h3>Mappings</h3><table><tr><td>-</td><td><b>Identity</b></td><td><b>Uri</b></td></tr><tr><td>*</td><td>v2</td><td><a>http://hl7.org/v2</a></td></tr></table><p><b>element</b>: todo-bundle</p></div>", "status": "generated" }, "useContext": [ { "coding": [ { "display": "SURVEY.USSGFHT", "system": "http://loinc.org/class" } ] }, { "coding": [ { "display": "Survey", "system": "http://loinc.org/type" } ] } ] } }, { "fullUrl": "http://details.loinc.org/LOINC/54113-6", "resource": { "date": "2008-11-25", "element": [ { "binding": { "strength": "required", "valueSetReference": { "display": "USSG-FHT age", "reference": "http://details.loinc.org/AnswerList/LL619-8" } }, "code": [ { "code": "54113-6", "system": "http://loinc.org" } ], "definition": "???", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-question", "valueString": "Age at Death" } ], "path": "Age-range-at-death-family-member", "type": [ { "code": "Coding" } ] } ], "id": "54113-6", "identifier": [ { "system": "http://details.loinc.org/DataElement", "value": "54113-6" } ], "mapping": [ { "identity": "v2", "uri": "http://hl7.org/v2" } ], "name": "Age range at death family member [USSG-FHT]", "resourceType": "DataElement", "status": "active", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 54113-6</p><p><b>identifier</b>: 54113-6</p><p><b>name</b>: Age range at death family member [USSG-FHT]</p><p><b>status</b>: active</p><p><b>date</b>: 25/11/2008</p><p><b>useContext</b>: SURVEY.USSGFHT <span>(Details : {http://loinc.org/class code 'null' = '??', given as 'SURVEY.USSGFHT'})</span>, Survey <span>(Details : {http://loinc.org/type code 'null' = '??', given as 'Survey'})</span></p><h3>Mappings</h3><table><tr><td>-</td><td><b>Identity</b></td><td><b>Uri</b></td></tr><tr><td>*</td><td>v2</td><td><a>http://hl7.org/v2</a></td></tr></table><p><b>element</b>: todo-bundle</p></div>", "status": "generated" }, "useContext": [ { "coding": [ { "display": "SURVEY.USSGFHT", "system": "http://loinc.org/class" } ] }, { "coding": [ { "display": "Survey", "system": "http://loinc.org/type" } ] } ] } }, { "fullUrl": "http://details.loinc.org/LOINC/54124-3", "resource": { "date": "2008-11-25", "element": [ { "code": [ { "code": "54124-3", "system": "http://loinc.org" } ], "definition": "???", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-question", "valueString": "Date of birth" } ], "path": "Birth-date-familiy-member", "type": [ { "code": "date" } ] } ], "id": "54124-3", "identifier": [ { "system": "http://details.loinc.org/DataElement", "value": "54124-3" } ], "mapping": [ { "identity": "v2", "uri": "http://hl7.org/v2" } ], "name": "Birth date family member", "resourceType": "DataElement", "status": "active", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 54124-3</p><p><b>identifier</b>: 54124-3</p><p><b>name</b>: Birth date family member</p><p><b>status</b>: active</p><p><b>date</b>: 25/11/2008</p><p><b>useContext</b>: SURVEY.USSGFHT <span>(Details : {http://loinc.org/class code 'null' = '??', given as 'SURVEY.USSGFHT'})</span>, Survey <span>(Details : {http://loinc.org/type code 'null' = '??', given as 'Survey'})</span></p><h3>Mappings</h3><table><tr><td>-</td><td><b>Identity</b></td><td><b>Uri</b></td></tr><tr><td>*</td><td>v2</td><td><a>http://hl7.org/v2</a></td></tr></table><p><b>element</b>: todo-bundle</p></div>", "status": "generated" }, "useContext": [ { "coding": [ { "display": "SURVEY.USSGFHT", "system": "http://loinc.org/class" } ] }, { "coding": [ { "display": "Survey", "system": "http://loinc.org/type" } ] } ] } }, { "fullUrl": "http://details.loinc.org/LOINC/54141-7", "resource": { "date": "2008-11-26", "element": [ { "code": [ { "code": "54141-7", "system": "http://loinc.org" } ], "definition": "???", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-question", "valueString": "Age" }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-units", "valueCodeableConcept": { "coding": [ { "code": "a", "system": "http://unitsofmeasure.org" } ] } } ], "path": "Current-age-family-member", "type": [ { "code": "decimal" } ] } ], "id": "54141-7", "identifier": [ { "system": "http://details.loinc.org/DataElement", "value": "54141-7" } ], "mapping": [ { "identity": "v2", "uri": "http://hl7.org/v2" } ], "name": "Current age family member [USSG-FHT]", "resourceType": "DataElement", "status": "active", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 54141-7</p><p><b>identifier</b>: 54141-7</p><p><b>name</b>: Current age family member [USSG-FHT]</p><p><b>status</b>: active</p><p><b>date</b>: 26/11/2008</p><p><b>useContext</b>: SURVEY.USSGFHT <span>(Details : {http://loinc.org/class code 'null' = '??', given as 'SURVEY.USSGFHT'})</span>, Survey <span>(Details : {http://loinc.org/type code 'null' = '??', given as 'Survey'})</span></p><h3>Mappings</h3><table><tr><td>-</td><td><b>Identity</b></td><td><b>Uri</b></td></tr><tr><td>*</td><td>v2</td><td><a>http://hl7.org/v2</a></td></tr></table><p><b>element</b>: todo-bundle</p></div>", "status": "generated" }, "useContext": [ { "coding": [ { "display": "SURVEY.USSGFHT", "system": "http://loinc.org/class" } ] }, { "coding": [ { "display": "Survey", "system": "http://loinc.org/type" } ] } ] } }, { "fullUrl": "http://details.loinc.org/LOINC/54121-9", "resource": { "date": "2008-11-25", "element": [ { "binding": { "strength": "required", "valueSetReference": { "reference": "http://details.loinc.org/AnswerList/LL623-0" } }, "code": [ { "code": "54121-9", "system": "http://loinc.org" } ], "definition": "???", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-question", "valueString": "Was this person born a twin?" } ], "mapping": [ { "identity": "v2", "map": "PID-24" } ], "path": "Twin-family-member", "type": [ { "code": "Coding" } ] } ], "id": "54121-9", "identifier": [ { "system": "http://details.loinc.org/DataElement", "value": "54121-9" } ], "mapping": [ { "identity": "v2", "uri": "http://hl7.org/v2" } ], "name": "Twin family member", "resourceType": "DataElement", "status": "active", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 54121-9</p><p><b>identifier</b>: 54121-9</p><p><b>name</b>: Twin family member</p><p><b>status</b>: active</p><p><b>date</b>: 25/11/2008</p><p><b>useContext</b>: SURVEY.USSGFHT <span>(Details : {http://loinc.org/class code 'null' = '??', given as 'SURVEY.USSGFHT'})</span>, Survey <span>(Details : {http://loinc.org/type code 'null' = '??', given as 'Survey'})</span></p><h3>Mappings</h3><table><tr><td>-</td><td><b>Identity</b></td><td><b>Uri</b></td></tr><tr><td>*</td><td>v2</td><td><a>http://hl7.org/v2</a></td></tr></table><p><b>element</b>: todo-bundle</p></div>", "status": "generated" }, "useContext": [ { "coding": [ { "display": "SURVEY.USSGFHT", "system": "http://loinc.org/class" } ] }, { "coding": [ { "display": "Survey", "system": "http://loinc.org/type" } ] } ] } }, { "fullUrl": "http://details.loinc.org/LOINC/54122-7", "resource": { "date": "2008-11-25", "element": [ { "binding": { "strength": "required", "valueSetReference": { "reference": "http://details.loinc.org/AnswerList/LL623-0" } }, "code": [ { "code": "54122-7", "system": "http://loinc.org" } ], "definition": "???", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-question", "valueString": "Was this person adopted?" } ], "path": "Adopted-family-member", "type": [ { "code": "Coding" } ] } ], "id": "54122-7", "identifier": [ { "system": "http://details.loinc.org/DataElement", "value": "54122-7" } ], "mapping": [ { "identity": "v2", "uri": "http://hl7.org/v2" } ], "name": "Adopted family member", "resourceType": "DataElement", "status": "active", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 54122-7</p><p><b>identifier</b>: 54122-7</p><p><b>name</b>: Adopted family member</p><p><b>status</b>: active</p><p><b>date</b>: 25/11/2008</p><p><b>useContext</b>: SURVEY.USSGFHT <span>(Details : {http://loinc.org/class code 'null' = '??', given as 'SURVEY.USSGFHT'})</span>, Survey <span>(Details : {http://loinc.org/type code 'null' = '??', given as 'Survey'})</span></p><h3>Mappings</h3><table><tr><td>-</td><td><b>Identity</b></td><td><b>Uri</b></td></tr><tr><td>*</td><td>v2</td><td><a>http://hl7.org/v2</a></td></tr></table><p><b>element</b>: todo-bundle</p></div>", "status": "generated" }, "useContext": [ { "coding": [ { "display": "SURVEY.USSGFHT", "system": "http://loinc.org/class" } ] }, { "coding": [ { "display": "Survey", "system": "http://loinc.org/type" } ] } ] } }, { "fullUrl": "http://details.loinc.org/LOINC/54119-3", "resource": { "date": "2012-12-11", "element": [ { "alias": [ "Ethnicity" ], "binding": { "strength": "required", "valueSetReference": { "display": "USSG-FHT race", "reference": "http://details.loinc.org/AnswerList/LL629-7" } }, "code": [ { "code": "54119-3", "system": "http://loinc.org" } ], "definition": "???", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-question", "valueString": "Race" } ], "mapping": [ { "identity": "v2", "map": "PID-10" } ], "path": "Race-family-member", "type": [ { "code": "Coding" } ] } ], "id": "54119-3", "identifier": [ { "system": "http://details.loinc.org/DataElement", "value": "54119-3" } ], "mapping": [ { "identity": "v2", "uri": "http://hl7.org/v2" } ], "name": "Race family member [USSG-FHT]", "resourceType": "DataElement", "status": "active", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 54119-3</p><p><b>identifier</b>: 54119-3</p><p><b>name</b>: Race family member [USSG-FHT]</p><p><b>status</b>: active</p><p><b>date</b>: 11/12/2012</p><p><b>useContext</b>: SURVEY.USSGFHT <span>(Details : {http://loinc.org/class code 'null' = '??', given as 'SURVEY.USSGFHT'})</span>, Survey <span>(Details : {http://loinc.org/type code 'null' = '??', given as 'Survey'})</span></p><h3>Mappings</h3><table><tr><td>-</td><td><b>Identity</b></td><td><b>Uri</b></td></tr><tr><td>*</td><td>v2</td><td><a>http://hl7.org/v2</a></td></tr></table><p><b>element</b>: todo-bundle</p></div>", "status": "generated" }, "useContext": [ { "coding": [ { "display": "SURVEY.USSGFHT", "system": "http://loinc.org/class" } ] }, { "coding": [ { "display": "Survey", "system": "http://loinc.org/type" } ] } ] } }, { "fullUrl": "http://details.loinc.org/LOINC/54120-1", "resource": { "date": "2012-12-11", "element": [ { "binding": { "strength": "required", "valueSetReference": { "display": "USSG-FHT ethnicity", "reference": "http://details.loinc.org/AnswerList/LL628-9" } }, "code": [ { "code": "54120-1", "system": "http://loinc.org" } ], "definition": "???", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-question", "valueString": "Ethnicity" } ], "mapping": [ { "identity": "v2", "map": "PID-22" } ], "path": "Ethnicity-family-member", "type": [ { "code": "Coding" } ] } ], "id": "54120-1", "identifier": [ { "system": "http://details.loinc.org/DataElement", "value": "54120-1" } ], "mapping": [ { "identity": "v2", "uri": "http://hl7.org/v2" } ], "name": "Ethnicity family member [USSG-FHT]", "resourceType": "DataElement", "status": "active", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 54120-1</p><p><b>identifier</b>: 54120-1</p><p><b>name</b>: Ethnicity family member [USSG-FHT]</p><p><b>status</b>: active</p><p><b>date</b>: 11/12/2012</p><p><b>useContext</b>: SURVEY.USSGFHT <span>(Details : {http://loinc.org/class code 'null' = '??', given as 'SURVEY.USSGFHT'})</span>, Survey <span>(Details : {http://loinc.org/type code 'null' = '??', given as 'Survey'})</span></p><h3>Mappings</h3><table><tr><td>-</td><td><b>Identity</b></td><td><b>Uri</b></td></tr><tr><td>*</td><td>v2</td><td><a>http://hl7.org/v2</a></td></tr></table><p><b>element</b>: todo-bundle</p></div>", "status": "generated" }, "useContext": [ { "coding": [ { "display": "SURVEY.USSGFHT", "system": "http://loinc.org/class" } ] }, { "coding": [ { "display": "Survey", "system": "http://loinc.org/type" } ] } ] } }, { "fullUrl": "http://details.loinc.org/LOINC/54116-9", "resource": { "date": "2008-11-25", "element": [ { "alias": [ "Diseases Hx" ], "binding": { "strength": "required", "valueSetReference": { "display": "USSG-FHT diseases", "reference": "http://details.loinc.org/AnswerList/LL626-3" } }, "code": [ { "code": "54116-9", "system": "http://loinc.org" } ], "definition": "???", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-question", "valueString": "Disease or Condition" } ], "path": "History-of-diseases-family-member", "type": [ { "code": "Coding" } ] } ], "id": "54116-9", "identifier": [ { "system": "http://details.loinc.org/DataElement", "value": "54116-9" } ], "mapping": [ { "identity": "v2", "uri": "http://hl7.org/v2" } ], "name": "History of diseases family member [USSG-FHT]", "resourceType": "DataElement", "status": "active", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 54116-9</p><p><b>identifier</b>: 54116-9</p><p><b>name</b>: History of diseases family member [USSG-FHT]</p><p><b>status</b>: active</p><p><b>date</b>: 25/11/2008</p><p><b>useContext</b>: SURVEY.USSGFHT <span>(Details : {http://loinc.org/class code 'null' = '??', given as 'SURVEY.USSGFHT'})</span>, Survey <span>(Details : {http://loinc.org/type code 'null' = '??', given as 'Survey'})</span></p><h3>Mappings</h3><table><tr><td>-</td><td><b>Identity</b></td><td><b>Uri</b></td></tr><tr><td>*</td><td>v2</td><td><a>http://hl7.org/v2</a></td></tr></table><p><b>element</b>: todo-bundle</p></div>", "status": "generated" }, "useContext": [ { "coding": [ { "display": "SURVEY.USSGFHT", "system": "http://loinc.org/class" } ] }, { "coding": [ { "display": "Survey", "system": "http://loinc.org/type" } ] } ] } }, { "fullUrl": "http://details.loinc.org/LOINC/54115-1", "resource": { "date": "2008-11-25", "element": [ { "alias": [ "Dz", "Ds" ], "binding": { "strength": "required", "valueSetReference": { "display": "USSG-FHT age", "reference": "http://details.loinc.org/AnswerList/LL619-8" } }, "code": [ { "code": "54115-1", "system": "http://loinc.org" } ], "definition": "???", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-question", "valueString": "Age at Diagnosis" } ], "path": "Age-range-at-onset-of-disease-family-member", "type": [ { "code": "Coding" } ] } ], "id": "54115-1", "identifier": [ { "system": "http://details.loinc.org/DataElement", "value": "54115-1" } ], "mapping": [ { "identity": "v2", "uri": "http://hl7.org/v2" } ], "name": "Age range at onset of disease family member [USSG-FHT]", "resourceType": "DataElement", "status": "active", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 54115-1</p><p><b>identifier</b>: 54115-1</p><p><b>name</b>: Age range at onset of disease family member [USSG-FHT]</p><p><b>status</b>: active</p><p><b>date</b>: 25/11/2008</p><p><b>useContext</b>: SURVEY.USSGFHT <span>(Details : {http://loinc.org/class code 'null' = '??', given as 'SURVEY.USSGFHT'})</span>, Survey <span>(Details : {http://loinc.org/type code 'null' = '??', given as 'Survey'})</span></p><h3>Mappings</h3><table><tr><td>-</td><td><b>Identity</b></td><td><b>Uri</b></td></tr><tr><td>*</td><td>v2</td><td><a>http://hl7.org/v2</a></td></tr></table><p><b>element</b>: todo-bundle</p></div>", "status": "generated" }, "useContext": [ { "coding": [ { "display": "SURVEY.USSGFHT", "system": "http://loinc.org/class" } ] }, { "coding": [ { "display": "Survey", "system": "http://loinc.org/type" } ] } ] } } ], "id": "questionnaire-sdc-profile-example-ussg-fht", "resourceType": "Bundle", "type": "collection" }; var example740: fhir.Bundle = { "resourceType": "Bundle", "id": "questionnaire-sdc-profile-example-ussg-fht", "type": "collection", "entry": [ { "fullUrl": "http://details.loinc.org/LOINC/54127-6", "resource": { "resourceType": "Questionnaire", "id": "54127-6", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 54127-6</p><p><b>contained</b>: , </p><p><b>status</b>: published</p><p><b>publisher</b>: Regenstrief Institute, Inc and the LOINC Committee</p><blockquote><p><b>group</b></p><p><b>linkId</b>: root</p><p><b>title</b>: US Surgeon General - Family Health Portrait</p><p><b>concept</b>: US Surgeon General family health portrait [USSG-FHT] (Details: [not stated] code 54127-6H = '??', stated as 'US Surgeon General family health portrait [USSG-FHT]')</p><p><b>required</b>: true</p><h3>Groups</h3><table><tr><td>-</td></tr><tr><td>*</td></tr><tr><td>*</td></tr><tr><td>*</td></tr></table></blockquote></div>" }, "contained": [ { "resourceType": "ValueSet", "id": "length", "status": "active", "compose": { "include": [ { "system": "http://unitsofmeasure.org", "concept": [ { "code": "[in_i]", "display": "inches" }, { "code": "cm", "display": "centimeters" } ] } ] } }, { "resourceType": "ValueSet", "id": "weight", "status": "active", "compose": { "include": [ { "system": "http://unitsofmeasure.org", "concept": [ { "code": "[lb_i]", "display": "pounds" }, { "code": "km", "display": "kilograms" } ] } ] } } ], "status": "published", "publisher": "Regenstrief Institute, Inc and the LOINC Committee", "group": { "linkId": "root", "title": "US Surgeon General - Family Health Portrait", "concept": [ { "code": "54127-6H", "display": "US Surgeon General family health portrait [USSG-FHT]" } ], "required": true, "group": [ { "linkId": "0", "question": [ { "linkId": "0.1", "text": "Date Done", "type": "date" }, { "linkId": "0.2", "text": "Time Done", "type": "time" }, { "linkId": "0.3", "text": "Where Done", "type": "string" }, { "linkId": "0.4", "text": "Comment", "type": "string" } ] }, { "linkId": "1", "title": "Your health information", "concept": [ { "system": "http://loinc.org", "code": "54126-8", "display": "My health history [USSG-FHT]" } ], "required": true, "group": [ { "linkId": "1.1", "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "54125-0" } } ], "linkId": "1.1.1", "concept": [ { "system": "http://loinc.org", "code": "54125-0", "display": "Name" } ], "text": "Name", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "54131-8" } } ], "linkId": "1.1.2", "concept": [ { "system": "http://loinc.org", "code": "54131-8", "display": "Gender [USSG-FHT]" } ], "text": "Gender", "type": "choice", "required": true, "options": { "reference": "http://details.loinc.org/AnswerList/LL1-9", "display": "Gender_M/F" }, "group": [ { "extension": [ { "extension": [ { "url": "question", "valueString": "1.2.1" }, { "url": "value", "valueCoding": { "system": "http://loinc.org", "code": "LL46-8", "display": "Other" } } ], "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen" } ], "linkId": "1.1.2.1", "question": [ { "linkId": "1.1.2.1.1", "text": "Please specify", "type": "string" } ] } ] }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "21112-8" } } ], "linkId": "1.1.3", "concept": [ { "system": "http://loinc.org", "code": "21112-8", "display": "Birth date" } ], "text": "Date of Birth", "type": "date" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "54132-6" } } ], "linkId": "1.1.4", "concept": [ { "system": "http://loinc.org", "code": "54132-6", "display": "Twin" } ], "text": "Were you born a twin?", "type": "choice", "options": { "reference": "http://details.loinc.org/AnswerList/LL623-0", "display": "USSG-FHT twin" } }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "54128-4" } } ], "linkId": "1.1.5", "concept": [ { "system": "http://loinc.org", "code": "54128-4" } ], "text": "Were you adopted?", "type": "choice", "options": { "reference": "http://details.loinc.org/AnswerList/LL361-7", "display": "Y/N1" } }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "54135-9" } } ], "linkId": "1.1.6", "concept": [ { "system": "http://loinc.org", "code": "54135-9", "display": "Parents related [USSG-FHT]" } ], "text": "Are your parents related to each other in any way other than marriage?", "type": "choice", "options": { "reference": "http://details.loinc.org/AnswerList/LL361-7", "display": "Y/N1" } }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "8302-2" } } ], "linkId": "1.1.7", "concept": [ { "system": "http://loinc.org", "code": "8302-2", "display": "Body height" } ], "text": "Height", "type": "decimal", "required": true, "group": [ { "extension": [ { "extension": [ { "url": "question", "valueString": "1.1.7" } ], "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen" } ], "linkId": "1.1.7.1", "question": [ { "linkId": "1.1.7.1.1", "text": "Units", "type": "choice", "options": { "reference": "#height" } } ] }, { "extension": [ { "extension": [ { "url": "question", "valueString": "1.1.7" }, { "fhir_comments": [ " In this particular case, we can handle the constraint. However, it won't scale to more complicated constraints " ], "url": "value", "valueQuantity": { "value": 10, "comparator": ">=" } } ], "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen" } ], "linkId": "1.1.7.2", "question": [ { "linkId": "1.1.7.2.1", "concept": [ { "system": "http://loinc.org", "code": "8302-2" } ], "text": "Mock-up item: Shown when Height >= 10", "type": "string" } ] } ] }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "29463-7" } } ], "linkId": "1.1.8", "concept": [ { "system": "http://loinc.org", "code": "29463-7", "display": "Body weight" } ], "text": "Weight", "type": "decimal", "group": [ { "extension": [ { "extension": [ { "url": "question", "valueString": "1.1.8" } ], "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen" } ], "linkId": "1.1.8.1", "question": [ { "linkId": "1.1.8.1.1", "text": "Units", "type": "choice", "options": { "reference": "#weight" } } ] } ] }, { "fhir_comments": [ " No ability, right now, to indicate that this is read only or how to calculate it " ], "linkId": "1.1.9", "_linkId": { "fhir_comments": [ " Custom question for testing purposes " ] }, "concept": [ { "system": "http://loinc.org", "code": "39156-5", "display": "Body mass index" } ], "text": "Body mass index (BMI) [Ratio]", "type": "decimal" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "54134-2" } } ], "linkId": "1.1.10", "concept": [ { "system": "http://loinc.org", "code": "54134-2", "display": "Race [USSG-FHT]" } ], "text": "Race", "type": "choice", "repeats": true, "options": { "reference": "http://details.loinc.org/AnswerList/LL629-7", "display": "USSG-FHT race" } }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "54133-4" } } ], "linkId": "1.1.11", "concept": [ { "system": "http://loinc.org", "code": "54133-4", "display": "Ethnicity [USSG-FHT]" } ], "text": "Ethnicity", "type": "choice", "repeats": true, "options": { "reference": "http://details.loinc.org/AnswerList/LL628-9", "display": "USSG-FHT ethnicity" } } ] }, { "linkId": "1.2", "title": "Your diseases history", "concept": [ { "system": "http://loinc.org", "code": "54137-5", "display": "Diseases history panel [USSG-FHT]" } ], "repeats": true, "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "54140-9" } } ], "linkId": "1.2.1", "concept": [ { "system": "http://loinc.org", "code": "54140-9", "display": "History of diseases [USSG-FHT]" } ], "text": "Disease or Condition", "type": "choice", "options": { "reference": "http://details.loinc.org/AnswerList/LL626-3", "display": "USSG-FHT diseases" } }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "54130-0" } } ], "linkId": "1.2.2", "concept": [ { "system": "http://loinc.org", "code": "54130-0", "display": "Age range at onset of disease [USSG-FHT]" } ], "text": "Age at Diagnosis", "type": "choice", "options": { "reference": "http://details.loinc.org/AnswerList/LL619-8", "display": "USSG-FHT age" } } ] } ] }, { "linkId": "2", "title": "Family member health information", "concept": [ { "system": "http://loinc.org", "code": "54114-4", "display": "Family member health history [USSG-FHT] family member" } ], "repeats": true, "group": [ { "linkId": "2.1", "group": [ { "fhir_comments": [ " 54118-5 Parents related family member [USSG-FHT] " ], "linkId": "2.1.1", "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "54136-7" } } ], "linkId": "2.1.1.1", "concept": [ { "system": "http://loinc.org", "code": "54136-7", "display": "Relationship to patient family member [USSG-FHT]" } ], "text": "Relationship to you", "type": "choice", "options": { "reference": "http://details.loinc.org/AnswerList/LL621-4", "display": "USSG-FHT relationship" } }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "54138-3" } } ], "linkId": "2.1.1.2", "concept": [ { "system": "http://loinc.org", "code": "54138-3", "display": "Name family member" } ], "text": "Name", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "54123-5" } } ], "linkId": "2.1.1.3", "concept": [ { "system": "http://loinc.org", "code": "54123-5", "display": "Gender family member [USSG-FHT]" } ], "text": "Gender", "type": "choice", "options": { "reference": "http://details.loinc.org/AnswerList/LL1-9", "display": "Gender_M/F" }, "group": [ { "extension": [ { "extension": [ { "url": "question", "valueString": "2.1.3" }, { "url": "value", "valueCoding": { "system": "http://loinc.org", "code": "LA46-8", "display": "Other" } } ], "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen" } ], "linkId": "2.1.1.3.1", "question": [ { "linkId": "2.1.1.3.1.1", "text": "Please specify", "type": "string" } ] } ] }, { "fhir_comments": [ " Where's 54124-3: Birth date family member? " ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "54139-1" } } ], "linkId": "2.1.1.4", "concept": [ { "system": "http://loinc.org", "code": "54139-1", "display": "Living family member" } ], "text": "Living?", "type": "choice", "options": { "reference": "LL361-7", "display": "Y/N1" }, "group": [ { "extension": [ { "extension": [ { "url": "question", "valueString": "2.1.3" }, { "url": "value", "valueCoding": { "system": "http://loinc.org", "code": "LA33-6", "display": "Yes" } } ], "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen" } ], "linkId": "2.1.1.4.1", "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "54112-8" } } ], "linkId": "2.1.1.4.1.1", "concept": [ { "system": "http://loinc.org", "code": "54112-8", "display": "Cause of death family member [USSG-FHT]" } ], "text": "Cause of Death", "type": "choice", "options": { "reference": "http://details.loinc.org/AnswerList/LL627-1" }, "group": [ { "extension": [ { "extension": [ { "url": "question", "valueString": "2.1.1.4.1.1" }, { "url": "value", "valueCoding": { "system": "http://loinc.org", "code": "LA10571-0", "display": "-- Other/Unknown" } } ], "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen" } ], "linkId": "2.1.1.4.1.1.1", "question": [ { "text": "Please specify", "type": "string" } ] } ] }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "54113-6" } } ], "linkId": "2.1.1.4.1.2", "concept": [ { "system": "http://loinc.org", "code": "54113-6", "display": "Age range at death family member [USSG-FHT]" } ], "text": "Age at Death", "type": "choice", "options": { "reference": "http://details.loinc.org/AnswerList/LL619-8", "display": "USSG-FHT age" } } ] }, { "extension": [ { "extension": [ { "url": "question", "valueString": "2.1.3" }, { "url": "value", "valueCoding": { "system": "http://loinc.org", "code": "LA32-8", "display": "No" } } ], "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen" } ], "linkId": "2.1.1.4.2", "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "54124-3" } } ], "linkId": "2.1.1.4.2.1", "concept": [ { "system": "http://loinc.org", "code": "54124-3", "display": "Birth date family member" } ], "text": "Date of Birth", "type": "date" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "54141-7" } } ], "linkId": "2.1.1.4.2.2", "concept": [ { "system": "http://loinc.org", "code": "54141-7", "display": "Current age family member [USSG-FHT]" } ], "text": "Age", "type": "decimal" } ] } ] }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "54121-9" } } ], "linkId": "2.1.1.5", "concept": [ { "system": "http://loinc.org", "code": "54121-9", "display": "Twin family member" } ], "text": "Was this person born a twin?", "type": "choice", "options": { "reference": "http://details.loinc.org/AnswerList/LL623-0" } }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "54122-7" } } ], "linkId": "2.1.1.6", "concept": [ { "system": "http://loinc.org", "code": "54122-7", "display": "Adopted family member" } ], "text": "Was this person adopted?", "type": "choice", "options": { "reference": "http://details.loinc.org/AnswerList/LL623-0" } }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "54119-3" } } ], "linkId": "2.1.1.7", "concept": [ { "system": "http://loinc.org", "code": "54119-3", "display": "Race family member [USSG-FHT]" } ], "text": "Race", "type": "choice", "repeats": true, "options": { "reference": "http://details.loinc.org/AnswerList/LL629-7", "display": "USSG-FHT race" } }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "54120-1" } } ], "linkId": "2.1.1.8", "concept": [ { "system": "http://loinc.org", "code": "54120-1", "display": "Ethnicity family member [USSG-FHT]" } ], "text": "Ethnicity", "type": "choice", "repeats": true, "options": { "reference": "http://details.loinc.org/AnswerList/LL628-9", "display": "USSG-FHT ethnicity" } } ] }, { "linkId": "2.1.2", "title": "This family member's history of disease", "concept": [ { "system": "http://loinc.org", "code": "54117-7", "display": "Disease history panel [USSG-FHT]" } ], "repeats": true, "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "54116-9" } } ], "linkId": "2.1.2.1", "concept": [ { "system": "http://loinc.org", "code": "54116-9", "display": "History of diseases family member [USSG-FHT]" } ], "text": "Disease or Condition", "type": "choice", "required": true, "options": { "reference": "http://details.loinc.org/AnswerList/LL626-3", "display": "USSG-FHT diseases" } }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "54115-1" } } ], "linkId": "2.1.2.2", "concept": [ { "system": "http://loinc.org", "code": "54115-1", "display": "Age range at onset of disease family member [USSG-FHT]" } ], "text": "Age at Diagnosis", "type": "choice", "options": { "reference": "http://details.loinc.org/AnswerList/LL619-8", "display": "USSG-FHT age" } }, { "linkId": "2.1.2.3", "text": "Mock-up item: Height", "type": "decimal" }, { "linkId": "2.1.2.4", "text": "Mock-up item: Weight", "type": "decimal" }, { "linkId": "2.1.2.5", "text": "Mock-up item: BMI", "type": "decimal" } ] } ] } ] } ] } } }, { "fullUrl": "http://details.loinc.org/AnswerList/LL1-9", "resource": { "resourceType": "ValueSet", "id": "LL1-9", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: LL1-9</p><p><b>url</b>: <a>http://details.loinc.org/AnswerList/LL1-9</a></p><p><b>name</b>: Gender_M/F</p><p><b>status</b>: active</p><p><b>publisher</b>: Regenstrief Institute, Inc and the LOINC Committee</p><p><b>description</b>: Male=1, Female=2</p><p><b>copyright</b>: Refer to https://loinc.org/terms-of-use</p><blockquote><p><b>compose</b></p><blockquote><p><b>include</b></p><p><b>system</b>: <a>http://loinc.org</a></p><blockquote><p><b>concept</b></p><p><b>code</b>: LA2-8</p><p><b>display</b>: Male</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA3-6</p><p><b>display</b>: Female</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA46-8</p><p><b>display</b>: Other</p></blockquote></blockquote></blockquote></div>" }, "url": "http://details.loinc.org/AnswerList/LL1-9", "name": "Gender_M/F", "status": "active", "publisher": "Regenstrief Institute, Inc and the LOINC Committee", "description": "Male=1, Female=2", "copyright": "Refer to https://loinc.org/terms-of-use", "compose": { "include": [ { "system": "http://loinc.org", "concept": [ { "code": "LA2-8", "display": "Male" }, { "code": "LA3-6", "display": "Female" }, { "code": "LA46-8", "display": "Other" } ] } ] } } }, { "fullUrl": "http://details.loinc.org/AnswerList/LL623-0", "resource": { "resourceType": "ValueSet", "id": "LL623-0", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: LL623-0</p><p><b>url</b>: <a>http://details.loinc.org/AnswerList/LL623-0</a></p><p><b>name</b>: USSG-FHT twin</p><p><b>status</b>: active</p><p><b>publisher</b>: Regenstrief Institute, Inc and the LOINC Committee</p><p><b>description</b>: Family history tool twin</p><p><b>copyright</b>: Refer to https://loinc.org/terms-of-use</p><blockquote><p><b>compose</b></p><blockquote><p><b>include</b></p><p><b>system</b>: <a>http://loinc.org</a></p><blockquote><p><b>concept</b></p><p><b>code</b>: LA10427-5</p><p><b>display</b>: Yes - Identical (Same)</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10428-3</p><p><b>display</b>: Yes - Fraternal (Different)</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA32-8</p><p><b>display</b>: No</p></blockquote></blockquote></blockquote></div>" }, "url": "http://details.loinc.org/AnswerList/LL623-0", "name": "USSG-FHT twin", "status": "active", "publisher": "Regenstrief Institute, Inc and the LOINC Committee", "description": "Family history tool twin", "copyright": "Refer to https://loinc.org/terms-of-use", "compose": { "include": [ { "system": "http://loinc.org", "concept": [ { "code": "LA10427-5", "display": "Yes - Identical (Same)" }, { "code": "LA10428-3", "display": "Yes - Fraternal (Different)" }, { "code": "LA32-8", "display": "No" } ] } ] } } }, { "fullUrl": "http://details.loinc.org/AnswerList/LL361-7", "resource": { "resourceType": "ValueSet", "id": "LL361-7", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: LL361-7</p><p><b>url</b>: <a>http://details.loinc.org/AnswerList/LL361-7</a></p><p><b>name</b>: Y/N1</p><p><b>status</b>: active</p><p><b>publisher</b>: Regenstrief Institute, Inc and the LOINC Committee</p><p><b>description</b>: Yes/No</p><p><b>copyright</b>: Refer to https://loinc.org/terms-of-use</p><blockquote><p><b>compose</b></p><blockquote><p><b>include</b></p><p><b>system</b>: <a>http://loinc.org</a></p><blockquote><p><b>concept</b></p><p><b>code</b>: LA33-6</p><p><b>display</b>: Yes</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA32-8</p><p><b>display</b>: No</p></blockquote></blockquote></blockquote></div>" }, "url": "http://details.loinc.org/AnswerList/LL361-7", "name": "Y/N1", "status": "active", "publisher": "Regenstrief Institute, Inc and the LOINC Committee", "description": "Yes/No", "copyright": "Refer to https://loinc.org/terms-of-use", "compose": { "include": [ { "system": "http://loinc.org", "concept": [ { "code": "LA33-6", "display": "Yes" }, { "code": "LA32-8", "display": "No" } ] } ] } } }, { "fullUrl": "http://details.loinc.org/AnswerList/LL629-7", "resource": { "resourceType": "ValueSet", "id": "LL629-7", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: LL629-7</p><p><b>url</b>: <a>http://details.loinc.org/AnswerList/LL629-7</a></p><p><b>name</b>: USSG-FHT race</p><p><b>status</b>: active</p><p><b>publisher</b>: Regenstrief Institute, Inc and the LOINC Committee</p><p><b>description</b>: Family history tool race</p><p><b>copyright</b>: Refer to https://loinc.org/terms-of-use</p><blockquote><p><b>compose</b></p><blockquote><p><b>include</b></p><p><b>system</b>: <a>http://loinc.org</a></p><blockquote><p><b>concept</b></p><p><b>code</b>: LA10608-0</p><p><b>display</b>: American Indian or Alaska Native</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA6156-9</p><p><b>display</b>: Asian</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10614-8</p><p><b>display</b>: -- Asian Indian</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10615-5</p><p><b>display</b>: -- Chinese</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10616-3</p><p><b>display</b>: -- Filipino</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10617-1</p><p><b>display</b>: -- Japanese</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10618-9</p><p><b>display</b>: -- Korean</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10620-5</p><p><b>display</b>: -- Vietnamese</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10619-7</p><p><b>display</b>: -- Other Asian</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10610-6</p><p><b>display</b>: Black or African American</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10611-4</p><p><b>display</b>: Native Hawaiian or Other Pacific Islander</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10623-9</p><p><b>display</b>: -- Native Hawaiian</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10622-1</p><p><b>display</b>: -- Guamanian</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10621-3</p><p><b>display</b>: -- Chamorro</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10625-4</p><p><b>display</b>: -- Samoan</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10624-7</p><p><b>display</b>: -- Other Pacific Islander</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA4457-3</p><p><b>display</b>: White</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10613-0</p><p><b>display</b>: Other/Unknown/Refuse To Answer</p></blockquote></blockquote></blockquote></div>" }, "url": "http://details.loinc.org/AnswerList/LL629-7", "name": "USSG-FHT race", "status": "active", "publisher": "Regenstrief Institute, Inc and the LOINC Committee", "description": "Family history tool race", "copyright": "Refer to https://loinc.org/terms-of-use", "compose": { "include": [ { "system": "http://loinc.org", "concept": [ { "code": "LA10608-0", "display": "American Indian or Alaska Native" }, { "code": "LA6156-9", "display": "Asian" }, { "code": "LA10614-8", "display": "-- Asian Indian" }, { "code": "LA10615-5", "display": "-- Chinese" }, { "code": "LA10616-3", "display": "-- Filipino" }, { "code": "LA10617-1", "display": "-- Japanese" }, { "code": "LA10618-9", "display": "-- Korean" }, { "code": "LA10620-5", "display": "-- Vietnamese" }, { "code": "LA10619-7", "display": "-- Other Asian" }, { "code": "LA10610-6", "display": "Black or African American" }, { "code": "LA10611-4", "display": "Native Hawaiian or Other Pacific Islander" }, { "code": "LA10623-9", "display": "-- Native Hawaiian" }, { "code": "LA10622-1", "display": "-- Guamanian" }, { "code": "LA10621-3", "display": "-- Chamorro" }, { "code": "LA10625-4", "display": "-- Samoan" }, { "code": "LA10624-7", "display": "-- Other Pacific Islander" }, { "code": "LA4457-3", "display": "White" }, { "code": "LA10613-0", "display": "Other/Unknown/Refuse To Answer" } ] } ] } } }, { "fullUrl": "http://details.loinc.org/AnswerList/LL628-9", "resource": { "resourceType": "ValueSet", "id": "LL628-9", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: LL628-9</p><p><b>url</b>: <a>http://details.loinc.org/AnswerList/LL628-9</a></p><p><b>name</b>: USSG-FHT ethnicity</p><p><b>status</b>: active</p><p><b>publisher</b>: Regenstrief Institute, Inc and the LOINC Committee</p><p><b>description</b>: Family history tool ethnicity</p><p><b>copyright</b>: Refer to https://loinc.org/terms-of-use</p><blockquote><p><b>compose</b></p><blockquote><p><b>include</b></p><p><b>system</b>: <a>http://loinc.org</a></p><blockquote><p><b>concept</b></p><p><b>code</b>: LA6214-6</p><p><b>display</b>: Hispanic or Latino</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10599-1</p><p><b>display</b>: -- Central American</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10600-7</p><p><b>display</b>: -- Cuban</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10601-5</p><p><b>display</b>: -- Dominican(Republic)</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10602-3</p><p><b>display</b>: -- Mexican</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10605-6</p><p><b>display</b>: -- Puerto Rican</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10606-4</p><p><b>display</b>: -- South American</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10604-9</p><p><b>display</b>: -- Other Latin American</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10603-1</p><p><b>display</b>: -- Other Hispanic/Latino/Spanish</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10597-5</p><p><b>display</b>: Non-Hispanic or Latino</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10598-3</p><p><b>display</b>: Ashkenazi Jewish</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10607-2</p><p><b>display</b>: Unknown/No answer</p></blockquote></blockquote></blockquote></div>" }, "url": "http://details.loinc.org/AnswerList/LL628-9", "name": "USSG-FHT ethnicity", "status": "active", "publisher": "Regenstrief Institute, Inc and the LOINC Committee", "description": "Family history tool ethnicity", "copyright": "Refer to https://loinc.org/terms-of-use", "compose": { "include": [ { "system": "http://loinc.org", "concept": [ { "code": "LA6214-6", "display": "Hispanic or Latino" }, { "code": "LA10599-1", "display": "-- Central American" }, { "code": "LA10600-7", "display": "-- Cuban" }, { "code": "LA10601-5", "display": "-- Dominican(Republic)" }, { "code": "LA10602-3", "display": "-- Mexican" }, { "code": "LA10605-6", "display": "-- Puerto Rican" }, { "code": "LA10606-4", "display": "-- South American" }, { "code": "LA10604-9", "display": "-- Other Latin American" }, { "code": "LA10603-1", "display": "-- Other Hispanic/Latino/Spanish" }, { "code": "LA10597-5", "display": "Non-Hispanic or Latino" }, { "code": "LA10598-3", "display": "Ashkenazi Jewish" }, { "code": "LA10607-2", "display": "Unknown/No answer" } ] } ] } } }, { "fullUrl": "http://details.loinc.org/AnswerList/LL626-3", "resource": { "resourceType": "ValueSet", "id": "LL626-3", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: LL626-3</p><p><b>url</b>: <a>http://details.loinc.org/AnswerList/LL626-3</a></p><p><b>name</b>: USSG-FHT diseases</p><p><b>status</b>: active</p><p><b>publisher</b>: Regenstrief Institute, Inc and the LOINC Committee</p><p><b>description</b>: Family history tool diseases</p><p><b>copyright</b>: Refer to https://loinc.org/terms-of-use</p><blockquote><p><b>compose</b></p><blockquote><p><b>include</b></p><p><b>system</b>: <a>http://loinc.org</a></p><blockquote><p><b>concept</b></p><p><b>code</b>: LA10533-0</p><p><b>display</b>: Blood Clots</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10572-8</p><p><b>display</b>: -- Blood Clot in Leg</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10573-6</p><p><b>display</b>: -- Blood Clot in Lungs</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10524-9</p><p><b>display</b>: Cancer</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10549-6</p><p><b>display</b>: -- Bone</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10536-3</p><p><b>display</b>: -- Breast Cancer</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10537-1</p><p><b>display</b>: -- Colon Cancer</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10548-8</p><p><b>display</b>: -- Esophageal Cancer</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10547-0</p><p><b>display</b>: -- Gastric Cancer</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10541-3</p><p><b>display</b>: -- Kidney Cancer</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10545-4</p><p><b>display</b>: -- Leukemia</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10542-1</p><p><b>display</b>: -- Lung Cancer</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10546-2</p><p><b>display</b>: -- Muscle Cancer</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10539-7</p><p><b>display</b>: -- Ovarian Cancer</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10538-9</p><p><b>display</b>: -- Prostate Cancer</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10543-9</p><p><b>display</b>: -- Skin Cancer</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10540-5</p><p><b>display</b>: -- Thyroid Cancer</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10544-7</p><p><b>display</b>: -- Uterine Cancer</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10550-4</p><p><b>display</b>: -- Other Cancer</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10529-8</p><p><b>display</b>: Diabetes</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10551-2</p><p><b>display</b>: -- Diabetes Type 1</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10552-0</p><p><b>display</b>: -- Diabetes Type 2</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10553-8</p><p><b>display</b>: -- Gestational Diabetes</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10532-2</p><p><b>display</b>: Gastrointestinal Disease</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10554-6</p><p><b>display</b>: -- Crohn's Disease</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10555-3</p><p><b>display</b>: -- Irritable Bowel Syndrome</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10556-1</p><p><b>display</b>: -- Ulceritive Colitis</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10557-9</p><p><b>display</b>: -- Colon Polyps</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10523-1</p><p><b>display</b>: Heart Disease</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10558-7</p><p><b>display</b>: -- Heart Attack</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10526-4</p><p><b>display</b>: High Cholesterol/Hyperlipidemia</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA7444-8</p><p><b>display</b>: Hypertension</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10528-0</p><p><b>display</b>: Kidney Disease</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10565-2</p><p><b>display</b>: -- Cystic Kidney Disease</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10566-0</p><p><b>display</b>: -- Kidney Disease Present From Birth</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10567-8</p><p><b>display</b>: -- Nephrosis</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10568-6</p><p><b>display</b>: -- Nephritis</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10569-4</p><p><b>display</b>: -- Nephrotic Syndrome</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10570-2</p><p><b>display</b>: -- Diabetic Kidney Disease</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10571-0</p><p><b>display</b>: -- Other/Unknown</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10531-4</p><p><b>display</b>: Lung Disease</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10559-5</p><p><b>display</b>: -- COPD</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10560-3</p><p><b>display</b>: -- Chronic Bronchitis</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10561-1</p><p><b>display</b>: -- Emphysema</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10562-9</p><p><b>display</b>: -- Chronic Lower Respiratory Disease</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10563-7</p><p><b>display</b>: -- Influenza/Pneumonia</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10564-5</p><p><b>display</b>: -- Asthma</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10590-0</p><p><b>display</b>: Neurological Disorders</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10527-2</p><p><b>display</b>: Osteoporosis</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10535-5</p><p><b>display</b>: Psychological Disorders</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10574-4</p><p><b>display</b>: -- Anxiety</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10575-1</p><p><b>display</b>: -- Bipolar/Manic Depressive Disorder</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10576-9</p><p><b>display</b>: -- Depression</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10577-7</p><p><b>display</b>: -- Attention Deficit Hyper Activity</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10578-5</p><p><b>display</b>: -- Autism</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10579-3</p><p><b>display</b>: -- Personality Disorder</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10580-1</p><p><b>display</b>: -- Eating Disorder</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10581-9</p><p><b>display</b>: -- Obsessive Compulsive Disorder</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10582-7</p><p><b>display</b>: -- Panic Disorder</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10583-5</p><p><b>display</b>: -- Post Traumatic Stress Disorder</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10584-3</p><p><b>display</b>: -- Schizophrenia</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10585-0</p><p><b>display</b>: -- Social Phobia</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10586-8</p><p><b>display</b>: -- Dementia</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10591-8</p><p><b>display</b>: Septicemia</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10522-3</p><p><b>display</b>: Stroke/Brain Attack</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10530-6</p><p><b>display</b>: Sudden Infant Death Syndrome</p></blockquote></blockquote></blockquote></div>" }, "url": "http://details.loinc.org/AnswerList/LL626-3", "name": "USSG-FHT diseases", "status": "active", "publisher": "Regenstrief Institute, Inc and the LOINC Committee", "description": "Family history tool diseases", "copyright": "Refer to https://loinc.org/terms-of-use", "compose": { "include": [ { "system": "http://loinc.org", "concept": [ { "code": "LA10533-0", "display": "Blood Clots" }, { "code": "LA10572-8", "display": "-- Blood Clot in Leg" }, { "code": "LA10573-6", "display": "-- Blood Clot in Lungs" }, { "code": "LA10524-9", "display": "Cancer" }, { "code": "LA10549-6", "display": "-- Bone" }, { "code": "LA10536-3", "display": "-- Breast Cancer" }, { "code": "LA10537-1", "display": "-- Colon Cancer" }, { "code": "LA10548-8", "display": "-- Esophageal Cancer" }, { "code": "LA10547-0", "display": "-- Gastric Cancer" }, { "code": "LA10541-3", "display": "-- Kidney Cancer" }, { "code": "LA10545-4", "display": "-- Leukemia" }, { "code": "LA10542-1", "display": "-- Lung Cancer" }, { "code": "LA10546-2", "display": "-- Muscle Cancer" }, { "code": "LA10539-7", "display": "-- Ovarian Cancer" }, { "code": "LA10538-9", "display": "-- Prostate Cancer" }, { "code": "LA10543-9", "display": "-- Skin Cancer" }, { "code": "LA10540-5", "display": "-- Thyroid Cancer" }, { "code": "LA10544-7", "display": "-- Uterine Cancer" }, { "code": "LA10550-4", "display": "-- Other Cancer" }, { "code": "LA10529-8", "display": "Diabetes" }, { "code": "LA10551-2", "display": "-- Diabetes Type 1" }, { "code": "LA10552-0", "display": "-- Diabetes Type 2" }, { "code": "LA10553-8", "display": "-- Gestational Diabetes" }, { "code": "LA10532-2", "display": "Gastrointestinal Disease" }, { "code": "LA10554-6", "display": "-- Crohn's Disease" }, { "code": "LA10555-3", "display": "-- Irritable Bowel Syndrome" }, { "code": "LA10556-1", "display": "-- Ulceritive Colitis" }, { "code": "LA10557-9", "display": "-- Colon Polyps" }, { "code": "LA10523-1", "display": "Heart Disease" }, { "code": "LA10558-7", "display": "-- Heart Attack" }, { "code": "LA10526-4", "display": "High Cholesterol/Hyperlipidemia" }, { "code": "LA7444-8", "display": "Hypertension" }, { "code": "LA10528-0", "display": "Kidney Disease" }, { "code": "LA10565-2", "display": "-- Cystic Kidney Disease" }, { "code": "LA10566-0", "display": "-- Kidney Disease Present From Birth" }, { "code": "LA10567-8", "display": "-- Nephrosis" }, { "code": "LA10568-6", "display": "-- Nephritis" }, { "code": "LA10569-4", "display": "-- Nephrotic Syndrome" }, { "code": "LA10570-2", "display": "-- Diabetic Kidney Disease" }, { "code": "LA10571-0", "display": "-- Other/Unknown" }, { "code": "LA10531-4", "display": "Lung Disease" }, { "code": "LA10559-5", "display": "-- COPD" }, { "code": "LA10560-3", "display": "-- Chronic Bronchitis" }, { "code": "LA10561-1", "display": "-- Emphysema" }, { "code": "LA10562-9", "display": "-- Chronic Lower Respiratory Disease" }, { "code": "LA10563-7", "display": "-- Influenza/Pneumonia" }, { "code": "LA10564-5", "display": "-- Asthma" }, { "code": "LA10590-0", "display": "Neurological Disorders" }, { "code": "LA10527-2", "display": "Osteoporosis" }, { "code": "LA10535-5", "display": "Psychological Disorders" }, { "code": "LA10574-4", "display": "-- Anxiety" }, { "code": "LA10575-1", "display": "-- Bipolar/Manic Depressive Disorder" }, { "code": "LA10576-9", "display": "-- Depression" }, { "code": "LA10577-7", "display": "-- Attention Deficit Hyper Activity" }, { "code": "LA10578-5", "display": "-- Autism" }, { "code": "LA10579-3", "display": "-- Personality Disorder" }, { "code": "LA10580-1", "display": "-- Eating Disorder" }, { "code": "LA10581-9", "display": "-- Obsessive Compulsive Disorder" }, { "code": "LA10582-7", "display": "-- Panic Disorder" }, { "code": "LA10583-5", "display": "-- Post Traumatic Stress Disorder" }, { "code": "LA10584-3", "display": "-- Schizophrenia" }, { "code": "LA10585-0", "display": "-- Social Phobia" }, { "code": "LA10586-8", "display": "-- Dementia" }, { "code": "LA10591-8", "display": "Septicemia" }, { "code": "LA10522-3", "display": "Stroke/Brain Attack" }, { "code": "LA10530-6", "display": "Sudden Infant Death Syndrome" } ] } ] } } }, { "fullUrl": "http://details.loinc.org/AnswerList/LL619-8", "resource": { "resourceType": "ValueSet", "id": "LL619-8", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: LL619-8</p><p><b>url</b>: <a>http://details.loinc.org/AnswerList/LL619-8</a></p><p><b>name</b>: USSG-FHT age</p><p><b>status</b>: active</p><p><b>publisher</b>: Regenstrief Institute, Inc and the LOINC Committee</p><p><b>description</b>: Family history tool age range</p><p><b>copyright</b>: Refer to https://loinc.org/terms-of-use</p><blockquote><p><b>compose</b></p><blockquote><p><b>include</b></p><p><b>system</b>: <a>http://loinc.org</a></p><blockquote><p><b>concept</b></p><p><b>code</b>: LA10402-8</p><p><b>display</b>: Pre-Birth</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10403-6</p><p><b>display</b>: Newborn</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10394-7</p><p><b>display</b>: Infancy</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10395-4</p><p><b>display</b>: Childhood</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10404-4</p><p><b>display</b>: Adolescence</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10396-2</p><p><b>display</b>: 20-29</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10397-0</p><p><b>display</b>: 30-39</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10398-8</p><p><b>display</b>: 40-49</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10399-6</p><p><b>display</b>: 50-59</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10400-2</p><p><b>display</b>: OVER 60</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA4489-6</p><p><b>display</b>: Unknown</p></blockquote></blockquote></blockquote></div>" }, "url": "http://details.loinc.org/AnswerList/LL619-8", "name": "USSG-FHT age", "status": "active", "publisher": "Regenstrief Institute, Inc and the LOINC Committee", "description": "Family history tool age range", "copyright": "Refer to https://loinc.org/terms-of-use", "compose": { "include": [ { "system": "http://loinc.org", "concept": [ { "code": "LA10402-8", "display": "Pre-Birth" }, { "code": "LA10403-6", "display": "Newborn" }, { "code": "LA10394-7", "display": "Infancy" }, { "code": "LA10395-4", "display": "Childhood" }, { "code": "LA10404-4", "display": "Adolescence" }, { "code": "LA10396-2", "display": "20-29" }, { "code": "LA10397-0", "display": "30-39" }, { "code": "LA10398-8", "display": "40-49" }, { "code": "LA10399-6", "display": "50-59" }, { "code": "LA10400-2", "display": "OVER 60" }, { "code": "LA4489-6", "display": "Unknown" } ] } ] } } }, { "fullUrl": "http://details.loinc.org/AnswerList/LL621-4", "resource": { "resourceType": "ValueSet", "id": "LL621-4", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: LL621-4</p><p><b>url</b>: <a>http://details.loinc.org/AnswerList/LL621-4</a></p><p><b>name</b>: USSG-FHT relationship</p><p><b>status</b>: active</p><p><b>publisher</b>: Regenstrief Institute, Inc and the LOINC Committee</p><p><b>description</b>: Family history tool relationship to patient</p><p><b>copyright</b>: Refer to https://loinc.org/terms-of-use</p><blockquote><p><b>compose</b></p><blockquote><p><b>include</b></p><p><b>system</b>: <a>http://loinc.org</a></p><blockquote><p><b>concept</b></p><p><b>code</b>: LA10405-1</p><p><b>display</b>: Daughter</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10406-9</p><p><b>display</b>: Granddaughter</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10407-7</p><p><b>display</b>: Grandson</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10408-5</p><p><b>display</b>: Half-brother</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10409-3</p><p><b>display</b>: Half-sister</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10410-1</p><p><b>display</b>: Maternal Aunt</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10411-9</p><p><b>display</b>: Maternal Cousin</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10412-7</p><p><b>display</b>: Maternal Grandfather</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10413-5</p><p><b>display</b>: Maternal Grandmother</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10414-3</p><p><b>display</b>: Maternal Uncle</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10415-0</p><p><b>display</b>: Brother</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10416-8</p><p><b>display</b>: Father</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10417-6</p><p><b>display</b>: Mother</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10418-4</p><p><b>display</b>: Sister</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10419-2</p><p><b>display</b>: Nephew</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10420-0</p><p><b>display</b>: Niece</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10421-8</p><p><b>display</b>: Paternal Aunt</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10422-6</p><p><b>display</b>: Paternal Cousin</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10423-4</p><p><b>display</b>: Paternal Grandfather</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10424-2</p><p><b>display</b>: Paternal Grandmother</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10425-9</p><p><b>display</b>: Paternal Uncle</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10426-7</p><p><b>display</b>: Son</p></blockquote></blockquote></blockquote></div>" }, "url": "http://details.loinc.org/AnswerList/LL621-4", "name": "USSG-FHT relationship", "status": "active", "publisher": "Regenstrief Institute, Inc and the LOINC Committee", "description": "Family history tool relationship to patient", "copyright": "Refer to https://loinc.org/terms-of-use", "compose": { "include": [ { "system": "http://loinc.org", "concept": [ { "code": "LA10405-1", "display": "Daughter" }, { "code": "LA10406-9", "display": "Granddaughter" }, { "code": "LA10407-7", "display": "Grandson" }, { "code": "LA10408-5", "display": "Half-brother" }, { "code": "LA10409-3", "display": "Half-sister" }, { "code": "LA10410-1", "display": "Maternal Aunt" }, { "code": "LA10411-9", "display": "Maternal Cousin" }, { "code": "LA10412-7", "display": "Maternal Grandfather" }, { "code": "LA10413-5", "display": "Maternal Grandmother" }, { "code": "LA10414-3", "display": "Maternal Uncle" }, { "code": "LA10415-0", "display": "Brother" }, { "code": "LA10416-8", "display": "Father" }, { "code": "LA10417-6", "display": "Mother" }, { "code": "LA10418-4", "display": "Sister" }, { "code": "LA10419-2", "display": "Nephew" }, { "code": "LA10420-0", "display": "Niece" }, { "code": "LA10421-8", "display": "Paternal Aunt" }, { "code": "LA10422-6", "display": "Paternal Cousin" }, { "code": "LA10423-4", "display": "Paternal Grandfather" }, { "code": "LA10424-2", "display": "Paternal Grandmother" }, { "code": "LA10425-9", "display": "Paternal Uncle" }, { "code": "LA10426-7", "display": "Son" } ] } ] } } }, { "fullUrl": "http://details.loinc.org/AnswerList/LL624-8", "resource": { "resourceType": "ValueSet", "id": "LL624-8", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: LL624-8</p><p><b>url</b>: <a>http://details.loinc.org/AnswerList/LL624-8</a></p><p><b>name</b>: USSG-FHT living</p><p><b>status</b>: active</p><p><b>publisher</b>: Regenstrief Institute, Inc and the LOINC Committee</p><p><b>description</b>: Family history tool living</p><p><b>copyright</b>: Refer to https://loinc.org/terms-of-use</p><blockquote><p><b>compose</b></p><blockquote><p><b>include</b></p><p><b>system</b>: <a>http://loinc.org</a></p><blockquote><p><b>concept</b></p><p><b>code</b>: LA33-6</p><p><b>display</b>: Yes</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA32-8</p><p><b>display</b>: No</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA4489-6</p><p><b>display</b>: Unknown</p></blockquote></blockquote></blockquote></div>" }, "url": "http://details.loinc.org/AnswerList/LL624-8", "name": "USSG-FHT living", "status": "active", "publisher": "Regenstrief Institute, Inc and the LOINC Committee", "description": "Family history tool living", "copyright": "Refer to https://loinc.org/terms-of-use", "compose": { "include": [ { "system": "http://loinc.org", "concept": [ { "code": "LA33-6", "display": "Yes" }, { "code": "LA32-8", "display": "No" }, { "code": "LA4489-6", "display": "Unknown" } ] } ] } } }, { "fullUrl": "http://details.loinc.org/AnswerList/LL627-1", "resource": { "resourceType": "ValueSet", "id": "LL627-1", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: LL627-1</p><p><b>url</b>: <a>http://details.loinc.org/AnswerList/LL627-1</a></p><p><b>status</b>: active</p><p><b>publisher</b>: Regenstrief Institute, Inc and the LOINC Committee</p><p><b>copyright</b>: Refer to https://loinc.org/terms-of-use</p><blockquote><p><b>compose</b></p><blockquote><p><b>include</b></p><p><b>system</b>: <a>http://loinc.org</a></p><blockquote><p><b>concept</b></p><p><b>code</b>: LA10533-0</p><p><b>display</b>: Blood Clots</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10572-8</p><p><b>display</b>: -- Blood Clot in Leg</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10573-6</p><p><b>display</b>: -- Blood Clot in Lungs</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10524-9</p><p><b>display</b>: Cancer</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10549-6</p><p><b>display</b>: -- Bone</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10536-3</p><p><b>display</b>: -- Breast Cancer</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10537-1</p><p><b>display</b>: -- Colon Cancer</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10548-8</p><p><b>display</b>: -- Esophageal Cancer</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10547-0</p><p><b>display</b>: -- Gastric Cancer</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10541-3</p><p><b>display</b>: -- Kidney Cancer</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10545-4</p><p><b>display</b>: -- Leukemia</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10542-1</p><p><b>display</b>: -- Lung Cancer</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10546-2</p><p><b>display</b>: -- Muscle Cancer</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10539-7</p><p><b>display</b>: -- Ovarian Cancer</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10538-9</p><p><b>display</b>: -- Prostate Cancer</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10543-9</p><p><b>display</b>: -- Skin Cancer</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10540-5</p><p><b>display</b>: -- Thyroid Cancer</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10544-7</p><p><b>display</b>: -- Uterine Cancer</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10550-4</p><p><b>display</b>: -- Other Cancer</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10529-8</p><p><b>display</b>: Diabetes</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10551-2</p><p><b>display</b>: -- Diabetes Type 1</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10552-0</p><p><b>display</b>: -- Diabetes Type 2</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10553-8</p><p><b>display</b>: -- Gestational Diabetes</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10532-2</p><p><b>display</b>: Gastrointestinal Disease</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10554-6</p><p><b>display</b>: -- Crohn's Disease</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10555-3</p><p><b>display</b>: -- Irritable Bowel Syndrome</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10556-1</p><p><b>display</b>: -- Ulceritive Colitis</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10557-9</p><p><b>display</b>: -- Colon Polyps</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10523-1</p><p><b>display</b>: Heart Disease</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10558-7</p><p><b>display</b>: -- Heart Attack</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10526-4</p><p><b>display</b>: High Cholesterol/Hyperlipidemia</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA7444-8</p><p><b>display</b>: Hypertension</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10528-0</p><p><b>display</b>: Kidney Disease</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10565-2</p><p><b>display</b>: -- Cystic Kidney Disease</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10566-0</p><p><b>display</b>: -- Kidney Disease Present From Birth</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10567-8</p><p><b>display</b>: -- Nephrosis</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10568-6</p><p><b>display</b>: -- Nephritis</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10569-4</p><p><b>display</b>: -- Nephrotic Syndrome</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10570-2</p><p><b>display</b>: -- Diabetic Kidney Disease</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10571-0</p><p><b>display</b>: -- Other/Unknown</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10531-4</p><p><b>display</b>: Lung Disease</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10559-5</p><p><b>display</b>: -- COPD</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10560-3</p><p><b>display</b>: -- Chronic Bronchitis</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10561-1</p><p><b>display</b>: -- Emphysema</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10562-9</p><p><b>display</b>: -- Chronic Lower Respiratory Disease</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10563-7</p><p><b>display</b>: -- Influenza/Pneumonia</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10564-5</p><p><b>display</b>: -- Asthma</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10590-0</p><p><b>display</b>: Neurological Disorders</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10527-2</p><p><b>display</b>: Osteoporosis</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10535-5</p><p><b>display</b>: Psychological Disorders</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10574-4</p><p><b>display</b>: -- Anxiety</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10575-1</p><p><b>display</b>: -- Bipolar/Manic Depressive Disorder</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10576-9</p><p><b>display</b>: -- Depression</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10577-7</p><p><b>display</b>: -- Attention Deficit Hyper Activity</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10578-5</p><p><b>display</b>: -- Autism</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10579-3</p><p><b>display</b>: -- Personality Disorder</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10580-1</p><p><b>display</b>: -- Eating Disorder</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10581-9</p><p><b>display</b>: -- Obsessive Compulsive Disorder</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10582-7</p><p><b>display</b>: -- Panic Disorder</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10583-5</p><p><b>display</b>: -- Post Traumatic Stress Disorder</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10584-3</p><p><b>display</b>: -- Schizophrenia</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10585-0</p><p><b>display</b>: -- Social Phobia</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10586-8</p><p><b>display</b>: -- Dementia</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10591-8</p><p><b>display</b>: Septicemia</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10522-3</p><p><b>display</b>: Stroke/Brain Attack</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10530-6</p><p><b>display</b>: Sudden Infant Death Syndrome</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10595-9</p><p><b>display</b>: Cause of Death</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10587-6</p><p><b>display</b>: -- Suicide</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10588-4</p><p><b>display</b>: -- Accidental Death</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: LA10589-2</p><p><b>display</b>: -- Other/Unexpected</p></blockquote></blockquote></blockquote></div>" }, "url": "http://details.loinc.org/AnswerList/LL627-1", "status": "active", "publisher": "Regenstrief Institute, Inc and the LOINC Committee", "copyright": "Refer to https://loinc.org/terms-of-use", "compose": { "include": [ { "system": "http://loinc.org", "concept": [ { "code": "LA10533-0", "display": "Blood Clots" }, { "code": "LA10572-8", "display": "-- Blood Clot in Leg" }, { "code": "LA10573-6", "display": "-- Blood Clot in Lungs" }, { "code": "LA10524-9", "display": "Cancer" }, { "code": "LA10549-6", "display": "-- Bone" }, { "code": "LA10536-3", "display": "-- Breast Cancer" }, { "code": "LA10537-1", "display": "-- Colon Cancer" }, { "code": "LA10548-8", "display": "-- Esophageal Cancer" }, { "code": "LA10547-0", "display": "-- Gastric Cancer" }, { "code": "LA10541-3", "display": "-- Kidney Cancer" }, { "code": "LA10545-4", "display": "-- Leukemia" }, { "code": "LA10542-1", "display": "-- Lung Cancer" }, { "code": "LA10546-2", "display": "-- Muscle Cancer" }, { "code": "LA10539-7", "display": "-- Ovarian Cancer" }, { "code": "LA10538-9", "display": "-- Prostate Cancer" }, { "code": "LA10543-9", "display": "-- Skin Cancer" }, { "code": "LA10540-5", "display": "-- Thyroid Cancer" }, { "code": "LA10544-7", "display": "-- Uterine Cancer" }, { "code": "LA10550-4", "display": "-- Other Cancer" }, { "code": "LA10529-8", "display": "Diabetes" }, { "code": "LA10551-2", "display": "-- Diabetes Type 1" }, { "code": "LA10552-0", "display": "-- Diabetes Type 2" }, { "code": "LA10553-8", "display": "-- Gestational Diabetes" }, { "code": "LA10532-2", "display": "Gastrointestinal Disease" }, { "code": "LA10554-6", "display": "-- Crohn's Disease" }, { "code": "LA10555-3", "display": "-- Irritable Bowel Syndrome" }, { "code": "LA10556-1", "display": "-- Ulceritive Colitis" }, { "code": "LA10557-9", "display": "-- Colon Polyps" }, { "code": "LA10523-1", "display": "Heart Disease" }, { "code": "LA10558-7", "display": "-- Heart Attack" }, { "code": "LA10526-4", "display": "High Cholesterol/Hyperlipidemia" }, { "code": "LA7444-8", "display": "Hypertension" }, { "code": "LA10528-0", "display": "Kidney Disease" }, { "code": "LA10565-2", "display": "-- Cystic Kidney Disease" }, { "code": "LA10566-0", "display": "-- Kidney Disease Present From Birth" }, { "code": "LA10567-8", "display": "-- Nephrosis" }, { "code": "LA10568-6", "display": "-- Nephritis" }, { "code": "LA10569-4", "display": "-- Nephrotic Syndrome" }, { "code": "LA10570-2", "display": "-- Diabetic Kidney Disease" }, { "code": "LA10571-0", "display": "-- Other/Unknown" }, { "code": "LA10531-4", "display": "Lung Disease" }, { "code": "LA10559-5", "display": "-- COPD" }, { "code": "LA10560-3", "display": "-- Chronic Bronchitis" }, { "code": "LA10561-1", "display": "-- Emphysema" }, { "code": "LA10562-9", "display": "-- Chronic Lower Respiratory Disease" }, { "code": "LA10563-7", "display": "-- Influenza/Pneumonia" }, { "code": "LA10564-5", "display": "-- Asthma" }, { "code": "LA10590-0", "display": "Neurological Disorders" }, { "code": "LA10527-2", "display": "Osteoporosis" }, { "code": "LA10535-5", "display": "Psychological Disorders" }, { "code": "LA10574-4", "display": "-- Anxiety" }, { "code": "LA10575-1", "display": "-- Bipolar/Manic Depressive Disorder" }, { "code": "LA10576-9", "display": "-- Depression" }, { "code": "LA10577-7", "display": "-- Attention Deficit Hyper Activity" }, { "code": "LA10578-5", "display": "-- Autism" }, { "code": "LA10579-3", "display": "-- Personality Disorder" }, { "code": "LA10580-1", "display": "-- Eating Disorder" }, { "code": "LA10581-9", "display": "-- Obsessive Compulsive Disorder" }, { "code": "LA10582-7", "display": "-- Panic Disorder" }, { "code": "LA10583-5", "display": "-- Post Traumatic Stress Disorder" }, { "code": "LA10584-3", "display": "-- Schizophrenia" }, { "code": "LA10585-0", "display": "-- Social Phobia" }, { "code": "LA10586-8", "display": "-- Dementia" }, { "code": "LA10591-8", "display": "Septicemia" }, { "code": "LA10522-3", "display": "Stroke/Brain Attack" }, { "code": "LA10530-6", "display": "Sudden Infant Death Syndrome" }, { "code": "LA10595-9", "display": "Cause of Death" }, { "code": "LA10587-6", "display": "-- Suicide" }, { "code": "LA10588-4", "display": "-- Accidental Death" }, { "fhir_comments": [ " Please Specify " ], "code": "LA10589-2", "display": "-- Other/Unexpected" } ] } ] } } }, { "fullUrl": "http://details.loinc.org/LOINC/54125-0", "resource": { "resourceType": "DataElement", "id": "54125-0", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 54125-0</p><p><b>identifier</b>: 54125-0</p><p><b>name</b>: Name</p><p><b>status</b>: active</p><p><b>date</b>: 25/11/2008</p><p><b>useContext</b>: PANEL.SURVEY.USSGFHT <span>(Details : {http://loinc.org/class code 'null' = '??', given as 'PANEL.SURVEY.USSGFHT'})</span>, Survey <span>(Details : {http://loinc.org/type code 'null' = '??', given as 'Survey'})</span></p><h3>Mappings</h3><table><tr><td>-</td><td><b>Identity</b></td><td><b>Uri</b></td></tr><tr><td>*</td><td>v2</td><td><a>http://hl7.org/v2</a></td></tr></table><p><b>element</b>: todo-bundle</p></div>" }, "identifier": [ { "system": "http://details.loinc.org/DataElement", "value": "54125-0" } ], "name": "Name", "status": "active", "date": "2008-11-25", "useContext": [ { "coding": [ { "system": "http://loinc.org/class", "display": "PANEL.SURVEY.USSGFHT" } ] }, { "coding": [ { "system": "http://loinc.org/type", "display": "Survey" } ] } ], "mapping": [ { "identity": "v2", "uri": "http://hl7.org/v2" } ], "element": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-question", "valueString": "Name" } ], "path": "54125-0", "code": [ { "system": "http://loinc.org", "code": "54125-0" } ], "definition": "???", "alias": [ "Person name" ], "type": [ { "code": "string" } ], "mapping": [ { "identity": "v2", "map": "PID-5" } ] } ] } }, { "fullUrl": "http://details.loinc.org/LOINC/54131-8", "resource": { "resourceType": "DataElement", "id": "54131-8", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 54131-8</p><p><b>identifier</b>: 54131-8</p><p><b>name</b>: 54131-8</p><p><b>status</b>: active</p><p><b>date</b>: 25/11/2008</p><p><b>useContext</b>: SURVEY.USSGFHT <span>(Details : {http://loinc.org/class code 'null' = '??', given as 'SURVEY.USSGFHT'})</span>, Survey <span>(Details : {http://loinc.org/type code 'null' = '??', given as 'Survey'})</span></p><h3>Mappings</h3><table><tr><td>-</td><td><b>Identity</b></td><td><b>Uri</b></td></tr><tr><td>*</td><td>v2</td><td><a>http://hl7.org/v2</a></td></tr></table><p><b>element</b>: todo-bundle</p></div>" }, "identifier": [ { "system": "http://details.loinc.org/DataElement", "value": "54131-8" } ], "name": "54131-8", "status": "active", "date": "2008-11-25", "useContext": [ { "coding": [ { "system": "http://loinc.org/class", "display": "SURVEY.USSGFHT" } ] }, { "coding": [ { "system": "http://loinc.org/type", "display": "Survey" } ] } ], "mapping": [ { "identity": "v2", "uri": "http://hl7.org/v2" } ], "element": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-question", "valueString": "Sex" } ], "path": "54131-8", "code": [ { "system": "http://loinc.org", "code": "54131-8" } ], "definition": "???", "alias": [ "Sex" ], "type": [ { "code": "Coding" } ], "binding": { "strength": "required", "valueSetReference": { "reference": "http://details.loinc.org/AnswerList/LL1-9", "display": "Gender_M/F" } }, "mapping": [ { "identity": "v2", "map": "PID-8" } ] } ] } }, { "fullUrl": "http://details.loinc.org/LOINC/21112-8", "resource": { "resourceType": "DataElement", "id": "21112-8", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 21112-8</p><p><b>identifier</b>: 21112-8</p><p><b>name</b>: 21112-8</p><p><b>status</b>: active</p><p><b>date</b>: 25/08/2008</p><p><b>useContext</b>: MISC <span>(Details : {http://loinc.org/class code 'null' = '??', given as 'MISC'})</span>, Lab <span>(Details : {http://loinc.org/type code 'null' = '??', given as 'Lab'})</span></p><h3>Mappings</h3><table><tr><td>-</td><td><b>Identity</b></td><td><b>Uri</b></td></tr><tr><td>*</td><td>v2</td><td><a>http://hl7.org/v2</a></td></tr></table><p><b>element</b>: todo-bundle</p></div>" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/entryFormat", "valueString": "mm/dd/yyyy", "_valueString": { "fhir_comments": [ " This isn't really a unit, so represented it as entry format " ] } } ], "identifier": [ { "system": "http://details.loinc.org/DataElement", "value": "21112-8" } ], "name": "21112-8", "status": "active", "date": "2008-08-25", "useContext": [ { "coding": [ { "system": "http://loinc.org/class", "display": "MISC" } ] }, { "coding": [ { "system": "http://loinc.org/type", "display": "Lab" } ] } ], "mapping": [ { "identity": "v2", "uri": "http://hl7.org/v2" } ], "element": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-question", "valueString": "Date of Birth" } ], "path": "21112-8", "code": [ { "system": "http://loinc.org", "code": "21112-8" } ], "definition": "???", "alias": [ "Birthdate", "Date of birth", "DOB" ], "type": [ { "code": "date" } ], "mapping": [ { "identity": "v2", "map": "PID-7.1" } ] } ] } }, { "fullUrl": "http://details.loinc.org/LOINC/54132-6", "resource": { "resourceType": "DataElement", "id": "54132-6", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 54132-6</p><p><b>identifier</b>: 54132-6</p><p><b>name</b>: Twin</p><p><b>status</b>: active</p><p><b>date</b>: 25/11/2008</p><p><b>useContext</b>: SURVEY.USSGFHT <span>(Details : {http://loinc.org/class code 'null' = '??', given as 'SURVEY.USSGFHT'})</span>, Survey <span>(Details : {http://loinc.org/type code 'null' = '??', given as 'Survey'})</span></p><h3>Mappings</h3><table><tr><td>-</td><td><b>Identity</b></td><td><b>Uri</b></td></tr><tr><td>*</td><td>v2</td><td><a>http://hl7.org/v2</a></td></tr></table><p><b>element</b>: todo-bundle</p></div>" }, "identifier": [ { "system": "http://details.loinc.org/DataElement", "value": "54132-6" } ], "name": "Twin", "status": "active", "date": "2008-11-25", "useContext": [ { "coding": [ { "system": "http://loinc.org/class", "display": "SURVEY.USSGFHT" } ] }, { "coding": [ { "system": "http://loinc.org/type", "display": "Survey" } ] } ], "mapping": [ { "identity": "v2", "uri": "http://hl7.org/v2" } ], "element": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-question", "valueString": "Were you born a twin?" } ], "path": "54132-6", "code": [ { "system": "http://loinc.org", "code": "54132-6" } ], "definition": "???", "type": [ { "code": "Coding" } ], "binding": { "strength": "required", "valueSetReference": { "reference": "http://details.loinc.org/AnswerList/LL623-0", "display": "USSG-FHT twin" } }, "mapping": [ { "identity": "v2", "map": "PID-24" } ] } ] } }, { "fullUrl": "http://details.loinc.org/LOINC/54128-4", "resource": { "resourceType": "DataElement", "id": "54128-4", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 54128-4</p><p><b>identifier</b>: 54128-4</p><p><b>name</b>: Adopted</p><p><b>status</b>: active</p><p><b>date</b>: 25/11/2008</p><p><b>useContext</b>: SURVEY.USSGFHT <span>(Details : {http://loinc.org/class code 'null' = '??', given as 'SURVEY.USSGFHT'})</span>, Survey <span>(Details : {http://loinc.org/type code 'null' = '??', given as 'Survey'})</span></p><h3>Mappings</h3><table><tr><td>-</td><td><b>Identity</b></td><td><b>Uri</b></td></tr><tr><td>*</td><td>v2</td><td><a>http://hl7.org/v2</a></td></tr></table><p><b>element</b>: todo-bundle</p></div>" }, "identifier": [ { "system": "http://details.loinc.org/DataElement", "value": "54128-4" } ], "name": "Adopted", "status": "active", "date": "2008-11-25", "useContext": [ { "coding": [ { "system": "http://loinc.org/class", "display": "SURVEY.USSGFHT" } ] }, { "coding": [ { "system": "http://loinc.org/type", "display": "Survey" } ] } ], "mapping": [ { "identity": "v2", "uri": "http://hl7.org/v2" } ], "element": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-question", "valueString": "Were you adopted?" } ], "path": "54128-4", "code": [ { "system": "http://loinc.org", "code": "54128-4" } ], "definition": "???", "type": [ { "code": "Coding" } ], "binding": { "strength": "required", "valueSetReference": { "reference": "http://details.loinc.org/AnswerList/LL361-7", "display": "Y/N1" } } } ] } }, { "fullUrl": "http://details.loinc.org/LOINC/54135-9", "resource": { "resourceType": "DataElement", "id": "54135-9", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 54135-9</p><p><b>identifier</b>: 54135-9</p><p><b>name</b>: Parents related</p><p><b>status</b>: active</p><p><b>date</b>: 25/11/2008</p><p><b>useContext</b>: SURVEY.USSGFHT <span>(Details : {http://loinc.org/class code 'null' = '??', given as 'SURVEY.USSGFHT'})</span>, Survey <span>(Details : {http://loinc.org/type code 'null' = '??', given as 'Survey'})</span></p><h3>Mappings</h3><table><tr><td>-</td><td><b>Identity</b></td></tr><tr><td>*</td><td>v2</td></tr></table><p><b>element</b>: todo-bundle</p></div>" }, "identifier": [ { "system": "http://details.loinc.org/DataElement", "value": "54135-9" } ], "name": "Parents related", "status": "active", "date": "2008-11-25", "useContext": [ { "coding": [ { "system": "http://loinc.org/class", "display": "SURVEY.USSGFHT" } ] }, { "coding": [ { "system": "http://loinc.org/type", "display": "Survey" } ] } ], "mapping": [ { "identity": "v2" } ], "element": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-question", "valueString": "Are your parents related to each other in any way other than marriage?" } ], "path": "Parents-related", "code": [ { "system": "http://loinc.org", "code": "54135-9" } ], "definition": "???", "type": [ { "code": "Coding" } ], "binding": { "strength": "required", "valueSetReference": { "reference": "http://details.loinc.org/AnswerList/LL361-7", "display": "Y/N1" } } } ] } }, { "fhir_comments": [ " <entry>\n <fullUrl value=\"http://details.loinc.org/LOINC/8302-2\"/>\n <resource>\n <DataElement>\n <id value=\"8302-2\"/>\n <identifier>\n <system value=\"http://details.loinc.org/DataElement\"/>\n <value value=\"8302-2\"/>\n </identifier>\n <name value=\"Body height\"/>\n <status value=\"active\"/>\n <date value=\"1996-09-06\"/>\n <useContext>\n <coding>\n <system value=\"http://loinc.org/class\"/>\n <display value=\"BDYHGT.ATOM\"/>\n </coding>\n </useContext>\n <useContext>\n <coding>\n <system value=\"http://loinc.org/type\"/>\n <display value=\"Clinical\"/>\n </coding>\n </useContext>\n <mapping>\n <identity value=\"v2\"/>\n <uri value=\"http://hl7.org/v2\"/> \n </mapping>\n <element>\n <extension url=\"http://hl7.org/fhir/StructureDefinition/elementdefinition-question\">\n <valueString value=\"Height\"/>\n </extension>\n <path value=\"Body-height\"/>\n <code>\n <system value=\"http://loinc.org\"/>\n <code value=\"8302-2\"/>\n </code>\n <definition value=\"???\"/>\n <alias value=\"Axial length\"/>\n <alias value=\"Bdy height\"/>\n <alias value=\"Body length\"/>\n <alias value=\"Length\"/>\n <type><code value=\"decimal\"/></type>\n </element>\n </DataElement>\n </resource>\n </entry>\n <entry>\n <fullUrl value=\"http://details.loinc.org/LOINC/29463-7\"/>\n <resource>\n <DataElement>\n <id value=\"29463-7\"/>\n <identifier>\n <system value=\"http://details.loinc.org/DataElement\"/>\n <value value=\"29463-7\"/>\n </identifier>\n <name value=\"Weight\"/>\n <status value=\"active\"/>\n <date value=\"2009-04-20\"/>\n <useContext>\n <coding>\n <system value=\"http://loinc.org/class\"/>\n <display value=\"BDYWGT.ATOM\"/>\n </coding>\n </useContext>\n <useContext>\n <coding>\n <system value=\"http://loinc.org/type\"/>\n <display value=\"Clinical\"/>\n </coding>\n </useContext>\n <mapping>\n <identity value=\"v2\"/>\n <uri value=\"http://hl7.org/v2\"/> \n </mapping>\n <element>\n <extension url=\"http://hl7.org/fhir/StructureDefinition/elementdefinition-question\">\n <valueString value=\"Weight\"/>\n </extension>\n <path value=\"Weight\"/>\n <code>\n <system value=\"http://loinc.org\"/>\n <code value=\"29463-7\"/>\n </code>\n <definition value=\"???\"/>\n <alias value=\"Bdy weight\"/>\n <alias value=\"BODY WEIGHT.ATOM\"/>\n <alias value=\"Wt\"/>\n <type><code value=\"decimal\"/></type>\n </element>\n </DataElement>\n </resource>\n </entry> " ], "fullUrl": "http://details.loinc.org/LOINC/54134-2", "resource": { "resourceType": "DataElement", "id": "54134-2", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 54134-2</p><p><b>identifier</b>: 54134-2</p><p><b>name</b>: Race</p><p><b>status</b>: active</p><p><b>date</b>: 25/11/2008</p><p><b>useContext</b>: SURVEY.USSGFHT <span>(Details : {http://loinc.org/class code 'null' = '??', given as 'SURVEY.USSGFHT'})</span>, Survey <span>(Details : {http://loinc.org/type code 'null' = '??', given as 'Survey'})</span></p><h3>Mappings</h3><table><tr><td>-</td><td><b>Identity</b></td><td><b>Uri</b></td></tr><tr><td>*</td><td>v2</td><td><a>http://hl7.org/v2</a></td></tr></table><p><b>element</b>: todo-bundle</p></div>" }, "identifier": [ { "system": "http://details.loinc.org/DataElement", "value": "54134-2" } ], "name": "Race", "status": "active", "date": "2008-11-25", "useContext": [ { "coding": [ { "system": "http://loinc.org/class", "display": "SURVEY.USSGFHT" } ] }, { "coding": [ { "system": "http://loinc.org/type", "display": "Survey" } ] } ], "mapping": [ { "identity": "v2", "uri": "http://hl7.org/v2" } ], "element": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-question", "valueString": "Race" } ], "path": "Race", "code": [ { "system": "http://loinc.org", "code": "54134-2" } ], "definition": "???", "alias": [ "Ethnicity" ], "type": [ { "code": "Coding" } ], "binding": { "strength": "required", "valueSetReference": { "reference": "http://details.loinc.org/AnswerList/LL629-7", "display": "USSG-FHT race" } }, "mapping": [ { "identity": "v2", "map": "PID-10" } ] } ] } }, { "fullUrl": "http://details.loinc.org/LOINC/54123-4", "resource": { "resourceType": "DataElement", "id": "54133-4", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 54133-4</p><p><b>identifier</b>: 54133-4</p><p><b>name</b>: Ethnicity</p><p><b>status</b>: active</p><p><b>date</b>: 25/11/2008</p><p><b>useContext</b>: SURVEY.USSGFHT <span>(Details : {http://loinc.org/class code 'null' = '??', given as 'SURVEY.USSGFHT'})</span>, Survey <span>(Details : {http://loinc.org/type code 'null' = '??', given as 'Survey'})</span></p><h3>Mappings</h3><table><tr><td>-</td><td><b>Identity</b></td><td><b>Uri</b></td></tr><tr><td>*</td><td>v2</td><td><a>http://hl7.org/v2</a></td></tr></table><p><b>element</b>: todo-bundle</p></div>" }, "identifier": [ { "system": "http://details.loinc.org/DataElement", "value": "54133-4" } ], "name": "Ethnicity", "status": "active", "date": "2008-11-25", "useContext": [ { "coding": [ { "system": "http://loinc.org/class", "display": "SURVEY.USSGFHT" } ] }, { "coding": [ { "system": "http://loinc.org/type", "display": "Survey" } ] } ], "mapping": [ { "identity": "v2", "uri": "http://hl7.org/v2" } ], "element": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-question", "valueString": "Ethnicity" } ], "path": "Ethnicity", "code": [ { "system": "http://loinc.org", "code": "54133-4" } ], "definition": "???", "type": [ { "code": "Coding" } ], "binding": { "strength": "required", "valueSetReference": { "reference": "http://details.loinc.org/AnswerList/LL628-9", "display": "USSG-FHT ethnicity" } }, "mapping": [ { "identity": "v2", "map": "PID-22" } ] } ] } }, { "fullUrl": "http://details.loinc.org/LOINC/54140-9", "resource": { "resourceType": "DataElement", "id": "54140-9", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 54140-9</p><p><b>identifier</b>: 54140-9</p><p><b>name</b>: History of diseases [USSG-FHT]</p><p><b>status</b>: active</p><p><b>date</b>: 26/11/2008</p><p><b>useContext</b>: SURVEY.USSGFHT <span>(Details : {http://loinc.org/class code 'null' = '??', given as 'SURVEY.USSGFHT'})</span>, Survey <span>(Details : {http://loinc.org/type code 'null' = '??', given as 'Survey'})</span></p><h3>Mappings</h3><table><tr><td>-</td><td><b>Identity</b></td><td><b>Uri</b></td></tr><tr><td>*</td><td>v2</td><td><a>http://hl7.org/v2</a></td></tr></table><p><b>element</b>: todo-bundle</p></div>" }, "identifier": [ { "system": "http://details.loinc.org/DataElement", "value": "54140-9" } ], "name": "History of diseases [USSG-FHT]", "status": "active", "date": "2008-11-26", "useContext": [ { "coding": [ { "system": "http://loinc.org/class", "display": "SURVEY.USSGFHT" } ] }, { "coding": [ { "system": "http://loinc.org/type", "display": "Survey" } ] } ], "mapping": [ { "identity": "v2", "uri": "http://hl7.org/v2" } ], "element": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-question", "valueString": "Disease or Condition" } ], "path": "History-of-diseases", "code": [ { "system": "http://loinc.org", "code": "54140-9" } ], "definition": "???", "alias": [ "Diseases Hx" ], "type": [ { "code": "Coding" } ], "binding": { "strength": "required", "valueSetReference": { "reference": "http://details.loinc.org/AnswerList/LL626-3", "display": "USSG-FHT diseases" } } } ] } }, { "fullUrl": "http://details.loinc.org/LOINC/54130-0", "resource": { "resourceType": "DataElement", "id": "54130-0", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 54130-0</p><p><b>identifier</b>: 54130-0</p><p><b>name</b>: Age at Diagnosis</p><p><b>status</b>: active</p><p><b>date</b>: 25/11/2008</p><p><b>useContext</b>: SURVEY.USSGFHT <span>(Details : {http://loinc.org/class code 'null' = '??', given as 'SURVEY.USSGFHT'})</span>, Survey <span>(Details : {http://loinc.org/type code 'null' = '??', given as 'Survey'})</span></p><h3>Mappings</h3><table><tr><td>-</td><td><b>Identity</b></td><td><b>Uri</b></td></tr><tr><td>*</td><td>v2</td><td><a>http://hl7.org/v2</a></td></tr></table><p><b>element</b>: todo-bundle</p></div>" }, "identifier": [ { "system": "http://details.loinc.org/DataElement", "value": "54130-0" } ], "name": "Age at Diagnosis", "status": "active", "date": "2008-11-25", "useContext": [ { "coding": [ { "system": "http://loinc.org/class", "display": "SURVEY.USSGFHT" } ] }, { "coding": [ { "system": "http://loinc.org/type", "display": "Survey" } ] } ], "mapping": [ { "identity": "v2", "uri": "http://hl7.org/v2" } ], "element": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-question", "valueString": "Age at Diagnosis" } ], "path": "Age-at-diagnosis", "code": [ { "system": "http://loinc.org", "code": "54130-0" } ], "definition": "???", "type": [ { "code": "Coding" } ], "binding": { "strength": "required", "valueSetReference": { "reference": "http://details.loinc.org/AnswerList/LL619-8", "display": "USSG-FHT age" } } } ] } }, { "fullUrl": "http://details.loinc.org/LOINC/54136-7", "resource": { "resourceType": "DataElement", "id": "54136-7", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 54136-7</p><p><b>identifier</b>: 54136-7</p><p><b>name</b>: Relationship to patient family member [USSG-FHT]</p><p><b>status</b>: active</p><p><b>date</b>: 26/09/2011</p><p><b>useContext</b>: SURVEY.USSGFHT <span>(Details : {http://loinc.org/class code 'null' = '??', given as 'SURVEY.USSGFHT'})</span>, Survey <span>(Details : {http://loinc.org/type code 'null' = '??', given as 'Survey'})</span></p><h3>Mappings</h3><table><tr><td>-</td><td><b>Identity</b></td><td><b>Uri</b></td></tr><tr><td>*</td><td>v2</td><td><a>http://hl7.org/v2</a></td></tr></table><p><b>element</b>: todo-bundle</p></div>" }, "identifier": [ { "system": "http://details.loinc.org/DataElement", "value": "54136-7" } ], "name": "Relationship to patient family member [USSG-FHT]", "status": "active", "date": "2011-09-26", "useContext": [ { "coding": [ { "system": "http://loinc.org/class", "display": "SURVEY.USSGFHT" } ] }, { "coding": [ { "system": "http://loinc.org/type", "display": "Survey" } ] } ], "mapping": [ { "identity": "v2", "uri": "http://hl7.org/v2" } ], "element": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-question", "valueString": "Relationship to you" } ], "path": "Relationship to patient family member", "code": [ { "system": "http://loinc.org", "code": "54136-7" } ], "definition": "???", "alias": [ "Fam Mem", "Relationship to pt" ], "type": [ { "code": "Coding" } ], "binding": { "strength": "required", "valueSetReference": { "reference": "http://details.loinc.org/AnswerList/LL621-4", "display": "USSG-FHT relationship" } } } ] } }, { "fullUrl": "http://details.loinc.org/LOINC/54138-3", "resource": { "resourceType": "DataElement", "id": "54138-3", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 54138-3</p><p><b>identifier</b>: 54138-3</p><p><b>name</b>: Name family member</p><p><b>status</b>: active</p><p><b>date</b>: 25/11/2008</p><p><b>useContext</b>: SURVEY.USSGFHT <span>(Details : {http://loinc.org/class code 'null' = '??', given as 'SURVEY.USSGFHT'})</span>, Survey <span>(Details : {http://loinc.org/type code 'null' = '??', given as 'Survey'})</span></p><h3>Mappings</h3><table><tr><td>-</td><td><b>Identity</b></td><td><b>Uri</b></td></tr><tr><td>*</td><td>v2</td><td><a>http://hl7.org/v2</a></td></tr></table><p><b>element</b>: todo-bundle</p></div>" }, "identifier": [ { "system": "http://details.loinc.org/DataElement", "value": "54138-3" } ], "name": "Name family member", "status": "active", "date": "2008-11-25", "useContext": [ { "coding": [ { "system": "http://loinc.org/class", "display": "SURVEY.USSGFHT" } ] }, { "coding": [ { "system": "http://loinc.org/type", "display": "Survey" } ] } ], "mapping": [ { "identity": "v2", "uri": "http://hl7.org/v2" } ], "element": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-question", "valueString": "Name" } ], "path": "Name-family-member", "code": [ { "system": "http://loinc.org", "code": "54138-3" } ], "definition": "???", "alias": [ "Fam Mem", "Person name" ], "type": [ { "code": "string" } ] } ] } }, { "fullUrl": "http://details.loinc.org/LOINC/54123-5", "resource": { "resourceType": "DataElement", "id": "54123-5", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 54123-5</p><p><b>identifier</b>: 54123-5</p><p><b>name</b>: Gender family member [USSG=FHT]</p><p><b>status</b>: active</p><p><b>date</b>: 25/11/2008</p><p><b>useContext</b>: SURVEY.USSGFHT/Survey <span>(Details : {http://loinc.org/class code 'null' = '??', given as 'SURVEY.USSGFHT/Survey'})</span>, Survey <span>(Details : {http://loinc.org/type code 'null' = '??', given as 'Survey'})</span></p><h3>Mappings</h3><table><tr><td>-</td><td><b>Identity</b></td><td><b>Uri</b></td></tr><tr><td>*</td><td>v2</td><td><a>http://hl7.org/v2</a></td></tr></table><p><b>element</b>: todo-bundle</p></div>" }, "identifier": [ { "system": "http://details.loinc.org/DataElement", "value": "54123-5" } ], "name": "Gender family member [USSG=FHT]", "status": "active", "date": "2008-11-25", "useContext": [ { "coding": [ { "system": "http://loinc.org/class", "display": "SURVEY.USSGFHT/Survey" } ] }, { "coding": [ { "system": "http://loinc.org/type", "display": "Survey" } ] } ], "mapping": [ { "identity": "v2", "uri": "http://hl7.org/v2" } ], "element": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-question", "valueString": "Gender" } ], "path": "Gender-family-member", "code": [ { "system": "http://loinc.org", "code": "54123-5" } ], "definition": "???", "alias": [ "Sex" ], "type": [ { "code": "Coding" } ], "binding": { "strength": "required", "valueSetReference": { "reference": "http://details.loinc.org/AnswerList/LL1-9", "display": "Gender_M/F" } } } ] } }, { "fullUrl": "http://details.loinc.org/LOINC/54139-1", "resource": { "resourceType": "DataElement", "id": "54139-1", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 54139-1</p><p><b>identifier</b>: 54139-1</p><p><b>name</b>: Living?</p><p><b>status</b>: active</p><p><b>date</b>: 25/11/2008</p><p><b>useContext</b>: SURVEY.USSGFHT <span>(Details : {http://loinc.org/class code 'null' = '??', given as 'SURVEY.USSGFHT'})</span>, Survey <span>(Details : {http://loinc.org/type code 'null' = '??', given as 'Survey'})</span></p><h3>Mappings</h3><table><tr><td>-</td><td><b>Identity</b></td><td><b>Uri</b></td></tr><tr><td>*</td><td>v2</td><td><a>http://hl7.org/v2</a></td></tr></table><p><b>element</b>: todo-bundle</p></div>" }, "identifier": [ { "system": "http://details.loinc.org/DataElement", "value": "54139-1" } ], "name": "Living?", "status": "active", "date": "2008-11-25", "useContext": [ { "coding": [ { "system": "http://loinc.org/class", "display": "SURVEY.USSGFHT" } ] }, { "coding": [ { "system": "http://loinc.org/type", "display": "Survey" } ] } ], "mapping": [ { "identity": "v2", "uri": "http://hl7.org/v2" } ], "element": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-question", "valueString": "Living?" } ], "path": "Living", "code": [ { "system": "http://loinc.org", "code": "54139-1" } ], "definition": "???", "type": [ { "code": "Coding" } ], "binding": { "strength": "required", "valueSetReference": { "reference": "LL361-7", "display": "Y/N1" } } } ] } }, { "fullUrl": "http://details.loinc.org/LOINC/54112-8", "resource": { "resourceType": "DataElement", "id": "54112-8", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 54112-8</p><p><b>identifier</b>: 54112-8</p><p><b>name</b>: Cause of death family member [USSG-FHT]</p><p><b>status</b>: active</p><p><b>date</b>: 25/11/2008</p><p><b>useContext</b>: SURVEY.USSGFHT <span>(Details : {http://loinc.org/class code 'null' = '??', given as 'SURVEY.USSGFHT'})</span>, Survey <span>(Details : {http://loinc.org/type code 'null' = '??', given as 'Survey'})</span></p><h3>Mappings</h3><table><tr><td>-</td><td><b>Identity</b></td><td><b>Uri</b></td></tr><tr><td>*</td><td>v2</td><td><a>http://hl7.org/v2</a></td></tr></table><p><b>element</b>: todo-bundle</p></div>" }, "identifier": [ { "system": "http://details.loinc.org/DataElement", "value": "54112-8" } ], "name": "Cause of death family member [USSG-FHT]", "status": "active", "date": "2008-11-25", "useContext": [ { "coding": [ { "system": "http://loinc.org/class", "display": "SURVEY.USSGFHT" } ] }, { "coding": [ { "system": "http://loinc.org/type", "display": "Survey" } ] } ], "mapping": [ { "identity": "v2", "uri": "http://hl7.org/v2" } ], "element": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-question", "valueString": "Cause of Death" } ], "path": "Cause-of-death-family-member", "code": [ { "system": "http://loinc.org", "code": "54112-8" } ], "definition": "???", "type": [ { "code": "Coding" } ], "binding": { "strength": "required", "valueSetReference": { "reference": "http://details.loinc.org/AnswerList/LL627-1" } } } ] } }, { "fullUrl": "http://details.loinc.org/LOINC/54113-6", "resource": { "resourceType": "DataElement", "id": "54113-6", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 54113-6</p><p><b>identifier</b>: 54113-6</p><p><b>name</b>: Age range at death family member [USSG-FHT]</p><p><b>status</b>: active</p><p><b>date</b>: 25/11/2008</p><p><b>useContext</b>: SURVEY.USSGFHT <span>(Details : {http://loinc.org/class code 'null' = '??', given as 'SURVEY.USSGFHT'})</span>, Survey <span>(Details : {http://loinc.org/type code 'null' = '??', given as 'Survey'})</span></p><h3>Mappings</h3><table><tr><td>-</td><td><b>Identity</b></td><td><b>Uri</b></td></tr><tr><td>*</td><td>v2</td><td><a>http://hl7.org/v2</a></td></tr></table><p><b>element</b>: todo-bundle</p></div>" }, "identifier": [ { "system": "http://details.loinc.org/DataElement", "value": "54113-6" } ], "name": "Age range at death family member [USSG-FHT]", "status": "active", "date": "2008-11-25", "useContext": [ { "coding": [ { "system": "http://loinc.org/class", "display": "SURVEY.USSGFHT" } ] }, { "coding": [ { "system": "http://loinc.org/type", "display": "Survey" } ] } ], "mapping": [ { "identity": "v2", "uri": "http://hl7.org/v2" } ], "element": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-question", "valueString": "Age at Death" } ], "path": "Age-range-at-death-family-member", "code": [ { "system": "http://loinc.org", "code": "54113-6" } ], "definition": "???", "type": [ { "code": "Coding" } ], "binding": { "strength": "required", "valueSetReference": { "reference": "http://details.loinc.org/AnswerList/LL619-8", "display": "USSG-FHT age" } } } ] } }, { "fullUrl": "http://details.loinc.org/LOINC/54124-3", "resource": { "resourceType": "DataElement", "id": "54124-3", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 54124-3</p><p><b>identifier</b>: 54124-3</p><p><b>name</b>: Birth date family member</p><p><b>status</b>: active</p><p><b>date</b>: 25/11/2008</p><p><b>useContext</b>: SURVEY.USSGFHT <span>(Details : {http://loinc.org/class code 'null' = '??', given as 'SURVEY.USSGFHT'})</span>, Survey <span>(Details : {http://loinc.org/type code 'null' = '??', given as 'Survey'})</span></p><h3>Mappings</h3><table><tr><td>-</td><td><b>Identity</b></td><td><b>Uri</b></td></tr><tr><td>*</td><td>v2</td><td><a>http://hl7.org/v2</a></td></tr></table><p><b>element</b>: todo-bundle</p></div>" }, "identifier": [ { "system": "http://details.loinc.org/DataElement", "value": "54124-3" } ], "name": "Birth date family member", "status": "active", "date": "2008-11-25", "useContext": [ { "coding": [ { "system": "http://loinc.org/class", "display": "SURVEY.USSGFHT" } ] }, { "coding": [ { "system": "http://loinc.org/type", "display": "Survey" } ] } ], "mapping": [ { "identity": "v2", "uri": "http://hl7.org/v2" } ], "element": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-question", "valueString": "Date of birth" } ], "path": "Birth-date-familiy-member", "code": [ { "system": "http://loinc.org", "code": "54124-3" } ], "definition": "???", "type": [ { "code": "date" } ] } ] } }, { "fullUrl": "http://details.loinc.org/LOINC/54141-7", "resource": { "resourceType": "DataElement", "id": "54141-7", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 54141-7</p><p><b>identifier</b>: 54141-7</p><p><b>name</b>: Current age family member [USSG-FHT]</p><p><b>status</b>: active</p><p><b>date</b>: 26/11/2008</p><p><b>useContext</b>: SURVEY.USSGFHT <span>(Details : {http://loinc.org/class code 'null' = '??', given as 'SURVEY.USSGFHT'})</span>, Survey <span>(Details : {http://loinc.org/type code 'null' = '??', given as 'Survey'})</span></p><h3>Mappings</h3><table><tr><td>-</td><td><b>Identity</b></td><td><b>Uri</b></td></tr><tr><td>*</td><td>v2</td><td><a>http://hl7.org/v2</a></td></tr></table><p><b>element</b>: todo-bundle</p></div>" }, "identifier": [ { "system": "http://details.loinc.org/DataElement", "value": "54141-7" } ], "name": "Current age family member [USSG-FHT]", "status": "active", "date": "2008-11-26", "useContext": [ { "coding": [ { "system": "http://loinc.org/class", "display": "SURVEY.USSGFHT" } ] }, { "coding": [ { "system": "http://loinc.org/type", "display": "Survey" } ] } ], "mapping": [ { "identity": "v2", "uri": "http://hl7.org/v2" } ], "element": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-question", "valueString": "Age" }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-units", "valueCodeableConcept": { "fhir_comments": [ " In this case, I think the units must be fixed . . . " ], "coding": [ { "system": "http://unitsofmeasure.org", "code": "a" } ] } } ], "path": "Current-age-family-member", "code": [ { "system": "http://loinc.org", "code": "54141-7" } ], "definition": "???", "type": [ { "code": "decimal" } ] } ] } }, { "fullUrl": "http://details.loinc.org/LOINC/54121-9", "resource": { "resourceType": "DataElement", "id": "54121-9", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 54121-9</p><p><b>identifier</b>: 54121-9</p><p><b>name</b>: Twin family member</p><p><b>status</b>: active</p><p><b>date</b>: 25/11/2008</p><p><b>useContext</b>: SURVEY.USSGFHT <span>(Details : {http://loinc.org/class code 'null' = '??', given as 'SURVEY.USSGFHT'})</span>, Survey <span>(Details : {http://loinc.org/type code 'null' = '??', given as 'Survey'})</span></p><h3>Mappings</h3><table><tr><td>-</td><td><b>Identity</b></td><td><b>Uri</b></td></tr><tr><td>*</td><td>v2</td><td><a>http://hl7.org/v2</a></td></tr></table><p><b>element</b>: todo-bundle</p></div>" }, "identifier": [ { "system": "http://details.loinc.org/DataElement", "value": "54121-9" } ], "name": "Twin family member", "status": "active", "date": "2008-11-25", "useContext": [ { "coding": [ { "system": "http://loinc.org/class", "display": "SURVEY.USSGFHT" } ] }, { "coding": [ { "system": "http://loinc.org/type", "display": "Survey" } ] } ], "mapping": [ { "identity": "v2", "uri": "http://hl7.org/v2" } ], "element": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-question", "valueString": "Was this person born a twin?" } ], "path": "Twin-family-member", "code": [ { "system": "http://loinc.org", "code": "54121-9" } ], "definition": "???", "type": [ { "code": "Coding" } ], "binding": { "strength": "required", "valueSetReference": { "reference": "http://details.loinc.org/AnswerList/LL623-0" } }, "mapping": [ { "fhir_comments": [ " I think this mapping is wrong - it would be on NK1 if anywhere " ], "identity": "v2", "map": "PID-24" } ] } ] } }, { "fullUrl": "http://details.loinc.org/LOINC/54122-7", "resource": { "resourceType": "DataElement", "id": "54122-7", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 54122-7</p><p><b>identifier</b>: 54122-7</p><p><b>name</b>: Adopted family member</p><p><b>status</b>: active</p><p><b>date</b>: 25/11/2008</p><p><b>useContext</b>: SURVEY.USSGFHT <span>(Details : {http://loinc.org/class code 'null' = '??', given as 'SURVEY.USSGFHT'})</span>, Survey <span>(Details : {http://loinc.org/type code 'null' = '??', given as 'Survey'})</span></p><h3>Mappings</h3><table><tr><td>-</td><td><b>Identity</b></td><td><b>Uri</b></td></tr><tr><td>*</td><td>v2</td><td><a>http://hl7.org/v2</a></td></tr></table><p><b>element</b>: todo-bundle</p></div>" }, "identifier": [ { "system": "http://details.loinc.org/DataElement", "value": "54122-7" } ], "name": "Adopted family member", "status": "active", "date": "2008-11-25", "useContext": [ { "coding": [ { "system": "http://loinc.org/class", "display": "SURVEY.USSGFHT" } ] }, { "coding": [ { "system": "http://loinc.org/type", "display": "Survey" } ] } ], "mapping": [ { "identity": "v2", "uri": "http://hl7.org/v2" } ], "element": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-question", "valueString": "Was this person adopted?" } ], "path": "Adopted-family-member", "code": [ { "system": "http://loinc.org", "code": "54122-7" } ], "definition": "???", "type": [ { "code": "Coding" } ], "binding": { "strength": "required", "valueSetReference": { "reference": "http://details.loinc.org/AnswerList/LL623-0" } } } ] } }, { "fullUrl": "http://details.loinc.org/LOINC/54119-3", "resource": { "resourceType": "DataElement", "id": "54119-3", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 54119-3</p><p><b>identifier</b>: 54119-3</p><p><b>name</b>: Race family member [USSG-FHT]</p><p><b>status</b>: active</p><p><b>date</b>: 11/12/2012</p><p><b>useContext</b>: SURVEY.USSGFHT <span>(Details : {http://loinc.org/class code 'null' = '??', given as 'SURVEY.USSGFHT'})</span>, Survey <span>(Details : {http://loinc.org/type code 'null' = '??', given as 'Survey'})</span></p><h3>Mappings</h3><table><tr><td>-</td><td><b>Identity</b></td><td><b>Uri</b></td></tr><tr><td>*</td><td>v2</td><td><a>http://hl7.org/v2</a></td></tr></table><p><b>element</b>: todo-bundle</p></div>" }, "identifier": [ { "system": "http://details.loinc.org/DataElement", "value": "54119-3" } ], "name": "Race family member [USSG-FHT]", "status": "active", "date": "2012-12-11", "useContext": [ { "coding": [ { "system": "http://loinc.org/class", "display": "SURVEY.USSGFHT" } ] }, { "coding": [ { "system": "http://loinc.org/type", "display": "Survey" } ] } ], "mapping": [ { "identity": "v2", "uri": "http://hl7.org/v2" } ], "element": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-question", "valueString": "Race" } ], "path": "Race-family-member", "code": [ { "system": "http://loinc.org", "code": "54119-3" } ], "definition": "???", "alias": [ "Ethnicity" ], "type": [ { "code": "Coding" } ], "binding": { "strength": "required", "valueSetReference": { "reference": "http://details.loinc.org/AnswerList/LL629-7", "display": "USSG-FHT race" } }, "mapping": [ { "fhir_comments": [ " Incorrect mapping " ], "identity": "v2", "map": "PID-10" } ] } ] } }, { "fullUrl": "http://details.loinc.org/LOINC/54120-1", "resource": { "resourceType": "DataElement", "id": "54120-1", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 54120-1</p><p><b>identifier</b>: 54120-1</p><p><b>name</b>: Ethnicity family member [USSG-FHT]</p><p><b>status</b>: active</p><p><b>date</b>: 11/12/2012</p><p><b>useContext</b>: SURVEY.USSGFHT <span>(Details : {http://loinc.org/class code 'null' = '??', given as 'SURVEY.USSGFHT'})</span>, Survey <span>(Details : {http://loinc.org/type code 'null' = '??', given as 'Survey'})</span></p><h3>Mappings</h3><table><tr><td>-</td><td><b>Identity</b></td><td><b>Uri</b></td></tr><tr><td>*</td><td>v2</td><td><a>http://hl7.org/v2</a></td></tr></table><p><b>element</b>: todo-bundle</p></div>" }, "identifier": [ { "system": "http://details.loinc.org/DataElement", "value": "54120-1" } ], "name": "Ethnicity family member [USSG-FHT]", "status": "active", "date": "2012-12-11", "useContext": [ { "coding": [ { "system": "http://loinc.org/class", "display": "SURVEY.USSGFHT" } ] }, { "coding": [ { "system": "http://loinc.org/type", "display": "Survey" } ] } ], "mapping": [ { "identity": "v2", "uri": "http://hl7.org/v2" } ], "element": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-question", "valueString": "Ethnicity" } ], "path": "Ethnicity-family-member", "code": [ { "system": "http://loinc.org", "code": "54120-1" } ], "definition": "???", "type": [ { "code": "Coding" } ], "binding": { "strength": "required", "valueSetReference": { "reference": "http://details.loinc.org/AnswerList/LL628-9", "display": "USSG-FHT ethnicity" } }, "mapping": [ { "fhir_comments": [ " Incorrect mapping " ], "identity": "v2", "map": "PID-22" } ] } ] } }, { "fullUrl": "http://details.loinc.org/LOINC/54116-9", "resource": { "resourceType": "DataElement", "id": "54116-9", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 54116-9</p><p><b>identifier</b>: 54116-9</p><p><b>name</b>: History of diseases family member [USSG-FHT]</p><p><b>status</b>: active</p><p><b>date</b>: 25/11/2008</p><p><b>useContext</b>: SURVEY.USSGFHT <span>(Details : {http://loinc.org/class code 'null' = '??', given as 'SURVEY.USSGFHT'})</span>, Survey <span>(Details : {http://loinc.org/type code 'null' = '??', given as 'Survey'})</span></p><h3>Mappings</h3><table><tr><td>-</td><td><b>Identity</b></td><td><b>Uri</b></td></tr><tr><td>*</td><td>v2</td><td><a>http://hl7.org/v2</a></td></tr></table><p><b>element</b>: todo-bundle</p></div>" }, "identifier": [ { "system": "http://details.loinc.org/DataElement", "value": "54116-9" } ], "name": "History of diseases family member [USSG-FHT]", "status": "active", "date": "2008-11-25", "useContext": [ { "coding": [ { "system": "http://loinc.org/class", "display": "SURVEY.USSGFHT" } ] }, { "coding": [ { "system": "http://loinc.org/type", "display": "Survey" } ] } ], "mapping": [ { "identity": "v2", "uri": "http://hl7.org/v2" } ], "element": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-question", "valueString": "Disease or Condition" } ], "path": "History-of-diseases-family-member", "code": [ { "system": "http://loinc.org", "code": "54116-9" } ], "definition": "???", "alias": [ "Diseases Hx" ], "type": [ { "code": "Coding" } ], "binding": { "strength": "required", "valueSetReference": { "reference": "http://details.loinc.org/AnswerList/LL626-3", "display": "USSG-FHT diseases" } } } ] } }, { "fullUrl": "http://details.loinc.org/LOINC/54115-1", "resource": { "resourceType": "DataElement", "id": "54115-1", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 54115-1</p><p><b>identifier</b>: 54115-1</p><p><b>name</b>: Age range at onset of disease family member [USSG-FHT]</p><p><b>status</b>: active</p><p><b>date</b>: 25/11/2008</p><p><b>useContext</b>: SURVEY.USSGFHT <span>(Details : {http://loinc.org/class code 'null' = '??', given as 'SURVEY.USSGFHT'})</span>, Survey <span>(Details : {http://loinc.org/type code 'null' = '??', given as 'Survey'})</span></p><h3>Mappings</h3><table><tr><td>-</td><td><b>Identity</b></td><td><b>Uri</b></td></tr><tr><td>*</td><td>v2</td><td><a>http://hl7.org/v2</a></td></tr></table><p><b>element</b>: todo-bundle</p></div>" }, "identifier": [ { "system": "http://details.loinc.org/DataElement", "value": "54115-1" } ], "name": "Age range at onset of disease family member [USSG-FHT]", "status": "active", "date": "2008-11-25", "useContext": [ { "coding": [ { "system": "http://loinc.org/class", "display": "SURVEY.USSGFHT" } ] }, { "coding": [ { "system": "http://loinc.org/type", "display": "Survey" } ] } ], "mapping": [ { "identity": "v2", "uri": "http://hl7.org/v2" } ], "element": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-question", "valueString": "Age at Diagnosis" } ], "path": "Age-range-at-onset-of-disease-family-member", "code": [ { "system": "http://loinc.org", "code": "54115-1" } ], "definition": "???", "alias": [ "Dz", "Ds" ], "type": [ { "code": "Coding" } ], "binding": { "strength": "required", "valueSetReference": { "reference": "http://details.loinc.org/AnswerList/LL619-8", "display": "USSG-FHT age" } } } ] } } ] }; var example741: fhir.Bundle = { "entry": [ { "fullUrl": "http://AHRQ.org/form/Questionnaire/F8-1.2", "resource": { "contained": [ { "codeSystem": { "caseSensitive": true, "concept": [ { "code": "A1197", "definition": "A legal drug that is used to prevent, treat, or relieve symptoms of a disease or abnormal condition.", "display": "Medications" }, { "code": "A1200", "definition": "Organisms or complex pharmaceutical substances, preparations, or agents of organic origin, usually obtained by biological methods or assay.", "display": "Biological products" }, { "code": "A1203", "display": "Nutritional products" }, { "code": "A1206", "display": "Expressed human breast milk" }, { "code": "A1209", "display": "Medical gases (e.g., oxygen, nitrogen, nitrous oxide)" }, { "code": "A1212", "display": "Contrast media" }, { "code": "A1213", "display": "Radiopharmaceuticals" }, { "code": "A1214", "display": "Patient food (not suspected in drug-food interactions" }, { "code": "A1216", "display": "Drug-drug, drug-food, or adverse drug reaction as a result of a prescription and/or administration of a drug and/or food frior to admission" }, { "code": "A1215", "display": "Other substance: PLEASE SPECIFY" } ], "system": "http://AHRQ.org/form/question_identifier#Medication/DE270-cs" }, "id": "d1e551-vs", "resourceType": "ValueSet", "status": "active" }, { "codeSystem": { "caseSensitive": true, "concept": [ { "code": "A1218", "display": "Prescription or over-the- counter (including herbal supplements)" }, { "code": "A1221", "display": "Compounded preparations" }, { "code": "A1224", "display": "Investigational drugs" }, { "code": "UNK", "display": "Unknown" } ], "system": "http://AHRQ.org/form/question_identifier#Medication/DE273-cs" }, "id": "d1e639-vs", "resourceType": "ValueSet", "status": "active" }, { "codeSystem": { "caseSensitive": true, "concept": [ { "code": "A1233", "display": "Vaccines" }, { "code": "A1236", "display": "Other biological products (e.g., thrombolytic)" } ], "system": "http://AHRQ.org/form/question_identifier#Medication/DE279-cs" }, "id": "d1e910-vs", "resourceType": "ValueSet", "status": "active" }, { "codeSystem": { "caseSensitive": true, "concept": [ { "code": "A1242", "display": "Dietary supplements (other than vitamins or minerals)" }, { "code": "A1245", "display": "Vitamins or minerals" }, { "code": "A1248", "display": "Enteral nutritional products, including infant formula" }, { "code": "A1251", "display": "Parenteral nutritional products" }, { "code": "A66", "display": "Other: PLEASE SPECIFY" } ], "system": "http://AHRQ.org/form/question_identifier#Medication/DE285-cs" }, "id": "d1e1125-vs", "resourceType": "ValueSet", "status": "active" }, { "codeSystem": { "caseSensitive": true, "concept": [ { "code": "A1257", "display": "Incorrect action (process failure or error) (e.g., such as administering overdose or incorrect medication)" }, { "code": "A1260", "display": "Unsafe condition" }, { "code": "A1263", "display": "Adverse reaction in patient to the administered substance without any apparent incorrect action" }, { "code": "UNK", "display": "Unknown" } ], "system": "http://AHRQ.org/form/question_identifier#Medication/DE288-cs" }, "id": "d1e1558-vs", "resourceType": "ValueSet", "status": "active" }, { "codeSystem": { "caseSensitive": true, "concept": [ { "code": "A585", "display": "Incorrect patient" }, { "code": "A1272", "display": "Incorrect medication/substance" }, { "code": "A1275", "display": "Incorrect dose(s)" }, { "code": "A1278", "display": "Incorrect route of administration" }, { "code": "A1281", "display": "Incorrect timing" }, { "code": "A1284", "display": "Incorrect rate" }, { "code": "A1287", "display": "Incorrect duration of administration or course of therapy" }, { "code": "A1290", "display": "Incorrect dosage form (e.g., sustained release instead of immediate release)" }, { "code": "A1293", "display": "Incorrect strength or concentration" }, { "code": "A1296", "display": "Incorrect preparation, including inappropriate cutting of tablets, error in compounding, mixing, etc." }, { "code": "A1299", "display": "Expired or deteriorated medication/substance" }, { "code": "A1301", "display": "Medication/substance that is known to be an allergen to the patient" }, { "code": "A1305", "display": "Medication/substance that is known to be contraindicated for the patient" }, { "code": "A1308", "display": "Incorrect patient/family action (e.g., self-administration error)" }, { "code": "A66", "display": "Other: PLEASE SPECIFY" } ], "system": "http://AHRQ.org/form/question_identifier#Medication/DE291-cs" }, "id": "d1e1746-vs", "resourceType": "ValueSet", "status": "active" }, { "codeSystem": { "caseSensitive": true, "concept": [ { "code": "A1314", "display": "Overdose" }, { "code": "A1317", "display": "Underdose" }, { "code": "A1320", "display": "Missed or omitted dose" }, { "code": "A1323", "display": "Extra dose" }, { "code": "UNK", "display": "Unknown" } ], "system": "http://AHRQ.org/form/question_identifier#Medication/DE294-cs" }, "id": "d1e1863-vs", "resourceType": "ValueSet", "status": "active" }, { "codeSystem": { "caseSensitive": true, "concept": [ { "code": "A1329", "display": "Too early" }, { "code": "A1332", "display": "Too late" }, { "code": "UNK", "display": "Unknown" } ], "system": "http://AHRQ.org/form/question_identifier#Medication/DE297-cs" }, "id": "d1e2109-vs", "resourceType": "ValueSet", "status": "active" }, { "codeSystem": { "caseSensitive": true, "concept": [ { "code": "A1338", "display": "Too quickly" }, { "code": "A1341", "display": "Too slowly" }, { "code": "UNK", "display": "Unknown" } ], "system": "http://AHRQ.org/form/question_identifier#Medication/DE300-cs" }, "id": "d1e2272-vs", "resourceType": "ValueSet", "status": "active" }, { "codeSystem": { "caseSensitive": true, "concept": [ { "code": "A1347", "display": "Too high" }, { "code": "A1350", "display": "Too low" }, { "code": "UNK", "display": "Unknown" } ], "system": "http://AHRQ.org/form/question_identifier#Medication/DE303-cs" }, "id": "d1e2489-vs", "resourceType": "ValueSet", "status": "active" }, { "codeSystem": { "caseSensitive": true, "concept": [ { "code": "A15", "display": "Yes" }, { "code": "A18", "display": "No" }, { "code": "UNK", "display": "Unkown" } ], "system": "http://AHRQ.org/form/question_identifier#Medication/DE309-cs" }, "id": "d1e2768-vs", "resourceType": "ValueSet", "status": "active" }, { "codeSystem": { "caseSensitive": true, "concept": [ { "code": "A1368", "display": "Drug-drug" }, { "code": "A1371", "display": "Drug-food" }, { "code": "A1374", "display": "Drug-disease" }, { "code": "A66", "display": "Other: PLEASE SPECIFY" } ], "system": "http://AHRQ.org/form/question_identifier#Medication/DE312-cs" }, "id": "d1e2928-vs", "resourceType": "ValueSet", "status": "active" }, { "codeSystem": { "caseSensitive": true, "concept": [ { "code": "A1380", "display": "Purchasing" }, { "code": "A1383", "display": "Storing" }, { "code": "A1386", "display": "Prescribing/ordering" }, { "code": "A1389", "display": "Transcribing" }, { "code": "A1392", "display": "Preparing" }, { "code": "A1395", "display": "Dispensing" }, { "code": "A1398", "display": "Administering" }, { "code": "A1401", "display": "Monitoring" }, { "code": "UNK", "display": "Unknown" }, { "code": "A66", "display": "Other: PLEASE SPECIFY" } ], "system": "http://AHRQ.org/form/question_identifier#Medication/DE315-cs" }, "id": "d1e3159-vs", "resourceType": "ValueSet", "status": "active" }, { "codeSystem": { "caseSensitive": true, "concept": [ { "code": "A15", "display": "Yes" }, { "code": "A18", "display": "No" } ], "system": "http://AHRQ.org/form/question_identifier#Medication/DE333-cs" }, "id": "d1e4024-vs", "resourceType": "ValueSet", "status": "active" }, { "codeSystem": { "caseSensitive": true, "concept": [ { "code": "A15", "display": "Yes" }, { "code": "A18", "display": "No" } ], "system": "http://AHRQ.org/form/question_identifier#Medication/DE336-cs" }, "id": "d1e4118-vs", "resourceType": "ValueSet", "status": "active" }, { "codeSystem": { "caseSensitive": true, "concept": [ { "code": "A1440", "display": "Cutaneous, topical application, including ointment, spray, patch" }, { "code": "A1443", "display": "Subcutaneous" }, { "code": "A1444", "display": "Ophthalmic" }, { "code": "A1446", "display": "Oral, including sublingual or buccal" }, { "code": "A1447", "display": "Otic" }, { "code": "A1449", "display": "Nasal" }, { "code": "A1450", "display": "Inhalation" }, { "code": "A1452", "display": "Intravenous" }, { "code": "A1455", "display": "Intramuscular" }, { "code": "A1458", "display": "Intrathecal" }, { "code": "A1461", "display": "Epidural" }, { "code": "A1464", "display": "Gastric" }, { "code": "A1467", "display": "Rectal" }, { "code": "A1470", "display": "Vaginal" }, { "code": "UNK", "display": "Unknown" }, { "code": "A66", "display": "Other: PLEASE SPECIFY" } ], "system": "http://AHRQ.org/form/question_identifier#Medication/DE348-cs" }, "id": "d1e4236-vs", "resourceType": "ValueSet", "status": "active" }, { "codeSystem": { "caseSensitive": true, "concept": [ { "code": "A1440", "display": "Cutaneous, topical application, including ointment, spray, patch" }, { "code": "A1443", "display": "Subcutaneous" }, { "code": "A1444", "display": "Ophthalmic" }, { "code": "A1446", "display": "Oral, including sublingual or buccal" }, { "code": "A1447", "display": "Otic" }, { "code": "A1449", "display": "Nasal" }, { "code": "A1450", "display": "Inhalation" }, { "code": "A1452", "display": "Intravenous" }, { "code": "A1455", "display": "Intramuscular" }, { "code": "A1458", "display": "Intrathecal" }, { "code": "A1461", "display": "Epidural" }, { "code": "A1464", "display": "Gastric" }, { "code": "A1467", "display": "Rectal" }, { "code": "A1470", "display": "Vaginal" }, { "code": "UNK", "display": "Unknown" }, { "code": "A66", "display": "Other: PLEASE SPECIFY" } ], "system": "http://AHRQ.org/form/question_identifier#Medication/DE351-cs" }, "id": "d1e4716-vs", "resourceType": "ValueSet", "status": "active" } ], "date": "2012-04-01", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-category", "valueCodeableConcept": { "coding": [ { "code": "Acute Care Hospitals" } ] } } ], "group": { "group": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/sdc-questionnaire-specialGroup", "valueCode": "header" } ], "linkId": "Medication/header", "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 3 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 9 } ], "linkId": "Medication/DE2", "required": true, "text": "Event ID:", "type": "string" }, { "linkId": "Medication/DE30", "required": true, "text": "Initial Report Date (HERF Q1)", "type": "string" } ] }, { "group": [ { "linkId": "Medication/SEC01/74080-3", "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 1 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 30 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://AHRQ.gov/data_element_identifier#Type%20of%20substance%20involved" } } ], "group": [ { "linkId": "Medication/DE270/A1197", "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 7 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 65 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://AHRQ.gov/data_element_identifier#Type%20of%20medication%20involved" } } ], "group": [ { "linkId": "Medication/DE273/A1221", "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 0 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 500 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://AHRQ.gov/data_element_identifier#Compounded%20preparation%20ingredients" } } ], "linkId": "Medication/DE276", "repeats": true, "text": "Please list all ingredients:", "type": "string" } ], "repeats": false, "required": false } ], "linkId": "Medication/DE273", "options": { "reference": "#d1e639-vs" }, "required": true, "text": "What type of medication?", "type": "open-choice" } ], "repeats": false, "required": false }, { "linkId": "Medication/DE270/A1200", "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 8 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 65 } ], "group": [ { "linkId": "Medication/DE279/A1233", "question": [ { "linkId": "Medication/DE282", "required": true, "text": "What was the lot number of the vaccine?", "type": "string" } ], "repeats": false, "required": false } ], "linkId": "Medication/DE279", "options": { "reference": "#d1e910-vs" }, "text": "What type of biological product?", "type": "open-choice" } ], "repeats": false, "required": false }, { "linkId": "Medication/DE270/A1203", "question": [ { "linkId": "Medication/DE285", "options": { "reference": "#d1e1125-vs" }, "required": true, "text": "What type of nutritional product?", "type": "open-choice" } ], "repeats": false, "required": false } ], "linkId": "Medication/DE270", "options": { "reference": "#d1e551-vs" }, "required": true, "text": "What type of medication/substance was involved?", "type": "open-choice" }, { "linkId": "Medication/DE288", "options": { "reference": "#d1e1558-vs" }, "required": true, "text": "Which of the following best characterizes the event?", "type": "open-choice" }, { "group": [ { "linkId": "Medication/DE291/A1275", "question": [ { "linkId": "Medication/DE294", "options": { "reference": "#d1e1863-vs" }, "required": true, "text": "Which best describes the incorrect dose(s)?", "type": "open-choice" } ], "repeats": false, "required": false }, { "linkId": "Medication/DE291/A1308", "question": [ { "linkId": "Medication/DE297", "options": { "reference": "#d1e2109-vs" }, "required": true, "text": "Which best describes the incorrect timing?", "type": "open-choice" } ], "repeats": false, "required": false }, { "linkId": "Medication/DE291/A1284", "question": [ { "linkId": "Medication/DE300", "options": { "reference": "#d1e2272-vs" }, "required": true, "text": "Which best describes the incorrect rate?", "type": "open-choice" } ], "repeats": false, "required": false }, { "linkId": "Medication/DE291/A1293", "question": [ { "linkId": "Medication/DE303", "options": { "reference": "#d1e2489-vs" }, "required": true, "text": "Which best describes the incorrect strength or concentration?", "type": "open-choice" } ], "repeats": false, "required": false }, { "linkId": "Medication/DE291/A1299", "question": [ { "linkId": "Medication/DE306", "required": true, "text": "What was the expiration date?", "type": "string" } ], "repeats": false, "required": false }, { "linkId": "Medication/DE291/A1302", "question": [ { "linkId": "Medication/DE309", "options": { "reference": "#d1e2768-vs" }, "required": true, "text": "Was there a documented history of allergies or sensitivities to the medication/substance administered?", "type": "open-choice" } ], "repeats": false, "required": false }, { "linkId": "Medication/DE291/A1305", "question": [ { "linkId": "Medication/DE312", "options": { "reference": "#d1e2928-vs" }, "required": true, "text": "What was the contraindication (potential or actual interaction)?", "type": "open-choice" } ], "repeats": false, "required": false } ], "linkId": "Medication/DE291", "options": { "reference": "#d1e1746-vs" }, "text": "What was the incorrect action?", "type": "open-choice" }, { "linkId": "Medication/DE315", "options": { "reference": "#d1e3159-vs" }, "required": true, "text": "At what stage in the process did the event originate, regardless of the stage at which it was discovered?", "type": "open-choice" } ], "required": true }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxOccurs", "valueInteger": 5 } ], "linkId": "Medication/SEC02/74078-7", "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 0 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 65 } ], "linkId": "Medication/DE318", "text": "Generic name or investigational drug name", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 0 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 65 } ], "linkId": "Medication/DE319", "text": "Ingredient", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 0 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 65 } ], "linkId": "Medication/DE321", "text": "Brand name", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 0 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 65 } ], "linkId": "Medication/DE322", "text": "Brand name RXCUI", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 0 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 65 } ], "linkId": "Medication/DE324", "text": "Manufacturer", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 0 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 65 } ], "linkId": "Medication/DE327", "text": "Strength or concentration of product", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 0 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 65 } ], "linkId": "Medication/DE328", "text": "Clinical Component RXCUI", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 0 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 65 } ], "linkId": "Medication/DE330", "text": "Dosage form of Product", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 0 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 65 } ], "linkId": "Medication/DE331", "text": "Dose form RXCUI", "type": "string" }, { "linkId": "Medication/DE333", "options": { "reference": "#d1e4024-vs" }, "required": true, "text": "Was this medication/substance prescribed for this patient?", "type": "open-choice" }, { "linkId": "Medication/DE336", "options": { "reference": "#d1e4118-vs" }, "required": true, "text": "Was this medication/substance given to this patient?", "type": "open-choice" } ], "repeats": true, "text": "Please provide the following medication details for any medications or other substances directly involved in the event." }, { "linkId": "Medication/SEC03", "question": [ { "linkId": "Medication/DE348", "options": { "reference": "#d1e4236-vs" }, "required": true, "text": "What was the intended route of administration?", "type": "open-choice" }, { "linkId": "Medication/DE351", "options": { "reference": "#d1e4716-vs" }, "required": true, "text": "What was the actual route of administration (attempted or completed)?", "type": "open-choice" } ] }, { "linkId": "Medication/SEC04", "text": "The form is complete.", "title": "STOP" }, { "linkId": "Medication/SEC05", "text": "OMB No. 0935-0143 Exp. Date 10/31/2014 Public reporting burden for the collection of information is estimated to average 10 minutes per response. An agency may not conduct or sponsor, and a person is not required to respond to, a collection of information unless it displays a currently valid OMB control number. Send comments regarding this burden estimate or any other aspect of this collection of information, including suggestions for reducing this burden, to: AHRQ Reports Clearance Officer, Attention: PRA, Paperwork Reduction Project (0935-0143), AHRQ, 540 Gaither Road, Room #5036, Rockville, MD 20850.", "title": "Thank you for completing these questions." } ], "linkId": "Medication/SEC00", "text": "Use this form to report any patient safety event or unsafe condition involving a substance such as a medications, biological products, nutritional products, expressed human breast milk, medical gases, or contrast media. Do not complete this form if the event involves appropriateness of therapeutic choice or decision making (e.g., physician decision to prescribe medication despite known drug-drug interaction). If the event involves a device, please also complete the Device or Medical/Surgical Supply including Health Information Technology (HIT) form. Narrative detail can be captured on the Healthcare Event Reporting Form (HERF).", "title": "Medication or Other Substance" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/sdc-questionnaire-specialGroup", "valueCode": "footer" } ], "linkId": "Medication/footer", "text": "AHRQ Common Formats - Hospital Version 1.2 - 2012 Medication or Other Substance" } ], "linkId": "root", "required": true, "title": "Medication or Other Substance" }, "id": "F8-1.2", "identifier": [ { "system": "http://Medication", "value": "form_identifier/F8/1.2" } ], "meta": { "lastUpdated": "2014-05-15T17:25:15Z" }, "publisher": "Agency for Healthcare Research and Quality (AHRQ)", "resourceType": "Questionnaire", "status": "published", "subjectType": [ "Patient" ], "text": { "div": "<div>Todo</div>", "status": "generated" } } }, { "fullUrl": "http://AHRQ.org/form/Questionnaire/HERF-1.2", "resource": { "contained": [ { "codeSystem": { "caseSensitive": true, "concept": [ { "code": "A3", "definition": "A patient safety event that reached the patient, whether or not the patient was harmed.", "display": "Incident" }, { "code": "A6", "definition": "A patient safety event that did not reach the patient.", "display": "Near Miss" }, { "code": "A9", "definition": "Any circumstance that increases the probability of a patient safety event.", "display": "Unsafe Condition" } ], "system": "http://AHRQ.org/form/question_identifier#HERF/DE3-cs" }, "id": "d1e5879-vs", "resourceType": "ValueSet", "status": "active" }, { "codeSystem": { "caseSensitive": true, "concept": [ { "code": "A42", "display": "Blood or Blood Product" }, { "code": "A44", "display": "Device or Medical/Surgical Supply, including Health Information Technology (HIT)" }, { "code": "A48", "display": "Fall" }, { "code": "A51", "display": "Healthcare-associated Infection" }, { "code": "A54", "display": "Medication or Other Substance" }, { "code": "A57", "display": "Perinatal" }, { "code": "A60", "display": "Pressure Ulcer" }, { "code": "A63", "display": "Surgery or Anesthesia (includes invasive procedure)" }, { "code": "A64", "display": "Venous Thromboembolism" }, { "code": "A66", "display": "Other: PLEASE SPECIFY" } ], "system": "http://AHRQ.org/form/question_identifier#HERF/DE21-cs" }, "id": "d1e6177-vs", "resourceType": "ValueSet", "status": "active" }, { "codeSystem": { "caseSensitive": true, "concept": [ { "code": "M", "display": "Male" }, { "code": "F", "display": "Female" }, { "code": "UNK", "display": "Unknown" } ], "system": "http://AHRQ.org/form/question_identifier#HERF/DE42-cs" }, "id": "d1e6853-vs", "resourceType": "ValueSet", "status": "active" }, { "codeSystem": { "caseSensitive": true, "concept": [ { "code": "A15", "display": "Yes" }, { "code": "A18", "display": "No" } ], "system": "http://AHRQ.org/form/question_identifier#HERF/Hidden-cs" }, "id": "d1e7006-vs", "resourceType": "ValueSet", "status": "active" }, { "codeSystem": { "caseSensitive": true, "concept": [ { "code": "M", "display": "Male" }, { "code": "F", "display": "Female" }, { "code": "UNK", "display": "Unknown" } ], "system": "http://AHRQ.org/form/question_identifier#HERF/DE43-cs" }, "id": "d1e7220-vs", "resourceType": "ValueSet", "status": "active" }, { "codeSystem": { "caseSensitive": true, "concept": [ { "code": "A15", "display": "Yes" }, { "code": "A18", "display": "No" } ], "system": "http://AHRQ.org/form/question_identifier#HERF/DE33-cs" }, "id": "d1e7422-vs", "resourceType": "ValueSet", "status": "active" } ], "group": { "group": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/sdc-questionnaire-specialGroup", "valueCode": "header" } ], "linkId": "HERF/header", "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 3 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 9 } ], "linkId": "HERF/DE2", "required": true, "text": "Event ID", "type": "string" }, { "linkId": "HERF/DE30", "required": true, "text": "Initial Report Date", "type": "string" } ] }, { "linkId": "HERF/SEC01", "question": [ { "linkId": "HERF/DE30b", "required": true, "text": "Report Date", "type": "string" }, { "linkId": "HERF/DE3", "options": { "reference": "#d1e5879-vs" }, "required": true, "text": "What is being reported?", "type": "open-choice" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxOccurs", "valueInteger": 0 } ], "linkId": "HERF/DE15", "repeats": true, "required": true, "text": "Briefly describe the event that occurred or unsafe condition", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxOccurs", "valueInteger": 0 } ], "linkId": "HERF/DE18", "repeats": true, "required": true, "text": "Briefly describe the location where the event occurred or where the unsafe condition exists", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxOccurs", "valueInteger": 10 } ], "linkId": "HERF/DE21", "options": { "reference": "#d1e6177-vs" }, "repeats": true, "required": true, "text": "Which of the following categories are associated with the event or unsafe condition?", "type": "open-choice" } ] }, { "extension": [ { "extension": [ { "url": "#enableWhen.question", "valueString": "HERF/DE3" }, { "url": "#enableWhen.answer", "valueCoding": { "code": "A3", "system": "http://AHRQ.org/form/question_identifier#HERF/DE3-cs" } } ], "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen" } ], "linkId": "HERF/SEC01.1", "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/entryFormat", "valueString": "MM/DD/YYYY" } ], "linkId": "HERF/DE9a", "required": true, "text": "Event Discovery Date", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-defaultValue", "valueCoding": { "code": "UNK", "display": "Unknown", "system": "HERF/DE9b-cs" } }, { "url": "http://hl7.org/fhir/StructureDefinition/entryFormat", "valueString": "HHMM" } ], "linkId": "HERF/DE9b", "required": true, "text": "Event Discovery Time", "type": "string" } ], "text": "Please complete the patient identifiers below. Additional patient information is captured on the Patient Information Form (PIF). (When reporting a perinatal incident that affected a mother and a neonate, please complete the patient identifiers below for the mother (Q8 – Q11) and the neonate (Q12 – Q15). Please also complete a separate PIF for the neonate involved.)", "title": "PATIENT INFORMATION (COMPLETE ONLY IF INCIDENT)" }, { "extension": [ { "extension": [ { "url": "#enableWhen.question", "valueString": "HERF/DE3" }, { "url": "#enableWhen.answer", "valueCoding": { "code": "A3", "system": "http://AHRQ.org/form/question_identifier#HERF/DE3-cs" } } ], "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen" } ], "linkId": "HERF/SEC02", "question": [ { "linkId": "HERF/DE46", "required": true, "text": "Patient's Name", "type": "string" }, { "linkId": "HERF/DE47", "text": "Patient's Date of Birth", "type": "string" }, { "linkId": "HERF/DE49", "required": true, "text": "Patient's Medical Record #", "type": "string" }, { "linkId": "HERF/DE42", "options": { "reference": "#d1e6853-vs" }, "text": "Patients' Gender", "type": "open-choice" } ], "text": "Please complete the patient identifiers below. Additional patient information is captured on the Patient Information Form (PIF). (When reporting a perinatal incident that affected a mother and a neonate, please complete the patient identifiers below for the mother (Q8 – Q11) and the neonate (Q12 – Q15). Please also complete a separate PIF for the neonate involved.)", "title": "Patient Information (COMPLETE ONLY IF INCIDENT):" }, { "linkId": "HERF/SEC03", "question": [ { "group": [ { "linkId": "HERF/DE34/A15", "question": [ { "linkId": "HERF/DE34", "text": "Neonate's Name", "type": "string" }, { "linkId": "HERF/DE37", "text": "Neonate's Date of Birth", "type": "string" }, { "linkId": "HERF/DE40", "required": true, "text": "Neonate's Medical Record #", "type": "string" }, { "linkId": "HERF/DE43", "options": { "reference": "#d1e7220-vs" }, "required": true, "text": "Neonate's Gender", "type": "open-choice" } ], "repeats": false, "required": false } ], "linkId": "HERF/Hidden", "options": { "reference": "#d1e7006-vs" }, "text": "Is this event a perinatal incident that affected a neonate?", "type": "open-choice" } ], "text": "COMPLETE ONLY FOR NEONATE AFFECTED BY PERINATAL INCIDENT", "title": "Neonatal Patient Information:" }, { "linkId": "HERF/SEC04", "question": [ { "group": [ { "linkId": "HERF/DE33/A18", "question": [ { "linkId": "HERF/DE50", "required": true, "text": "Reporter's Name", "type": "string" }, { "linkId": "HERF/DE52", "required": true, "text": "Telephone Number", "type": "string" }, { "linkId": "HERF/DE53", "required": true, "text": "Email Address", "type": "string" }, { "linkId": "HERF/DE36", "text": "Reporter's Job or Position", "type": "string" } ], "repeats": false, "required": false } ], "linkId": "HERF/DE33", "options": { "reference": "#d1e7422-vs" }, "text": "Anonymous Reporter", "type": "open-choice" } ], "title": "REPORT AND EVENT REPORTER INFORMATION" }, { "linkId": "HERF/SEC05", "text": "OMB No. 0935-0143 Exp. Date 10/31/2014 Public reporting burden for the collection of information is estimated to average 10 minutes per response. An agency may not conduct or sponsor, and a person is not required to respond to, a collection of information unless it displays a currently valid OMB control number. Send comments regarding this burden estimate or any other aspect of this collection of information, including suggestions for reducing this burden, to: AHRQ Reports Clearance Officer, Attention: PRA, Paperwork Reduction Project (0935-0143), AHRQ, 540 Gaither Road, Room #5036, Rockville, MD 20850.", "title": "Thank you for completing these questions." }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/sdc-questionnaire-specialGroup", "valueCode": "footer" } ], "linkId": "HERF/footer", "text": "AHRQ Common Formats - Hospital Version 1.2 - 2012 Medication or Other Substance" } ], "linkId": "root", "required": true, "title": "Healthcare Event Reporting Form (HERF) Hospital Version 1.2" }, "id": "HERF-1.2", "identifier": [ { "system": "http://AHRQ.org", "value": "identifier/HERF/1.2" } ], "meta": { "lastUpdated": "2014-05-15T17:25:15Z" }, "resourceType": "Questionnaire", "status": "published", "text": { "div": "<div>Todo</div>", "status": "generated" } } }, { "fullUrl": "http://AHRQ.org/form/Questionnaire/3921052v1.0", "resource": { "contained": [ { "codeSystem": { "caseSensitive": true, "concept": [ { "code": "Primary", "definition": "Occurring first in time or sequence; original; of greatest rank or importance or value.: The investigation, analysis and recognition of the presence and nature of disease, condition, or injury from expressed signs and symptoms; also, the scientific determination of any kind; the concise results of such an investigation.", "display": "Primary Diagnosis" }, { "code": "Secondary", "definition": "Derived as a result of a primary condition; not direct or immediate; of second rank or importance or value.: The investigation, analysis and recognition of the presence and nature of disease, condition, or injury from expressed signs and symptoms; also, the scientific determination of any kind; the concise results of such an investigation.", "display": "Secondary Diagnosis" }, { "code": "Treatment-related", "definition": "A disorder characterized by development of a malignancy most probably as a result of treatment for a previously existing malignancy.: The investigation, analysis and recognition of the presence and nature of disease, condition, or injury from expressed signs and symptoms; also, the scientific determination of any kind; the concise results of such an investigation.", "display": "Treatment related secondary malignancy Diagnosis" }, { "code": "Unknown", "definition": "Not known, not observed, not recorded, or refused.", "display": "Unknown" } ], "system": "http://nci.nih.gov/xml/owl/cadsr/form/form_design_identifier/3921052v1.0/question_identifier#3921060v1.0-cs" }, "id": "d1e8086-vs", "resourceType": "ValueSet", "status": "active" }, { "codeSystem": { "caseSensitive": true, "concept": [ { "code": "Initial same as Current", "definition": "Initial diagnosis same as current", "display": "Initial diagnosis same as current" }, { "code": "At Progression", "definition": "Cancer that continues to grow or spread.", "display": "Disease Progression" }, { "code": "At Restaging", "definition": "Two or more adjacent copies of an identical pattern.: The extent of a cancer within the body, especially whether the disease has spread from the original site to other parts of the body.", "display": "Restaging" }, { "code": "Initial Diagnosis", "definition": "Preceding all others in time or space or degree.: The investigation, analysis and recognition of the presence and nature of disease, condition, or injury from expressed signs and symptoms; also, the scientific determination of any kind; the concise results of such an investigation.", "display": "First Diagnosis" }, { "code": "Current Diagnosis", "definition": "Occurring in or belonging to the present time.: The investigation, analysis and recognition of the presence and nature of disease, condition, or injury from expressed signs and symptoms; also, the scientific determination of any kind; the concise results of such an investigation.", "display": "Current Diagnosis" } ], "system": "http://nci.nih.gov/xml/owl/cadsr/form/form_design_identifier/3921052v1.0/question_identifier#3921071v1.0-cs" }, "id": "d1e8407-vs", "resourceType": "ValueSet", "status": "active" }, { "codeSystem": { "caseSensitive": true, "concept": [ { "code": "Cytologic", "definition": "Technique or procedure for manipulation of cells and analysis of cell properties and subcellular features.", "display": "Cytological Procedure" }, { "code": "Histologic", "definition": "Technique or procedure used for the study of the microanatomy of tissues and their cellular structure; usually involves microscopic examination of tissue slices.", "display": "Histological Procedure" }, { "code": "Histologic and Cytologic", "definition": "Pertaining to the combined microscopic physical features of cells and their surrounding extracellular environment in tissues.: The light microscopic study of normal and abnormal cells in fine needle aspirates (FNAs), body cavity fluids, and smears.: Having been established or verified.", "display": "Histologic and Cytologic Procedures" } ], "system": "http://nci.nih.gov/xml/owl/cadsr/form/form_design_identifier/3921052v1.0/question_identifier#3921081v1.0-cs" }, "id": "d1e8830-vs", "resourceType": "ValueSet", "status": "active" }, { "codeSystem": { "caseSensitive": true, "concept": [ { "code": "G1", "definition": "Describes tumor cells that generally retain the appearance of normal cells and tend to grow and spread at a slower rate than undifferentiated or poorly differentiated tumor cells.", "display": "Well Differentiated" }, { "code": "G2", "definition": "Definition not available.", "display": "Moderately Differentiated" }, { "code": "G3", "definition": "Describes tumor cells that generally have lost most of the appearance of normal cells. They tend to grow and spread.", "display": "Poorly Differentiated" }, { "code": "G4", "definition": "A term used to describe cells or tissues that do not have specialized (\"mature\") structures or functions. Undifferentiated cancer cells often grow and spread quickly.", "display": "Undifferentiated" }, { "code": "GB", "definition": "Straddling the dividing line between two categories.: The degree of abnormality of cancer cells, a measure of differentiation, the extent to which cancer cells are similar in appearance and function to healthy cells of the same tissue type. The degree of differentiation often relates to the clinical behavior of the particular tumor. Based on the microscopic findings, tumor grade is commonly described by one of four degrees of severity. Histopathologic grade of a tumor may be used to plan treatment and estimate the future course, outcome, and overall prognosis of disease. Certain types of cancers, such as soft tissue sarcoma, primary brain tumors, lymphomas, and breast have special grading systems.", "display": "Borderline Histologic Grade" }, { "code": "GX", "definition": "An operation in which a term denies or inverts the meaning of another term or construction.: Having determined the value, significance, or extent of.: The degree of abnormality of cancer cells, a measure of differentiation, the extent to which cancer cells are similar in appearance and function to healthy cells of the same tissue type. The degree of differentiation often relates to the clinical behavior of the particular tumor. Based on the microscopic findings, tumor grade is commonly described by one of four degrees of severity. Histopathologic grade of a tumor may be used to plan treatment and estimate the future course, outcome, and overall prognosis of disease. Certain types of cancers, such as soft tissue sarcoma, primary brain tumors, lymphomas, and breast have special grading systems.", "display": "Grade Cannot be Assessed" }, { "code": "High Grade", "definition": "Used to describe tumor samples that exhibit poorly differentiated or undifferentiated cells. They are generally expected to be fast growing and aggressive.", "display": "High Grade" }, { "code": "Low Grade", "definition": "Used to describe tumor samples that exhibit well to moderately well differentiated cells. They are generally expected to be slow growing and less aggressive.", "display": "Low Grade" } ], "system": "http://nci.nih.gov/xml/owl/cadsr/form/form_design_identifier/3921052v1.0/question_identifier#3921085v1.0-cs" }, "id": "d1e9025-vs", "resourceType": "ValueSet", "status": "active" } ], "date": "2013-10-16", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-category", "valueCodeableConcept": { "coding": [ { "code": "CRF" } ] } } ], "group": { "group": [ { "linkId": "3921053v1.0", "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#62667v3.0" } } ], "linkId": "3921059v1.0", "text": "Date of Current Pathologic Diagnosis", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 40 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#3914869v1.0" } } ], "linkId": "3921060v1.0", "options": { "reference": "#d1e8086-vs" }, "text": "Diagnosis Type", "type": "open-choice" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 100 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#3914972v1.0" } } ], "linkId": "3921065v1.0", "text": "Primary Site", "type": "string" } ], "required": true, "text": "These items must be included when this data is collected for reporting.", "title": "Mandatory Diagnosis Questions" }, { "linkId": "3921066v1.0", "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 25 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2816923v1.0" } } ], "linkId": "3921071v1.0", "options": { "reference": "#d1e8407-vs" }, "text": "Diagnosis Time Point", "type": "open-choice" } ], "text": "There are business rules to indicate situations under which these elements should be used on a case report form.", "title": "Conditional Diagnosis Questions" }, { "linkId": "3921077v1.0", "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 1 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 100 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#64320v3.0" } } ], "linkId": "3921079v1.0", "text": "Reviewing Pathologist", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2004425v4.0" } } ], "linkId": "3921080v1.0", "text": "MedDRA disease code", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 40 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#3914983v1.0" } } ], "linkId": "3921081v1.0", "options": { "reference": "#d1e8830-vs" }, "text": "Assessment Method", "type": "open-choice" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 10 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2785839v2.0" } } ], "linkId": "3921085v1.0", "options": { "reference": "#d1e9025-vs" }, "text": "Tumor grade", "type": "open-choice" } ], "text": "There is no requirement for inclusion of these elements on the case report form. If the design and scientific questions posed in the study dictate the need to collect this type of data, these elements should be included.", "title": "Optional Diagnosis Questions" } ], "linkId": "root", "required": true, "title": "Diagnosis NCI Standard Template" }, "id": "3921052v1.0", "identifier": [ { "system": "http://nci.nih.gov/xml/owl/cadsr/form/form_design_identifier", "value": "3921052v1.0/" } ], "language": "en", "meta": { "lastUpdated": "2014-05-15T17:25:15Z" }, "publisher": "National Cancer Institute (NCI)", "resourceType": "Questionnaire", "status": "draft", "text": { "div": "<div>Todo</div>", "status": "generated" } } }, { "fullUrl": "http://AHRQ.org/form/Questionnaire/F2674812v4.0", "resource": { "contained": [ { "codeSystem": { "caseSensitive": true, "concept": [ { "code": "Female", "definition": "An individual who reports belonging to the cultural gender role distinction of female.", "display": "Female Gender" }, { "code": "Male", "definition": "An individual who reports belonging to the cultural gender role distinction of male.", "display": "Male Gender" }, { "code": "Unknown", "definition": "Not known, not observed, not recorded, or refused.", "display": "Unknown" }, { "code": "Unspecified", "definition": "Not stated explicitly or in detail.", "display": "Unspecified" } ], "system": "http://nci.nih.gov/xml/owl/cadsr/form/form_design_identifier/2674812v4.0/question_identifier#3702892v4.0-cs" }, "id": "d1e9892-vs", "resourceType": "ValueSet", "status": "active" }, { "codeSystem": { "caseSensitive": true, "concept": [ { "code": "American Indian or Alaska Native", "definition": "A person having origins in any of the original peoples of North and South America (including Central America), and who maintains tribal affiliation or community attachment.", "display": "American Indian or Alaska Native" }, { "code": "Asian", "definition": "A person having origins in any of the original peoples of the Far East, Southeast Asia, or the Indian subcontinent including, for example, Cambodia, China, India, Japan, Korea, Malaysia, Pakistan, the Philippine Islands, Thailand, and Vietnam.", "display": "Asian" }, { "code": "Black or African American", "definition": "A person having origins in any of the black racial groups of Africa. Terms such as \"Haitian\" or \"Negro\" can be used in addition to \"Black or African American.\"", "display": "Black or African American" }, { "code": "Native Hawaiian or other Pacific Islander", "definition": "A person having origins in any of the original peoples of Hawaii, Guam, Samoa, or other Pacific Islands.", "display": "Native Hawaiian or Other Pacific Islander" }, { "code": "Not Reported", "definition": "Not provided or available", "display": "Not Reported" }, { "code": "Unknown", "definition": "Could not be determined or unsure", "display": "Unknown" }, { "code": "White", "definition": "A person having origins in any of the original peoples of Europe, the Middle East, or North Africa.", "display": "White" } ], "system": "http://nci.nih.gov/xml/owl/cadsr/form/form_design_identifier/2674812v4.0/question_identifier#3702904v4.0-cs" }, "id": "d1e10146-vs", "resourceType": "ValueSet", "status": "active" }, { "codeSystem": { "caseSensitive": true, "concept": [ { "code": "Hispanic or Latino", "definition": "A person of Mexican, Puerto Rican, Cuban, Central or South American or other Spanish culture or origin, regardless of race.", "display": "Hispanic or Latino" }, { "code": "Not Hispanic or Latino", "definition": "A person not meeting the definition for Hispanic or Latino.", "display": "Not Hispanic or Latino" }, { "code": "Not reported", "definition": "Not provided or available", "display": "Not Reported" }, { "code": "Unknown", "definition": "Could not be determined or unsure", "display": "Unknown" } ], "system": "http://nci.nih.gov/xml/owl/cadsr/form/form_design_identifier/2674812v4.0/question_identifier#3702898v4.0-cs" }, "id": "d1e10593-vs", "resourceType": "ValueSet", "status": "active" }, { "codeSystem": { "caseSensitive": true, "concept": [ { "code": "Managed Care/Medicare", "definition": "An arrangement whereby a third-party payer (e.g., insurance company, federal government, or corporation) mediates between physicians and patients, negotiating fees for service and overseeing the types of treatment given. Managed care has virtually replaced unmanaged indemnity plans, where payment is automatic and oversight procedures are minimal. Whereas 96% of American workers had unmanaged indemnity in 1984, only 28% did in 1988. Typically, in managed care, the third-party payer requires second opinions and pre-certification review for patients requiring hospital admission. They obtain wholesale prices from doctors, and carry out cost-containment measures, including auditing hospitals and reviewing claims. Managed care has figured heavily in the national debate over health care.: A program under the U.S. Social Security Administration that reimburses hospitals and physicians for medical care provided to qualifying people over 65 years old.", "display": "Managed Care/Medicare" }, { "code": "Medicaid", "definition": "A jointly funded program of the United States federal and state governments that provides hospital expense and medical expense coverage to some people with low-income and certain aged and disabled individuals.", "display": "Medicaid" }, { "code": "Medicaid and Medicare", "definition": "A program under the U.S. Social Security Administration that reimburses hospitals and physicians for medical care provided to qualifying people over 65 years old.: An article which expresses the relation of connection or addition. It is used to conjoin a word with a word, a clause with a clause, or a sentence with a sentence.: A jointly funded program of the United States federal and state governments that provides hospital expense and medical expense coverage to some people with low-income and certain aged and disabled individuals.", "display": "Medicare And Medicaid" }, { "code": "Medicare", "definition": "A program under the U.S. Social Security Administration that reimburses hospitals and physicians for medical care provided to qualifying people over 65 years old.", "display": "Medicare" }, { "code": "Medicare and Private Insurance", "definition": "A program under the U.S. Social Security Administration that reimburses hospitals and physicians for medical care provided to qualifying people over 65 years old.: An article which expresses the relation of connection or addition. It is used to conjoin a word with a word, a clause with a clause, or a sentence with a sentence.: Not public; kept secret or restricted.: A mechanism for guarding against financial aspects of risk by making payments in the form of premiums to an insurance company, which pays an agreed-upon sum to the insured in the event of loss.", "display": "Medicare And Private Insurance" }, { "code": "Military or Veterans Sponsored, NOS", "definition": "The armed forces of a country.: Or; used to connect words, phrases, or clauses representing alternatives; used to connect alternative terms for the same thing; used in correlation; used to correct or rephrase what was previously said; otherwise.: A division of the Executive Branch of the United States government concerned with overall planning, promoting, and administering programs pertaining to veterans. The Department of Veterans Affairs (VA) was established March 15, 1989 as a Cabinet-level position.: A person or organization that supports or champions something.: Not characterized in any other way.: A mechanism for guarding against financial aspects of risk by making payments in the form of premiums to an insurance company, which pays an agreed-upon sum to the insured in the event of loss.", "display": "Military Or Veterans Sponsored Insurance, Not Otherwise Specified" }, { "code": "Military Sponsored (Including CHAMPUS & TriCare)", "definition": "The armed forces of a country.: A mechanism for guarding against financial aspects of risk by making payments in the form of premiums to an insurance company, which pays an agreed-upon sum to the insured in the event of loss.", "display": "Military Insurance" }, { "code": "No Means of Payment (No Insurance)", "definition": "The non-affirmative response to a question.: A mechanism for guarding against financial aspects of risk by making payments in the form of premiums to an insurance company, which pays an agreed-upon sum to the insured in the event of loss.", "display": "No Insurance" }, { "code": "Other", "definition": "Not otherwise specified.", "display": "Other" }, { "code": "Private Insurance", "definition": "Not public; kept secret or restricted.: A mechanism for guarding against financial aspects of risk by making payments in the form of premiums to an insurance company, which pays an agreed-upon sum to the insured in the event of loss.", "display": "Private Insurance" }, { "code": "Self-Pay (No Insurance)", "definition": "The individual as the object of his own reflective consciousness.: Payment; a sum of money paid.", "display": "Self Payment" }, { "code": "State Supplemental Health Insurance", "definition": "A U.S. State is any one of the fifty states which is a member of the federation known as the United States of America. Other US geographic areas, such as Puerto Rico and the District of Columbia, are essentially equivalent to State when used in an address. (from Wikipedia and NCI): Something added to complete a thing, make up for a deficiency, or extend or strengthen the whole; serving to complete or make an addition.: The state of the organism when it functions optimally without evidence of disease.: A mechanism for guarding against financial aspects of risk by making payments in the form of premiums to an insurance company, which pays an agreed-upon sum to the insured in the event of loss.", "display": "State Supplemental Health Insurance" }, { "code": "Unknown", "definition": "Not known, not observed, not recorded, or refused.", "display": "Unknown" }, { "code": "Veterans Sponsored", "definition": "A division of the Executive Branch of the United States government concerned with overall planning, promoting, and administering programs pertaining to veterans. The Department of Veterans Affairs (VA) was established March 15, 1989 as a Cabinet-level position.: A person or organization that supports or champions something.: A mechanism for guarding against financial aspects of risk by making payments in the form of premiums to an insurance company, which pays an agreed-upon sum to the insured in the event of loss.", "display": "Veterans Administration Sponsor Insurance" } ], "system": "http://nci.nih.gov/xml/owl/cadsr/form/form_design_identifier/2674812v4.0/question_identifier#3702916v4.0-cs" }, "id": "d1e10923-vs", "resourceType": "ValueSet", "status": "active" }, { "codeSystem": { "caseSensitive": true, "concept": [ { "code": "Bachelor's Degree", "definition": "Bachelor's degree is an award (baccalaureate or equivalent degree, as determined by the Secretary of the U.S. Department of Education) conferred by a college, university, or other postsecondary education institution as official recognition for the successful completion of a program of studies, that normally requires at least four years of full-time equivalent college-level work. This includes bachelor's degrees conferred in a five-year cooperative program.", "display": "Bachelor's Degree" }, { "code": "Doctoral degree or professional degree", "definition": "A doctorate awarded in certain fields where most holders of the degree are not engaged primarily in scholarly research and academic activities, but rather in a profession, such as law, medicine, music, or ministry.: Or; used to connect words, phrases, or clauses representing alternatives; used to connect alternative terms for the same thing; used in correlation; used to correct or rephrase what was previously said; otherwise.: The Doctor's Degree is the highest award a student can earn for graduate study. The doctor's degree classification includes such degrees in any field.", "display": "Professional Doctorate or Doctorate Degree" }, { "code": "Grade School", "definition": "A school for young children; usually the first 6 or 8 grades.", "display": "Grade School" }, { "code": "Graduate or professional degree", "definition": "Conferral or receipt of an academic degree or diploma marking the completion of a defined set of coursework.: Or; used to connect words, phrases, or clauses representing alternatives; used to connect alternative terms for the same thing; used in correlation; used to correct or rephrase what was previously said; otherwise.: An occupation requiring special education, especially in the liberal arts or sciences.: An academic degree is an award conferred by a college, university, or other postsecondary education institution as official recognition for the successful completion of a program of studies.", "display": "Graduation Or Professional Degree" }, { "code": "High school graduate (including equivalency)", "definition": "Indicates that a person has attended high school and has received a high school diploma.: Or; used to connect words, phrases, or clauses representing alternatives; used to connect alternative terms for the same thing; used in correlation; used to correct or rephrase what was previously said; otherwise.: Indicates that a person has received a General Equivalency Diploma in lieu of a high school diploma.", "display": "High School Completion or General Equivalency Diploma (GED) Completion" }, { "code": "Master's Degree", "definition": "The Master's Degree is an award that requires the successful completion of a program of study of at least the full-time equivalent of 1 but not more than two academic years of work beyond the bachelor's degree.", "display": "Master's Degree" }, { "code": "No formal education", "definition": "Indicates that a person has never attended an educational program or formal schooling.", "display": "No Formal Schooling" }, { "code": "Not high school graduate", "definition": "Indicates a person has attended high school but did not complete high school and did not receive a high school diploma.", "display": "Not High School Graduate" }, { "code": "Some college or associate degree", "definition": "An institution of higher education created to educate and grant degrees; often a part of a university.: At least a small amount or number of.: Or; used to connect words, phrases, or clauses representing alternatives; used to connect alternative terms for the same thing; used in correlation; used to correct or rephrase what was previously said; otherwise.: A degree granted by a two-year college on successful completion of the undergraduates course of studies.", "display": "Some College or Associates Degree" } ], "system": "http://nci.nih.gov/xml/owl/cadsr/form/form_design_identifier/2674812v4.0/question_identifier#3702942v4.0-cs" }, "id": "d1e11887-vs", "resourceType": "ValueSet", "status": "active" }, { "codeSystem": { "caseSensitive": true, "concept": [ { "code": "Other country", "definition": "Other country of birth.", "display": "Other country" }, { "code": "Other country, specify", "definition": "OTHER COUNTRY, SPECIFY", "display": "OTHER COUNTRY, SPECIFY" }, { "code": "USA", "definition": "USA", "display": "USA" }, { "code": "USA, specify the 2 letter State code, eg NY", "definition": "USA, SPECIFY THE 2 LETTER STATE CODE, EG NY", "display": "USA, SPECIFY THE 2 LETTER STATE CODE, EG NY" } ], "system": "http://nci.nih.gov/xml/owl/cadsr/form/form_design_identifier/2674812v4.0/question_identifier#3702952v4.0-cs" }, "id": "d1e12384-vs", "resourceType": "ValueSet", "status": "active" }, { "codeSystem": { "caseSensitive": true, "concept": [ { "code": "10th Grade", "definition": "Indicates that 10th grade is the highest level of educational achievement", "display": "10th Grade" }, { "code": "11th Grade", "definition": "Indicates that 11th grade is the highest level of educational achievement", "display": "11th Grade" }, { "code": "12th Grade No Diploma", "definition": "Indicates that a person was in school through 12th grade but that they did not receive a high school diploma.", "display": "12th Grade" }, { "code": "1st Grade", "definition": "Indicates that 1st grade is the highest level of educational achievement.", "display": "1st Grade" }, { "code": "2nd Grade", "definition": "Indicates that 2nd grade is the highest level of educational achievement.", "display": "2nd Grade" }, { "code": "3rd Grade", "definition": "Indicates that 3rd grade is the highest level of educational achievement.", "display": "3rd Grade" }, { "code": "4th Grade", "definition": "Indicates that 4th grade is the highest level of educational achievement.", "display": "4th Grade" }, { "code": "5th Grade", "definition": "Indicates that 5th grade is the highest level of educational achievement.", "display": "5th Grade" }, { "code": "6th Grade", "definition": "Indicates that 6th grade is the highest level of educational achievement.", "display": "6th Grade" }, { "code": "7th Grade", "definition": "Indicates that 7th grade is the highest level of educational achievement", "display": "7th Grade" }, { "code": "8th Grade", "definition": "Indicates that 8th grade is the highest level of educational achievement", "display": "8th Grade" }, { "code": "9th Grade", "definition": "Indicates that 9th grade is the highest level of educational achievement", "display": "9th Grade" }, { "code": "Academic Doctorate Degree", "definition": "Indicates that a person has received a degree the highest award earned for graduate study.", "display": "Academic Doctorate Degree Completion" }, { "code": "Associate Degree", "definition": "Indicates that a person has received a degree from a 2 year college program.", "display": "Associate Degree" }, { "code": "Bachelor Degree", "definition": "Indicates that a person has received a degree for successful completion of a program of studies that normally requires at least 4-5 years of full-time equivalent college-level work.", "display": "Bachelor's Degree Completion" }, { "code": "Don't Know", "definition": "The answer is not known by the person answering.", "display": "Does Not Know" }, { "code": "General Equivalency Diploma", "definition": "Indicates that a person has received a General Equivalency Diploma in lieu of a high school diploma.", "display": "General Equivalency Diploma" }, { "code": "High School Graduate", "definition": "Indicates that a person has attended high school and has received a high school diploma.", "display": "High School Graduate" }, { "code": "Kindergarten", "definition": "Indicates that kindergarten is the highest level of education achievement.", "display": "Kindergarten Completion" }, { "code": "Master's Degree", "definition": "Indicates that a person has received a degree for completion of at least one year of prescribed study beyond the bachelor's degree.", "display": "Master's Degree Completion" }, { "code": "No Formal Schooling", "definition": "Indicates that a person never attended school or only attended kindergarten.", "display": "Never Attended" }, { "code": "Preschool", "definition": "Indicates that preschool is the highest level of education achievement.", "display": "Preschool Completion" }, { "code": "Professional Doctorate Degree", "definition": "Indicates that a person has received a degree allowing them to practice a profession, such as law, medicine, music, or ministry.", "display": "Professional Doctorate Degree Completion" }, { "code": "Refused", "definition": "To decline to do, accept, give, or allow something.", "display": "Refuse" }, { "code": "Some College, No Degree", "definition": "Indicates that a person has attended college but that they did not receive any degree.", "display": "Some College" }, { "code": "VoTech Program", "definition": "Indicates that a person has received a degree from a occupational, technical, or vocational program.", "display": "Vocational Degree" } ], "system": "http://nci.nih.gov/xml/owl/cadsr/form/form_design_identifier/2674812v4.0/question_identifier#3702957v4.0-cs" }, "id": "d1e12630-vs", "resourceType": "ValueSet", "status": "active" }, { "codeSystem": { "caseSensitive": true, "concept": [ { "code": "Divorced", "definition": "A person whose marriage has been legally dissolved and has not remarried.", "display": "Divorced: C51776" }, { "code": "Domestic Partnership", "definition": "A person who is a member of an unmarried couple, including same sex couples, living together in longstanding relationships, that are registered or unregistered.", "display": "Domestic Partner" }, { "code": "Married", "definition": "A person currently joined in matrimony. Classify common law marriage as married. Includes married couples living together and not living together.", "display": "Married: C51773" }, { "code": "Never Married", "definition": "A person who has never been married or whose only marriages have been annulled.", "display": "Never married" }, { "code": "Separated", "definition": "A person living apart from his/her spouse by legal arrangement.", "display": "SEPARATED" }, { "code": "Widowed", "definition": "A person who is no longer married because of the death of his/her spouse and who has not remarried.", "display": "WIDOWED" } ], "system": "http://nci.nih.gov/xml/owl/cadsr/form/form_design_identifier/2674812v4.0/question_identifier#3702985v4.0-cs" }, "id": "d1e14027-vs", "resourceType": "ValueSet", "status": "active" } ], "date": "2013-03-22", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-category", "valueCodeableConcept": { "coding": [ { "code": "CRF" } ] } }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-category", "valueCodeableConcept": { "coding": [ { "code": "Demographic" } ] } } ], "group": { "group": [ { "linkId": "3702891v4.0", "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 4 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 13 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2200604v3.0" } } ], "linkId": "3702892v4.0", "options": { "reference": "#d1e9892-vs" }, "text": "Gender", "type": "open-choice" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 5 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 41 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2192199v1.0" } } ], "linkId": "3702904v4.0", "options": { "reference": "#d1e10146-vs" }, "text": "Race", "type": "open-choice" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#793v5.1" } } ], "linkId": "3702903v4.0", "text": "Patient's Date of Birth", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 7 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 22 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2192217v2.0" } } ], "linkId": "3702898v4.0", "options": { "reference": "#d1e10593-vs" }, "text": "Ethnicity", "type": "open-choice" } ], "required": true, "text": "These items must be included when this data is collected for reporting", "title": "Mandatory Demography Questions" }, { "linkId": "3702912v4.0", "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 15 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2179606v2.0" } } ], "linkId": "3702914v4.0", "text": "ZIP Code", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 50 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2865130v1.0" } } ], "linkId": "3702916v4.0", "options": { "reference": "#d1e10923-vs" }, "text": "Payment Method", "type": "open-choice" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 75 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#315v4.0" } } ], "linkId": "3702932v4.0", "text": "Country of Residence", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2003745v5.0" } } ], "linkId": "3702934v4.0", "text": "Date Completed", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 6 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2200286v1.0" } } ], "linkId": "3702936v4.0", "text": "CDC Race Code", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 6 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2200284v2.0" } } ], "linkId": "3702938v4.0", "text": "CDC Ethnicity Code", "type": "string" } ], "text": "There are business rules to indicate situations under which these elements should be used on a case report form.", "title": "Conditional Demography Questions" }, { "linkId": "3702940v4.0", "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 44 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2681552v1.0" } } ], "linkId": "3702942v4.0", "options": { "reference": "#d1e11887-vs" }, "text": "Highest Education Level", "type": "open-choice" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 55 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2001708v5.0" } } ], "linkId": "3702952v4.0", "options": { "reference": "#d1e12384-vs" }, "text": "Country of Birth", "type": "open-choice" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 50 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2674076v2.0" } } ], "linkId": "3702957v4.0", "options": { "reference": "#d1e12630-vs" }, "text": "Highest Education Level", "type": "open-choice" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 6 }, { "url": "http://hl7.org/fhir/StructureDefinition/entryFormat", "valueString": "9999.99" }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2943243v1.0" } } ], "linkId": "3702984v4.0", "text": "Census Tract Code at Enrollment", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 25 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2188083v2.0" } } ], "linkId": "3702985v4.0", "options": { "reference": "#d1e14027-vs" }, "text": "Marital Status", "type": "open-choice" } ], "text": "There is no requirement for inclusion of these elements on the case report form. If the design and scientific questions posed in the study dictate the need to collect this type of data, these elements should be included.", "title": "Optional Demography Questions" } ], "linkId": "root", "required": true, "title": "Demography NCI Standard Template" }, "id": "2674812v4.0", "identifier": [ { "system": "http://nci.nih.gov/xml/owl/cadsr/form/form_design_identifier", "value": "2674812v4.0/" } ], "language": "en", "meta": { "lastUpdated": "2014-05-15T17:25:15Z" }, "publisher": "National Cancer Institute (NCI)", "resourceType": "Questionnaire", "status": "published", "text": { "div": "<div>Todo</div>", "status": "generated" } } }, { "fullUrl": "http://AHRQ.org/form/Questionnaire/3265657v2.0", "resource": { "contained": [ { "codeSystem": { "caseSensitive": true, "concept": [ { "code": "Abdominal distension", "definition": "A disorder characterized by swelling of the abdomen.", "display": "Abdominal distension" }, { "code": "Abdominal infection", "definition": "A disorder characterized by an infectious process involving the abdominal cavity.", "display": "Abdominal infection" }, { "code": "Abdominal pain", "definition": "A disorder characterized by a sensation of marked discomfort in the abdominal region.", "display": "Abdominal pain" }, { "code": "Abdominal soft tissue necrosis", "definition": "A disorder characterized by a necrotic process occurring in the soft tissues of the abdominal wall.", "display": "Abdominal soft tissue necrosis" }, { "code": "Abducens nerve disorder", "definition": "A disorder characterized by involvement of the abducens nerve (sixth cranial nerve).", "display": "Abducens nerve disorder" }, { "code": "Accessory nerve disorder", "definition": "A disorder characterized by involvement of the accessory nerve (eleventh cranial nerve).", "display": "Accessory nerve disorder" }, { "code": "Acidosis", "definition": "A disorder characterized by abnormally high acidity (high hydrogen-ion concentration) of the blood and other body tissues.", "display": "Acidosis" }, { "code": "Acoustic nerve disorder NOS", "definition": "A disorder characterized by involvement of the acoustic nerve (eighth cranial nerve).", "display": "Acoustic nerve disorder NOS" }, { "code": "Activated partial thromboplastin time prolonged", "definition": "An abnormal laboratory test result in which the partial thromboplastin time is found to be greater than the control value. As a possible indicator of coagulopathy, a prolonged partial thromboplastin time (PTT) may occur in a variety of diseases and disorders, both primary and related to treatment.", "display": "Activated partial thromboplastin time prolonged" }, { "code": "Acute coronary syndrome", "definition": "A disorder characterized by signs and symptoms related to acute ischemia of the myocardium secondary to coronary artery disease. The clinical presentation covers a spectrum of heart diseases from unstable angina to myocardial infarction.", "display": "Acute coronary syndrome" }, { "code": "Acute kidney injury", "definition": "A disorder characterized by the acute loss of renal function and is traditionally classified as pre-renal (low blood flow into kidney), renal (kidney damage) and post-renal causes (ureteral or bladder outflow obstruction).", "display": "Acute kidney injury" }, { "code": "Adrenal insufficiency", "definition": "A disorder that occurs when the adrenal cortex does not produce enough of the hormone cortisol and in some cases, the hormone aldosterone. It may be due to a disorder of the adrenal cortex as in Addison's disease or primary adrenal insufficiency.", "display": "Adrenal insufficiency" }, { "code": "Adult respiratory distress syndrome", "definition": "A disorder characterized by progressive and life-threatening pulmonary distress in the absence of an underlying pulmonary condition, usually following major trauma or surgery.", "display": "Adult respiratory distress syndrome" }, { "code": "Agitation", "definition": "A disorder characterized by a state of restlessness associated with unpleasant feelings of irritability and tension.", "display": "Agitation" }, { "code": "Akathisia", "definition": "A disorder characterized by an uncomfortable feeling of inner restlessness and inability to stay still; this is a side effect of some psychotropic drugs.", "display": "Akathisia" }, { "code": "Alanine aminotransferase increased", "definition": "A finding based on laboratory test results that indicate an increase in the level of alanine aminotransferase (ALT or SGPT) in the blood specimen.", "display": "Alanine aminotransferase increased" }, { "code": "Alcohol intolerance", "definition": "A disorder characterized by an increase in sensitivity to the adverse effects of alcohol, which can include nasal congestion, skin flushes, heart dysrhythmias, nausea, vomiting, indigestion and headaches.", "display": "Alcohol intolerance" }, { "code": "Alkaline phosphatase increased", "definition": "A finding based on laboratory test results that indicate an increase in the level of alkaline phosphatase in a blood specimen.", "display": "Alkaline phosphatase increased" }, { "code": "Alkalosis", "definition": "A disorder characterized by abnormally high alkalinity (low hydrogen-ion concentration) of the blood and other body tissues.", "display": "Alkalosis" }, { "code": "Allergic reaction", "definition": "A disorder characterized by an adverse local or general response from exposure to an allergen.", "display": "Allergic reaction" }, { "code": "Allergic rhinitis", "definition": "A disorder characterized by an inflammation of the nasal mucous membranes caused by an IgE-mediated response to external allergens. The inflammation may also involve the mucous membranes of the sinuses, eyes, middle ear, and pharynx. Symptoms include sneezing, nasal congestion, rhinorrhea and itching.", "display": "Allergic rhinitis" }, { "code": "Alopecia", "definition": "A disorder characterized by a decrease in density of hair compared to normal for a given individual at a given age and body location.", "display": "Alopecia" }, { "code": "Amnesia", "definition": "A disorder characterized by systematic and extensive loss of memory.", "display": "Amnesia" }, { "code": "Anal fistula", "definition": "A disorder characterized by an abnormal communication between the opening in the anal canal to the perianal skin.", "display": "Anal fistula" }, { "code": "Anal hemorrhage", "definition": "A disorder characterized by bleeding from the anal region.", "display": "Anal hemorrhage" }, { "code": "Anal mucositis", "definition": "A disorder characterized by inflammation of the mucous membrane of the anus.", "display": "Anal mucositis" }, { "code": "Anal necrosis", "definition": "A disorder characterized by a necrotic process occurring in the anal region.", "display": "Anal necrosis" }, { "code": "Anal pain", "definition": "A disorder characterized by a sensation of marked discomfort in the anal region.", "display": "Anal pain" }, { "code": "Anal stenosis", "definition": "A disorder characterized by a narrowing of the lumen of the anal canal.", "display": "Anal stenosis" }, { "code": "Anal ulcer", "definition": "A disorder characterized by a circumscribed, inflammatory and necrotic erosive lesion on the mucosal surface of the anal canal.", "display": "Anal ulcer" }, { "code": "Anaphylaxis", "definition": "A disorder characterized by an acute inflammatory reaction resulting from the release of histamine and histamine-like substances from mast cells, causing a hypersensitivity immune response. Clinically, it presents with breathing difficulty, dizziness, hypotension, cyanosis and loss of consciousness and may lead to death.", "display": "Anaphylaxis" }, { "code": "Anemia", "definition": "A disorder characterized by an reduction in the amount of hemoglobin in 100 ml of blood. Signs and symptoms of anemia may include pallor of the skin and mucous membranes, shortness of breath, palpitations of the heart, soft systolic murmurs, lethargy, and fatigability.", "display": "Anemia" }, { "code": "Ankle fracture", "definition": "A finding of damage to the ankle joint characterized by a break in the continuity of the ankle bone. Symptoms include marked discomfort, swelling and difficulty moving the affected leg and foot.", "display": "Ankle fracture" }, { "code": "Anorectal infection", "definition": "A disorder characterized by an infectious process involving the anal area and the rectum.", "display": "Anorectal infection" }, { "code": "Anorexia", "definition": "A disorder characterized by a loss of appetite.", "display": "Anorexia" }, { "code": "Anorgasmia", "definition": "A disorder characterized by an inability to achieve orgasm.", "display": "Anorgasmia" }, { "code": "Anxiety", "definition": "A disorder characterized by apprehension of danger and dread accompanied by restlessness, tension, tachycardia, and dyspnea unattached to a clearly identifiable stimulus.", "display": "Anxiety" }, { "code": "Aortic injury", "definition": "A finding of damage to the aorta.", "display": "Aortic injury" }, { "code": "Aortic valve disease", "definition": "A disorder characterized by a defect in aortic valve function or structure.", "display": "Aortic valve disease" }, { "code": "Aphonia", "definition": "A disorder characterized by the inability to speak. It may result from injuries to the vocal cords or may be functional (psychogenic).", "display": "Aphonia" }, { "code": "Apnea", "definition": "A disorder characterized by cessation of breathing.", "display": "Apnea" }, { "code": "Appendicitis", "definition": "A disorder characterized by acute inflammation to the vermiform appendix caused by a pathogenic agent.", "display": "Appendicitis" }, { "code": "Appendicitis perforated", "definition": "A disorder characterized by acute inflammation to the vermiform appendix caused by a pathogenic agent with gangrenous changes resulting in the rupture of the appendiceal wall. The appendiceal wall rupture causes the release of inflammatory and bacterial contents from the appendiceal lumen into the abdominal cavity.", "display": "Appendicitis perforated" }, { "code": "Arachnoiditis", "definition": "A disorder characterized by inflammation of the arachnoid membrane and adjacent subarachnoid space.", "display": "Arachnoiditis" }, { "code": "Arterial injury", "definition": "A finding of damage to an artery.", "display": "Arterial injury" }, { "code": "Arteritis infective", "definition": "A disorder characterized by an infectious process involving an artery.", "display": "Arteritis infective" }, { "code": "Arthralgia", "definition": "A disorder characterized by a sensation of marked discomfort in a joint.", "display": "Arthralgia" }, { "code": "Arthritis", "definition": "A disorder characterized by inflammation involving a joint.", "display": "Arthritis" }, { "code": "Ascites", "definition": "A disorder characterized by accumulation of serous or hemorrhagic fluid in the peritoneal cavity.", "display": "Ascites" }, { "code": "Aspartate aminotransferase increased", "definition": "A finding based on laboratory test results that indicate an increase in the level of aspartate aminotransferase (AST or SGOT) in a blood specimen.", "display": "Aspartate aminotransferase increased" }, { "code": "Aspiration", "definition": "A disorder characterized by inhalation of solids or liquids into the lungs.", "display": "Aspiration" }, { "code": "Asystole", "definition": "A disorder characterized by a dysrhythmia without cardiac electrical activity. Typically, this is accompanied by cessation of the pumping function of the heart.", "display": "Asystole" }, { "code": "Ataxia", "definition": "A disorder characterized by lack of coordination of muscle movements resulting in the impairment or inability to perform voluntary activities.", "display": "Ataxia" }, { "code": "Atelectasis", "definition": "A disorder characterized by the collapse of part or the entire lung.", "display": "Atelectasis" }, { "code": "Atrial fibrillation", "definition": "A disorder characterized by a dysrhythmia without discernible P waves and an irregular ventricular response due to multiple reentry circuits. The rhythm disturbance originates above the ventricles.", "display": "Atrial fibrillation" }, { "code": "Atrial flutter", "definition": "A disorder characterized by a dysrhythmia with organized rhythmic atrial contractions with a rate of 200-300 beats per minute. The rhythm disturbance originates in the atria.", "display": "Atrial flutter" }, { "code": "Atrioventricular block complete", "definition": "A disorder characterized by a dysrhythmia with complete failure of atrial electrical impulse conduction through the AV node to the ventricles.", "display": "Atrioventricular block complete" }, { "code": "Atrioventricular block first degree", "definition": "A disorder characterized by a dysrhythmia with a delay in the time required for the conduction of an electrical impulse through the atrioventricular (AV) node beyond 0.2 seconds; prolongation of the PR interval greater than 200 milliseconds.", "display": "Atrioventricular block first degree" }, { "code": "Autoimmune disorder", "definition": "A disorder resulting from loss of function or tissue destruction of an organ or multiple organs, arising from humoral or cellular immune responses of the individual to his own tissue constituents.", "display": "Autoimmune disorder" }, { "code": "Avascular necrosis", "definition": "A disorder characterized by necrotic changes in the bone tissue due to interruption of blood supply. Most often affecting the epiphysis of the long bones, the necrotic changes result in the collapse and the destruction of the bone structure.", "display": "Avascular necrosis" }, { "code": "Azoospermia", "definition": "A disorder characterized by laboratory test results that indicate complete absence of spermatozoa in the semen.", "display": "Azoospermia" }, { "code": "Back pain", "definition": "A disorder characterized by marked discomfort sensation in the back region.", "display": "Back pain" }, { "code": "Bile duct stenosis", "definition": "A disorder characterized by a narrowing of the lumen of the bile duct.", "display": "Bile duct stenosis" }, { "code": "Biliary anastomotic leak", "definition": "A finding of leakage of bile due to breakdown of a biliary anastomosis (surgical connection of two separate anatomic structures).", "display": "Biliary anastomotic leak" }, { "code": "Biliary fistula", "definition": "A disorder characterized by an abnormal communication between the bile ducts and another organ or anatomic site.", "display": "Biliary fistula" }, { "code": "Biliary tract infection", "definition": "A disorder characterized by an infectious process involving the biliary tract.", "display": "Biliary tract infection" }, { "code": "Bladder anastomotic leak", "definition": "A finding of leakage of urine due to breakdown of a bladder anastomosis (surgical connection of two separate anatomic structures).", "display": "Bladder anastomotic leak" }, { "code": "Bladder infection", "definition": "A disorder characterized by an infectious process involving the bladder.", "display": "Bladder infection" }, { "code": "Bladder perforation", "definition": "A disorder characterized by a rupture in the bladder wall.", "display": "Bladder perforation" }, { "code": "Bladder spasm", "definition": "A disorder characterized by a sudden and involuntary contraction of the bladder wall.", "display": "Bladder spasm" }, { "code": "Bloating", "definition": "A disorder characterized by subject-reported feeling of uncomfortable fullness of the abdomen.", "display": "Bloating" }, { "code": "Blood and lymphatic system disorders - Other, Specify", "definition": "No Value Exists", "display": "Blood and lymphatic system disorders - Other, specify" }, { "code": "Blood antidiuretic hormone abnormal", "definition": "A finding based on laboratory test results that indicate abnormal levels of antidiuretic hormone in the blood specimen.", "display": "Blood antidiuretic hormone abnormal" }, { "code": "Blood bilirubin increased", "definition": "A finding based on laboratory test results that indicate an abnormally high level of bilirubin in the blood. Excess bilirubin is associated with jaundice.", "display": "Blood bilirubin increased" }, { "code": "Blood corticotrophin decreased", "definition": "A finding based on laboratory test results that indicate an decrease in levels of corticotrophin in a blood specimen.", "display": "Blood corticotrophin decreased" }, { "code": "Blood gonadotrophin abnormal", "definition": "A finding based on laboratory test results that indicate abnormal levels of gonadotrophin hormone in a blood specimen.", "display": "Blood gonadotrophin abnormal" }, { "code": "Blood prolactin abnormal", "definition": "A finding based on laboratory test results that indicate abnormal levels of prolactin hormone in a blood specimen.", "display": "Blood prolactin abnormal" }, { "code": "Blurred vision", "definition": "A disorder characterized by visual perception of unclear or fuzzy images.", "display": "Blurred vision" }, { "code": "Body odor", "definition": "A disorder characterized by an abnormal body smell resulting from the growth of bacteria on the body.", "display": "Body odor" }, { "code": "Bone infection", "definition": "A disorder characterized by an infectious process involving the bones.", "display": "Bone infection" }, { "code": "Bone marrow hypocellular", "definition": "A disorder characterized by the inability of the bone marrow to produce hematopoietic elements.", "display": "Bone marrow hypocellular" }, { "code": "Bone pain", "definition": "A disorder characterized by marked discomfort sensation in the bones.", "display": "Bone pain" }, { "code": "Brachial plexopathy", "definition": "A disorder characterized by regional paresthesia of the brachial plexus, marked discomfort and muscle weakness, and limited movement in the arm or hand.", "display": "Brachial plexopathy" }, { "code": "Breast atrophy", "definition": "A disorder characterized by underdevelopment of the breast.", "display": "Breast atrophy" }, { "code": "Breast infection", "definition": "A disorder characterized by an infectious process involving the breast.", "display": "Breast infection" }, { "code": "Breast pain", "definition": "A disorder characterized by marked discomfort sensation in the breast region.", "display": "Breast pain" }, { "code": "Bronchial fistula", "definition": "A disorder characterized by an abnormal communication between the bronchus and another organ or anatomic site.", "display": "Bronchial fistula" }, { "code": "Bronchial infection", "definition": "A disorder characterized by an infectious process involving the bronchi.", "display": "Bronchial infection" }, { "code": "Bronchial obstruction", "definition": "A disorder characterized by blockage of a bronchus passage, most often by bronchial secretions and exudates.", "display": "Bronchial obstruction" }, { "code": "Bronchial stricture", "definition": "A disorder characterized by a narrowing of the bronchial tube.", "display": "Bronchial stricture" }, { "code": "Bronchopleural fistula", "definition": "A disorder characterized by an abnormal communication between a bronchus and the pleural cavity.", "display": "Bronchopleural fistula" }, { "code": "Bronchopulmonary hemorrhage", "definition": "A disorder characterized by bleeding from the bronchial wall and/or lung parenchyma.", "display": "Bronchopulmonary hemorrhage" }, { "code": "Bronchospasm", "definition": "A disorder characterized by a sudden contraction of the smooth muscles of the bronchial wall.", "display": "Bronchospasm" }, { "code": "Bruising", "definition": "A finding of injury of the soft tissues or bone characterized by leakage of blood into surrounding tissues.", "display": "Bruising" }, { "code": "Bullous dermatitis", "definition": "A disorder characterized by inflammation of the skin characterized by the presence of bullae which are filled with fluid.", "display": "Bullous dermatitis" }, { "code": "Burn", "definition": "A finding of impaired integrity to the anatomic site of an adverse thermal reaction. Burns can be caused by exposure to chemicals, direct heat, electricity, flames and radiation. The extent of damage depends on the length and intensity of exposure and time until provision of treatment.", "display": "Burn" }, { "code": "Buttock pain", "definition": "A disorder characterized by marked discomfort sensation in the buttocks.", "display": "Buttock pain" }, { "code": "Capillary leak syndrome", "definition": "A disorder characterized by leakage of intravascular fluids into the extravascular space. This syndrome is observed in patients who demonstrate a state of generalized leaky capillaries following shock syndromes, low-flow states, ischemia-reperfusion injuries, toxemias, medications, or poisoning. It can lead to generalized edema and multiple organ failure.", "display": "Capillary leak syndrome" }, { "code": "Carbon monoxide diffusing capacity decreased", "definition": "A finding based on lung function test results that indicate a decrease in the lung capacity to absorb carbon monoxide.", "display": "Carbon monoxide diffusing capacity decreased" }, { "code": "Cardiac arrest", "definition": "A disorder characterized by cessation of the pumping function of the heart.", "display": "Cardiac arrest" }, { "code": "Cardiac disorders - Other, Specify", "definition": "No Value Exists", "display": "Cardiac disorders - Other, specify" }, { "code": "Cardiac troponin I increased", "definition": "A laboratory test result which indicates increased levels of cardiac troponin I in a biological specimen.", "display": "Cardiac troponin I increased" }, { "code": "Cardiac troponin T increased", "definition": "A laboratory test result which indicates increased levels of cardiac troponin T in a biological specimen.", "display": "Cardiac troponin T increased" }, { "code": "Cataract", "definition": "A disorder characterized by partial or complete opacity of the crystalline lens of one or both eyes. This results in a decrease in visual acuity and eventual blindness if untreated.", "display": "Cataract" }, { "code": "Catheter related infection", "definition": "A disorder characterized by an infectious process that arises secondary to catheter use.", "display": "Catheter related infection" }, { "code": "CD4 lymphocytes decreased", "definition": "A finding based on laboratory test results that indicate an decrease in levels of CD4 lymphocytes in a blood specimen.", "display": "CD4 lymphocytes decreased" }, { "code": "Cecal hemorrhage", "definition": "A disorder characterized by bleeding from the cecum.", "display": "Cecal hemorrhage" }, { "code": "Cecal infection", "definition": "A disorder characterized by an infectious process involving the cecum.", "display": "Cecal infection" }, { "code": "Central nervous system necrosis", "definition": "A disorder characterized by a necrotic process occurring in the brain and/or spinal cord.", "display": "Central nervous system necrosis" }, { "code": "Cerebrospinal fluid leakage", "definition": "A disorder characterized by loss of cerebrospinal fluid into the surrounding tissues.", "display": "Cerebrospinal fluid leakage" }, { "code": "Cervicitis infection", "definition": "A disorder characterized by an infectious process involving the uterine cervix.", "display": "Cervicitis infection" }, { "code": "Cheilitis", "definition": "A disorder characterized by inflammation of the lip.", "display": "Cheilitis" }, { "code": "Chest pain - cardiac", "definition": "A disorder characterized by substernal discomfort due to insufficient myocardial oxygenation.", "display": "Chest pain - cardiac" }, { "code": "Chest wall pain", "definition": "A disorder characterized by marked discomfort sensation in the chest wall region.", "display": "Chest wall pain" }, { "code": "Chills", "definition": "A disorder characterized by a sensation of cold that often marks a physiologic response to sweating after a fever.", "display": "Chills" }, { "code": "Cholecystitis", "definition": "A disorder characterized by inflammation involving the gallbladder. It may be associated with the presence of gallstones.", "display": "Cholecystitis" }, { "code": "Cholesterol high", "definition": "A finding based on laboratory test results that indicate higher than normal levels of cholesterol in a blood specimen.", "display": "Cholesterol high" }, { "code": "Chronic kidney disease", "definition": "A disorder characterized by gradual and usually permanent loss of kidney function resulting in renal failure.", "display": "Chronic kidney disease" }, { "code": "Chylothorax", "definition": "A disorder characterized by milky pleural effusion (abnormal collection of fluid) resulting from accumulation of lymph fluid in the pleural cavity.", "display": "Chylothorax" }, { "code": "Cognitive disturbance", "definition": "A disorder characterized by a conspicuous change in cognitive function.", "display": "Cognitive disturbance" }, { "code": "Colitis", "definition": "A disorder characterized by inflammation of the colon.", "display": "Colitis" }, { "code": "Colonic fistula", "definition": "A disorder characterized by an abnormal communication between the large intestine and another organ or anatomic site.", "display": "Colonic fistula" }, { "code": "Colonic hemorrhage", "definition": "A disorder characterized by bleeding from the colon.", "display": "Colonic hemorrhage" }, { "code": "Colonic obstruction", "definition": "A disorder characterized by blockage of the normal flow of the intestinal contents in the colon.", "display": "Colonic obstruction" }, { "code": "Colonic perforation", "definition": "A disorder characterized by a rupture in the colonic wall.", "display": "Colonic perforation" }, { "code": "Colonic stenosis", "definition": "A disorder characterized by a narrowing of the lumen of the colon.", "display": "Colonic stenosis" }, { "code": "Colonic ulcer", "definition": "A disorder characterized by a circumscribed, inflammatory and necrotic erosive lesion on the mucosal surface of the colon.", "display": "Colonic ulcer" }, { "code": "Concentration impairment", "definition": "A disorder characterized by a deterioration in the ability to concentrate.", "display": "Concentration impairment" }, { "code": "Conduction disorder", "definition": "A disorder characterized by pathological irregularities in the cardiac conduction system.", "display": "Conduction disorder" }, { "code": "Confusion", "definition": "A disorder characterized by a lack of clear and orderly thought and behavior.", "display": "Confusion" }, { "code": "Congenital, familial and genetic disorders - Other, Specify", "definition": "No Value Exists", "display": "Congenital, familial and genetic disorders - Other, specify" }, { "code": "Conjunctivitis", "definition": "A disorder characterized by inflammation, swelling and redness to the conjunctiva of the eye.", "display": "Conjunctivitis" }, { "code": "Conjunctivitis infective", "definition": "A disorder characterized by an infectious process involving the conjunctiva. Clinical manifestations include pink or red color in the eyes.", "display": "Conjunctivitis infective" }, { "code": "Constipation", "definition": "A disorder characterized by irregular and infrequent or difficult evacuation of the bowels.", "display": "Constipation" }, { "code": "Constrictive pericarditis", "definition": "A disorder characterized by a thickened and fibrotic pericardial sac; these fibrotic changes impede normal myocardial function by restricting myocardial muscle action.", "display": "Constrictive pericarditis" }, { "code": "Corneal infection", "definition": "A disorder characterized by an infectious process involving the cornea.", "display": "Corneal infection" }, { "code": "Corneal ulcer", "definition": "A disorder characterized by an area of epithelial tissue loss on the surface of the cornea. It is associated with inflammatory cells in the cornea and anterior chamber.", "display": "Corneal ulcer" }, { "code": "Cough", "definition": "A disorder characterized by sudden, often repetitive, spasmodic contraction of the thoracic cavity, resulting in violent release of air from the lungs and usually accompanied by a distinctive sound.", "display": "Cough" }, { "code": "CPK increased", "definition": "A finding based on laboratory test results that indicate an increase in levels of creatine phosphokinase in a blood specimen.", "display": "CPK increased" }, { "code": "Cranial nerve infection", "definition": "A disorder characterized by an infectious process involving a cranial nerve.", "display": "Cranial nerve infection" }, { "code": "Creatinine increased", "definition": "A finding based on laboratory test results that indicate increased levels of creatinine in a biological specimen.", "display": "Creatinine increased" }, { "code": "Cushingoid", "definition": "A disorder characterized by signs and symptoms that resemble Cushing's disease or syndrome: buffalo hump obesity, striations, adiposity, hypertension, diabetes, and osteoporosis, usually due to exogenous corticosteroids.", "display": "Cushingoid" }, { "code": "Cystitis noninfective", "definition": "A disorder characterized by inflammation of the bladder which is not caused by an infection of the urinary tract.", "display": "Cystitis noninfective" }, { "code": "Cytokine release syndrome", "definition": "A disorder characterized by nausea, headache, tachycardia, hypotension, rash, and shortness of breath; it is caused by the release of cytokines from the cells.", "display": "Cytokine release syndrome" }, { "code": "Death neonatal", "definition": "A disorder characterized by cessation of life occurring during the first 28 days of life.", "display": "Death neonatal" }, { "code": "Death NOS", "definition": "A cessation of life that cannot be attributed to a CTCAE term associated with Grade 5.", "display": "Death NOS" }, { "code": "Dehydration", "definition": "A disorder characterized by excessive loss of water from the body. It is usually caused by severe diarrhea, vomiting or diaphoresis.", "display": "Dehydration" }, { "code": "Delayed orgasm", "definition": "A disorder characterized by sexual dysfunction characterized by a delay in climax.", "display": "Delayed orgasm" }, { "code": "Delayed puberty", "definition": "A disorder characterized by unusually late sexual maturity.", "display": "Delayed puberty" }, { "code": "Delirium", "definition": "A disorder characterized by the acute and sudden development of confusion, illusions, movement changes, inattentiveness, agitation, and hallucinations. Usually, it is a reversible condition.", "display": "Delirium" }, { "code": "Delusions", "definition": "A disorder characterized by false personal beliefs held contrary to reality, despite contradictory evidence and common sense.", "display": "Delusions" }, { "code": "Dental caries", "definition": "A disorder characterized by the decay of a tooth, in which it becomes softened, discolored and/or porous.", "display": "Dental caries" }, { "code": "Depressed level of consciousness", "definition": "A disorder characterized by a decrease in ability to perceive and respond.", "display": "Depressed level of consciousness" }, { "code": "Depression", "definition": "A disorder characterized by melancholic feelings of grief or unhappiness.", "display": "Depression" }, { "code": "Dermatitis radiation", "definition": "A finding of cutaneous inflammatory reaction occurring as a result of exposure to biologically effective levels of ionizing radiation.", "display": "Dermatitis radiation" }, { "code": "Device related infection", "definition": "A disorder characterized by an infectious process involving the use of a medical device.", "display": "Device related infection" }, { "code": "Diarrhea", "definition": "A disorder characterized by frequent and watery bowel movements.", "display": "Diarrhea" }, { "code": "Disseminated intravascular coagulation", "definition": "A disorder characterized by systemic pathological activation of blood clotting mechanisms which results in clot formation throughout the body. There is an increase in the risk of hemorrhage as the body is depleted of platelets and coagulation factors.", "display": "Disseminated intravascular coagulation" }, { "code": "Dizziness", "definition": "A disorder characterized by a disturbing sensation of lightheadedness, unsteadiness, giddiness, spinning or rocking.", "display": "Dizziness" }, { "code": "Dry eye", "definition": "A disorder characterized by dryness of the cornea and conjunctiva.", "display": "Dry eye" }, { "code": "Dry mouth", "definition": "A disorder characterized by reduced salivary flow in the oral cavity.", "display": "Dry mouth" }, { "code": "Dry skin", "definition": "A disorder characterized by flaky and dull skin; the pores are generally fine, the texture is a papery thin texture.", "display": "Dry skin" }, { "code": "Duodenal fistula", "definition": "A disorder characterized by an abnormal communication between the duodenum and another organ or anatomic site.", "display": "Duodenal fistula" }, { "code": "Duodenal hemorrhage", "definition": "A disorder characterized by bleeding from the duodenum.", "display": "Duodenal hemorrhage" }, { "code": "Duodenal infection", "definition": "A disorder characterized by an infectious process involving the duodenum.", "display": "Duodenal infection" }, { "code": "Duodenal obstruction", "definition": "A disorder characterized by blockage of the normal flow of stomach contents through the duodenum.", "display": "Duodenal obstruction" }, { "code": "Duodenal perforation", "definition": "A disorder characterized by a rupture in the duodenal wall.", "display": "Duodenal perforation" }, { "code": "Duodenal stenosis", "definition": "A disorder characterized by a narrowing of the lumen of the duodenum.", "display": "Duodenal stenosis" }, { "code": "Duodenal ulcer", "definition": "A disorder characterized by a circumscribed, inflammatory and necrotic erosive lesion on the mucosal surface of the duodenal wall.", "display": "Duodenal ulcer" }, { "code": "Dysarthria", "definition": "A disorder characterized by slow and slurred speech resulting from an inability to coordinate the muscles used in speech.", "display": "Dysarthria" }, { "code": "Dysesthesia", "definition": "A disorder characterized by distortion of sensory perception, resulting in an abnormal and unpleasant sensation.", "display": "Dysesthesia" }, { "code": "Dysgeusia", "definition": "A disorder characterized by abnormal sensual experience with the taste of foodstuffs; it can be related to a decrease in the sense of smell.", "display": "Dysgeusia" }, { "code": "Dysmenorrhea", "definition": "A disorder characterized by abnormally painful abdominal cramps during menses.", "display": "Dysmenorrhea" }, { "code": "Dyspareunia", "definition": "A disorder characterized by painful or difficult coitus.", "display": "Dyspareunia" }, { "code": "Dyspepsia", "definition": "A disorder characterized by an uncomfortable, often painful feeling in the stomach, resulting from impaired digestion. Symptoms include burning stomach, bloating, heartburn, nausea and vomiting.", "display": "Dyspepsia" }, { "code": "Dysphagia", "definition": "A disorder characterized by difficulty in swallowing.", "display": "Dysphagia" }, { "code": "Dysphasia", "definition": "A disorder characterized by impairment of verbal communication skills, often resulting from brain damage.", "display": "Dysphasia" }, { "code": "Dyspnea", "definition": "A disorder characterized by an uncomfortable sensation of difficulty breathing.", "display": "Dyspnea" }, { "code": "Ear and labyrinth disorders - Other, Specify", "definition": "No Value Exists", "display": "Ear and labyrinth disorders - Other, specify" }, { "code": "Ear pain", "definition": "A disorder characterized by a sensation of marked discomfort in the ear.", "display": "Ear pain" }, { "code": "Edema cerebral", "definition": "A disorder characterized by swelling due to an excessive accumulation of fluid in the brain.", "display": "Edema cerebral" }, { "code": "Edema face", "definition": "A disorder characterized by swelling due to excessive fluid accumulation in facial tissues.", "display": "Edema face" }, { "code": "Edema limbs", "definition": "A disorder characterized by swelling due to excessive fluid accumulation in the upper or lower extremities.", "display": "Edema limbs" }, { "code": "Edema trunk", "definition": "A disorder characterized by swelling due to excessive fluid accumulation in the trunk area.", "display": "Edema trunk" }, { "code": "Ejaculation disorder", "definition": "A disorder characterized by problems related to ejaculation. This category includes premature, delayed, retrograde and painful ejaculation.", "display": "Ejaculation disorder" }, { "code": "Ejection fraction decreased", "definition": "The percentage computed when the amount of blood ejected during a ventricular contraction of the heart is compared to the amount that was present prior to the contraction.", "display": "Ejection fraction decreased" }, { "code": "Electrocardiogram QT corrected interval prolonged", "definition": "A finding of a cardiac dysrhythmia characterized by an abnormally long corrected QT interval.", "display": "Electrocardiogram QT corrected interval prolonged" }, { "code": "Encephalitis infection", "definition": "A disorder characterized by an infectious process involving the brain tissue.", "display": "Encephalitis infection" }, { "code": "Encephalomyelitis infection", "definition": "A disorder characterized by an infectious process involving the brain and spinal cord tissues.", "display": "Encephalomyelitis infection" }, { "code": "Encephalopathy", "definition": "A disorder characterized by a pathologic process involving the brain.", "display": "Encephalopathy" }, { "code": "Endocarditis infective", "definition": "A disorder characterized by an infectious process involving the endocardial layer of the heart.", "display": "Endocarditis infective" }, { "code": "Endocrine disorders - Other, Specify", "definition": "No Value Exists", "display": "Endocrine disorders - Other, specify" }, { "code": "Endophthalmitis", "definition": "A disorder characterized by an infectious process involving the internal structures of the eye.", "display": "Endophthalmitis" }, { "code": "Enterocolitis", "definition": "A disorder characterized by inflammation of the small and large intestines.", "display": "Enterocolitis" }, { "code": "Enterocolitis infectious", "definition": "A disorder characterized by an infectious process involving the small and large intestines.", "display": "Enterocolitis infectious" }, { "code": "Enterovesical fistula", "definition": "A disorder characterized by an abnormal communication between the urinary bladder and the intestine.", "display": "Enterovesical fistula" }, { "code": "Epistaxis", "definition": "A disorder characterized by bleeding from the nose.", "display": "Epistaxis" }, { "code": "Erectile dysfunction", "definition": "A disorder characterized by the persistent or recurrent inability to achieve or to maintain an erection during sexual activity.", "display": "Erectile dysfunction" }, { "code": "Erythema multiforme", "definition": "A disorder characterized by target lesions (a pink-red ring around a pale center).", "display": "Erythema multiforme" }, { "code": "Erythroderma", "definition": "A disorder characterized by generalized inflammatory erythema and exfoliation. The inflammatory process involves > 90% of the body surface area.", "display": "Erythroderma" }, { "code": "Esophageal anastomotic leak", "definition": "A finding of leakage due to breakdown of an esophageal anastomosis (surgical connection of two separate anatomic structures).", "display": "Esophageal anastomotic leak" }, { "code": "Esophageal fistula", "definition": "A disorder characterized by an abnormal communication between the esophagus and another organ or anatomic site.", "display": "Esophageal fistula" }, { "code": "Esophageal hemorrhage", "definition": "A disorder characterized by bleeding from the esophagus.", "display": "Esophageal hemorrhage" }, { "code": "Esophageal infection", "definition": "A disorder characterized by an infectious process involving the esophagus.", "display": "Esophageal infection" }, { "code": "Esophageal necrosis", "definition": "A disorder characterized by a necrotic process occurring in the esophageal wall.", "display": "Esophageal necrosis" }, { "code": "Esophageal obstruction", "definition": "A disorder characterized by blockage of the normal flow of the contents in the esophagus.", "display": "Esophageal obstruction" }, { "code": "Esophageal pain", "definition": "A disorder characterized by a sensation of marked discomfort in the esophageal region.", "display": "Esophageal pain" }, { "code": "Esophageal perforation", "definition": "A disorder characterized by a rupture in the wall of the esophagus.", "display": "Esophageal perforation" }, { "code": "Esophageal stenosis", "definition": "A disorder characterized by a narrowing of the lumen of the esophagus.", "display": "Esophageal stenosis" }, { "code": "Esophageal ulcer", "definition": "A disorder characterized by a circumscribed, inflammatory and necrotic erosive lesion on the mucosal surface of the esophageal wall.", "display": "Esophageal ulcer" }, { "code": "Esophageal varices hemorrhage", "definition": "A disorder characterized by bleeding from esophageal varices.", "display": "Esophageal varices hemorrhage" }, { "code": "Esophagitis", "definition": "A disorder characterized by inflammation of the esophageal wall.", "display": "Esophagitis" }, { "code": "Euphoria", "definition": "A disorder characterized by an exaggerated feeling of well-being which is disproportionate to events and stimuli.", "display": "Euphoria" }, { "code": "Exostosis", "definition": "A disorder characterized by non-neoplastic overgrowth of bone.", "display": "Exostosis" }, { "code": "External ear inflammation", "definition": "A disorder characterized by inflammation, swelling and redness to the outer ear and ear canal.", "display": "External ear inflammation" }, { "code": "External ear pain", "definition": "A disorder characterized by a sensation of marked discomfort in the external ear region.", "display": "External ear pain" }, { "code": "Extraocular muscle paresis", "definition": "A disorder characterized by incomplete paralysis of an extraocular muscle.", "display": "Extraocular muscle paresis" }, { "code": "Extrapyramidal disorder", "definition": "A disorder characterized by abnormal, repetitive, involuntary muscle movements, frenzied speech and extreme restlessness.", "display": "Extrapyramidal disorder" }, { "code": "Eye disorders - Other, Specify", "definition": "No Value Exists", "display": "Eye disorders - Other, specify" }, { "code": "Eye infection", "definition": "A disorder characterized by an infectious process involving the eye.", "display": "Eye infection" }, { "code": "Eye pain", "definition": "A disorder characterized by a sensation of marked discomfort in the eye.", "display": "Eye pain" }, { "code": "Eyelid function disorder", "definition": "A disorder characterized by impaired eyelid function.", "display": "Eyelid function disorder" }, { "code": "Facial muscle weakness", "definition": "A disorder characterized by a reduction in the strength of the facial muscles.", "display": "Facial muscle weakness" }, { "code": "Facial nerve disorder", "definition": "A disorder characterized by involvement of the facial nerve (seventh cranial nerve).", "display": "Facial nerve disorder" }, { "code": "Facial pain", "definition": "A disorder characterized by a sensation of marked discomfort in the face.", "display": "Facial pain" }, { "code": "Fall", "definition": "A finding of sudden movement downward, usually resulting in injury.", "display": "Fall" }, { "code": "Fallopian tube anastomotic leak", "definition": "A finding of leakage due to breakdown of a fallopian tube anastomosis (surgical connection of two separate anatomic structures).", "display": "Fallopian tube anastomotic leak" }, { "code": "Fallopian tube obstruction", "definition": "A disorder characterized by blockage of the normal flow of the contents in the fallopian tube.", "display": "Fallopian tube obstruction" }, { "code": "Fallopian tube perforation", "definition": "A finding of rupture of the fallopian tube wall.", "display": "Fallopian tube perforation" }, { "code": "Fallopian tube stenosis", "definition": "A disorder characterized by a narrowing of the fallopian tube lumen.", "display": "Fallopian tube stenosis" }, { "code": "Fat atrophy", "definition": "A disorder characterized by shrinking of adipose tissue.", "display": "Fat atrophy" }, { "code": "Fatigue", "definition": "A disorder characterized by a state of generalized weakness with a pronounced inability to summon sufficient energy to accomplish daily activities.", "display": "Fatigue" }, { "code": "Febrile neutropenia", "definition": "A disorder characterized by a decrease in neutrophils associated with fever.", "display": "Febrile neutropenia" }, { "code": "Fecal incontinence", "definition": "A disorder characterized by inability to control the escape of stool from the rectum.", "display": "Fecal incontinence" }, { "code": "Female genital tract fistula", "definition": "A disorder characterized by an abnormal communication between a female reproductive system organ and another organ or anatomic site.", "display": "Female genital tract fistula" }, { "code": "Feminization acquired", "definition": "A disorder characterized by the development of secondary female sex characteristics in males due to extrinsic factors.", "display": "Feminization acquired" }, { "code": "Fetal death", "definition": "A disorder characterized by death in utero; failure of the product of conception to show evidence of respiration, heartbeat, or definite movement of a voluntary muscle after expulsion from the uterus, without possibility of resuscitation.", "display": "Fetal death" }, { "code": "Fetal growth retardation", "definition": "A disorder characterized by inhibition of fetal growth resulting in the inability of the fetus to achieve its potential weight.", "display": "Fetal growth retardation" }, { "code": "Fever", "definition": "A disorder characterized by elevation of the body's temperature above the upper limit of normal.", "display": "Fever" }, { "code": "Fibrinogen decreased", "definition": "A finding based on laboratory test results that indicate an decrease in levels of fibrinogen in a blood specimen.", "display": "Fibrinogen decreased" }, { "code": "Fibrosis deep connective tissue", "definition": "A disorder characterized by fibrotic degeneration of the deep connective tissues.", "display": "Fibrosis deep connective tissue" }, { "code": "Flank pain", "definition": "A disorder characterized by marked discomfort sensation on the lateral side of the body in the region below the ribs and above the hip.", "display": "Flank pain" }, { "code": "Flashing lights", "definition": "A disorder characterized by a sudden or brief burst of light.", "display": "Flashing lights" }, { "code": "Flatulence", "definition": "A disorder characterized by a state of excessive gas in the alimentary canal.", "display": "Flatulence" }, { "code": "Floaters", "definition": "A disorder characterized by an individual seeing spots before their eyes. The spots are shadows of opaque cell fragments in the vitreous humor or lens.", "display": "Floaters" }, { "code": "Flu like symptoms", "definition": "A disorder characterized by a group of symptoms similar to those observed in patients with the flu. It includes fever, chills, body aches, malaise, loss of appetite and dry cough.", "display": "Flu like symptoms" }, { "code": "Flushing", "definition": "A disorder characterized by episodic reddening of the face.", "display": "Flushing" }, { "code": "Forced expiratory volume decreased", "definition": "A finding based on test results that indicate a relative decrease in the fraction of the forced vital capacity that is exhaled in a specific number of seconds.", "display": "Forced expiratory volume decreased" }, { "code": "Fracture", "definition": "A finding of traumatic injury to the bone in which the continuity of the bone is broken.", "display": "Fracture" }, { "code": "Gait disturbance", "definition": "A disorder characterized by walking difficulties.", "display": "Gait disturbance" }, { "code": "Gallbladder fistula", "definition": "A disorder characterized by an abnormal communication between the gallbladder and another organ or anatomic site.", "display": "Gallbladder fistula" }, { "code": "Gallbladder infection", "definition": "A disorder characterized by an infectious process involving the gallbladder.", "display": "Gallbladder infection" }, { "code": "Gallbladder necrosis", "definition": "A disorder characterized by a necrotic process occurring in the gallbladder.", "display": "Gallbladder necrosis" }, { "code": "Gallbladder obstruction", "definition": "A disorder characterized by blockage of the normal flow of the contents of the gallbladder.", "display": "Gallbladder obstruction" }, { "code": "Gallbladder pain", "definition": "A disorder characterized by a sensation of marked discomfort in the gallbladder region.", "display": "Gallbladder pain" }, { "code": "Gallbladder perforation", "definition": "A disorder characterized by a rupture in the gallbladder wall.", "display": "Gallbladder perforation" }, { "code": "Gastric anastomotic leak", "definition": "A finding of leakage due to breakdown of a gastric anastomosis (surgical connection of two separate anatomic structures).", "display": "Gastric anastomotic leak" }, { "code": "Gastric fistula", "definition": "A disorder characterized by an abnormal communication between the stomach and another organ or anatomic site.", "display": "Gastric fistula" }, { "code": "Gastric hemorrhage", "definition": "A disorder characterized by bleeding from the gastric wall.", "display": "Gastric hemorrhage" }, { "code": "Gastric necrosis", "definition": "A disorder characterized by a necrotic process occurring in the gastric wall.", "display": "Gastric necrosis" }, { "code": "Gastric perforation", "definition": "A disorder characterized by a rupture in the stomach wall.", "display": "Gastric perforation" }, { "code": "Gastric stenosis", "definition": "A disorder characterized by a narrowing of the lumen of the stomach.", "display": "Gastric stenosis" }, { "code": "Gastric ulcer", "definition": "A disorder characterized by a circumscribed, inflammatory and necrotic erosive lesion on the mucosal surface of the stomach.", "display": "Gastric ulcer" }, { "code": "Gastritis", "definition": "A disorder characterized by inflammation of the stomach.", "display": "Gastritis" }, { "code": "Gastroesophageal reflux disease", "definition": "A disorder characterized by reflux of the gastric and/or duodenal contents into the distal esophagus. It is chronic in nature and usually caused by incompetence of the lower esophageal sphincter, and may result in injury to the esophageal mucosal. Symptoms include heartburn and acid indigestion.", "display": "Gastroesophageal reflux disease" }, { "code": "Gastrointestinal anastomotic leak", "definition": "A finding of leakage due to breakdown of a gastrointestinal anastomosis (surgical connection of two separate anatomic structures).", "display": "Gastrointestinal anastomotic leak" }, { "code": "Gastrointestinal disorders - Other, Specify", "definition": "No Value Exists", "display": "Gastrointestinal disorders - Other, specify" }, { "code": "Gastrointestinal fistula", "definition": "A disorder characterized by an abnormal communication between any part of the gastrointestinal system and another organ or anatomic site.", "display": "Gastrointestinal fistula" }, { "code": "Gastrointestinal pain", "definition": "A disorder characterized by a sensation of marked discomfort in the gastrointestinal region.", "display": "Gastrointestinal pain" }, { "code": "Gastrointestinal stoma necrosis", "definition": "A finding of a necrotic process occurring in the gastrointestinal tract stoma.", "display": "Gastrointestinal stoma necrosis" }, { "code": "Gastroparesis", "definition": "A disorder characterized by an incomplete paralysis of the muscles of the stomach wall resulting in delayed emptying of the gastric contents into the small intestine.", "display": "Gastroparesis" }, { "code": "General disorders and administration site conditions - Other, Specify", "definition": "No Value Exists", "display": "General disorders and administration site conditions - Other, specify" }, { "code": "Generalized muscle weakness", "definition": "A disorder characterized by a reduction in the strength of muscles in multiple anatomic sites.", "display": "Generalized muscle weakness" }, { "code": "Genital edema", "definition": "A disorder characterized by swelling due to an excessive accumulation of fluid in the genitals.", "display": "Genital edema" }, { "code": "GGT increased", "definition": "A finding based on laboratory test results that indicate higher than normal levels of the enzyme gamma-glutamyltransferase in the blood specimen. GGT (gamma-glutamyltransferase ) catalyzes the transfer of a gamma glutamyl group from a gamma glutamyl peptide to another peptide, amino acids or water.", "display": "GGT increased" }, { "code": "Gingival pain", "definition": "A disorder characterized by a sensation of marked discomfort in the gingival region.", "display": "Gingival pain" }, { "code": "Glaucoma", "definition": "A disorder characterized by an increase in pressure in the eyeball due to obstruction of the aqueous humor outflow.", "display": "Glaucoma" }, { "code": "Glossopharyngeal nerve disorder", "definition": "A disorder characterized by involvement of the glossopharyngeal nerve (ninth cranial nerve).", "display": "Glossopharyngeal nerve disorder" }, { "code": "Glucose intolerance", "definition": "A disorder characterized by an inability to properly metabolize glucose.", "display": "Glucose intolerance" }, { "code": "Growth accelerated", "definition": "A disorder characterized by greater growth than expected for age.", "display": "Growth accelerated" }, { "code": "Growth hormone abnormal", "definition": "A finding based on laboratory test results that indicate abnormal levels of growth hormone in a biological specimen.", "display": "Growth hormone abnormal" }, { "code": "Growth suppression", "definition": "A disorder characterized by of stature that is smaller than normal as expected for age.", "display": "Growth suppression" }, { "code": "Gum infection", "definition": "A disorder characterized by an infectious process involving the gums.", "display": "Gum infection" }, { "code": "Gynecomastia", "definition": "A disorder characterized by excessive development of the breasts in males.", "display": "Gynecomastia" }, { "code": "Hallucinations", "definition": "A disorder characterized by a false sensory perception in the absence of an external stimulus.", "display": "Hallucinations" }, { "code": "Haptoglobin decreased", "definition": "A finding based on laboratory test results that indicate an decrease in levels of haptoglobin in a blood specimen.", "display": "Haptoglobin decreased" }, { "code": "Head soft tissue necrosis", "definition": "A disorder characterized by a necrotic process occurring in the soft tissues of the head.", "display": "Head soft tissue necrosis" }, { "code": "Headache", "definition": "A disorder characterized by a sensation of marked discomfort in various parts of the head, not confined to the area of distribution of any nerve.", "display": "Headache" }, { "code": "Hearing impaired", "definition": "A disorder characterized by partial or complete loss of the ability to detect or understand sounds resulting from damage to ear structures.", "display": "Hearing impaired" }, { "code": "Heart failure", "definition": "A disorder characterized by the inability of the heart to pump blood at an adequate volume to meet tissue metabolic requirements, or, the ability to do so only at an elevation in the filling pressure.", "display": "Heart failure" }, { "code": "Hematoma", "definition": "A disorder characterized by a localized collection of blood, usually clotted, in an organ, space, or tissue, due to a break in the wall of a blood vessel.", "display": "Hematoma" }, { "code": "Hematosalpinx", "definition": "A disorder characterized by the presence of blood in a fallopian tube.", "display": "Hematosalpinx" }, { "code": "Hematuria", "definition": "A disorder characterized by laboratory test results that indicate blood in the urine.", "display": "Hematuria" }, { "code": "Hemoglobin increased", "definition": "A finding based on laboratory test results that indicate increased levels of hemoglobin in a biological specimen.", "display": "Hemoglobin increased" }, { "code": "Hemoglobinuria", "definition": "A disorder characterized by laboratory test results that indicate the presence of free hemoglobin in the urine.", "display": "Hemoglobinuria" }, { "code": "Hemolysis", "definition": "A disorder characterized by laboratory test results that indicate widespread erythrocyte cell membrane destruction.", "display": "Hemolysis" }, { "code": "Hemolytic uremic syndrome", "definition": "A disorder characterized by a form of thrombotic microangiopathy with renal failure, hemolytic anemia, and severe thrombocytopenia.", "display": "Hemolytic uremic syndrome" }, { "code": "Hemorrhoidal hemorrhage", "definition": "A disorder characterized by bleeding from the hemorrhoids.", "display": "Hemorrhoidal hemorrhage" }, { "code": "Hemorrhoids", "definition": "A disorder characterized by the presence of dilated veins in the rectum and surrounding area.", "display": "Hemorrhoids" }, { "code": "Hepatic failure", "definition": "A disorder characterized by the inability of the liver to metabolize chemicals in the body. Laboratory test results reveal abnormal plasma levels of ammonia, bilirubin, lactic dehydrogenase, and alkaline phosphatase.", "display": "Hepatic failure" }, { "code": "Hepatic hemorrhage", "definition": "A disorder characterized by bleeding from the liver.", "display": "Hepatic hemorrhage" }, { "code": "Hepatic infection", "definition": "A disorder characterized by an infectious process involving the liver.", "display": "Hepatic infection" }, { "code": "Hepatic necrosis", "definition": "A disorder characterized by a necrotic process occurring in the hepatic parenchyma.", "display": "Hepatic necrosis" }, { "code": "Hepatic pain", "definition": "A disorder characterized by a sensation of marked discomfort in the liver region.", "display": "Hepatic pain" }, { "code": "Hepatitis viral", "definition": "A disorder characterized by a viral pathologic process involving the liver parenchyma.", "display": "Hepatitis viral" }, { "code": "Hepatobiliary disorders - Other, Specify", "definition": "No Value Exists", "display": "Hepatobiliary disorders - Other, specify" }, { "code": "Hiccups", "definition": "A disorder characterized by repeated gulp sounds that result from an involuntary opening and closing of the glottis. This is attributed to a spasm of the diaphragm.", "display": "Hiccups" }, { "code": "Hip fracture", "definition": "A finding of traumatic injury to the hip in which the continuity of either the femoral head, femoral neck, intertrochanteric or subtrochanteric regions is broken.", "display": "Hip fracture" }, { "code": "Hirsutism", "definition": "A disorder characterized by the presence of excess hair growth in women in anatomic sites where growth is considered to be a secondary male characteristic and under androgen control (beard, moustache, chest, abdomen)", "display": "Hirsutism" }, { "code": "Hoarseness", "definition": "A disorder characterized by harsh and raspy voice arising from or spreading to the larynx.", "display": "Hoarseness" }, { "code": "Hot flashes", "definition": "A disorder characterized by an uncomfortable and temporary sensation of intense body warmth, flushing, sometimes accompanied by sweating upon cooling.", "display": "Hot flashes" }, { "code": "Hydrocephalus", "definition": "A disorder characterized by an abnormal increase of cerebrospinal fluid in the ventricles of the brain.", "display": "Hydrocephalus" }, { "code": "Hypercalcemia", "definition": "A disorder characterized by laboratory test results that indicate an elevation in the concentration of calcium in blood.", "display": "Hypercalcemia" }, { "code": "Hyperglycemia", "definition": "A disorder characterized by laboratory test results that indicate an elevation in the concentration of blood sugar. It is usually an indication of diabetes mellitus or glucose intolerance.", "display": "Hyperglycemia" }, { "code": "Hyperhidrosis", "definition": "A disorder characterized by excessive perspiration.", "display": "Hyperhidrosis" }, { "code": "Hyperkalemia", "definition": "A disorder characterized by laboratory test results that indicate an elevation in the concentration of potassium in the blood; associated with kidney failure or sometimes with the use of diuretic drugs.", "display": "Hyperkalemia" }, { "code": "Hypermagnesemia", "definition": "A disorder characterized by laboratory test results that indicate an elevation in the concentration of magnesium in the blood.", "display": "Hypermagnesemia" }, { "code": "Hypernatremia", "definition": "A disorder characterized by laboratory test results that indicate an elevation in the concentration of sodium in the blood.", "display": "Hypernatremia" }, { "code": "Hyperparathyroidism", "definition": "A disorder characterized by an increase in production of parathyroid hormone by the parathyroid glands. This results in hypercalcemia (abnormally high levels of calcium in the blood).", "display": "Hyperparathyroidism" }, { "code": "Hypersomnia", "definition": "A disorder characterized by characterized by excessive sleepiness during the daytime.", "display": "Hypersomnia" }, { "code": "Hypertension", "definition": "A disorder characterized by a pathological increase in blood pressure; a repeatedly elevation in the blood pressure exceeding 140 over 90 mm Hg.", "display": "Hypertension" }, { "code": "Hyperthyroidism", "definition": "A disorder characterized by excessive levels of thyroid hormone in the body. Common causes include an overactive thyroid gland or thyroid hormone overdose.", "display": "Hyperthyroidism" }, { "code": "Hypertrichosis", "definition": "A disorder characterized by hair density or length beyond the accepted limits of normal in a particular body region, for a particular age or race.", "display": "Hypertrichosis" }, { "code": "Hypertriglyceridemia", "definition": "A disorder characterized by laboratory test results that indicate an elevation in the concentration of triglyceride concentration in the blood.", "display": "Hypertriglyceridemia" }, { "code": "Hyperuricemia", "definition": "A disorder characterized by laboratory test results that indicate an elevation in the concentration of uric acid.", "display": "Hyperuricemia" }, { "code": "Hypoalbuminemia", "definition": "A disorder characterized by laboratory test results that indicate a low concentration of albumin in the blood.", "display": "Hypoalbuminemia" }, { "code": "Hypocalcemia", "definition": "A disorder characterized by laboratory test results that indicate a low concentration of calcium in the blood.", "display": "Hypocalcemia" }, { "code": "Hypoglossal nerve disorder", "definition": "A disorder characterized by involvement of the hypoglossal nerve (twelfth cranial nerve).", "display": "Hypoglossal nerve disorder" }, { "code": "Hypoglycemia", "definition": "A disorder characterized by laboratory test results that indicate a low concentration of glucose in the blood.", "display": "Hypoglycemia" }, { "code": "Hypohidrosis", "definition": "A disorder characterized by reduced sweating.", "display": "Hypohidrosis" }, { "code": "Hypokalemia", "definition": "A disorder characterized by laboratory test results that indicate a low concentration of potassium in the blood.", "display": "Hypokalemia" }, { "code": "Hypomagnesemia", "definition": "A disorder characterized by laboratory test results that indicate a low concentration of magnesium in the blood.", "display": "Hypomagnesemia" }, { "code": "Hyponatremia", "definition": "A disorder characterized by laboratory test results that indicate a low concentration of sodium in the blood.", "display": "Hyponatremia" }, { "code": "Hypoparathyroidism", "definition": "A disorder characterized by a decrease in production of parathyroid hormone by the parathyroid glands.", "display": "Hypoparathyroidism" }, { "code": "Hypophosphatemia", "definition": "A disorder characterized by laboratory test results that indicate a low concentration of phosphates in the blood.", "display": "Hypophosphatemia" }, { "code": "Hypotension", "definition": "A disorder characterized by a blood pressure that is below the normal expected for an individual in a given environment.", "display": "Hypotension" }, { "code": "Hypothermia", "definition": "A disorder characterized by an abnormally low body temperature. Treatment is required when the body temperature is 35C (95F) or below.", "display": "Hypothermia" }, { "code": "Hypothyroidism", "definition": "A disorder characterized by a decrease in production of thyroid hormone by the thyroid gland.", "display": "Hypothyroidism" }, { "code": "Hypoxia", "definition": "A disorder characterized by a decrease in the level of oxygen in the body.", "display": "Hypoxia" }, { "code": "Ileal fistula", "definition": "A disorder characterized by an abnormal communication between the ileum and another organ or anatomic site.", "display": "Ileal fistula" }, { "code": "Ileal hemorrhage", "definition": "A disorder characterized by bleeding from the ileal wall.", "display": "Ileal hemorrhage" }, { "code": "Ileal obstruction", "definition": "A disorder characterized by blockage of the normal flow of the intestinal contents in the ileum.", "display": "Ileal obstruction" }, { "code": "Ileal perforation", "definition": "A disorder characterized by a rupture in the ileal wall.", "display": "Ileal perforation" }, { "code": "Ileal stenosis", "definition": "A disorder characterized by a narrowing of the lumen of the ileum.", "display": "Ileal stenosis" }, { "code": "Ileal ulcer", "definition": "A disorder characterized by a circumscribed, inflammatory and necrotic erosive lesion on the mucosal surface of the ileum.", "display": "Ileal ulcer" }, { "code": "Ileus", "definition": "A disorder characterized by failure of the ileum to transport intestinal contents.", "display": "Ileus" }, { "code": "Immune system disorders - Other, Specify", "definition": "No Value Exists", "display": "Immune system disorders - Other, specify" }, { "code": "Infections and infestations - Other, Specify", "definition": "No Value Exists", "display": "Infections and infestations - Other, specify" }, { "code": "Infective myositis", "definition": "A disorder characterized by an infectious process involving the skeletal muscles.", "display": "Infective myositis" }, { "code": "Infusion related reaction", "definition": "A disorder characterized by adverse reaction to the infusion of pharmacological or biological substances.", "display": "Infusion related reaction" }, { "code": "Infusion site extravasation", "definition": "A disorder characterized by leakage of a pharmacologic or a biologic substance from the infusion site into the surrounding tissue. Signs and symptoms include induration, erythema, swelling, burning sensation and marked discomfort at the infusion site.", "display": "Infusion site extravasation" }, { "code": "Injection site reaction", "definition": "A disorder characterized by an intense adverse reaction (usually immunologic) developing at the site of an injection.", "display": "Injection site reaction" }, { "code": "Injury to carotid artery", "definition": "A finding of damage to the carotid artery.", "display": "Injury to carotid artery" }, { "code": "Injury to inferior vena cava", "definition": "A finding of damage to the inferior vena cava.", "display": "Injury to inferior vena cava" }, { "code": "Injury to jugular vein", "definition": "A finding of damage to the jugular vein.", "display": "Injury to jugular vein" }, { "code": "Injury to superior vena cava", "definition": "A finding of damage to the superior vena cava.", "display": "Injury to superior vena cava" }, { "code": "Injury, poisoning and procedural complications - Other, Specify", "definition": "No Value Exists", "display": "Injury, poisoning and procedural complications - Other, specify" }, { "code": "INR increased", "definition": "A finding based on laboratory test results that indicate an increase in the ratio of the patient's prothrombin time to a control sample in the blood.", "display": "INR increased" }, { "code": "Insomnia", "definition": "A disorder characterized by difficulty in falling asleep and/or remaining asleep.", "display": "Insomnia" }, { "code": "Intestinal stoma leak", "definition": "A finding of leakage of contents from an intestinal stoma (surgically created opening on the surface of the body).", "display": "Intestinal stoma leak" }, { "code": "Intestinal stoma obstruction", "definition": "A finding of blockage of the normal flow of the contents of the intestinal stoma.", "display": "Intestinal stoma obstruction" }, { "code": "Intestinal stoma site bleeding", "definition": "A finding of blood leakage from the intestinal stoma.", "display": "Intestinal stoma site bleeding" }, { "code": "Intra-abdominal hemorrhage", "definition": "A disorder characterized by bleeding in the abdominal cavity.", "display": "Intra-abdominal hemorrhage" }, { "code": "Intracranial hemorrhage", "definition": "A disorder characterized by bleeding from the cranium.", "display": "Intracranial hemorrhage" }, { "code": "Intraoperative arterial injury", "definition": "A finding of damage to an artery during a surgical procedure.", "display": "Intraoperative arterial injury" }, { "code": "Intraoperative breast injury", "definition": "A finding of damage to the breast parenchyma during a surgical procedure.", "display": "Intraoperative breast injury" }, { "code": "Intraoperative cardiac injury", "definition": "A finding of damage to the heart during a surgical procedure.", "display": "Intraoperative cardiac injury" }, { "code": "Intraoperative ear injury", "definition": "A finding of damage to the ear during a surgical procedure.", "display": "Intraoperative ear injury" }, { "code": "Intraoperative endocrine injury", "definition": "A finding of damage to the endocrine gland during a surgical procedure.", "display": "Intraoperative endocrine injury" }, { "code": "Intraoperative gastrointestinal injury", "definition": "A finding of damage to the gastrointestinal system during a surgical procedure.", "display": "Intraoperative gastrointestinal injury" }, { "code": "Intraoperative head and neck injury", "definition": "A finding of damage to the head and neck during a surgical procedure.", "display": "Intraoperative head and neck injury" }, { "code": "Intraoperative hemorrhage", "definition": "A finding of uncontrolled bleeding during a surgical procedure.", "display": "Intraoperative hemorrhage" }, { "code": "Intraoperative hepatobiliary injury", "definition": "A finding of damage to the hepatic parenchyma and/or biliary tract during a surgical procedure.", "display": "Intraoperative hepatobiliary injury" }, { "code": "Intraoperative musculoskeletal injury", "definition": "A finding of damage to the musculoskeletal system during a surgical procedure.", "display": "Intraoperative musculoskeletal injury" }, { "code": "Intraoperative neurological injury", "definition": "A finding of damage to the nervous system during a surgical procedure.", "display": "Intraoperative neurological injury" }, { "code": "Intraoperative ocular injury", "definition": "A finding of damage to the eye during a surgical procedure.", "display": "Intraoperative ocular injury" }, { "code": "Intraoperative renal injury", "definition": "A finding of damage to the kidney during a surgical procedure.", "display": "Intraoperative renal injury" }, { "code": "Intraoperative reproductive tract injury", "definition": "A finding of damage to the reproductive organs during a surgical procedure.", "display": "Intraoperative reproductive tract injury" }, { "code": "Intraoperative respiratory injury", "definition": "A finding of damage to the respiratory system during a surgical procedure.", "display": "Intraoperative respiratory injury" }, { "code": "Intraoperative skin injury", "definition": "A finding of damage to the skin during a surgical procedure.", "display": "Intraoperative skin injury" }, { "code": "Intraoperative splenic injury", "definition": "A finding of damage to the spleen during a surgical procedure.", "display": "Intraoperative splenic injury" }, { "code": "Intraoperative urinary injury", "definition": "A finding of damage to the urinary system during a surgical procedure.", "display": "Intraoperative urinary injury" }, { "code": "Intraoperative venous injury", "definition": "A finding of damage to a vein during a surgical procedure.", "display": "Intraoperative venous injury" }, { "code": "Investigations - Other, Specify", "definition": "No Value Exists", "display": "Investigations - Other, specify" }, { "code": "Iron overload", "definition": "A disorder characterized by accumulation of iron in the tissues.", "display": "Iron overload" }, { "code": "Irregular menstruation", "definition": "A disorder characterized by irregular cycle or duration of menses.", "display": "Irregular menstruation" }, { "code": "Irritability", "definition": "A disorder characterized by an abnormal responsiveness to stimuli or physiological arousal; may be in response to pain, fright, a drug, an emotional situation or a medical condition.", "display": "Irritability" }, { "code": "Ischemia cerebrovascular", "definition": "A disorder characterized by a decrease or absence of blood supply to the brain caused by obstruction (thrombosis or embolism) of an artery resulting in neurological damage.", "display": "Ischemia cerebrovascular" }, { "code": "IVth nerve disorder", "definition": "A disorder characterized by involvement of the trochlear nerve (fourth cranial nerve).", "display": "IVth nerve disorder" }, { "code": "Jejunal fistula", "definition": "A disorder characterized by an abnormal communication between the jejunum and another organ or anatomic site.", "display": "Jejunal fistula" }, { "code": "Jejunal hemorrhage", "definition": "A disorder characterized by bleeding from the jejunal wall.", "display": "Jejunal hemorrhage" }, { "code": "Jejunal obstruction", "definition": "A disorder characterized by blockage of the normal flow of the intestinal contents in the jejunum.", "display": "Jejunal obstruction" }, { "code": "Jejunal perforation", "definition": "A disorder characterized by a rupture in the jejunal wall.", "display": "Jejunal perforation" }, { "code": "Jejunal stenosis", "definition": "A disorder characterized by a narrowing of the lumen of the jejunum.", "display": "Jejunal stenosis" }, { "code": "Jejunal ulcer", "definition": "A disorder characterized by a circumscribed, inflammatory and necrotic erosive lesion on the mucosal surface of the jejunum.", "display": "Jejunal ulcer" }, { "code": "Joint effusion", "definition": "A disorder characterized by excessive fluid in a joint, usually as a result of joint inflammation.", "display": "Joint effusion" }, { "code": "Joint infection", "definition": "A disorder characterized by an infectious process involving a joint.", "display": "Joint infection" }, { "code": "Joint range of motion decreased", "definition": "A disorder characterized by a decrease in joint flexibility of any joint.", "display": "Joint range of motion decreased" }, { "code": "Joint range of motion decreased cervical spine", "definition": "A disorder characterized by a decrease in flexibility of a cervical spine joint.", "display": "Joint range of motion decreased cervical spine" }, { "code": "Joint range of motion decreased lumbar spine", "definition": "A disorder characterized by a decrease in flexibility of a lumbar spine joint.", "display": "Joint range of motion decreased lumbar spine" }, { "code": "Keratitis", "definition": "A disorder characterized by inflammation to the cornea of the eye.", "display": "Keratitis" }, { "code": "Kidney anastomotic leak", "definition": "A finding of leakage of urine due to breakdown of a kidney anastomosis (surgical connection of two separate anatomic structures).", "display": "Kidney anastomotic leak" }, { "code": "Kidney infection", "definition": "A disorder characterized by an infectious process involving the kidney.", "display": "Kidney infection" }, { "code": "Kyphosis", "definition": "A disorder characterized by an abnormal increase in the curvature of the thoracic portion of the spine.", "display": "Kyphosis" }, { "code": "Lactation disorder", "definition": "A disorder characterized by disturbances of milk secretion. It is not necessarily related to pregnancy that is observed in females and can be observed in males.", "display": "Lactation disorder" }, { "code": "Large intestinal anastomotic leak", "definition": "A finding of leakage due to breakdown of an anastomosis (surgical connection of two separate anatomic structures) in the large intestine.", "display": "Large intestinal anastomotic leak" }, { "code": "Laryngeal edema", "definition": "A disorder characterized by swelling due to an excessive accumulation of fluid in the larynx.", "display": "Laryngeal edema" }, { "code": "Laryngeal fistula", "definition": "A disorder characterized by an abnormal communication between the larynx and another organ or anatomic site.", "display": "Laryngeal fistula" }, { "code": "Laryngeal hemorrhage", "definition": "A disorder characterized by bleeding from the larynx.", "display": "Laryngeal hemorrhage" }, { "code": "Laryngeal inflammation", "definition": "A disorder characterized by an inflammation involving the larynx.", "display": "Laryngeal inflammation" }, { "code": "Laryngeal mucositis", "definition": "A disorder characterized by an inflammation involving the mucous membrane of the larynx.", "display": "Laryngeal mucositis" }, { "code": "Laryngeal obstruction", "definition": "A disorder characterized by blockage of the laryngeal airway.", "display": "Laryngeal obstruction" }, { "code": "Laryngeal stenosis", "definition": "A disorder characterized by a narrowing of the laryngeal airway.", "display": "Laryngeal stenosis" }, { "code": "Laryngitis", "definition": "A disorder characterized by an inflammatory process involving the larynx.", "display": "Laryngitis" }, { "code": "Laryngopharyngeal dysesthesia", "definition": "A disorder characterized by an uncomfortable persistent sensation in the area of the laryngopharynx.", "display": "Laryngopharyngeal dysesthesia" }, { "code": "Laryngospasm", "definition": "A disorder characterized by paroxysmal spasmodic muscular contraction of the vocal cords.", "display": "Laryngospasm" }, { "code": "Left ventricular systolic dysfunction", "definition": "A disorder characterized by failure of the left ventricle to produce adequate output despite an increase in distending pressure and in end-diastolic volume. Clinical manifestations mayinclude dyspnea, orthopnea, and other signs and symptoms of pulmonary congestion and edema.", "display": "Left ventricular systolic dysfunction" }, { "code": "Lethargy", "definition": "A disorder characterized by a decrease in consciousness characterized by mental and physical inertness.", "display": "Lethargy" }, { "code": "Leukemia secondary to oncology chemotherapy", "definition": "A disorder characterized by leukemia arising as a result of the mutagenic effect of chemotherapy agents.", "display": "Leukemia secondary to oncology chemotherapy" }, { "code": "Leukocytosis", "definition": "A disorder characterized by laboratory test results that indicate an increased number of white blood cells in the blood.", "display": "Leukocytosis" }, { "code": "Leukoencephalopathy", "definition": "A disorder characterized by diffuse reactive astrocytosis with multiple areas of necrotic foci without inflammation.", "display": "Leukoencephalopathy" }, { "code": "Libido decreased", "definition": "A disorder characterized by a decrease in sexual desire.", "display": "Libido decreased" }, { "code": "Libido increased", "definition": "A disorder characterized by an increase in sexual desire.", "display": "Libido increased" }, { "code": "Lip infection", "definition": "A disorder characterized by an infectious process involving the lips.", "display": "Lip infection" }, { "code": "Lip pain", "definition": "A disorder characterized by a sensation of marked discomfort of the lip.", "display": "Lip pain" }, { "code": "Lipase increased", "definition": "A finding based on laboratory test results that indicate an increase in the level of lipase in a biological specimen.", "display": "Lipase increased" }, { "code": "Lipohypertrophy", "definition": "A disorder characterized by hypertrophy of the subcutaneous adipose tissue at the site of multiple subcutaneous injections of insulin.", "display": "Lipohypertrophy" }, { "code": "Localized edema", "definition": "A disorder characterized by swelling due to excessive fluid accumulation at a specific anatomic site.", "display": "Localized edema" }, { "code": "Lordosis", "definition": "A disorder characterized by an abnormal increase in the curvature of the lumbar portion of the spine.", "display": "Lordosis" }, { "code": "Lower gastrointestinal hemorrhage", "definition": "A disorder characterized by bleeding from the lower gastrointestinal tract (small intestine, large intestine, and anus).", "display": "Lower gastrointestinal hemorrhage" }, { "code": "Lung infection", "definition": "A disorder characterized by an infectious process involving the lungs.", "display": "Lung infection" }, { "code": "Lymph gland infection", "definition": "A disorder characterized by an infectious process involving the lymph nodes.", "display": "Lymph gland infection" }, { "code": "Lymph leakage", "definition": "A disorder characterized by the loss of lymph fluid into the surrounding tissue or body cavity.", "display": "Lymph leakage" }, { "code": "Lymph node pain", "definition": "A disorder characterized by a sensation of marked discomfort in a lymph node.", "display": "Lymph node pain" }, { "code": "Lymphedema", "definition": "A disorder characterized by excessive fluid collection in tissues that causes swelling.", "display": "Lymphedema" }, { "code": "Lymphocele", "definition": "A disorder characterized by a cystic lesion containing lymph.", "display": "Lymphocele" }, { "code": "Lymphocyte count decreased", "definition": "A finding based on laboratory test results that indicate a decrease in number of lymphocytes in a blood specimen.", "display": "Lymphocyte count decreased" }, { "code": "Lymphocyte count increased", "definition": "A finding based on laboratory test results that indicate an abnormal increase in the number of lymphocytes in the blood, effusions or bone marrow.", "display": "Lymphocyte count increased" }, { "code": "Malabsorption", "definition": "A disorder characterized by inadequate absorption of nutrients in the small intestine. Symptoms include abdominal marked discomfort, bloating and diarrhea.", "display": "Malabsorption" }, { "code": "Malaise", "definition": "A disorder characterized by a feeling of general discomfort or uneasiness, an out-of-sorts feeling.", "display": "Malaise" }, { "code": "Mania", "definition": "A disorder characterized by excitement of psychotic proportions manifested by mental and physical hyperactivity, disorganization of behavior and elevation of mood.", "display": "Mania" }, { "code": "Mediastinal hemorrhage", "definition": "A disorder characterized by bleeding from the mediastinum.", "display": "Mediastinal hemorrhage" }, { "code": "Mediastinal infection", "definition": "A disorder characterized by an infectious process involving the mediastinum.", "display": "Mediastinal infection" }, { "code": "Memory impairment", "definition": "A disorder characterized by a deterioration in memory function.", "display": "Memory impairment" }, { "code": "Meningismus", "definition": "A disorder characterized by neck stiffness, headache, and photophobia resulting from irritation of the cerebral meninges.", "display": "Meningismus" }, { "code": "Meningitis", "definition": "A disorder characterized by acute inflammation of the meninges of the brain and/or spinal cord.", "display": "Meningitis" }, { "code": "Menopause", "definition": "A disorder characterized by the permanent cessation of menses, usually defined by 12 consecutive months of amenorrhea in a woman over 45 years of age.", "display": "Menopause" }, { "code": "Menorrhagia", "definition": "A disorder characterized by abnormally heavy vaginal bleeding during menses.", "display": "Menorrhagia" }, { "code": "Metabolism and nutrition disorders - Other, Specify", "definition": "No Value Exists", "display": "Metabolism and nutrition disorders - Other, specify" }, { "code": "Middle ear inflammation", "definition": "A disorder characterized by inflammation (physiologic response to irritation), swelling and redness to the middle ear.", "display": "Middle ear inflammation" }, { "code": "Mitral valve disease", "definition": "A disorder characterized by a defect in mitral valve function or structure.", "display": "Mitral valve disease" }, { "code": "Mobitz (type) II atrioventricular block", "definition": "A disorder characterized by a dysrhythmia with relatively constant PR interval prior to the block of an atrial impulse. This is the result of intermittent failure of atrial electrical impulse conduction through the atrioventricular (AV) node to the ventricles.", "display": "Mobitz (type) II atrioventricular block" }, { "code": "Mobitz type I", "definition": "A disorder characterized by a dysrhythmia with a progressively lengthening PR interval prior to the blocking of an atrial impulse. This is the result of intermittent failure of atrial electrical impulse conduction through the atrioventricular (AV) node to the ventricles.", "display": "Mobitz type I" }, { "code": "Movements involuntary", "definition": "A disorder characterized by uncontrolled and purposeless movements.", "display": "Movements involuntary" }, { "code": "Mucosal infection", "definition": "A disorder characterized by an infectious process involving a mucosal surface.", "display": "Mucosal infection" }, { "code": "Mucositis oral", "definition": "A disorder characterized by inflammation of the oral mucosal.", "display": "Mucositis oral" }, { "code": "Multi-organ failure", "definition": "A disorder characterized by progressive deterioration of the lungs, liver, kidney and clotting mechanisms.", "display": "Multi-organ failure" }, { "code": "Muscle weakness left-sided", "definition": "A disorder characterized by a reduction in the strength of the muscles on the left side of the body.", "display": "Muscle weakness left-sided" }, { "code": "Muscle weakness lower limb", "definition": "A disorder characterized by a reduction in the strength of the lower limb muscles.", "display": "Muscle weakness lower limb" }, { "code": "Muscle weakness right-sided", "definition": "A disorder characterized by a reduction in the strength of the muscles on the right side of the body.", "display": "Muscle weakness right-sided" }, { "code": "Muscle weakness trunk", "definition": "A disorder characterized by a reduction in the strength of the trunk muscles.", "display": "Muscle weakness trunk" }, { "code": "Muscle weakness upper limb", "definition": "A disorder characterized by a reduction in the strength of the upper limb muscles.", "display": "Muscle weakness upper limb" }, { "code": "Musculoskeletal and connective tissue disorders - Other, Specify", "definition": "No Value Exists", "display": "Musculoskeletal and connective tissue disorder - Other, specify" }, { "code": "Musculoskeletal deformity", "definition": "A disorder characterized by of a malformation of the musculoskeletal system.", "display": "Musculoskeletal deformity" }, { "code": "Myalgia", "definition": "A disorder characterized by marked discomfort sensation originating from a muscle or group of muscles.", "display": "Myalgia" }, { "code": "Myelitis", "definition": "A disorder characterized by inflammation involving the spinal cord. Symptoms include weakness, paresthesia, sensory loss, marked discomfort and incontinence.", "display": "Myelitis" }, { "code": "Myelodysplastic syndrome", "definition": "A disorder characterized by insufficiently healthy hematapoietic cell production by the bone marrow.", "display": "Myelodysplastic syndrome" }, { "code": "Myocardial infarction", "definition": "A disorder characterized by gross necrosis of the myocardium; this is due to an interruption of blood supply to the area.", "display": "Myocardial infarction" }, { "code": "Myocarditis", "definition": "A disorder characterized by inflammation of the muscle tissue of the heart.", "display": "Myocarditis" }, { "code": "Myositis", "definition": "A disorder characterized by inflammation involving the skeletal muscles.", "display": "Myositis" }, { "code": "Nail discoloration", "definition": "A disorder characterized by a change in the color of the nail plate.", "display": "Nail discoloration" }, { "code": "Nail infection", "definition": "A disorder characterized by an infectious process involving the nail.", "display": "Nail infection" }, { "code": "Nail loss", "definition": "A disorder characterized by loss of all or a portion of the nail.", "display": "Nail loss" }, { "code": "Nail ridging", "definition": "A disorder characterized by vertical or horizontal ridges on the nails.", "display": "Nail ridging" }, { "code": "Nasal congestion", "definition": "A disorder characterized by obstruction of the nasal passage due to mucosal edema.", "display": "Nasal congestion" }, { "code": "Nausea", "definition": "A disorder characterized by a queasy sensation and/or the urge to vomit.", "display": "Nausea" }, { "code": "Neck edema", "definition": "A disorder characterized by swelling due to an accumulation of excessive fluid in the neck.", "display": "Neck edema" }, { "code": "Neck pain", "definition": "A disorder characterized by marked discomfort sensation in the neck area.", "display": "Neck pain" }, { "code": "Neck soft tissue necrosis", "definition": "A disorder characterized by a necrotic process occurring in the soft tissues of the neck.", "display": "Neck soft tissue necrosis" }, { "code": "Neoplasms benign, malignant and unspecified (incl cysts and polyps) - Other, Specify", "definition": "No Value Exists", "display": "Neoplasms benign, malignant and unspecified (incl cysts and polyps) - Other, specify" }, { "code": "Nervous system disorders - Other, Specify", "definition": "No Value Exists", "display": "Nervous system disorders - Other, specify" }, { "code": "Neuralgia", "definition": "A disorder characterized by intense painful sensation along a nerve or group of nerves.", "display": "Neuralgia" }, { "code": "Neutrophil count decreased", "definition": "A finding based on laboratory test results that indicate a decrease in number of neutrophils in a blood specimen.", "display": "Neutrophil count decreased" }, { "code": "Night blindness", "definition": "A disorder characterized by an inability to see clearly in dim light.", "display": "Night blindness" }, { "code": "Nipple deformity", "definition": "A disorder characterized by a malformation of the nipple.", "display": "Nipple deformity" }, { "code": "Non-cardiac chest pain", "definition": "A disorder characterized by discomfort in the chest unrelated to a heart disorder.", "display": "Non-cardiac chest pain" }, { "code": "Nystagmus", "definition": "A disorder characterized by involuntary movements of the eyeballs.", "display": "Nystagmus" }, { "code": "Obesity", "definition": "A disorder characterized by having a high amount of body fat.", "display": "Obesity" }, { "code": "Obstruction gastric", "definition": "A disorder characterized by blockage of the normal flow of the contents in the stomach.", "display": "Obstruction gastric" }, { "code": "Oculomotor nerve disorder", "definition": "A disorder characterized by involvement of the oculomotor nerve (third cranial nerve).", "display": "Oculomotor nerve disorder" }, { "code": "Olfactory nerve disorder", "definition": "A disorder characterized by involvement of the olfactory nerve (first cranial nerve).", "display": "Olfactory nerve disorder" }, { "code": "Oligospermia", "definition": "A disorder characterized by a decrease in the number of spermatozoa in the semen.", "display": "Oligospermia" }, { "code": "Optic nerve disorder", "definition": "A disorder characterized by involvement of the optic nerve (second cranial nerve).", "display": "Optic nerve disorder" }, { "code": "Oral cavity fistula", "definition": "A disorder characterized by an abnormal communication between the oral cavity and another organ or anatomic site.", "display": "Oral cavity fistula" }, { "code": "Oral dysesthesia", "definition": "A disorder characterized by a burning or tingling sensation on the lips, tongue or entire mouth.", "display": "Oral dysesthesia" }, { "code": "Oral hemorrhage", "definition": "A disorder characterized by bleeding from the mouth.", "display": "Oral hemorrhage" }, { "code": "Oral pain", "definition": "A disorder characterized by a sensation of marked discomfort in the mouth, tongue or lips.", "display": "Oral pain" }, { "code": "Osteonecrosis of jaw", "definition": "A disorder characterized by a necrotic process occurring in the bone of the mandible.", "display": "Osteonecrosis of jaw" }, { "code": "Osteoporosis", "definition": "A disorder characterized by reduced bone mass, with a decrease in cortical thickness and in the number and size of the trabeculae of cancellous bone (but normal chemical composition), resulting in increased fracture incidence.", "display": "Osteoporosis" }, { "code": "Otitis externa", "definition": "A disorder characterized by an infectious process involving the outer ear and ear canal. Contributory factors include excessive water exposure (swimmer's ear infection) and cuts in the ear canal. Symptoms include fullness, itching, swelling and marked discomfort in the ear and ear drainage.", "display": "Otitis externa" }, { "code": "Otitis media", "definition": "A disorder characterized by an infectious process involving the middle ear.", "display": "Otitis media" }, { "code": "Ovarian hemorrhage", "definition": "A disorder characterized by bleeding from the ovary.", "display": "Ovarian hemorrhage" }, { "code": "Ovarian infection", "definition": "A disorder characterized by an infectious process involving the ovary.", "display": "Ovarian infection" }, { "code": "Ovarian rupture", "definition": "A disorder characterized by tearing or disruption of the ovarian tissue.", "display": "Ovarian rupture" }, { "code": "Ovulation pain", "definition": "A disorder characterized by marked discomfort sensation in one side of the abdomen between menstrual cycles, around the time of the discharge of the ovum from the ovarian follicle.", "display": "Ovulation pain" }, { "code": "Pain", "definition": "A disorder characterized by the sensation of marked discomfort, distress or agony.", "display": "Pain" }, { "code": "Pain in extremity", "definition": "A disorder characterized by marked discomfort sensation in the upper or lower extremities.", "display": "Pain in extremity" }, { "code": "Pain of skin", "definition": "A disorder characterized by marked discomfort sensation in the skin.", "display": "Pain of skin" }, { "code": "Palmar-plantar erythrodysesthesia syndrome", "definition": "A disorder characterized by redness, marked discomfort, swelling, and tingling in the palms of the hands or the soles of the feet.", "display": "Palmar-plantar erythrodysesthesia syndrome" }, { "code": "Palpitations", "definition": "A disorder characterized by an unpleasant sensation of irregular and/or forceful beating of the heart.", "display": "Palpitations" }, { "code": "Pancreas infection", "definition": "A disorder characterized by an infectious process involving the pancreas.", "display": "Pancreas infection" }, { "code": "Pancreatic anastomotic leak", "definition": "A finding of leakage due to breakdown of a pancreatic anastomosis (surgical connection of two separate anatomic structures).", "display": "Pancreatic anastomotic leak" }, { "code": "Pancreatic duct stenosis", "definition": "A disorder characterized by a narrowing of the lumen of the pancreatic duct.", "display": "Pancreatic duct stenosis" }, { "code": "Pancreatic enzymes decreased", "definition": "A finding based on laboratory test results that indicate an decrease in levels of pancreatic enzymes in a biological specimen.", "display": "Pancreatic enzymes decreased" }, { "code": "Pancreatic fistula", "definition": "A disorder characterized by an abnormal communication between the pancreas and another organ or anatomic site.", "display": "Pancreatic fistula" }, { "code": "Pancreatic hemorrhage", "definition": "A disorder characterized by bleeding from the pancreas.", "display": "Pancreatic hemorrhage" }, { "code": "Pancreatic necrosis", "definition": "A disorder characterized by a necrotic process occurring in the pancreas.", "display": "Pancreatic necrosis" }, { "code": "Pancreatitis", "definition": "A disorder characterized by inflammation of the pancreas.", "display": "Pancreatitis" }, { "code": "Papilledema", "definition": "A disorder characterized by swelling around the optic disc.", "display": "Papilledema" }, { "code": "Papulopustular rash", "definition": "A disorder characterized by an eruption consisting of papules (a small, raised pimple) and pustules (a small pus filled blister), typically appearing in face, scalp, and upper chest and back Unlike acne, this rash does not present with whiteheads or blackheads, and can be symptomatic, with itchy or tender lesions.", "display": "Papulopustular rash" }, { "code": "Paresthesia", "definition": "A disorder characterized by functional disturbances of sensory neurons resulting in abnormal cutaneous sensations of tingling, numbness, pressure, cold, and warmth that are experienced in the absence of a stimulus.", "display": "Paresthesia" }, { "code": "Paronychia", "definition": "A disorder characterized by an infectious process involving the soft tissues around the nail.", "display": "Paronychia" }, { "code": "Paroxysmal atrial tachycardia", "definition": "A disorder characterized by a dysrhythmia with abrupt onset and sudden termination of atrial contractions with a rate of 150-250 beats per minute. The rhythm disturbance originates in the atria.", "display": "Paroxysmal atrial tachycardia" }, { "code": "Pelvic floor muscle weakness", "definition": "A disorder characterized by a reduction in the strength of the muscles of the pelvic floor.", "display": "Pelvic floor muscle weakness" }, { "code": "Pelvic infection", "definition": "A disorder characterized by an infectious process involving the pelvic cavity.", "display": "Pelvic infection" }, { "code": "Pelvic pain", "definition": "A disorder characterized by marked discomfort sensation in the pelvis.", "display": "Pelvic pain" }, { "code": "Pelvic soft tissue necrosis", "definition": "A disorder characterized by a necrotic process occurring in the soft tissues of the pelvis.", "display": "Pelvic soft tissue necrosis" }, { "code": "Penile infection", "definition": "A disorder characterized by an infectious process involving the penis.", "display": "Penile infection" }, { "code": "Penile pain", "definition": "A disorder characterized by marked discomfort sensation in the penis.", "display": "Penile pain" }, { "code": "Perforation bile duct", "definition": "A disorder characterized by a rupture in the wall of the extrahepatic or intrahepatic bile duct.", "display": "Perforation bile duct" }, { "code": "Pericardial effusion", "definition": "A disorder characterized by fluid collection within the pericardial sac, usually due to inflammation.", "display": "Pericardial effusion" }, { "code": "Pericardial tamponade", "definition": "A disorder characterized by an increase in intrapericardial pressure due to the collection of blood or fluid in the pericardium.", "display": "Pericardial tamponade" }, { "code": "Pericarditis", "definition": "A disorder characterized by irritation to the layers of the pericardium (the protective sac around the heart).", "display": "Pericarditis" }, { "code": "Perineal pain", "definition": "A disorder characterized by a sensation of marked discomfort in the area between the genital organs and the anus.", "display": "Perineal pain" }, { "code": "Periodontal disease", "definition": "A disorder in the gingival tissue around the teeth.", "display": "Periodontal disease" }, { "code": "Periorbital edema", "definition": "A disorder characterized by swelling due to an excessive accumulation of fluid around the orbits of the face.", "display": "Periorbital edema" }, { "code": "Periorbital infection", "definition": "A disorder characterized by an infectious process involving the orbit of the eye.", "display": "Periorbital infection" }, { "code": "Peripheral ischemia", "definition": "A disorder characterized by impaired circulation to an extremity.", "display": "Peripheral ischemia" }, { "code": "Peripheral motor neuropathy", "definition": "A disorder characterized by inflammation or degeneration of the peripheral motor nerves.", "display": "Peripheral motor neuropathy" }, { "code": "Peripheral nerve infection", "definition": "A disorder characterized by an infectious process involving the peripheral nerves.", "display": "Peripheral nerve infection" }, { "code": "Peripheral sensory neuropathy", "definition": "A disorder characterized by inflammation or degeneration of the peripheral sensory nerves.", "display": "Peripheral sensory neuropathy" }, { "code": "Peritoneal infection", "definition": "A disorder characterized by an infectious process involving the peritoneum.", "display": "Peritoneal infection" }, { "code": "Peritoneal necrosis", "definition": "A disorder characterized by a necrotic process occurring in the peritoneum.", "display": "Peritoneal necrosis" }, { "code": "Personality change", "definition": "A disorder characterized by a conspicuous change in a person's behavior and thinking.", "display": "Personality change" }, { "code": "Phantom pain", "definition": "A disorder characterized by marked discomfort related to a limb or an organ that is removed from or is not physically part of the body.", "display": "Phantom pain" }, { "code": "Pharyngeal anastomotic leak", "definition": "A finding of leakage due to breakdown of a pharyngeal anastomosis (surgical connection of two separate anatomic structures).", "display": "Pharyngeal anastomotic leak" }, { "code": "Pharyngeal fistula", "definition": "A disorder characterized by an abnormal communication between the pharynx and another organ or anatomic site.", "display": "Pharyngeal fistula" }, { "code": "Pharyngeal hemorrhage", "definition": "A disorder characterized by bleeding from the pharynx.", "display": "Pharyngeal hemorrhage" }, { "code": "Pharyngeal mucositis", "definition": "A disorder characterized by an inflammation involving the mucous membrane of the pharynx.", "display": "Pharyngeal mucositis" }, { "code": "Pharyngeal necrosis", "definition": "A disorder characterized by a necrotic process occurring in the pharynx.", "display": "Pharyngeal necrosis" }, { "code": "Pharyngeal stenosis", "definition": "A disorder characterized by a narrowing of the pharyngeal airway.", "display": "Pharyngeal stenosis" }, { "code": "Pharyngitis", "definition": "A disorder characterized by inflammation of the throat.", "display": "Pharyngitis" }, { "code": "Pharyngolaryngeal pain", "definition": "A disorder characterized by marked discomfort sensation in the pharyngolaryngeal region.", "display": "Pharyngolaryngeal pain" }, { "code": "Phlebitis", "definition": "A disorder characterized by inflammation of the wall of a vein.", "display": "Phlebitis" }, { "code": "Phlebitis infective", "definition": "A disorder characterized by an infectious process involving the vein. Clinical manifestations include erythema, marked discomfort, swelling, and induration along the course of the infected vein.", "display": "Phlebitis infective" }, { "code": "Photophobia", "definition": "A disorder characterized by fear and avoidance of light.", "display": "Photophobia" }, { "code": "Photosensitivity", "definition": "A disorder characterized by an increase in sensitivity of the skin to light.", "display": "Photosensitivity" }, { "code": "Platelet count decreased", "definition": "A finding based on laboratory test results that indicate a decrease in number of platelets in a blood specimen.", "display": "Platelet count decreased" }, { "code": "Pleural effusion", "definition": "A disorder characterized by an increase in amounts of fluid within the pleural cavity. Symptoms include shortness of breath, cough and marked chest discomfort.", "display": "Pleural effusion" }, { "code": "Pleural hemorrhage", "definition": "A disorder characterized by bleeding from the pleural cavity.", "display": "Pleural hemorrhage" }, { "code": "Pleural infection", "definition": "A disorder characterized by an infectious process involving the pleura.", "display": "Pleural infection" }, { "code": "Pleuritic pain", "definition": "A disorder characterized by marked discomfort sensation in the pleura.", "display": "Pleuritic pain" }, { "code": "Pneumonitis", "definition": "A disorder characterized by inflammation focally or diffusely affecting the lung parenchyma.", "display": "Pneumonitis" }, { "code": "Pneumothorax", "definition": "A disorder characterized by abnormal presence of air in the pleural cavity resulting in the collapse of the lung.", "display": "Pneumothorax" }, { "code": "Portal hypertension", "definition": "A disorder characterized by an increase in blood pressure in the portal venous system.", "display": "Portal hypertension" }, { "code": "Portal vein thrombosis", "definition": "A disorder characterized by the formation of a thrombus (blood clot) in the portal vein.", "display": "Portal vein thrombosis" }, { "code": "Postnasal drip", "definition": "A disorder characterized by excessive mucous secretion in the back of the nasal cavity or throat, causing sore throat and/or coughing.", "display": "Postnasal drip" }, { "code": "Postoperative hemorrhage", "definition": "A finding of bleeding occurring after a surgical procedure.", "display": "Postoperative hemorrhage" }, { "code": "Postoperative thoracic procedure complication", "definition": "A finding of a previously undocumented problem that occurs after a thoracic procedure.", "display": "Postoperative thoracic procedure complication" }, { "code": "Precocious puberty", "definition": "A disorder characterized by unusually early development of secondary sexual features; the onset of sexual maturation begins usually before age 8 for girls and before age 9 for boys.", "display": "Precocious puberty" }, { "code": "Pregnancy, puerperium and perinatal conditions - Other, Specify", "definition": "No Value Exists", "display": "Pregnancy, puerperium and perinatal conditions - Other, specify" }, { "code": "Premature delivery", "definition": "A disorder characterized by delivery of a viable infant before the normal end of gestation. Typically, viability is achievable between the twentieth and thirty-seventh week of gestation.", "display": "Premature delivery" }, { "code": "Premature menopause", "definition": "A disorder characterized by ovarian failure before the age of 40. Symptoms include hot flashes, night sweats, mood swings and a decrease in sex drive.", "display": "Premature menopause" }, { "code": "Presyncope", "definition": "A disorder characterized by an episode of lightheadedness and dizziness which may precede an episode of syncope.", "display": "Presyncope" }, { "code": "Proctitis", "definition": "A disorder characterized by inflammation of the rectum.", "display": "Proctitis" }, { "code": "Productive cough", "definition": "A disorder characterized by expectorated secretions upon coughing.", "display": "Productive cough" }, { "code": "Prolapse of intestinal stoma", "definition": "A finding of protrusion of the intestinal stoma (surgically created opening on the surface of the body) above the abdominal surface.", "display": "Prolapse of intestinal stoma" }, { "code": "Prolapse of urostomy", "definition": "A finding of displacement of the urostomy.", "display": "Prolapse of urostomy" }, { "code": "Prostate infection", "definition": "A disorder characterized by an infectious process involving the prostate gland.", "display": "Prostate infection" }, { "code": "Prostatic hemorrhage", "definition": "A disorder characterized by bleeding from the prostate gland.", "display": "Prostatic hemorrhage" }, { "code": "Prostatic obstruction", "definition": "A disorder characterized by compression of the urethra secondary to enlargement of the prostate gland. This results in voiding difficulties (straining to void, slow urine stream, and incomplete emptying of the bladder).", "display": "Prostatic obstruction" }, { "code": "Prostatic pain", "definition": "A disorder characterized by a sensation of marked discomfort in the prostate gland.", "display": "Prostatic pain" }, { "code": "Proteinuria", "definition": "A disorder characterized by laboratory test results that indicate the presence of excessive protein in the urine. It is predominantly albumin, but also globulin.", "display": "Proteinuria" }, { "code": "Pruritus", "definition": "A disorder characterized by an intense itching sensation.", "display": "Pruritus" }, { "code": "Psychiatric disorders - Other, Specify", "definition": "No Value Exists", "display": "Psychiatric disorders - Other, specify" }, { "code": "Psychosis", "definition": "A disorder characterized by personality change, impaired functioning, and loss of touch with reality. It may be a manifestation of schizophrenia, bipolar disorder or brain tumor.", "display": "Psychosis" }, { "code": "Pulmonary edema", "definition": "A disorder characterized by accumulation of fluid in the lung tissues that causes a disturbance of the gas exchange that may lead to respiratory failure.", "display": "Pulmonary edema" }, { "code": "Pulmonary fibrosis", "definition": "A disorder characterized by the replacement of the lung tissue by connective tissue, leading to progressive dyspnea, respiratory failure or right heart failure.", "display": "Pulmonary fibrosis" }, { "code": "Pulmonary fistula", "definition": "A disorder characterized by an abnormal communication between the lung and another organ or anatomic site.", "display": "Pulmonary fistula" }, { "code": "Pulmonary hypertension", "definition": "A disorder characterized by an increase in pressure within the pulmonary circulation due to lung or heart disorder.", "display": "Pulmonary hypertension" }, { "code": "Pulmonary valve disease", "definition": "A disorder characterized by a defect in pulmonary valve function or structure.", "display": "Pulmonary valve disease" }, { "code": "Purpura", "definition": "A disorder characterized by hemorrhagic areas of the skin and mucous membrane. Newer lesions appear reddish in color. Older lesions are usually a darker purple color and eventually become a brownish-yellow color.", "display": "Purpura" }, { "code": "Pyramidal tract syndrome", "definition": "A disorder characterized by dysfunction of the corticospinal (pyramidal) tracts of the spinal cord. Symptoms include an increase in the muscle tone in the lower extremities, hyperreflexia, positive Babinski and a decrease in fine motor coordination.", "display": "Pyramidal tract syndrome" }, { "code": "Radiation recall reaction (dermatologic)", "definition": "A finding of acute skin inflammatory reaction caused by drugs, especially chemotherapeutic agents, for weeks or months following radiotherapy. The inflammatory reaction is confined to the previously irradiated skin and the symptoms disappear after the removal of the pharmaceutical agent.", "display": "Radiation recall reaction (dermatologic)" }, { "code": "Radiculitis", "definition": "A disorder characterized by inflammation involving a nerve root. Patients experience marked discomfort radiating along a nerve path because of spinal pressure on the connecting nerve root.", "display": "Radiculitis" }, { "code": "Rash acneiform", "definition": "A disorder characterized by an eruption of papules and pustules, typically appearing in face, scalp, upper chest and back.", "display": "Rash acneiform" }, { "code": "Rash maculo-papular", "definition": "A disorder characterized by the presence of macules (flat) and papules (elevated). Also known as morbillform rash, it is one of the most common cutaneous adverse events, frequently affecting the upper trunk, spreading centripetally and associated with pruritus.", "display": "Rash maculo-papular" }, { "code": "Rash pustular", "definition": "A disorder characterized by a circumscribed and elevated skin lesion filled with pus.", "display": "Rash pustular" }, { "code": "Rectal anastomotic leak", "definition": "A finding of leakage due to breakdown of a rectal anastomosis (surgical connection of two separate anatomic structures).", "display": "Rectal anastomotic leak" }, { "code": "Rectal fistula", "definition": "A disorder characterized by an abnormal communication between the rectum and another organ or anatomic site.", "display": "Rectal fistula" }, { "code": "Rectal hemorrhage", "definition": "A disorder characterized by bleeding from the rectal wall and discharged from the anus.", "display": "Rectal hemorrhage" }, { "code": "Rectal mucositis", "definition": "A disorder characterized by inflammation of the mucous membrane of the rectum.", "display": "Rectal mucositis" }, { "code": "Rectal necrosis", "definition": "A disorder characterized by a necrotic process occurring in the rectal wall.", "display": "Rectal necrosis" }, { "code": "Rectal obstruction", "definition": "A disorder characterized by blockage of the normal flow of the intestinal contents in the rectum.", "display": "Rectal obstruction" }, { "code": "Rectal pain", "definition": "A disorder characterized by a sensation of marked discomfort in the rectal region.", "display": "Rectal pain" }, { "code": "Rectal perforation", "definition": "A disorder characterized by a rupture in the rectal wall.", "display": "Rectal perforation" }, { "code": "Rectal stenosis", "definition": "A disorder characterized by a narrowing of the lumen of the rectum.", "display": "Rectal stenosis" }, { "code": "Rectal ulcer", "definition": "A disorder characterized by a circumscribed, inflammatory and necrotic erosive lesion on the mucosal surface of the rectum.", "display": "Rectal ulcer" }, { "code": "Recurrent laryngeal nerve palsy", "definition": "A disorder characterized by paralysis of the recurrent laryngeal nerve.", "display": "Recurrent laryngeal nerve palsy" }, { "code": "Renal and urinary disorders - Other, Specify", "definition": "No Value Exists", "display": "Renal and urinary disorders - Other, specify" }, { "code": "Renal calculi", "definition": "A disorder characterized by the formation of crystals in the pelvis of the kidney.", "display": "Renal calculi" }, { "code": "Renal colic", "definition": "A disorder characterized by paroxysmal and severe flank marked discomfort radiating to the inguinal area. Often, the cause is the passage of kidney stones.", "display": "Renal colic" }, { "code": "Renal hemorrhage", "definition": "A disorder characterized by bleeding from the kidney.", "display": "Renal hemorrhage" }, { "code": "Reproductive system and breast disorders - Other, Specify", "definition": "No Value Exists", "display": "Reproductive system and breast disorders - Other, specify" }, { "code": "Respiratory failure", "definition": "A disorder characterized by impaired gas exchange by the respiratory system resulting in hypoxemia and a decrease in oxygenation of the tissues that may be associated with an increase in arterial levels of carbon dioxide.", "display": "Respiratory failure" }, { "code": "Respiratory, thoracic and mediastinal disorders - Other, Specify", "definition": "No Value Exists", "display": "Respiratory, thoracic and mediastinal disorders - Other, specify" }, { "code": "Restlessness", "definition": "A disorder characterized by an inability to rest, relax or be still.", "display": "Restlessness" }, { "code": "Restrictive cardiomyopathy", "definition": "A disorder characterized by an inability of the ventricles to fill with blood because the myocardium (heart muscle) stiffens and loses its flexibility.", "display": "Restrictive cardiomyopathy" }, { "code": "Retinal detachment", "definition": "A disorder characterized by the separation of the inner retina layers from the underlying pigment epithelium.", "display": "Retinal detachment" }, { "code": "Retinal tear", "definition": "A disorder characterized by a small laceration of the retina, this occurs when the vitreous separates from the retina. Symptoms include flashes and floaters.", "display": "Retinal tear" }, { "code": "Retinal vascular disorder", "definition": "A disorder characterized by pathological retinal blood vessels that adversely affects vision.", "display": "Retinal vascular disorder" }, { "code": "Retinoic acid syndrome", "definition": "A disorder characterized by weight gain, dyspnea, pleural and pericardial effusions, leukocytosis and/or renal failure originally described in patients treated with all-trans retinoic acid.", "display": "Retinoic acid syndrome" }, { "code": "Retinopathy", "definition": "A disorder involving the retina.", "display": "Retinopathy" }, { "code": "Retroperitoneal hemorrhage", "definition": "A disorder characterized by bleeding from the retroperitoneal area.", "display": "Retroperitoneal hemorrhage" }, { "code": "Reversible posterior leukoencephalopathy syndrome", "definition": "A disorder characterized by headaches, mental status changes, visual disturbances, and seizures associated with imaging findings of posterior leukoencephalopathy. It has been observed in association with hypertensive encephalopathy, eclampsia, and immunosuppressive and cytotoxic drug treatment. It is an acute or subacute reversible condition.", "display": "Reversible posterior leukoencephalopathy syndrome" }, { "code": "Rhinitis infective", "definition": "A disorder characterized by an infectious process involving the nasal mucosal.", "display": "Rhinitis infective" }, { "code": "Right ventricular dysfunction", "definition": "A disorder characterized by impairment of right ventricular function associated with low ejection fraction and a decrease in motility of the right ventricular wall.", "display": "Right ventricular dysfunction" }, { "code": "Salivary duct inflammation", "definition": "A disorder characterized by inflammation of the salivary duct.", "display": "Salivary duct inflammation" }, { "code": "Salivary gland fistula", "definition": "A disorder characterized by an abnormal communication between a salivary gland and another organ or anatomic site.", "display": "Salivary gland fistula" }, { "code": "Salivary gland infection", "definition": "A disorder characterized by an infectious process involving the salivary gland.", "display": "Salivary gland infection" }, { "code": "Scalp pain", "definition": "A disorder characterized by marked discomfort sensation in the skin covering the top and the back of the head.", "display": "Scalp pain" }, { "code": "Scleral disorder", "definition": "A disorder characterized by involvement of the sclera of the eye.", "display": "Scleral disorder" }, { "code": "Scoliosis", "definition": "A disorder characterized by a malformed, lateral curvature of the spine.", "display": "Scoliosis" }, { "code": "Scrotal infection", "definition": "A disorder characterized by an infectious process involving the scrotum.", "display": "Scrotal infection" }, { "code": "Scrotal pain", "definition": "A disorder characterized by marked discomfort sensation in the scrotal area.", "display": "Scrotal pain" }, { "code": "Seizure", "definition": "A disorder characterized by a sudden, involuntary skeletal muscular contractions of cerebral or brain stem origin.", "display": "Seizure" }, { "code": "Sepsis", "definition": "A disorder characterized by the presence of pathogenic microorganisms in the blood stream that cause a rapidly progressing systemic reaction that may lead to shock.", "display": "Sepsis" }, { "code": "Seroma", "definition": "A finding of tumor-like collection of serum in the tissues.", "display": "Seroma" }, { "code": "Serum amylase increased", "definition": "A finding based on laboratory test results that indicate an increase in the levels of amylase in a serum specimen.", "display": "Serum amylase increased" }, { "code": "Serum sickness", "definition": "A disorder characterized by a delayed-type hypersensitivity reaction to foreign proteins derived from an animal serum. It occurs approximately six to twenty-one days following the administration of the foreign antigen. Symptoms include fever, arthralgias, myalgias, skin eruptions, lymphadenopathy, chest marked discomfort and dyspnea.", "display": "Serum sickness" }, { "code": "Sick sinus syndrome", "definition": "A disorder characterized by a dysrhythmia with alternating periods of bradycardia and atrial tachycardia accompanied by syncope, fatigue and dizziness.", "display": "Sick sinus syndrome" }, { "code": "Sinus bradycardia", "definition": "A disorder characterized by a dysrhythmia with a heart rate less than 60 beats per minute that originates in the sinus node.", "display": "Sinus bradycardia" }, { "code": "Sinus disorder", "definition": "A disorder characterized by involvement of the paranasal sinuses.", "display": "Sinus disorder" }, { "code": "Sinus pain", "definition": "A disorder characterized by marked discomfort in the face, between the eyes, or upper teeth originating from the sinuses.", "display": "Sinus pain" }, { "code": "Sinus tachycardia", "definition": "A disorder characterized by a dysrhythmia with a heart rate greater than 100 beats per minute that originates in the sinus node.", "display": "Sinus tachycardia" }, { "code": "Sinusitis", "definition": "A disorder characterized by an infectious process involving the mucous membranes of the paranasal sinuses.", "display": "Sinusitis" }, { "code": "Skin and subcutaneous tissue disorders - Other, Specify", "definition": "No Value Exists", "display": "Skin and subcutaneous tissue disorders - Other, specify" }, { "code": "Skin atrophy", "definition": "A disorder characterized by the degeneration and thinning of the epidermis and dermis.", "display": "Skin atrophy" }, { "code": "Skin hyperpigmentation", "definition": "A disorder characterized by darkening of the skin due to excessive melanin deposition.", "display": "Skin hyperpigmentation" }, { "code": "Skin hypopigmentation", "definition": "A disorder characterized by loss of skin pigment.", "display": "Skin hypopigmentation" }, { "code": "Skin induration", "definition": "A disorder characterized by an area of hardness in the skin.", "display": "Skin induration" }, { "code": "Skin infection", "definition": "A disorder characterized by an infectious process involving the skin.", "display": "Skin infection" }, { "code": "Skin ulceration", "definition": "A disorder characterized by circumscribed, inflammatory and necrotic erosive lesion on the skin.", "display": "Skin ulceration" }, { "code": "Sleep apnea", "definition": "A disorder characterized by cessation of breathing for short periods during sleep.", "display": "Sleep apnea" }, { "code": "Small intestinal anastomotic leak", "definition": "A finding of leakage due to breakdown of an anastomosis (surgical connection of two separate anatomic structures) in the small bowel.", "display": "Small intestinal anastomotic leak" }, { "code": "Small intestinal mucositis", "definition": "A disorder characterized by inflammation of the mucous membrane of the small intestine.", "display": "Small intestinal mucositis" }, { "code": "Small intestinal obstruction", "definition": "A disorder characterized by blockage of the normal flow of the intestinal contents.", "display": "Small intestinal obstruction" }, { "code": "Small intestinal perforation", "definition": "A disorder characterized by a rupture in the small intestine wall.", "display": "Small intestinal perforation" }, { "code": "Small intestinal stenosis", "definition": "A disorder characterized by a narrowing of the lumen of the small intestine.", "display": "Small intestinal stenosis" }, { "code": "Small intestine infection", "definition": "A disorder characterized by an infectious process involving the small intestine.", "display": "Small intestine infection" }, { "code": "Small intestine ulcer", "definition": "A disorder characterized by a circumscribed, inflammatory and necrotic erosive lesion on the mucosal surface of the small intestine.", "display": "Small intestine ulcer" }, { "code": "Sneezing", "definition": "A disorder characterized by the involuntary expulsion of air from the nose.", "display": "Sneezing" }, { "code": "Social circumstances - Other, Specify", "definition": "No Value Exists", "display": "Social circumstances - Other, specify" }, { "code": "Soft tissue infection", "definition": "A disorder characterized by an infectious process involving soft tissues.", "display": "Soft tissue infection" }, { "code": "Soft tissue necrosis lower limb", "definition": "A disorder characterized by a necrotic process occurring in the soft tissues of the lower extremity.", "display": "Soft tissue necrosis lower limb" }, { "code": "Soft tissue necrosis upper limb", "definition": "A disorder characterized by a necrotic process occurring in the soft tissues of the upper extremity.", "display": "Soft tissue necrosis upper limb" }, { "code": "Somnolence", "definition": "A disorder characterized by characterized by excessive sleepiness and drowsiness.", "display": "Somnolence" }, { "code": "Sore throat", "definition": "A disorder characterized by of marked discomfort in the throat", "display": "Sore throat" }, { "code": "Spasticity", "definition": "A disorder characterized by increased involuntary muscle tone that affects the regions interfering with voluntary movement. It results in gait, movement, and speech disturbances.", "display": "Spasticity" }, { "code": "Spermatic cord anastomotic leak", "definition": "A finding of leakage due to breakdown of a spermatic cord anastomosis (surgical connection of two separate anatomic structures).", "display": "Spermatic cord anastomotic leak" }, { "code": "Spermatic cord hemorrhage", "definition": "A disorder characterized by bleeding from the spermatic cord.", "display": "Spermatic cord hemorrhage" }, { "code": "Spermatic cord obstruction", "definition": "A disorder characterized by blockage of the normal flow of the contents of the spermatic cord.", "display": "Spermatic cord obstruction" }, { "code": "Spinal fracture", "definition": "A finding of traumatic injury to the spine in which the continuity of a vertebral bone is broken.", "display": "Spinal fracture" }, { "code": "Spleen disorder", "definition": "A disorder of the spleen.", "display": "Spleen disorder" }, { "code": "Splenic infection", "definition": "A disorder characterized by an infectious process involving the spleen.", "display": "Splenic infection" }, { "code": "Stenosis of gastrointestinal stoma", "definition": "A finding of narrowing of the gastrointestinal stoma (surgically created opening on the surface of the body).", "display": "Stenosis of gastrointestinal stoma" }, { "code": "Stevens-Johnson syndrome", "definition": "A disorder characterized by less than 10% total body skin area separation of dermis. The syndrome is thought to be a hypersensitivity complex affecting the skin and the mucous membranes.", "display": "Stevens-Johnson syndrome" }, { "code": "Stoma site infection", "definition": "A disorder characterized by an infectious process involving a stoma (surgically created opening on the surface of the body).", "display": "Stoma site infection" }, { "code": "Stomach pain", "definition": "A disorder characterized by a sensation of marked discomfort in the stomach.", "display": "Stomach pain" }, { "code": "Stomal ulcer", "definition": "A disorder characterized by a circumscribed, inflammatory and necrotic erosive lesion on the jejunal mucosal surface close to the anastomosis site following a gastroenterostomy procedure.", "display": "Stomal ulcer" }, { "code": "Stridor", "definition": "A disorder characterized by a high pitched breathing sound due to laryngeal or upper airway obstruction.", "display": "Stridor" }, { "code": "Stroke", "definition": "A disorder characterized by a sudden loss of sensory function due to an intracranial vascular event.", "display": "Stroke" }, { "code": "Sudden death NOS", "definition": "An unexpected cessation of life that cannot be attributed to a CTCAE term associated with Grade 5.", "display": "Sudden death NOS" }, { "code": "Suicidal ideation", "definition": "A disorder characterized by thoughts of taking one's own life.", "display": "Suicidal ideation" }, { "code": "Suicide attempt", "definition": "A disorder characterized by self-inflicted harm in an attempt to end one's own life.", "display": "Suicide attempt" }, { "code": "Superficial soft tissue fibrosis", "definition": "A disorder characterized by fibrotic degeneration of the superficial soft tissues.", "display": "Superficial soft tissue fibrosis" }, { "code": "Superficial thrombophlebitis", "definition": "A disorder characterized by a blood clot and inflammation involving a superficial vein of the extremities.", "display": "Superficial thrombophlebitis" }, { "code": "Superior vena cava syndrome", "definition": "A disorder characterized by obstruction of the blood flow in the superior vena cava. Signs and symptoms include swelling and cyanosis of the face, neck, and upper arms, cough, orthopnea and headache.", "display": "Superior vena cava syndrome" }, { "code": "Supraventricular tachycardia", "definition": "A disorder characterized by a dysrhythmia with a heart rate greater than 100 beats per minute that originates above the ventricles.", "display": "Supraventricular tachycardia" }, { "code": "Surgical and medical procedures - Other, Specify", "definition": "No Value Exists", "display": "Surgical and medical procedures - Other, specify" }, { "code": "Syncope", "definition": "A disorder characterized by spontaneous loss of consciousness caused by insufficient blood supply to the brain.", "display": "Syncope" }, { "code": "Telangiectasia", "definition": "A disorder characterized by local dilatation of small vessels resulting in red discoloration of the skin or mucous membranes.", "display": "Telangiectasia" }, { "code": "Testicular disorder", "definition": "A disorder characterized by involvement of the testis.", "display": "Testicular disorder" }, { "code": "Testicular hemorrhage", "definition": "A disorder characterized by bleeding from the testis.", "display": "Testicular hemorrhage" }, { "code": "Testicular pain", "definition": "A disorder characterized by a sensation of marked discomfort in the testis.", "display": "Testicular pain" }, { "code": "Thromboembolic event", "definition": "A disorder characterized by occlusion of a vessel by a thrombus that has migrated from a distal site via the blood stream.", "display": "Thromboembolic event" }, { "code": "Thrombotic thrombocytopenic purpura", "definition": "A disorder characterized by the presence of microangiopathic hemolytic anemia, thrombocytopenic purpura, fever, renal abnormalities and neurological abnormalities such as seizures, hemiplegia, and visual disturbances. It is an acute or subacute condition.", "display": "Thrombotic thrombocytopenic purpura" }, { "code": "Tinnitus", "definition": "A disorder characterized by noise in the ears, such as ringing, buzzing, roaring or clicking.", "display": "Tinnitus" }, { "code": "Tooth development disorder", "definition": "A disorder characterized by a pathological process of the teeth occurring during tooth development.", "display": "Tooth development disorder" }, { "code": "Tooth discoloration", "definition": "A disorder characterized by a change in tooth hue or tint.", "display": "Tooth discoloration" }, { "code": "Tooth infection", "definition": "A disorder characterized by an infectious process involving a tooth.", "display": "Tooth infection" }, { "code": "Toothache", "definition": "A disorder characterized by a sensation of marked discomfort in the tooth.", "display": "Toothache" }, { "code": "Toxic epidermal necrolysis", "definition": "A disorder characterized by greater than 30% total body skin area separation of dermis. The syndrome is thought to be a hypersensitivity complex affecting the skin and the mucous membranes.", "display": "Toxic epidermal necrolysis" }, { "code": "Tracheal fistula", "definition": "A disorder characterized by an abnormal communication between the trachea and another organ or anatomic site.", "display": "Tracheal fistula" }, { "code": "Tracheal hemorrhage", "definition": "A finding of bleeding from the trachea.", "display": "Tracheal hemorrhage" }, { "code": "Tracheal mucositis", "definition": "A disorder characterized by an inflammation involving the mucous membrane of the trachea.", "display": "Tracheal mucositis" }, { "code": "Tracheal obstruction", "definition": "A finding of blockage of the lumen of the trachea.", "display": "Tracheal obstruction" }, { "code": "Tracheal stenosis", "definition": "A disorder characterized by a narrowing of the trachea.", "display": "Tracheal stenosis" }, { "code": "Tracheitis", "definition": "A disorder characterized by an infectious process involving the trachea.", "display": "Tracheitis" }, { "code": "Tracheostomy site bleeding", "definition": "A finding of blood leakage from the tracheostomy site.", "display": "Tracheostomy site bleeding" }, { "code": "Transient ischemic attacks", "definition": "A disorder characterized by a brief attack (less than 24 hours) of cerebral dysfunction of vascular origin, with no persistent neurological deficit.", "display": "Transient ischemic attacks" }, { "code": "Treatment related secondary malignancy", "definition": "A disorder characterized by development of a malignancy most probably as a result of treatment for a previously existing malignancy.", "display": "Treatment related secondary malignancy" }, { "code": "Tremor", "definition": "A disorder characterized by the uncontrolled shaking movement of the whole body or individual parts.", "display": "Tremor" }, { "code": "Tricuspid valve disease", "definition": "A disorder characterized by a defect in tricuspid valve function or structure.", "display": "Tricuspid valve disease" }, { "code": "Trigeminal nerve disorder", "definition": "A disorder characterized by involvement of the trigeminal nerve (fifth cranial nerve).", "display": "Trigeminal nerve disorder" }, { "code": "Trismus", "definition": "A disorder characterized by lack of ability to open the mouth fully due to a decrease in the range of motion of the muscles of mastication.", "display": "Trismus" }, { "code": "Tumor lysis syndrome", "definition": "A disorder characterized by metabolic abnormalities that result from a spontaneous or therapy-related cytolysis of tumor cells.", "display": "Tumor lysis syndrome" }, { "code": "Tumor pain", "definition": "A disorder characterized by marked discomfort from a neoplasm that may be pressing on a nerve, blocking blood vessels, inflamed or fractured from metastasis.", "display": "Tumor pain" }, { "code": "Typhlitis", "definition": "A disorder characterized by inflammation of the cecum.", "display": "Typhlitis" }, { "code": "Unequal limb length", "definition": "A disorder characterized by of a discrepancy between the lengths of the lower or upper extremities.", "display": "Unequal limb length" }, { "code": "Unintended pregnancy", "definition": "A disorder characterized by an unexpected pregnancy at the time of conception.", "display": "Unintended pregnancy" }, { "code": "Upper gastrointestinal hemorrhage", "definition": "A disorder characterized by bleeding from the upper gastrointestinal tract (oral cavity, pharynx, esophagus, and stomach).", "display": "Upper gastrointestinal hemorrhage" }, { "code": "Upper respiratory infection", "definition": "A disorder characterized by an infectious process involving the upper respiratory tract (nose, paranasal sinuses, pharynx, larynx, or trachea).", "display": "Upper respiratory infection" }, { "code": "Ureteric anastomotic leak", "definition": "A finding of leakage due to breakdown of a ureteral anastomosis (surgical connection of two separate anatomic structures).", "display": "Ureteric anastomotic leak" }, { "code": "Urethral anastomotic leak", "definition": "A finding of leakage due to breakdown of a urethral anastomosis (surgical connection of two separate anatomic structures).", "display": "Urethral anastomotic leak" }, { "code": "Urethral infection", "definition": "A disorder characterized by an infectious process involving the urethra.", "display": "Urethral infection" }, { "code": "Urinary fistula", "definition": "A disorder characterized by an abnormal communication between any part of the urinary system and another organ or anatomic site.", "display": "Urinary fistula" }, { "code": "Urinary frequency", "definition": "A disorder characterized by urination at short intervals.", "display": "Urinary frequency" }, { "code": "Urinary incontinence", "definition": "A disorder characterized by inability to control the flow of urine from the bladder.", "display": "Urinary incontinence" }, { "code": "Urinary retention", "definition": "A disorder characterized by accumulation of urine within the bladder because of the inability to urinate.", "display": "Urinary retention" }, { "code": "Urinary tract infection", "definition": "A disorder characterized by an infectious process involving the urinary tract, most commonly the bladder and the urethra.", "display": "Urinary tract infection" }, { "code": "Urinary tract obstruction", "definition": "A disorder characterized by blockage of the normal flow of contents of the urinary tract.", "display": "Urinary tract obstruction" }, { "code": "Urinary tract pain", "definition": "A disorder characterized by a sensation of marked discomfort in the urinary tract.", "display": "Urinary tract pain" }, { "code": "Urinary urgency", "definition": "A disorder characterized by a sudden compelling urge to urinate.", "display": "Urinary urgency" }, { "code": "Urine discoloration", "definition": "A disorder characterized by a change in the color of the urine.", "display": "Urine discoloration" }, { "code": "Urine output decreased", "definition": "A finding based on test results that indicate urine production is less relative to previous output.", "display": "Urine output decreased" }, { "code": "Urostomy leak", "definition": "A finding of leakage of contents from a urostomy.", "display": "Urostomy leak" }, { "code": "Urostomy obstruction", "definition": "A finding of blockage of the urostomy.", "display": "Urostomy obstruction" }, { "code": "Urostomy site bleeding", "definition": "A finding of bleeding from the urostomy site.", "display": "Urostomy site bleeding" }, { "code": "Urostomy stenosis", "definition": "A finding of narrowing of the opening of a urostomy.", "display": "Urostomy stenosis" }, { "code": "Urticaria", "definition": "A disorder characterized by an itchy skin eruption characterized by wheals with pale interiors and well-defined red margins.", "display": "Urticaria" }, { "code": "Uterine anastomotic leak", "definition": "A finding of leakage due to breakdown of a uterine anastomosis (surgical connection of two separate anatomic structures).", "display": "Uterine anastomotic leak" }, { "code": "Uterine fistula", "definition": "A disorder characterized by an abnormal communication between the uterus and another organ or anatomic site.", "display": "Uterine fistula" }, { "code": "Uterine hemorrhage", "definition": "A disorder characterized by bleeding from the uterus.", "display": "Uterine hemorrhage" }, { "code": "Uterine infection", "definition": "A disorder characterized by an infectious process involving the endometrium. It may extend to the myometrium and parametrial tissues.", "display": "Uterine infection" }, { "code": "Uterine obstruction", "definition": "A disorder characterized by blockage of the uterine outlet.", "display": "Uterine obstruction" }, { "code": "Uterine pain", "definition": "A disorder characterized by a sensation of marked discomfort in the uterus.", "display": "Uterine pain" }, { "code": "Uterine perforation", "definition": "A disorder characterized by a rupture in the uterine wall.", "display": "Uterine perforation" }, { "code": "Uveitis", "definition": "A disorder characterized by inflammation to the uvea of the eye.", "display": "Uveitis" }, { "code": "Vaginal anastomotic leak", "definition": "A finding of leakage due to breakdown of a vaginal anastomosis (surgical connection of two separate anatomic structures).", "display": "Vaginal anastomotic leak" }, { "code": "Vaginal discharge", "definition": "A disorder characterized by vaginal secretions. Mucus produced by the cervical glands is discharged from the vagina naturally, especially during the childbearing years.", "display": "Vaginal discharge" }, { "code": "Vaginal dryness", "definition": "A disorder characterized by an uncomfortable feeling of itching and burning in the vagina.", "display": "Vaginal dryness" }, { "code": "Vaginal fistula", "definition": "A disorder characterized by an abnormal communication between the vagina and another organ or anatomic site.", "display": "Vaginal fistula" }, { "code": "Vaginal hemorrhage", "definition": "A disorder characterized by bleeding from the vagina.", "display": "Vaginal hemorrhage" }, { "code": "Vaginal infection", "definition": "A disorder characterized by an infectious process involving the vagina.", "display": "Vaginal infection" }, { "code": "Vaginal inflammation", "definition": "A disorder characterized by inflammation involving the vagina. Symptoms may include redness, edema, marked discomfort and an increase in vaginal discharge.", "display": "Vaginal inflammation" }, { "code": "Vaginal obstruction", "definition": "A disorder characterized by blockage of vaginal canal.", "display": "Vaginal obstruction" }, { "code": "Vaginal pain", "definition": "A disorder characterized by a sensation of marked discomfort in the vagina.", "display": "Vaginal pain" }, { "code": "Vaginal perforation", "definition": "A disorder characterized by a rupture in the vaginal wall.", "display": "Vaginal perforation" }, { "code": "Vaginal stricture", "definition": "A disorder characterized by a narrowing of the vaginal canal.", "display": "Vaginal stricture" }, { "code": "Vaginismus", "definition": "A disorder characterized by involuntary spasms of the pelvic floor muscles, resulting in pathologic tightness of the vaginal wall during penetration such as during sexual intercourse.", "display": "Vaginismus" }, { "code": "Vagus nerve disorder", "definition": "A disorder characterized by involvement of the vagus nerve (tenth cranial nerve).", "display": "Vagus nerve disorder" }, { "code": "Vas deferens anastomotic leak", "definition": "A finding of leakage due to breakdown of a vas deferens anastomosis (surgical connection of two separate anatomic structures).", "display": "Vas deferens anastomotic leak" }, { "code": "Vascular access complication", "definition": "A finding of a previously undocumented problem related to the vascular access site.", "display": "Vascular access complication" }, { "code": "Vascular disorders - Other, Specify", "definition": "No Value Exists", "display": "Vascular disorders - Other, specify" }, { "code": "Vasculitis", "definition": "A disorder characterized by inflammation involving the wall of a vessel.", "display": "Vasculitis" }, { "code": "Vasovagal reaction", "definition": "A disorder characterized by a sudden drop of the blood pressure, bradycardia, and peripheral vasodilation that may lead to loss of consciousness. It results from an increase in the stimulation of the vagus nerve.", "display": "Vasovagal reaction" }, { "code": "Venous injury", "definition": "A finding of damage to a vein.", "display": "Venous injury" }, { "code": "Ventricular arrhythmia", "definition": "A disorder characterized by a dysrhythmia that originates in the ventricles.", "display": "Ventricular arrhythmia" }, { "code": "Ventricular fibrillation", "definition": "A disorder characterized by a dysrhythmia without discernible QRS complexes due to rapid repetitive excitation of myocardial fibers without coordinated contraction of the ventricles.", "display": "Ventricular fibrillation" }, { "code": "Ventricular tachycardia", "definition": "A disorder characterized by a dysrhythmia with a heart rate greater than 100 beats per minute that originates distal to the bundle of His.", "display": "Ventricular tachycardia" }, { "code": "Vertigo", "definition": "A disorder characterized by a sensation as if the external world were revolving around the patient (objective vertigo) or as if he himself were revolving in space (subjective vertigo).", "display": "Vertigo" }, { "code": "Vestibular disorder", "definition": "A disorder characterized by dizziness, imbalance, nausea, and vision problems.", "display": "Vestibular disorder" }, { "code": "Virilization", "definition": "A disorder characterized by inappropriate masculinization occurring in a female or prepubertal male.", "display": "Virilization" }, { "code": "Visceral arterial ischemia", "definition": "A disorder characterized by a decrease in blood supply due to narrowing or blockage of a visceral (mesenteric) artery.", "display": "Visceral arterial ischemia" }, { "code": "Vital capacity abnormal", "definition": "A finding based on pulmonary function test results that indicate an abnormal vital capacity (amount of exhaled after a maximum inhalation) when compared to the predicted value.", "display": "Vital capacity abnormal" }, { "code": "Vitreous hemorrhage", "definition": "A disorder characterized by blood extravasation into the vitreous humor.", "display": "Vitreous hemorrhage" }, { "code": "Voice alteration", "definition": "A disorder characterized by a change in the sound and/or speed of the voice.", "display": "Voice alteration" }, { "code": "Vomiting", "definition": "A disorder characterized by the reflexive act of ejecting the contents of the stomach through the mouth.", "display": "Vomiting" }, { "code": "Vulval infection", "definition": "A disorder characterized by an infectious process involving the vulva.", "display": "Vulval infection" }, { "code": "Watering eyes", "definition": "A disorder of excessive tearing in the eyes; it can be caused by overproduction of tears or impaired drainage of the tear duct.", "display": "Watering eyes" }, { "code": "Weight gain", "definition": "A finding characterized by an increase in overall body weight; for pediatrics, greater than the baseline growth curve.", "display": "Weight gain" }, { "code": "Weight loss", "definition": "A finding characterized by a decrease in overall body weight; for pediatrics, less than the baseline growth curve.", "display": "Weight loss" }, { "code": "Wheezing", "definition": "A disorder characterized by a high-pitched, whistling sound during breathing. It results from the narrowing or obstruction of the respiratory airways.", "display": "Wheezing" }, { "code": "White blood cell decreased", "definition": "A finding based on laboratory test results that indicate an decrease in number of white blood cells in a blood specimen.", "display": "White blood cell decreased" }, { "code": "Wolff-Parkinson-White syndrome", "definition": "A disorder characterized by the presence of an accessory conductive pathway between the atria and the ventricles that causes premature ventricular activation.", "display": "Wolff-Parkinson-White syndrome" }, { "code": "Wound complication", "definition": "A finding of development of a new problem at the site of an existing wound.", "display": "Wound complication" }, { "code": "Wound dehiscence", "definition": "A finding of separation of the approximated margins of a surgical wound.", "display": "Wound dehiscence" }, { "code": "Wound infection", "definition": "A disorder characterized by an infectious process involving the wound.", "display": "Wound infection" }, { "code": "Wrist fracture", "definition": "A finding of traumatic injury to the wrist joint in which the continuity of a wrist bone is broken.", "display": "Wrist fracture" } ], "system": "http://nci.nih.gov/xml/owl/cadsr/form/form_design_identifier/3265657v2.0/question_identifier#3556214v2.0-cs" }, "id": "d1e14927-vs", "resourceType": "ValueSet", "status": "active" }, { "codeSystem": { "caseSensitive": true, "concept": [ { "code": "1", "definition": "An adverse event that is asymptomatic; or involves mild or minor symptoms; or is of marginal clinical relevance; or consists of clinical or diagnostic observations alone; or for which intervention is not indicated; or for which only non-prescription intervention is indicated.", "display": "Mild Adverse Event" }, { "code": "2", "definition": "An adverse event for which only minimal, local, or noninvasive intervention (e.g. packing, cautery) is indicated; or that limits instrumental activities of daily living (ADLs, e.g., shopping, laundry, transportation, or ability to conduct finances).", "display": "Moderate Adverse Event" }, { "code": "3", "definition": "An adverse event that is medically significant but not life-threatening; or for which inpatient care or prolongation of hospitalization are indicated; or that is an important medical event that does not result in hospitalization, but may jeopardize the patient or may require intervention either to prevent hospitalization, to prevent the AE from becoming life-threatening or causing death; or that is disabling; or that results in persistent or significant disability, incapcity, or limitation of self care activities of daily living (ADLs, e.g., getting in and our of bed, dressing, eating, getting around inside, bathing, or using the toilet).", "display": "Severe Adverse Event" }, { "code": "4", "definition": "An adverse event that has life-threatening consequences; for which urgent intervention is indicated; that puts the patient at risk of death at the time of the event if immediate intervention is not undertaken; or that causes blindness or deafness.", "display": "Life Threatening Adverse Event" }, { "code": "5", "definition": "The termination of life associated with an adverse event.", "display": "Death Related to Adverse Event" } ], "system": "http://nci.nih.gov/xml/owl/cadsr/form/form_design_identifier/3265657v2.0/question_identifier#3557008v2.0-cs" }, "id": "d1e54652-vs", "resourceType": "ValueSet", "status": "active" }, { "codeSystem": { "caseSensitive": true, "concept": [ { "code": "Yes", "definition": "The affirmative response to a question or activity.", "display": "Yes" }, { "code": "No", "definition": "The non-affirmative response to a question.", "display": "No" } ], "system": "http://nci.nih.gov/xml/owl/cadsr/form/form_design_identifier/3265657v2.0/question_identifier#3557021v2.0-cs" }, "id": "d1e55041-vs", "resourceType": "ValueSet", "status": "active" }, { "codeSystem": { "caseSensitive": true, "concept": [ { "code": "Biological Therapy", "definition": "Biological therapy is a form of treatment that implies the administration of substances which produce a biological reaction in the organism enhancing or restoring the host immune response, modifying the behavior of cancer cells, blocking the pathways of cell neoplastic transformation and tumor ability to metastasize, or facilitating the repairment of cells damaged by aggressive forms of cancer treatment. It includes the use of sera, antitoxins, vaccines, genes, cells, tissues, and organs", "display": "Biological Therapy" }, { "code": "Chemotherapy", "definition": "CHEMOTHERAPY", "display": "CHEMOTHERAPY" }, { "code": "Combined modality", "definition": "combined modality", "display": "combined modality" }, { "code": "Concomitant medication", "definition": "A pharmaceutical agent other than agent(s) tested in a given protocol that is administered to or used by a subject either prior to or during the study. Supportive care and essential ancillary medications required by a treatment regimen should be clearly identified. A protocol complete instructions including appropriate indication, dosage, administration route, schedule, restrictions to use, and any other relevant data should be explicitly stated. Concept also refers to substance(s) used prior or during the study that are not specified by the protocol.", "display": "Concomitant Agent" }, { "code": "Device", "definition": "Medical device - any machinery designed to aid diagnostic and medical therapies. Medical device has to be designed with rigorous safety standards. There are several basic types of medical devices: life support equipment used to maintain a patient's body functions; therapeutic equipment; monitors and detectors to measure the indexes of a patient's state; imagine machines and laboratory equipment used with diagnostic and status monitoring purposes. In insurance parlance, the term is usually synonymous with assistive device, although it may include medical supplies.", "display": "Medical_Device" }, { "code": "Disease", "definition": "disease", "display": "disease" }, { "code": "Endocrine Therapy", "definition": "Various treatment modalities that produce the desired therapeutic effect by means of change of hormone/hormones level. The treatment may include administration of hormones or hormone analogs to the patient, or decreasing the level of hormones in the body by using hormone antagonists, or hormone ablation therapy. The concept covers but not limited to: intermittent or permanent hormone suppression or ablation in treatment of hormone-dependent tumors, hormone replacement therapy of any kind, hormonal component of gender reassignment therapy, hormonal contraception, surgical and radiation castration.", "display": "Endocrine Therapy" }, { "code": "Immunotherapy", "definition": "(IM-yoo-no-THER-a-pee) Treatment to stimulate or restore the ability of the immune system to fight infections and other diseases. Also used to lessen side effects that may be caused by some cancer treatments.", "display": "Immunotherapy" }, { "code": "Investigational agent", "definition": "In the process of being studied; experimental. (NCI): An active power or cause (as principle, substance, physical or biological factor, etc.) that produces a specific effect. (NCI)", "display": "Investigational Agent" }, { "code": "Other", "definition": "Not otherwise specified.", "display": "Other" }, { "code": "Radiation therapy", "definition": "use PHOTOTHERAPY, LASER THERAPY, or ULTRAVIOLET THERAPY for therapeutic radiation with visible, laser, or ultraviolet light, respectively.", "display": "Radiation Therapy" }, { "code": "Surgery", "definition": "A specialty in which manual or operative procedures are used in the treatment of disease, injuries, or deformities.", "display": "Surgery" } ], "system": "http://nci.nih.gov/xml/owl/cadsr/form/form_design_identifier/3265657v2.0/question_identifier#3557032v2.0-cs" }, "id": "d1e55265-vs", "resourceType": "ValueSet", "status": "active" }, { "codeSystem": { "caseSensitive": true, "concept": [ { "code": "Blood and lymphatic system disorders", "definition": "Any deviation from the normal structure or function of the blood or lymphatic system that is manifested by a characteristic set of symptoms and signs.", "display": "Hematopoietic and Lymphoid System Disorder" }, { "code": "Cardiac disorders", "definition": "Any deviation from the normal structure or function of the cardiac system that is manifested by a characteristic set of symptoms and signs.", "display": "Cardiac disorders" }, { "code": "Congenital, familial and genetic disorders", "definition": "A class of disorders that encompasses conditions resulting from a congenital, familial hereditary trait or genetic abnormality as is manifested by a characterstic set of symptoms and signs.", "display": "Congenital, Familial and Genetic Disorder Class" }, { "code": "Ear and labyrinth disorders", "definition": "Any deviation from the normal structure or function of the ear or labyrinth that is manifested by a characteristic set of symptoms and signs.", "display": "Ear and Labyrinth Disorder Class" }, { "code": "Endocrine disorders", "definition": "Any deviation from the normal structure or function of the endocrine system that is manifested by a characteristic set of symptoms and signs.", "display": "Endocrine Disorder" }, { "code": "Eye disorders", "definition": "Any deviation from the normal structure or function of the eye that is manifested by a characteristic set of symptoms and signs.", "display": "Eye Disorder" }, { "code": "Gastrointestinal disorders", "definition": "Diseases of the digestive tract (oral cavity to anus) and associated organs (salivary glands, liver, pancreas).", "display": "Gastrointestinal Disorder" }, { "code": "General disorders and administration site conditions", "definition": "A class of disorders that encompasses conditions of a general kind that result from a disease, the treatment of disease or administration of treatment at a particular site and are manifested by a characteristic set of symptoms and signs.", "display": "General Disorders and Administration Site Conditions Class" }, { "code": "Hepatobiliary disorders", "definition": "Any deviation from the normal structure or function of the liver or biliary tract that is manifested by a characteristic set of symptoms and signs.", "display": "Liver and Biliary Tract Disorder" }, { "code": "Immune system disorders", "definition": "A disorder resulting from an abnormality in the immune system. -- 2003", "display": "Immune System Disorder" }, { "code": "Infections and infestations", "definition": "A disorder resulting from the presence and activity of a microbial, viral, or parasitic agent. It can be transmitted by direct or indirect contact. -- 2003", "display": "Infection and infestation" }, { "code": "Injury, poisoning and procedural complications", "definition": "A class of disorders that encompasses conditions resulting from an injury, poisoning or procedure.", "display": "Injury, Poisoning and Procedural Complication Class" }, { "code": "Investigations", "definition": "The act or process of a systematic and thorough examination; research, study; the process of inquiring into or following up, intended to develop facts.", "display": "Investigation" }, { "code": "Metabolism and nutrition disorders", "definition": "A class of disorders that encompasses conditions occurring as a result of metabolic dysfunction or deviation from the normal nutritional requirements.", "display": "Metabolism and Nutrition Disorder Class" }, { "code": "Musculoskeletal and connective tissue disorders", "definition": "Any deviation from the normal structure or function of the musculoskeletal or connective tissue that is manifested by a characteristic set of symptoms and signs.", "display": "Connective and Soft Tissue Disorder" }, { "code": "Neoplasms benign, malignant and unspecified (incl cysts and polyps)", "definition": "An abnormal tissue growth resulted from uncontrolled cell proliferation. Benign neoplastic cells resemble normal cells without exhibiting significant cytologic atypia, while malignant ones exhibit overt signs such as dysplastic features, atypical mitotic figures, necrosis, nuclear pleomorphism, and anaplasia. Representative examples of benign neoplasms include papillomas, cystadenomas, and lipomas; malignant neoplasms include carcinomas, sarcomas, lymphomas, and leukemias.", "display": "Neoplasm" }, { "code": "Nervous system disorders", "definition": "Any deviation from the normal structure or function of the nervous system that is manifested by a characteristic set of symptoms and signs.", "display": "Nervous System Disorder" }, { "code": "Pregnancy, puerperium and perinatal conditions", "definition": "A class of conditions associated with pregnancy, puerperium and perinatal status.", "display": "Pregnancy, Puerperium and Perinatal Condition Class" }, { "code": "Psychiatric disorders", "definition": "Any deviation from the normal structure or function of the brain and a psychiatric condition, that results in an impairment of an individual's normal cognitive, emotional, or behavioral functioning, and is caused by physiological or psychosocial factors.", "display": "Psychiatric Disorder" }, { "code": "Renal and urinary disorders", "definition": "Disorders of any part of the urologic system.", "display": "Urinary Tract Disorder" }, { "code": "Reproductive system and breast disorders", "definition": "Any deviation from the normal structure or function of the reproductive system or breast that is manifested by a characteristic set of symptoms and signs.", "display": "Reproductive System and Breast Disorder Class" }, { "code": "Respiratory, thoracic and mediastinal disorders", "definition": "Any deviation from the normal structure or function of the respiratory system including the thorax and mediastinum that is manifested by a characteristic set of symptoms and signs.", "display": "Respiratory and Thoracic Disorder" }, { "code": "Skin and subcutaneous tissue disorders", "definition": "Any deviation from the normal structure or function of the skin or subcutaneous tissue that is manifested by a characteristic set of symptoms and signs.", "display": "Skin Disorder" }, { "code": "Social circumstances", "definition": "A set of concepts that results from or is influenced by criteria or activities associated with the social environment of a person.", "display": "Social Circumstances" }, { "code": "Surgical and medical procedures", "definition": "An activity that produces an effect, or that is intended to alter the course of a disease in a patient or population. This is a general term that encompasses the medical, social, behavioral, and environmnetal acts that can have preventive, therapeutic, or palliative effects.", "display": "Intervention or Procedure" }, { "code": "Vascular disorders", "definition": "Any deviation from the normal structure or function of the vascular system that is manifested by a characteristic set of symptoms and signs.", "display": "Vascular Disorder" } ], "system": "http://nci.nih.gov/xml/owl/cadsr/form/form_design_identifier/3265657v2.0/question_identifier#3557869v2.0-cs" }, "id": "d1e56008-vs", "resourceType": "ValueSet", "status": "active" }, { "codeSystem": { "caseSensitive": true, "concept": [ { "code": "10000060", "definition": "A disorder characterized by swelling of the abdomen.", "display": "Abdominal distension" }, { "code": "10000081", "definition": "A disorder characterized by a sensation of marked discomfort in the abdominal region.", "display": "Abdominal pain" }, { "code": "10000486", "definition": "A disorder characterized by abnormally high acidity (high hydrogen-ion concentration) of the blood and other body tissues.", "display": "Acidosis" }, { "code": "10000521", "definition": "A disorder characterized by involvement of the acoustic nerve (eighth cranial nerve).", "display": "Acoustic nerve disorder NOS" }, { "code": "10000636", "definition": "An abnormal laboratory test result in which the partial thromboplastin time is found to be greater than the control value. As a possible indicator of coagulopathy, a prolonged partial thromboplastin time (PTT) may occur in a variety of diseases and disorders, both primary and related to treatment.", "display": "Activated partial thromboplastin time prolonged" }, { "code": "10001367", "definition": "A disorder that occurs when the adrenal cortex does not produce enough of the hormone cortisol and in some cases, the hormone aldosterone. It may be due to a disorder of the adrenal cortex as in Addison's disease or primary adrenal insufficiency.", "display": "Adrenal insufficiency" }, { "code": "10001409", "definition": "A disorder characterized by progressive and life-threatening pulmonary distress in the absence of an underlying pulmonary condition, usually following major trauma or surgery.", "display": "Adult respiratory distress syndrome" }, { "code": "10001497", "definition": "A disorder characterized by a state of restlessness associated with unpleasant feelings of irritability and tension.", "display": "Agitation" }, { "code": "10001540", "definition": "A disorder characterized by an uncomfortable feeling of inner restlessness and inability to stay still; this is a side effect of some psychotropic drugs.", "display": "Akathisia" }, { "code": "10001551", "definition": "A finding based on laboratory test results that indicate an increase in the level of alanine aminotransferase (ALT or SGPT) in the blood specimen.", "display": "Alanine aminotransferase increased" }, { "code": "10001598", "definition": "A disorder characterized by an increase in sensitivity to the adverse effects of alcohol, which can include nasal congestion, skin flushes, heart dysrhythmias, nausea, vomiting, indigestion and headaches.", "display": "Alcohol intolerance" }, { "code": "10001675", "definition": "A finding based on laboratory test results that indicate an increase in the level of alkaline phosphatase in a blood specimen.", "display": "Alkaline phosphatase increased" }, { "code": "10001680", "definition": "A disorder characterized by abnormally high alkalinity (low hydrogen-ion concentration) of the blood and other body tissues.", "display": "Alkalosis" }, { "code": "10001718", "definition": "A disorder characterized by an adverse local or general response from exposure to an allergen.", "display": "Allergic reaction" }, { "code": "10001723", "definition": "A disorder characterized by an inflammation of the nasal mucous membranes caused by an IgE-mediated response to external allergens. The inflammation may also involve the mucous membranes of the sinuses, eyes, middle ear, and pharynx. Symptoms include sneezing, nasal congestion, rhinorrhea and itching.", "display": "Allergic rhinitis" }, { "code": "10001760", "definition": "A disorder characterized by a decrease in density of hair compared to normal for a given individual at a given age and body location.", "display": "Alopecia" }, { "code": "10001949", "definition": "A disorder characterized by systematic and extensive loss of memory.", "display": "Amnesia" }, { "code": "10002156", "definition": "A disorder characterized by an abnormal communication between the opening in the anal canal to the perianal skin.", "display": "Anal fistula" }, { "code": "10002167", "definition": "A disorder characterized by a sensation of marked discomfort in the anal region.", "display": "Anal pain" }, { "code": "10002176", "definition": "A disorder characterized by a narrowing of the lumen of the anal canal.", "display": "Anal stenosis" }, { "code": "10002180", "definition": "A disorder characterized by a circumscribed, inflammatory and necrotic erosive lesion on the mucosal surface of the anal canal.", "display": "Anal ulcer" }, { "code": "10002218", "definition": "A disorder characterized by an acute inflammatory reaction resulting from the release of histamine and histamine-like substances from mast cells, causing a hypersensitivity immune response. Clinically, it presents with breathing difficulty, dizziness, hypotension, cyanosis and loss of consciousness and may lead to death.", "display": "Anaphylaxis" }, { "code": "10002272", "definition": "A disorder characterized by an reduction in the amount of hemoglobin in 100 ml of blood. Signs and symptoms of anemia may include pallor of the skin and mucous membranes, shortness of breath, palpitations of the heart, soft systolic murmurs, lethargy, and fatigability.", "display": "Anemia" }, { "code": "10002544", "definition": "A finding of damage to the ankle joint characterized by a break in the continuity of the ankle bone. Symptoms include marked discomfort, swelling and difficulty moving the affected leg and foot.", "display": "Ankle fracture" }, { "code": "10002646", "definition": "A disorder characterized by a loss of appetite.", "display": "Anorexia" }, { "code": "10002652", "definition": "A disorder characterized by an inability to achieve orgasm.", "display": "Anorgasmia" }, { "code": "10002855", "definition": "A disorder characterized by apprehension of danger and dread accompanied by restlessness, tension, tachycardia, and dyspnea unattached to a clearly identifiable stimulus.", "display": "Anxiety" }, { "code": "10002899", "definition": "A finding of damage to the aorta.", "display": "Aortic injury" }, { "code": "10002953", "definition": "A disorder characterized by the inability to speak. It may result from injuries to the vocal cords or may be functional (psychogenic).", "display": "Aphonia" }, { "code": "10002972", "definition": "A disorder characterized by cessation of breathing.", "display": "Apnea" }, { "code": "10003011", "definition": "A disorder characterized by acute inflammation to the vermiform appendix caused by a pathogenic agent.", "display": "Appendicitis" }, { "code": "10003012", "definition": "A disorder characterized by acute inflammation to the vermiform appendix caused by a pathogenic agent with gangrenous changes resulting in the rupture of the appendiceal wall. The appendiceal wall rupture causes the release of inflammatory and bacterial contents from the appendiceal lumen into the abdominal cavity.", "display": "Appendicitis perforated" }, { "code": "10003074", "definition": "A disorder characterized by inflammation of the arachnoid membrane and adjacent subarachnoid space.", "display": "Arachnoiditis" }, { "code": "10003162", "definition": "A finding of damage to an artery.", "display": "Arterial injury" }, { "code": "10003239", "definition": "A disorder characterized by a sensation of marked discomfort in a joint.", "display": "Arthralgia" }, { "code": "10003246", "definition": "A disorder characterized by inflammation involving a joint.", "display": "Arthritis" }, { "code": "10003445", "definition": "A disorder characterized by accumulation of serous or hemorrhagic fluid in the peritoneal cavity.", "display": "Ascites" }, { "code": "10003481", "definition": "A finding based on laboratory test results that indicate an increase in the level of aspartate aminotransferase (AST or SGOT) in a blood specimen.", "display": "Aspartate aminotransferase increased" }, { "code": "10003504", "definition": "A disorder characterized by inhalation of solids or liquids into the lungs.", "display": "Aspiration" }, { "code": "10003586", "definition": "A disorder characterized by a dysrhythmia without cardiac electrical activity. Typically, this is accompanied by cessation of the pumping function of the heart.", "display": "Asystole" }, { "code": "10003591", "definition": "A disorder characterized by lack of coordination of muscle movements resulting in the impairment or inability to perform voluntary activities.", "display": "Ataxia" }, { "code": "10003598", "definition": "A disorder characterized by the collapse of part or the entire lung.", "display": "Atelectasis" }, { "code": "10003658", "definition": "A disorder characterized by a dysrhythmia without discernible P waves and an irregular ventricular response due to multiple reentry circuits. The rhythm disturbance originates above the ventricles.", "display": "Atrial fibrillation" }, { "code": "10003662", "definition": "A disorder characterized by a dysrhythmia with organized rhythmic atrial contractions with a rate of 200-300 beats per minute. The rhythm disturbance originates in the atria.", "display": "Atrial flutter" }, { "code": "10003673", "definition": "A disorder characterized by a dysrhythmia with complete failure of atrial electrical impulse conduction through the AV node to the ventricles.", "display": "Atrioventricular block complete" }, { "code": "10003674", "definition": "A disorder characterized by a dysrhythmia with a delay in the time required for the conduction of an electrical impulse through the atrioventricular (AV) node beyond 0.2 seconds; prolongation of the PR interval greater than 200 milliseconds.", "display": "Atrioventricular block first degree" }, { "code": "10003883", "definition": "A disorder characterized by laboratory test results that indicate complete absence of spermatozoa in the semen.", "display": "Azoospermia" }, { "code": "10003988", "definition": "A disorder characterized by marked discomfort sensation in the back region.", "display": "Back pain" }, { "code": "10004665", "definition": "A disorder characterized by an abnormal communication between the bile ducts and another organ or anatomic site.", "display": "Biliary fistula" }, { "code": "10005047", "definition": "A disorder characterized by an infectious process involving the bladder.", "display": "Bladder infection" }, { "code": "10005265", "definition": "A disorder characterized by subject-reported feeling of uncomfortable fullness of the abdomen.", "display": "Bloating" }, { "code": "10005329", "definition": "No Value Exists", "display": "Blood and lymphatic system disorders - Other, specify" }, { "code": "10005332", "definition": "A finding based on laboratory test results that indicate abnormal levels of antidiuretic hormone in the blood specimen.", "display": "Blood antidiuretic hormone abnormal" }, { "code": "10005364", "definition": "A finding based on laboratory test results that indicate an abnormally high level of bilirubin in the blood. Excess bilirubin is associated with jaundice.", "display": "Blood bilirubin increased" }, { "code": "10005452", "definition": "A finding based on laboratory test results that indicate an decrease in levels of corticotrophin in a blood specimen.", "display": "Blood corticotrophin decreased" }, { "code": "10005561", "definition": "A finding based on laboratory test results that indicate abnormal levels of gonadotrophin hormone in a blood specimen.", "display": "Blood gonadotrophin abnormal" }, { "code": "10005778", "definition": "A finding based on laboratory test results that indicate abnormal levels of prolactin hormone in a blood specimen.", "display": "Blood prolactin abnormal" }, { "code": "10005886", "definition": "A disorder characterized by visual perception of unclear or fuzzy images.", "display": "Blurred vision" }, { "code": "10005901", "definition": "A disorder characterized by an abnormal body smell resulting from the growth of bacteria on the body.", "display": "Body odor" }, { "code": "10006002", "definition": "A disorder characterized by marked discomfort sensation in the bones.", "display": "Bone pain" }, { "code": "10006179", "definition": "A disorder characterized by underdevelopment of the breast.", "display": "Breast atrophy" }, { "code": "10006259", "definition": "A disorder characterized by an infectious process involving the breast.", "display": "Breast infection" }, { "code": "10006298", "definition": "A disorder characterized by marked discomfort sensation in the breast region.", "display": "Breast pain" }, { "code": "10006437", "definition": "A disorder characterized by an abnormal communication between the bronchus and another organ or anatomic site.", "display": "Bronchial fistula" }, { "code": "10006440", "definition": "A disorder characterized by blockage of a bronchus passage, most often by bronchial secretions and exudates.", "display": "Bronchial obstruction" }, { "code": "10006482", "definition": "A disorder characterized by a sudden contraction of the smooth muscles of the bronchial wall.", "display": "Bronchospasm" }, { "code": "10006504", "definition": "A finding of injury of the soft tissues or bone characterized by leakage of blood into surrounding tissues.", "display": "Bruising" }, { "code": "10006556", "definition": "A disorder characterized by inflammation of the skin characterized by the presence of bullae which are filled with fluid.", "display": "Bullous dermatitis" }, { "code": "10006634", "definition": "A finding of impaired integrity to the anatomic site of an adverse thermal reaction. Burns can be caused by exposure to chemicals, direct heat, electricity, flames and radiation. The extent of damage depends on the length and intensity of exposure and time until provision of treatment.", "display": "Burn" }, { "code": "10007196", "definition": "A disorder characterized by leakage of intravascular fluids into the extravascular space. This syndrome is observed in patients who demonstrate a state of generalized leaky capillaries following shock syndromes, low-flow states, ischemia-reperfusion injuries, toxemias, medications, or poisoning. It can lead to generalized edema and multiple organ failure.", "display": "Capillary leak syndrome" }, { "code": "10007515", "definition": "A disorder characterized by cessation of the pumping function of the heart.", "display": "Cardiac arrest" }, { "code": "10007541", "definition": "No Value Exists", "display": "Cardiac disorders - Other, specify" }, { "code": "10007612", "definition": "A laboratory test result which indicates increased levels of cardiac troponin I in a biological specimen.", "display": "Cardiac troponin I increased" }, { "code": "10007613", "definition": "A laboratory test result which indicates increased levels of cardiac troponin T in a biological specimen.", "display": "Cardiac troponin T increased" }, { "code": "10007739", "definition": "A disorder characterized by partial or complete opacity of the crystalline lens of one or both eyes. This results in a decrease in visual acuity and eventual blindness if untreated.", "display": "Cataract" }, { "code": "10007810", "definition": "A disorder characterized by an infectious process that arises secondary to catheter use.", "display": "Catheter related infection" }, { "code": "10007839", "definition": "A finding based on laboratory test results that indicate an decrease in levels of CD4 lymphocytes in a blood specimen.", "display": "CD4 lymphocytes decreased" }, { "code": "10008164", "definition": "A disorder characterized by loss of cerebrospinal fluid into the surrounding tissues.", "display": "Cerebrospinal fluid leakage" }, { "code": "10008330", "definition": "A disorder characterized by an infectious process involving the uterine cervix.", "display": "Cervicitis infection" }, { "code": "10008417", "definition": "A disorder characterized by inflammation of the lip.", "display": "Cheilitis" }, { "code": "10008481", "definition": "A disorder characterized by substernal discomfort due to insufficient myocardial oxygenation.", "display": "Chest pain - cardiac" }, { "code": "10008496", "definition": "A disorder characterized by marked discomfort sensation in the chest wall region.", "display": "Chest wall pain" }, { "code": "10008531", "definition": "A disorder characterized by a sensation of cold that often marks a physiologic response to sweating after a fever.", "display": "Chills" }, { "code": "10008612", "definition": "A disorder characterized by inflammation involving the gallbladder. It may be associated with the presence of gallstones.", "display": "Cholecystitis" }, { "code": "10008661", "definition": "A finding based on laboratory test results that indicate higher than normal levels of cholesterol in a blood specimen.", "display": "Cholesterol high" }, { "code": "10009845", "definition": "A disorder characterized by a conspicuous change in cognitive function.", "display": "Cognitive disturbance" }, { "code": "10009887", "definition": "A disorder characterized by inflammation of the colon.", "display": "Colitis" }, { "code": "10009995", "definition": "A disorder characterized by an abnormal communication between the large intestine and another organ or anatomic site.", "display": "Colonic fistula" }, { "code": "10009998", "definition": "A disorder characterized by bleeding from the colon.", "display": "Colonic hemorrhage" }, { "code": "10010000", "definition": "A disorder characterized by blockage of the normal flow of the intestinal contents in the colon.", "display": "Colonic obstruction" }, { "code": "10010001", "definition": "A disorder characterized by a rupture in the colonic wall.", "display": "Colonic perforation" }, { "code": "10010004", "definition": "A disorder characterized by a narrowing of the lumen of the colon.", "display": "Colonic stenosis" }, { "code": "10010006", "definition": "A disorder characterized by a circumscribed, inflammatory and necrotic erosive lesion on the mucosal surface of the colon.", "display": "Colonic ulcer" }, { "code": "10010250", "definition": "A disorder characterized by a deterioration in the ability to concentrate.", "display": "Concentration impairment" }, { "code": "10010276", "definition": "A disorder characterized by pathological irregularities in the cardiac conduction system.", "display": "Conduction disorder" }, { "code": "10010300", "definition": "A disorder characterized by a lack of clear and orderly thought and behavior.", "display": "Confusion" }, { "code": "10010331", "definition": "No Value Exists", "display": "Congenital, familial and genetic disorders - Other, specify" }, { "code": "10010741", "definition": "A disorder characterized by inflammation, swelling and redness to the conjunctiva of the eye.", "display": "Conjunctivitis" }, { "code": "10010742", "definition": "A disorder characterized by an infectious process involving the conjunctiva. Clinical manifestations include pink or red color in the eyes.", "display": "Conjunctivitis infective" }, { "code": "10010774", "definition": "A disorder characterized by irregular and infrequent or difficult evacuation of the bowels.", "display": "Constipation" }, { "code": "10010783", "definition": "A disorder characterized by a thickened and fibrotic pericardial sac; these fibrotic changes impede normal myocardial function by restricting myocardial muscle action.", "display": "Constrictive pericarditis" }, { "code": "10011224", "definition": "A disorder characterized by sudden, often repetitive, spasmodic contraction of the thoracic cavity, resulting in violent release of air from the lungs and usually accompanied by a distinctive sound.", "display": "Cough" }, { "code": "10011268", "definition": "A finding based on laboratory test results that indicate an increase in levels of creatine phosphokinase in a blood specimen.", "display": "CPK increased" }, { "code": "10011368", "definition": "A finding based on laboratory test results that indicate increased levels of creatinine in a biological specimen.", "display": "Creatinine increased" }, { "code": "10011655", "definition": "A disorder characterized by signs and symptoms that resemble Cushing's disease or syndrome: buffalo hump obesity, striations, adiposity, hypertension, diabetes, and osteoporosis, usually due to exogenous corticosteroids.", "display": "Cushingoid" }, { "code": "10011912", "definition": "A disorder characterized by cessation of life occurring during the first 28 days of life.", "display": "Death neonatal" }, { "code": "10011914", "definition": "A cessation of life that cannot be attributed to a CTCAE term associated with Grade 5.", "display": "Death NOS" }, { "code": "10012174", "definition": "A disorder characterized by excessive loss of water from the body. It is usually caused by severe diarrhea, vomiting or diaphoresis.", "display": "Dehydration" }, { "code": "10012205", "definition": "A disorder characterized by unusually late sexual maturity.", "display": "Delayed puberty" }, { "code": "10012218", "definition": "A disorder characterized by the acute and sudden development of confusion, illusions, movement changes, inattentiveness, agitation, and hallucinations. Usually, it is a reversible condition.", "display": "Delirium" }, { "code": "10012260", "definition": "A disorder characterized by false personal beliefs held contrary to reality, despite contradictory evidence and common sense.", "display": "Delusions" }, { "code": "10012318", "definition": "A disorder characterized by the decay of a tooth, in which it becomes softened, discolored and/or porous.", "display": "Dental caries" }, { "code": "10012373", "definition": "A disorder characterized by a decrease in ability to perceive and respond.", "display": "Depressed level of consciousness" }, { "code": "10012378", "definition": "A disorder characterized by melancholic feelings of grief or unhappiness.", "display": "Depression" }, { "code": "10012727", "definition": "A disorder characterized by frequent and watery bowel movements.", "display": "Diarrhea" }, { "code": "10013442", "definition": "A disorder characterized by systemic pathological activation of blood clotting mechanisms which results in clot formation throughout the body. There is an increase in the risk of hemorrhage as the body is depleted of platelets and coagulation factors.", "display": "Disseminated intravascular coagulation" }, { "code": "10013573", "definition": "A disorder characterized by a disturbing sensation of lightheadedness, unsteadiness, giddiness, spinning or rocking.", "display": "Dizziness" }, { "code": "10013774", "definition": "A disorder characterized by dryness of the cornea and conjunctiva.", "display": "Dry eye" }, { "code": "10013781", "definition": "A disorder characterized by reduced salivary flow in the oral cavity.", "display": "Dry mouth" }, { "code": "10013786", "definition": "A disorder characterized by flaky and dull skin; the pores are generally fine, the texture is a papery thin texture.", "display": "Dry skin" }, { "code": "10013828", "definition": "A disorder characterized by an abnormal communication between the duodenum and another organ or anatomic site.", "display": "Duodenal fistula" }, { "code": "10013830", "definition": "A disorder characterized by blockage of the normal flow of stomach contents through the duodenum.", "display": "Duodenal obstruction" }, { "code": "10013832", "definition": "A disorder characterized by a rupture in the duodenal wall.", "display": "Duodenal perforation" }, { "code": "10013836", "definition": "A disorder characterized by a circumscribed, inflammatory and necrotic erosive lesion on the mucosal surface of the duodenal wall.", "display": "Duodenal ulcer" }, { "code": "10013887", "definition": "A disorder characterized by slow and slurred speech resulting from an inability to coordinate the muscles used in speech.", "display": "Dysarthria" }, { "code": "10013911", "definition": "A disorder characterized by abnormal sensual experience with the taste of foodstuffs; it can be related to a decrease in the sense of smell.", "display": "Dysgeusia" }, { "code": "10013934", "definition": "A disorder characterized by abnormally painful abdominal cramps during menses.", "display": "Dysmenorrhea" }, { "code": "10013941", "definition": "A disorder characterized by painful or difficult coitus.", "display": "Dyspareunia" }, { "code": "10013946", "definition": "A disorder characterized by an uncomfortable, often painful feeling in the stomach, resulting from impaired digestion. Symptoms include burning stomach, bloating, heartburn, nausea and vomiting.", "display": "Dyspepsia" }, { "code": "10013950", "definition": "A disorder characterized by difficulty in swallowing.", "display": "Dysphagia" }, { "code": "10013951", "definition": "A disorder characterized by impairment of verbal communication skills, often resulting from brain damage.", "display": "Dysphasia" }, { "code": "10013963", "definition": "A disorder characterized by an uncomfortable sensation of difficulty breathing.", "display": "Dyspnea" }, { "code": "10013993", "definition": "No Value Exists", "display": "Ear and labyrinth disorders - Other, specify" }, { "code": "10014020", "definition": "A disorder characterized by a sensation of marked discomfort in the ear.", "display": "Ear pain" }, { "code": "10014217", "definition": "A disorder characterized by swelling due to an excessive accumulation of fluid in the brain.", "display": "Edema cerebral" }, { "code": "10014222", "definition": "A disorder characterized by swelling due to excessive fluid accumulation in facial tissues.", "display": "Edema face" }, { "code": "10014326", "definition": "A disorder characterized by problems related to ejaculation. This category includes premature, delayed, retrograde and painful ejaculation.", "display": "Ejaculation disorder" }, { "code": "10014383", "definition": "A finding of a cardiac dysrhythmia characterized by an abnormally long corrected QT interval.", "display": "Electrocardiogram QT corrected interval prolonged" }, { "code": "10014594", "definition": "A disorder characterized by an infectious process involving the brain tissue.", "display": "Encephalitis infection" }, { "code": "10014621", "definition": "A disorder characterized by an infectious process involving the brain and spinal cord tissues.", "display": "Encephalomyelitis infection" }, { "code": "10014625", "definition": "A disorder characterized by a pathologic process involving the brain.", "display": "Encephalopathy" }, { "code": "10014678", "definition": "A disorder characterized by an infectious process involving the endocardial layer of the heart.", "display": "Endocarditis infective" }, { "code": "10014698", "definition": "No Value Exists", "display": "Endocrine disorders - Other, specify" }, { "code": "10014801", "definition": "A disorder characterized by an infectious process involving the internal structures of the eye.", "display": "Endophthalmitis" }, { "code": "10014893", "definition": "A disorder characterized by inflammation of the small and large intestines.", "display": "Enterocolitis" }, { "code": "10015090", "definition": "A disorder characterized by bleeding from the nose.", "display": "Epistaxis" }, { "code": "10015218", "definition": "A disorder characterized by target lesions (a pink-red ring around a pale center).", "display": "Erythema multiforme" }, { "code": "10015277", "definition": "A disorder characterized by generalized inflammatory erythema and exfoliation. The inflammatory process involves > 90% of the body surface area.", "display": "Erythroderma" }, { "code": "10015384", "definition": "A disorder characterized by bleeding from the esophagus.", "display": "Esophageal hemorrhage" }, { "code": "10015387", "definition": "A disorder characterized by blockage of the normal flow of the contents in the esophagus.", "display": "Esophageal obstruction" }, { "code": "10015388", "definition": "A disorder characterized by a sensation of marked discomfort in the esophageal region.", "display": "Esophageal pain" }, { "code": "10015448", "definition": "A disorder characterized by a narrowing of the lumen of the esophagus.", "display": "Esophageal stenosis" }, { "code": "10015451", "definition": "A disorder characterized by a circumscribed, inflammatory and necrotic erosive lesion on the mucosal surface of the esophageal wall.", "display": "Esophageal ulcer" }, { "code": "10015453", "definition": "A disorder characterized by bleeding from esophageal varices.", "display": "Esophageal varices hemorrhage" }, { "code": "10015461", "definition": "A disorder characterized by inflammation of the esophageal wall.", "display": "Esophagitis" }, { "code": "10015533", "definition": "A disorder characterized by an exaggerated feeling of well-being which is disproportionate to events and stimuli.", "display": "Euphoria" }, { "code": "10015688", "definition": "A disorder characterized by non-neoplastic overgrowth of bone.", "display": "Exostosis" }, { "code": "10015829", "definition": "A disorder characterized by incomplete paralysis of an extraocular muscle.", "display": "Extraocular muscle paresis" }, { "code": "10015832", "definition": "A disorder characterized by abnormal, repetitive, involuntary muscle movements, frenzied speech and extreme restlessness.", "display": "Extrapyramidal disorder" }, { "code": "10015919", "definition": "No Value Exists", "display": "Eye disorders - Other, specify" }, { "code": "10015929", "definition": "A disorder characterized by an infectious process involving the eye.", "display": "Eye infection" }, { "code": "10015958", "definition": "A disorder characterized by a sensation of marked discomfort in the eye.", "display": "Eye pain" }, { "code": "10016059", "definition": "A disorder characterized by a sensation of marked discomfort in the face.", "display": "Facial pain" }, { "code": "10016173", "definition": "A finding of sudden movement downward, usually resulting in injury.", "display": "Fall" }, { "code": "10016241", "definition": "A disorder characterized by shrinking of adipose tissue.", "display": "Fat atrophy" }, { "code": "10016256", "definition": "A disorder characterized by a state of generalized weakness with a pronounced inability to summon sufficient energy to accomplish daily activities.", "display": "Fatigue" }, { "code": "10016288", "definition": "A disorder characterized by a decrease in neutrophils associated with fever.", "display": "Febrile neutropenia" }, { "code": "10016296", "definition": "A disorder characterized by inability to control the escape of stool from the rectum.", "display": "Fecal incontinence" }, { "code": "10016479", "definition": "A disorder characterized by death in utero; failure of the product of conception to show evidence of respiration, heartbeat, or definite movement of a voluntary muscle after expulsion from the uterus, without possibility of resuscitation.", "display": "Fetal death" }, { "code": "10016558", "definition": "A disorder characterized by elevation of the body's temperature above the upper limit of normal.", "display": "Fever" }, { "code": "10016596", "definition": "A finding based on laboratory test results that indicate an decrease in levels of fibrinogen in a blood specimen.", "display": "Fibrinogen decreased" }, { "code": "10016750", "definition": "A disorder characterized by marked discomfort sensation on the lateral side of the body in the region below the ribs and above the hip.", "display": "Flank pain" }, { "code": "10016757", "definition": "A disorder characterized by a sudden or brief burst of light.", "display": "Flashing lights" }, { "code": "10016766", "definition": "A disorder characterized by a state of excessive gas in the alimentary canal.", "display": "Flatulence" }, { "code": "10016778", "definition": "A disorder characterized by an individual seeing spots before their eyes. The spots are shadows of opaque cell fragments in the vitreous humor or lens.", "display": "Floaters" }, { "code": "10016791", "definition": "A disorder characterized by a group of symptoms similar to those observed in patients with the flu. It includes fever, chills, body aches, malaise, loss of appetite and dry cough.", "display": "Flu like symptoms" }, { "code": "10016825", "definition": "A disorder characterized by episodic reddening of the face.", "display": "Flushing" }, { "code": "10016987", "definition": "A finding based on test results that indicate a relative decrease in the fraction of the forced vital capacity that is exhaled in a specific number of seconds.", "display": "Forced expiratory volume decreased" }, { "code": "10017076", "definition": "A finding of traumatic injury to the bone in which the continuity of the bone is broken.", "display": "Fracture" }, { "code": "10017577", "definition": "A disorder characterized by walking difficulties.", "display": "Gait disturbance" }, { "code": "10017631", "definition": "A disorder characterized by an abnormal communication between the gallbladder and another organ or anatomic site.", "display": "Gallbladder fistula" }, { "code": "10017636", "definition": "A disorder characterized by blockage of the normal flow of the contents of the gallbladder.", "display": "Gallbladder obstruction" }, { "code": "10017638", "definition": "A disorder characterized by a sensation of marked discomfort in the gallbladder region.", "display": "Gallbladder pain" }, { "code": "10017639", "definition": "A disorder characterized by a rupture in the gallbladder wall.", "display": "Gallbladder perforation" }, { "code": "10017789", "definition": "A disorder characterized by bleeding from the gastric wall.", "display": "Gastric hemorrhage" }, { "code": "10017815", "definition": "A disorder characterized by a rupture in the stomach wall.", "display": "Gastric perforation" }, { "code": "10017822", "definition": "A disorder characterized by a circumscribed, inflammatory and necrotic erosive lesion on the mucosal surface of the stomach.", "display": "Gastric ulcer" }, { "code": "10017853", "definition": "A disorder characterized by inflammation of the stomach.", "display": "Gastritis" }, { "code": "10017877", "definition": "A disorder characterized by an abnormal communication between any part of the gastrointestinal system and another organ or anatomic site.", "display": "Gastrointestinal fistula" }, { "code": "10017947", "definition": "No Value Exists", "display": "Gastrointestinal disorders - Other, specify" }, { "code": "10017999", "definition": "A disorder characterized by a sensation of marked discomfort in the gastrointestinal region.", "display": "Gastrointestinal pain" }, { "code": "10018043", "definition": "A disorder characterized by an incomplete paralysis of the muscles of the stomach wall resulting in delayed emptying of the gastric contents into the small intestine.", "display": "Gastroparesis" }, { "code": "10018065", "definition": "No Value Exists", "display": "General disorders and administration site conditions - Other, specify" }, { "code": "10018146", "definition": "A disorder characterized by swelling due to an excessive accumulation of fluid in the genitals.", "display": "Genital edema" }, { "code": "10018286", "definition": "A disorder characterized by a sensation of marked discomfort in the gingival region.", "display": "Gingival pain" }, { "code": "10018304", "definition": "A disorder characterized by an increase in pressure in the eyeball due to obstruction of the aqueous humor outflow.", "display": "Glaucoma" }, { "code": "10018746", "definition": "A disorder characterized by greater growth than expected for age.", "display": "Growth accelerated" }, { "code": "10018748", "definition": "A finding based on laboratory test results that indicate abnormal levels of growth hormone in a biological specimen.", "display": "Growth hormone abnormal" }, { "code": "10018761", "definition": "A disorder characterized by of stature that is smaller than normal as expected for age.", "display": "Growth suppression" }, { "code": "10018784", "definition": "A disorder characterized by an infectious process involving the gums.", "display": "Gum infection" }, { "code": "10018801", "definition": "A disorder characterized by excessive development of the breasts in males.", "display": "Gynecomastia" }, { "code": "10019077", "definition": "A disorder characterized by a false sensory perception in the absence of an external stimulus.", "display": "Hallucinations" }, { "code": "10019150", "definition": "A finding based on laboratory test results that indicate an decrease in levels of haptoglobin in a blood specimen.", "display": "Haptoglobin decreased" }, { "code": "10019211", "definition": "A disorder characterized by a sensation of marked discomfort in various parts of the head, not confined to the area of distribution of any nerve.", "display": "Headache" }, { "code": "10019245", "definition": "A disorder characterized by partial or complete loss of the ability to detect or understand sounds resulting from damage to ear structures.", "display": "Hearing impaired" }, { "code": "10019279", "definition": "A disorder characterized by the inability of the heart to pump blood at an adequate volume to meet tissue metabolic requirements, or, the ability to do so only at an elevation in the filling pressure.", "display": "Heart failure" }, { "code": "10019428", "definition": "A disorder characterized by a localized collection of blood, usually clotted, in an organ, space, or tissue, due to a break in the wall of a blood vessel.", "display": "Hematoma" }, { "code": "10019450", "definition": "A disorder characterized by laboratory test results that indicate blood in the urine.", "display": "Hematuria" }, { "code": "10019489", "definition": "A disorder characterized by laboratory test results that indicate the presence of free hemoglobin in the urine.", "display": "Hemoglobinuria" }, { "code": "10019491", "definition": "A disorder characterized by laboratory test results that indicate widespread erythrocyte cell membrane destruction.", "display": "Hemolysis" }, { "code": "10019515", "definition": "A disorder characterized by a form of thrombotic microangiopathy with renal failure, hemolytic anemia, and severe thrombocytopenia.", "display": "Hemolytic uremic syndrome" }, { "code": "10019611", "definition": "A disorder characterized by the presence of dilated veins in the rectum and surrounding area.", "display": "Hemorrhoids" }, { "code": "10019663", "definition": "A disorder characterized by the inability of the liver to metabolize chemicals in the body. Laboratory test results reveal abnormal plasma levels of ammonia, bilirubin, lactic dehydrogenase, and alkaline phosphatase.", "display": "Hepatic failure" }, { "code": "10019678", "definition": "A disorder characterized by bleeding from the liver.", "display": "Hepatic hemorrhage" }, { "code": "10019692", "definition": "A disorder characterized by a necrotic process occurring in the hepatic parenchyma.", "display": "Hepatic necrosis" }, { "code": "10019705", "definition": "A disorder characterized by a sensation of marked discomfort in the liver region.", "display": "Hepatic pain" }, { "code": "10019799", "definition": "A disorder characterized by a viral pathologic process involving the liver parenchyma.", "display": "Hepatitis viral" }, { "code": "10019805", "definition": "No Value Exists", "display": "Hepatobiliary disorders - Other, specify" }, { "code": "10020039", "definition": "A disorder characterized by repeated gulp sounds that result from an involuntary opening and closing of the glottis. This is attributed to a spasm of the diaphragm.", "display": "Hiccups" }, { "code": "10020100", "definition": "A finding of traumatic injury to the hip in which the continuity of either the femoral head, femoral neck, intertrochanteric or subtrochanteric regions is broken.", "display": "Hip fracture" }, { "code": "10020112", "definition": "A disorder characterized by the presence of excess hair growth in women in anatomic sites where growth is considered to be a secondary male characteristic and under androgen control (beard, moustache, chest, abdomen)", "display": "Hirsutism" }, { "code": "10020201", "definition": "A disorder characterized by harsh and raspy voice arising from or spreading to the larynx.", "display": "Hoarseness" }, { "code": "10020407", "definition": "A disorder characterized by an uncomfortable and temporary sensation of intense body warmth, flushing, sometimes accompanied by sweating upon cooling.", "display": "Hot flashes" }, { "code": "10020508", "definition": "A disorder characterized by an abnormal increase of cerebrospinal fluid in the ventricles of the brain.", "display": "Hydrocephalus" }, { "code": "10020587", "definition": "A disorder characterized by laboratory test results that indicate an elevation in the concentration of calcium in blood.", "display": "Hypercalcemia" }, { "code": "10020639", "definition": "A disorder characterized by laboratory test results that indicate an elevation in the concentration of blood sugar. It is usually an indication of diabetes mellitus or glucose intolerance.", "display": "Hyperglycemia" }, { "code": "10020642", "definition": "A disorder characterized by excessive perspiration.", "display": "Hyperhidrosis" }, { "code": "10020647", "definition": "A disorder characterized by laboratory test results that indicate an elevation in the concentration of potassium in the blood; associated with kidney failure or sometimes with the use of diuretic drugs.", "display": "Hyperkalemia" }, { "code": "10020670", "definition": "A disorder characterized by laboratory test results that indicate an elevation in the concentration of magnesium in the blood.", "display": "Hypermagnesemia" }, { "code": "10020680", "definition": "A disorder characterized by laboratory test results that indicate an elevation in the concentration of sodium in the blood.", "display": "Hypernatremia" }, { "code": "10020705", "definition": "A disorder characterized by an increase in production of parathyroid hormone by the parathyroid glands. This results in hypercalcemia (abnormally high levels of calcium in the blood).", "display": "Hyperparathyroidism" }, { "code": "10020765", "definition": "A disorder characterized by characterized by excessive sleepiness during the daytime.", "display": "Hypersomnia" }, { "code": "10020772", "definition": "A disorder characterized by a pathological increase in blood pressure; a repeatedly elevation in the blood pressure exceeding 140 over 90 mm Hg.", "display": "Hypertension" }, { "code": "10020850", "definition": "A disorder characterized by excessive levels of thyroid hormone in the body. Common causes include an overactive thyroid gland or thyroid hormone overdose.", "display": "Hyperthyroidism" }, { "code": "10020864", "definition": "A disorder characterized by hair density or length beyond the accepted limits of normal in a particular body region, for a particular age or race.", "display": "Hypertrichosis" }, { "code": "10020870", "definition": "A disorder characterized by laboratory test results that indicate an elevation in the concentration of triglyceride concentration in the blood.", "display": "Hypertriglyceridemia" }, { "code": "10020907", "definition": "A disorder characterized by laboratory test results that indicate an elevation in the concentration of uric acid.", "display": "Hyperuricemia" }, { "code": "10020943", "definition": "A disorder characterized by laboratory test results that indicate a low concentration of albumin in the blood.", "display": "Hypoalbuminemia" }, { "code": "10020949", "definition": "A disorder characterized by laboratory test results that indicate a low concentration of calcium in the blood.", "display": "Hypocalcemia" }, { "code": "10021005", "definition": "A disorder characterized by laboratory test results that indicate a low concentration of glucose in the blood.", "display": "Hypoglycemia" }, { "code": "10021013", "definition": "A disorder characterized by reduced sweating.", "display": "Hypohidrosis" }, { "code": "10021018", "definition": "A disorder characterized by laboratory test results that indicate a low concentration of potassium in the blood.", "display": "Hypokalemia" }, { "code": "10021028", "definition": "A disorder characterized by laboratory test results that indicate a low concentration of magnesium in the blood.", "display": "Hypomagnesemia" }, { "code": "10021038", "definition": "A disorder characterized by laboratory test results that indicate a low concentration of sodium in the blood.", "display": "Hyponatremia" }, { "code": "10021041", "definition": "A disorder characterized by a decrease in production of parathyroid hormone by the parathyroid glands.", "display": "Hypoparathyroidism" }, { "code": "10021059", "definition": "A disorder characterized by laboratory test results that indicate a low concentration of phosphates in the blood.", "display": "Hypophosphatemia" }, { "code": "10021097", "definition": "A disorder characterized by a blood pressure that is below the normal expected for an individual in a given environment.", "display": "Hypotension" }, { "code": "10021113", "definition": "A disorder characterized by an abnormally low body temperature. Treatment is required when the body temperature is 35C (95F) or below.", "display": "Hypothermia" }, { "code": "10021114", "definition": "A disorder characterized by a decrease in production of thyroid hormone by the thyroid gland.", "display": "Hypothyroidism" }, { "code": "10021143", "definition": "A disorder characterized by a decrease in the level of oxygen in the body.", "display": "Hypoxia" }, { "code": "10021305", "definition": "A disorder characterized by a rupture in the ileal wall.", "display": "Ileal perforation" }, { "code": "10021307", "definition": "A disorder characterized by a narrowing of the lumen of the ileum.", "display": "Ileal stenosis" }, { "code": "10021309", "definition": "A disorder characterized by a circumscribed, inflammatory and necrotic erosive lesion on the mucosal surface of the ileum.", "display": "Ileal ulcer" }, { "code": "10021328", "definition": "A disorder characterized by failure of the ileum to transport intestinal contents.", "display": "Ileus" }, { "code": "10021428", "definition": "No Value Exists", "display": "Immune system disorders - Other, specify" }, { "code": "10021881", "definition": "No Value Exists", "display": "Infections and infestations - Other, specify" }, { "code": "10021918", "definition": "A disorder characterized by an infectious process involving the skeletal muscles.", "display": "Infective myositis" }, { "code": "10022095", "definition": "A disorder characterized by an intense adverse reaction (usually immunologic) developing at the site of an injection.", "display": "Injection site reaction" }, { "code": "10022117", "definition": "No Value Exists", "display": "Injury, poisoning and procedural complications - Other, specify" }, { "code": "10022161", "definition": "A finding of damage to the carotid artery.", "display": "Injury to carotid artery" }, { "code": "10022213", "definition": "A finding of damage to the inferior vena cava.", "display": "Injury to inferior vena cava" }, { "code": "10022356", "definition": "A finding of damage to the superior vena cava.", "display": "Injury to superior vena cava" }, { "code": "10022402", "definition": "A finding based on laboratory test results that indicate an increase in the ratio of the patient's prothrombin time to a control sample in the blood.", "display": "INR increased" }, { "code": "10022437", "definition": "A disorder characterized by difficulty in falling asleep and/or remaining asleep.", "display": "Insomnia" }, { "code": "10022763", "definition": "A disorder characterized by bleeding from the cranium.", "display": "Intracranial hemorrhage" }, { "code": "10022891", "definition": "No Value Exists", "display": "Investigations - Other, specify" }, { "code": "10022992", "definition": "A disorder characterized by irregular cycle or duration of menses.", "display": "Irregular menstruation" }, { "code": "10022998", "definition": "A disorder characterized by an abnormal responsiveness to stimuli or physiological arousal; may be in response to pain, fright, a drug, an emotional situation or a medical condition.", "display": "Irritability" }, { "code": "10023030", "definition": "A disorder characterized by a decrease or absence of blood supply to the brain caused by obstruction (thrombosis or embolism) of an artery resulting in neurological damage.", "display": "Ischemia cerebrovascular" }, { "code": "10023174", "definition": "A disorder characterized by a rupture in the jejunal wall.", "display": "Jejunal perforation" }, { "code": "10023176", "definition": "A disorder characterized by a narrowing of the lumen of the jejunum.", "display": "Jejunal stenosis" }, { "code": "10023177", "definition": "A disorder characterized by a circumscribed, inflammatory and necrotic erosive lesion on the mucosal surface of the jejunum.", "display": "Jejunal ulcer" }, { "code": "10023215", "definition": "A disorder characterized by excessive fluid in a joint, usually as a result of joint inflammation.", "display": "Joint effusion" }, { "code": "10023216", "definition": "A disorder characterized by an infectious process involving a joint.", "display": "Joint infection" }, { "code": "10023332", "definition": "A disorder characterized by inflammation to the cornea of the eye.", "display": "Keratitis" }, { "code": "10023424", "definition": "A disorder characterized by an infectious process involving the kidney.", "display": "Kidney infection" }, { "code": "10023509", "definition": "A disorder characterized by an abnormal increase in the curvature of the thoracic portion of the spine.", "display": "Kyphosis" }, { "code": "10023838", "definition": "A disorder characterized by swelling due to an excessive accumulation of fluid in the larynx.", "display": "Laryngeal edema" }, { "code": "10023862", "definition": "A disorder characterized by a narrowing of the laryngeal airway.", "display": "Laryngeal stenosis" }, { "code": "10023874", "definition": "A disorder characterized by an inflammatory process involving the larynx.", "display": "Laryngitis" }, { "code": "10023891", "definition": "A disorder characterized by paroxysmal spasmodic muscular contraction of the vocal cords.", "display": "Laryngospasm" }, { "code": "10024264", "definition": "A disorder characterized by a decrease in consciousness characterized by mental and physical inertness.", "display": "Lethargy" }, { "code": "10024378", "definition": "A disorder characterized by laboratory test results that indicate an increased number of white blood cells in the blood.", "display": "Leukocytosis" }, { "code": "10024382", "definition": "A disorder characterized by diffuse reactive astrocytosis with multiple areas of necrotic foci without inflammation.", "display": "Leukoencephalopathy" }, { "code": "10024419", "definition": "A disorder characterized by a decrease in sexual desire.", "display": "Libido decreased" }, { "code": "10024421", "definition": "A disorder characterized by an increase in sexual desire.", "display": "Libido increased" }, { "code": "10024561", "definition": "A disorder characterized by a sensation of marked discomfort of the lip.", "display": "Lip pain" }, { "code": "10024574", "definition": "A finding based on laboratory test results that indicate an increase in the level of lipase in a biological specimen.", "display": "Lipase increased" }, { "code": "10024842", "definition": "A disorder characterized by an abnormal increase in the curvature of the lumbar portion of the spine.", "display": "Lordosis" }, { "code": "10025182", "definition": "A disorder characterized by a sensation of marked discomfort in a lymph node.", "display": "Lymph node pain" }, { "code": "10025233", "definition": "A disorder characterized by excessive fluid collection in tissues that causes swelling.", "display": "Lymphedema" }, { "code": "10025256", "definition": "A finding based on laboratory test results that indicate a decrease in number of lymphocytes in a blood specimen.", "display": "Lymphocyte count decreased" }, { "code": "10025258", "definition": "A finding based on laboratory test results that indicate an abnormal increase in the number of lymphocytes in the blood, effusions or bone marrow.", "display": "Lymphocyte count increased" }, { "code": "10025476", "definition": "A disorder characterized by inadequate absorption of nutrients in the small intestine. Symptoms include abdominal marked discomfort, bloating and diarrhea.", "display": "Malabsorption" }, { "code": "10025482", "definition": "A disorder characterized by a feeling of general discomfort or uneasiness, an out-of-sorts feeling.", "display": "Malaise" }, { "code": "10026749", "definition": "A disorder characterized by excitement of psychotic proportions manifested by mental and physical hyperactivity, disorganization of behavior and elevation of mood.", "display": "Mania" }, { "code": "10027175", "definition": "A disorder characterized by a deterioration in memory function.", "display": "Memory impairment" }, { "code": "10027198", "definition": "A disorder characterized by neck stiffness, headache, and photophobia resulting from irritation of the cerebral meninges.", "display": "Meningismus" }, { "code": "10027199", "definition": "A disorder characterized by acute inflammation of the meninges of the brain and/or spinal cord.", "display": "Meningitis" }, { "code": "10027308", "definition": "A disorder characterized by the permanent cessation of menses, usually defined by 12 consecutive months of amenorrhea in a woman over 45 years of age.", "display": "Menopause" }, { "code": "10027313", "definition": "A disorder characterized by abnormally heavy vaginal bleeding during menses.", "display": "Menorrhagia" }, { "code": "10027433", "definition": "No Value Exists", "display": "Metabolism and nutrition disorders - Other, specify" }, { "code": "10027786", "definition": "A disorder characterized by a dysrhythmia with relatively constant PR interval prior to the block of an atrial impulse. This is the result of intermittent failure of atrial electrical impulse conduction through the atrioventricular (AV) node to the ventricles.", "display": "Mobitz (type) II atrioventricular block" }, { "code": "10027787", "definition": "A disorder characterized by a dysrhythmia with a progressively lengthening PR interval prior to the blocking of an atrial impulse. This is the result of intermittent failure of atrial electrical impulse conduction through the atrioventricular (AV) node to the ventricles.", "display": "Mobitz type I" }, { "code": "10028041", "definition": "A disorder characterized by uncontrolled and purposeless movements.", "display": "Movements involuntary" }, { "code": "10028130", "definition": "A disorder characterized by inflammation of the oral mucosal.", "display": "Mucositis oral" }, { "code": "10028154", "definition": "A disorder characterized by progressive deterioration of the lungs, liver, kidney and clotting mechanisms.", "display": "Multi-organ failure" }, { "code": "10028395", "definition": "No Value Exists", "display": "Musculoskeletal and connective tissue disorder - Other, specify" }, { "code": "10028411", "definition": "A disorder characterized by marked discomfort sensation originating from a muscle or group of muscles.", "display": "Myalgia" }, { "code": "10028524", "definition": "A disorder characterized by inflammation involving the spinal cord. Symptoms include weakness, paresthesia, sensory loss, marked discomfort and incontinence.", "display": "Myelitis" }, { "code": "10028533", "definition": "A disorder characterized by insufficiently healthy hematapoietic cell production by the bone marrow.", "display": "Myelodysplastic syndrome" }, { "code": "10028596", "definition": "A disorder characterized by gross necrosis of the myocardium; this is due to an interruption of blood supply to the area.", "display": "Myocardial infarction" }, { "code": "10028606", "definition": "A disorder characterized by inflammation of the muscle tissue of the heart.", "display": "Myocarditis" }, { "code": "10028653", "definition": "A disorder characterized by inflammation involving the skeletal muscles.", "display": "Myositis" }, { "code": "10028691", "definition": "A disorder characterized by a change in the color of the nail plate.", "display": "Nail discoloration" }, { "code": "10028735", "definition": "A disorder characterized by obstruction of the nasal passage due to mucosal edema.", "display": "Nasal congestion" }, { "code": "10028813", "definition": "A disorder characterized by a queasy sensation and/or the urge to vomit.", "display": "Nausea" }, { "code": "10028836", "definition": "A disorder characterized by marked discomfort sensation in the neck area.", "display": "Neck pain" }, { "code": "10029104", "definition": "No Value Exists", "display": "Neoplasms benign, malignant and unspecified (incl cysts and polyps) - Other, specify" }, { "code": "10029205", "definition": "No Value Exists", "display": "Nervous system disorders - Other, specify" }, { "code": "10029223", "definition": "A disorder characterized by intense painful sensation along a nerve or group of nerves.", "display": "Neuralgia" }, { "code": "10029366", "definition": "A finding based on laboratory test results that indicate a decrease in number of neutrophils in a blood specimen.", "display": "Neutrophil count decreased" }, { "code": "10029404", "definition": "A disorder characterized by an inability to see clearly in dim light.", "display": "Night blindness" }, { "code": "10029864", "definition": "A disorder characterized by involuntary movements of the eyeballs.", "display": "Nystagmus" }, { "code": "10029883", "definition": "A disorder characterized by having a high amount of body fat.", "display": "Obesity" }, { "code": "10029957", "definition": "A disorder characterized by blockage of the normal flow of the contents in the stomach.", "display": "Obstruction gastric" }, { "code": "10030300", "definition": "A disorder characterized by a decrease in the number of spermatozoa in the semen.", "display": "Oligospermia" }, { "code": "10030980", "definition": "A disorder characterized by bleeding from the mouth.", "display": "Oral hemorrhage" }, { "code": "10031009", "definition": "A disorder characterized by a sensation of marked discomfort in the mouth, tongue or lips.", "display": "Oral pain" }, { "code": "10031282", "definition": "A disorder characterized by reduced bone mass, with a decrease in cortical thickness and in the number and size of the trabeculae of cancellous bone (but normal chemical composition), resulting in increased fracture incidence.", "display": "Osteoporosis" }, { "code": "10033072", "definition": "A disorder characterized by an infectious process involving the outer ear and ear canal. Contributory factors include excessive water exposure (swimmer's ear infection) and cuts in the ear canal. Symptoms include fullness, itching, swelling and marked discomfort in the ear and ear drainage.", "display": "Otitis externa" }, { "code": "10033078", "definition": "A disorder characterized by an infectious process involving the middle ear.", "display": "Otitis media" }, { "code": "10033279", "definition": "A disorder characterized by tearing or disruption of the ovarian tissue.", "display": "Ovarian rupture" }, { "code": "10033314", "definition": "A disorder characterized by marked discomfort sensation in one side of the abdomen between menstrual cycles, around the time of the discharge of the ovum from the ovarian follicle.", "display": "Ovulation pain" }, { "code": "10033371", "definition": "A disorder characterized by the sensation of marked discomfort, distress or agony.", "display": "Pain" }, { "code": "10033425", "definition": "A disorder characterized by marked discomfort sensation in the upper or lower extremities.", "display": "Pain in extremity" }, { "code": "10033474", "definition": "A disorder characterized by marked discomfort sensation in the skin.", "display": "Pain of skin" }, { "code": "10033557", "definition": "A disorder characterized by an unpleasant sensation of irregular and/or forceful beating of the heart.", "display": "Palpitations" }, { "code": "10033626", "definition": "A disorder characterized by bleeding from the pancreas.", "display": "Pancreatic hemorrhage" }, { "code": "10033645", "definition": "A disorder characterized by inflammation of the pancreas.", "display": "Pancreatitis" }, { "code": "10033703", "definition": "A disorder characterized by swelling around the optic disc.", "display": "Papilledema" }, { "code": "10033987", "definition": "A disorder characterized by functional disturbances of sensory neurons resulting in abnormal cutaneous sensations of tingling, numbness, pressure, cold, and warmth that are experienced in the absence of a stimulus.", "display": "Paresthesia" }, { "code": "10034016", "definition": "A disorder characterized by an infectious process involving the soft tissues around the nail.", "display": "Paronychia" }, { "code": "10034040", "definition": "A disorder characterized by a dysrhythmia with abrupt onset and sudden termination of atrial contractions with a rate of 150-250 beats per minute. The rhythm disturbance originates in the atria.", "display": "Paroxysmal atrial tachycardia" }, { "code": "10034263", "definition": "A disorder characterized by marked discomfort sensation in the pelvis.", "display": "Pelvic pain" }, { "code": "10034310", "definition": "A disorder characterized by marked discomfort sensation in the penis.", "display": "Penile pain" }, { "code": "10034405", "definition": "A disorder characterized by a rupture in the wall of the extrahepatic or intrahepatic bile duct.", "display": "Perforation bile duct" }, { "code": "10034474", "definition": "A disorder characterized by fluid collection within the pericardial sac, usually due to inflammation.", "display": "Pericardial effusion" }, { "code": "10034484", "definition": "A disorder characterized by irritation to the layers of the pericardium (the protective sac around the heart).", "display": "Pericarditis" }, { "code": "10034536", "definition": "A disorder in the gingival tissue around the teeth.", "display": "Periodontal disease" }, { "code": "10034578", "definition": "A disorder characterized by impaired circulation to an extremity.", "display": "Peripheral ischemia" }, { "code": "10034580", "definition": "A disorder characterized by inflammation or degeneration of the peripheral motor nerves.", "display": "Peripheral motor neuropathy" }, { "code": "10034620", "definition": "A disorder characterized by inflammation or degeneration of the peripheral sensory nerves.", "display": "Peripheral sensory neuropathy" }, { "code": "10034719", "definition": "A disorder characterized by a conspicuous change in a person's behavior and thinking.", "display": "Personality change" }, { "code": "10034825", "definition": "A disorder characterized by an abnormal communication between the pharynx and another organ or anatomic site.", "display": "Pharyngeal fistula" }, { "code": "10034835", "definition": "A disorder characterized by inflammation of the throat.", "display": "Pharyngitis" }, { "code": "10034844", "definition": "A disorder characterized by marked discomfort sensation in the pharyngolaryngeal region.", "display": "Pharyngolaryngeal pain" }, { "code": "10034879", "definition": "A disorder characterized by inflammation of the wall of a vein.", "display": "Phlebitis" }, { "code": "10034960", "definition": "A disorder characterized by fear and avoidance of light.", "display": "Photophobia" }, { "code": "10034966", "definition": "A disorder characterized by an increase in sensitivity of the skin to light.", "display": "Photosensitivity" }, { "code": "10035528", "definition": "A finding based on laboratory test results that indicate a decrease in number of platelets in a blood specimen.", "display": "Platelet count decreased" }, { "code": "10035598", "definition": "A disorder characterized by an increase in amounts of fluid within the pleural cavity. Symptoms include shortness of breath, cough and marked chest discomfort.", "display": "Pleural effusion" }, { "code": "10035623", "definition": "A disorder characterized by marked discomfort sensation in the pleura.", "display": "Pleuritic pain" }, { "code": "10035742", "definition": "A disorder characterized by inflammation focally or diffusely affecting the lung parenchyma.", "display": "Pneumonitis" }, { "code": "10035759", "definition": "A disorder characterized by abnormal presence of air in the pleural cavity resulting in the collapse of the lung.", "display": "Pneumothorax" }, { "code": "10036200", "definition": "A disorder characterized by an increase in blood pressure in the portal venous system.", "display": "Portal hypertension" }, { "code": "10036206", "definition": "A disorder characterized by the formation of a thrombus (blood clot) in the portal vein.", "display": "Portal vein thrombosis" }, { "code": "10036402", "definition": "A disorder characterized by excessive mucous secretion in the back of the nasal cavity or throat, causing sore throat and/or coughing.", "display": "Postnasal drip" }, { "code": "10036585", "definition": "No Value Exists", "display": "Pregnancy, puerperium and perinatal conditions - Other, specify" }, { "code": "10036595", "definition": "A disorder characterized by delivery of a viable infant before the normal end of gestation. Typically, viability is achievable between the twentieth and thirty-seventh week of gestation.", "display": "Premature delivery" }, { "code": "10036601", "definition": "A disorder characterized by ovarian failure before the age of 40. Symptoms include hot flashes, night sweats, mood swings and a decrease in sex drive.", "display": "Premature menopause" }, { "code": "10036653", "definition": "A disorder characterized by an episode of lightheadedness and dizziness which may precede an episode of syncope.", "display": "Presyncope" }, { "code": "10036774", "definition": "A disorder characterized by inflammation of the rectum.", "display": "Proctitis" }, { "code": "10036790", "definition": "A disorder characterized by expectorated secretions upon coughing.", "display": "Productive cough" }, { "code": "10036968", "definition": "A disorder characterized by a sensation of marked discomfort in the prostate gland.", "display": "Prostatic pain" }, { "code": "10037032", "definition": "A disorder characterized by laboratory test results that indicate the presence of excessive protein in the urine. It is predominantly albumin, but also globulin.", "display": "Proteinuria" }, { "code": "10037087", "definition": "A disorder characterized by an intense itching sensation.", "display": "Pruritus" }, { "code": "10037175", "definition": "No Value Exists", "display": "Psychiatric disorders - Other, specify" }, { "code": "10037234", "definition": "A disorder characterized by personality change, impaired functioning, and loss of touch with reality. It may be a manifestation of schizophrenia, bipolar disorder or brain tumor.", "display": "Psychosis" }, { "code": "10037375", "definition": "A disorder characterized by accumulation of fluid in the lung tissues that causes a disturbance of the gas exchange that may lead to respiratory failure.", "display": "Pulmonary edema" }, { "code": "10037383", "definition": "A disorder characterized by the replacement of the lung tissue by connective tissue, leading to progressive dyspnea, respiratory failure or right heart failure.", "display": "Pulmonary fibrosis" }, { "code": "10037400", "definition": "A disorder characterized by an increase in pressure within the pulmonary circulation due to lung or heart disorder.", "display": "Pulmonary hypertension" }, { "code": "10037549", "definition": "A disorder characterized by hemorrhagic areas of the skin and mucous membrane. Newer lesions appear reddish in color. Older lesions are usually a darker purple color and eventually become a brownish-yellow color.", "display": "Purpura" }, { "code": "10037767", "definition": "A finding of acute skin inflammatory reaction caused by drugs, especially chemotherapeutic agents, for weeks or months following radiotherapy. The inflammatory reaction is confined to the previously irradiated skin and the symptoms disappear after the removal of the pharmaceutical agent.", "display": "Radiation recall reaction (dermatologic)" }, { "code": "10037847", "definition": "A disorder characterized by an eruption of papules and pustules, typically appearing in face, scalp, upper chest and back.", "display": "Rash acneiform" }, { "code": "10037868", "definition": "A disorder characterized by the presence of macules (flat) and papules (elevated). Also known as morbillform rash, it is one of the most common cutaneous adverse events, frequently affecting the upper trunk, spreading centripetally and associated with pruritus.", "display": "Rash maculo-papular" }, { "code": "10037888", "definition": "A disorder characterized by a circumscribed and elevated skin lesion filled with pus.", "display": "Rash pustular" }, { "code": "10038062", "definition": "A disorder characterized by an abnormal communication between the rectum and another organ or anatomic site.", "display": "Rectal fistula" }, { "code": "10038064", "definition": "A disorder characterized by bleeding from the rectal wall and discharged from the anus.", "display": "Rectal hemorrhage" }, { "code": "10038072", "definition": "A disorder characterized by a sensation of marked discomfort in the rectal region.", "display": "Rectal pain" }, { "code": "10038073", "definition": "A disorder characterized by a rupture in the rectal wall.", "display": "Rectal perforation" }, { "code": "10038079", "definition": "A disorder characterized by a narrowing of the lumen of the rectum.", "display": "Rectal stenosis" }, { "code": "10038080", "definition": "A disorder characterized by a circumscribed, inflammatory and necrotic erosive lesion on the mucosal surface of the rectum.", "display": "Rectal ulcer" }, { "code": "10038130", "definition": "A disorder characterized by paralysis of the recurrent laryngeal nerve.", "display": "Recurrent laryngeal nerve palsy" }, { "code": "10038359", "definition": "No Value Exists", "display": "Renal and urinary disorders - Other, specify" }, { "code": "10038385", "definition": "A disorder characterized by the formation of crystals in the pelvis of the kidney.", "display": "Renal calculi" }, { "code": "10038419", "definition": "A disorder characterized by paroxysmal and severe flank marked discomfort radiating to the inguinal area. Often, the cause is the passage of kidney stones.", "display": "Renal colic" }, { "code": "10038463", "definition": "A disorder characterized by bleeding from the kidney.", "display": "Renal hemorrhage" }, { "code": "10038604", "definition": "No Value Exists", "display": "Reproductive system and breast disorders - Other, specify" }, { "code": "10038695", "definition": "A disorder characterized by impaired gas exchange by the respiratory system resulting in hypoxemia and a decrease in oxygenation of the tissues that may be associated with an increase in arterial levels of carbon dioxide.", "display": "Respiratory failure" }, { "code": "10038738", "definition": "No Value Exists", "display": "Respiratory, thoracic and mediastinal disorders - Other, specify" }, { "code": "10038743", "definition": "A disorder characterized by an inability to rest, relax or be still.", "display": "Restlessness" }, { "code": "10038748", "definition": "A disorder characterized by an inability of the ventricles to fill with blood because the myocardium (heart muscle) stiffens and loses its flexibility.", "display": "Restrictive cardiomyopathy" }, { "code": "10038848", "definition": "A disorder characterized by the separation of the inner retina layers from the underlying pigment epithelium.", "display": "Retinal detachment" }, { "code": "10038897", "definition": "A disorder characterized by a small laceration of the retina, this occurs when the vitreous separates from the retina. Symptoms include flashes and floaters.", "display": "Retinal tear" }, { "code": "10038901", "definition": "A disorder characterized by pathological retinal blood vessels that adversely affects vision.", "display": "Retinal vascular disorder" }, { "code": "10038921", "definition": "A disorder characterized by weight gain, dyspnea, pleural and pericardial effusions, leukocytosis and/or renal failure originally described in patients treated with all-trans retinoic acid.", "display": "Retinoic acid syndrome" }, { "code": "10038923", "definition": "A disorder involving the retina.", "display": "Retinopathy" }, { "code": "10038981", "definition": "A disorder characterized by bleeding from the retroperitoneal area.", "display": "Retroperitoneal hemorrhage" }, { "code": "10039411", "definition": "A disorder characterized by an abnormal communication between a salivary gland and another organ or anatomic site.", "display": "Salivary gland fistula" }, { "code": "10039413", "definition": "A disorder characterized by an infectious process involving the salivary gland.", "display": "Salivary gland infection" }, { "code": "10039722", "definition": "A disorder characterized by a malformed, lateral curvature of the spine.", "display": "Scoliosis" }, { "code": "10039757", "definition": "A disorder characterized by marked discomfort sensation in the scrotal area.", "display": "Scrotal pain" }, { "code": "10039906", "definition": "A disorder characterized by a sudden, involuntary skeletal muscular contractions of cerebral or brain stem origin.", "display": "Seizure" }, { "code": "10040047", "definition": "A disorder characterized by the presence of pathogenic microorganisms in the blood stream that cause a rapidly progressing systemic reaction that may lead to shock.", "display": "Sepsis" }, { "code": "10040102", "definition": "A finding of tumor-like collection of serum in the tissues.", "display": "Seroma" }, { "code": "10040139", "definition": "A finding based on laboratory test results that indicate an increase in the levels of amylase in a serum specimen.", "display": "Serum amylase increased" }, { "code": "10040400", "definition": "A disorder characterized by a delayed-type hypersensitivity reaction to foreign proteins derived from an animal serum. It occurs approximately six to twenty-one days following the administration of the foreign antigen. Symptoms include fever, arthralgias, myalgias, skin eruptions, lymphadenopathy, chest marked discomfort and dyspnea.", "display": "Serum sickness" }, { "code": "10040639", "definition": "A disorder characterized by a dysrhythmia with alternating periods of bradycardia and atrial tachycardia accompanied by syncope, fatigue and dizziness.", "display": "Sick sinus syndrome" }, { "code": "10040741", "definition": "A disorder characterized by a dysrhythmia with a heart rate less than 60 beats per minute that originates in the sinus node.", "display": "Sinus bradycardia" }, { "code": "10040747", "definition": "A disorder characterized by marked discomfort in the face, between the eyes, or upper teeth originating from the sinuses.", "display": "Sinus pain" }, { "code": "10040752", "definition": "A disorder characterized by a dysrhythmia with a heart rate greater than 100 beats per minute that originates in the sinus node.", "display": "Sinus tachycardia" }, { "code": "10040753", "definition": "A disorder characterized by an infectious process involving the mucous membranes of the paranasal sinuses.", "display": "Sinusitis" }, { "code": "10040785", "definition": "No Value Exists", "display": "Skin and subcutaneous tissue disorders - Other, specify" }, { "code": "10040799", "definition": "A disorder characterized by the degeneration and thinning of the epidermis and dermis.", "display": "Skin atrophy" }, { "code": "10040865", "definition": "A disorder characterized by darkening of the skin due to excessive melanin deposition.", "display": "Skin hyperpigmentation" }, { "code": "10040868", "definition": "A disorder characterized by loss of skin pigment.", "display": "Skin hypopigmentation" }, { "code": "10040872", "definition": "A disorder characterized by an infectious process involving the skin.", "display": "Skin infection" }, { "code": "10040947", "definition": "A disorder characterized by circumscribed, inflammatory and necrotic erosive lesion on the skin.", "display": "Skin ulceration" }, { "code": "10040975", "definition": "A disorder characterized by cessation of breathing for short periods during sleep.", "display": "Sleep apnea" }, { "code": "10041101", "definition": "A disorder characterized by blockage of the normal flow of the intestinal contents.", "display": "Small intestinal obstruction" }, { "code": "10041103", "definition": "A disorder characterized by a rupture in the small intestine wall.", "display": "Small intestinal perforation" }, { "code": "10041133", "definition": "A disorder characterized by a circumscribed, inflammatory and necrotic erosive lesion on the mucosal surface of the small intestine.", "display": "Small intestine ulcer" }, { "code": "10041232", "definition": "A disorder characterized by the involuntary expulsion of air from the nose.", "display": "Sneezing" }, { "code": "10041244", "definition": "No Value Exists", "display": "Social circumstances - Other, specify" }, { "code": "10041349", "definition": "A disorder characterized by characterized by excessive sleepiness and drowsiness.", "display": "Somnolence" }, { "code": "10041367", "definition": "A disorder characterized by of marked discomfort in the throat", "display": "Sore throat" }, { "code": "10041416", "definition": "A disorder characterized by increased involuntary muscle tone that affects the regions interfering with voluntary movement. It results in gait, movement, and speech disturbances.", "display": "Spasticity" }, { "code": "10041569", "definition": "A finding of traumatic injury to the spine in which the continuity of a vertebral bone is broken.", "display": "Spinal fracture" }, { "code": "10041633", "definition": "A disorder of the spleen.", "display": "Spleen disorder" }, { "code": "10042033", "definition": "A disorder characterized by less than 10% total body skin area separation of dermis. The syndrome is thought to be a hypersensitivity complex affecting the skin and the mucous membranes.", "display": "Stevens-Johnson syndrome" }, { "code": "10042112", "definition": "A disorder characterized by a sensation of marked discomfort in the stomach.", "display": "Stomach pain" }, { "code": "10042127", "definition": "A disorder characterized by a circumscribed, inflammatory and necrotic erosive lesion on the jejunal mucosal surface close to the anastomosis site following a gastroenterostomy procedure.", "display": "Stomal ulcer" }, { "code": "10042241", "definition": "A disorder characterized by a high pitched breathing sound due to laryngeal or upper airway obstruction.", "display": "Stridor" }, { "code": "10042244", "definition": "A disorder characterized by a sudden loss of sensory function due to an intracranial vascular event.", "display": "Stroke" }, { "code": "10042435", "definition": "An unexpected cessation of life that cannot be attributed to a CTCAE term associated with Grade 5.", "display": "Sudden death NOS" }, { "code": "10042458", "definition": "A disorder characterized by thoughts of taking one's own life.", "display": "Suicidal ideation" }, { "code": "10042464", "definition": "A disorder characterized by self-inflicted harm in an attempt to end one's own life.", "display": "Suicide attempt" }, { "code": "10042554", "definition": "A disorder characterized by a blood clot and inflammation involving a superficial vein of the extremities.", "display": "Superficial thrombophlebitis" }, { "code": "10042569", "definition": "A disorder characterized by obstruction of the blood flow in the superior vena cava. Signs and symptoms include swelling and cyanosis of the face, neck, and upper arms, cough, orthopnea and headache.", "display": "Superior vena cava syndrome" }, { "code": "10042604", "definition": "A disorder characterized by a dysrhythmia with a heart rate greater than 100 beats per minute that originates above the ventricles.", "display": "Supraventricular tachycardia" }, { "code": "10042613", "definition": "No Value Exists", "display": "Surgical and medical procedures - Other, specify" }, { "code": "10042772", "definition": "A disorder characterized by spontaneous loss of consciousness caused by insufficient blood supply to the brain.", "display": "Syncope" }, { "code": "10043189", "definition": "A disorder characterized by local dilatation of small vessels resulting in red discoloration of the skin or mucous membranes.", "display": "Telangiectasia" }, { "code": "10043306", "definition": "A disorder characterized by involvement of the testis.", "display": "Testicular disorder" }, { "code": "10043345", "definition": "A disorder characterized by a sensation of marked discomfort in the testis.", "display": "Testicular pain" }, { "code": "10043565", "definition": "A disorder characterized by occlusion of a vessel by a thrombus that has migrated from a distal site via the blood stream.", "display": "Thromboembolic event" }, { "code": "10043648", "definition": "A disorder characterized by the presence of microangiopathic hemolytic anemia, thrombocytopenic purpura, fever, renal abnormalities and neurological abnormalities such as seizures, hemiplegia, and visual disturbances. It is an acute or subacute condition.", "display": "Thrombotic thrombocytopenic purpura" }, { "code": "10043882", "definition": "A disorder characterized by noise in the ears, such as ringing, buzzing, roaring or clicking.", "display": "Tinnitus" }, { "code": "10044030", "definition": "A disorder characterized by a pathological process of the teeth occurring during tooth development.", "display": "Tooth development disorder" }, { "code": "10044031", "definition": "A disorder characterized by a change in tooth hue or tint.", "display": "Tooth discoloration" }, { "code": "10044055", "definition": "A disorder characterized by a sensation of marked discomfort in the tooth.", "display": "Toothache" }, { "code": "10044223", "definition": "A disorder characterized by greater than 30% total body skin area separation of dermis. The syndrome is thought to be a hypersensitivity complex affecting the skin and the mucous membranes.", "display": "Toxic epidermal necrolysis" }, { "code": "10044291", "definition": "A finding of blockage of the lumen of the trachea.", "display": "Tracheal obstruction" }, { "code": "10044302", "definition": "A disorder characterized by an infectious process involving the trachea.", "display": "Tracheitis" }, { "code": "10044391", "definition": "A disorder characterized by a brief attack (less than 24 hours) of cerebral dysfunction of vascular origin, with no persistent neurological deficit.", "display": "Transient ischemic attacks" }, { "code": "10044565", "definition": "A disorder characterized by the uncontrolled shaking movement of the whole body or individual parts.", "display": "Tremor" }, { "code": "10044684", "definition": "A disorder characterized by lack of ability to open the mouth fully due to a decrease in the range of motion of the muscles of mastication.", "display": "Trismus" }, { "code": "10045152", "definition": "A disorder characterized by metabolic abnormalities that result from a spontaneous or therapy-related cytolysis of tumor cells.", "display": "Tumor lysis syndrome" }, { "code": "10045158", "definition": "A disorder characterized by marked discomfort from a neoplasm that may be pressing on a nerve, blocking blood vessels, inflamed or fractured from metastasis.", "display": "Tumor pain" }, { "code": "10045271", "definition": "A disorder characterized by inflammation of the cecum.", "display": "Typhlitis" }, { "code": "10045542", "definition": "A disorder characterized by an unexpected pregnancy at the time of conception.", "display": "Unintended pregnancy" }, { "code": "10046300", "definition": "A disorder characterized by an infectious process involving the upper respiratory tract (nose, paranasal sinuses, pharynx, larynx, or trachea).", "display": "Upper respiratory infection" }, { "code": "10046539", "definition": "A disorder characterized by urination at short intervals.", "display": "Urinary frequency" }, { "code": "10046543", "definition": "A disorder characterized by inability to control the flow of urine from the bladder.", "display": "Urinary incontinence" }, { "code": "10046555", "definition": "A disorder characterized by accumulation of urine within the bladder because of the inability to urinate.", "display": "Urinary retention" }, { "code": "10046571", "definition": "A disorder characterized by an infectious process involving the urinary tract, most commonly the bladder and the urethra.", "display": "Urinary tract infection" }, { "code": "10046593", "definition": "A disorder characterized by a sudden compelling urge to urinate.", "display": "Urinary urgency" }, { "code": "10046628", "definition": "A disorder characterized by a change in the color of the urine.", "display": "Urine discoloration" }, { "code": "10046735", "definition": "A disorder characterized by an itchy skin eruption characterized by wheals with pale interiors and well-defined red margins.", "display": "Urticaria" }, { "code": "10046789", "definition": "A disorder characterized by bleeding from the uterus.", "display": "Uterine hemorrhage" }, { "code": "10046809", "definition": "A disorder characterized by a sensation of marked discomfort in the uterus.", "display": "Uterine pain" }, { "code": "10046810", "definition": "A disorder characterized by a rupture in the uterine wall.", "display": "Uterine perforation" }, { "code": "10046851", "definition": "A disorder characterized by inflammation to the uvea of the eye.", "display": "Uveitis" }, { "code": "10046901", "definition": "A disorder characterized by vaginal secretions. Mucus produced by the cervical glands is discharged from the vagina naturally, especially during the childbearing years.", "display": "Vaginal discharge" }, { "code": "10046904", "definition": "A disorder characterized by an uncomfortable feeling of itching and burning in the vagina.", "display": "Vaginal dryness" }, { "code": "10046912", "definition": "A disorder characterized by bleeding from the vagina.", "display": "Vaginal hemorrhage" }, { "code": "10046914", "definition": "A disorder characterized by an infectious process involving the vagina.", "display": "Vaginal infection" }, { "code": "10046916", "definition": "A disorder characterized by inflammation involving the vagina. Symptoms may include redness, edema, marked discomfort and an increase in vaginal discharge.", "display": "Vaginal inflammation" }, { "code": "10046937", "definition": "A disorder characterized by a sensation of marked discomfort in the vagina.", "display": "Vaginal pain" }, { "code": "10046947", "definition": "A disorder characterized by involuntary spasms of the pelvic floor muscles, resulting in pathologic tightness of the vaginal wall during penetration such as during sexual intercourse.", "display": "Vaginismus" }, { "code": "10047065", "definition": "No Value Exists", "display": "Vascular disorders - Other, specify" }, { "code": "10047115", "definition": "A disorder characterized by inflammation involving the wall of a vessel.", "display": "Vasculitis" }, { "code": "10047166", "definition": "A disorder characterized by a sudden drop of the blood pressure, bradycardia, and peripheral vasodilation that may lead to loss of consciousness. It results from an increase in the stimulation of the vagus nerve.", "display": "Vasovagal reaction" }, { "code": "10047228", "definition": "A finding of damage to a vein.", "display": "Venous injury" }, { "code": "10047281", "definition": "A disorder characterized by a dysrhythmia that originates in the ventricles.", "display": "Ventricular arrhythmia" }, { "code": "10047290", "definition": "A disorder characterized by a dysrhythmia without discernible QRS complexes due to rapid repetitive excitation of myocardial fibers without coordinated contraction of the ventricles.", "display": "Ventricular fibrillation" }, { "code": "10047302", "definition": "A disorder characterized by a dysrhythmia with a heart rate greater than 100 beats per minute that originates distal to the bundle of His.", "display": "Ventricular tachycardia" }, { "code": "10047340", "definition": "A disorder characterized by a sensation as if the external world were revolving around the patient (objective vertigo) or as if he himself were revolving in space (subjective vertigo).", "display": "Vertigo" }, { "code": "10047386", "definition": "A disorder characterized by dizziness, imbalance, nausea, and vision problems.", "display": "Vestibular disorder" }, { "code": "10047488", "definition": "A disorder characterized by inappropriate masculinization occurring in a female or prepubertal male.", "display": "Virilization" }, { "code": "10047580", "definition": "A finding based on pulmonary function test results that indicate an abnormal vital capacity (amount of exhaled after a maximum inhalation) when compared to the predicted value.", "display": "Vital capacity abnormal" }, { "code": "10047656", "definition": "A disorder characterized by blood extravasation into the vitreous humor.", "display": "Vitreous hemorrhage" }, { "code": "10047681", "definition": "A disorder characterized by a change in the sound and/or speed of the voice.", "display": "Voice alteration" }, { "code": "10047700", "definition": "A disorder characterized by the reflexive act of ejecting the contents of the stomach through the mouth.", "display": "Vomiting" }, { "code": "10047848", "definition": "A disorder of excessive tearing in the eyes; it can be caused by overproduction of tears or impaired drainage of the tear duct.", "display": "Watering eyes" }, { "code": "10047896", "definition": "A finding characterized by an increase in overall body weight; for pediatrics, greater than the baseline growth curve.", "display": "Weight gain" }, { "code": "10047900", "definition": "A finding characterized by a decrease in overall body weight; for pediatrics, less than the baseline growth curve.", "display": "Weight loss" }, { "code": "10047924", "definition": "A disorder characterized by a high-pitched, whistling sound during breathing. It results from the narrowing or obstruction of the respiratory airways.", "display": "Wheezing" }, { "code": "10048015", "definition": "A disorder characterized by the presence of an accessory conductive pathway between the atria and the ventricles that causes premature ventricular activation.", "display": "Wolff-Parkinson-White syndrome" }, { "code": "10048031", "definition": "A finding of separation of the approximated margins of a surgical wound.", "display": "Wound dehiscence" }, { "code": "10048038", "definition": "A disorder characterized by an infectious process involving the wound.", "display": "Wound infection" }, { "code": "10048049", "definition": "A finding of traumatic injury to the wrist joint in which the continuity of a wrist bone is broken.", "display": "Wrist fracture" }, { "code": "10048293", "definition": "A disorder characterized by leukemia arising as a result of the mutagenic effect of chemotherapy agents.", "display": "Leukemia secondary to oncology chemotherapy" }, { "code": "10048492", "definition": "A disorder characterized by an area of epithelial tissue loss on the surface of the cornea. It is associated with inflammatory cells in the cornea and anterior chamber.", "display": "Corneal ulcer" }, { "code": "10048580", "definition": "A disorder characterized by the inability of the bone marrow to produce hematopoietic elements.", "display": "Bone marrow hypocellular" }, { "code": "10048642", "definition": "A disorder characterized by a cystic lesion containing lymph.", "display": "Lymphocele" }, { "code": "10048677", "definition": "A disorder characterized by marked discomfort sensation in the buttocks.", "display": "Buttock pain" }, { "code": "10048706", "definition": "A disorder characterized by a decrease in joint flexibility of any joint.", "display": "Joint range of motion decreased" }, { "code": "10048762", "definition": "A disorder characterized by an infectious process involving a tooth.", "display": "Tooth infection" }, { "code": "10048994", "definition": "A disorder characterized by a sudden and involuntary contraction of the bladder wall.", "display": "Bladder spasm" }, { "code": "10049120", "definition": "A disorder characterized by marked discomfort sensation in the skin covering the top and the back of the head.", "display": "Scalp pain" }, { "code": "10049182", "definition": "A finding based on laboratory test results that indicate an decrease in number of white blood cells in a blood specimen.", "display": "White blood cell decreased" }, { "code": "10049192", "definition": "A disorder characterized by an abnormal communication between the pancreas and another organ or anatomic site.", "display": "Pancreatic fistula" }, { "code": "10049281", "definition": "A disorder characterized by loss of all or a portion of the nail.", "display": "Nail loss" }, { "code": "10049468", "definition": "A finding of blood leakage from the intestinal stoma.", "display": "Intestinal stoma site bleeding" }, { "code": "10049737", "definition": "A disorder characterized by development of a malignancy most probably as a result of treatment for a previously existing malignancy.", "display": "Treatment related secondary malignancy" }, { "code": "10050028", "definition": "A disorder characterized by a narrowing of the pharyngeal airway.", "display": "Pharyngeal stenosis" }, { "code": "10050068", "definition": "A disorder characterized by swelling due to excessive fluid accumulation in the upper or lower extremities.", "display": "Edema limbs" }, { "code": "10050094", "definition": "A disorder characterized by a narrowing of the lumen of the duodenum.", "display": "Duodenal stenosis" }, { "code": "10050457", "definition": "A finding of leakage due to breakdown of a pancreatic anastomosis (surgical connection of two separate anatomic structures).", "display": "Pancreatic anastomotic leak" }, { "code": "10050458", "definition": "A finding of leakage of bile due to breakdown of a biliary anastomosis (surgical connection of two separate anatomic structures).", "display": "Biliary anastomotic leak" }, { "code": "10050528", "definition": "The percentage computed when the amount of blood ejected during a ventricular contraction of the heart is compared to the amount that was present prior to the contraction.", "display": "Ejection fraction decreased" }, { "code": "10050662", "definition": "A disorder characterized by an infectious process involving the prostate gland.", "display": "Prostate infection" }, { "code": "10050816", "definition": "A disorder characterized by a narrowing of the trachea.", "display": "Tracheal stenosis" }, { "code": "10050823", "definition": "A disorder characterized by an infectious process involving the lymph nodes.", "display": "Lymph gland infection" }, { "code": "10051228", "definition": "A disorder characterized by milky pleural effusion (abnormal collection of fluid) resulting from accumulation of lymph fluid in the pleural cavity.", "display": "Chylothorax" }, { "code": "10051272", "definition": "A disorder characterized by a reduction in the strength of the facial muscles.", "display": "Facial muscle weakness" }, { "code": "10051341", "definition": "A disorder characterized by a narrowing of the lumen of the bile duct.", "display": "Bile duct stenosis" }, { "code": "10051472", "definition": "A disorder characterized by an infectious process involving the orbit of the eye.", "display": "Periorbital infection" }, { "code": "10051592", "definition": "A disorder characterized by signs and symptoms related to acute ischemia of the myocardium secondary to coronary artery disease. The clinical presentation covers a spectrum of heart diseases from unstable angina to myocardial infarction.", "display": "Acute coronary syndrome" }, { "code": "10051741", "definition": "A disorder characterized by an infectious process involving the pancreas.", "display": "Pancreas infection" }, { "code": "10051746", "definition": "A disorder characterized by bleeding from the lower gastrointestinal tract (small intestine, large intestine, and anus).", "display": "Lower gastrointestinal hemorrhage" }, { "code": "10051792", "definition": "A disorder characterized by adverse reaction to the infusion of pharmacological or biological substances.", "display": "Infusion related reaction" }, { "code": "10051837", "definition": "A disorder characterized by an area of hardness in the skin.", "display": "Skin induration" }, { "code": "10051886", "definition": "A disorder characterized by a necrotic process occurring in the gastric wall.", "display": "Gastric necrosis" }, { "code": "10052015", "definition": "A disorder characterized by nausea, headache, tachycardia, hypotension, rash, and shortness of breath; it is caused by the release of cytokines from the cells.", "display": "Cytokine release syndrome" }, { "code": "10052298", "definition": "A disorder characterized by an infectious process involving the urethra.", "display": "Urethral infection" }, { "code": "10052426", "definition": "A disorder characterized by an inability to properly metabolize glucose.", "display": "Glucose intolerance" }, { "code": "10053481", "definition": "A disorder characterized by an abnormal communication between a bronchus and the pleural cavity.", "display": "Bronchopleural fistula" }, { "code": "10053496", "definition": "A disorder characterized by a narrowing of the vaginal canal.", "display": "Vaginal stricture" }, { "code": "10053565", "definition": "A disorder characterized by an increase in intrapericardial pressure due to the collection of blood or fluid in the pericardium.", "display": "Pericardial tamponade" }, { "code": "10053661", "definition": "A disorder characterized by involvement of the oculomotor nerve (third cranial nerve).", "display": "Oculomotor nerve disorder" }, { "code": "10053662", "definition": "A disorder characterized by involvement of the abducens nerve (sixth cranial nerve).", "display": "Abducens nerve disorder" }, { "code": "10053692", "definition": "A finding of development of a new problem at the site of an existing wound.", "display": "Wound complication" }, { "code": "10054382", "definition": "A disorder characterized by the development of secondary female sex characteristics in males due to extrinsic factors.", "display": "Feminization acquired" }, { "code": "10054482", "definition": "A disorder characterized by swelling due to an accumulation of excessive fluid in the neck.", "display": "Neck edema" }, { "code": "10054520", "definition": "A disorder characterized by a burning or tingling sensation on the lips, tongue or entire mouth.", "display": "Oral dysesthesia" }, { "code": "10054524", "definition": "A disorder characterized by redness, marked discomfort, swelling, and tingling in the palms of the hands or the soles of the feet.", "display": "Palmar-plantar erythrodysesthesia syndrome" }, { "code": "10054541", "definition": "A disorder characterized by swelling due to an excessive accumulation of fluid around the orbits of the face.", "display": "Periorbital edema" }, { "code": "10054692", "definition": "A disorder characterized by a decrease in blood supply due to narrowing or blockage of a visceral (mesenteric) artery.", "display": "Visceral arterial ischemia" }, { "code": "10054746", "definition": "A disorder characterized by inhibition of fetal growth resulting in the inability of the fetus to achieve its potential weight.", "display": "Fetal growth retardation" }, { "code": "10055005", "definition": "A disorder characterized by an infectious process involving the ovary.", "display": "Ovarian infection" }, { "code": "10055026", "definition": "A disorder characterized by compression of the urethra secondary to enlargement of the prostate gland. This results in voiding difficulties (straining to void, slow urine stream, and incomplete emptying of the bladder).", "display": "Prostatic obstruction" }, { "code": "10055078", "definition": "A disorder characterized by an infectious process involving the bronchi.", "display": "Bronchial infection" }, { "code": "10055226", "definition": "A disorder characterized by bleeding from the anal region.", "display": "Anal hemorrhage" }, { "code": "10055242", "definition": "A disorder characterized by bleeding from the duodenum.", "display": "Duodenal hemorrhage" }, { "code": "10055287", "definition": "A disorder characterized by bleeding from the ileal wall.", "display": "Ileal hemorrhage" }, { "code": "10055291", "definition": "A disorder characterized by bleeding in the abdominal cavity.", "display": "Intra-abdominal hemorrhage" }, { "code": "10055298", "definition": "A finding of uncontrolled bleeding during a surgical procedure.", "display": "Intraoperative hemorrhage" }, { "code": "10055300", "definition": "A disorder characterized by bleeding from the jejunal wall.", "display": "Jejunal hemorrhage" }, { "code": "10055315", "definition": "A disorder characterized by bleeding from the pharynx.", "display": "Pharyngeal hemorrhage" }, { "code": "10055319", "definition": "A disorder characterized by bleeding from the pleural cavity.", "display": "Pleural hemorrhage" }, { "code": "10055322", "definition": "A finding of bleeding occurring after a surgical procedure.", "display": "Postoperative hemorrhage" }, { "code": "10055325", "definition": "A disorder characterized by bleeding from the prostate gland.", "display": "Prostatic hemorrhage" }, { "code": "10055347", "definition": "A disorder characterized by bleeding from the testis.", "display": "Testicular hemorrhage" }, { "code": "10055356", "definition": "A disorder characterized by bleeding from the upper gastrointestinal tract (oral cavity, pharynx, esophagus, and stomach).", "display": "Upper gastrointestinal hemorrhage" }, { "code": "10055472", "definition": "A disorder characterized by a rupture in the wall of the esophagus.", "display": "Esophageal perforation" }, { "code": "10055599", "definition": "A finding based on laboratory test results that indicate increased levels of hemoglobin in a biological specimen.", "display": "Hemoglobin increased" }, { "code": "10056238", "definition": "A disorder characterized by marked discomfort related to a limb or an organ that is removed from or is not physically part of the body.", "display": "Phantom pain" }, { "code": "10056356", "definition": "A disorder characterized by bleeding from the mediastinum.", "display": "Mediastinal hemorrhage" }, { "code": "10056388", "definition": "A disorder characterized by involvement of the olfactory nerve (first cranial nerve).", "display": "Olfactory nerve disorder" }, { "code": "10056519", "definition": "A disorder characterized by an infectious process involving the abdominal cavity.", "display": "Abdominal infection" }, { "code": "10056522", "definition": "A disorder characterized by an infectious process involving the liver.", "display": "Hepatic infection" }, { "code": "10056627", "definition": "A disorder characterized by an infectious process involving the vein. Clinical manifestations include erythema, marked discomfort, swelling, and induration along the course of the infected vein.", "display": "Phlebitis infective" }, { "code": "10056681", "definition": "A disorder characterized by inflammation of the salivary duct.", "display": "Salivary duct inflammation" }, { "code": "10056745", "definition": "A finding of a previously undocumented problem that occurs after a thoracic procedure.", "display": "Postoperative thoracic procedure complication" }, { "code": "10056910", "definition": "A finding based on laboratory test results that indicate higher than normal levels of the enzyme gamma-glutamyltransferase in the blood specimen. GGT (gamma-glutamyltransferase ) catalyzes the transfer of a gamma glutamyl group from a gamma glutamyl peptide to another peptide, amino acids or water.", "display": "GGT increased" }, { "code": "10057066", "definition": "A disorder characterized by sexual dysfunction characterized by a delay in climax.", "display": "Delayed orgasm" }, { "code": "10057262", "definition": "A disorder characterized by an infectious process involving the peritoneum.", "display": "Peritoneal infection" }, { "code": "10057483", "definition": "A disorder characterized by an infectious process involving the mediastinum.", "display": "Mediastinal infection" }, { "code": "10058084", "definition": "A disorder characterized by unusually early development of secondary sexual features; the onset of sexual maturation begins usually before age 8 for girls and before age 9 for boys.", "display": "Precocious puberty" }, { "code": "10058096", "definition": "A disorder characterized by a necrotic process occurring in the pancreas.", "display": "Pancreatic necrosis" }, { "code": "10058597", "definition": "A disorder characterized by impairment of right ventricular function associated with low ejection fraction and a decrease in motility of the right ventricular wall.", "display": "Right ventricular dysfunction" }, { "code": "10058674", "definition": "A disorder characterized by an infectious process involving the pelvic cavity.", "display": "Pelvic infection" }, { "code": "10058720", "definition": "A disorder characterized by swelling due to excessive fluid accumulation in the trunk area.", "display": "Edema trunk" }, { "code": "10058804", "definition": "A disorder characterized by an infectious process involving the esophagus.", "display": "Esophageal infection" }, { "code": "10058838", "definition": "A disorder characterized by an infectious process involving the small and large intestines.", "display": "Enterocolitis infectious" }, { "code": "10059094", "definition": "A finding of blockage of the normal flow of the contents of the intestinal stoma.", "display": "Intestinal stoma obstruction" }, { "code": "10059095", "definition": "A finding of leakage of contents from an intestinal stoma (surgically created opening on the surface of the body).", "display": "Intestinal stoma leak" }, { "code": "10059446", "definition": "A disorder characterized by a necrotic process occurring in the gallbladder.", "display": "Gallbladder necrosis" }, { "code": "10059639", "definition": "A disorder characterized by blockage of the laryngeal airway.", "display": "Laryngeal obstruction" }, { "code": "10059827", "definition": "A disorder characterized by an infectious process involving the nasal mucosal.", "display": "Rhinitis infective" }, { "code": "10059895", "definition": "A finding based on test results that indicate urine production is less relative to previous output.", "display": "Urine output decreased" }, { "code": "10060602", "definition": "A disorder characterized by the presence of blood in a fallopian tube.", "display": "Hematosalpinx" }, { "code": "10060640", "definition": "A disorder characterized by bleeding from the hemorrhoids.", "display": "Hemorrhoidal hemorrhage" }, { "code": "10060890", "definition": "A disorder characterized by involvement of the trigeminal nerve (fifth cranial nerve).", "display": "Trigeminal nerve disorder" }, { "code": "10060929", "definition": "A disorder characterized by involvement of the accessory nerve (eleventh cranial nerve).", "display": "Accessory nerve disorder" }, { "code": "10061017", "definition": "A disorder characterized by an infectious process involving the bones.", "display": "Bone infection" }, { "code": "10061103", "definition": "A finding of cutaneous inflammatory reaction occurring as a result of exposure to biologically effective levels of ionizing radiation.", "display": "Dermatitis radiation" }, { "code": "10061145", "definition": "A disorder characterized by impaired eyelid function.", "display": "Eyelid function disorder" }, { "code": "10061149", "definition": "A disorder characterized by an abnormal communication between a female reproductive system organ and another organ or anatomic site.", "display": "Female genital tract fistula" }, { "code": "10061185", "definition": "A disorder characterized by involvement of the glossopharyngeal nerve (ninth cranial nerve).", "display": "Glossopharyngeal nerve disorder" }, { "code": "10061212", "definition": "A disorder characterized by involvement of the hypoglossal nerve (twelfth cranial nerve).", "display": "Hypoglossal nerve disorder" }, { "code": "10061229", "definition": "A disorder characterized by an infectious process involving the lungs.", "display": "Lung infection" }, { "code": "10061261", "definition": "A disorder characterized by disturbances of milk secretion. It is not necessarily related to pregnancy that is observed in females and can be observed in males.", "display": "Lactation disorder" }, { "code": "10061304", "definition": "A disorder characterized by an infectious process involving the nail.", "display": "Nail infection" }, { "code": "10061322", "definition": "A disorder characterized by involvement of the optic nerve (second cranial nerve).", "display": "Optic nerve disorder" }, { "code": "10061339", "definition": "A disorder characterized by a sensation of marked discomfort in the area between the genital organs and the anus.", "display": "Perineal pain" }, { "code": "10061351", "definition": "A disorder characterized by an infectious process involving the pleura.", "display": "Pleural infection" }, { "code": "10061389", "definition": "A disorder characterized by a defect in tricuspid valve function or structure.", "display": "Tricuspid valve disease" }, { "code": "10061403", "definition": "A disorder characterized by involvement of the vagus nerve (tenth cranial nerve).", "display": "Vagus nerve disorder" }, { "code": "10061457", "definition": "A disorder characterized by involvement of the facial nerve (seventh cranial nerve).", "display": "Facial nerve disorder" }, { "code": "10061461", "definition": "A disorder characterized by the persistent or recurrent inability to achieve or to maintain an erection during sexual activity.", "display": "Erectile dysfunction" }, { "code": "10061510", "definition": "A disorder characterized by involvement of the sclera of the eye.", "display": "Scleral disorder" }, { "code": "10061532", "definition": "A disorder characterized by a defect in mitral valve function or structure.", "display": "Mitral valve disease" }, { "code": "10061541", "definition": "A disorder characterized by a defect in pulmonary valve function or structure.", "display": "Pulmonary valve disease" }, { "code": "10061574", "definition": "A disorder characterized by blockage of the normal flow of contents of the urinary tract.", "display": "Urinary tract obstruction" }, { "code": "10061589", "definition": "A disorder characterized by a defect in aortic valve function or structure.", "display": "Aortic valve disease" }, { "code": "10061640", "definition": "A disorder characterized by an infectious process involving the anal area and the rectum.", "display": "Anorectal infection" }, { "code": "10061664", "definition": "A disorder resulting from loss of function or tissue destruction of an organ or multiple organs, arising from humoral or cellular immune responses of the individual to his own tissue constituents.", "display": "Autoimmune disorder" }, { "code": "10061695", "definition": "A disorder characterized by an infectious process involving the biliary tract.", "display": "Biliary tract infection" }, { "code": "10061788", "definition": "A disorder characterized by an infectious process involving the cornea.", "display": "Corneal infection" }, { "code": "10061912", "definition": "A disorder characterized by an infectious process involving the penis.", "display": "Penile infection" }, { "code": "10061928", "definition": "A disorder characterized by inflammation involving a nerve root. Patients experience marked discomfort radiating along a nerve path because of spinal pressure on the connecting nerve root.", "display": "Radiculitis" }, { "code": "10061970", "definition": "A disorder characterized by a narrowing of the lumen of the stomach.", "display": "Gastric stenosis" }, { "code": "10062112", "definition": "A disorder characterized by an infectious process involving the spleen.", "display": "Splenic infection" }, { "code": "10062156", "definition": "A disorder characterized by an infectious process involving the scrotum.", "display": "Scrotal infection" }, { "code": "10062169", "definition": "A finding of a previously undocumented problem related to the vascular access site.", "display": "Vascular access complication" }, { "code": "10062225", "definition": "A disorder characterized by a sensation of marked discomfort in the urinary tract.", "display": "Urinary tract pain" }, { "code": "10062233", "definition": "A disorder characterized by an infectious process involving the endometrium. It may extend to the myometrium and parametrial tissues.", "display": "Uterine infection" }, { "code": "10062244", "definition": "A disorder characterized by involvement of the paranasal sinuses.", "display": "Sinus disorder" }, { "code": "10062255", "definition": "A disorder characterized by an infectious process involving soft tissues.", "display": "Soft tissue infection" }, { "code": "10062263", "definition": "A disorder characterized by a narrowing of the lumen of the small intestine.", "display": "Small intestinal stenosis" }, { "code": "10062283", "definition": "A disorder characterized by vertical or horizontal ridges on the nails.", "display": "Nail ridging" }, { "code": "10062315", "definition": "A disorder characterized by hypertrophy of the subcutaneous adipose tissue at the site of multiple subcutaneous injections of insulin.", "display": "Lipohypertrophy" }, { "code": "10062466", "definition": "A disorder characterized by swelling due to excessive fluid accumulation at a specific anatomic site.", "display": "Localized edema" }, { "code": "10062501", "definition": "A disorder characterized by discomfort in the chest unrelated to a heart disorder.", "display": "Non-cardiac chest pain" }, { "code": "10062548", "definition": "A finding of bleeding from the trachea.", "display": "Tracheal hemorrhage" }, { "code": "10062570", "definition": "A disorder characterized by an abnormal communication between the urinary bladder and the intestine.", "display": "Enterovesical fistula" }, { "code": "10062572", "definition": "A disorder characterized by a reduction in the strength of muscles in multiple anatomic sites.", "display": "Generalized muscle weakness" }, { "code": "10062632", "definition": "A disorder characterized by an infectious process involving the gallbladder.", "display": "Gallbladder infection" }, { "code": "10062646", "definition": "A finding based on laboratory test results that indicate an decrease in levels of pancreatic enzymes in a biological specimen.", "display": "Pancreatic enzymes decreased" }, { "code": "10062667", "definition": "A disorder characterized by an uncomfortable persistent sensation in the area of the laryngopharynx.", "display": "Laryngopharyngeal dysesthesia" }, { "code": "10062872", "definition": "A disorder characterized by distortion of sensory perception, resulting in an abnormal and unpleasant sensation.", "display": "Dysesthesia" }, { "code": "10063057", "definition": "A disorder characterized by inflammation of the bladder which is not caused by an infection of the urinary tract.", "display": "Cystitis noninfective" }, { "code": "10063190", "definition": "A disorder characterized by inflammation of the mucous membrane of the rectum.", "display": "Rectal mucositis" }, { "code": "10063524", "definition": "A disorder characterized by a narrowing of the bronchial tube.", "display": "Bronchial stricture" }, { "code": "10063575", "definition": "A disorder characterized by a rupture in the bladder wall.", "display": "Bladder perforation" }, { "code": "10063636", "definition": "A disorder characterized by dysfunction of the corticospinal (pyramidal) tracts of the spinal cord. Symptoms include an increase in the muscle tone in the lower extremities, hyperreflexia, positive Babinski and a decrease in fine motor coordination.", "display": "Pyramidal tract syndrome" }, { "code": "10063761", "definition": "A disorder characterized by headaches, mental status changes, visual disturbances, and seizures associated with imaging findings of posterior leukoencephalopathy. It has been observed in association with hypertensive encephalopathy, eclampsia, and immunosuppressive and cytotoxic drug treatment. It is an acute or subacute reversible condition.", "display": "Reversible posterior leukoencephalopathy syndrome" }, { "code": "10064026", "definition": "A disorder characterized by a reduction in the strength of the muscles of the pelvic floor.", "display": "Pelvic floor muscle weakness" }, { "code": "10064505", "definition": "A disorder characterized by an infectious process involving a stoma (surgically created opening on the surface of the body).", "display": "Stoma site infection" }, { "code": "10064658", "definition": "A disorder characterized by a necrotic process occurring in the bone of the mandible.", "display": "Osteonecrosis of jaw" }, { "code": "10064687", "definition": "A disorder characterized by an infectious process involving the use of a medical device.", "display": "Device related infection" }, { "code": "10064774", "definition": "A disorder characterized by leakage of a pharmacologic or a biologic substance from the infusion site into the surrounding tissue. Signs and symptoms include induration, erythema, swelling, burning sensation and marked discomfort at the infusion site.", "display": "Infusion site extravasation" }, { "code": "10064848", "definition": "A disorder characterized by gradual and usually permanent loss of kidney function resulting in renal failure.", "display": "Chronic kidney disease" }, { "code": "10065368", "definition": "A disorder characterized by an abnormal communication between any part of the urinary system and another organ or anatomic site.", "display": "Urinary fistula" }, { "code": "10065417", "definition": "A disorder characterized by regional paresthesia of the brachial plexus, marked discomfort and muscle weakness, and limited movement in the arm or hand.", "display": "Brachial plexopathy" }, { "code": "10065703", "definition": "A disorder characterized by a narrowing of the lumen of the pancreatic duct.", "display": "Pancreatic duct stenosis" }, { "code": "10065704", "definition": "A disorder characterized by a necrotic process occurring in the peritoneum.", "display": "Peritoneal necrosis" }, { "code": "10065705", "definition": "A finding of leakage due to breakdown of a pharyngeal anastomosis (surgical connection of two separate anatomic structures).", "display": "Pharyngeal anastomotic leak" }, { "code": "10065706", "definition": "A disorder characterized by a necrotic process occurring in the pharynx.", "display": "Pharyngeal necrosis" }, { "code": "10065707", "definition": "A disorder characterized by blockage of the normal flow of the intestinal contents in the rectum.", "display": "Rectal obstruction" }, { "code": "10065709", "definition": "A disorder characterized by a necrotic process occurring in the rectal wall.", "display": "Rectal necrosis" }, { "code": "10065710", "definition": "A disorder characterized by inflammation of the mucous membrane of the small intestine.", "display": "Small intestinal mucositis" }, { "code": "10065712", "definition": "A finding of a necrotic process occurring in the gastrointestinal tract stoma.", "display": "Gastrointestinal stoma necrosis" }, { "code": "10065713", "definition": "A disorder characterized by an abnormal communication between the stomach and another organ or anatomic site.", "display": "Gastric fistula" }, { "code": "10065719", "definition": "A disorder characterized by an abnormal communication between the jejunum and another organ or anatomic site.", "display": "Jejunal fistula" }, { "code": "10065720", "definition": "A disorder characterized by an abnormal communication between the oral cavity and another organ or anatomic site.", "display": "Oral cavity fistula" }, { "code": "10065721", "definition": "A disorder characterized by inflammation of the mucous membrane of the anus.", "display": "Anal mucositis" }, { "code": "10065722", "definition": "A disorder characterized by a necrotic process occurring in the anal region.", "display": "Anal necrosis" }, { "code": "10065727", "definition": "A disorder characterized by a necrotic process occurring in the esophageal wall.", "display": "Esophageal necrosis" }, { "code": "10065728", "definition": "A disorder characterized by an abnormal communication between the ileum and another organ or anatomic site.", "display": "Ileal fistula" }, { "code": "10065730", "definition": "A disorder characterized by blockage of the normal flow of the intestinal contents in the ileum.", "display": "Ileal obstruction" }, { "code": "10065732", "definition": "A disorder characterized by blockage of the normal flow of the intestinal contents in the jejunum.", "display": "Jejunal obstruction" }, { "code": "10065735", "definition": "A disorder characterized by an inflammation involving the larynx.", "display": "Laryngeal inflammation" }, { "code": "10065738", "definition": "A disorder characterized by of a discrepancy between the lengths of the lower or upper extremities.", "display": "Unequal limb length" }, { "code": "10065744", "definition": "A disorder characterized by an infectious process involving an artery.", "display": "Arteritis infective" }, { "code": "10065745", "definition": "A finding of protrusion of the intestinal stoma (surgically created opening on the surface of the body) above the abdominal surface.", "display": "Prolapse of intestinal stoma" }, { "code": "10065746", "definition": "A disorder characterized by bleeding from the bronchial wall and/or lung parenchyma.", "display": "Bronchopulmonary hemorrhage" }, { "code": "10065747", "definition": "A disorder characterized by bleeding from the cecum.", "display": "Cecal hemorrhage" }, { "code": "10065748", "definition": "A finding of bleeding from the urostomy site.", "display": "Urostomy site bleeding" }, { "code": "10065749", "definition": "A finding of blood leakage from the tracheostomy site.", "display": "Tracheostomy site bleeding" }, { "code": "10065752", "definition": "A disorder characterized by an infectious process involving the duodenum.", "display": "Duodenal infection" }, { "code": "10065755", "definition": "A disorder characterized by an infectious process involving the lips.", "display": "Lip infection" }, { "code": "10065759", "definition": "A disorder characterized by bleeding from the larynx.", "display": "Laryngeal hemorrhage" }, { "code": "10065761", "definition": "A disorder characterized by an infectious process involving the cecum.", "display": "Cecal infection" }, { "code": "10065762", "definition": "A disorder characterized by bleeding from the spermatic cord.", "display": "Spermatic cord hemorrhage" }, { "code": "10065763", "definition": "A disorder characterized by bleeding from the ovary.", "display": "Ovarian hemorrhage" }, { "code": "10065764", "definition": "A disorder characterized by an infectious process involving a mucosal surface.", "display": "Mucosal infection" }, { "code": "10065765", "definition": "A disorder characterized by an infectious process involving a cranial nerve.", "display": "Cranial nerve infection" }, { "code": "10065766", "definition": "A disorder characterized by an infectious process involving the peripheral nerves.", "display": "Peripheral nerve infection" }, { "code": "10065771", "definition": "A disorder characterized by an infectious process involving the small intestine.", "display": "Small intestine infection" }, { "code": "10065772", "definition": "A disorder characterized by an infectious process involving the vulva.", "display": "Vulval infection" }, { "code": "10065773", "definition": "A disorder characterized by the loss of lymph fluid into the surrounding tissue or body cavity.", "display": "Lymph leakage" }, { "code": "10065775", "definition": "A disorder characterized by a necrotic process occurring in the soft tissues of the abdominal wall.", "display": "Abdominal soft tissue necrosis" }, { "code": "10065776", "definition": "A disorder characterized by a reduction in the strength of the lower limb muscles.", "display": "Muscle weakness lower limb" }, { "code": "10065777", "definition": "A disorder characterized by a necrotic process occurring in the soft tissues of the lower extremity.", "display": "Soft tissue necrosis lower limb" }, { "code": "10065778", "definition": "A disorder characterized by a necrotic process occurring in the soft tissues of the upper extremity.", "display": "Soft tissue necrosis upper limb" }, { "code": "10065779", "definition": "A disorder characterized by a necrotic process occurring in the soft tissues of the head.", "display": "Head soft tissue necrosis" }, { "code": "10065780", "definition": "A disorder characterized by a reduction in the strength of the muscles on the left side of the body.", "display": "Muscle weakness left-sided" }, { "code": "10065781", "definition": "A disorder characterized by a necrotic process occurring in the soft tissues of the neck.", "display": "Neck soft tissue necrosis" }, { "code": "10065783", "definition": "A disorder characterized by of a malformation of the musculoskeletal system.", "display": "Musculoskeletal deformity" }, { "code": "10065784", "definition": "A disorder characterized by a necrotic process occurring in the brain and/or spinal cord.", "display": "Central nervous system necrosis" }, { "code": "10065785", "definition": "A disorder characterized by a sensation of marked discomfort in the external ear region.", "display": "External ear pain" }, { "code": "10065786", "definition": "A disorder characterized by an abnormal communication between the larynx and another organ or anatomic site.", "display": "Laryngeal fistula" }, { "code": "10065787", "definition": "A disorder characterized by an abnormal communication between the trachea and another organ or anatomic site.", "display": "Tracheal fistula" }, { "code": "10065788", "definition": "A finding of leakage due to breakdown of a fallopian tube anastomosis (surgical connection of two separate anatomic structures).", "display": "Fallopian tube anastomotic leak" }, { "code": "10065789", "definition": "A disorder characterized by blockage of the normal flow of the contents in the fallopian tube.", "display": "Fallopian tube obstruction" }, { "code": "10065790", "definition": "A finding of rupture of the fallopian tube wall.", "display": "Fallopian tube perforation" }, { "code": "10065791", "definition": "A disorder characterized by a narrowing of the fallopian tube lumen.", "display": "Fallopian tube stenosis" }, { "code": "10065793", "definition": "A disorder characterized by a necrotic process occurring in the soft tissues of the pelvis.", "display": "Pelvic soft tissue necrosis" }, { "code": "10065794", "definition": "A disorder characterized by a reduction in the strength of the muscles on the right side of the body.", "display": "Muscle weakness right-sided" }, { "code": "10065795", "definition": "A disorder characterized by a reduction in the strength of the trunk muscles.", "display": "Muscle weakness trunk" }, { "code": "10065796", "definition": "A disorder characterized by a decrease in flexibility of a cervical spine joint.", "display": "Joint range of motion decreased cervical spine" }, { "code": "10065798", "definition": "A disorder characterized by fibrotic degeneration of the superficial soft tissues.", "display": "Superficial soft tissue fibrosis" }, { "code": "10065799", "definition": "A disorder characterized by fibrotic degeneration of the deep connective tissues.", "display": "Fibrosis deep connective tissue" }, { "code": "10065800", "definition": "A disorder characterized by a decrease in flexibility of a lumbar spine joint.", "display": "Joint range of motion decreased lumbar spine" }, { "code": "10065802", "definition": "A finding of leakage of urine due to breakdown of a bladder anastomosis (surgical connection of two separate anatomic structures).", "display": "Bladder anastomotic leak" }, { "code": "10065803", "definition": "A finding of leakage of urine due to breakdown of a kidney anastomosis (surgical connection of two separate anatomic structures).", "display": "Kidney anastomotic leak" }, { "code": "10065805", "definition": "A disorder characterized by blockage of the normal flow of the contents of the spermatic cord.", "display": "Spermatic cord obstruction" }, { "code": "10065811", "definition": "A disorder characterized by an abnormal communication between the uterus and another organ or anatomic site.", "display": "Uterine fistula" }, { "code": "10065813", "definition": "A disorder characterized by an abnormal communication between the vagina and another organ or anatomic site.", "display": "Vaginal fistula" }, { "code": "10065814", "definition": "A finding of leakage due to breakdown of a ureteral anastomosis (surgical connection of two separate anatomic structures).", "display": "Ureteric anastomotic leak" }, { "code": "10065815", "definition": "A finding of leakage due to breakdown of a urethral anastomosis (surgical connection of two separate anatomic structures).", "display": "Urethral anastomotic leak" }, { "code": "10065817", "definition": "A disorder characterized by blockage of vaginal canal.", "display": "Vaginal obstruction" }, { "code": "10065818", "definition": "A disorder characterized by a rupture in the vaginal wall.", "display": "Vaginal perforation" }, { "code": "10065822", "definition": "A finding of displacement of the urostomy.", "display": "Prolapse of urostomy" }, { "code": "10065823", "definition": "A disorder characterized by a malformation of the nipple.", "display": "Nipple deformity" }, { "code": "10065825", "definition": "A finding of damage to the gastrointestinal system during a surgical procedure.", "display": "Intraoperative gastrointestinal injury" }, { "code": "10065826", "definition": "A finding of damage to an artery during a surgical procedure.", "display": "Intraoperative arterial injury" }, { "code": "10065827", "definition": "A finding of damage to the hepatic parenchyma and/or biliary tract during a surgical procedure.", "display": "Intraoperative hepatobiliary injury" }, { "code": "10065828", "definition": "A finding of damage to the urinary system during a surgical procedure.", "display": "Intraoperative urinary injury" }, { "code": "10065829", "definition": "A finding of damage to the musculoskeletal system during a surgical procedure.", "display": "Intraoperative musculoskeletal injury" }, { "code": "10065830", "definition": "A finding of damage to the nervous system during a surgical procedure.", "display": "Intraoperative neurological injury" }, { "code": "10065831", "definition": "A finding of damage to the breast parenchyma during a surgical procedure.", "display": "Intraoperative breast injury" }, { "code": "10065832", "definition": "A finding of damage to the respiratory system during a surgical procedure.", "display": "Intraoperative respiratory injury" }, { "code": "10065834", "definition": "A finding of damage to the endocrine gland during a surgical procedure.", "display": "Intraoperative endocrine injury" }, { "code": "10065836", "definition": "A disorder characterized by involvement of the trochlear nerve (fourth cranial nerve).", "display": "IVth nerve disorder" }, { "code": "10065837", "definition": "A disorder characterized by inflammation, swelling and redness to the outer ear and ear canal.", "display": "External ear inflammation" }, { "code": "10065838", "definition": "A disorder characterized by inflammation (physiologic response to irritation), swelling and redness to the middle ear.", "display": "Middle ear inflammation" }, { "code": "10065840", "definition": "A finding of damage to the reproductive organs during a surgical procedure.", "display": "Intraoperative reproductive tract injury" }, { "code": "10065841", "definition": "A finding of damage to the eye during a surgical procedure.", "display": "Intraoperative ocular injury" }, { "code": "10065842", "definition": "A finding of damage to the head and neck during a surgical procedure.", "display": "Intraoperative head and neck injury" }, { "code": "10065843", "definition": "A finding of damage to the heart during a surgical procedure.", "display": "Intraoperative cardiac injury" }, { "code": "10065844", "definition": "A finding of damage to the ear during a surgical procedure.", "display": "Intraoperative ear injury" }, { "code": "10065845", "definition": "A finding of damage to the kidney during a surgical procedure.", "display": "Intraoperative renal injury" }, { "code": "10065846", "definition": "A finding of damage to the skin during a surgical procedure.", "display": "Intraoperative skin injury" }, { "code": "10065847", "definition": "A finding of damage to the spleen during a surgical procedure.", "display": "Intraoperative splenic injury" }, { "code": "10065848", "definition": "A finding of damage to a vein during a surgical procedure.", "display": "Intraoperative venous injury" }, { "code": "10065849", "definition": "A finding of damage to the jugular vein.", "display": "Injury to jugular vein" }, { "code": "10065851", "definition": "A disorder characterized by an abnormal communication between the esophagus and another organ or anatomic site.", "display": "Esophageal fistula" }, { "code": "10065873", "definition": "A disorder characterized by an abnormal communication between the lung and another organ or anatomic site.", "display": "Pulmonary fistula" }, { "code": "10065879", "definition": "A finding of leakage due to breakdown of a gastrointestinal anastomosis (surgical connection of two separate anatomic structures).", "display": "Gastrointestinal anastomotic leak" }, { "code": "10065880", "definition": "A disorder characterized by an inflammation involving the mucous membrane of the larynx.", "display": "Laryngeal mucositis" }, { "code": "10065881", "definition": "A disorder characterized by an inflammation involving the mucous membrane of the pharynx.", "display": "Pharyngeal mucositis" }, { "code": "10065882", "definition": "A finding of leakage of contents from a urostomy.", "display": "Urostomy leak" }, { "code": "10065883", "definition": "A finding of blockage of the urostomy.", "display": "Urostomy obstruction" }, { "code": "10065885", "definition": "A finding of narrowing of the opening of a urostomy.", "display": "Urostomy stenosis" }, { "code": "10065886", "definition": "A finding of leakage due to breakdown of a uterine anastomosis (surgical connection of two separate anatomic structures).", "display": "Uterine anastomotic leak" }, { "code": "10065887", "definition": "A finding of leakage due to breakdown of a vaginal anastomosis (surgical connection of two separate anatomic structures).", "display": "Vaginal anastomotic leak" }, { "code": "10065888", "definition": "A finding of leakage due to breakdown of a vas deferens anastomosis (surgical connection of two separate anatomic structures).", "display": "Vas deferens anastomotic leak" }, { "code": "10065891", "definition": "A finding of leakage due to breakdown of an anastomosis (surgical connection of two separate anatomic structures) in the large intestine.", "display": "Large intestinal anastomotic leak" }, { "code": "10065892", "definition": "A finding of leakage due to breakdown of an anastomosis (surgical connection of two separate anatomic structures) in the small bowel.", "display": "Small intestinal anastomotic leak" }, { "code": "10065893", "definition": "A finding of leakage due to breakdown of a gastric anastomosis (surgical connection of two separate anatomic structures).", "display": "Gastric anastomotic leak" }, { "code": "10065894", "definition": "A finding of leakage due to breakdown of a rectal anastomosis (surgical connection of two separate anatomic structures).", "display": "Rectal anastomotic leak" }, { "code": "10065895", "definition": "A disorder characterized by a reduction in the strength of the upper limb muscles.", "display": "Muscle weakness upper limb" }, { "code": "10065897", "definition": "A finding of leakage due to breakdown of a spermatic cord anastomosis (surgical connection of two separate anatomic structures).", "display": "Spermatic cord anastomotic leak" }, { "code": "10065898", "definition": "A finding of narrowing of the gastrointestinal stoma (surgically created opening on the surface of the body).", "display": "Stenosis of gastrointestinal stoma" }, { "code": "10065900", "definition": "A disorder characterized by an inflammation involving the mucous membrane of the trachea.", "display": "Tracheal mucositis" }, { "code": "10065906", "definition": "A finding based on lung function test results that indicate a decrease in the lung capacity to absorb carbon monoxide.", "display": "Carbon monoxide diffusing capacity decreased" }, { "code": "10065928", "definition": "A disorder characterized by blockage of the uterine outlet.", "display": "Uterine obstruction" }, { "code": "10065961", "definition": "A finding of leakage due to breakdown of an esophageal anastomosis (surgical connection of two separate anatomic structures).", "display": "Esophageal anastomotic leak" }, { "code": "10065973", "definition": "A disorder characterized by accumulation of iron in the tissues.", "display": "Iron overload" }, { "code": "10066480", "definition": "A disorder characterized by necrotic changes in the bone tissue due to interruption of blood supply. Most often affecting the epiphysis of the long bones, the necrotic changes result in the collapse and the destruction of the bone structure.", "display": "Avascular necrosis" }, { "code": "10066874", "definition": "A disorder characterized by reflux of the gastric and/or duodenal contents into the distal esophagus. It is chronic in nature and usually caused by incompetence of the lower esophageal sphincter, and may result in injury to the esophageal mucosal. Symptoms include heartburn and acid indigestion.", "display": "Gastroesophageal reflux disease" }, { "code": "10069138", "definition": "A disorder characterized by an eruption consisting of papules (a small, raised pimple) and pustules (a small pus filled blister), typically appearing in face, scalp, and upper chest and back Unlike acne, this rash does not present with whiteheads or blackheads, and can be symptomatic, with itchy or tender lesions.", "display": "Papulopustular rash" }, { "code": "10069339", "definition": "A disorder characterized by the acute loss of renal function and is traditionally classified as pre-renal (low blood flow into kidney), renal (kidney damage) and post-renal causes (ureteral or bladder outflow obstruction).", "display": "Acute kidney injury" }, { "code": "10069501", "definition": "A disorder characterized by failure of the left ventricle to produce adequate output despite an increase in distending pressure and in end-diastolic volume. Clinical manifestations mayinclude dyspnea, orthopnea, and other signs and symptoms of pulmonary congestion and edema.", "display": "Left ventricular systolic dysfunction" } ], "system": "http://nci.nih.gov/xml/owl/cadsr/form/form_design_identifier/3265657v2.0/question_identifier#3557050v2.0-cs" }, "id": "d1e57358-vs", "resourceType": "ValueSet", "status": "active" }, { "codeSystem": { "caseSensitive": true, "concept": [ { "code": "Definite", "definition": "No Value Exists", "display": "DEFINITE" }, { "code": "Possible", "definition": "POSSIBLE", "display": "POSSIBLE" }, { "code": "Probable", "definition": "PROBABLE", "display": "PROBABLE" }, { "code": "Unlikely", "definition": "UNLIKELY", "display": "UNLIKELY" }, { "code": "Unrelated", "definition": "UNRELATED", "display": "UNRELATED" } ], "system": "http://nci.nih.gov/xml/owl/cadsr/form/form_design_identifier/3265657v2.0/question_identifier#3557842v2.0-cs" }, "id": "d1e97042-vs", "resourceType": "ValueSet", "status": "active" }, { "codeSystem": { "caseSensitive": true, "concept": [ { "code": "Yes", "definition": "The affirmative response to a question or activity.", "display": "Yes" }, { "code": "No", "definition": "The non-affirmative response to a question.", "display": "No" }, { "code": "Unknown", "definition": "Not known, not observed, not recorded, or refused.", "display": "Unknown" } ], "system": "http://nci.nih.gov/xml/owl/cadsr/form/form_design_identifier/3265657v2.0/question_identifier#3557851v2.0-cs" }, "id": "d1e97392-vs", "resourceType": "ValueSet", "status": "active" }, { "codeSystem": { "caseSensitive": true, "concept": [ { "code": "Yes", "definition": "The affirmative response to a question or activity.", "display": "Yes" }, { "code": "No", "definition": "The non-affirmative response to a question.", "display": "No" } ], "system": "http://nci.nih.gov/xml/owl/cadsr/form/form_design_identifier/3265657v2.0/question_identifier#3557856v2.0-cs" }, "id": "d1e97594-vs", "resourceType": "ValueSet", "status": "active" }, { "codeSystem": { "caseSensitive": true, "concept": [ { "code": "Yes", "definition": "The affirmative response to a question or activity.", "display": "Yes" }, { "code": "No", "definition": "The non-affirmative response to a question.", "display": "No" } ], "system": "http://nci.nih.gov/xml/owl/cadsr/form/form_design_identifier/3265657v2.0/question_identifier#3557859v2.0-cs" }, "id": "d1e97746-vs", "resourceType": "ValueSet", "status": "active" }, { "codeSystem": { "caseSensitive": true, "concept": [ { "code": "Yes", "definition": "The affirmative response to a question or activity.", "display": "Yes" }, { "code": "No", "definition": "The non-affirmative response to a question.", "display": "No" } ], "system": "http://nci.nih.gov/xml/owl/cadsr/form/form_design_identifier/3265657v2.0/question_identifier#3557913v2.0-cs" }, "id": "d1e98036-vs", "resourceType": "ValueSet", "status": "active" }, { "codeSystem": { "caseSensitive": true, "concept": [ { "code": "Yes", "definition": "The affirmative response to a question or activity.", "display": "Yes" }, { "code": "No", "definition": "The non-affirmative response to a question.", "display": "No" } ], "system": "http://nci.nih.gov/xml/owl/cadsr/form/form_design_identifier/3265657v2.0/question_identifier#3557028v2.0-cs" }, "id": "d1e98234-vs", "resourceType": "ValueSet", "status": "active" }, { "codeSystem": { "caseSensitive": true, "concept": [ { "code": "Fatal", "definition": "The absence of life or state of being dead.", "display": "Death" }, { "code": "Not Recovered/Not Resolved", "definition": "One of the possible results of an adverse event outcome that indicates that the event has not improved or recuperated.", "display": "NOT RECOVERED OR NOT RESOLVED" }, { "code": "Recovered/Resolved", "definition": "One of the possible results of an adverse event outcome that indicates that the event has improved or recuperated.", "display": "Recovered or Resolved" }, { "code": "Recovered/Resolved with Sequelae", "definition": "One of the possible results of an adverse event outcome where the subject recuperated but retained pathological conditions resulting from the prior disease or injury.", "display": "RECOVERED OR RESOLVED WITH SEQUELAE" }, { "code": "Recovering/Resolving", "definition": "One of the possible results of an adverse event outcome that indicates that the event is improving.", "display": "RECOVERING OR RESOLVING" }, { "code": "Unknown", "definition": "Not known, not observed, not recorded, or refused.", "display": "Unknown" } ], "system": "http://nci.nih.gov/xml/owl/cadsr/form/form_design_identifier/3265657v2.0/question_identifier#3557896v2.0-cs" }, "id": "d1e98385-vs", "resourceType": "ValueSet", "status": "active" }, { "codeSystem": { "caseSensitive": true, "concept": [ { "code": "1", "definition": "single episode", "display": "single episode" }, { "code": "2", "definition": "intermittent", "display": "intermittent" }, { "code": "3", "definition": "Existing in time or space without stop or interruption.", "display": "CONTINUOUS" } ], "system": "http://nci.nih.gov/xml/owl/cadsr/form/form_design_identifier/3265657v2.0/question_identifier#3557906v2.0-cs" }, "id": "d1e98732-vs", "resourceType": "ValueSet", "status": "active" }, { "codeSystem": { "caseSensitive": true, "concept": [ { "code": "Yes", "definition": "The affirmative response to a question or activity.", "display": "Yes" }, { "code": "No", "definition": "The non-affirmative response to a question.", "display": "No" }, { "code": "N/A", "definition": "Determination of a value is not relevant in the current context.", "display": "Not Applicable" } ], "system": "http://nci.nih.gov/xml/owl/cadsr/form/form_design_identifier/3265657v2.0/question_identifier#3557917v2.0-cs" }, "id": "d1e98928-vs", "resourceType": "ValueSet", "status": "active" }, { "codeSystem": { "caseSensitive": true, "concept": [ { "code": "1", "definition": "Results in Death", "display": "Results in Death" }, { "code": "2", "definition": "Is life-threatening", "display": "Is life-threatening" }, { "code": "3", "definition": "Requires inpatient hospitalization or prolongation of existing hospitalization", "display": "Requires inpatient hospitalization or prolongation of existing hospitalization" }, { "code": "4", "definition": "Results in persistent or significant disability/incapacity", "display": "Results in persistent or significant disability/incapacity" }, { "code": "5", "definition": "Is a congenital anomaly/birth defect", "display": "Is a congenital anomaly/birth defect" }, { "code": "6", "definition": "In the medical judgment of the treating physician and/or investigator, it may jeopardize the participant or require intervention to prevent one of these outcomes", "display": "In the medical judgment of the treating physician and/or investigator, it may jeopardize the participant or require intervention to prevent one of these outcomes" }, { "code": "7", "definition": "Other, specify", "display": "Other, specify" }, { "code": "8", "definition": "Meets criteria per protocol but does not meet other criterion (above)", "display": "Meets criteria per protocol but does not meet other criterion (above)" } ], "system": "http://nci.nih.gov/xml/owl/cadsr/form/form_design_identifier/3265657v2.0/question_identifier#3556199v2.0-cs" }, "id": "d1e99214-vs", "resourceType": "ValueSet", "status": "active" }, { "codeSystem": { "caseSensitive": true, "concept": [ { "code": "N", "definition": "The non-affirmative response to a question.", "display": "No" }, { "code": "Y", "definition": "The affirmative response to a question or activity.", "display": "Yes" } ], "system": "http://nci.nih.gov/xml/owl/cadsr/form/form_design_identifier/3265657v2.0/question_identifier#3556209v2.0-cs" }, "id": "d1e99668-vs", "resourceType": "ValueSet", "status": "active" } ], "date": "2012-08-15", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-category", "valueCodeableConcept": { "coding": [ { "code": "CRF" } ] } } ], "group": { "group": [ { "linkId": "3556213v2.0", "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 84 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#3125302v1.1" } } ], "linkId": "3556214v2.0", "options": { "reference": "#d1e14927-vs" }, "text": "Adverse Event Term (v4.0)", "type": "open-choice" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 200 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2188132v1.0" } } ], "linkId": "3557006v2.0", "text": "Describe 'Other' Adverse Event", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 1 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 1 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2944515v1.0" } } ], "linkId": "3557008v2.0", "options": { "reference": "#d1e54652-vs" }, "text": "Adverse Event Grade", "type": "open-choice" } ], "required": true, "text": "Must be included when this data is collected for reporting.", "title": "Mandatory Adverse Event Questions" }, { "linkId": "3557016v2.0", "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 4 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 8 }, { "url": "http://hl7.org/fhir/StructureDefinition/entryFormat", "valueString": "MM/DD/YYYY" }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2744993v1.0" } } ], "linkId": "3557017v2.0", "text": "AE Start Date", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 2 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 3 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2552398v1.0" } } ], "linkId": "3557021v2.0", "options": { "reference": "#d1e55041-vs" }, "text": "Was patient hospitalized for toxicity?", "type": "open-choice" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2744948v1.0" } } ], "linkId": "3557025v2.0", "text": "Cycle #", "type": "string" } ], "text": "There are business rules to indicate situations under which this data element should be used in a CRF.", "title": "Conditional Adverse Event Questions" }, { "linkId": "3557027v2.0", "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 22 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2179892v2.0" } } ], "linkId": "3557032v2.0", "options": { "reference": "#d1e55265-vs" }, "text": "To what is the AE attributed?", "type": "open-choice" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 60 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2201348v1.0" } } ], "linkId": "3557863v2.0", "text": "Other Attribution, Specify", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 8 }, { "url": "http://hl7.org/fhir/StructureDefinition/entryFormat", "valueString": "DD/MON/YYYY" }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2189843v1.0" } } ], "linkId": "3557046v2.0", "text": "AE Stop Date", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 80 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2943864v1.0" } } ], "linkId": "3557869v2.0", "options": { "reference": "#d1e56008-vs" }, "text": "MedDRA System Organ Class (SOC)", "type": "open-choice" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 8 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 8 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#3133353v1.0" } } ], "linkId": "3557050v2.0", "options": { "reference": "#d1e57358-vs" }, "text": "MedDRA AE Code (CTCAE v4.0)", "type": "open-choice" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 1 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 10 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#1285v3.0" } } ], "linkId": "3557842v2.0", "options": { "reference": "#d1e97042-vs" }, "text": "AE Attribution", "type": "open-choice" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2006851v4.0" } } ], "linkId": "3557849v2.0", "text": "Reporting Period End Date", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 2 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 7 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2179971v1.0" } } ], "linkId": "3557851v2.0", "options": { "reference": "#d1e97392-vs" }, "text": "Were adverse events assessed during most recent period", "type": "open-choice" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 2 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 3 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2183619v1.0" } } ], "linkId": "3557856v2.0", "options": { "reference": "#d1e97594-vs" }, "text": "Expected? (Yes/No)", "type": "open-choice" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 2 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 3 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2199908v1.0" } } ], "linkId": "3557859v2.0", "options": { "reference": "#d1e97746-vs" }, "text": "Serious?", "type": "open-choice" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2585234v1.0" } } ], "linkId": "3557911v2.0", "text": "Event Onset Time", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2732184v1.0" } } ], "linkId": "3557865v2.0", "text": "Course", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2744943v1.0" } } ], "linkId": "3557867v2.0", "text": "AE Evaluation Period Start Date", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 2 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 3 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2746280v1.0" } } ], "linkId": "3557913v2.0", "options": { "reference": "#d1e98036-vs" }, "text": "Pre-existing AE?", "type": "open-choice" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2746301v1.0" } } ], "linkId": "3557904v2.0", "text": "AE Resolved Time", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 2 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 3 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2746311v1.0" } } ], "linkId": "3557028v2.0", "options": { "reference": "#d1e98234-vs" }, "text": "AE Ongoing?", "type": "open-choice" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 33 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2746517v1.0" } } ], "linkId": "3557896v2.0", "options": { "reference": "#d1e98385-vs" }, "text": "Participant Status/Outcome", "type": "open-choice" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 1 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2008418v1.0" } } ], "linkId": "3557906v2.0", "options": { "reference": "#d1e98732-vs" }, "text": "Adverse Event Condition Pattern", "type": "open-choice" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 2 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 3 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2179615v1.0" } } ], "linkId": "3557917v2.0", "options": { "reference": "#d1e98928-vs" }, "text": "Did event reappear after study agent was reintroduced?", "type": "open-choice" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 1 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 200 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#797v5.0" } } ], "linkId": "3557922v2.0", "text": "Comments", "type": "string" } ], "text": "No requirement for inclusion of this element on the CRF; if the design and scientific questions posed in the study dictate the need to collect this type of data, this is the element to include on the CRF.", "title": "Optional Adverse Event Questions" }, { "linkId": "3556197v2.0", "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 1 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 1 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2179679v3.0" } } ], "linkId": "3556199v2.0", "options": { "reference": "#d1e99214-vs" }, "text": "Why serious?", "type": "open-choice" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 1 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 1 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2004106v3.0" } } ], "linkId": "3556209v2.0", "options": { "reference": "#d1e99668-vs" }, "text": "Dose-Limiting Toxicity?", "type": "open-choice" } ], "text": "The following additional elements are optional on a SAE form.", "title": "Optional Serious Adverse Event Questions" } ], "linkId": "root", "required": true, "title": "Adverse Event/Serious Adverse Event CTCAE v4 NCI Standard Template" }, "id": "3265657v2.0", "identifier": [ { "system": "http://nci.nih.gov/xml/owl/cadsr/form/form_design_identifier", "value": "3265657v2.0/" } ], "language": "en", "meta": { "lastUpdated": "2014-05-15T17:25:15Z" }, "publisher": "National Cancer Institute (NCI)", "resourceType": "Questionnaire", "status": "published", "text": { "div": "<div>Todo</div>", "status": "generated" } } } ], "id": "questionnaire-sdc-profile-example", "meta": { "lastUpdated": "2014-05-15T17:25:15Z" }, "resourceType": "Bundle", "type": "collection" }; var example742: fhir.Bundle = { "resourceType": "Bundle", "id": "questionnaire-sdc-profile-example", "meta": { "lastUpdated": "2014-05-15T17:25:15Z" }, "type": "collection", "entry": [ { "fullUrl": "http://AHRQ.org/form/Questionnaire/F8-1.2", "resource": { "resourceType": "Questionnaire", "id": "F8-1.2", "meta": { "lastUpdated": "2014-05-15T17:25:15Z" }, "text": { "status": "generated", "div": "<div>Todo</div>" }, "contained": [ { "resourceType": "ValueSet", "id": "d1e551-vs", "status": "active", "codeSystem": { "system": "http://AHRQ.org/form/question_identifier#Medication/DE270-cs", "caseSensitive": true, "concept": [ { "code": "A1197", "display": "Medications", "definition": "A legal drug that is used to prevent, treat, or relieve symptoms of a disease or abnormal condition." }, { "code": "A1200", "display": "Biological products", "definition": "Organisms or complex pharmaceutical substances, preparations, or agents of organic origin, usually obtained by biological methods or assay." }, { "code": "A1203", "display": "Nutritional products" }, { "code": "A1206", "display": "Expressed human breast milk" }, { "code": "A1209", "display": "Medical gases (e.g., oxygen, nitrogen, nitrous oxide)" }, { "code": "A1212", "display": "Contrast media" }, { "code": "A1213", "display": "Radiopharmaceuticals" }, { "code": "A1214", "display": "Patient food (not suspected in drug-food interactions" }, { "code": "A1216", "display": "Drug-drug, drug-food, or adverse drug reaction as a result of a prescription and/or administration of a drug and/or food frior to admission" }, { "code": "A1215", "display": "Other substance: PLEASE SPECIFY" } ] } }, { "resourceType": "ValueSet", "id": "d1e639-vs", "status": "active", "codeSystem": { "system": "http://AHRQ.org/form/question_identifier#Medication/DE273-cs", "caseSensitive": true, "concept": [ { "code": "A1218", "display": "Prescription or over-the- counter (including herbal supplements)" }, { "code": "A1221", "display": "Compounded preparations" }, { "code": "A1224", "display": "Investigational drugs" }, { "code": "UNK", "display": "Unknown" } ] } }, { "resourceType": "ValueSet", "id": "d1e910-vs", "status": "active", "codeSystem": { "system": "http://AHRQ.org/form/question_identifier#Medication/DE279-cs", "caseSensitive": true, "concept": [ { "code": "A1233", "display": "Vaccines" }, { "code": "A1236", "display": "Other biological products (e.g., thrombolytic)" } ] } }, { "resourceType": "ValueSet", "id": "d1e1125-vs", "status": "active", "codeSystem": { "system": "http://AHRQ.org/form/question_identifier#Medication/DE285-cs", "caseSensitive": true, "concept": [ { "code": "A1242", "display": "Dietary supplements (other than vitamins or minerals)" }, { "code": "A1245", "display": "Vitamins or minerals" }, { "code": "A1248", "display": "Enteral nutritional products, including infant formula" }, { "code": "A1251", "display": "Parenteral nutritional products" }, { "code": "A66", "display": "Other: PLEASE SPECIFY" } ] } }, { "resourceType": "ValueSet", "id": "d1e1558-vs", "status": "active", "codeSystem": { "system": "http://AHRQ.org/form/question_identifier#Medication/DE288-cs", "caseSensitive": true, "concept": [ { "code": "A1257", "display": "Incorrect action (process failure or error) (e.g., such as administering overdose or incorrect medication)" }, { "code": "A1260", "display": "Unsafe condition" }, { "code": "A1263", "display": "Adverse reaction in patient to the administered substance without any apparent incorrect action" }, { "code": "UNK", "display": "Unknown" } ] } }, { "resourceType": "ValueSet", "id": "d1e1746-vs", "status": "active", "codeSystem": { "system": "http://AHRQ.org/form/question_identifier#Medication/DE291-cs", "caseSensitive": true, "concept": [ { "code": "A585", "display": "Incorrect patient" }, { "code": "A1272", "display": "Incorrect medication/substance" }, { "code": "A1275", "display": "Incorrect dose(s)" }, { "code": "A1278", "display": "Incorrect route of administration" }, { "code": "A1281", "display": "Incorrect timing" }, { "code": "A1284", "display": "Incorrect rate" }, { "code": "A1287", "display": "Incorrect duration of administration or course of therapy" }, { "code": "A1290", "display": "Incorrect dosage form (e.g., sustained release instead of immediate release)" }, { "code": "A1293", "display": "Incorrect strength or concentration" }, { "code": "A1296", "display": "Incorrect preparation, including inappropriate cutting of tablets, error in compounding, mixing, etc." }, { "code": "A1299", "display": "Expired or deteriorated medication/substance" }, { "code": "A1301", "display": "Medication/substance that is known to be an allergen to the patient" }, { "code": "A1305", "display": "Medication/substance that is known to be contraindicated for the patient" }, { "code": "A1308", "display": "Incorrect patient/family action (e.g., self-administration error)" }, { "code": "A66", "display": "Other: PLEASE SPECIFY" } ] } }, { "resourceType": "ValueSet", "id": "d1e1863-vs", "status": "active", "codeSystem": { "system": "http://AHRQ.org/form/question_identifier#Medication/DE294-cs", "caseSensitive": true, "concept": [ { "code": "A1314", "display": "Overdose" }, { "code": "A1317", "display": "Underdose" }, { "code": "A1320", "display": "Missed or omitted dose" }, { "code": "A1323", "display": "Extra dose" }, { "code": "UNK", "display": "Unknown" } ] } }, { "resourceType": "ValueSet", "id": "d1e2109-vs", "status": "active", "codeSystem": { "system": "http://AHRQ.org/form/question_identifier#Medication/DE297-cs", "caseSensitive": true, "concept": [ { "code": "A1329", "display": "Too early" }, { "code": "A1332", "display": "Too late" }, { "code": "UNK", "display": "Unknown" } ] } }, { "resourceType": "ValueSet", "id": "d1e2272-vs", "status": "active", "codeSystem": { "system": "http://AHRQ.org/form/question_identifier#Medication/DE300-cs", "caseSensitive": true, "concept": [ { "code": "A1338", "display": "Too quickly" }, { "code": "A1341", "display": "Too slowly" }, { "code": "UNK", "display": "Unknown" } ] } }, { "resourceType": "ValueSet", "id": "d1e2489-vs", "status": "active", "codeSystem": { "system": "http://AHRQ.org/form/question_identifier#Medication/DE303-cs", "caseSensitive": true, "concept": [ { "code": "A1347", "display": "Too high" }, { "code": "A1350", "display": "Too low" }, { "code": "UNK", "display": "Unknown" } ] } }, { "resourceType": "ValueSet", "id": "d1e2768-vs", "status": "active", "codeSystem": { "system": "http://AHRQ.org/form/question_identifier#Medication/DE309-cs", "caseSensitive": true, "concept": [ { "code": "A15", "display": "Yes" }, { "code": "A18", "display": "No" }, { "code": "UNK", "display": "Unkown" } ] } }, { "resourceType": "ValueSet", "id": "d1e2928-vs", "status": "active", "codeSystem": { "system": "http://AHRQ.org/form/question_identifier#Medication/DE312-cs", "caseSensitive": true, "concept": [ { "code": "A1368", "display": "Drug-drug" }, { "code": "A1371", "display": "Drug-food" }, { "code": "A1374", "display": "Drug-disease" }, { "code": "A66", "display": "Other: PLEASE SPECIFY" } ] } }, { "resourceType": "ValueSet", "id": "d1e3159-vs", "status": "active", "codeSystem": { "system": "http://AHRQ.org/form/question_identifier#Medication/DE315-cs", "caseSensitive": true, "concept": [ { "code": "A1380", "display": "Purchasing" }, { "code": "A1383", "display": "Storing" }, { "code": "A1386", "display": "Prescribing/ordering" }, { "code": "A1389", "display": "Transcribing" }, { "code": "A1392", "display": "Preparing" }, { "code": "A1395", "display": "Dispensing" }, { "code": "A1398", "display": "Administering" }, { "code": "A1401", "display": "Monitoring" }, { "code": "UNK", "display": "Unknown" }, { "code": "A66", "display": "Other: PLEASE SPECIFY" } ] } }, { "resourceType": "ValueSet", "id": "d1e4024-vs", "status": "active", "codeSystem": { "system": "http://AHRQ.org/form/question_identifier#Medication/DE333-cs", "caseSensitive": true, "concept": [ { "code": "A15", "display": "Yes" }, { "code": "A18", "display": "No" } ] } }, { "resourceType": "ValueSet", "id": "d1e4118-vs", "status": "active", "codeSystem": { "system": "http://AHRQ.org/form/question_identifier#Medication/DE336-cs", "caseSensitive": true, "concept": [ { "code": "A15", "display": "Yes" }, { "code": "A18", "display": "No" } ] } }, { "resourceType": "ValueSet", "id": "d1e4236-vs", "status": "active", "codeSystem": { "system": "http://AHRQ.org/form/question_identifier#Medication/DE348-cs", "caseSensitive": true, "concept": [ { "code": "A1440", "display": "Cutaneous, topical application, including ointment, spray, patch" }, { "code": "A1443", "display": "Subcutaneous" }, { "code": "A1444", "display": "Ophthalmic" }, { "code": "A1446", "display": "Oral, including sublingual or buccal" }, { "code": "A1447", "display": "Otic" }, { "code": "A1449", "display": "Nasal" }, { "code": "A1450", "display": "Inhalation" }, { "code": "A1452", "display": "Intravenous" }, { "code": "A1455", "display": "Intramuscular" }, { "code": "A1458", "display": "Intrathecal" }, { "code": "A1461", "display": "Epidural" }, { "code": "A1464", "display": "Gastric" }, { "code": "A1467", "display": "Rectal" }, { "code": "A1470", "display": "Vaginal" }, { "code": "UNK", "display": "Unknown" }, { "code": "A66", "display": "Other: PLEASE SPECIFY" } ] } }, { "resourceType": "ValueSet", "id": "d1e4716-vs", "status": "active", "codeSystem": { "system": "http://AHRQ.org/form/question_identifier#Medication/DE351-cs", "caseSensitive": true, "concept": [ { "code": "A1440", "display": "Cutaneous, topical application, including ointment, spray, patch" }, { "code": "A1443", "display": "Subcutaneous" }, { "code": "A1444", "display": "Ophthalmic" }, { "code": "A1446", "display": "Oral, including sublingual or buccal" }, { "code": "A1447", "display": "Otic" }, { "code": "A1449", "display": "Nasal" }, { "code": "A1450", "display": "Inhalation" }, { "code": "A1452", "display": "Intravenous" }, { "code": "A1455", "display": "Intramuscular" }, { "code": "A1458", "display": "Intrathecal" }, { "code": "A1461", "display": "Epidural" }, { "code": "A1464", "display": "Gastric" }, { "code": "A1467", "display": "Rectal" }, { "code": "A1470", "display": "Vaginal" }, { "code": "UNK", "display": "Unknown" }, { "code": "A66", "display": "Other: PLEASE SPECIFY" } ] } } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-category", "valueCodeableConcept": { "coding": [ { "code": "Acute Care Hospitals" } ] } } ], "identifier": [ { "system": "http://Medication", "value": "form_identifier/F8/1.2" } ], "status": "published", "date": "2012-04-01", "publisher": "Agency for Healthcare Research and Quality (AHRQ)", "subjectType": [ "Patient" ], "group": { "linkId": "root", "title": "Medication or Other Substance", "required": true, "group": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/sdc-questionnaire-specialGroup", "valueCode": "header" } ], "linkId": "Medication/header", "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 3 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 9 } ], "linkId": "Medication/DE2", "text": "Event ID:", "type": "string", "required": true }, { "linkId": "Medication/DE30", "text": "Initial Report Date (HERF Q1)", "type": "string", "required": true } ] }, { "linkId": "Medication/SEC00", "title": "Medication or Other Substance", "text": "Use this form to report any patient safety event or unsafe condition involving a substance such as a medications, biological products, nutritional products, expressed human breast milk, medical gases, or contrast media. Do not complete this form if the event involves appropriateness of therapeutic choice or decision making (e.g., physician decision to prescribe medication despite known drug-drug interaction). If the event involves a device, please also complete the Device or Medical/Surgical Supply including Health Information Technology (HIT) form. Narrative detail can be captured on the Healthcare Event Reporting Form (HERF).", "group": [ { "linkId": "Medication/SEC01/74080-3", "required": true, "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 1 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 30 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://AHRQ.gov/data_element_identifier#Type%20of%20substance%20involved" } } ], "linkId": "Medication/DE270", "text": "What type of medication/substance was involved?", "type": "open-choice", "required": true, "options": { "reference": "#d1e551-vs" }, "group": [ { "linkId": "Medication/DE270/A1197", "required": false, "repeats": false, "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 7 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 65 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://AHRQ.gov/data_element_identifier#Type%20of%20medication%20involved" } } ], "linkId": "Medication/DE273", "text": "What type of medication?", "type": "open-choice", "required": true, "options": { "reference": "#d1e639-vs" }, "group": [ { "linkId": "Medication/DE273/A1221", "required": false, "repeats": false, "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 0 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 500 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://AHRQ.gov/data_element_identifier#Compounded%20preparation%20ingredients" } } ], "linkId": "Medication/DE276", "text": "Please list all ingredients:", "type": "string", "repeats": true } ] } ] } ] }, { "linkId": "Medication/DE270/A1200", "required": false, "repeats": false, "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 8 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 65 } ], "linkId": "Medication/DE279", "text": "What type of biological product?", "type": "open-choice", "options": { "reference": "#d1e910-vs" }, "group": [ { "linkId": "Medication/DE279/A1233", "required": false, "repeats": false, "question": [ { "linkId": "Medication/DE282", "_linkId": { "fhir_comments": [ " \n <extension url=\"http://hl7.org/fhir/StructureDefinition/minValue\">\n <valueInteger value=\"??\"/>\n </extension>\n <extension url=\"http://hl7.org/fhir/StructureDefinition/maxValue\">\n <valueInteger value=\"??\"/>\n </extension> " ] }, "text": "What was the lot number of the vaccine?", "type": "string", "required": true } ] } ] } ] }, { "linkId": "Medication/DE270/A1203", "required": false, "repeats": false, "question": [ { "linkId": "Medication/DE285", "text": "What type of nutritional product?", "type": "open-choice", "required": true, "options": { "reference": "#d1e1125-vs" } } ] } ] }, { "linkId": "Medication/DE288", "text": "Which of the following best characterizes the event?", "type": "open-choice", "required": true, "options": { "reference": "#d1e1558-vs" } }, { "linkId": "Medication/DE291", "text": "What was the incorrect action?", "type": "open-choice", "options": { "reference": "#d1e1746-vs" }, "group": [ { "linkId": "Medication/DE291/A1275", "required": false, "repeats": false, "question": [ { "linkId": "Medication/DE294", "text": "Which best describes the incorrect dose(s)?", "type": "open-choice", "required": true, "options": { "reference": "#d1e1863-vs" } } ] }, { "linkId": "Medication/DE291/A1308", "required": false, "repeats": false, "question": [ { "linkId": "Medication/DE297", "text": "Which best describes the incorrect timing?", "type": "open-choice", "required": true, "options": { "reference": "#d1e2109-vs" } } ] }, { "linkId": "Medication/DE291/A1284", "required": false, "repeats": false, "question": [ { "linkId": "Medication/DE300", "text": "Which best describes the incorrect rate?", "type": "open-choice", "required": true, "options": { "reference": "#d1e2272-vs" } } ] }, { "linkId": "Medication/DE291/A1293", "required": false, "repeats": false, "question": [ { "linkId": "Medication/DE303", "text": "Which best describes the incorrect strength or concentration?", "type": "open-choice", "required": true, "options": { "reference": "#d1e2489-vs" } } ] }, { "linkId": "Medication/DE291/A1299", "required": false, "repeats": false, "question": [ { "linkId": "Medication/DE306", "text": "What was the expiration date?", "type": "string", "required": true } ] }, { "linkId": "Medication/DE291/A1302", "required": false, "repeats": false, "question": [ { "linkId": "Medication/DE309", "text": "Was there a documented history of allergies or sensitivities to the medication/substance administered?", "type": "open-choice", "required": true, "options": { "reference": "#d1e2768-vs" } } ] }, { "linkId": "Medication/DE291/A1305", "required": false, "repeats": false, "question": [ { "linkId": "Medication/DE312", "text": "What was the contraindication (potential or actual interaction)?", "type": "open-choice", "required": true, "options": { "reference": "#d1e2928-vs" } } ] } ] }, { "linkId": "Medication/DE315", "text": "At what stage in the process did the event originate, regardless of the stage at which it was discovered?", "type": "open-choice", "required": true, "options": { "reference": "#d1e3159-vs" } } ] }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxOccurs", "valueInteger": 5 } ], "linkId": "Medication/SEC02/74078-7", "text": "Please provide the following medication details for any medications or other substances directly involved in the event.", "repeats": true, "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 0 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 65 } ], "linkId": "Medication/DE318", "text": "Generic name or investigational drug name", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 0 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 65 } ], "linkId": "Medication/DE319", "text": "Ingredient", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 0 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 65 } ], "linkId": "Medication/DE321", "text": "Brand name", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 0 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 65 } ], "linkId": "Medication/DE322", "text": "Brand name RXCUI", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 0 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 65 } ], "linkId": "Medication/DE324", "text": "Manufacturer", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 0 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 65 } ], "linkId": "Medication/DE327", "text": "Strength or concentration of product", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 0 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 65 } ], "linkId": "Medication/DE328", "text": "Clinical Component RXCUI", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 0 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 65 } ], "linkId": "Medication/DE330", "text": "Dosage form of Product", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 0 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 65 } ], "linkId": "Medication/DE331", "text": "Dose form RXCUI", "type": "string" }, { "linkId": "Medication/DE333", "text": "Was this medication/substance prescribed for this patient?", "type": "open-choice", "required": true, "options": { "reference": "#d1e4024-vs" } }, { "linkId": "Medication/DE336", "text": "Was this medication/substance given to this patient?", "type": "open-choice", "required": true, "options": { "reference": "#d1e4118-vs" } } ] }, { "linkId": "Medication/SEC03", "question": [ { "linkId": "Medication/DE348", "text": "What was the intended route of administration?", "type": "open-choice", "required": true, "options": { "reference": "#d1e4236-vs" } }, { "linkId": "Medication/DE351", "text": "What was the actual route of administration (attempted or completed)?", "type": "open-choice", "required": true, "options": { "reference": "#d1e4716-vs" } } ] }, { "linkId": "Medication/SEC04", "title": "STOP", "text": "The form is complete." }, { "linkId": "Medication/SEC05", "title": "Thank you for completing these questions.", "text": "OMB No. 0935-0143 Exp. Date 10/31/2014 Public reporting burden for the collection of information is estimated to average 10 minutes per response. An agency may not conduct or sponsor, and a person is not required to respond to, a collection of information unless it displays a currently valid OMB control number. Send comments regarding this burden estimate or any other aspect of this collection of information, including suggestions for reducing this burden, to: AHRQ Reports Clearance Officer, Attention: PRA, Paperwork Reduction Project (0935-0143), AHRQ, 540 Gaither Road, Room #5036, Rockville, MD 20850." } ] }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/sdc-questionnaire-specialGroup", "valueCode": "footer" } ], "linkId": "Medication/footer", "text": "AHRQ Common Formats - Hospital Version 1.2 - 2012 Medication or Other Substance" } ] } } }, { "fullUrl": "http://AHRQ.org/form/Questionnaire/HERF-1.2", "resource": { "resourceType": "Questionnaire", "id": "HERF-1.2", "meta": { "lastUpdated": "2014-05-15T17:25:15Z" }, "text": { "status": "generated", "div": "<div>Todo</div>" }, "contained": [ { "resourceType": "ValueSet", "id": "d1e5879-vs", "status": "active", "codeSystem": { "system": "http://AHRQ.org/form/question_identifier#HERF/DE3-cs", "caseSensitive": true, "concept": [ { "code": "A3", "display": "Incident", "definition": "A patient safety event that reached the patient, whether or not the patient was harmed." }, { "code": "A6", "display": "Near Miss", "definition": "A patient safety event that did not reach the patient." }, { "code": "A9", "display": "Unsafe Condition", "definition": "Any circumstance that increases the probability of a patient safety event." } ] } }, { "resourceType": "ValueSet", "id": "d1e6177-vs", "status": "active", "codeSystem": { "system": "http://AHRQ.org/form/question_identifier#HERF/DE21-cs", "caseSensitive": true, "concept": [ { "code": "A42", "display": "Blood or Blood Product" }, { "code": "A44", "display": "Device or Medical/Surgical Supply, including Health Information Technology (HIT)" }, { "code": "A48", "display": "Fall" }, { "code": "A51", "display": "Healthcare-associated Infection" }, { "code": "A54", "display": "Medication or Other Substance" }, { "code": "A57", "display": "Perinatal" }, { "code": "A60", "display": "Pressure Ulcer" }, { "code": "A63", "display": "Surgery or Anesthesia (includes invasive procedure)" }, { "code": "A64", "display": "Venous Thromboembolism" }, { "code": "A66", "display": "Other: PLEASE SPECIFY" } ] } }, { "resourceType": "ValueSet", "id": "d1e6853-vs", "status": "active", "codeSystem": { "system": "http://AHRQ.org/form/question_identifier#HERF/DE42-cs", "caseSensitive": true, "concept": [ { "code": "M", "display": "Male" }, { "code": "F", "display": "Female" }, { "code": "UNK", "display": "Unknown" } ] } }, { "resourceType": "ValueSet", "id": "d1e7006-vs", "status": "active", "codeSystem": { "system": "http://AHRQ.org/form/question_identifier#HERF/Hidden-cs", "caseSensitive": true, "concept": [ { "code": "A15", "display": "Yes" }, { "code": "A18", "display": "No" } ] } }, { "resourceType": "ValueSet", "id": "d1e7220-vs", "status": "active", "codeSystem": { "system": "http://AHRQ.org/form/question_identifier#HERF/DE43-cs", "caseSensitive": true, "concept": [ { "code": "M", "display": "Male" }, { "code": "F", "display": "Female" }, { "code": "UNK", "display": "Unknown" } ] } }, { "resourceType": "ValueSet", "id": "d1e7422-vs", "status": "active", "codeSystem": { "system": "http://AHRQ.org/form/question_identifier#HERF/DE33-cs", "caseSensitive": true, "concept": [ { "code": "A15", "display": "Yes" }, { "code": "A18", "display": "No" } ] } } ], "identifier": [ { "system": "http://AHRQ.org", "value": "identifier/HERF/1.2" } ], "status": "published", "group": { "linkId": "root", "title": "Healthcare Event Reporting Form (HERF) Hospital Version 1.2", "required": true, "group": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/sdc-questionnaire-specialGroup", "valueCode": "header" } ], "linkId": "HERF/header", "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 3 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 9 } ], "linkId": "HERF/DE2", "text": "Event ID", "type": "string", "required": true }, { "linkId": "HERF/DE30", "text": "Initial Report Date", "type": "string", "required": true } ] }, { "linkId": "HERF/SEC01", "question": [ { "linkId": "HERF/DE30b", "text": "Report Date", "type": "string", "required": true }, { "linkId": "HERF/DE3", "text": "What is being reported?", "type": "open-choice", "required": true, "options": { "reference": "#d1e5879-vs" } }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxOccurs", "valueInteger": 0 } ], "linkId": "HERF/DE15", "text": "Briefly describe the event that occurred or unsafe condition", "type": "string", "required": true, "repeats": true }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxOccurs", "valueInteger": 0 } ], "linkId": "HERF/DE18", "text": "Briefly describe the location where the event occurred or where the unsafe condition exists", "type": "string", "required": true, "repeats": true }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxOccurs", "valueInteger": 10 } ], "linkId": "HERF/DE21", "text": "Which of the following categories are associated with the event or unsafe condition?", "type": "open-choice", "required": true, "repeats": true, "options": { "reference": "#d1e6177-vs" } } ] }, { "extension": [ { "extension": [ { "url": "#enableWhen.question", "valueString": "HERF/DE3" }, { "url": "#enableWhen.answer", "valueCoding": { "system": "http://AHRQ.org/form/question_identifier#HERF/DE3-cs", "code": "A3" } } ], "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen" } ], "linkId": "HERF/SEC01.1", "title": "PATIENT INFORMATION (COMPLETE ONLY IF INCIDENT)", "text": "Please complete the patient identifiers below. Additional patient information is captured on the Patient Information Form (PIF). (When reporting a perinatal incident that affected a mother and a neonate, please complete the patient identifiers below for the mother (Q8 – Q11) and the neonate (Q12 – Q15). Please also complete a separate PIF for the neonate involved.)", "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/entryFormat", "valueString": "MM/DD/YYYY" } ], "linkId": "HERF/DE9a", "text": "Event Discovery Date", "type": "string", "required": true }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-defaultValue", "valueCoding": { "system": "HERF/DE9b-cs", "code": "UNK", "display": "Unknown" } }, { "url": "http://hl7.org/fhir/StructureDefinition/entryFormat", "valueString": "HHMM" } ], "linkId": "HERF/DE9b", "text": "Event Discovery Time", "type": "string", "required": true } ] }, { "extension": [ { "extension": [ { "url": "#enableWhen.question", "valueString": "HERF/DE3" }, { "url": "#enableWhen.answer", "valueCoding": { "system": "http://AHRQ.org/form/question_identifier#HERF/DE3-cs", "code": "A3" } } ], "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen" } ], "linkId": "HERF/SEC02", "title": "Patient Information (COMPLETE ONLY IF INCIDENT):", "text": "Please complete the patient identifiers below. Additional patient information is captured on the Patient Information Form (PIF). (When reporting a perinatal incident that affected a mother and a neonate, please complete the patient identifiers below for the mother (Q8 – Q11) and the neonate (Q12 – Q15). Please also complete a separate PIF for the neonate involved.)", "question": [ { "linkId": "HERF/DE46", "text": "Patient's Name", "type": "string", "required": true }, { "linkId": "HERF/DE47", "text": "Patient's Date of Birth", "type": "string" }, { "linkId": "HERF/DE49", "text": "Patient's Medical Record #", "type": "string", "required": true }, { "linkId": "HERF/DE42", "text": "Patients' Gender", "type": "open-choice", "options": { "reference": "#d1e6853-vs" } } ] }, { "linkId": "HERF/SEC03", "title": "Neonatal Patient Information:", "text": "COMPLETE ONLY FOR NEONATE AFFECTED BY PERINATAL INCIDENT", "question": [ { "linkId": "HERF/Hidden", "text": "Is this event a perinatal incident that affected a neonate?", "type": "open-choice", "options": { "reference": "#d1e7006-vs" }, "group": [ { "linkId": "HERF/DE34/A15", "required": false, "repeats": false, "question": [ { "linkId": "HERF/DE34", "text": "Neonate's Name", "type": "string" }, { "linkId": "HERF/DE37", "text": "Neonate's Date of Birth", "type": "string" }, { "linkId": "HERF/DE40", "text": "Neonate's Medical Record #", "type": "string", "required": true }, { "linkId": "HERF/DE43", "text": "Neonate's Gender", "type": "open-choice", "required": true, "options": { "reference": "#d1e7220-vs" } } ] } ] } ] }, { "linkId": "HERF/SEC04", "title": "REPORT AND EVENT REPORTER INFORMATION", "question": [ { "linkId": "HERF/DE33", "text": "Anonymous Reporter", "type": "open-choice", "options": { "reference": "#d1e7422-vs" }, "group": [ { "linkId": "HERF/DE33/A18", "required": false, "repeats": false, "question": [ { "linkId": "HERF/DE50", "text": "Reporter's Name", "type": "string", "required": true }, { "linkId": "HERF/DE52", "text": "Telephone Number", "type": "string", "required": true }, { "linkId": "HERF/DE53", "text": "Email Address", "type": "string", "required": true }, { "linkId": "HERF/DE36", "text": "Reporter's Job or Position", "type": "string" } ] } ] } ] }, { "linkId": "HERF/SEC05", "title": "Thank you for completing these questions.", "text": "OMB No. 0935-0143 Exp. Date 10/31/2014 Public reporting burden for the collection of information is estimated to average 10 minutes per response. An agency may not conduct or sponsor, and a person is not required to respond to, a collection of information unless it displays a currently valid OMB control number. Send comments regarding this burden estimate or any other aspect of this collection of information, including suggestions for reducing this burden, to: AHRQ Reports Clearance Officer, Attention: PRA, Paperwork Reduction Project (0935-0143), AHRQ, 540 Gaither Road, Room #5036, Rockville, MD 20850." }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/sdc-questionnaire-specialGroup", "valueCode": "footer" } ], "linkId": "HERF/footer", "text": "AHRQ Common Formats - Hospital Version 1.2 - 2012 Medication or Other Substance" } ] } } }, { "fullUrl": "http://AHRQ.org/form/Questionnaire/3921052v1.0", "resource": { "resourceType": "Questionnaire", "id": "3921052v1.0", "meta": { "lastUpdated": "2014-05-15T17:25:15Z" }, "language": "en", "text": { "status": "generated", "div": "<div>Todo</div>" }, "contained": [ { "resourceType": "ValueSet", "id": "d1e8086-vs", "status": "active", "codeSystem": { "system": "http://nci.nih.gov/xml/owl/cadsr/form/form_design_identifier/3921052v1.0/question_identifier#3921060v1.0-cs", "caseSensitive": true, "concept": [ { "code": "Primary", "display": "Primary Diagnosis", "definition": "Occurring first in time or sequence; original; of greatest rank or importance or value.: The investigation, analysis and recognition of the presence and nature of disease, condition, or injury from expressed signs and symptoms; also, the scientific determination of any kind; the concise results of such an investigation." }, { "code": "Secondary", "display": "Secondary Diagnosis", "definition": "Derived as a result of a primary condition; not direct or immediate; of second rank or importance or value.: The investigation, analysis and recognition of the presence and nature of disease, condition, or injury from expressed signs and symptoms; also, the scientific determination of any kind; the concise results of such an investigation." }, { "code": "Treatment-related", "display": "Treatment related secondary malignancy Diagnosis", "definition": "A disorder characterized by development of a malignancy most probably as a result of treatment for a previously existing malignancy.: The investigation, analysis and recognition of the presence and nature of disease, condition, or injury from expressed signs and symptoms; also, the scientific determination of any kind; the concise results of such an investigation." }, { "code": "Unknown", "display": "Unknown", "definition": "Not known, not observed, not recorded, or refused." } ] } }, { "resourceType": "ValueSet", "id": "d1e8407-vs", "status": "active", "codeSystem": { "system": "http://nci.nih.gov/xml/owl/cadsr/form/form_design_identifier/3921052v1.0/question_identifier#3921071v1.0-cs", "caseSensitive": true, "concept": [ { "code": "Initial same as Current", "display": "Initial diagnosis same as current", "definition": "Initial diagnosis same as current" }, { "code": "At Progression", "display": "Disease Progression", "definition": "Cancer that continues to grow or spread." }, { "code": "At Restaging", "display": "Restaging", "definition": "Two or more adjacent copies of an identical pattern.: The extent of a cancer within the body, especially whether the disease has spread from the original site to other parts of the body." }, { "code": "Initial Diagnosis", "display": "First Diagnosis", "definition": "Preceding all others in time or space or degree.: The investigation, analysis and recognition of the presence and nature of disease, condition, or injury from expressed signs and symptoms; also, the scientific determination of any kind; the concise results of such an investigation." }, { "code": "Current Diagnosis", "display": "Current Diagnosis", "definition": "Occurring in or belonging to the present time.: The investigation, analysis and recognition of the presence and nature of disease, condition, or injury from expressed signs and symptoms; also, the scientific determination of any kind; the concise results of such an investigation." } ] } }, { "resourceType": "ValueSet", "id": "d1e8830-vs", "status": "active", "codeSystem": { "system": "http://nci.nih.gov/xml/owl/cadsr/form/form_design_identifier/3921052v1.0/question_identifier#3921081v1.0-cs", "caseSensitive": true, "concept": [ { "code": "Cytologic", "display": "Cytological Procedure", "definition": "Technique or procedure for manipulation of cells and analysis of cell properties and subcellular features." }, { "code": "Histologic", "display": "Histological Procedure", "definition": "Technique or procedure used for the study of the microanatomy of tissues and their cellular structure; usually involves microscopic examination of tissue slices." }, { "code": "Histologic and Cytologic", "display": "Histologic and Cytologic Procedures", "definition": "Pertaining to the combined microscopic physical features of cells and their surrounding extracellular environment in tissues.: The light microscopic study of normal and abnormal cells in fine needle aspirates (FNAs), body cavity fluids, and smears.: Having been established or verified." } ] } }, { "resourceType": "ValueSet", "id": "d1e9025-vs", "status": "active", "codeSystem": { "system": "http://nci.nih.gov/xml/owl/cadsr/form/form_design_identifier/3921052v1.0/question_identifier#3921085v1.0-cs", "caseSensitive": true, "concept": [ { "code": "G1", "display": "Well Differentiated", "definition": "Describes tumor cells that generally retain the appearance of normal cells and tend to grow and spread at a slower rate than undifferentiated or poorly differentiated tumor cells." }, { "code": "G2", "display": "Moderately Differentiated", "definition": "Definition not available." }, { "code": "G3", "display": "Poorly Differentiated", "definition": "Describes tumor cells that generally have lost most of the appearance of normal cells. They tend to grow and spread." }, { "code": "G4", "display": "Undifferentiated", "definition": "A term used to describe cells or tissues that do not have specialized (\"mature\") structures or functions. Undifferentiated cancer cells often grow and spread quickly." }, { "code": "GB", "display": "Borderline Histologic Grade", "definition": "Straddling the dividing line between two categories.: The degree of abnormality of cancer cells, a measure of differentiation, the extent to which cancer cells are similar in appearance and function to healthy cells of the same tissue type. The degree of differentiation often relates to the clinical behavior of the particular tumor. Based on the microscopic findings, tumor grade is commonly described by one of four degrees of severity. Histopathologic grade of a tumor may be used to plan treatment and estimate the future course, outcome, and overall prognosis of disease. Certain types of cancers, such as soft tissue sarcoma, primary brain tumors, lymphomas, and breast have special grading systems." }, { "code": "GX", "display": "Grade Cannot be Assessed", "definition": "An operation in which a term denies or inverts the meaning of another term or construction.: Having determined the value, significance, or extent of.: The degree of abnormality of cancer cells, a measure of differentiation, the extent to which cancer cells are similar in appearance and function to healthy cells of the same tissue type. The degree of differentiation often relates to the clinical behavior of the particular tumor. Based on the microscopic findings, tumor grade is commonly described by one of four degrees of severity. Histopathologic grade of a tumor may be used to plan treatment and estimate the future course, outcome, and overall prognosis of disease. Certain types of cancers, such as soft tissue sarcoma, primary brain tumors, lymphomas, and breast have special grading systems." }, { "code": "High Grade", "display": "High Grade", "definition": "Used to describe tumor samples that exhibit poorly differentiated or undifferentiated cells. They are generally expected to be fast growing and aggressive." }, { "code": "Low Grade", "display": "Low Grade", "definition": "Used to describe tumor samples that exhibit well to moderately well differentiated cells. They are generally expected to be slow growing and less aggressive." } ] } } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-category", "valueCodeableConcept": { "coding": [ { "code": "CRF" } ] } } ], "identifier": [ { "system": "http://nci.nih.gov/xml/owl/cadsr/form/form_design_identifier", "value": "3921052v1.0/" } ], "status": "draft", "date": "2013-10-16", "publisher": "National Cancer Institute (NCI)", "group": { "linkId": "root", "title": "Diagnosis NCI Standard Template", "required": true, "group": [ { "linkId": "3921053v1.0", "title": "Mandatory Diagnosis Questions", "text": "These items must be included when this data is collected for reporting.", "required": true, "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#62667v3.0" } } ], "linkId": "3921059v1.0", "text": "Date of Current Pathologic Diagnosis", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 40 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#3914869v1.0" } } ], "linkId": "3921060v1.0", "text": "Diagnosis Type", "type": "open-choice", "options": { "reference": "#d1e8086-vs" } }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 100 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#3914972v1.0" } } ], "linkId": "3921065v1.0", "text": "Primary Site", "type": "string" } ] }, { "linkId": "3921066v1.0", "title": "Conditional Diagnosis Questions", "text": "There are business rules to indicate situations under which these elements should be used on a case report form.", "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 25 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2816923v1.0" } } ], "linkId": "3921071v1.0", "text": "Diagnosis Time Point", "type": "open-choice", "options": { "reference": "#d1e8407-vs" } } ] }, { "linkId": "3921077v1.0", "title": "Optional Diagnosis Questions", "text": "There is no requirement for inclusion of these elements on the case report form. If the design and scientific questions posed in the study dictate the need to collect this type of data, these elements should be included.", "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 1 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 100 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#64320v3.0" } } ], "linkId": "3921079v1.0", "text": "Reviewing Pathologist", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2004425v4.0" } } ], "linkId": "3921080v1.0", "text": "MedDRA disease code", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 40 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#3914983v1.0" } } ], "linkId": "3921081v1.0", "text": "Assessment Method", "type": "open-choice", "options": { "reference": "#d1e8830-vs" } }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 10 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2785839v2.0" } } ], "linkId": "3921085v1.0", "text": "Tumor grade", "type": "open-choice", "options": { "reference": "#d1e9025-vs" } } ] } ] } } }, { "fullUrl": "http://AHRQ.org/form/Questionnaire/F2674812v4.0", "resource": { "resourceType": "Questionnaire", "id": "2674812v4.0", "meta": { "lastUpdated": "2014-05-15T17:25:15Z" }, "language": "en", "text": { "status": "generated", "div": "<div>Todo</div>" }, "contained": [ { "resourceType": "ValueSet", "id": "d1e9892-vs", "status": "active", "codeSystem": { "system": "http://nci.nih.gov/xml/owl/cadsr/form/form_design_identifier/2674812v4.0/question_identifier#3702892v4.0-cs", "caseSensitive": true, "concept": [ { "code": "Female", "display": "Female Gender", "definition": "An individual who reports belonging to the cultural gender role distinction of female." }, { "code": "Male", "display": "Male Gender", "definition": "An individual who reports belonging to the cultural gender role distinction of male." }, { "code": "Unknown", "display": "Unknown", "definition": "Not known, not observed, not recorded, or refused." }, { "code": "Unspecified", "display": "Unspecified", "definition": "Not stated explicitly or in detail." } ] } }, { "resourceType": "ValueSet", "id": "d1e10146-vs", "status": "active", "codeSystem": { "system": "http://nci.nih.gov/xml/owl/cadsr/form/form_design_identifier/2674812v4.0/question_identifier#3702904v4.0-cs", "caseSensitive": true, "concept": [ { "code": "American Indian or Alaska Native", "display": "American Indian or Alaska Native", "definition": "A person having origins in any of the original peoples of North and South America (including Central America), and who maintains tribal affiliation or community attachment." }, { "code": "Asian", "display": "Asian", "definition": "A person having origins in any of the original peoples of the Far East, Southeast Asia, or the Indian subcontinent including, for example, Cambodia, China, India, Japan, Korea, Malaysia, Pakistan, the Philippine Islands, Thailand, and Vietnam." }, { "code": "Black or African American", "display": "Black or African American", "definition": "A person having origins in any of the black racial groups of Africa. Terms such as \"Haitian\" or \"Negro\" can be used in addition to \"Black or African American.\"" }, { "code": "Native Hawaiian or other Pacific Islander", "display": "Native Hawaiian or Other Pacific Islander", "definition": "A person having origins in any of the original peoples of Hawaii, Guam, Samoa, or other Pacific Islands." }, { "code": "Not Reported", "display": "Not Reported", "definition": "Not provided or available" }, { "code": "Unknown", "display": "Unknown", "definition": "Could not be determined or unsure" }, { "code": "White", "display": "White", "definition": "A person having origins in any of the original peoples of Europe, the Middle East, or North Africa." } ] } }, { "resourceType": "ValueSet", "id": "d1e10593-vs", "status": "active", "codeSystem": { "system": "http://nci.nih.gov/xml/owl/cadsr/form/form_design_identifier/2674812v4.0/question_identifier#3702898v4.0-cs", "caseSensitive": true, "concept": [ { "code": "Hispanic or Latino", "display": "Hispanic or Latino", "definition": "A person of Mexican, Puerto Rican, Cuban, Central or South American or other Spanish culture or origin, regardless of race." }, { "code": "Not Hispanic or Latino", "display": "Not Hispanic or Latino", "definition": "A person not meeting the definition for Hispanic or Latino." }, { "code": "Not reported", "display": "Not Reported", "definition": "Not provided or available" }, { "code": "Unknown", "display": "Unknown", "definition": "Could not be determined or unsure" } ] } }, { "resourceType": "ValueSet", "id": "d1e10923-vs", "status": "active", "codeSystem": { "system": "http://nci.nih.gov/xml/owl/cadsr/form/form_design_identifier/2674812v4.0/question_identifier#3702916v4.0-cs", "caseSensitive": true, "concept": [ { "code": "Managed Care/Medicare", "display": "Managed Care/Medicare", "definition": "An arrangement whereby a third-party payer (e.g., insurance company, federal government, or corporation) mediates between physicians and patients, negotiating fees for service and overseeing the types of treatment given. Managed care has virtually replaced unmanaged indemnity plans, where payment is automatic and oversight procedures are minimal. Whereas 96% of American workers had unmanaged indemnity in 1984, only 28% did in 1988. Typically, in managed care, the third-party payer requires second opinions and pre-certification review for patients requiring hospital admission. They obtain wholesale prices from doctors, and carry out cost-containment measures, including auditing hospitals and reviewing claims. Managed care has figured heavily in the national debate over health care.: A program under the U.S. Social Security Administration that reimburses hospitals and physicians for medical care provided to qualifying people over 65 years old." }, { "code": "Medicaid", "display": "Medicaid", "definition": "A jointly funded program of the United States federal and state governments that provides hospital expense and medical expense coverage to some people with low-income and certain aged and disabled individuals." }, { "code": "Medicaid and Medicare", "display": "Medicare And Medicaid", "definition": "A program under the U.S. Social Security Administration that reimburses hospitals and physicians for medical care provided to qualifying people over 65 years old.: An article which expresses the relation of connection or addition. It is used to conjoin a word with a word, a clause with a clause, or a sentence with a sentence.: A jointly funded program of the United States federal and state governments that provides hospital expense and medical expense coverage to some people with low-income and certain aged and disabled individuals." }, { "code": "Medicare", "display": "Medicare", "definition": "A program under the U.S. Social Security Administration that reimburses hospitals and physicians for medical care provided to qualifying people over 65 years old." }, { "code": "Medicare and Private Insurance", "display": "Medicare And Private Insurance", "definition": "A program under the U.S. Social Security Administration that reimburses hospitals and physicians for medical care provided to qualifying people over 65 years old.: An article which expresses the relation of connection or addition. It is used to conjoin a word with a word, a clause with a clause, or a sentence with a sentence.: Not public; kept secret or restricted.: A mechanism for guarding against financial aspects of risk by making payments in the form of premiums to an insurance company, which pays an agreed-upon sum to the insured in the event of loss." }, { "code": "Military or Veterans Sponsored, NOS", "display": "Military Or Veterans Sponsored Insurance, Not Otherwise Specified", "definition": "The armed forces of a country.: Or; used to connect words, phrases, or clauses representing alternatives; used to connect alternative terms for the same thing; used in correlation; used to correct or rephrase what was previously said; otherwise.: A division of the Executive Branch of the United States government concerned with overall planning, promoting, and administering programs pertaining to veterans. The Department of Veterans Affairs (VA) was established March 15, 1989 as a Cabinet-level position.: A person or organization that supports or champions something.: Not characterized in any other way.: A mechanism for guarding against financial aspects of risk by making payments in the form of premiums to an insurance company, which pays an agreed-upon sum to the insured in the event of loss." }, { "code": "Military Sponsored (Including CHAMPUS & TriCare)", "display": "Military Insurance", "definition": "The armed forces of a country.: A mechanism for guarding against financial aspects of risk by making payments in the form of premiums to an insurance company, which pays an agreed-upon sum to the insured in the event of loss." }, { "code": "No Means of Payment (No Insurance)", "display": "No Insurance", "definition": "The non-affirmative response to a question.: A mechanism for guarding against financial aspects of risk by making payments in the form of premiums to an insurance company, which pays an agreed-upon sum to the insured in the event of loss." }, { "code": "Other", "display": "Other", "definition": "Not otherwise specified." }, { "code": "Private Insurance", "display": "Private Insurance", "definition": "Not public; kept secret or restricted.: A mechanism for guarding against financial aspects of risk by making payments in the form of premiums to an insurance company, which pays an agreed-upon sum to the insured in the event of loss." }, { "code": "Self-Pay (No Insurance)", "display": "Self Payment", "definition": "The individual as the object of his own reflective consciousness.: Payment; a sum of money paid." }, { "code": "State Supplemental Health Insurance", "display": "State Supplemental Health Insurance", "definition": "A U.S. State is any one of the fifty states which is a member of the federation known as the United States of America. Other US geographic areas, such as Puerto Rico and the District of Columbia, are essentially equivalent to State when used in an address. (from Wikipedia and NCI): Something added to complete a thing, make up for a deficiency, or extend or strengthen the whole; serving to complete or make an addition.: The state of the organism when it functions optimally without evidence of disease.: A mechanism for guarding against financial aspects of risk by making payments in the form of premiums to an insurance company, which pays an agreed-upon sum to the insured in the event of loss." }, { "code": "Unknown", "display": "Unknown", "definition": "Not known, not observed, not recorded, or refused." }, { "code": "Veterans Sponsored", "display": "Veterans Administration Sponsor Insurance", "definition": "A division of the Executive Branch of the United States government concerned with overall planning, promoting, and administering programs pertaining to veterans. The Department of Veterans Affairs (VA) was established March 15, 1989 as a Cabinet-level position.: A person or organization that supports or champions something.: A mechanism for guarding against financial aspects of risk by making payments in the form of premiums to an insurance company, which pays an agreed-upon sum to the insured in the event of loss." } ] } }, { "resourceType": "ValueSet", "id": "d1e11887-vs", "status": "active", "codeSystem": { "system": "http://nci.nih.gov/xml/owl/cadsr/form/form_design_identifier/2674812v4.0/question_identifier#3702942v4.0-cs", "caseSensitive": true, "concept": [ { "code": "Bachelor's Degree", "display": "Bachelor's Degree", "definition": "Bachelor's degree is an award (baccalaureate or equivalent degree, as determined by the Secretary of the U.S. Department of Education) conferred by a college, university, or other postsecondary education institution as official recognition for the successful completion of a program of studies, that normally requires at least four years of full-time equivalent college-level work. This includes bachelor's degrees conferred in a five-year cooperative program." }, { "code": "Doctoral degree or professional degree", "display": "Professional Doctorate or Doctorate Degree", "definition": "A doctorate awarded in certain fields where most holders of the degree are not engaged primarily in scholarly research and academic activities, but rather in a profession, such as law, medicine, music, or ministry.: Or; used to connect words, phrases, or clauses representing alternatives; used to connect alternative terms for the same thing; used in correlation; used to correct or rephrase what was previously said; otherwise.: The Doctor's Degree is the highest award a student can earn for graduate study. The doctor's degree classification includes such degrees in any field." }, { "code": "Grade School", "display": "Grade School", "definition": "A school for young children; usually the first 6 or 8 grades." }, { "code": "Graduate or professional degree", "display": "Graduation Or Professional Degree", "definition": "Conferral or receipt of an academic degree or diploma marking the completion of a defined set of coursework.: Or; used to connect words, phrases, or clauses representing alternatives; used to connect alternative terms for the same thing; used in correlation; used to correct or rephrase what was previously said; otherwise.: An occupation requiring special education, especially in the liberal arts or sciences.: An academic degree is an award conferred by a college, university, or other postsecondary education institution as official recognition for the successful completion of a program of studies." }, { "code": "High school graduate (including equivalency)", "display": "High School Completion or General Equivalency Diploma (GED) Completion", "definition": "Indicates that a person has attended high school and has received a high school diploma.: Or; used to connect words, phrases, or clauses representing alternatives; used to connect alternative terms for the same thing; used in correlation; used to correct or rephrase what was previously said; otherwise.: Indicates that a person has received a General Equivalency Diploma in lieu of a high school diploma." }, { "code": "Master's Degree", "display": "Master's Degree", "definition": "The Master's Degree is an award that requires the successful completion of a program of study of at least the full-time equivalent of 1 but not more than two academic years of work beyond the bachelor's degree." }, { "code": "No formal education", "display": "No Formal Schooling", "definition": "Indicates that a person has never attended an educational program or formal schooling." }, { "code": "Not high school graduate", "display": "Not High School Graduate", "definition": "Indicates a person has attended high school but did not complete high school and did not receive a high school diploma." }, { "code": "Some college or associate degree", "display": "Some College or Associates Degree", "definition": "An institution of higher education created to educate and grant degrees; often a part of a university.: At least a small amount or number of.: Or; used to connect words, phrases, or clauses representing alternatives; used to connect alternative terms for the same thing; used in correlation; used to correct or rephrase what was previously said; otherwise.: A degree granted by a two-year college on successful completion of the undergraduates course of studies." } ] } }, { "resourceType": "ValueSet", "id": "d1e12384-vs", "status": "active", "codeSystem": { "system": "http://nci.nih.gov/xml/owl/cadsr/form/form_design_identifier/2674812v4.0/question_identifier#3702952v4.0-cs", "caseSensitive": true, "concept": [ { "code": "Other country", "display": "Other country", "definition": "Other country of birth." }, { "code": "Other country, specify", "display": "OTHER COUNTRY, SPECIFY", "definition": "OTHER COUNTRY, SPECIFY" }, { "code": "USA", "display": "USA", "definition": "USA" }, { "code": "USA, specify the 2 letter State code, eg NY", "display": "USA, SPECIFY THE 2 LETTER STATE CODE, EG NY", "definition": "USA, SPECIFY THE 2 LETTER STATE CODE, EG NY" } ] } }, { "resourceType": "ValueSet", "id": "d1e12630-vs", "status": "active", "codeSystem": { "system": "http://nci.nih.gov/xml/owl/cadsr/form/form_design_identifier/2674812v4.0/question_identifier#3702957v4.0-cs", "caseSensitive": true, "concept": [ { "code": "10th Grade", "display": "10th Grade", "definition": "Indicates that 10th grade is the highest level of educational achievement" }, { "code": "11th Grade", "display": "11th Grade", "definition": "Indicates that 11th grade is the highest level of educational achievement" }, { "code": "12th Grade No Diploma", "display": "12th Grade", "definition": "Indicates that a person was in school through 12th grade but that they did not receive a high school diploma." }, { "code": "1st Grade", "display": "1st Grade", "definition": "Indicates that 1st grade is the highest level of educational achievement." }, { "code": "2nd Grade", "display": "2nd Grade", "definition": "Indicates that 2nd grade is the highest level of educational achievement." }, { "code": "3rd Grade", "display": "3rd Grade", "definition": "Indicates that 3rd grade is the highest level of educational achievement." }, { "code": "4th Grade", "display": "4th Grade", "definition": "Indicates that 4th grade is the highest level of educational achievement." }, { "code": "5th Grade", "display": "5th Grade", "definition": "Indicates that 5th grade is the highest level of educational achievement." }, { "code": "6th Grade", "display": "6th Grade", "definition": "Indicates that 6th grade is the highest level of educational achievement." }, { "code": "7th Grade", "display": "7th Grade", "definition": "Indicates that 7th grade is the highest level of educational achievement" }, { "code": "8th Grade", "display": "8th Grade", "definition": "Indicates that 8th grade is the highest level of educational achievement" }, { "code": "9th Grade", "display": "9th Grade", "definition": "Indicates that 9th grade is the highest level of educational achievement" }, { "code": "Academic Doctorate Degree", "display": "Academic Doctorate Degree Completion", "definition": "Indicates that a person has received a degree the highest award earned for graduate study." }, { "code": "Associate Degree", "display": "Associate Degree", "definition": "Indicates that a person has received a degree from a 2 year college program." }, { "code": "Bachelor Degree", "display": "Bachelor's Degree Completion", "definition": "Indicates that a person has received a degree for successful completion of a program of studies that normally requires at least 4-5 years of full-time equivalent college-level work." }, { "code": "Don't Know", "display": "Does Not Know", "definition": "The answer is not known by the person answering." }, { "code": "General Equivalency Diploma", "display": "General Equivalency Diploma", "definition": "Indicates that a person has received a General Equivalency Diploma in lieu of a high school diploma." }, { "code": "High School Graduate", "display": "High School Graduate", "definition": "Indicates that a person has attended high school and has received a high school diploma." }, { "code": "Kindergarten", "display": "Kindergarten Completion", "definition": "Indicates that kindergarten is the highest level of education achievement." }, { "code": "Master's Degree", "display": "Master's Degree Completion", "definition": "Indicates that a person has received a degree for completion of at least one year of prescribed study beyond the bachelor's degree." }, { "code": "No Formal Schooling", "display": "Never Attended", "definition": "Indicates that a person never attended school or only attended kindergarten." }, { "code": "Preschool", "display": "Preschool Completion", "definition": "Indicates that preschool is the highest level of education achievement." }, { "code": "Professional Doctorate Degree", "display": "Professional Doctorate Degree Completion", "definition": "Indicates that a person has received a degree allowing them to practice a profession, such as law, medicine, music, or ministry." }, { "code": "Refused", "display": "Refuse", "definition": "To decline to do, accept, give, or allow something." }, { "code": "Some College, No Degree", "display": "Some College", "definition": "Indicates that a person has attended college but that they did not receive any degree." }, { "code": "VoTech Program", "display": "Vocational Degree", "definition": "Indicates that a person has received a degree from a occupational, technical, or vocational program." } ] } }, { "resourceType": "ValueSet", "id": "d1e14027-vs", "status": "active", "codeSystem": { "system": "http://nci.nih.gov/xml/owl/cadsr/form/form_design_identifier/2674812v4.0/question_identifier#3702985v4.0-cs", "caseSensitive": true, "concept": [ { "code": "Divorced", "display": "Divorced: C51776", "definition": "A person whose marriage has been legally dissolved and has not remarried." }, { "code": "Domestic Partnership", "display": "Domestic Partner", "definition": "A person who is a member of an unmarried couple, including same sex couples, living together in longstanding relationships, that are registered or unregistered." }, { "code": "Married", "display": "Married: C51773", "definition": "A person currently joined in matrimony. Classify common law marriage as married. Includes married couples living together and not living together." }, { "code": "Never Married", "display": "Never married", "definition": "A person who has never been married or whose only marriages have been annulled." }, { "code": "Separated", "display": "SEPARATED", "definition": "A person living apart from his/her spouse by legal arrangement." }, { "code": "Widowed", "display": "WIDOWED", "definition": "A person who is no longer married because of the death of his/her spouse and who has not remarried." } ] } } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-category", "valueCodeableConcept": { "coding": [ { "code": "CRF" } ] } }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-category", "valueCodeableConcept": { "coding": [ { "code": "Demographic" } ] } } ], "identifier": [ { "system": "http://nci.nih.gov/xml/owl/cadsr/form/form_design_identifier", "value": "2674812v4.0/" } ], "status": "published", "date": "2013-03-22", "publisher": "National Cancer Institute (NCI)", "group": { "linkId": "root", "title": "Demography NCI Standard Template", "required": true, "group": [ { "linkId": "3702891v4.0", "title": "Mandatory Demography Questions", "text": "These items must be included when this data is collected for reporting", "required": true, "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 4 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 13 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2200604v3.0" } } ], "linkId": "3702892v4.0", "text": "Gender", "type": "open-choice", "options": { "reference": "#d1e9892-vs" } }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 5 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 41 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2192199v1.0" } } ], "linkId": "3702904v4.0", "text": "Race", "type": "open-choice", "options": { "reference": "#d1e10146-vs" } }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#793v5.1" } } ], "linkId": "3702903v4.0", "text": "Patient's Date of Birth", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 7 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 22 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2192217v2.0" } } ], "linkId": "3702898v4.0", "text": "Ethnicity", "type": "open-choice", "options": { "reference": "#d1e10593-vs" } } ] }, { "linkId": "3702912v4.0", "title": "Conditional Demography Questions", "text": "There are business rules to indicate situations under which these elements should be used on a case report form.", "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 15 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2179606v2.0" } } ], "linkId": "3702914v4.0", "text": "ZIP Code", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 50 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2865130v1.0" } } ], "linkId": "3702916v4.0", "text": "Payment Method", "type": "open-choice", "options": { "reference": "#d1e10923-vs" } }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 75 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#315v4.0" } } ], "linkId": "3702932v4.0", "text": "Country of Residence", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2003745v5.0" } } ], "linkId": "3702934v4.0", "text": "Date Completed", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 6 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2200286v1.0" } } ], "linkId": "3702936v4.0", "text": "CDC Race Code", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 6 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2200284v2.0" } } ], "linkId": "3702938v4.0", "text": "CDC Ethnicity Code", "type": "string" } ] }, { "linkId": "3702940v4.0", "title": "Optional Demography Questions", "text": "There is no requirement for inclusion of these elements on the case report form. If the design and scientific questions posed in the study dictate the need to collect this type of data, these elements should be included.", "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 44 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2681552v1.0" } } ], "linkId": "3702942v4.0", "text": "Highest Education Level", "type": "open-choice", "options": { "reference": "#d1e11887-vs" } }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 55 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2001708v5.0" } } ], "linkId": "3702952v4.0", "text": "Country of Birth", "type": "open-choice", "options": { "reference": "#d1e12384-vs" } }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 50 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2674076v2.0" } } ], "linkId": "3702957v4.0", "text": "Highest Education Level", "type": "open-choice", "options": { "reference": "#d1e12630-vs" } }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 6 }, { "url": "http://hl7.org/fhir/StructureDefinition/entryFormat", "valueString": "9999.99" }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2943243v1.0" } } ], "linkId": "3702984v4.0", "text": "Census Tract Code at Enrollment", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 25 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2188083v2.0" } } ], "linkId": "3702985v4.0", "text": "Marital Status", "type": "open-choice", "options": { "reference": "#d1e14027-vs" } } ] } ] } } }, { "fullUrl": "http://AHRQ.org/form/Questionnaire/3265657v2.0", "resource": { "resourceType": "Questionnaire", "id": "3265657v2.0", "meta": { "lastUpdated": "2014-05-15T17:25:15Z" }, "language": "en", "text": { "status": "generated", "div": "<div>Todo</div>" }, "contained": [ { "resourceType": "ValueSet", "id": "d1e14927-vs", "status": "active", "codeSystem": { "system": "http://nci.nih.gov/xml/owl/cadsr/form/form_design_identifier/3265657v2.0/question_identifier#3556214v2.0-cs", "caseSensitive": true, "concept": [ { "code": "Abdominal distension", "display": "Abdominal distension", "definition": "A disorder characterized by swelling of the abdomen." }, { "code": "Abdominal infection", "display": "Abdominal infection", "definition": "A disorder characterized by an infectious process involving the abdominal cavity." }, { "code": "Abdominal pain", "display": "Abdominal pain", "definition": "A disorder characterized by a sensation of marked discomfort in the abdominal region." }, { "code": "Abdominal soft tissue necrosis", "display": "Abdominal soft tissue necrosis", "definition": "A disorder characterized by a necrotic process occurring in the soft tissues of the abdominal wall." }, { "code": "Abducens nerve disorder", "display": "Abducens nerve disorder", "definition": "A disorder characterized by involvement of the abducens nerve (sixth cranial nerve)." }, { "code": "Accessory nerve disorder", "display": "Accessory nerve disorder", "definition": "A disorder characterized by involvement of the accessory nerve (eleventh cranial nerve)." }, { "code": "Acidosis", "display": "Acidosis", "definition": "A disorder characterized by abnormally high acidity (high hydrogen-ion concentration) of the blood and other body tissues." }, { "code": "Acoustic nerve disorder NOS", "display": "Acoustic nerve disorder NOS", "definition": "A disorder characterized by involvement of the acoustic nerve (eighth cranial nerve)." }, { "code": "Activated partial thromboplastin time prolonged", "display": "Activated partial thromboplastin time prolonged", "definition": "An abnormal laboratory test result in which the partial thromboplastin time is found to be greater than the control value. As a possible indicator of coagulopathy, a prolonged partial thromboplastin time (PTT) may occur in a variety of diseases and disorders, both primary and related to treatment." }, { "code": "Acute coronary syndrome", "display": "Acute coronary syndrome", "definition": "A disorder characterized by signs and symptoms related to acute ischemia of the myocardium secondary to coronary artery disease. The clinical presentation covers a spectrum of heart diseases from unstable angina to myocardial infarction." }, { "code": "Acute kidney injury", "display": "Acute kidney injury", "definition": "A disorder characterized by the acute loss of renal function and is traditionally classified as pre-renal (low blood flow into kidney), renal (kidney damage) and post-renal causes (ureteral or bladder outflow obstruction)." }, { "code": "Adrenal insufficiency", "display": "Adrenal insufficiency", "definition": "A disorder that occurs when the adrenal cortex does not produce enough of the hormone cortisol and in some cases, the hormone aldosterone. It may be due to a disorder of the adrenal cortex as in Addison's disease or primary adrenal insufficiency." }, { "code": "Adult respiratory distress syndrome", "display": "Adult respiratory distress syndrome", "definition": "A disorder characterized by progressive and life-threatening pulmonary distress in the absence of an underlying pulmonary condition, usually following major trauma or surgery." }, { "code": "Agitation", "display": "Agitation", "definition": "A disorder characterized by a state of restlessness associated with unpleasant feelings of irritability and tension." }, { "code": "Akathisia", "display": "Akathisia", "definition": "A disorder characterized by an uncomfortable feeling of inner restlessness and inability to stay still; this is a side effect of some psychotropic drugs." }, { "code": "Alanine aminotransferase increased", "display": "Alanine aminotransferase increased", "definition": "A finding based on laboratory test results that indicate an increase in the level of alanine aminotransferase (ALT or SGPT) in the blood specimen." }, { "code": "Alcohol intolerance", "display": "Alcohol intolerance", "definition": "A disorder characterized by an increase in sensitivity to the adverse effects of alcohol, which can include nasal congestion, skin flushes, heart dysrhythmias, nausea, vomiting, indigestion and headaches." }, { "code": "Alkaline phosphatase increased", "display": "Alkaline phosphatase increased", "definition": "A finding based on laboratory test results that indicate an increase in the level of alkaline phosphatase in a blood specimen." }, { "code": "Alkalosis", "display": "Alkalosis", "definition": "A disorder characterized by abnormally high alkalinity (low hydrogen-ion concentration) of the blood and other body tissues." }, { "code": "Allergic reaction", "display": "Allergic reaction", "definition": "A disorder characterized by an adverse local or general response from exposure to an allergen." }, { "code": "Allergic rhinitis", "display": "Allergic rhinitis", "definition": "A disorder characterized by an inflammation of the nasal mucous membranes caused by an IgE-mediated response to external allergens. The inflammation may also involve the mucous membranes of the sinuses, eyes, middle ear, and pharynx. Symptoms include sneezing, nasal congestion, rhinorrhea and itching." }, { "code": "Alopecia", "display": "Alopecia", "definition": "A disorder characterized by a decrease in density of hair compared to normal for a given individual at a given age and body location." }, { "code": "Amnesia", "display": "Amnesia", "definition": "A disorder characterized by systematic and extensive loss of memory." }, { "code": "Anal fistula", "display": "Anal fistula", "definition": "A disorder characterized by an abnormal communication between the opening in the anal canal to the perianal skin." }, { "code": "Anal hemorrhage", "display": "Anal hemorrhage", "definition": "A disorder characterized by bleeding from the anal region." }, { "code": "Anal mucositis", "display": "Anal mucositis", "definition": "A disorder characterized by inflammation of the mucous membrane of the anus." }, { "code": "Anal necrosis", "display": "Anal necrosis", "definition": "A disorder characterized by a necrotic process occurring in the anal region." }, { "code": "Anal pain", "display": "Anal pain", "definition": "A disorder characterized by a sensation of marked discomfort in the anal region." }, { "code": "Anal stenosis", "display": "Anal stenosis", "definition": "A disorder characterized by a narrowing of the lumen of the anal canal." }, { "code": "Anal ulcer", "display": "Anal ulcer", "definition": "A disorder characterized by a circumscribed, inflammatory and necrotic erosive lesion on the mucosal surface of the anal canal." }, { "code": "Anaphylaxis", "display": "Anaphylaxis", "definition": "A disorder characterized by an acute inflammatory reaction resulting from the release of histamine and histamine-like substances from mast cells, causing a hypersensitivity immune response. Clinically, it presents with breathing difficulty, dizziness, hypotension, cyanosis and loss of consciousness and may lead to death." }, { "code": "Anemia", "display": "Anemia", "definition": "A disorder characterized by an reduction in the amount of hemoglobin in 100 ml of blood. Signs and symptoms of anemia may include pallor of the skin and mucous membranes, shortness of breath, palpitations of the heart, soft systolic murmurs, lethargy, and fatigability." }, { "code": "Ankle fracture", "display": "Ankle fracture", "definition": "A finding of damage to the ankle joint characterized by a break in the continuity of the ankle bone. Symptoms include marked discomfort, swelling and difficulty moving the affected leg and foot." }, { "code": "Anorectal infection", "display": "Anorectal infection", "definition": "A disorder characterized by an infectious process involving the anal area and the rectum." }, { "code": "Anorexia", "display": "Anorexia", "definition": "A disorder characterized by a loss of appetite." }, { "code": "Anorgasmia", "display": "Anorgasmia", "definition": "A disorder characterized by an inability to achieve orgasm." }, { "code": "Anxiety", "display": "Anxiety", "definition": "A disorder characterized by apprehension of danger and dread accompanied by restlessness, tension, tachycardia, and dyspnea unattached to a clearly identifiable stimulus." }, { "code": "Aortic injury", "display": "Aortic injury", "definition": "A finding of damage to the aorta." }, { "code": "Aortic valve disease", "display": "Aortic valve disease", "definition": "A disorder characterized by a defect in aortic valve function or structure." }, { "code": "Aphonia", "display": "Aphonia", "definition": "A disorder characterized by the inability to speak. It may result from injuries to the vocal cords or may be functional (psychogenic)." }, { "code": "Apnea", "display": "Apnea", "definition": "A disorder characterized by cessation of breathing." }, { "code": "Appendicitis", "display": "Appendicitis", "definition": "A disorder characterized by acute inflammation to the vermiform appendix caused by a pathogenic agent." }, { "code": "Appendicitis perforated", "display": "Appendicitis perforated", "definition": "A disorder characterized by acute inflammation to the vermiform appendix caused by a pathogenic agent with gangrenous changes resulting in the rupture of the appendiceal wall. The appendiceal wall rupture causes the release of inflammatory and bacterial contents from the appendiceal lumen into the abdominal cavity." }, { "code": "Arachnoiditis", "display": "Arachnoiditis", "definition": "A disorder characterized by inflammation of the arachnoid membrane and adjacent subarachnoid space." }, { "code": "Arterial injury", "display": "Arterial injury", "definition": "A finding of damage to an artery." }, { "code": "Arteritis infective", "display": "Arteritis infective", "definition": "A disorder characterized by an infectious process involving an artery." }, { "code": "Arthralgia", "display": "Arthralgia", "definition": "A disorder characterized by a sensation of marked discomfort in a joint." }, { "code": "Arthritis", "display": "Arthritis", "definition": "A disorder characterized by inflammation involving a joint." }, { "code": "Ascites", "display": "Ascites", "definition": "A disorder characterized by accumulation of serous or hemorrhagic fluid in the peritoneal cavity." }, { "code": "Aspartate aminotransferase increased", "display": "Aspartate aminotransferase increased", "definition": "A finding based on laboratory test results that indicate an increase in the level of aspartate aminotransferase (AST or SGOT) in a blood specimen." }, { "code": "Aspiration", "display": "Aspiration", "definition": "A disorder characterized by inhalation of solids or liquids into the lungs." }, { "code": "Asystole", "display": "Asystole", "definition": "A disorder characterized by a dysrhythmia without cardiac electrical activity. Typically, this is accompanied by cessation of the pumping function of the heart." }, { "code": "Ataxia", "display": "Ataxia", "definition": "A disorder characterized by lack of coordination of muscle movements resulting in the impairment or inability to perform voluntary activities." }, { "code": "Atelectasis", "display": "Atelectasis", "definition": "A disorder characterized by the collapse of part or the entire lung." }, { "code": "Atrial fibrillation", "display": "Atrial fibrillation", "definition": "A disorder characterized by a dysrhythmia without discernible P waves and an irregular ventricular response due to multiple reentry circuits. The rhythm disturbance originates above the ventricles." }, { "code": "Atrial flutter", "display": "Atrial flutter", "definition": "A disorder characterized by a dysrhythmia with organized rhythmic atrial contractions with a rate of 200-300 beats per minute. The rhythm disturbance originates in the atria." }, { "code": "Atrioventricular block complete", "display": "Atrioventricular block complete", "definition": "A disorder characterized by a dysrhythmia with complete failure of atrial electrical impulse conduction through the AV node to the ventricles." }, { "code": "Atrioventricular block first degree", "display": "Atrioventricular block first degree", "definition": "A disorder characterized by a dysrhythmia with a delay in the time required for the conduction of an electrical impulse through the atrioventricular (AV) node beyond 0.2 seconds; prolongation of the PR interval greater than 200 milliseconds." }, { "code": "Autoimmune disorder", "display": "Autoimmune disorder", "definition": "A disorder resulting from loss of function or tissue destruction of an organ or multiple organs, arising from humoral or cellular immune responses of the individual to his own tissue constituents." }, { "code": "Avascular necrosis", "display": "Avascular necrosis", "definition": "A disorder characterized by necrotic changes in the bone tissue due to interruption of blood supply. Most often affecting the epiphysis of the long bones, the necrotic changes result in the collapse and the destruction of the bone structure." }, { "code": "Azoospermia", "display": "Azoospermia", "definition": "A disorder characterized by laboratory test results that indicate complete absence of spermatozoa in the semen." }, { "code": "Back pain", "display": "Back pain", "definition": "A disorder characterized by marked discomfort sensation in the back region." }, { "code": "Bile duct stenosis", "display": "Bile duct stenosis", "definition": "A disorder characterized by a narrowing of the lumen of the bile duct." }, { "code": "Biliary anastomotic leak", "display": "Biliary anastomotic leak", "definition": "A finding of leakage of bile due to breakdown of a biliary anastomosis (surgical connection of two separate anatomic structures)." }, { "code": "Biliary fistula", "display": "Biliary fistula", "definition": "A disorder characterized by an abnormal communication between the bile ducts and another organ or anatomic site." }, { "code": "Biliary tract infection", "display": "Biliary tract infection", "definition": "A disorder characterized by an infectious process involving the biliary tract." }, { "code": "Bladder anastomotic leak", "display": "Bladder anastomotic leak", "definition": "A finding of leakage of urine due to breakdown of a bladder anastomosis (surgical connection of two separate anatomic structures)." }, { "code": "Bladder infection", "display": "Bladder infection", "definition": "A disorder characterized by an infectious process involving the bladder." }, { "code": "Bladder perforation", "display": "Bladder perforation", "definition": "A disorder characterized by a rupture in the bladder wall." }, { "code": "Bladder spasm", "display": "Bladder spasm", "definition": "A disorder characterized by a sudden and involuntary contraction of the bladder wall." }, { "code": "Bloating", "display": "Bloating", "definition": "A disorder characterized by subject-reported feeling of uncomfortable fullness of the abdomen." }, { "code": "Blood and lymphatic system disorders - Other, Specify", "display": "Blood and lymphatic system disorders - Other, specify", "definition": "No Value Exists" }, { "code": "Blood antidiuretic hormone abnormal", "display": "Blood antidiuretic hormone abnormal", "definition": "A finding based on laboratory test results that indicate abnormal levels of antidiuretic hormone in the blood specimen." }, { "code": "Blood bilirubin increased", "display": "Blood bilirubin increased", "definition": "A finding based on laboratory test results that indicate an abnormally high level of bilirubin in the blood. Excess bilirubin is associated with jaundice." }, { "code": "Blood corticotrophin decreased", "display": "Blood corticotrophin decreased", "definition": "A finding based on laboratory test results that indicate an decrease in levels of corticotrophin in a blood specimen." }, { "code": "Blood gonadotrophin abnormal", "display": "Blood gonadotrophin abnormal", "definition": "A finding based on laboratory test results that indicate abnormal levels of gonadotrophin hormone in a blood specimen." }, { "code": "Blood prolactin abnormal", "display": "Blood prolactin abnormal", "definition": "A finding based on laboratory test results that indicate abnormal levels of prolactin hormone in a blood specimen." }, { "code": "Blurred vision", "display": "Blurred vision", "definition": "A disorder characterized by visual perception of unclear or fuzzy images." }, { "code": "Body odor", "display": "Body odor", "definition": "A disorder characterized by an abnormal body smell resulting from the growth of bacteria on the body." }, { "code": "Bone infection", "display": "Bone infection", "definition": "A disorder characterized by an infectious process involving the bones." }, { "code": "Bone marrow hypocellular", "display": "Bone marrow hypocellular", "definition": "A disorder characterized by the inability of the bone marrow to produce hematopoietic elements." }, { "code": "Bone pain", "display": "Bone pain", "definition": "A disorder characterized by marked discomfort sensation in the bones." }, { "code": "Brachial plexopathy", "display": "Brachial plexopathy", "definition": "A disorder characterized by regional paresthesia of the brachial plexus, marked discomfort and muscle weakness, and limited movement in the arm or hand." }, { "code": "Breast atrophy", "display": "Breast atrophy", "definition": "A disorder characterized by underdevelopment of the breast." }, { "code": "Breast infection", "display": "Breast infection", "definition": "A disorder characterized by an infectious process involving the breast." }, { "code": "Breast pain", "display": "Breast pain", "definition": "A disorder characterized by marked discomfort sensation in the breast region." }, { "code": "Bronchial fistula", "display": "Bronchial fistula", "definition": "A disorder characterized by an abnormal communication between the bronchus and another organ or anatomic site." }, { "code": "Bronchial infection", "display": "Bronchial infection", "definition": "A disorder characterized by an infectious process involving the bronchi." }, { "code": "Bronchial obstruction", "display": "Bronchial obstruction", "definition": "A disorder characterized by blockage of a bronchus passage, most often by bronchial secretions and exudates." }, { "code": "Bronchial stricture", "display": "Bronchial stricture", "definition": "A disorder characterized by a narrowing of the bronchial tube." }, { "code": "Bronchopleural fistula", "display": "Bronchopleural fistula", "definition": "A disorder characterized by an abnormal communication between a bronchus and the pleural cavity." }, { "code": "Bronchopulmonary hemorrhage", "display": "Bronchopulmonary hemorrhage", "definition": "A disorder characterized by bleeding from the bronchial wall and/or lung parenchyma." }, { "code": "Bronchospasm", "display": "Bronchospasm", "definition": "A disorder characterized by a sudden contraction of the smooth muscles of the bronchial wall." }, { "code": "Bruising", "display": "Bruising", "definition": "A finding of injury of the soft tissues or bone characterized by leakage of blood into surrounding tissues." }, { "code": "Bullous dermatitis", "display": "Bullous dermatitis", "definition": "A disorder characterized by inflammation of the skin characterized by the presence of bullae which are filled with fluid." }, { "code": "Burn", "display": "Burn", "definition": "A finding of impaired integrity to the anatomic site of an adverse thermal reaction. Burns can be caused by exposure to chemicals, direct heat, electricity, flames and radiation. The extent of damage depends on the length and intensity of exposure and time until provision of treatment." }, { "code": "Buttock pain", "display": "Buttock pain", "definition": "A disorder characterized by marked discomfort sensation in the buttocks." }, { "code": "Capillary leak syndrome", "display": "Capillary leak syndrome", "definition": "A disorder characterized by leakage of intravascular fluids into the extravascular space. This syndrome is observed in patients who demonstrate a state of generalized leaky capillaries following shock syndromes, low-flow states, ischemia-reperfusion injuries, toxemias, medications, or poisoning. It can lead to generalized edema and multiple organ failure." }, { "code": "Carbon monoxide diffusing capacity decreased", "display": "Carbon monoxide diffusing capacity decreased", "definition": "A finding based on lung function test results that indicate a decrease in the lung capacity to absorb carbon monoxide." }, { "code": "Cardiac arrest", "display": "Cardiac arrest", "definition": "A disorder characterized by cessation of the pumping function of the heart." }, { "code": "Cardiac disorders - Other, Specify", "display": "Cardiac disorders - Other, specify", "definition": "No Value Exists" }, { "code": "Cardiac troponin I increased", "display": "Cardiac troponin I increased", "definition": "A laboratory test result which indicates increased levels of cardiac troponin I in a biological specimen." }, { "code": "Cardiac troponin T increased", "display": "Cardiac troponin T increased", "definition": "A laboratory test result which indicates increased levels of cardiac troponin T in a biological specimen." }, { "code": "Cataract", "display": "Cataract", "definition": "A disorder characterized by partial or complete opacity of the crystalline lens of one or both eyes. This results in a decrease in visual acuity and eventual blindness if untreated." }, { "code": "Catheter related infection", "display": "Catheter related infection", "definition": "A disorder characterized by an infectious process that arises secondary to catheter use." }, { "code": "CD4 lymphocytes decreased", "display": "CD4 lymphocytes decreased", "definition": "A finding based on laboratory test results that indicate an decrease in levels of CD4 lymphocytes in a blood specimen." }, { "code": "Cecal hemorrhage", "display": "Cecal hemorrhage", "definition": "A disorder characterized by bleeding from the cecum." }, { "code": "Cecal infection", "display": "Cecal infection", "definition": "A disorder characterized by an infectious process involving the cecum." }, { "code": "Central nervous system necrosis", "display": "Central nervous system necrosis", "definition": "A disorder characterized by a necrotic process occurring in the brain and/or spinal cord." }, { "code": "Cerebrospinal fluid leakage", "display": "Cerebrospinal fluid leakage", "definition": "A disorder characterized by loss of cerebrospinal fluid into the surrounding tissues." }, { "code": "Cervicitis infection", "display": "Cervicitis infection", "definition": "A disorder characterized by an infectious process involving the uterine cervix." }, { "code": "Cheilitis", "display": "Cheilitis", "definition": "A disorder characterized by inflammation of the lip." }, { "code": "Chest pain - cardiac", "display": "Chest pain - cardiac", "definition": "A disorder characterized by substernal discomfort due to insufficient myocardial oxygenation." }, { "code": "Chest wall pain", "display": "Chest wall pain", "definition": "A disorder characterized by marked discomfort sensation in the chest wall region." }, { "code": "Chills", "display": "Chills", "definition": "A disorder characterized by a sensation of cold that often marks a physiologic response to sweating after a fever." }, { "code": "Cholecystitis", "display": "Cholecystitis", "definition": "A disorder characterized by inflammation involving the gallbladder. It may be associated with the presence of gallstones." }, { "code": "Cholesterol high", "display": "Cholesterol high", "definition": "A finding based on laboratory test results that indicate higher than normal levels of cholesterol in a blood specimen." }, { "code": "Chronic kidney disease", "display": "Chronic kidney disease", "definition": "A disorder characterized by gradual and usually permanent loss of kidney function resulting in renal failure." }, { "code": "Chylothorax", "display": "Chylothorax", "definition": "A disorder characterized by milky pleural effusion (abnormal collection of fluid) resulting from accumulation of lymph fluid in the pleural cavity." }, { "code": "Cognitive disturbance", "display": "Cognitive disturbance", "definition": "A disorder characterized by a conspicuous change in cognitive function." }, { "code": "Colitis", "display": "Colitis", "definition": "A disorder characterized by inflammation of the colon." }, { "code": "Colonic fistula", "display": "Colonic fistula", "definition": "A disorder characterized by an abnormal communication between the large intestine and another organ or anatomic site." }, { "code": "Colonic hemorrhage", "display": "Colonic hemorrhage", "definition": "A disorder characterized by bleeding from the colon." }, { "code": "Colonic obstruction", "display": "Colonic obstruction", "definition": "A disorder characterized by blockage of the normal flow of the intestinal contents in the colon." }, { "code": "Colonic perforation", "display": "Colonic perforation", "definition": "A disorder characterized by a rupture in the colonic wall." }, { "code": "Colonic stenosis", "display": "Colonic stenosis", "definition": "A disorder characterized by a narrowing of the lumen of the colon." }, { "code": "Colonic ulcer", "display": "Colonic ulcer", "definition": "A disorder characterized by a circumscribed, inflammatory and necrotic erosive lesion on the mucosal surface of the colon." }, { "code": "Concentration impairment", "display": "Concentration impairment", "definition": "A disorder characterized by a deterioration in the ability to concentrate." }, { "code": "Conduction disorder", "display": "Conduction disorder", "definition": "A disorder characterized by pathological irregularities in the cardiac conduction system." }, { "code": "Confusion", "display": "Confusion", "definition": "A disorder characterized by a lack of clear and orderly thought and behavior." }, { "code": "Congenital, familial and genetic disorders - Other, Specify", "display": "Congenital, familial and genetic disorders - Other, specify", "definition": "No Value Exists" }, { "code": "Conjunctivitis", "display": "Conjunctivitis", "definition": "A disorder characterized by inflammation, swelling and redness to the conjunctiva of the eye." }, { "code": "Conjunctivitis infective", "display": "Conjunctivitis infective", "definition": "A disorder characterized by an infectious process involving the conjunctiva. Clinical manifestations include pink or red color in the eyes." }, { "code": "Constipation", "display": "Constipation", "definition": "A disorder characterized by irregular and infrequent or difficult evacuation of the bowels." }, { "code": "Constrictive pericarditis", "display": "Constrictive pericarditis", "definition": "A disorder characterized by a thickened and fibrotic pericardial sac; these fibrotic changes impede normal myocardial function by restricting myocardial muscle action." }, { "code": "Corneal infection", "display": "Corneal infection", "definition": "A disorder characterized by an infectious process involving the cornea." }, { "code": "Corneal ulcer", "display": "Corneal ulcer", "definition": "A disorder characterized by an area of epithelial tissue loss on the surface of the cornea. It is associated with inflammatory cells in the cornea and anterior chamber." }, { "code": "Cough", "display": "Cough", "definition": "A disorder characterized by sudden, often repetitive, spasmodic contraction of the thoracic cavity, resulting in violent release of air from the lungs and usually accompanied by a distinctive sound." }, { "code": "CPK increased", "display": "CPK increased", "definition": "A finding based on laboratory test results that indicate an increase in levels of creatine phosphokinase in a blood specimen." }, { "code": "Cranial nerve infection", "display": "Cranial nerve infection", "definition": "A disorder characterized by an infectious process involving a cranial nerve." }, { "code": "Creatinine increased", "display": "Creatinine increased", "definition": "A finding based on laboratory test results that indicate increased levels of creatinine in a biological specimen." }, { "code": "Cushingoid", "display": "Cushingoid", "definition": "A disorder characterized by signs and symptoms that resemble Cushing's disease or syndrome: buffalo hump obesity, striations, adiposity, hypertension, diabetes, and osteoporosis, usually due to exogenous corticosteroids." }, { "code": "Cystitis noninfective", "display": "Cystitis noninfective", "definition": "A disorder characterized by inflammation of the bladder which is not caused by an infection of the urinary tract." }, { "code": "Cytokine release syndrome", "display": "Cytokine release syndrome", "definition": "A disorder characterized by nausea, headache, tachycardia, hypotension, rash, and shortness of breath; it is caused by the release of cytokines from the cells." }, { "code": "Death neonatal", "display": "Death neonatal", "definition": "A disorder characterized by cessation of life occurring during the first 28 days of life." }, { "code": "Death NOS", "display": "Death NOS", "definition": "A cessation of life that cannot be attributed to a CTCAE term associated with Grade 5." }, { "code": "Dehydration", "display": "Dehydration", "definition": "A disorder characterized by excessive loss of water from the body. It is usually caused by severe diarrhea, vomiting or diaphoresis." }, { "code": "Delayed orgasm", "display": "Delayed orgasm", "definition": "A disorder characterized by sexual dysfunction characterized by a delay in climax." }, { "code": "Delayed puberty", "display": "Delayed puberty", "definition": "A disorder characterized by unusually late sexual maturity." }, { "code": "Delirium", "display": "Delirium", "definition": "A disorder characterized by the acute and sudden development of confusion, illusions, movement changes, inattentiveness, agitation, and hallucinations. Usually, it is a reversible condition." }, { "code": "Delusions", "display": "Delusions", "definition": "A disorder characterized by false personal beliefs held contrary to reality, despite contradictory evidence and common sense." }, { "code": "Dental caries", "display": "Dental caries", "definition": "A disorder characterized by the decay of a tooth, in which it becomes softened, discolored and/or porous." }, { "code": "Depressed level of consciousness", "display": "Depressed level of consciousness", "definition": "A disorder characterized by a decrease in ability to perceive and respond." }, { "code": "Depression", "display": "Depression", "definition": "A disorder characterized by melancholic feelings of grief or unhappiness." }, { "code": "Dermatitis radiation", "display": "Dermatitis radiation", "definition": "A finding of cutaneous inflammatory reaction occurring as a result of exposure to biologically effective levels of ionizing radiation." }, { "code": "Device related infection", "display": "Device related infection", "definition": "A disorder characterized by an infectious process involving the use of a medical device." }, { "code": "Diarrhea", "display": "Diarrhea", "definition": "A disorder characterized by frequent and watery bowel movements." }, { "code": "Disseminated intravascular coagulation", "display": "Disseminated intravascular coagulation", "definition": "A disorder characterized by systemic pathological activation of blood clotting mechanisms which results in clot formation throughout the body. There is an increase in the risk of hemorrhage as the body is depleted of platelets and coagulation factors." }, { "code": "Dizziness", "display": "Dizziness", "definition": "A disorder characterized by a disturbing sensation of lightheadedness, unsteadiness, giddiness, spinning or rocking." }, { "code": "Dry eye", "display": "Dry eye", "definition": "A disorder characterized by dryness of the cornea and conjunctiva." }, { "code": "Dry mouth", "display": "Dry mouth", "definition": "A disorder characterized by reduced salivary flow in the oral cavity." }, { "code": "Dry skin", "display": "Dry skin", "definition": "A disorder characterized by flaky and dull skin; the pores are generally fine, the texture is a papery thin texture." }, { "code": "Duodenal fistula", "display": "Duodenal fistula", "definition": "A disorder characterized by an abnormal communication between the duodenum and another organ or anatomic site." }, { "code": "Duodenal hemorrhage", "display": "Duodenal hemorrhage", "definition": "A disorder characterized by bleeding from the duodenum." }, { "code": "Duodenal infection", "display": "Duodenal infection", "definition": "A disorder characterized by an infectious process involving the duodenum." }, { "code": "Duodenal obstruction", "display": "Duodenal obstruction", "definition": "A disorder characterized by blockage of the normal flow of stomach contents through the duodenum." }, { "code": "Duodenal perforation", "display": "Duodenal perforation", "definition": "A disorder characterized by a rupture in the duodenal wall." }, { "code": "Duodenal stenosis", "display": "Duodenal stenosis", "definition": "A disorder characterized by a narrowing of the lumen of the duodenum." }, { "code": "Duodenal ulcer", "display": "Duodenal ulcer", "definition": "A disorder characterized by a circumscribed, inflammatory and necrotic erosive lesion on the mucosal surface of the duodenal wall." }, { "code": "Dysarthria", "display": "Dysarthria", "definition": "A disorder characterized by slow and slurred speech resulting from an inability to coordinate the muscles used in speech." }, { "code": "Dysesthesia", "display": "Dysesthesia", "definition": "A disorder characterized by distortion of sensory perception, resulting in an abnormal and unpleasant sensation." }, { "code": "Dysgeusia", "display": "Dysgeusia", "definition": "A disorder characterized by abnormal sensual experience with the taste of foodstuffs; it can be related to a decrease in the sense of smell." }, { "code": "Dysmenorrhea", "display": "Dysmenorrhea", "definition": "A disorder characterized by abnormally painful abdominal cramps during menses." }, { "code": "Dyspareunia", "display": "Dyspareunia", "definition": "A disorder characterized by painful or difficult coitus." }, { "code": "Dyspepsia", "display": "Dyspepsia", "definition": "A disorder characterized by an uncomfortable, often painful feeling in the stomach, resulting from impaired digestion. Symptoms include burning stomach, bloating, heartburn, nausea and vomiting." }, { "code": "Dysphagia", "display": "Dysphagia", "definition": "A disorder characterized by difficulty in swallowing." }, { "code": "Dysphasia", "display": "Dysphasia", "definition": "A disorder characterized by impairment of verbal communication skills, often resulting from brain damage." }, { "code": "Dyspnea", "display": "Dyspnea", "definition": "A disorder characterized by an uncomfortable sensation of difficulty breathing." }, { "code": "Ear and labyrinth disorders - Other, Specify", "display": "Ear and labyrinth disorders - Other, specify", "definition": "No Value Exists" }, { "code": "Ear pain", "display": "Ear pain", "definition": "A disorder characterized by a sensation of marked discomfort in the ear." }, { "code": "Edema cerebral", "display": "Edema cerebral", "definition": "A disorder characterized by swelling due to an excessive accumulation of fluid in the brain." }, { "code": "Edema face", "display": "Edema face", "definition": "A disorder characterized by swelling due to excessive fluid accumulation in facial tissues." }, { "code": "Edema limbs", "display": "Edema limbs", "definition": "A disorder characterized by swelling due to excessive fluid accumulation in the upper or lower extremities." }, { "code": "Edema trunk", "display": "Edema trunk", "definition": "A disorder characterized by swelling due to excessive fluid accumulation in the trunk area." }, { "code": "Ejaculation disorder", "display": "Ejaculation disorder", "definition": "A disorder characterized by problems related to ejaculation. This category includes premature, delayed, retrograde and painful ejaculation." }, { "code": "Ejection fraction decreased", "display": "Ejection fraction decreased", "definition": "The percentage computed when the amount of blood ejected during a ventricular contraction of the heart is compared to the amount that was present prior to the contraction." }, { "code": "Electrocardiogram QT corrected interval prolonged", "display": "Electrocardiogram QT corrected interval prolonged", "definition": "A finding of a cardiac dysrhythmia characterized by an abnormally long corrected QT interval." }, { "code": "Encephalitis infection", "display": "Encephalitis infection", "definition": "A disorder characterized by an infectious process involving the brain tissue." }, { "code": "Encephalomyelitis infection", "display": "Encephalomyelitis infection", "definition": "A disorder characterized by an infectious process involving the brain and spinal cord tissues." }, { "code": "Encephalopathy", "display": "Encephalopathy", "definition": "A disorder characterized by a pathologic process involving the brain." }, { "code": "Endocarditis infective", "display": "Endocarditis infective", "definition": "A disorder characterized by an infectious process involving the endocardial layer of the heart." }, { "code": "Endocrine disorders - Other, Specify", "display": "Endocrine disorders - Other, specify", "definition": "No Value Exists" }, { "code": "Endophthalmitis", "display": "Endophthalmitis", "definition": "A disorder characterized by an infectious process involving the internal structures of the eye." }, { "code": "Enterocolitis", "display": "Enterocolitis", "definition": "A disorder characterized by inflammation of the small and large intestines." }, { "code": "Enterocolitis infectious", "display": "Enterocolitis infectious", "definition": "A disorder characterized by an infectious process involving the small and large intestines." }, { "code": "Enterovesical fistula", "display": "Enterovesical fistula", "definition": "A disorder characterized by an abnormal communication between the urinary bladder and the intestine." }, { "code": "Epistaxis", "display": "Epistaxis", "definition": "A disorder characterized by bleeding from the nose." }, { "code": "Erectile dysfunction", "display": "Erectile dysfunction", "definition": "A disorder characterized by the persistent or recurrent inability to achieve or to maintain an erection during sexual activity." }, { "code": "Erythema multiforme", "display": "Erythema multiforme", "definition": "A disorder characterized by target lesions (a pink-red ring around a pale center)." }, { "code": "Erythroderma", "display": "Erythroderma", "definition": "A disorder characterized by generalized inflammatory erythema and exfoliation. The inflammatory process involves > 90% of the body surface area." }, { "code": "Esophageal anastomotic leak", "display": "Esophageal anastomotic leak", "definition": "A finding of leakage due to breakdown of an esophageal anastomosis (surgical connection of two separate anatomic structures)." }, { "code": "Esophageal fistula", "display": "Esophageal fistula", "definition": "A disorder characterized by an abnormal communication between the esophagus and another organ or anatomic site." }, { "code": "Esophageal hemorrhage", "display": "Esophageal hemorrhage", "definition": "A disorder characterized by bleeding from the esophagus." }, { "code": "Esophageal infection", "display": "Esophageal infection", "definition": "A disorder characterized by an infectious process involving the esophagus." }, { "code": "Esophageal necrosis", "display": "Esophageal necrosis", "definition": "A disorder characterized by a necrotic process occurring in the esophageal wall." }, { "code": "Esophageal obstruction", "display": "Esophageal obstruction", "definition": "A disorder characterized by blockage of the normal flow of the contents in the esophagus." }, { "code": "Esophageal pain", "display": "Esophageal pain", "definition": "A disorder characterized by a sensation of marked discomfort in the esophageal region." }, { "code": "Esophageal perforation", "display": "Esophageal perforation", "definition": "A disorder characterized by a rupture in the wall of the esophagus." }, { "code": "Esophageal stenosis", "display": "Esophageal stenosis", "definition": "A disorder characterized by a narrowing of the lumen of the esophagus." }, { "code": "Esophageal ulcer", "display": "Esophageal ulcer", "definition": "A disorder characterized by a circumscribed, inflammatory and necrotic erosive lesion on the mucosal surface of the esophageal wall." }, { "code": "Esophageal varices hemorrhage", "display": "Esophageal varices hemorrhage", "definition": "A disorder characterized by bleeding from esophageal varices." }, { "code": "Esophagitis", "display": "Esophagitis", "definition": "A disorder characterized by inflammation of the esophageal wall." }, { "code": "Euphoria", "display": "Euphoria", "definition": "A disorder characterized by an exaggerated feeling of well-being which is disproportionate to events and stimuli." }, { "code": "Exostosis", "display": "Exostosis", "definition": "A disorder characterized by non-neoplastic overgrowth of bone." }, { "code": "External ear inflammation", "display": "External ear inflammation", "definition": "A disorder characterized by inflammation, swelling and redness to the outer ear and ear canal." }, { "code": "External ear pain", "display": "External ear pain", "definition": "A disorder characterized by a sensation of marked discomfort in the external ear region." }, { "code": "Extraocular muscle paresis", "display": "Extraocular muscle paresis", "definition": "A disorder characterized by incomplete paralysis of an extraocular muscle." }, { "code": "Extrapyramidal disorder", "display": "Extrapyramidal disorder", "definition": "A disorder characterized by abnormal, repetitive, involuntary muscle movements, frenzied speech and extreme restlessness." }, { "code": "Eye disorders - Other, Specify", "display": "Eye disorders - Other, specify", "definition": "No Value Exists" }, { "code": "Eye infection", "display": "Eye infection", "definition": "A disorder characterized by an infectious process involving the eye." }, { "code": "Eye pain", "display": "Eye pain", "definition": "A disorder characterized by a sensation of marked discomfort in the eye." }, { "code": "Eyelid function disorder", "display": "Eyelid function disorder", "definition": "A disorder characterized by impaired eyelid function." }, { "code": "Facial muscle weakness", "display": "Facial muscle weakness", "definition": "A disorder characterized by a reduction in the strength of the facial muscles." }, { "code": "Facial nerve disorder", "display": "Facial nerve disorder", "definition": "A disorder characterized by involvement of the facial nerve (seventh cranial nerve)." }, { "code": "Facial pain", "display": "Facial pain", "definition": "A disorder characterized by a sensation of marked discomfort in the face." }, { "code": "Fall", "display": "Fall", "definition": "A finding of sudden movement downward, usually resulting in injury." }, { "code": "Fallopian tube anastomotic leak", "display": "Fallopian tube anastomotic leak", "definition": "A finding of leakage due to breakdown of a fallopian tube anastomosis (surgical connection of two separate anatomic structures)." }, { "code": "Fallopian tube obstruction", "display": "Fallopian tube obstruction", "definition": "A disorder characterized by blockage of the normal flow of the contents in the fallopian tube." }, { "code": "Fallopian tube perforation", "display": "Fallopian tube perforation", "definition": "A finding of rupture of the fallopian tube wall." }, { "code": "Fallopian tube stenosis", "display": "Fallopian tube stenosis", "definition": "A disorder characterized by a narrowing of the fallopian tube lumen." }, { "code": "Fat atrophy", "display": "Fat atrophy", "definition": "A disorder characterized by shrinking of adipose tissue." }, { "code": "Fatigue", "display": "Fatigue", "definition": "A disorder characterized by a state of generalized weakness with a pronounced inability to summon sufficient energy to accomplish daily activities." }, { "code": "Febrile neutropenia", "display": "Febrile neutropenia", "definition": "A disorder characterized by a decrease in neutrophils associated with fever." }, { "code": "Fecal incontinence", "display": "Fecal incontinence", "definition": "A disorder characterized by inability to control the escape of stool from the rectum." }, { "code": "Female genital tract fistula", "display": "Female genital tract fistula", "definition": "A disorder characterized by an abnormal communication between a female reproductive system organ and another organ or anatomic site." }, { "code": "Feminization acquired", "display": "Feminization acquired", "definition": "A disorder characterized by the development of secondary female sex characteristics in males due to extrinsic factors." }, { "code": "Fetal death", "display": "Fetal death", "definition": "A disorder characterized by death in utero; failure of the product of conception to show evidence of respiration, heartbeat, or definite movement of a voluntary muscle after expulsion from the uterus, without possibility of resuscitation." }, { "code": "Fetal growth retardation", "display": "Fetal growth retardation", "definition": "A disorder characterized by inhibition of fetal growth resulting in the inability of the fetus to achieve its potential weight." }, { "code": "Fever", "display": "Fever", "definition": "A disorder characterized by elevation of the body's temperature above the upper limit of normal." }, { "code": "Fibrinogen decreased", "display": "Fibrinogen decreased", "definition": "A finding based on laboratory test results that indicate an decrease in levels of fibrinogen in a blood specimen." }, { "code": "Fibrosis deep connective tissue", "display": "Fibrosis deep connective tissue", "definition": "A disorder characterized by fibrotic degeneration of the deep connective tissues." }, { "code": "Flank pain", "display": "Flank pain", "definition": "A disorder characterized by marked discomfort sensation on the lateral side of the body in the region below the ribs and above the hip." }, { "code": "Flashing lights", "display": "Flashing lights", "definition": "A disorder characterized by a sudden or brief burst of light." }, { "code": "Flatulence", "display": "Flatulence", "definition": "A disorder characterized by a state of excessive gas in the alimentary canal." }, { "code": "Floaters", "display": "Floaters", "definition": "A disorder characterized by an individual seeing spots before their eyes. The spots are shadows of opaque cell fragments in the vitreous humor or lens." }, { "code": "Flu like symptoms", "display": "Flu like symptoms", "definition": "A disorder characterized by a group of symptoms similar to those observed in patients with the flu. It includes fever, chills, body aches, malaise, loss of appetite and dry cough." }, { "code": "Flushing", "display": "Flushing", "definition": "A disorder characterized by episodic reddening of the face." }, { "code": "Forced expiratory volume decreased", "display": "Forced expiratory volume decreased", "definition": "A finding based on test results that indicate a relative decrease in the fraction of the forced vital capacity that is exhaled in a specific number of seconds." }, { "code": "Fracture", "display": "Fracture", "definition": "A finding of traumatic injury to the bone in which the continuity of the bone is broken." }, { "code": "Gait disturbance", "display": "Gait disturbance", "definition": "A disorder characterized by walking difficulties." }, { "code": "Gallbladder fistula", "display": "Gallbladder fistula", "definition": "A disorder characterized by an abnormal communication between the gallbladder and another organ or anatomic site." }, { "code": "Gallbladder infection", "display": "Gallbladder infection", "definition": "A disorder characterized by an infectious process involving the gallbladder." }, { "code": "Gallbladder necrosis", "display": "Gallbladder necrosis", "definition": "A disorder characterized by a necrotic process occurring in the gallbladder." }, { "code": "Gallbladder obstruction", "display": "Gallbladder obstruction", "definition": "A disorder characterized by blockage of the normal flow of the contents of the gallbladder." }, { "code": "Gallbladder pain", "display": "Gallbladder pain", "definition": "A disorder characterized by a sensation of marked discomfort in the gallbladder region." }, { "code": "Gallbladder perforation", "display": "Gallbladder perforation", "definition": "A disorder characterized by a rupture in the gallbladder wall." }, { "code": "Gastric anastomotic leak", "display": "Gastric anastomotic leak", "definition": "A finding of leakage due to breakdown of a gastric anastomosis (surgical connection of two separate anatomic structures)." }, { "code": "Gastric fistula", "display": "Gastric fistula", "definition": "A disorder characterized by an abnormal communication between the stomach and another organ or anatomic site." }, { "code": "Gastric hemorrhage", "display": "Gastric hemorrhage", "definition": "A disorder characterized by bleeding from the gastric wall." }, { "code": "Gastric necrosis", "display": "Gastric necrosis", "definition": "A disorder characterized by a necrotic process occurring in the gastric wall." }, { "code": "Gastric perforation", "display": "Gastric perforation", "definition": "A disorder characterized by a rupture in the stomach wall." }, { "code": "Gastric stenosis", "display": "Gastric stenosis", "definition": "A disorder characterized by a narrowing of the lumen of the stomach." }, { "code": "Gastric ulcer", "display": "Gastric ulcer", "definition": "A disorder characterized by a circumscribed, inflammatory and necrotic erosive lesion on the mucosal surface of the stomach." }, { "code": "Gastritis", "display": "Gastritis", "definition": "A disorder characterized by inflammation of the stomach." }, { "code": "Gastroesophageal reflux disease", "display": "Gastroesophageal reflux disease", "definition": "A disorder characterized by reflux of the gastric and/or duodenal contents into the distal esophagus. It is chronic in nature and usually caused by incompetence of the lower esophageal sphincter, and may result in injury to the esophageal mucosal. Symptoms include heartburn and acid indigestion." }, { "code": "Gastrointestinal anastomotic leak", "display": "Gastrointestinal anastomotic leak", "definition": "A finding of leakage due to breakdown of a gastrointestinal anastomosis (surgical connection of two separate anatomic structures)." }, { "code": "Gastrointestinal disorders - Other, Specify", "display": "Gastrointestinal disorders - Other, specify", "definition": "No Value Exists" }, { "code": "Gastrointestinal fistula", "display": "Gastrointestinal fistula", "definition": "A disorder characterized by an abnormal communication between any part of the gastrointestinal system and another organ or anatomic site." }, { "code": "Gastrointestinal pain", "display": "Gastrointestinal pain", "definition": "A disorder characterized by a sensation of marked discomfort in the gastrointestinal region." }, { "code": "Gastrointestinal stoma necrosis", "display": "Gastrointestinal stoma necrosis", "definition": "A finding of a necrotic process occurring in the gastrointestinal tract stoma." }, { "code": "Gastroparesis", "display": "Gastroparesis", "definition": "A disorder characterized by an incomplete paralysis of the muscles of the stomach wall resulting in delayed emptying of the gastric contents into the small intestine." }, { "code": "General disorders and administration site conditions - Other, Specify", "display": "General disorders and administration site conditions - Other, specify", "definition": "No Value Exists" }, { "code": "Generalized muscle weakness", "display": "Generalized muscle weakness", "definition": "A disorder characterized by a reduction in the strength of muscles in multiple anatomic sites." }, { "code": "Genital edema", "display": "Genital edema", "definition": "A disorder characterized by swelling due to an excessive accumulation of fluid in the genitals." }, { "code": "GGT increased", "display": "GGT increased", "definition": "A finding based on laboratory test results that indicate higher than normal levels of the enzyme gamma-glutamyltransferase in the blood specimen. GGT (gamma-glutamyltransferase ) catalyzes the transfer of a gamma glutamyl group from a gamma glutamyl peptide to another peptide, amino acids or water." }, { "code": "Gingival pain", "display": "Gingival pain", "definition": "A disorder characterized by a sensation of marked discomfort in the gingival region." }, { "code": "Glaucoma", "display": "Glaucoma", "definition": "A disorder characterized by an increase in pressure in the eyeball due to obstruction of the aqueous humor outflow." }, { "code": "Glossopharyngeal nerve disorder", "display": "Glossopharyngeal nerve disorder", "definition": "A disorder characterized by involvement of the glossopharyngeal nerve (ninth cranial nerve)." }, { "code": "Glucose intolerance", "display": "Glucose intolerance", "definition": "A disorder characterized by an inability to properly metabolize glucose." }, { "code": "Growth accelerated", "display": "Growth accelerated", "definition": "A disorder characterized by greater growth than expected for age." }, { "code": "Growth hormone abnormal", "display": "Growth hormone abnormal", "definition": "A finding based on laboratory test results that indicate abnormal levels of growth hormone in a biological specimen." }, { "code": "Growth suppression", "display": "Growth suppression", "definition": "A disorder characterized by of stature that is smaller than normal as expected for age." }, { "code": "Gum infection", "display": "Gum infection", "definition": "A disorder characterized by an infectious process involving the gums." }, { "code": "Gynecomastia", "display": "Gynecomastia", "definition": "A disorder characterized by excessive development of the breasts in males." }, { "code": "Hallucinations", "display": "Hallucinations", "definition": "A disorder characterized by a false sensory perception in the absence of an external stimulus." }, { "code": "Haptoglobin decreased", "display": "Haptoglobin decreased", "definition": "A finding based on laboratory test results that indicate an decrease in levels of haptoglobin in a blood specimen." }, { "code": "Head soft tissue necrosis", "display": "Head soft tissue necrosis", "definition": "A disorder characterized by a necrotic process occurring in the soft tissues of the head." }, { "code": "Headache", "display": "Headache", "definition": "A disorder characterized by a sensation of marked discomfort in various parts of the head, not confined to the area of distribution of any nerve." }, { "code": "Hearing impaired", "display": "Hearing impaired", "definition": "A disorder characterized by partial or complete loss of the ability to detect or understand sounds resulting from damage to ear structures." }, { "code": "Heart failure", "display": "Heart failure", "definition": "A disorder characterized by the inability of the heart to pump blood at an adequate volume to meet tissue metabolic requirements, or, the ability to do so only at an elevation in the filling pressure." }, { "code": "Hematoma", "display": "Hematoma", "definition": "A disorder characterized by a localized collection of blood, usually clotted, in an organ, space, or tissue, due to a break in the wall of a blood vessel." }, { "code": "Hematosalpinx", "display": "Hematosalpinx", "definition": "A disorder characterized by the presence of blood in a fallopian tube." }, { "code": "Hematuria", "display": "Hematuria", "definition": "A disorder characterized by laboratory test results that indicate blood in the urine." }, { "code": "Hemoglobin increased", "display": "Hemoglobin increased", "definition": "A finding based on laboratory test results that indicate increased levels of hemoglobin in a biological specimen." }, { "code": "Hemoglobinuria", "display": "Hemoglobinuria", "definition": "A disorder characterized by laboratory test results that indicate the presence of free hemoglobin in the urine." }, { "code": "Hemolysis", "display": "Hemolysis", "definition": "A disorder characterized by laboratory test results that indicate widespread erythrocyte cell membrane destruction." }, { "code": "Hemolytic uremic syndrome", "display": "Hemolytic uremic syndrome", "definition": "A disorder characterized by a form of thrombotic microangiopathy with renal failure, hemolytic anemia, and severe thrombocytopenia." }, { "code": "Hemorrhoidal hemorrhage", "display": "Hemorrhoidal hemorrhage", "definition": "A disorder characterized by bleeding from the hemorrhoids." }, { "code": "Hemorrhoids", "display": "Hemorrhoids", "definition": "A disorder characterized by the presence of dilated veins in the rectum and surrounding area." }, { "code": "Hepatic failure", "display": "Hepatic failure", "definition": "A disorder characterized by the inability of the liver to metabolize chemicals in the body. Laboratory test results reveal abnormal plasma levels of ammonia, bilirubin, lactic dehydrogenase, and alkaline phosphatase." }, { "code": "Hepatic hemorrhage", "display": "Hepatic hemorrhage", "definition": "A disorder characterized by bleeding from the liver." }, { "code": "Hepatic infection", "display": "Hepatic infection", "definition": "A disorder characterized by an infectious process involving the liver." }, { "code": "Hepatic necrosis", "display": "Hepatic necrosis", "definition": "A disorder characterized by a necrotic process occurring in the hepatic parenchyma." }, { "code": "Hepatic pain", "display": "Hepatic pain", "definition": "A disorder characterized by a sensation of marked discomfort in the liver region." }, { "code": "Hepatitis viral", "display": "Hepatitis viral", "definition": "A disorder characterized by a viral pathologic process involving the liver parenchyma." }, { "code": "Hepatobiliary disorders - Other, Specify", "display": "Hepatobiliary disorders - Other, specify", "definition": "No Value Exists" }, { "code": "Hiccups", "display": "Hiccups", "definition": "A disorder characterized by repeated gulp sounds that result from an involuntary opening and closing of the glottis. This is attributed to a spasm of the diaphragm." }, { "code": "Hip fracture", "display": "Hip fracture", "definition": "A finding of traumatic injury to the hip in which the continuity of either the femoral head, femoral neck, intertrochanteric or subtrochanteric regions is broken." }, { "code": "Hirsutism", "display": "Hirsutism", "definition": "A disorder characterized by the presence of excess hair growth in women in anatomic sites where growth is considered to be a secondary male characteristic and under androgen control (beard, moustache, chest, abdomen)" }, { "code": "Hoarseness", "display": "Hoarseness", "definition": "A disorder characterized by harsh and raspy voice arising from or spreading to the larynx." }, { "code": "Hot flashes", "display": "Hot flashes", "definition": "A disorder characterized by an uncomfortable and temporary sensation of intense body warmth, flushing, sometimes accompanied by sweating upon cooling." }, { "code": "Hydrocephalus", "display": "Hydrocephalus", "definition": "A disorder characterized by an abnormal increase of cerebrospinal fluid in the ventricles of the brain." }, { "code": "Hypercalcemia", "display": "Hypercalcemia", "definition": "A disorder characterized by laboratory test results that indicate an elevation in the concentration of calcium in blood." }, { "code": "Hyperglycemia", "display": "Hyperglycemia", "definition": "A disorder characterized by laboratory test results that indicate an elevation in the concentration of blood sugar. It is usually an indication of diabetes mellitus or glucose intolerance." }, { "code": "Hyperhidrosis", "display": "Hyperhidrosis", "definition": "A disorder characterized by excessive perspiration." }, { "code": "Hyperkalemia", "display": "Hyperkalemia", "definition": "A disorder characterized by laboratory test results that indicate an elevation in the concentration of potassium in the blood; associated with kidney failure or sometimes with the use of diuretic drugs." }, { "code": "Hypermagnesemia", "display": "Hypermagnesemia", "definition": "A disorder characterized by laboratory test results that indicate an elevation in the concentration of magnesium in the blood." }, { "code": "Hypernatremia", "display": "Hypernatremia", "definition": "A disorder characterized by laboratory test results that indicate an elevation in the concentration of sodium in the blood." }, { "code": "Hyperparathyroidism", "display": "Hyperparathyroidism", "definition": "A disorder characterized by an increase in production of parathyroid hormone by the parathyroid glands. This results in hypercalcemia (abnormally high levels of calcium in the blood)." }, { "code": "Hypersomnia", "display": "Hypersomnia", "definition": "A disorder characterized by characterized by excessive sleepiness during the daytime." }, { "code": "Hypertension", "display": "Hypertension", "definition": "A disorder characterized by a pathological increase in blood pressure; a repeatedly elevation in the blood pressure exceeding 140 over 90 mm Hg." }, { "code": "Hyperthyroidism", "display": "Hyperthyroidism", "definition": "A disorder characterized by excessive levels of thyroid hormone in the body. Common causes include an overactive thyroid gland or thyroid hormone overdose." }, { "code": "Hypertrichosis", "display": "Hypertrichosis", "definition": "A disorder characterized by hair density or length beyond the accepted limits of normal in a particular body region, for a particular age or race." }, { "code": "Hypertriglyceridemia", "display": "Hypertriglyceridemia", "definition": "A disorder characterized by laboratory test results that indicate an elevation in the concentration of triglyceride concentration in the blood." }, { "code": "Hyperuricemia", "display": "Hyperuricemia", "definition": "A disorder characterized by laboratory test results that indicate an elevation in the concentration of uric acid." }, { "code": "Hypoalbuminemia", "display": "Hypoalbuminemia", "definition": "A disorder characterized by laboratory test results that indicate a low concentration of albumin in the blood." }, { "code": "Hypocalcemia", "display": "Hypocalcemia", "definition": "A disorder characterized by laboratory test results that indicate a low concentration of calcium in the blood." }, { "code": "Hypoglossal nerve disorder", "display": "Hypoglossal nerve disorder", "definition": "A disorder characterized by involvement of the hypoglossal nerve (twelfth cranial nerve)." }, { "code": "Hypoglycemia", "display": "Hypoglycemia", "definition": "A disorder characterized by laboratory test results that indicate a low concentration of glucose in the blood." }, { "code": "Hypohidrosis", "display": "Hypohidrosis", "definition": "A disorder characterized by reduced sweating." }, { "code": "Hypokalemia", "display": "Hypokalemia", "definition": "A disorder characterized by laboratory test results that indicate a low concentration of potassium in the blood." }, { "code": "Hypomagnesemia", "display": "Hypomagnesemia", "definition": "A disorder characterized by laboratory test results that indicate a low concentration of magnesium in the blood." }, { "code": "Hyponatremia", "display": "Hyponatremia", "definition": "A disorder characterized by laboratory test results that indicate a low concentration of sodium in the blood." }, { "code": "Hypoparathyroidism", "display": "Hypoparathyroidism", "definition": "A disorder characterized by a decrease in production of parathyroid hormone by the parathyroid glands." }, { "code": "Hypophosphatemia", "display": "Hypophosphatemia", "definition": "A disorder characterized by laboratory test results that indicate a low concentration of phosphates in the blood." }, { "code": "Hypotension", "display": "Hypotension", "definition": "A disorder characterized by a blood pressure that is below the normal expected for an individual in a given environment." }, { "code": "Hypothermia", "display": "Hypothermia", "definition": "A disorder characterized by an abnormally low body temperature. Treatment is required when the body temperature is 35C (95F) or below." }, { "code": "Hypothyroidism", "display": "Hypothyroidism", "definition": "A disorder characterized by a decrease in production of thyroid hormone by the thyroid gland." }, { "code": "Hypoxia", "display": "Hypoxia", "definition": "A disorder characterized by a decrease in the level of oxygen in the body." }, { "code": "Ileal fistula", "display": "Ileal fistula", "definition": "A disorder characterized by an abnormal communication between the ileum and another organ or anatomic site." }, { "code": "Ileal hemorrhage", "display": "Ileal hemorrhage", "definition": "A disorder characterized by bleeding from the ileal wall." }, { "code": "Ileal obstruction", "display": "Ileal obstruction", "definition": "A disorder characterized by blockage of the normal flow of the intestinal contents in the ileum." }, { "code": "Ileal perforation", "display": "Ileal perforation", "definition": "A disorder characterized by a rupture in the ileal wall." }, { "code": "Ileal stenosis", "display": "Ileal stenosis", "definition": "A disorder characterized by a narrowing of the lumen of the ileum." }, { "code": "Ileal ulcer", "display": "Ileal ulcer", "definition": "A disorder characterized by a circumscribed, inflammatory and necrotic erosive lesion on the mucosal surface of the ileum." }, { "code": "Ileus", "display": "Ileus", "definition": "A disorder characterized by failure of the ileum to transport intestinal contents." }, { "code": "Immune system disorders - Other, Specify", "display": "Immune system disorders - Other, specify", "definition": "No Value Exists" }, { "code": "Infections and infestations - Other, Specify", "display": "Infections and infestations - Other, specify", "definition": "No Value Exists" }, { "code": "Infective myositis", "display": "Infective myositis", "definition": "A disorder characterized by an infectious process involving the skeletal muscles." }, { "code": "Infusion related reaction", "display": "Infusion related reaction", "definition": "A disorder characterized by adverse reaction to the infusion of pharmacological or biological substances." }, { "code": "Infusion site extravasation", "display": "Infusion site extravasation", "definition": "A disorder characterized by leakage of a pharmacologic or a biologic substance from the infusion site into the surrounding tissue. Signs and symptoms include induration, erythema, swelling, burning sensation and marked discomfort at the infusion site." }, { "code": "Injection site reaction", "display": "Injection site reaction", "definition": "A disorder characterized by an intense adverse reaction (usually immunologic) developing at the site of an injection." }, { "code": "Injury to carotid artery", "display": "Injury to carotid artery", "definition": "A finding of damage to the carotid artery." }, { "code": "Injury to inferior vena cava", "display": "Injury to inferior vena cava", "definition": "A finding of damage to the inferior vena cava." }, { "code": "Injury to jugular vein", "display": "Injury to jugular vein", "definition": "A finding of damage to the jugular vein." }, { "code": "Injury to superior vena cava", "display": "Injury to superior vena cava", "definition": "A finding of damage to the superior vena cava." }, { "code": "Injury, poisoning and procedural complications - Other, Specify", "display": "Injury, poisoning and procedural complications - Other, specify", "definition": "No Value Exists" }, { "code": "INR increased", "display": "INR increased", "definition": "A finding based on laboratory test results that indicate an increase in the ratio of the patient's prothrombin time to a control sample in the blood." }, { "code": "Insomnia", "display": "Insomnia", "definition": "A disorder characterized by difficulty in falling asleep and/or remaining asleep." }, { "code": "Intestinal stoma leak", "display": "Intestinal stoma leak", "definition": "A finding of leakage of contents from an intestinal stoma (surgically created opening on the surface of the body)." }, { "code": "Intestinal stoma obstruction", "display": "Intestinal stoma obstruction", "definition": "A finding of blockage of the normal flow of the contents of the intestinal stoma." }, { "code": "Intestinal stoma site bleeding", "display": "Intestinal stoma site bleeding", "definition": "A finding of blood leakage from the intestinal stoma." }, { "code": "Intra-abdominal hemorrhage", "display": "Intra-abdominal hemorrhage", "definition": "A disorder characterized by bleeding in the abdominal cavity." }, { "code": "Intracranial hemorrhage", "display": "Intracranial hemorrhage", "definition": "A disorder characterized by bleeding from the cranium." }, { "code": "Intraoperative arterial injury", "display": "Intraoperative arterial injury", "definition": "A finding of damage to an artery during a surgical procedure." }, { "code": "Intraoperative breast injury", "display": "Intraoperative breast injury", "definition": "A finding of damage to the breast parenchyma during a surgical procedure." }, { "code": "Intraoperative cardiac injury", "display": "Intraoperative cardiac injury", "definition": "A finding of damage to the heart during a surgical procedure." }, { "code": "Intraoperative ear injury", "display": "Intraoperative ear injury", "definition": "A finding of damage to the ear during a surgical procedure." }, { "code": "Intraoperative endocrine injury", "display": "Intraoperative endocrine injury", "definition": "A finding of damage to the endocrine gland during a surgical procedure." }, { "code": "Intraoperative gastrointestinal injury", "display": "Intraoperative gastrointestinal injury", "definition": "A finding of damage to the gastrointestinal system during a surgical procedure." }, { "code": "Intraoperative head and neck injury", "display": "Intraoperative head and neck injury", "definition": "A finding of damage to the head and neck during a surgical procedure." }, { "code": "Intraoperative hemorrhage", "display": "Intraoperative hemorrhage", "definition": "A finding of uncontrolled bleeding during a surgical procedure." }, { "code": "Intraoperative hepatobiliary injury", "display": "Intraoperative hepatobiliary injury", "definition": "A finding of damage to the hepatic parenchyma and/or biliary tract during a surgical procedure." }, { "code": "Intraoperative musculoskeletal injury", "display": "Intraoperative musculoskeletal injury", "definition": "A finding of damage to the musculoskeletal system during a surgical procedure." }, { "code": "Intraoperative neurological injury", "display": "Intraoperative neurological injury", "definition": "A finding of damage to the nervous system during a surgical procedure." }, { "code": "Intraoperative ocular injury", "display": "Intraoperative ocular injury", "definition": "A finding of damage to the eye during a surgical procedure." }, { "code": "Intraoperative renal injury", "display": "Intraoperative renal injury", "definition": "A finding of damage to the kidney during a surgical procedure." }, { "code": "Intraoperative reproductive tract injury", "display": "Intraoperative reproductive tract injury", "definition": "A finding of damage to the reproductive organs during a surgical procedure." }, { "code": "Intraoperative respiratory injury", "display": "Intraoperative respiratory injury", "definition": "A finding of damage to the respiratory system during a surgical procedure." }, { "code": "Intraoperative skin injury", "display": "Intraoperative skin injury", "definition": "A finding of damage to the skin during a surgical procedure." }, { "code": "Intraoperative splenic injury", "display": "Intraoperative splenic injury", "definition": "A finding of damage to the spleen during a surgical procedure." }, { "code": "Intraoperative urinary injury", "display": "Intraoperative urinary injury", "definition": "A finding of damage to the urinary system during a surgical procedure." }, { "code": "Intraoperative venous injury", "display": "Intraoperative venous injury", "definition": "A finding of damage to a vein during a surgical procedure." }, { "code": "Investigations - Other, Specify", "display": "Investigations - Other, specify", "definition": "No Value Exists" }, { "code": "Iron overload", "display": "Iron overload", "definition": "A disorder characterized by accumulation of iron in the tissues." }, { "code": "Irregular menstruation", "display": "Irregular menstruation", "definition": "A disorder characterized by irregular cycle or duration of menses." }, { "code": "Irritability", "display": "Irritability", "definition": "A disorder characterized by an abnormal responsiveness to stimuli or physiological arousal; may be in response to pain, fright, a drug, an emotional situation or a medical condition." }, { "code": "Ischemia cerebrovascular", "display": "Ischemia cerebrovascular", "definition": "A disorder characterized by a decrease or absence of blood supply to the brain caused by obstruction (thrombosis or embolism) of an artery resulting in neurological damage." }, { "code": "IVth nerve disorder", "display": "IVth nerve disorder", "definition": "A disorder characterized by involvement of the trochlear nerve (fourth cranial nerve)." }, { "code": "Jejunal fistula", "display": "Jejunal fistula", "definition": "A disorder characterized by an abnormal communication between the jejunum and another organ or anatomic site." }, { "code": "Jejunal hemorrhage", "display": "Jejunal hemorrhage", "definition": "A disorder characterized by bleeding from the jejunal wall." }, { "code": "Jejunal obstruction", "display": "Jejunal obstruction", "definition": "A disorder characterized by blockage of the normal flow of the intestinal contents in the jejunum." }, { "code": "Jejunal perforation", "display": "Jejunal perforation", "definition": "A disorder characterized by a rupture in the jejunal wall." }, { "code": "Jejunal stenosis", "display": "Jejunal stenosis", "definition": "A disorder characterized by a narrowing of the lumen of the jejunum." }, { "code": "Jejunal ulcer", "display": "Jejunal ulcer", "definition": "A disorder characterized by a circumscribed, inflammatory and necrotic erosive lesion on the mucosal surface of the jejunum." }, { "code": "Joint effusion", "display": "Joint effusion", "definition": "A disorder characterized by excessive fluid in a joint, usually as a result of joint inflammation." }, { "code": "Joint infection", "display": "Joint infection", "definition": "A disorder characterized by an infectious process involving a joint." }, { "code": "Joint range of motion decreased", "display": "Joint range of motion decreased", "definition": "A disorder characterized by a decrease in joint flexibility of any joint." }, { "code": "Joint range of motion decreased cervical spine", "display": "Joint range of motion decreased cervical spine", "definition": "A disorder characterized by a decrease in flexibility of a cervical spine joint." }, { "code": "Joint range of motion decreased lumbar spine", "display": "Joint range of motion decreased lumbar spine", "definition": "A disorder characterized by a decrease in flexibility of a lumbar spine joint." }, { "code": "Keratitis", "display": "Keratitis", "definition": "A disorder characterized by inflammation to the cornea of the eye." }, { "code": "Kidney anastomotic leak", "display": "Kidney anastomotic leak", "definition": "A finding of leakage of urine due to breakdown of a kidney anastomosis (surgical connection of two separate anatomic structures)." }, { "code": "Kidney infection", "display": "Kidney infection", "definition": "A disorder characterized by an infectious process involving the kidney." }, { "code": "Kyphosis", "display": "Kyphosis", "definition": "A disorder characterized by an abnormal increase in the curvature of the thoracic portion of the spine." }, { "code": "Lactation disorder", "display": "Lactation disorder", "definition": "A disorder characterized by disturbances of milk secretion. It is not necessarily related to pregnancy that is observed in females and can be observed in males." }, { "code": "Large intestinal anastomotic leak", "display": "Large intestinal anastomotic leak", "definition": "A finding of leakage due to breakdown of an anastomosis (surgical connection of two separate anatomic structures) in the large intestine." }, { "code": "Laryngeal edema", "display": "Laryngeal edema", "definition": "A disorder characterized by swelling due to an excessive accumulation of fluid in the larynx." }, { "code": "Laryngeal fistula", "display": "Laryngeal fistula", "definition": "A disorder characterized by an abnormal communication between the larynx and another organ or anatomic site." }, { "code": "Laryngeal hemorrhage", "display": "Laryngeal hemorrhage", "definition": "A disorder characterized by bleeding from the larynx." }, { "code": "Laryngeal inflammation", "display": "Laryngeal inflammation", "definition": "A disorder characterized by an inflammation involving the larynx." }, { "code": "Laryngeal mucositis", "display": "Laryngeal mucositis", "definition": "A disorder characterized by an inflammation involving the mucous membrane of the larynx." }, { "code": "Laryngeal obstruction", "display": "Laryngeal obstruction", "definition": "A disorder characterized by blockage of the laryngeal airway." }, { "code": "Laryngeal stenosis", "display": "Laryngeal stenosis", "definition": "A disorder characterized by a narrowing of the laryngeal airway." }, { "code": "Laryngitis", "display": "Laryngitis", "definition": "A disorder characterized by an inflammatory process involving the larynx." }, { "code": "Laryngopharyngeal dysesthesia", "display": "Laryngopharyngeal dysesthesia", "definition": "A disorder characterized by an uncomfortable persistent sensation in the area of the laryngopharynx." }, { "code": "Laryngospasm", "display": "Laryngospasm", "definition": "A disorder characterized by paroxysmal spasmodic muscular contraction of the vocal cords." }, { "code": "Left ventricular systolic dysfunction", "display": "Left ventricular systolic dysfunction", "definition": "A disorder characterized by failure of the left ventricle to produce adequate output despite an increase in distending pressure and in end-diastolic volume. Clinical manifestations mayinclude dyspnea, orthopnea, and other signs and symptoms of pulmonary congestion and edema." }, { "code": "Lethargy", "display": "Lethargy", "definition": "A disorder characterized by a decrease in consciousness characterized by mental and physical inertness." }, { "code": "Leukemia secondary to oncology chemotherapy", "display": "Leukemia secondary to oncology chemotherapy", "definition": "A disorder characterized by leukemia arising as a result of the mutagenic effect of chemotherapy agents." }, { "code": "Leukocytosis", "display": "Leukocytosis", "definition": "A disorder characterized by laboratory test results that indicate an increased number of white blood cells in the blood." }, { "code": "Leukoencephalopathy", "display": "Leukoencephalopathy", "definition": "A disorder characterized by diffuse reactive astrocytosis with multiple areas of necrotic foci without inflammation." }, { "code": "Libido decreased", "display": "Libido decreased", "definition": "A disorder characterized by a decrease in sexual desire." }, { "code": "Libido increased", "display": "Libido increased", "definition": "A disorder characterized by an increase in sexual desire." }, { "code": "Lip infection", "display": "Lip infection", "definition": "A disorder characterized by an infectious process involving the lips." }, { "code": "Lip pain", "display": "Lip pain", "definition": "A disorder characterized by a sensation of marked discomfort of the lip." }, { "code": "Lipase increased", "display": "Lipase increased", "definition": "A finding based on laboratory test results that indicate an increase in the level of lipase in a biological specimen." }, { "code": "Lipohypertrophy", "display": "Lipohypertrophy", "definition": "A disorder characterized by hypertrophy of the subcutaneous adipose tissue at the site of multiple subcutaneous injections of insulin." }, { "code": "Localized edema", "display": "Localized edema", "definition": "A disorder characterized by swelling due to excessive fluid accumulation at a specific anatomic site." }, { "code": "Lordosis", "display": "Lordosis", "definition": "A disorder characterized by an abnormal increase in the curvature of the lumbar portion of the spine." }, { "code": "Lower gastrointestinal hemorrhage", "display": "Lower gastrointestinal hemorrhage", "definition": "A disorder characterized by bleeding from the lower gastrointestinal tract (small intestine, large intestine, and anus)." }, { "code": "Lung infection", "display": "Lung infection", "definition": "A disorder characterized by an infectious process involving the lungs." }, { "code": "Lymph gland infection", "display": "Lymph gland infection", "definition": "A disorder characterized by an infectious process involving the lymph nodes." }, { "code": "Lymph leakage", "display": "Lymph leakage", "definition": "A disorder characterized by the loss of lymph fluid into the surrounding tissue or body cavity." }, { "code": "Lymph node pain", "display": "Lymph node pain", "definition": "A disorder characterized by a sensation of marked discomfort in a lymph node." }, { "code": "Lymphedema", "display": "Lymphedema", "definition": "A disorder characterized by excessive fluid collection in tissues that causes swelling." }, { "code": "Lymphocele", "display": "Lymphocele", "definition": "A disorder characterized by a cystic lesion containing lymph." }, { "code": "Lymphocyte count decreased", "display": "Lymphocyte count decreased", "definition": "A finding based on laboratory test results that indicate a decrease in number of lymphocytes in a blood specimen." }, { "code": "Lymphocyte count increased", "display": "Lymphocyte count increased", "definition": "A finding based on laboratory test results that indicate an abnormal increase in the number of lymphocytes in the blood, effusions or bone marrow." }, { "code": "Malabsorption", "display": "Malabsorption", "definition": "A disorder characterized by inadequate absorption of nutrients in the small intestine. Symptoms include abdominal marked discomfort, bloating and diarrhea." }, { "code": "Malaise", "display": "Malaise", "definition": "A disorder characterized by a feeling of general discomfort or uneasiness, an out-of-sorts feeling." }, { "code": "Mania", "display": "Mania", "definition": "A disorder characterized by excitement of psychotic proportions manifested by mental and physical hyperactivity, disorganization of behavior and elevation of mood." }, { "code": "Mediastinal hemorrhage", "display": "Mediastinal hemorrhage", "definition": "A disorder characterized by bleeding from the mediastinum." }, { "code": "Mediastinal infection", "display": "Mediastinal infection", "definition": "A disorder characterized by an infectious process involving the mediastinum." }, { "code": "Memory impairment", "display": "Memory impairment", "definition": "A disorder characterized by a deterioration in memory function." }, { "code": "Meningismus", "display": "Meningismus", "definition": "A disorder characterized by neck stiffness, headache, and photophobia resulting from irritation of the cerebral meninges." }, { "code": "Meningitis", "display": "Meningitis", "definition": "A disorder characterized by acute inflammation of the meninges of the brain and/or spinal cord." }, { "code": "Menopause", "display": "Menopause", "definition": "A disorder characterized by the permanent cessation of menses, usually defined by 12 consecutive months of amenorrhea in a woman over 45 years of age." }, { "code": "Menorrhagia", "display": "Menorrhagia", "definition": "A disorder characterized by abnormally heavy vaginal bleeding during menses." }, { "code": "Metabolism and nutrition disorders - Other, Specify", "display": "Metabolism and nutrition disorders - Other, specify", "definition": "No Value Exists" }, { "code": "Middle ear inflammation", "display": "Middle ear inflammation", "definition": "A disorder characterized by inflammation (physiologic response to irritation), swelling and redness to the middle ear." }, { "code": "Mitral valve disease", "display": "Mitral valve disease", "definition": "A disorder characterized by a defect in mitral valve function or structure." }, { "code": "Mobitz (type) II atrioventricular block", "display": "Mobitz (type) II atrioventricular block", "definition": "A disorder characterized by a dysrhythmia with relatively constant PR interval prior to the block of an atrial impulse. This is the result of intermittent failure of atrial electrical impulse conduction through the atrioventricular (AV) node to the ventricles." }, { "code": "Mobitz type I", "display": "Mobitz type I", "definition": "A disorder characterized by a dysrhythmia with a progressively lengthening PR interval prior to the blocking of an atrial impulse. This is the result of intermittent failure of atrial electrical impulse conduction through the atrioventricular (AV) node to the ventricles." }, { "code": "Movements involuntary", "display": "Movements involuntary", "definition": "A disorder characterized by uncontrolled and purposeless movements." }, { "code": "Mucosal infection", "display": "Mucosal infection", "definition": "A disorder characterized by an infectious process involving a mucosal surface." }, { "code": "Mucositis oral", "display": "Mucositis oral", "definition": "A disorder characterized by inflammation of the oral mucosal." }, { "code": "Multi-organ failure", "display": "Multi-organ failure", "definition": "A disorder characterized by progressive deterioration of the lungs, liver, kidney and clotting mechanisms." }, { "code": "Muscle weakness left-sided", "display": "Muscle weakness left-sided", "definition": "A disorder characterized by a reduction in the strength of the muscles on the left side of the body." }, { "code": "Muscle weakness lower limb", "display": "Muscle weakness lower limb", "definition": "A disorder characterized by a reduction in the strength of the lower limb muscles." }, { "code": "Muscle weakness right-sided", "display": "Muscle weakness right-sided", "definition": "A disorder characterized by a reduction in the strength of the muscles on the right side of the body." }, { "code": "Muscle weakness trunk", "display": "Muscle weakness trunk", "definition": "A disorder characterized by a reduction in the strength of the trunk muscles." }, { "code": "Muscle weakness upper limb", "display": "Muscle weakness upper limb", "definition": "A disorder characterized by a reduction in the strength of the upper limb muscles." }, { "code": "Musculoskeletal and connective tissue disorders - Other, Specify", "display": "Musculoskeletal and connective tissue disorder - Other, specify", "definition": "No Value Exists" }, { "code": "Musculoskeletal deformity", "display": "Musculoskeletal deformity", "definition": "A disorder characterized by of a malformation of the musculoskeletal system." }, { "code": "Myalgia", "display": "Myalgia", "definition": "A disorder characterized by marked discomfort sensation originating from a muscle or group of muscles." }, { "code": "Myelitis", "display": "Myelitis", "definition": "A disorder characterized by inflammation involving the spinal cord. Symptoms include weakness, paresthesia, sensory loss, marked discomfort and incontinence." }, { "code": "Myelodysplastic syndrome", "display": "Myelodysplastic syndrome", "definition": "A disorder characterized by insufficiently healthy hematapoietic cell production by the bone marrow." }, { "code": "Myocardial infarction", "display": "Myocardial infarction", "definition": "A disorder characterized by gross necrosis of the myocardium; this is due to an interruption of blood supply to the area." }, { "code": "Myocarditis", "display": "Myocarditis", "definition": "A disorder characterized by inflammation of the muscle tissue of the heart." }, { "code": "Myositis", "display": "Myositis", "definition": "A disorder characterized by inflammation involving the skeletal muscles." }, { "code": "Nail discoloration", "display": "Nail discoloration", "definition": "A disorder characterized by a change in the color of the nail plate." }, { "code": "Nail infection", "display": "Nail infection", "definition": "A disorder characterized by an infectious process involving the nail." }, { "code": "Nail loss", "display": "Nail loss", "definition": "A disorder characterized by loss of all or a portion of the nail." }, { "code": "Nail ridging", "display": "Nail ridging", "definition": "A disorder characterized by vertical or horizontal ridges on the nails." }, { "code": "Nasal congestion", "display": "Nasal congestion", "definition": "A disorder characterized by obstruction of the nasal passage due to mucosal edema." }, { "code": "Nausea", "display": "Nausea", "definition": "A disorder characterized by a queasy sensation and/or the urge to vomit." }, { "code": "Neck edema", "display": "Neck edema", "definition": "A disorder characterized by swelling due to an accumulation of excessive fluid in the neck." }, { "code": "Neck pain", "display": "Neck pain", "definition": "A disorder characterized by marked discomfort sensation in the neck area." }, { "code": "Neck soft tissue necrosis", "display": "Neck soft tissue necrosis", "definition": "A disorder characterized by a necrotic process occurring in the soft tissues of the neck." }, { "code": "Neoplasms benign, malignant and unspecified (incl cysts and polyps) - Other, Specify", "display": "Neoplasms benign, malignant and unspecified (incl cysts and polyps) - Other, specify", "definition": "No Value Exists" }, { "code": "Nervous system disorders - Other, Specify", "display": "Nervous system disorders - Other, specify", "definition": "No Value Exists" }, { "code": "Neuralgia", "display": "Neuralgia", "definition": "A disorder characterized by intense painful sensation along a nerve or group of nerves." }, { "code": "Neutrophil count decreased", "display": "Neutrophil count decreased", "definition": "A finding based on laboratory test results that indicate a decrease in number of neutrophils in a blood specimen." }, { "code": "Night blindness", "display": "Night blindness", "definition": "A disorder characterized by an inability to see clearly in dim light." }, { "code": "Nipple deformity", "display": "Nipple deformity", "definition": "A disorder characterized by a malformation of the nipple." }, { "code": "Non-cardiac chest pain", "display": "Non-cardiac chest pain", "definition": "A disorder characterized by discomfort in the chest unrelated to a heart disorder." }, { "code": "Nystagmus", "display": "Nystagmus", "definition": "A disorder characterized by involuntary movements of the eyeballs." }, { "code": "Obesity", "display": "Obesity", "definition": "A disorder characterized by having a high amount of body fat." }, { "code": "Obstruction gastric", "display": "Obstruction gastric", "definition": "A disorder characterized by blockage of the normal flow of the contents in the stomach." }, { "code": "Oculomotor nerve disorder", "display": "Oculomotor nerve disorder", "definition": "A disorder characterized by involvement of the oculomotor nerve (third cranial nerve)." }, { "code": "Olfactory nerve disorder", "display": "Olfactory nerve disorder", "definition": "A disorder characterized by involvement of the olfactory nerve (first cranial nerve)." }, { "code": "Oligospermia", "display": "Oligospermia", "definition": "A disorder characterized by a decrease in the number of spermatozoa in the semen." }, { "code": "Optic nerve disorder", "display": "Optic nerve disorder", "definition": "A disorder characterized by involvement of the optic nerve (second cranial nerve)." }, { "code": "Oral cavity fistula", "display": "Oral cavity fistula", "definition": "A disorder characterized by an abnormal communication between the oral cavity and another organ or anatomic site." }, { "code": "Oral dysesthesia", "display": "Oral dysesthesia", "definition": "A disorder characterized by a burning or tingling sensation on the lips, tongue or entire mouth." }, { "code": "Oral hemorrhage", "display": "Oral hemorrhage", "definition": "A disorder characterized by bleeding from the mouth." }, { "code": "Oral pain", "display": "Oral pain", "definition": "A disorder characterized by a sensation of marked discomfort in the mouth, tongue or lips." }, { "code": "Osteonecrosis of jaw", "display": "Osteonecrosis of jaw", "definition": "A disorder characterized by a necrotic process occurring in the bone of the mandible." }, { "code": "Osteoporosis", "display": "Osteoporosis", "definition": "A disorder characterized by reduced bone mass, with a decrease in cortical thickness and in the number and size of the trabeculae of cancellous bone (but normal chemical composition), resulting in increased fracture incidence." }, { "code": "Otitis externa", "display": "Otitis externa", "definition": "A disorder characterized by an infectious process involving the outer ear and ear canal. Contributory factors include excessive water exposure (swimmer's ear infection) and cuts in the ear canal. Symptoms include fullness, itching, swelling and marked discomfort in the ear and ear drainage." }, { "code": "Otitis media", "display": "Otitis media", "definition": "A disorder characterized by an infectious process involving the middle ear." }, { "code": "Ovarian hemorrhage", "display": "Ovarian hemorrhage", "definition": "A disorder characterized by bleeding from the ovary." }, { "code": "Ovarian infection", "display": "Ovarian infection", "definition": "A disorder characterized by an infectious process involving the ovary." }, { "code": "Ovarian rupture", "display": "Ovarian rupture", "definition": "A disorder characterized by tearing or disruption of the ovarian tissue." }, { "code": "Ovulation pain", "display": "Ovulation pain", "definition": "A disorder characterized by marked discomfort sensation in one side of the abdomen between menstrual cycles, around the time of the discharge of the ovum from the ovarian follicle." }, { "code": "Pain", "display": "Pain", "definition": "A disorder characterized by the sensation of marked discomfort, distress or agony." }, { "code": "Pain in extremity", "display": "Pain in extremity", "definition": "A disorder characterized by marked discomfort sensation in the upper or lower extremities." }, { "code": "Pain of skin", "display": "Pain of skin", "definition": "A disorder characterized by marked discomfort sensation in the skin." }, { "code": "Palmar-plantar erythrodysesthesia syndrome", "display": "Palmar-plantar erythrodysesthesia syndrome", "definition": "A disorder characterized by redness, marked discomfort, swelling, and tingling in the palms of the hands or the soles of the feet." }, { "code": "Palpitations", "display": "Palpitations", "definition": "A disorder characterized by an unpleasant sensation of irregular and/or forceful beating of the heart." }, { "code": "Pancreas infection", "display": "Pancreas infection", "definition": "A disorder characterized by an infectious process involving the pancreas." }, { "code": "Pancreatic anastomotic leak", "display": "Pancreatic anastomotic leak", "definition": "A finding of leakage due to breakdown of a pancreatic anastomosis (surgical connection of two separate anatomic structures)." }, { "code": "Pancreatic duct stenosis", "display": "Pancreatic duct stenosis", "definition": "A disorder characterized by a narrowing of the lumen of the pancreatic duct." }, { "code": "Pancreatic enzymes decreased", "display": "Pancreatic enzymes decreased", "definition": "A finding based on laboratory test results that indicate an decrease in levels of pancreatic enzymes in a biological specimen." }, { "code": "Pancreatic fistula", "display": "Pancreatic fistula", "definition": "A disorder characterized by an abnormal communication between the pancreas and another organ or anatomic site." }, { "code": "Pancreatic hemorrhage", "display": "Pancreatic hemorrhage", "definition": "A disorder characterized by bleeding from the pancreas." }, { "code": "Pancreatic necrosis", "display": "Pancreatic necrosis", "definition": "A disorder characterized by a necrotic process occurring in the pancreas." }, { "code": "Pancreatitis", "display": "Pancreatitis", "definition": "A disorder characterized by inflammation of the pancreas." }, { "code": "Papilledema", "display": "Papilledema", "definition": "A disorder characterized by swelling around the optic disc." }, { "code": "Papulopustular rash", "display": "Papulopustular rash", "definition": "A disorder characterized by an eruption consisting of papules (a small, raised pimple) and pustules (a small pus filled blister), typically appearing in face, scalp, and upper chest and back Unlike acne, this rash does not present with whiteheads or blackheads, and can be symptomatic, with itchy or tender lesions." }, { "code": "Paresthesia", "display": "Paresthesia", "definition": "A disorder characterized by functional disturbances of sensory neurons resulting in abnormal cutaneous sensations of tingling, numbness, pressure, cold, and warmth that are experienced in the absence of a stimulus." }, { "code": "Paronychia", "display": "Paronychia", "definition": "A disorder characterized by an infectious process involving the soft tissues around the nail." }, { "code": "Paroxysmal atrial tachycardia", "display": "Paroxysmal atrial tachycardia", "definition": "A disorder characterized by a dysrhythmia with abrupt onset and sudden termination of atrial contractions with a rate of 150-250 beats per minute. The rhythm disturbance originates in the atria." }, { "code": "Pelvic floor muscle weakness", "display": "Pelvic floor muscle weakness", "definition": "A disorder characterized by a reduction in the strength of the muscles of the pelvic floor." }, { "code": "Pelvic infection", "display": "Pelvic infection", "definition": "A disorder characterized by an infectious process involving the pelvic cavity." }, { "code": "Pelvic pain", "display": "Pelvic pain", "definition": "A disorder characterized by marked discomfort sensation in the pelvis." }, { "code": "Pelvic soft tissue necrosis", "display": "Pelvic soft tissue necrosis", "definition": "A disorder characterized by a necrotic process occurring in the soft tissues of the pelvis." }, { "code": "Penile infection", "display": "Penile infection", "definition": "A disorder characterized by an infectious process involving the penis." }, { "code": "Penile pain", "display": "Penile pain", "definition": "A disorder characterized by marked discomfort sensation in the penis." }, { "code": "Perforation bile duct", "display": "Perforation bile duct", "definition": "A disorder characterized by a rupture in the wall of the extrahepatic or intrahepatic bile duct." }, { "code": "Pericardial effusion", "display": "Pericardial effusion", "definition": "A disorder characterized by fluid collection within the pericardial sac, usually due to inflammation." }, { "code": "Pericardial tamponade", "display": "Pericardial tamponade", "definition": "A disorder characterized by an increase in intrapericardial pressure due to the collection of blood or fluid in the pericardium." }, { "code": "Pericarditis", "display": "Pericarditis", "definition": "A disorder characterized by irritation to the layers of the pericardium (the protective sac around the heart)." }, { "code": "Perineal pain", "display": "Perineal pain", "definition": "A disorder characterized by a sensation of marked discomfort in the area between the genital organs and the anus." }, { "code": "Periodontal disease", "display": "Periodontal disease", "definition": "A disorder in the gingival tissue around the teeth." }, { "code": "Periorbital edema", "display": "Periorbital edema", "definition": "A disorder characterized by swelling due to an excessive accumulation of fluid around the orbits of the face." }, { "code": "Periorbital infection", "display": "Periorbital infection", "definition": "A disorder characterized by an infectious process involving the orbit of the eye." }, { "code": "Peripheral ischemia", "display": "Peripheral ischemia", "definition": "A disorder characterized by impaired circulation to an extremity." }, { "code": "Peripheral motor neuropathy", "display": "Peripheral motor neuropathy", "definition": "A disorder characterized by inflammation or degeneration of the peripheral motor nerves." }, { "code": "Peripheral nerve infection", "display": "Peripheral nerve infection", "definition": "A disorder characterized by an infectious process involving the peripheral nerves." }, { "code": "Peripheral sensory neuropathy", "display": "Peripheral sensory neuropathy", "definition": "A disorder characterized by inflammation or degeneration of the peripheral sensory nerves." }, { "code": "Peritoneal infection", "display": "Peritoneal infection", "definition": "A disorder characterized by an infectious process involving the peritoneum." }, { "code": "Peritoneal necrosis", "display": "Peritoneal necrosis", "definition": "A disorder characterized by a necrotic process occurring in the peritoneum." }, { "code": "Personality change", "display": "Personality change", "definition": "A disorder characterized by a conspicuous change in a person's behavior and thinking." }, { "code": "Phantom pain", "display": "Phantom pain", "definition": "A disorder characterized by marked discomfort related to a limb or an organ that is removed from or is not physically part of the body." }, { "code": "Pharyngeal anastomotic leak", "display": "Pharyngeal anastomotic leak", "definition": "A finding of leakage due to breakdown of a pharyngeal anastomosis (surgical connection of two separate anatomic structures)." }, { "code": "Pharyngeal fistula", "display": "Pharyngeal fistula", "definition": "A disorder characterized by an abnormal communication between the pharynx and another organ or anatomic site." }, { "code": "Pharyngeal hemorrhage", "display": "Pharyngeal hemorrhage", "definition": "A disorder characterized by bleeding from the pharynx." }, { "code": "Pharyngeal mucositis", "display": "Pharyngeal mucositis", "definition": "A disorder characterized by an inflammation involving the mucous membrane of the pharynx." }, { "code": "Pharyngeal necrosis", "display": "Pharyngeal necrosis", "definition": "A disorder characterized by a necrotic process occurring in the pharynx." }, { "code": "Pharyngeal stenosis", "display": "Pharyngeal stenosis", "definition": "A disorder characterized by a narrowing of the pharyngeal airway." }, { "code": "Pharyngitis", "display": "Pharyngitis", "definition": "A disorder characterized by inflammation of the throat." }, { "code": "Pharyngolaryngeal pain", "display": "Pharyngolaryngeal pain", "definition": "A disorder characterized by marked discomfort sensation in the pharyngolaryngeal region." }, { "code": "Phlebitis", "display": "Phlebitis", "definition": "A disorder characterized by inflammation of the wall of a vein." }, { "code": "Phlebitis infective", "display": "Phlebitis infective", "definition": "A disorder characterized by an infectious process involving the vein. Clinical manifestations include erythema, marked discomfort, swelling, and induration along the course of the infected vein." }, { "code": "Photophobia", "display": "Photophobia", "definition": "A disorder characterized by fear and avoidance of light." }, { "code": "Photosensitivity", "display": "Photosensitivity", "definition": "A disorder characterized by an increase in sensitivity of the skin to light." }, { "code": "Platelet count decreased", "display": "Platelet count decreased", "definition": "A finding based on laboratory test results that indicate a decrease in number of platelets in a blood specimen." }, { "code": "Pleural effusion", "display": "Pleural effusion", "definition": "A disorder characterized by an increase in amounts of fluid within the pleural cavity. Symptoms include shortness of breath, cough and marked chest discomfort." }, { "code": "Pleural hemorrhage", "display": "Pleural hemorrhage", "definition": "A disorder characterized by bleeding from the pleural cavity." }, { "code": "Pleural infection", "display": "Pleural infection", "definition": "A disorder characterized by an infectious process involving the pleura." }, { "code": "Pleuritic pain", "display": "Pleuritic pain", "definition": "A disorder characterized by marked discomfort sensation in the pleura." }, { "code": "Pneumonitis", "display": "Pneumonitis", "definition": "A disorder characterized by inflammation focally or diffusely affecting the lung parenchyma." }, { "code": "Pneumothorax", "display": "Pneumothorax", "definition": "A disorder characterized by abnormal presence of air in the pleural cavity resulting in the collapse of the lung." }, { "code": "Portal hypertension", "display": "Portal hypertension", "definition": "A disorder characterized by an increase in blood pressure in the portal venous system." }, { "code": "Portal vein thrombosis", "display": "Portal vein thrombosis", "definition": "A disorder characterized by the formation of a thrombus (blood clot) in the portal vein." }, { "code": "Postnasal drip", "display": "Postnasal drip", "definition": "A disorder characterized by excessive mucous secretion in the back of the nasal cavity or throat, causing sore throat and/or coughing." }, { "code": "Postoperative hemorrhage", "display": "Postoperative hemorrhage", "definition": "A finding of bleeding occurring after a surgical procedure." }, { "code": "Postoperative thoracic procedure complication", "display": "Postoperative thoracic procedure complication", "definition": "A finding of a previously undocumented problem that occurs after a thoracic procedure." }, { "code": "Precocious puberty", "display": "Precocious puberty", "definition": "A disorder characterized by unusually early development of secondary sexual features; the onset of sexual maturation begins usually before age 8 for girls and before age 9 for boys." }, { "code": "Pregnancy, puerperium and perinatal conditions - Other, Specify", "display": "Pregnancy, puerperium and perinatal conditions - Other, specify", "definition": "No Value Exists" }, { "code": "Premature delivery", "display": "Premature delivery", "definition": "A disorder characterized by delivery of a viable infant before the normal end of gestation. Typically, viability is achievable between the twentieth and thirty-seventh week of gestation." }, { "code": "Premature menopause", "display": "Premature menopause", "definition": "A disorder characterized by ovarian failure before the age of 40. Symptoms include hot flashes, night sweats, mood swings and a decrease in sex drive." }, { "code": "Presyncope", "display": "Presyncope", "definition": "A disorder characterized by an episode of lightheadedness and dizziness which may precede an episode of syncope." }, { "code": "Proctitis", "display": "Proctitis", "definition": "A disorder characterized by inflammation of the rectum." }, { "code": "Productive cough", "display": "Productive cough", "definition": "A disorder characterized by expectorated secretions upon coughing." }, { "code": "Prolapse of intestinal stoma", "display": "Prolapse of intestinal stoma", "definition": "A finding of protrusion of the intestinal stoma (surgically created opening on the surface of the body) above the abdominal surface." }, { "code": "Prolapse of urostomy", "display": "Prolapse of urostomy", "definition": "A finding of displacement of the urostomy." }, { "code": "Prostate infection", "display": "Prostate infection", "definition": "A disorder characterized by an infectious process involving the prostate gland." }, { "code": "Prostatic hemorrhage", "display": "Prostatic hemorrhage", "definition": "A disorder characterized by bleeding from the prostate gland." }, { "code": "Prostatic obstruction", "display": "Prostatic obstruction", "definition": "A disorder characterized by compression of the urethra secondary to enlargement of the prostate gland. This results in voiding difficulties (straining to void, slow urine stream, and incomplete emptying of the bladder)." }, { "code": "Prostatic pain", "display": "Prostatic pain", "definition": "A disorder characterized by a sensation of marked discomfort in the prostate gland." }, { "code": "Proteinuria", "display": "Proteinuria", "definition": "A disorder characterized by laboratory test results that indicate the presence of excessive protein in the urine. It is predominantly albumin, but also globulin." }, { "code": "Pruritus", "display": "Pruritus", "definition": "A disorder characterized by an intense itching sensation." }, { "code": "Psychiatric disorders - Other, Specify", "display": "Psychiatric disorders - Other, specify", "definition": "No Value Exists" }, { "code": "Psychosis", "display": "Psychosis", "definition": "A disorder characterized by personality change, impaired functioning, and loss of touch with reality. It may be a manifestation of schizophrenia, bipolar disorder or brain tumor." }, { "code": "Pulmonary edema", "display": "Pulmonary edema", "definition": "A disorder characterized by accumulation of fluid in the lung tissues that causes a disturbance of the gas exchange that may lead to respiratory failure." }, { "code": "Pulmonary fibrosis", "display": "Pulmonary fibrosis", "definition": "A disorder characterized by the replacement of the lung tissue by connective tissue, leading to progressive dyspnea, respiratory failure or right heart failure." }, { "code": "Pulmonary fistula", "display": "Pulmonary fistula", "definition": "A disorder characterized by an abnormal communication between the lung and another organ or anatomic site." }, { "code": "Pulmonary hypertension", "display": "Pulmonary hypertension", "definition": "A disorder characterized by an increase in pressure within the pulmonary circulation due to lung or heart disorder." }, { "code": "Pulmonary valve disease", "display": "Pulmonary valve disease", "definition": "A disorder characterized by a defect in pulmonary valve function or structure." }, { "code": "Purpura", "display": "Purpura", "definition": "A disorder characterized by hemorrhagic areas of the skin and mucous membrane. Newer lesions appear reddish in color. Older lesions are usually a darker purple color and eventually become a brownish-yellow color." }, { "code": "Pyramidal tract syndrome", "display": "Pyramidal tract syndrome", "definition": "A disorder characterized by dysfunction of the corticospinal (pyramidal) tracts of the spinal cord. Symptoms include an increase in the muscle tone in the lower extremities, hyperreflexia, positive Babinski and a decrease in fine motor coordination." }, { "code": "Radiation recall reaction (dermatologic)", "display": "Radiation recall reaction (dermatologic)", "definition": "A finding of acute skin inflammatory reaction caused by drugs, especially chemotherapeutic agents, for weeks or months following radiotherapy. The inflammatory reaction is confined to the previously irradiated skin and the symptoms disappear after the removal of the pharmaceutical agent." }, { "code": "Radiculitis", "display": "Radiculitis", "definition": "A disorder characterized by inflammation involving a nerve root. Patients experience marked discomfort radiating along a nerve path because of spinal pressure on the connecting nerve root." }, { "code": "Rash acneiform", "display": "Rash acneiform", "definition": "A disorder characterized by an eruption of papules and pustules, typically appearing in face, scalp, upper chest and back." }, { "code": "Rash maculo-papular", "display": "Rash maculo-papular", "definition": "A disorder characterized by the presence of macules (flat) and papules (elevated). Also known as morbillform rash, it is one of the most common cutaneous adverse events, frequently affecting the upper trunk, spreading centripetally and associated with pruritus." }, { "code": "Rash pustular", "display": "Rash pustular", "definition": "A disorder characterized by a circumscribed and elevated skin lesion filled with pus." }, { "code": "Rectal anastomotic leak", "display": "Rectal anastomotic leak", "definition": "A finding of leakage due to breakdown of a rectal anastomosis (surgical connection of two separate anatomic structures)." }, { "code": "Rectal fistula", "display": "Rectal fistula", "definition": "A disorder characterized by an abnormal communication between the rectum and another organ or anatomic site." }, { "code": "Rectal hemorrhage", "display": "Rectal hemorrhage", "definition": "A disorder characterized by bleeding from the rectal wall and discharged from the anus." }, { "code": "Rectal mucositis", "display": "Rectal mucositis", "definition": "A disorder characterized by inflammation of the mucous membrane of the rectum." }, { "code": "Rectal necrosis", "display": "Rectal necrosis", "definition": "A disorder characterized by a necrotic process occurring in the rectal wall." }, { "code": "Rectal obstruction", "display": "Rectal obstruction", "definition": "A disorder characterized by blockage of the normal flow of the intestinal contents in the rectum." }, { "code": "Rectal pain", "display": "Rectal pain", "definition": "A disorder characterized by a sensation of marked discomfort in the rectal region." }, { "code": "Rectal perforation", "display": "Rectal perforation", "definition": "A disorder characterized by a rupture in the rectal wall." }, { "code": "Rectal stenosis", "display": "Rectal stenosis", "definition": "A disorder characterized by a narrowing of the lumen of the rectum." }, { "code": "Rectal ulcer", "display": "Rectal ulcer", "definition": "A disorder characterized by a circumscribed, inflammatory and necrotic erosive lesion on the mucosal surface of the rectum." }, { "code": "Recurrent laryngeal nerve palsy", "display": "Recurrent laryngeal nerve palsy", "definition": "A disorder characterized by paralysis of the recurrent laryngeal nerve." }, { "code": "Renal and urinary disorders - Other, Specify", "display": "Renal and urinary disorders - Other, specify", "definition": "No Value Exists" }, { "code": "Renal calculi", "display": "Renal calculi", "definition": "A disorder characterized by the formation of crystals in the pelvis of the kidney." }, { "code": "Renal colic", "display": "Renal colic", "definition": "A disorder characterized by paroxysmal and severe flank marked discomfort radiating to the inguinal area. Often, the cause is the passage of kidney stones." }, { "code": "Renal hemorrhage", "display": "Renal hemorrhage", "definition": "A disorder characterized by bleeding from the kidney." }, { "code": "Reproductive system and breast disorders - Other, Specify", "display": "Reproductive system and breast disorders - Other, specify", "definition": "No Value Exists" }, { "code": "Respiratory failure", "display": "Respiratory failure", "definition": "A disorder characterized by impaired gas exchange by the respiratory system resulting in hypoxemia and a decrease in oxygenation of the tissues that may be associated with an increase in arterial levels of carbon dioxide." }, { "code": "Respiratory, thoracic and mediastinal disorders - Other, Specify", "display": "Respiratory, thoracic and mediastinal disorders - Other, specify", "definition": "No Value Exists" }, { "code": "Restlessness", "display": "Restlessness", "definition": "A disorder characterized by an inability to rest, relax or be still." }, { "code": "Restrictive cardiomyopathy", "display": "Restrictive cardiomyopathy", "definition": "A disorder characterized by an inability of the ventricles to fill with blood because the myocardium (heart muscle) stiffens and loses its flexibility." }, { "code": "Retinal detachment", "display": "Retinal detachment", "definition": "A disorder characterized by the separation of the inner retina layers from the underlying pigment epithelium." }, { "code": "Retinal tear", "display": "Retinal tear", "definition": "A disorder characterized by a small laceration of the retina, this occurs when the vitreous separates from the retina. Symptoms include flashes and floaters." }, { "code": "Retinal vascular disorder", "display": "Retinal vascular disorder", "definition": "A disorder characterized by pathological retinal blood vessels that adversely affects vision." }, { "code": "Retinoic acid syndrome", "display": "Retinoic acid syndrome", "definition": "A disorder characterized by weight gain, dyspnea, pleural and pericardial effusions, leukocytosis and/or renal failure originally described in patients treated with all-trans retinoic acid." }, { "code": "Retinopathy", "display": "Retinopathy", "definition": "A disorder involving the retina." }, { "code": "Retroperitoneal hemorrhage", "display": "Retroperitoneal hemorrhage", "definition": "A disorder characterized by bleeding from the retroperitoneal area." }, { "code": "Reversible posterior leukoencephalopathy syndrome", "display": "Reversible posterior leukoencephalopathy syndrome", "definition": "A disorder characterized by headaches, mental status changes, visual disturbances, and seizures associated with imaging findings of posterior leukoencephalopathy. It has been observed in association with hypertensive encephalopathy, eclampsia, and immunosuppressive and cytotoxic drug treatment. It is an acute or subacute reversible condition." }, { "code": "Rhinitis infective", "display": "Rhinitis infective", "definition": "A disorder characterized by an infectious process involving the nasal mucosal." }, { "code": "Right ventricular dysfunction", "display": "Right ventricular dysfunction", "definition": "A disorder characterized by impairment of right ventricular function associated with low ejection fraction and a decrease in motility of the right ventricular wall." }, { "code": "Salivary duct inflammation", "display": "Salivary duct inflammation", "definition": "A disorder characterized by inflammation of the salivary duct." }, { "code": "Salivary gland fistula", "display": "Salivary gland fistula", "definition": "A disorder characterized by an abnormal communication between a salivary gland and another organ or anatomic site." }, { "code": "Salivary gland infection", "display": "Salivary gland infection", "definition": "A disorder characterized by an infectious process involving the salivary gland." }, { "code": "Scalp pain", "display": "Scalp pain", "definition": "A disorder characterized by marked discomfort sensation in the skin covering the top and the back of the head." }, { "code": "Scleral disorder", "display": "Scleral disorder", "definition": "A disorder characterized by involvement of the sclera of the eye." }, { "code": "Scoliosis", "display": "Scoliosis", "definition": "A disorder characterized by a malformed, lateral curvature of the spine." }, { "code": "Scrotal infection", "display": "Scrotal infection", "definition": "A disorder characterized by an infectious process involving the scrotum." }, { "code": "Scrotal pain", "display": "Scrotal pain", "definition": "A disorder characterized by marked discomfort sensation in the scrotal area." }, { "code": "Seizure", "display": "Seizure", "definition": "A disorder characterized by a sudden, involuntary skeletal muscular contractions of cerebral or brain stem origin." }, { "code": "Sepsis", "display": "Sepsis", "definition": "A disorder characterized by the presence of pathogenic microorganisms in the blood stream that cause a rapidly progressing systemic reaction that may lead to shock." }, { "code": "Seroma", "display": "Seroma", "definition": "A finding of tumor-like collection of serum in the tissues." }, { "code": "Serum amylase increased", "display": "Serum amylase increased", "definition": "A finding based on laboratory test results that indicate an increase in the levels of amylase in a serum specimen." }, { "code": "Serum sickness", "display": "Serum sickness", "definition": "A disorder characterized by a delayed-type hypersensitivity reaction to foreign proteins derived from an animal serum. It occurs approximately six to twenty-one days following the administration of the foreign antigen. Symptoms include fever, arthralgias, myalgias, skin eruptions, lymphadenopathy, chest marked discomfort and dyspnea." }, { "code": "Sick sinus syndrome", "display": "Sick sinus syndrome", "definition": "A disorder characterized by a dysrhythmia with alternating periods of bradycardia and atrial tachycardia accompanied by syncope, fatigue and dizziness." }, { "code": "Sinus bradycardia", "display": "Sinus bradycardia", "definition": "A disorder characterized by a dysrhythmia with a heart rate less than 60 beats per minute that originates in the sinus node." }, { "code": "Sinus disorder", "display": "Sinus disorder", "definition": "A disorder characterized by involvement of the paranasal sinuses." }, { "code": "Sinus pain", "display": "Sinus pain", "definition": "A disorder characterized by marked discomfort in the face, between the eyes, or upper teeth originating from the sinuses." }, { "code": "Sinus tachycardia", "display": "Sinus tachycardia", "definition": "A disorder characterized by a dysrhythmia with a heart rate greater than 100 beats per minute that originates in the sinus node." }, { "code": "Sinusitis", "display": "Sinusitis", "definition": "A disorder characterized by an infectious process involving the mucous membranes of the paranasal sinuses." }, { "code": "Skin and subcutaneous tissue disorders - Other, Specify", "display": "Skin and subcutaneous tissue disorders - Other, specify", "definition": "No Value Exists" }, { "code": "Skin atrophy", "display": "Skin atrophy", "definition": "A disorder characterized by the degeneration and thinning of the epidermis and dermis." }, { "code": "Skin hyperpigmentation", "display": "Skin hyperpigmentation", "definition": "A disorder characterized by darkening of the skin due to excessive melanin deposition." }, { "code": "Skin hypopigmentation", "display": "Skin hypopigmentation", "definition": "A disorder characterized by loss of skin pigment." }, { "code": "Skin induration", "display": "Skin induration", "definition": "A disorder characterized by an area of hardness in the skin." }, { "code": "Skin infection", "display": "Skin infection", "definition": "A disorder characterized by an infectious process involving the skin." }, { "code": "Skin ulceration", "display": "Skin ulceration", "definition": "A disorder characterized by circumscribed, inflammatory and necrotic erosive lesion on the skin." }, { "code": "Sleep apnea", "display": "Sleep apnea", "definition": "A disorder characterized by cessation of breathing for short periods during sleep." }, { "code": "Small intestinal anastomotic leak", "display": "Small intestinal anastomotic leak", "definition": "A finding of leakage due to breakdown of an anastomosis (surgical connection of two separate anatomic structures) in the small bowel." }, { "code": "Small intestinal mucositis", "display": "Small intestinal mucositis", "definition": "A disorder characterized by inflammation of the mucous membrane of the small intestine." }, { "code": "Small intestinal obstruction", "display": "Small intestinal obstruction", "definition": "A disorder characterized by blockage of the normal flow of the intestinal contents." }, { "code": "Small intestinal perforation", "display": "Small intestinal perforation", "definition": "A disorder characterized by a rupture in the small intestine wall." }, { "code": "Small intestinal stenosis", "display": "Small intestinal stenosis", "definition": "A disorder characterized by a narrowing of the lumen of the small intestine." }, { "code": "Small intestine infection", "display": "Small intestine infection", "definition": "A disorder characterized by an infectious process involving the small intestine." }, { "code": "Small intestine ulcer", "display": "Small intestine ulcer", "definition": "A disorder characterized by a circumscribed, inflammatory and necrotic erosive lesion on the mucosal surface of the small intestine." }, { "code": "Sneezing", "display": "Sneezing", "definition": "A disorder characterized by the involuntary expulsion of air from the nose." }, { "code": "Social circumstances - Other, Specify", "display": "Social circumstances - Other, specify", "definition": "No Value Exists" }, { "code": "Soft tissue infection", "display": "Soft tissue infection", "definition": "A disorder characterized by an infectious process involving soft tissues." }, { "code": "Soft tissue necrosis lower limb", "display": "Soft tissue necrosis lower limb", "definition": "A disorder characterized by a necrotic process occurring in the soft tissues of the lower extremity." }, { "code": "Soft tissue necrosis upper limb", "display": "Soft tissue necrosis upper limb", "definition": "A disorder characterized by a necrotic process occurring in the soft tissues of the upper extremity." }, { "code": "Somnolence", "display": "Somnolence", "definition": "A disorder characterized by characterized by excessive sleepiness and drowsiness." }, { "code": "Sore throat", "display": "Sore throat", "definition": "A disorder characterized by of marked discomfort in the throat" }, { "code": "Spasticity", "display": "Spasticity", "definition": "A disorder characterized by increased involuntary muscle tone that affects the regions interfering with voluntary movement. It results in gait, movement, and speech disturbances." }, { "code": "Spermatic cord anastomotic leak", "display": "Spermatic cord anastomotic leak", "definition": "A finding of leakage due to breakdown of a spermatic cord anastomosis (surgical connection of two separate anatomic structures)." }, { "code": "Spermatic cord hemorrhage", "display": "Spermatic cord hemorrhage", "definition": "A disorder characterized by bleeding from the spermatic cord." }, { "code": "Spermatic cord obstruction", "display": "Spermatic cord obstruction", "definition": "A disorder characterized by blockage of the normal flow of the contents of the spermatic cord." }, { "code": "Spinal fracture", "display": "Spinal fracture", "definition": "A finding of traumatic injury to the spine in which the continuity of a vertebral bone is broken." }, { "code": "Spleen disorder", "display": "Spleen disorder", "definition": "A disorder of the spleen." }, { "code": "Splenic infection", "display": "Splenic infection", "definition": "A disorder characterized by an infectious process involving the spleen." }, { "code": "Stenosis of gastrointestinal stoma", "display": "Stenosis of gastrointestinal stoma", "definition": "A finding of narrowing of the gastrointestinal stoma (surgically created opening on the surface of the body)." }, { "code": "Stevens-Johnson syndrome", "display": "Stevens-Johnson syndrome", "definition": "A disorder characterized by less than 10% total body skin area separation of dermis. The syndrome is thought to be a hypersensitivity complex affecting the skin and the mucous membranes." }, { "code": "Stoma site infection", "display": "Stoma site infection", "definition": "A disorder characterized by an infectious process involving a stoma (surgically created opening on the surface of the body)." }, { "code": "Stomach pain", "display": "Stomach pain", "definition": "A disorder characterized by a sensation of marked discomfort in the stomach." }, { "code": "Stomal ulcer", "display": "Stomal ulcer", "definition": "A disorder characterized by a circumscribed, inflammatory and necrotic erosive lesion on the jejunal mucosal surface close to the anastomosis site following a gastroenterostomy procedure." }, { "code": "Stridor", "display": "Stridor", "definition": "A disorder characterized by a high pitched breathing sound due to laryngeal or upper airway obstruction." }, { "code": "Stroke", "display": "Stroke", "definition": "A disorder characterized by a sudden loss of sensory function due to an intracranial vascular event." }, { "code": "Sudden death NOS", "display": "Sudden death NOS", "definition": "An unexpected cessation of life that cannot be attributed to a CTCAE term associated with Grade 5." }, { "code": "Suicidal ideation", "display": "Suicidal ideation", "definition": "A disorder characterized by thoughts of taking one's own life." }, { "code": "Suicide attempt", "display": "Suicide attempt", "definition": "A disorder characterized by self-inflicted harm in an attempt to end one's own life." }, { "code": "Superficial soft tissue fibrosis", "display": "Superficial soft tissue fibrosis", "definition": "A disorder characterized by fibrotic degeneration of the superficial soft tissues." }, { "code": "Superficial thrombophlebitis", "display": "Superficial thrombophlebitis", "definition": "A disorder characterized by a blood clot and inflammation involving a superficial vein of the extremities." }, { "code": "Superior vena cava syndrome", "display": "Superior vena cava syndrome", "definition": "A disorder characterized by obstruction of the blood flow in the superior vena cava. Signs and symptoms include swelling and cyanosis of the face, neck, and upper arms, cough, orthopnea and headache." }, { "code": "Supraventricular tachycardia", "display": "Supraventricular tachycardia", "definition": "A disorder characterized by a dysrhythmia with a heart rate greater than 100 beats per minute that originates above the ventricles." }, { "code": "Surgical and medical procedures - Other, Specify", "display": "Surgical and medical procedures - Other, specify", "definition": "No Value Exists" }, { "code": "Syncope", "display": "Syncope", "definition": "A disorder characterized by spontaneous loss of consciousness caused by insufficient blood supply to the brain." }, { "code": "Telangiectasia", "display": "Telangiectasia", "definition": "A disorder characterized by local dilatation of small vessels resulting in red discoloration of the skin or mucous membranes." }, { "code": "Testicular disorder", "display": "Testicular disorder", "definition": "A disorder characterized by involvement of the testis." }, { "code": "Testicular hemorrhage", "display": "Testicular hemorrhage", "definition": "A disorder characterized by bleeding from the testis." }, { "code": "Testicular pain", "display": "Testicular pain", "definition": "A disorder characterized by a sensation of marked discomfort in the testis." }, { "code": "Thromboembolic event", "display": "Thromboembolic event", "definition": "A disorder characterized by occlusion of a vessel by a thrombus that has migrated from a distal site via the blood stream." }, { "code": "Thrombotic thrombocytopenic purpura", "display": "Thrombotic thrombocytopenic purpura", "definition": "A disorder characterized by the presence of microangiopathic hemolytic anemia, thrombocytopenic purpura, fever, renal abnormalities and neurological abnormalities such as seizures, hemiplegia, and visual disturbances. It is an acute or subacute condition." }, { "code": "Tinnitus", "display": "Tinnitus", "definition": "A disorder characterized by noise in the ears, such as ringing, buzzing, roaring or clicking." }, { "code": "Tooth development disorder", "display": "Tooth development disorder", "definition": "A disorder characterized by a pathological process of the teeth occurring during tooth development." }, { "code": "Tooth discoloration", "display": "Tooth discoloration", "definition": "A disorder characterized by a change in tooth hue or tint." }, { "code": "Tooth infection", "display": "Tooth infection", "definition": "A disorder characterized by an infectious process involving a tooth." }, { "code": "Toothache", "display": "Toothache", "definition": "A disorder characterized by a sensation of marked discomfort in the tooth." }, { "code": "Toxic epidermal necrolysis", "display": "Toxic epidermal necrolysis", "definition": "A disorder characterized by greater than 30% total body skin area separation of dermis. The syndrome is thought to be a hypersensitivity complex affecting the skin and the mucous membranes." }, { "code": "Tracheal fistula", "display": "Tracheal fistula", "definition": "A disorder characterized by an abnormal communication between the trachea and another organ or anatomic site." }, { "code": "Tracheal hemorrhage", "display": "Tracheal hemorrhage", "definition": "A finding of bleeding from the trachea." }, { "code": "Tracheal mucositis", "display": "Tracheal mucositis", "definition": "A disorder characterized by an inflammation involving the mucous membrane of the trachea." }, { "code": "Tracheal obstruction", "display": "Tracheal obstruction", "definition": "A finding of blockage of the lumen of the trachea." }, { "code": "Tracheal stenosis", "display": "Tracheal stenosis", "definition": "A disorder characterized by a narrowing of the trachea." }, { "code": "Tracheitis", "display": "Tracheitis", "definition": "A disorder characterized by an infectious process involving the trachea." }, { "code": "Tracheostomy site bleeding", "display": "Tracheostomy site bleeding", "definition": "A finding of blood leakage from the tracheostomy site." }, { "code": "Transient ischemic attacks", "display": "Transient ischemic attacks", "definition": "A disorder characterized by a brief attack (less than 24 hours) of cerebral dysfunction of vascular origin, with no persistent neurological deficit." }, { "code": "Treatment related secondary malignancy", "display": "Treatment related secondary malignancy", "definition": "A disorder characterized by development of a malignancy most probably as a result of treatment for a previously existing malignancy." }, { "code": "Tremor", "display": "Tremor", "definition": "A disorder characterized by the uncontrolled shaking movement of the whole body or individual parts." }, { "code": "Tricuspid valve disease", "display": "Tricuspid valve disease", "definition": "A disorder characterized by a defect in tricuspid valve function or structure." }, { "code": "Trigeminal nerve disorder", "display": "Trigeminal nerve disorder", "definition": "A disorder characterized by involvement of the trigeminal nerve (fifth cranial nerve)." }, { "code": "Trismus", "display": "Trismus", "definition": "A disorder characterized by lack of ability to open the mouth fully due to a decrease in the range of motion of the muscles of mastication." }, { "code": "Tumor lysis syndrome", "display": "Tumor lysis syndrome", "definition": "A disorder characterized by metabolic abnormalities that result from a spontaneous or therapy-related cytolysis of tumor cells." }, { "code": "Tumor pain", "display": "Tumor pain", "definition": "A disorder characterized by marked discomfort from a neoplasm that may be pressing on a nerve, blocking blood vessels, inflamed or fractured from metastasis." }, { "code": "Typhlitis", "display": "Typhlitis", "definition": "A disorder characterized by inflammation of the cecum." }, { "code": "Unequal limb length", "display": "Unequal limb length", "definition": "A disorder characterized by of a discrepancy between the lengths of the lower or upper extremities." }, { "code": "Unintended pregnancy", "display": "Unintended pregnancy", "definition": "A disorder characterized by an unexpected pregnancy at the time of conception." }, { "code": "Upper gastrointestinal hemorrhage", "display": "Upper gastrointestinal hemorrhage", "definition": "A disorder characterized by bleeding from the upper gastrointestinal tract (oral cavity, pharynx, esophagus, and stomach)." }, { "code": "Upper respiratory infection", "display": "Upper respiratory infection", "definition": "A disorder characterized by an infectious process involving the upper respiratory tract (nose, paranasal sinuses, pharynx, larynx, or trachea)." }, { "code": "Ureteric anastomotic leak", "display": "Ureteric anastomotic leak", "definition": "A finding of leakage due to breakdown of a ureteral anastomosis (surgical connection of two separate anatomic structures)." }, { "code": "Urethral anastomotic leak", "display": "Urethral anastomotic leak", "definition": "A finding of leakage due to breakdown of a urethral anastomosis (surgical connection of two separate anatomic structures)." }, { "code": "Urethral infection", "display": "Urethral infection", "definition": "A disorder characterized by an infectious process involving the urethra." }, { "code": "Urinary fistula", "display": "Urinary fistula", "definition": "A disorder characterized by an abnormal communication between any part of the urinary system and another organ or anatomic site." }, { "code": "Urinary frequency", "display": "Urinary frequency", "definition": "A disorder characterized by urination at short intervals." }, { "code": "Urinary incontinence", "display": "Urinary incontinence", "definition": "A disorder characterized by inability to control the flow of urine from the bladder." }, { "code": "Urinary retention", "display": "Urinary retention", "definition": "A disorder characterized by accumulation of urine within the bladder because of the inability to urinate." }, { "code": "Urinary tract infection", "display": "Urinary tract infection", "definition": "A disorder characterized by an infectious process involving the urinary tract, most commonly the bladder and the urethra." }, { "code": "Urinary tract obstruction", "display": "Urinary tract obstruction", "definition": "A disorder characterized by blockage of the normal flow of contents of the urinary tract." }, { "code": "Urinary tract pain", "display": "Urinary tract pain", "definition": "A disorder characterized by a sensation of marked discomfort in the urinary tract." }, { "code": "Urinary urgency", "display": "Urinary urgency", "definition": "A disorder characterized by a sudden compelling urge to urinate." }, { "code": "Urine discoloration", "display": "Urine discoloration", "definition": "A disorder characterized by a change in the color of the urine." }, { "code": "Urine output decreased", "display": "Urine output decreased", "definition": "A finding based on test results that indicate urine production is less relative to previous output." }, { "code": "Urostomy leak", "display": "Urostomy leak", "definition": "A finding of leakage of contents from a urostomy." }, { "code": "Urostomy obstruction", "display": "Urostomy obstruction", "definition": "A finding of blockage of the urostomy." }, { "code": "Urostomy site bleeding", "display": "Urostomy site bleeding", "definition": "A finding of bleeding from the urostomy site." }, { "code": "Urostomy stenosis", "display": "Urostomy stenosis", "definition": "A finding of narrowing of the opening of a urostomy." }, { "code": "Urticaria", "display": "Urticaria", "definition": "A disorder characterized by an itchy skin eruption characterized by wheals with pale interiors and well-defined red margins." }, { "code": "Uterine anastomotic leak", "display": "Uterine anastomotic leak", "definition": "A finding of leakage due to breakdown of a uterine anastomosis (surgical connection of two separate anatomic structures)." }, { "code": "Uterine fistula", "display": "Uterine fistula", "definition": "A disorder characterized by an abnormal communication between the uterus and another organ or anatomic site." }, { "code": "Uterine hemorrhage", "display": "Uterine hemorrhage", "definition": "A disorder characterized by bleeding from the uterus." }, { "code": "Uterine infection", "display": "Uterine infection", "definition": "A disorder characterized by an infectious process involving the endometrium. It may extend to the myometrium and parametrial tissues." }, { "code": "Uterine obstruction", "display": "Uterine obstruction", "definition": "A disorder characterized by blockage of the uterine outlet." }, { "code": "Uterine pain", "display": "Uterine pain", "definition": "A disorder characterized by a sensation of marked discomfort in the uterus." }, { "code": "Uterine perforation", "display": "Uterine perforation", "definition": "A disorder characterized by a rupture in the uterine wall." }, { "code": "Uveitis", "display": "Uveitis", "definition": "A disorder characterized by inflammation to the uvea of the eye." }, { "code": "Vaginal anastomotic leak", "display": "Vaginal anastomotic leak", "definition": "A finding of leakage due to breakdown of a vaginal anastomosis (surgical connection of two separate anatomic structures)." }, { "code": "Vaginal discharge", "display": "Vaginal discharge", "definition": "A disorder characterized by vaginal secretions. Mucus produced by the cervical glands is discharged from the vagina naturally, especially during the childbearing years." }, { "code": "Vaginal dryness", "display": "Vaginal dryness", "definition": "A disorder characterized by an uncomfortable feeling of itching and burning in the vagina." }, { "code": "Vaginal fistula", "display": "Vaginal fistula", "definition": "A disorder characterized by an abnormal communication between the vagina and another organ or anatomic site." }, { "code": "Vaginal hemorrhage", "display": "Vaginal hemorrhage", "definition": "A disorder characterized by bleeding from the vagina." }, { "code": "Vaginal infection", "display": "Vaginal infection", "definition": "A disorder characterized by an infectious process involving the vagina." }, { "code": "Vaginal inflammation", "display": "Vaginal inflammation", "definition": "A disorder characterized by inflammation involving the vagina. Symptoms may include redness, edema, marked discomfort and an increase in vaginal discharge." }, { "code": "Vaginal obstruction", "display": "Vaginal obstruction", "definition": "A disorder characterized by blockage of vaginal canal." }, { "code": "Vaginal pain", "display": "Vaginal pain", "definition": "A disorder characterized by a sensation of marked discomfort in the vagina." }, { "code": "Vaginal perforation", "display": "Vaginal perforation", "definition": "A disorder characterized by a rupture in the vaginal wall." }, { "code": "Vaginal stricture", "display": "Vaginal stricture", "definition": "A disorder characterized by a narrowing of the vaginal canal." }, { "code": "Vaginismus", "display": "Vaginismus", "definition": "A disorder characterized by involuntary spasms of the pelvic floor muscles, resulting in pathologic tightness of the vaginal wall during penetration such as during sexual intercourse." }, { "code": "Vagus nerve disorder", "display": "Vagus nerve disorder", "definition": "A disorder characterized by involvement of the vagus nerve (tenth cranial nerve)." }, { "code": "Vas deferens anastomotic leak", "display": "Vas deferens anastomotic leak", "definition": "A finding of leakage due to breakdown of a vas deferens anastomosis (surgical connection of two separate anatomic structures)." }, { "code": "Vascular access complication", "display": "Vascular access complication", "definition": "A finding of a previously undocumented problem related to the vascular access site." }, { "code": "Vascular disorders - Other, Specify", "display": "Vascular disorders - Other, specify", "definition": "No Value Exists" }, { "code": "Vasculitis", "display": "Vasculitis", "definition": "A disorder characterized by inflammation involving the wall of a vessel." }, { "code": "Vasovagal reaction", "display": "Vasovagal reaction", "definition": "A disorder characterized by a sudden drop of the blood pressure, bradycardia, and peripheral vasodilation that may lead to loss of consciousness. It results from an increase in the stimulation of the vagus nerve." }, { "code": "Venous injury", "display": "Venous injury", "definition": "A finding of damage to a vein." }, { "code": "Ventricular arrhythmia", "display": "Ventricular arrhythmia", "definition": "A disorder characterized by a dysrhythmia that originates in the ventricles." }, { "code": "Ventricular fibrillation", "display": "Ventricular fibrillation", "definition": "A disorder characterized by a dysrhythmia without discernible QRS complexes due to rapid repetitive excitation of myocardial fibers without coordinated contraction of the ventricles." }, { "code": "Ventricular tachycardia", "display": "Ventricular tachycardia", "definition": "A disorder characterized by a dysrhythmia with a heart rate greater than 100 beats per minute that originates distal to the bundle of His." }, { "code": "Vertigo", "display": "Vertigo", "definition": "A disorder characterized by a sensation as if the external world were revolving around the patient (objective vertigo) or as if he himself were revolving in space (subjective vertigo)." }, { "code": "Vestibular disorder", "display": "Vestibular disorder", "definition": "A disorder characterized by dizziness, imbalance, nausea, and vision problems." }, { "code": "Virilization", "display": "Virilization", "definition": "A disorder characterized by inappropriate masculinization occurring in a female or prepubertal male." }, { "code": "Visceral arterial ischemia", "display": "Visceral arterial ischemia", "definition": "A disorder characterized by a decrease in blood supply due to narrowing or blockage of a visceral (mesenteric) artery." }, { "code": "Vital capacity abnormal", "display": "Vital capacity abnormal", "definition": "A finding based on pulmonary function test results that indicate an abnormal vital capacity (amount of exhaled after a maximum inhalation) when compared to the predicted value." }, { "code": "Vitreous hemorrhage", "display": "Vitreous hemorrhage", "definition": "A disorder characterized by blood extravasation into the vitreous humor." }, { "code": "Voice alteration", "display": "Voice alteration", "definition": "A disorder characterized by a change in the sound and/or speed of the voice." }, { "code": "Vomiting", "display": "Vomiting", "definition": "A disorder characterized by the reflexive act of ejecting the contents of the stomach through the mouth." }, { "code": "Vulval infection", "display": "Vulval infection", "definition": "A disorder characterized by an infectious process involving the vulva." }, { "code": "Watering eyes", "display": "Watering eyes", "definition": "A disorder of excessive tearing in the eyes; it can be caused by overproduction of tears or impaired drainage of the tear duct." }, { "code": "Weight gain", "display": "Weight gain", "definition": "A finding characterized by an increase in overall body weight; for pediatrics, greater than the baseline growth curve." }, { "code": "Weight loss", "display": "Weight loss", "definition": "A finding characterized by a decrease in overall body weight; for pediatrics, less than the baseline growth curve." }, { "code": "Wheezing", "display": "Wheezing", "definition": "A disorder characterized by a high-pitched, whistling sound during breathing. It results from the narrowing or obstruction of the respiratory airways." }, { "code": "White blood cell decreased", "display": "White blood cell decreased", "definition": "A finding based on laboratory test results that indicate an decrease in number of white blood cells in a blood specimen." }, { "code": "Wolff-Parkinson-White syndrome", "display": "Wolff-Parkinson-White syndrome", "definition": "A disorder characterized by the presence of an accessory conductive pathway between the atria and the ventricles that causes premature ventricular activation." }, { "code": "Wound complication", "display": "Wound complication", "definition": "A finding of development of a new problem at the site of an existing wound." }, { "code": "Wound dehiscence", "display": "Wound dehiscence", "definition": "A finding of separation of the approximated margins of a surgical wound." }, { "code": "Wound infection", "display": "Wound infection", "definition": "A disorder characterized by an infectious process involving the wound." }, { "code": "Wrist fracture", "display": "Wrist fracture", "definition": "A finding of traumatic injury to the wrist joint in which the continuity of a wrist bone is broken." } ] } }, { "resourceType": "ValueSet", "id": "d1e54652-vs", "status": "active", "codeSystem": { "system": "http://nci.nih.gov/xml/owl/cadsr/form/form_design_identifier/3265657v2.0/question_identifier#3557008v2.0-cs", "caseSensitive": true, "concept": [ { "code": "1", "display": "Mild Adverse Event", "definition": "An adverse event that is asymptomatic; or involves mild or minor symptoms; or is of marginal clinical relevance; or consists of clinical or diagnostic observations alone; or for which intervention is not indicated; or for which only non-prescription intervention is indicated." }, { "code": "2", "display": "Moderate Adverse Event", "definition": "An adverse event for which only minimal, local, or noninvasive intervention (e.g. packing, cautery) is indicated; or that limits instrumental activities of daily living (ADLs, e.g., shopping, laundry, transportation, or ability to conduct finances)." }, { "code": "3", "display": "Severe Adverse Event", "definition": "An adverse event that is medically significant but not life-threatening; or for which inpatient care or prolongation of hospitalization are indicated; or that is an important medical event that does not result in hospitalization, but may jeopardize the patient or may require intervention either to prevent hospitalization, to prevent the AE from becoming life-threatening or causing death; or that is disabling; or that results in persistent or significant disability, incapcity, or limitation of self care activities of daily living (ADLs, e.g., getting in and our of bed, dressing, eating, getting around inside, bathing, or using the toilet)." }, { "code": "4", "display": "Life Threatening Adverse Event", "definition": "An adverse event that has life-threatening consequences; for which urgent intervention is indicated; that puts the patient at risk of death at the time of the event if immediate intervention is not undertaken; or that causes blindness or deafness." }, { "code": "5", "display": "Death Related to Adverse Event", "definition": "The termination of life associated with an adverse event." } ] } }, { "resourceType": "ValueSet", "id": "d1e55041-vs", "status": "active", "codeSystem": { "system": "http://nci.nih.gov/xml/owl/cadsr/form/form_design_identifier/3265657v2.0/question_identifier#3557021v2.0-cs", "caseSensitive": true, "concept": [ { "code": "Yes", "display": "Yes", "definition": "The affirmative response to a question or activity." }, { "code": "No", "display": "No", "definition": "The non-affirmative response to a question." } ] } }, { "resourceType": "ValueSet", "id": "d1e55265-vs", "status": "active", "codeSystem": { "system": "http://nci.nih.gov/xml/owl/cadsr/form/form_design_identifier/3265657v2.0/question_identifier#3557032v2.0-cs", "caseSensitive": true, "concept": [ { "code": "Biological Therapy", "display": "Biological Therapy", "definition": "Biological therapy is a form of treatment that implies the administration of substances which produce a biological reaction in the organism enhancing or restoring the host immune response, modifying the behavior of cancer cells, blocking the pathways of cell neoplastic transformation and tumor ability to metastasize, or facilitating the repairment of cells damaged by aggressive forms of cancer treatment. It includes the use of sera, antitoxins, vaccines, genes, cells, tissues, and organs" }, { "code": "Chemotherapy", "display": "CHEMOTHERAPY", "definition": "CHEMOTHERAPY" }, { "code": "Combined modality", "display": "combined modality", "definition": "combined modality" }, { "code": "Concomitant medication", "display": "Concomitant Agent", "definition": "A pharmaceutical agent other than agent(s) tested in a given protocol that is administered to or used by a subject either prior to or during the study. Supportive care and essential ancillary medications required by a treatment regimen should be clearly identified. A protocol complete instructions including appropriate indication, dosage, administration route, schedule, restrictions to use, and any other relevant data should be explicitly stated. Concept also refers to substance(s) used prior or during the study that are not specified by the protocol." }, { "code": "Device", "display": "Medical_Device", "definition": "Medical device - any machinery designed to aid diagnostic and medical therapies. Medical device has to be designed with rigorous safety standards. There are several basic types of medical devices: life support equipment used to maintain a patient's body functions; therapeutic equipment; monitors and detectors to measure the indexes of a patient's state; imagine machines and laboratory equipment used with diagnostic and status monitoring purposes. In insurance parlance, the term is usually synonymous with assistive device, although it may include medical supplies." }, { "code": "Disease", "display": "disease", "definition": "disease" }, { "code": "Endocrine Therapy", "display": "Endocrine Therapy", "definition": "Various treatment modalities that produce the desired therapeutic effect by means of change of hormone/hormones level. The treatment may include administration of hormones or hormone analogs to the patient, or decreasing the level of hormones in the body by using hormone antagonists, or hormone ablation therapy. The concept covers but not limited to: intermittent or permanent hormone suppression or ablation in treatment of hormone-dependent tumors, hormone replacement therapy of any kind, hormonal component of gender reassignment therapy, hormonal contraception, surgical and radiation castration." }, { "code": "Immunotherapy", "display": "Immunotherapy", "definition": "(IM-yoo-no-THER-a-pee) Treatment to stimulate or restore the ability of the immune system to fight infections and other diseases. Also used to lessen side effects that may be caused by some cancer treatments." }, { "code": "Investigational agent", "display": "Investigational Agent", "definition": "In the process of being studied; experimental. (NCI): An active power or cause (as principle, substance, physical or biological factor, etc.) that produces a specific effect. (NCI)" }, { "code": "Other", "display": "Other", "definition": "Not otherwise specified." }, { "code": "Radiation therapy", "display": "Radiation Therapy", "definition": "use PHOTOTHERAPY, LASER THERAPY, or ULTRAVIOLET THERAPY for therapeutic radiation with visible, laser, or ultraviolet light, respectively." }, { "code": "Surgery", "display": "Surgery", "definition": "A specialty in which manual or operative procedures are used in the treatment of disease, injuries, or deformities." } ] } }, { "resourceType": "ValueSet", "id": "d1e56008-vs", "status": "active", "codeSystem": { "system": "http://nci.nih.gov/xml/owl/cadsr/form/form_design_identifier/3265657v2.0/question_identifier#3557869v2.0-cs", "caseSensitive": true, "concept": [ { "code": "Blood and lymphatic system disorders", "display": "Hematopoietic and Lymphoid System Disorder", "definition": "Any deviation from the normal structure or function of the blood or lymphatic system that is manifested by a characteristic set of symptoms and signs." }, { "code": "Cardiac disorders", "display": "Cardiac disorders", "definition": "Any deviation from the normal structure or function of the cardiac system that is manifested by a characteristic set of symptoms and signs." }, { "code": "Congenital, familial and genetic disorders", "display": "Congenital, Familial and Genetic Disorder Class", "definition": "A class of disorders that encompasses conditions resulting from a congenital, familial hereditary trait or genetic abnormality as is manifested by a characterstic set of symptoms and signs." }, { "code": "Ear and labyrinth disorders", "display": "Ear and Labyrinth Disorder Class", "definition": "Any deviation from the normal structure or function of the ear or labyrinth that is manifested by a characteristic set of symptoms and signs." }, { "code": "Endocrine disorders", "display": "Endocrine Disorder", "definition": "Any deviation from the normal structure or function of the endocrine system that is manifested by a characteristic set of symptoms and signs." }, { "code": "Eye disorders", "display": "Eye Disorder", "definition": "Any deviation from the normal structure or function of the eye that is manifested by a characteristic set of symptoms and signs." }, { "code": "Gastrointestinal disorders", "display": "Gastrointestinal Disorder", "definition": "Diseases of the digestive tract (oral cavity to anus) and associated organs (salivary glands, liver, pancreas)." }, { "code": "General disorders and administration site conditions", "display": "General Disorders and Administration Site Conditions Class", "definition": "A class of disorders that encompasses conditions of a general kind that result from a disease, the treatment of disease or administration of treatment at a particular site and are manifested by a characteristic set of symptoms and signs." }, { "code": "Hepatobiliary disorders", "display": "Liver and Biliary Tract Disorder", "definition": "Any deviation from the normal structure or function of the liver or biliary tract that is manifested by a characteristic set of symptoms and signs." }, { "code": "Immune system disorders", "display": "Immune System Disorder", "definition": "A disorder resulting from an abnormality in the immune system. -- 2003" }, { "code": "Infections and infestations", "display": "Infection and infestation", "definition": "A disorder resulting from the presence and activity of a microbial, viral, or parasitic agent. It can be transmitted by direct or indirect contact. -- 2003" }, { "code": "Injury, poisoning and procedural complications", "display": "Injury, Poisoning and Procedural Complication Class", "definition": "A class of disorders that encompasses conditions resulting from an injury, poisoning or procedure." }, { "code": "Investigations", "display": "Investigation", "definition": "The act or process of a systematic and thorough examination; research, study; the process of inquiring into or following up, intended to develop facts." }, { "code": "Metabolism and nutrition disorders", "display": "Metabolism and Nutrition Disorder Class", "definition": "A class of disorders that encompasses conditions occurring as a result of metabolic dysfunction or deviation from the normal nutritional requirements." }, { "code": "Musculoskeletal and connective tissue disorders", "display": "Connective and Soft Tissue Disorder", "definition": "Any deviation from the normal structure or function of the musculoskeletal or connective tissue that is manifested by a characteristic set of symptoms and signs." }, { "code": "Neoplasms benign, malignant and unspecified (incl cysts and polyps)", "display": "Neoplasm", "definition": "An abnormal tissue growth resulted from uncontrolled cell proliferation. Benign neoplastic cells resemble normal cells without exhibiting significant cytologic atypia, while malignant ones exhibit overt signs such as dysplastic features, atypical mitotic figures, necrosis, nuclear pleomorphism, and anaplasia. Representative examples of benign neoplasms include papillomas, cystadenomas, and lipomas; malignant neoplasms include carcinomas, sarcomas, lymphomas, and leukemias." }, { "code": "Nervous system disorders", "display": "Nervous System Disorder", "definition": "Any deviation from the normal structure or function of the nervous system that is manifested by a characteristic set of symptoms and signs." }, { "code": "Pregnancy, puerperium and perinatal conditions", "display": "Pregnancy, Puerperium and Perinatal Condition Class", "definition": "A class of conditions associated with pregnancy, puerperium and perinatal status." }, { "code": "Psychiatric disorders", "display": "Psychiatric Disorder", "definition": "Any deviation from the normal structure or function of the brain and a psychiatric condition, that results in an impairment of an individual's normal cognitive, emotional, or behavioral functioning, and is caused by physiological or psychosocial factors." }, { "code": "Renal and urinary disorders", "display": "Urinary Tract Disorder", "definition": "Disorders of any part of the urologic system." }, { "code": "Reproductive system and breast disorders", "display": "Reproductive System and Breast Disorder Class", "definition": "Any deviation from the normal structure or function of the reproductive system or breast that is manifested by a characteristic set of symptoms and signs." }, { "code": "Respiratory, thoracic and mediastinal disorders", "display": "Respiratory and Thoracic Disorder", "definition": "Any deviation from the normal structure or function of the respiratory system including the thorax and mediastinum that is manifested by a characteristic set of symptoms and signs." }, { "code": "Skin and subcutaneous tissue disorders", "display": "Skin Disorder", "definition": "Any deviation from the normal structure or function of the skin or subcutaneous tissue that is manifested by a characteristic set of symptoms and signs." }, { "code": "Social circumstances", "display": "Social Circumstances", "definition": "A set of concepts that results from or is influenced by criteria or activities associated with the social environment of a person." }, { "code": "Surgical and medical procedures", "display": "Intervention or Procedure", "definition": "An activity that produces an effect, or that is intended to alter the course of a disease in a patient or population. This is a general term that encompasses the medical, social, behavioral, and environmnetal acts that can have preventive, therapeutic, or palliative effects." }, { "code": "Vascular disorders", "display": "Vascular Disorder", "definition": "Any deviation from the normal structure or function of the vascular system that is manifested by a characteristic set of symptoms and signs." } ] } }, { "resourceType": "ValueSet", "id": "d1e57358-vs", "status": "active", "codeSystem": { "system": "http://nci.nih.gov/xml/owl/cadsr/form/form_design_identifier/3265657v2.0/question_identifier#3557050v2.0-cs", "caseSensitive": true, "concept": [ { "code": "10000060", "display": "Abdominal distension", "definition": "A disorder characterized by swelling of the abdomen." }, { "code": "10000081", "display": "Abdominal pain", "definition": "A disorder characterized by a sensation of marked discomfort in the abdominal region." }, { "code": "10000486", "display": "Acidosis", "definition": "A disorder characterized by abnormally high acidity (high hydrogen-ion concentration) of the blood and other body tissues." }, { "code": "10000521", "display": "Acoustic nerve disorder NOS", "definition": "A disorder characterized by involvement of the acoustic nerve (eighth cranial nerve)." }, { "code": "10000636", "display": "Activated partial thromboplastin time prolonged", "definition": "An abnormal laboratory test result in which the partial thromboplastin time is found to be greater than the control value. As a possible indicator of coagulopathy, a prolonged partial thromboplastin time (PTT) may occur in a variety of diseases and disorders, both primary and related to treatment." }, { "code": "10001367", "display": "Adrenal insufficiency", "definition": "A disorder that occurs when the adrenal cortex does not produce enough of the hormone cortisol and in some cases, the hormone aldosterone. It may be due to a disorder of the adrenal cortex as in Addison's disease or primary adrenal insufficiency." }, { "code": "10001409", "display": "Adult respiratory distress syndrome", "definition": "A disorder characterized by progressive and life-threatening pulmonary distress in the absence of an underlying pulmonary condition, usually following major trauma or surgery." }, { "code": "10001497", "display": "Agitation", "definition": "A disorder characterized by a state of restlessness associated with unpleasant feelings of irritability and tension." }, { "code": "10001540", "display": "Akathisia", "definition": "A disorder characterized by an uncomfortable feeling of inner restlessness and inability to stay still; this is a side effect of some psychotropic drugs." }, { "code": "10001551", "display": "Alanine aminotransferase increased", "definition": "A finding based on laboratory test results that indicate an increase in the level of alanine aminotransferase (ALT or SGPT) in the blood specimen." }, { "code": "10001598", "display": "Alcohol intolerance", "definition": "A disorder characterized by an increase in sensitivity to the adverse effects of alcohol, which can include nasal congestion, skin flushes, heart dysrhythmias, nausea, vomiting, indigestion and headaches." }, { "code": "10001675", "display": "Alkaline phosphatase increased", "definition": "A finding based on laboratory test results that indicate an increase in the level of alkaline phosphatase in a blood specimen." }, { "code": "10001680", "display": "Alkalosis", "definition": "A disorder characterized by abnormally high alkalinity (low hydrogen-ion concentration) of the blood and other body tissues." }, { "code": "10001718", "display": "Allergic reaction", "definition": "A disorder characterized by an adverse local or general response from exposure to an allergen." }, { "code": "10001723", "display": "Allergic rhinitis", "definition": "A disorder characterized by an inflammation of the nasal mucous membranes caused by an IgE-mediated response to external allergens. The inflammation may also involve the mucous membranes of the sinuses, eyes, middle ear, and pharynx. Symptoms include sneezing, nasal congestion, rhinorrhea and itching." }, { "code": "10001760", "display": "Alopecia", "definition": "A disorder characterized by a decrease in density of hair compared to normal for a given individual at a given age and body location." }, { "code": "10001949", "display": "Amnesia", "definition": "A disorder characterized by systematic and extensive loss of memory." }, { "code": "10002156", "display": "Anal fistula", "definition": "A disorder characterized by an abnormal communication between the opening in the anal canal to the perianal skin." }, { "code": "10002167", "display": "Anal pain", "definition": "A disorder characterized by a sensation of marked discomfort in the anal region." }, { "code": "10002176", "display": "Anal stenosis", "definition": "A disorder characterized by a narrowing of the lumen of the anal canal." }, { "code": "10002180", "display": "Anal ulcer", "definition": "A disorder characterized by a circumscribed, inflammatory and necrotic erosive lesion on the mucosal surface of the anal canal." }, { "code": "10002218", "display": "Anaphylaxis", "definition": "A disorder characterized by an acute inflammatory reaction resulting from the release of histamine and histamine-like substances from mast cells, causing a hypersensitivity immune response. Clinically, it presents with breathing difficulty, dizziness, hypotension, cyanosis and loss of consciousness and may lead to death." }, { "code": "10002272", "display": "Anemia", "definition": "A disorder characterized by an reduction in the amount of hemoglobin in 100 ml of blood. Signs and symptoms of anemia may include pallor of the skin and mucous membranes, shortness of breath, palpitations of the heart, soft systolic murmurs, lethargy, and fatigability." }, { "code": "10002544", "display": "Ankle fracture", "definition": "A finding of damage to the ankle joint characterized by a break in the continuity of the ankle bone. Symptoms include marked discomfort, swelling and difficulty moving the affected leg and foot." }, { "code": "10002646", "display": "Anorexia", "definition": "A disorder characterized by a loss of appetite." }, { "code": "10002652", "display": "Anorgasmia", "definition": "A disorder characterized by an inability to achieve orgasm." }, { "code": "10002855", "display": "Anxiety", "definition": "A disorder characterized by apprehension of danger and dread accompanied by restlessness, tension, tachycardia, and dyspnea unattached to a clearly identifiable stimulus." }, { "code": "10002899", "display": "Aortic injury", "definition": "A finding of damage to the aorta." }, { "code": "10002953", "display": "Aphonia", "definition": "A disorder characterized by the inability to speak. It may result from injuries to the vocal cords or may be functional (psychogenic)." }, { "code": "10002972", "display": "Apnea", "definition": "A disorder characterized by cessation of breathing." }, { "code": "10003011", "display": "Appendicitis", "definition": "A disorder characterized by acute inflammation to the vermiform appendix caused by a pathogenic agent." }, { "code": "10003012", "display": "Appendicitis perforated", "definition": "A disorder characterized by acute inflammation to the vermiform appendix caused by a pathogenic agent with gangrenous changes resulting in the rupture of the appendiceal wall. The appendiceal wall rupture causes the release of inflammatory and bacterial contents from the appendiceal lumen into the abdominal cavity." }, { "code": "10003074", "display": "Arachnoiditis", "definition": "A disorder characterized by inflammation of the arachnoid membrane and adjacent subarachnoid space." }, { "code": "10003162", "display": "Arterial injury", "definition": "A finding of damage to an artery." }, { "code": "10003239", "display": "Arthralgia", "definition": "A disorder characterized by a sensation of marked discomfort in a joint." }, { "code": "10003246", "display": "Arthritis", "definition": "A disorder characterized by inflammation involving a joint." }, { "code": "10003445", "display": "Ascites", "definition": "A disorder characterized by accumulation of serous or hemorrhagic fluid in the peritoneal cavity." }, { "code": "10003481", "display": "Aspartate aminotransferase increased", "definition": "A finding based on laboratory test results that indicate an increase in the level of aspartate aminotransferase (AST or SGOT) in a blood specimen." }, { "code": "10003504", "display": "Aspiration", "definition": "A disorder characterized by inhalation of solids or liquids into the lungs." }, { "code": "10003586", "display": "Asystole", "definition": "A disorder characterized by a dysrhythmia without cardiac electrical activity. Typically, this is accompanied by cessation of the pumping function of the heart." }, { "code": "10003591", "display": "Ataxia", "definition": "A disorder characterized by lack of coordination of muscle movements resulting in the impairment or inability to perform voluntary activities." }, { "code": "10003598", "display": "Atelectasis", "definition": "A disorder characterized by the collapse of part or the entire lung." }, { "code": "10003658", "display": "Atrial fibrillation", "definition": "A disorder characterized by a dysrhythmia without discernible P waves and an irregular ventricular response due to multiple reentry circuits. The rhythm disturbance originates above the ventricles." }, { "code": "10003662", "display": "Atrial flutter", "definition": "A disorder characterized by a dysrhythmia with organized rhythmic atrial contractions with a rate of 200-300 beats per minute. The rhythm disturbance originates in the atria." }, { "code": "10003673", "display": "Atrioventricular block complete", "definition": "A disorder characterized by a dysrhythmia with complete failure of atrial electrical impulse conduction through the AV node to the ventricles." }, { "code": "10003674", "display": "Atrioventricular block first degree", "definition": "A disorder characterized by a dysrhythmia with a delay in the time required for the conduction of an electrical impulse through the atrioventricular (AV) node beyond 0.2 seconds; prolongation of the PR interval greater than 200 milliseconds." }, { "code": "10003883", "display": "Azoospermia", "definition": "A disorder characterized by laboratory test results that indicate complete absence of spermatozoa in the semen." }, { "code": "10003988", "display": "Back pain", "definition": "A disorder characterized by marked discomfort sensation in the back region." }, { "code": "10004665", "display": "Biliary fistula", "definition": "A disorder characterized by an abnormal communication between the bile ducts and another organ or anatomic site." }, { "code": "10005047", "display": "Bladder infection", "definition": "A disorder characterized by an infectious process involving the bladder." }, { "code": "10005265", "display": "Bloating", "definition": "A disorder characterized by subject-reported feeling of uncomfortable fullness of the abdomen." }, { "code": "10005329", "display": "Blood and lymphatic system disorders - Other, specify", "definition": "No Value Exists" }, { "code": "10005332", "display": "Blood antidiuretic hormone abnormal", "definition": "A finding based on laboratory test results that indicate abnormal levels of antidiuretic hormone in the blood specimen." }, { "code": "10005364", "display": "Blood bilirubin increased", "definition": "A finding based on laboratory test results that indicate an abnormally high level of bilirubin in the blood. Excess bilirubin is associated with jaundice." }, { "code": "10005452", "display": "Blood corticotrophin decreased", "definition": "A finding based on laboratory test results that indicate an decrease in levels of corticotrophin in a blood specimen." }, { "code": "10005561", "display": "Blood gonadotrophin abnormal", "definition": "A finding based on laboratory test results that indicate abnormal levels of gonadotrophin hormone in a blood specimen." }, { "code": "10005778", "display": "Blood prolactin abnormal", "definition": "A finding based on laboratory test results that indicate abnormal levels of prolactin hormone in a blood specimen." }, { "code": "10005886", "display": "Blurred vision", "definition": "A disorder characterized by visual perception of unclear or fuzzy images." }, { "code": "10005901", "display": "Body odor", "definition": "A disorder characterized by an abnormal body smell resulting from the growth of bacteria on the body." }, { "code": "10006002", "display": "Bone pain", "definition": "A disorder characterized by marked discomfort sensation in the bones." }, { "code": "10006179", "display": "Breast atrophy", "definition": "A disorder characterized by underdevelopment of the breast." }, { "code": "10006259", "display": "Breast infection", "definition": "A disorder characterized by an infectious process involving the breast." }, { "code": "10006298", "display": "Breast pain", "definition": "A disorder characterized by marked discomfort sensation in the breast region." }, { "code": "10006437", "display": "Bronchial fistula", "definition": "A disorder characterized by an abnormal communication between the bronchus and another organ or anatomic site." }, { "code": "10006440", "display": "Bronchial obstruction", "definition": "A disorder characterized by blockage of a bronchus passage, most often by bronchial secretions and exudates." }, { "code": "10006482", "display": "Bronchospasm", "definition": "A disorder characterized by a sudden contraction of the smooth muscles of the bronchial wall." }, { "code": "10006504", "display": "Bruising", "definition": "A finding of injury of the soft tissues or bone characterized by leakage of blood into surrounding tissues." }, { "code": "10006556", "display": "Bullous dermatitis", "definition": "A disorder characterized by inflammation of the skin characterized by the presence of bullae which are filled with fluid." }, { "code": "10006634", "display": "Burn", "definition": "A finding of impaired integrity to the anatomic site of an adverse thermal reaction. Burns can be caused by exposure to chemicals, direct heat, electricity, flames and radiation. The extent of damage depends on the length and intensity of exposure and time until provision of treatment." }, { "code": "10007196", "display": "Capillary leak syndrome", "definition": "A disorder characterized by leakage of intravascular fluids into the extravascular space. This syndrome is observed in patients who demonstrate a state of generalized leaky capillaries following shock syndromes, low-flow states, ischemia-reperfusion injuries, toxemias, medications, or poisoning. It can lead to generalized edema and multiple organ failure." }, { "code": "10007515", "display": "Cardiac arrest", "definition": "A disorder characterized by cessation of the pumping function of the heart." }, { "code": "10007541", "display": "Cardiac disorders - Other, specify", "definition": "No Value Exists" }, { "code": "10007612", "display": "Cardiac troponin I increased", "definition": "A laboratory test result which indicates increased levels of cardiac troponin I in a biological specimen." }, { "code": "10007613", "display": "Cardiac troponin T increased", "definition": "A laboratory test result which indicates increased levels of cardiac troponin T in a biological specimen." }, { "code": "10007739", "display": "Cataract", "definition": "A disorder characterized by partial or complete opacity of the crystalline lens of one or both eyes. This results in a decrease in visual acuity and eventual blindness if untreated." }, { "code": "10007810", "display": "Catheter related infection", "definition": "A disorder characterized by an infectious process that arises secondary to catheter use." }, { "code": "10007839", "display": "CD4 lymphocytes decreased", "definition": "A finding based on laboratory test results that indicate an decrease in levels of CD4 lymphocytes in a blood specimen." }, { "code": "10008164", "display": "Cerebrospinal fluid leakage", "definition": "A disorder characterized by loss of cerebrospinal fluid into the surrounding tissues." }, { "code": "10008330", "display": "Cervicitis infection", "definition": "A disorder characterized by an infectious process involving the uterine cervix." }, { "code": "10008417", "display": "Cheilitis", "definition": "A disorder characterized by inflammation of the lip." }, { "code": "10008481", "display": "Chest pain - cardiac", "definition": "A disorder characterized by substernal discomfort due to insufficient myocardial oxygenation." }, { "code": "10008496", "display": "Chest wall pain", "definition": "A disorder characterized by marked discomfort sensation in the chest wall region." }, { "code": "10008531", "display": "Chills", "definition": "A disorder characterized by a sensation of cold that often marks a physiologic response to sweating after a fever." }, { "code": "10008612", "display": "Cholecystitis", "definition": "A disorder characterized by inflammation involving the gallbladder. It may be associated with the presence of gallstones." }, { "code": "10008661", "display": "Cholesterol high", "definition": "A finding based on laboratory test results that indicate higher than normal levels of cholesterol in a blood specimen." }, { "code": "10009845", "display": "Cognitive disturbance", "definition": "A disorder characterized by a conspicuous change in cognitive function." }, { "code": "10009887", "display": "Colitis", "definition": "A disorder characterized by inflammation of the colon." }, { "code": "10009995", "display": "Colonic fistula", "definition": "A disorder characterized by an abnormal communication between the large intestine and another organ or anatomic site." }, { "code": "10009998", "display": "Colonic hemorrhage", "definition": "A disorder characterized by bleeding from the colon." }, { "code": "10010000", "display": "Colonic obstruction", "definition": "A disorder characterized by blockage of the normal flow of the intestinal contents in the colon." }, { "code": "10010001", "display": "Colonic perforation", "definition": "A disorder characterized by a rupture in the colonic wall." }, { "code": "10010004", "display": "Colonic stenosis", "definition": "A disorder characterized by a narrowing of the lumen of the colon." }, { "code": "10010006", "display": "Colonic ulcer", "definition": "A disorder characterized by a circumscribed, inflammatory and necrotic erosive lesion on the mucosal surface of the colon." }, { "code": "10010250", "display": "Concentration impairment", "definition": "A disorder characterized by a deterioration in the ability to concentrate." }, { "code": "10010276", "display": "Conduction disorder", "definition": "A disorder characterized by pathological irregularities in the cardiac conduction system." }, { "code": "10010300", "display": "Confusion", "definition": "A disorder characterized by a lack of clear and orderly thought and behavior." }, { "code": "10010331", "display": "Congenital, familial and genetic disorders - Other, specify", "definition": "No Value Exists" }, { "code": "10010741", "display": "Conjunctivitis", "definition": "A disorder characterized by inflammation, swelling and redness to the conjunctiva of the eye." }, { "code": "10010742", "display": "Conjunctivitis infective", "definition": "A disorder characterized by an infectious process involving the conjunctiva. Clinical manifestations include pink or red color in the eyes." }, { "code": "10010774", "display": "Constipation", "definition": "A disorder characterized by irregular and infrequent or difficult evacuation of the bowels." }, { "code": "10010783", "display": "Constrictive pericarditis", "definition": "A disorder characterized by a thickened and fibrotic pericardial sac; these fibrotic changes impede normal myocardial function by restricting myocardial muscle action." }, { "code": "10011224", "display": "Cough", "definition": "A disorder characterized by sudden, often repetitive, spasmodic contraction of the thoracic cavity, resulting in violent release of air from the lungs and usually accompanied by a distinctive sound." }, { "code": "10011268", "display": "CPK increased", "definition": "A finding based on laboratory test results that indicate an increase in levels of creatine phosphokinase in a blood specimen." }, { "code": "10011368", "display": "Creatinine increased", "definition": "A finding based on laboratory test results that indicate increased levels of creatinine in a biological specimen." }, { "code": "10011655", "display": "Cushingoid", "definition": "A disorder characterized by signs and symptoms that resemble Cushing's disease or syndrome: buffalo hump obesity, striations, adiposity, hypertension, diabetes, and osteoporosis, usually due to exogenous corticosteroids." }, { "code": "10011912", "display": "Death neonatal", "definition": "A disorder characterized by cessation of life occurring during the first 28 days of life." }, { "code": "10011914", "display": "Death NOS", "definition": "A cessation of life that cannot be attributed to a CTCAE term associated with Grade 5." }, { "code": "10012174", "display": "Dehydration", "definition": "A disorder characterized by excessive loss of water from the body. It is usually caused by severe diarrhea, vomiting or diaphoresis." }, { "code": "10012205", "display": "Delayed puberty", "definition": "A disorder characterized by unusually late sexual maturity." }, { "code": "10012218", "display": "Delirium", "definition": "A disorder characterized by the acute and sudden development of confusion, illusions, movement changes, inattentiveness, agitation, and hallucinations. Usually, it is a reversible condition." }, { "code": "10012260", "display": "Delusions", "definition": "A disorder characterized by false personal beliefs held contrary to reality, despite contradictory evidence and common sense." }, { "code": "10012318", "display": "Dental caries", "definition": "A disorder characterized by the decay of a tooth, in which it becomes softened, discolored and/or porous." }, { "code": "10012373", "display": "Depressed level of consciousness", "definition": "A disorder characterized by a decrease in ability to perceive and respond." }, { "code": "10012378", "display": "Depression", "definition": "A disorder characterized by melancholic feelings of grief or unhappiness." }, { "code": "10012727", "display": "Diarrhea", "definition": "A disorder characterized by frequent and watery bowel movements." }, { "code": "10013442", "display": "Disseminated intravascular coagulation", "definition": "A disorder characterized by systemic pathological activation of blood clotting mechanisms which results in clot formation throughout the body. There is an increase in the risk of hemorrhage as the body is depleted of platelets and coagulation factors." }, { "code": "10013573", "display": "Dizziness", "definition": "A disorder characterized by a disturbing sensation of lightheadedness, unsteadiness, giddiness, spinning or rocking." }, { "code": "10013774", "display": "Dry eye", "definition": "A disorder characterized by dryness of the cornea and conjunctiva." }, { "code": "10013781", "display": "Dry mouth", "definition": "A disorder characterized by reduced salivary flow in the oral cavity." }, { "code": "10013786", "display": "Dry skin", "definition": "A disorder characterized by flaky and dull skin; the pores are generally fine, the texture is a papery thin texture." }, { "code": "10013828", "display": "Duodenal fistula", "definition": "A disorder characterized by an abnormal communication between the duodenum and another organ or anatomic site." }, { "code": "10013830", "display": "Duodenal obstruction", "definition": "A disorder characterized by blockage of the normal flow of stomach contents through the duodenum." }, { "code": "10013832", "display": "Duodenal perforation", "definition": "A disorder characterized by a rupture in the duodenal wall." }, { "code": "10013836", "display": "Duodenal ulcer", "definition": "A disorder characterized by a circumscribed, inflammatory and necrotic erosive lesion on the mucosal surface of the duodenal wall." }, { "code": "10013887", "display": "Dysarthria", "definition": "A disorder characterized by slow and slurred speech resulting from an inability to coordinate the muscles used in speech." }, { "code": "10013911", "display": "Dysgeusia", "definition": "A disorder characterized by abnormal sensual experience with the taste of foodstuffs; it can be related to a decrease in the sense of smell." }, { "code": "10013934", "display": "Dysmenorrhea", "definition": "A disorder characterized by abnormally painful abdominal cramps during menses." }, { "code": "10013941", "display": "Dyspareunia", "definition": "A disorder characterized by painful or difficult coitus." }, { "code": "10013946", "display": "Dyspepsia", "definition": "A disorder characterized by an uncomfortable, often painful feeling in the stomach, resulting from impaired digestion. Symptoms include burning stomach, bloating, heartburn, nausea and vomiting." }, { "code": "10013950", "display": "Dysphagia", "definition": "A disorder characterized by difficulty in swallowing." }, { "code": "10013951", "display": "Dysphasia", "definition": "A disorder characterized by impairment of verbal communication skills, often resulting from brain damage." }, { "code": "10013963", "display": "Dyspnea", "definition": "A disorder characterized by an uncomfortable sensation of difficulty breathing." }, { "code": "10013993", "display": "Ear and labyrinth disorders - Other, specify", "definition": "No Value Exists" }, { "code": "10014020", "display": "Ear pain", "definition": "A disorder characterized by a sensation of marked discomfort in the ear." }, { "code": "10014217", "display": "Edema cerebral", "definition": "A disorder characterized by swelling due to an excessive accumulation of fluid in the brain." }, { "code": "10014222", "display": "Edema face", "definition": "A disorder characterized by swelling due to excessive fluid accumulation in facial tissues." }, { "code": "10014326", "display": "Ejaculation disorder", "definition": "A disorder characterized by problems related to ejaculation. This category includes premature, delayed, retrograde and painful ejaculation." }, { "code": "10014383", "display": "Electrocardiogram QT corrected interval prolonged", "definition": "A finding of a cardiac dysrhythmia characterized by an abnormally long corrected QT interval." }, { "code": "10014594", "display": "Encephalitis infection", "definition": "A disorder characterized by an infectious process involving the brain tissue." }, { "code": "10014621", "display": "Encephalomyelitis infection", "definition": "A disorder characterized by an infectious process involving the brain and spinal cord tissues." }, { "code": "10014625", "display": "Encephalopathy", "definition": "A disorder characterized by a pathologic process involving the brain." }, { "code": "10014678", "display": "Endocarditis infective", "definition": "A disorder characterized by an infectious process involving the endocardial layer of the heart." }, { "code": "10014698", "display": "Endocrine disorders - Other, specify", "definition": "No Value Exists" }, { "code": "10014801", "display": "Endophthalmitis", "definition": "A disorder characterized by an infectious process involving the internal structures of the eye." }, { "code": "10014893", "display": "Enterocolitis", "definition": "A disorder characterized by inflammation of the small and large intestines." }, { "code": "10015090", "display": "Epistaxis", "definition": "A disorder characterized by bleeding from the nose." }, { "code": "10015218", "display": "Erythema multiforme", "definition": "A disorder characterized by target lesions (a pink-red ring around a pale center)." }, { "code": "10015277", "display": "Erythroderma", "definition": "A disorder characterized by generalized inflammatory erythema and exfoliation. The inflammatory process involves > 90% of the body surface area." }, { "code": "10015384", "display": "Esophageal hemorrhage", "definition": "A disorder characterized by bleeding from the esophagus." }, { "code": "10015387", "display": "Esophageal obstruction", "definition": "A disorder characterized by blockage of the normal flow of the contents in the esophagus." }, { "code": "10015388", "display": "Esophageal pain", "definition": "A disorder characterized by a sensation of marked discomfort in the esophageal region." }, { "code": "10015448", "display": "Esophageal stenosis", "definition": "A disorder characterized by a narrowing of the lumen of the esophagus." }, { "code": "10015451", "display": "Esophageal ulcer", "definition": "A disorder characterized by a circumscribed, inflammatory and necrotic erosive lesion on the mucosal surface of the esophageal wall." }, { "code": "10015453", "display": "Esophageal varices hemorrhage", "definition": "A disorder characterized by bleeding from esophageal varices." }, { "code": "10015461", "display": "Esophagitis", "definition": "A disorder characterized by inflammation of the esophageal wall." }, { "code": "10015533", "display": "Euphoria", "definition": "A disorder characterized by an exaggerated feeling of well-being which is disproportionate to events and stimuli." }, { "code": "10015688", "display": "Exostosis", "definition": "A disorder characterized by non-neoplastic overgrowth of bone." }, { "code": "10015829", "display": "Extraocular muscle paresis", "definition": "A disorder characterized by incomplete paralysis of an extraocular muscle." }, { "code": "10015832", "display": "Extrapyramidal disorder", "definition": "A disorder characterized by abnormal, repetitive, involuntary muscle movements, frenzied speech and extreme restlessness." }, { "code": "10015919", "display": "Eye disorders - Other, specify", "definition": "No Value Exists" }, { "code": "10015929", "display": "Eye infection", "definition": "A disorder characterized by an infectious process involving the eye." }, { "code": "10015958", "display": "Eye pain", "definition": "A disorder characterized by a sensation of marked discomfort in the eye." }, { "code": "10016059", "display": "Facial pain", "definition": "A disorder characterized by a sensation of marked discomfort in the face." }, { "code": "10016173", "display": "Fall", "definition": "A finding of sudden movement downward, usually resulting in injury." }, { "code": "10016241", "display": "Fat atrophy", "definition": "A disorder characterized by shrinking of adipose tissue." }, { "code": "10016256", "display": "Fatigue", "definition": "A disorder characterized by a state of generalized weakness with a pronounced inability to summon sufficient energy to accomplish daily activities." }, { "code": "10016288", "display": "Febrile neutropenia", "definition": "A disorder characterized by a decrease in neutrophils associated with fever." }, { "code": "10016296", "display": "Fecal incontinence", "definition": "A disorder characterized by inability to control the escape of stool from the rectum." }, { "code": "10016479", "display": "Fetal death", "definition": "A disorder characterized by death in utero; failure of the product of conception to show evidence of respiration, heartbeat, or definite movement of a voluntary muscle after expulsion from the uterus, without possibility of resuscitation." }, { "code": "10016558", "display": "Fever", "definition": "A disorder characterized by elevation of the body's temperature above the upper limit of normal." }, { "code": "10016596", "display": "Fibrinogen decreased", "definition": "A finding based on laboratory test results that indicate an decrease in levels of fibrinogen in a blood specimen." }, { "code": "10016750", "display": "Flank pain", "definition": "A disorder characterized by marked discomfort sensation on the lateral side of the body in the region below the ribs and above the hip." }, { "code": "10016757", "display": "Flashing lights", "definition": "A disorder characterized by a sudden or brief burst of light." }, { "code": "10016766", "display": "Flatulence", "definition": "A disorder characterized by a state of excessive gas in the alimentary canal." }, { "code": "10016778", "display": "Floaters", "definition": "A disorder characterized by an individual seeing spots before their eyes. The spots are shadows of opaque cell fragments in the vitreous humor or lens." }, { "code": "10016791", "display": "Flu like symptoms", "definition": "A disorder characterized by a group of symptoms similar to those observed in patients with the flu. It includes fever, chills, body aches, malaise, loss of appetite and dry cough." }, { "code": "10016825", "display": "Flushing", "definition": "A disorder characterized by episodic reddening of the face." }, { "code": "10016987", "display": "Forced expiratory volume decreased", "definition": "A finding based on test results that indicate a relative decrease in the fraction of the forced vital capacity that is exhaled in a specific number of seconds." }, { "code": "10017076", "display": "Fracture", "definition": "A finding of traumatic injury to the bone in which the continuity of the bone is broken." }, { "code": "10017577", "display": "Gait disturbance", "definition": "A disorder characterized by walking difficulties." }, { "code": "10017631", "display": "Gallbladder fistula", "definition": "A disorder characterized by an abnormal communication between the gallbladder and another organ or anatomic site." }, { "code": "10017636", "display": "Gallbladder obstruction", "definition": "A disorder characterized by blockage of the normal flow of the contents of the gallbladder." }, { "code": "10017638", "display": "Gallbladder pain", "definition": "A disorder characterized by a sensation of marked discomfort in the gallbladder region." }, { "code": "10017639", "display": "Gallbladder perforation", "definition": "A disorder characterized by a rupture in the gallbladder wall." }, { "code": "10017789", "display": "Gastric hemorrhage", "definition": "A disorder characterized by bleeding from the gastric wall." }, { "code": "10017815", "display": "Gastric perforation", "definition": "A disorder characterized by a rupture in the stomach wall." }, { "code": "10017822", "display": "Gastric ulcer", "definition": "A disorder characterized by a circumscribed, inflammatory and necrotic erosive lesion on the mucosal surface of the stomach." }, { "code": "10017853", "display": "Gastritis", "definition": "A disorder characterized by inflammation of the stomach." }, { "code": "10017877", "display": "Gastrointestinal fistula", "definition": "A disorder characterized by an abnormal communication between any part of the gastrointestinal system and another organ or anatomic site." }, { "code": "10017947", "display": "Gastrointestinal disorders - Other, specify", "definition": "No Value Exists" }, { "code": "10017999", "display": "Gastrointestinal pain", "definition": "A disorder characterized by a sensation of marked discomfort in the gastrointestinal region." }, { "code": "10018043", "display": "Gastroparesis", "definition": "A disorder characterized by an incomplete paralysis of the muscles of the stomach wall resulting in delayed emptying of the gastric contents into the small intestine." }, { "code": "10018065", "display": "General disorders and administration site conditions - Other, specify", "definition": "No Value Exists" }, { "code": "10018146", "display": "Genital edema", "definition": "A disorder characterized by swelling due to an excessive accumulation of fluid in the genitals." }, { "code": "10018286", "display": "Gingival pain", "definition": "A disorder characterized by a sensation of marked discomfort in the gingival region." }, { "code": "10018304", "display": "Glaucoma", "definition": "A disorder characterized by an increase in pressure in the eyeball due to obstruction of the aqueous humor outflow." }, { "code": "10018746", "display": "Growth accelerated", "definition": "A disorder characterized by greater growth than expected for age." }, { "code": "10018748", "display": "Growth hormone abnormal", "definition": "A finding based on laboratory test results that indicate abnormal levels of growth hormone in a biological specimen." }, { "code": "10018761", "display": "Growth suppression", "definition": "A disorder characterized by of stature that is smaller than normal as expected for age." }, { "code": "10018784", "display": "Gum infection", "definition": "A disorder characterized by an infectious process involving the gums." }, { "code": "10018801", "display": "Gynecomastia", "definition": "A disorder characterized by excessive development of the breasts in males." }, { "code": "10019077", "display": "Hallucinations", "definition": "A disorder characterized by a false sensory perception in the absence of an external stimulus." }, { "code": "10019150", "display": "Haptoglobin decreased", "definition": "A finding based on laboratory test results that indicate an decrease in levels of haptoglobin in a blood specimen." }, { "code": "10019211", "display": "Headache", "definition": "A disorder characterized by a sensation of marked discomfort in various parts of the head, not confined to the area of distribution of any nerve." }, { "code": "10019245", "display": "Hearing impaired", "definition": "A disorder characterized by partial or complete loss of the ability to detect or understand sounds resulting from damage to ear structures." }, { "code": "10019279", "display": "Heart failure", "definition": "A disorder characterized by the inability of the heart to pump blood at an adequate volume to meet tissue metabolic requirements, or, the ability to do so only at an elevation in the filling pressure." }, { "code": "10019428", "display": "Hematoma", "definition": "A disorder characterized by a localized collection of blood, usually clotted, in an organ, space, or tissue, due to a break in the wall of a blood vessel." }, { "code": "10019450", "display": "Hematuria", "definition": "A disorder characterized by laboratory test results that indicate blood in the urine." }, { "code": "10019489", "display": "Hemoglobinuria", "definition": "A disorder characterized by laboratory test results that indicate the presence of free hemoglobin in the urine." }, { "code": "10019491", "display": "Hemolysis", "definition": "A disorder characterized by laboratory test results that indicate widespread erythrocyte cell membrane destruction." }, { "code": "10019515", "display": "Hemolytic uremic syndrome", "definition": "A disorder characterized by a form of thrombotic microangiopathy with renal failure, hemolytic anemia, and severe thrombocytopenia." }, { "code": "10019611", "display": "Hemorrhoids", "definition": "A disorder characterized by the presence of dilated veins in the rectum and surrounding area." }, { "code": "10019663", "display": "Hepatic failure", "definition": "A disorder characterized by the inability of the liver to metabolize chemicals in the body. Laboratory test results reveal abnormal plasma levels of ammonia, bilirubin, lactic dehydrogenase, and alkaline phosphatase." }, { "code": "10019678", "display": "Hepatic hemorrhage", "definition": "A disorder characterized by bleeding from the liver." }, { "code": "10019692", "display": "Hepatic necrosis", "definition": "A disorder characterized by a necrotic process occurring in the hepatic parenchyma." }, { "code": "10019705", "display": "Hepatic pain", "definition": "A disorder characterized by a sensation of marked discomfort in the liver region." }, { "code": "10019799", "display": "Hepatitis viral", "definition": "A disorder characterized by a viral pathologic process involving the liver parenchyma." }, { "code": "10019805", "display": "Hepatobiliary disorders - Other, specify", "definition": "No Value Exists" }, { "code": "10020039", "display": "Hiccups", "definition": "A disorder characterized by repeated gulp sounds that result from an involuntary opening and closing of the glottis. This is attributed to a spasm of the diaphragm." }, { "code": "10020100", "display": "Hip fracture", "definition": "A finding of traumatic injury to the hip in which the continuity of either the femoral head, femoral neck, intertrochanteric or subtrochanteric regions is broken." }, { "code": "10020112", "display": "Hirsutism", "definition": "A disorder characterized by the presence of excess hair growth in women in anatomic sites where growth is considered to be a secondary male characteristic and under androgen control (beard, moustache, chest, abdomen)" }, { "code": "10020201", "display": "Hoarseness", "definition": "A disorder characterized by harsh and raspy voice arising from or spreading to the larynx." }, { "code": "10020407", "display": "Hot flashes", "definition": "A disorder characterized by an uncomfortable and temporary sensation of intense body warmth, flushing, sometimes accompanied by sweating upon cooling." }, { "code": "10020508", "display": "Hydrocephalus", "definition": "A disorder characterized by an abnormal increase of cerebrospinal fluid in the ventricles of the brain." }, { "code": "10020587", "display": "Hypercalcemia", "definition": "A disorder characterized by laboratory test results that indicate an elevation in the concentration of calcium in blood." }, { "code": "10020639", "display": "Hyperglycemia", "definition": "A disorder characterized by laboratory test results that indicate an elevation in the concentration of blood sugar. It is usually an indication of diabetes mellitus or glucose intolerance." }, { "code": "10020642", "display": "Hyperhidrosis", "definition": "A disorder characterized by excessive perspiration." }, { "code": "10020647", "display": "Hyperkalemia", "definition": "A disorder characterized by laboratory test results that indicate an elevation in the concentration of potassium in the blood; associated with kidney failure or sometimes with the use of diuretic drugs." }, { "code": "10020670", "display": "Hypermagnesemia", "definition": "A disorder characterized by laboratory test results that indicate an elevation in the concentration of magnesium in the blood." }, { "code": "10020680", "display": "Hypernatremia", "definition": "A disorder characterized by laboratory test results that indicate an elevation in the concentration of sodium in the blood." }, { "code": "10020705", "display": "Hyperparathyroidism", "definition": "A disorder characterized by an increase in production of parathyroid hormone by the parathyroid glands. This results in hypercalcemia (abnormally high levels of calcium in the blood)." }, { "code": "10020765", "display": "Hypersomnia", "definition": "A disorder characterized by characterized by excessive sleepiness during the daytime." }, { "code": "10020772", "display": "Hypertension", "definition": "A disorder characterized by a pathological increase in blood pressure; a repeatedly elevation in the blood pressure exceeding 140 over 90 mm Hg." }, { "code": "10020850", "display": "Hyperthyroidism", "definition": "A disorder characterized by excessive levels of thyroid hormone in the body. Common causes include an overactive thyroid gland or thyroid hormone overdose." }, { "code": "10020864", "display": "Hypertrichosis", "definition": "A disorder characterized by hair density or length beyond the accepted limits of normal in a particular body region, for a particular age or race." }, { "code": "10020870", "display": "Hypertriglyceridemia", "definition": "A disorder characterized by laboratory test results that indicate an elevation in the concentration of triglyceride concentration in the blood." }, { "code": "10020907", "display": "Hyperuricemia", "definition": "A disorder characterized by laboratory test results that indicate an elevation in the concentration of uric acid." }, { "code": "10020943", "display": "Hypoalbuminemia", "definition": "A disorder characterized by laboratory test results that indicate a low concentration of albumin in the blood." }, { "code": "10020949", "display": "Hypocalcemia", "definition": "A disorder characterized by laboratory test results that indicate a low concentration of calcium in the blood." }, { "code": "10021005", "display": "Hypoglycemia", "definition": "A disorder characterized by laboratory test results that indicate a low concentration of glucose in the blood." }, { "code": "10021013", "display": "Hypohidrosis", "definition": "A disorder characterized by reduced sweating." }, { "code": "10021018", "display": "Hypokalemia", "definition": "A disorder characterized by laboratory test results that indicate a low concentration of potassium in the blood." }, { "code": "10021028", "display": "Hypomagnesemia", "definition": "A disorder characterized by laboratory test results that indicate a low concentration of magnesium in the blood." }, { "code": "10021038", "display": "Hyponatremia", "definition": "A disorder characterized by laboratory test results that indicate a low concentration of sodium in the blood." }, { "code": "10021041", "display": "Hypoparathyroidism", "definition": "A disorder characterized by a decrease in production of parathyroid hormone by the parathyroid glands." }, { "code": "10021059", "display": "Hypophosphatemia", "definition": "A disorder characterized by laboratory test results that indicate a low concentration of phosphates in the blood." }, { "code": "10021097", "display": "Hypotension", "definition": "A disorder characterized by a blood pressure that is below the normal expected for an individual in a given environment." }, { "code": "10021113", "display": "Hypothermia", "definition": "A disorder characterized by an abnormally low body temperature. Treatment is required when the body temperature is 35C (95F) or below." }, { "code": "10021114", "display": "Hypothyroidism", "definition": "A disorder characterized by a decrease in production of thyroid hormone by the thyroid gland." }, { "code": "10021143", "display": "Hypoxia", "definition": "A disorder characterized by a decrease in the level of oxygen in the body." }, { "code": "10021305", "display": "Ileal perforation", "definition": "A disorder characterized by a rupture in the ileal wall." }, { "code": "10021307", "display": "Ileal stenosis", "definition": "A disorder characterized by a narrowing of the lumen of the ileum." }, { "code": "10021309", "display": "Ileal ulcer", "definition": "A disorder characterized by a circumscribed, inflammatory and necrotic erosive lesion on the mucosal surface of the ileum." }, { "code": "10021328", "display": "Ileus", "definition": "A disorder characterized by failure of the ileum to transport intestinal contents." }, { "code": "10021428", "display": "Immune system disorders - Other, specify", "definition": "No Value Exists" }, { "code": "10021881", "display": "Infections and infestations - Other, specify", "definition": "No Value Exists" }, { "code": "10021918", "display": "Infective myositis", "definition": "A disorder characterized by an infectious process involving the skeletal muscles." }, { "code": "10022095", "display": "Injection site reaction", "definition": "A disorder characterized by an intense adverse reaction (usually immunologic) developing at the site of an injection." }, { "code": "10022117", "display": "Injury, poisoning and procedural complications - Other, specify", "definition": "No Value Exists" }, { "code": "10022161", "display": "Injury to carotid artery", "definition": "A finding of damage to the carotid artery." }, { "code": "10022213", "display": "Injury to inferior vena cava", "definition": "A finding of damage to the inferior vena cava." }, { "code": "10022356", "display": "Injury to superior vena cava", "definition": "A finding of damage to the superior vena cava." }, { "code": "10022402", "display": "INR increased", "definition": "A finding based on laboratory test results that indicate an increase in the ratio of the patient's prothrombin time to a control sample in the blood." }, { "code": "10022437", "display": "Insomnia", "definition": "A disorder characterized by difficulty in falling asleep and/or remaining asleep." }, { "code": "10022763", "display": "Intracranial hemorrhage", "definition": "A disorder characterized by bleeding from the cranium." }, { "code": "10022891", "display": "Investigations - Other, specify", "definition": "No Value Exists" }, { "code": "10022992", "display": "Irregular menstruation", "definition": "A disorder characterized by irregular cycle or duration of menses." }, { "code": "10022998", "display": "Irritability", "definition": "A disorder characterized by an abnormal responsiveness to stimuli or physiological arousal; may be in response to pain, fright, a drug, an emotional situation or a medical condition." }, { "code": "10023030", "display": "Ischemia cerebrovascular", "definition": "A disorder characterized by a decrease or absence of blood supply to the brain caused by obstruction (thrombosis or embolism) of an artery resulting in neurological damage." }, { "code": "10023174", "display": "Jejunal perforation", "definition": "A disorder characterized by a rupture in the jejunal wall." }, { "code": "10023176", "display": "Jejunal stenosis", "definition": "A disorder characterized by a narrowing of the lumen of the jejunum." }, { "code": "10023177", "display": "Jejunal ulcer", "definition": "A disorder characterized by a circumscribed, inflammatory and necrotic erosive lesion on the mucosal surface of the jejunum." }, { "code": "10023215", "display": "Joint effusion", "definition": "A disorder characterized by excessive fluid in a joint, usually as a result of joint inflammation." }, { "code": "10023216", "display": "Joint infection", "definition": "A disorder characterized by an infectious process involving a joint." }, { "code": "10023332", "display": "Keratitis", "definition": "A disorder characterized by inflammation to the cornea of the eye." }, { "code": "10023424", "display": "Kidney infection", "definition": "A disorder characterized by an infectious process involving the kidney." }, { "code": "10023509", "display": "Kyphosis", "definition": "A disorder characterized by an abnormal increase in the curvature of the thoracic portion of the spine." }, { "code": "10023838", "display": "Laryngeal edema", "definition": "A disorder characterized by swelling due to an excessive accumulation of fluid in the larynx." }, { "code": "10023862", "display": "Laryngeal stenosis", "definition": "A disorder characterized by a narrowing of the laryngeal airway." }, { "code": "10023874", "display": "Laryngitis", "definition": "A disorder characterized by an inflammatory process involving the larynx." }, { "code": "10023891", "display": "Laryngospasm", "definition": "A disorder characterized by paroxysmal spasmodic muscular contraction of the vocal cords." }, { "code": "10024264", "display": "Lethargy", "definition": "A disorder characterized by a decrease in consciousness characterized by mental and physical inertness." }, { "code": "10024378", "display": "Leukocytosis", "definition": "A disorder characterized by laboratory test results that indicate an increased number of white blood cells in the blood." }, { "code": "10024382", "display": "Leukoencephalopathy", "definition": "A disorder characterized by diffuse reactive astrocytosis with multiple areas of necrotic foci without inflammation." }, { "code": "10024419", "display": "Libido decreased", "definition": "A disorder characterized by a decrease in sexual desire." }, { "code": "10024421", "display": "Libido increased", "definition": "A disorder characterized by an increase in sexual desire." }, { "code": "10024561", "display": "Lip pain", "definition": "A disorder characterized by a sensation of marked discomfort of the lip." }, { "code": "10024574", "display": "Lipase increased", "definition": "A finding based on laboratory test results that indicate an increase in the level of lipase in a biological specimen." }, { "code": "10024842", "display": "Lordosis", "definition": "A disorder characterized by an abnormal increase in the curvature of the lumbar portion of the spine." }, { "code": "10025182", "display": "Lymph node pain", "definition": "A disorder characterized by a sensation of marked discomfort in a lymph node." }, { "code": "10025233", "display": "Lymphedema", "definition": "A disorder characterized by excessive fluid collection in tissues that causes swelling." }, { "code": "10025256", "display": "Lymphocyte count decreased", "definition": "A finding based on laboratory test results that indicate a decrease in number of lymphocytes in a blood specimen." }, { "code": "10025258", "display": "Lymphocyte count increased", "definition": "A finding based on laboratory test results that indicate an abnormal increase in the number of lymphocytes in the blood, effusions or bone marrow." }, { "code": "10025476", "display": "Malabsorption", "definition": "A disorder characterized by inadequate absorption of nutrients in the small intestine. Symptoms include abdominal marked discomfort, bloating and diarrhea." }, { "code": "10025482", "display": "Malaise", "definition": "A disorder characterized by a feeling of general discomfort or uneasiness, an out-of-sorts feeling." }, { "code": "10026749", "display": "Mania", "definition": "A disorder characterized by excitement of psychotic proportions manifested by mental and physical hyperactivity, disorganization of behavior and elevation of mood." }, { "code": "10027175", "display": "Memory impairment", "definition": "A disorder characterized by a deterioration in memory function." }, { "code": "10027198", "display": "Meningismus", "definition": "A disorder characterized by neck stiffness, headache, and photophobia resulting from irritation of the cerebral meninges." }, { "code": "10027199", "display": "Meningitis", "definition": "A disorder characterized by acute inflammation of the meninges of the brain and/or spinal cord." }, { "code": "10027308", "display": "Menopause", "definition": "A disorder characterized by the permanent cessation of menses, usually defined by 12 consecutive months of amenorrhea in a woman over 45 years of age." }, { "code": "10027313", "display": "Menorrhagia", "definition": "A disorder characterized by abnormally heavy vaginal bleeding during menses." }, { "code": "10027433", "display": "Metabolism and nutrition disorders - Other, specify", "definition": "No Value Exists" }, { "code": "10027786", "display": "Mobitz (type) II atrioventricular block", "definition": "A disorder characterized by a dysrhythmia with relatively constant PR interval prior to the block of an atrial impulse. This is the result of intermittent failure of atrial electrical impulse conduction through the atrioventricular (AV) node to the ventricles." }, { "code": "10027787", "display": "Mobitz type I", "definition": "A disorder characterized by a dysrhythmia with a progressively lengthening PR interval prior to the blocking of an atrial impulse. This is the result of intermittent failure of atrial electrical impulse conduction through the atrioventricular (AV) node to the ventricles." }, { "code": "10028041", "display": "Movements involuntary", "definition": "A disorder characterized by uncontrolled and purposeless movements." }, { "code": "10028130", "display": "Mucositis oral", "definition": "A disorder characterized by inflammation of the oral mucosal." }, { "code": "10028154", "display": "Multi-organ failure", "definition": "A disorder characterized by progressive deterioration of the lungs, liver, kidney and clotting mechanisms." }, { "code": "10028395", "display": "Musculoskeletal and connective tissue disorder - Other, specify", "definition": "No Value Exists" }, { "code": "10028411", "display": "Myalgia", "definition": "A disorder characterized by marked discomfort sensation originating from a muscle or group of muscles." }, { "code": "10028524", "display": "Myelitis", "definition": "A disorder characterized by inflammation involving the spinal cord. Symptoms include weakness, paresthesia, sensory loss, marked discomfort and incontinence." }, { "code": "10028533", "display": "Myelodysplastic syndrome", "definition": "A disorder characterized by insufficiently healthy hematapoietic cell production by the bone marrow." }, { "code": "10028596", "display": "Myocardial infarction", "definition": "A disorder characterized by gross necrosis of the myocardium; this is due to an interruption of blood supply to the area." }, { "code": "10028606", "display": "Myocarditis", "definition": "A disorder characterized by inflammation of the muscle tissue of the heart." }, { "code": "10028653", "display": "Myositis", "definition": "A disorder characterized by inflammation involving the skeletal muscles." }, { "code": "10028691", "display": "Nail discoloration", "definition": "A disorder characterized by a change in the color of the nail plate." }, { "code": "10028735", "display": "Nasal congestion", "definition": "A disorder characterized by obstruction of the nasal passage due to mucosal edema." }, { "code": "10028813", "display": "Nausea", "definition": "A disorder characterized by a queasy sensation and/or the urge to vomit." }, { "code": "10028836", "display": "Neck pain", "definition": "A disorder characterized by marked discomfort sensation in the neck area." }, { "code": "10029104", "display": "Neoplasms benign, malignant and unspecified (incl cysts and polyps) - Other, specify", "definition": "No Value Exists" }, { "code": "10029205", "display": "Nervous system disorders - Other, specify", "definition": "No Value Exists" }, { "code": "10029223", "display": "Neuralgia", "definition": "A disorder characterized by intense painful sensation along a nerve or group of nerves." }, { "code": "10029366", "display": "Neutrophil count decreased", "definition": "A finding based on laboratory test results that indicate a decrease in number of neutrophils in a blood specimen." }, { "code": "10029404", "display": "Night blindness", "definition": "A disorder characterized by an inability to see clearly in dim light." }, { "code": "10029864", "display": "Nystagmus", "definition": "A disorder characterized by involuntary movements of the eyeballs." }, { "code": "10029883", "display": "Obesity", "definition": "A disorder characterized by having a high amount of body fat." }, { "code": "10029957", "display": "Obstruction gastric", "definition": "A disorder characterized by blockage of the normal flow of the contents in the stomach." }, { "code": "10030300", "display": "Oligospermia", "definition": "A disorder characterized by a decrease in the number of spermatozoa in the semen." }, { "code": "10030980", "display": "Oral hemorrhage", "definition": "A disorder characterized by bleeding from the mouth." }, { "code": "10031009", "display": "Oral pain", "definition": "A disorder characterized by a sensation of marked discomfort in the mouth, tongue or lips." }, { "code": "10031282", "display": "Osteoporosis", "definition": "A disorder characterized by reduced bone mass, with a decrease in cortical thickness and in the number and size of the trabeculae of cancellous bone (but normal chemical composition), resulting in increased fracture incidence." }, { "code": "10033072", "display": "Otitis externa", "definition": "A disorder characterized by an infectious process involving the outer ear and ear canal. Contributory factors include excessive water exposure (swimmer's ear infection) and cuts in the ear canal. Symptoms include fullness, itching, swelling and marked discomfort in the ear and ear drainage." }, { "code": "10033078", "display": "Otitis media", "definition": "A disorder characterized by an infectious process involving the middle ear." }, { "code": "10033279", "display": "Ovarian rupture", "definition": "A disorder characterized by tearing or disruption of the ovarian tissue." }, { "code": "10033314", "display": "Ovulation pain", "definition": "A disorder characterized by marked discomfort sensation in one side of the abdomen between menstrual cycles, around the time of the discharge of the ovum from the ovarian follicle." }, { "code": "10033371", "display": "Pain", "definition": "A disorder characterized by the sensation of marked discomfort, distress or agony." }, { "code": "10033425", "display": "Pain in extremity", "definition": "A disorder characterized by marked discomfort sensation in the upper or lower extremities." }, { "code": "10033474", "display": "Pain of skin", "definition": "A disorder characterized by marked discomfort sensation in the skin." }, { "code": "10033557", "display": "Palpitations", "definition": "A disorder characterized by an unpleasant sensation of irregular and/or forceful beating of the heart." }, { "code": "10033626", "display": "Pancreatic hemorrhage", "definition": "A disorder characterized by bleeding from the pancreas." }, { "code": "10033645", "display": "Pancreatitis", "definition": "A disorder characterized by inflammation of the pancreas." }, { "code": "10033703", "display": "Papilledema", "definition": "A disorder characterized by swelling around the optic disc." }, { "code": "10033987", "display": "Paresthesia", "definition": "A disorder characterized by functional disturbances of sensory neurons resulting in abnormal cutaneous sensations of tingling, numbness, pressure, cold, and warmth that are experienced in the absence of a stimulus." }, { "code": "10034016", "display": "Paronychia", "definition": "A disorder characterized by an infectious process involving the soft tissues around the nail." }, { "code": "10034040", "display": "Paroxysmal atrial tachycardia", "definition": "A disorder characterized by a dysrhythmia with abrupt onset and sudden termination of atrial contractions with a rate of 150-250 beats per minute. The rhythm disturbance originates in the atria." }, { "code": "10034263", "display": "Pelvic pain", "definition": "A disorder characterized by marked discomfort sensation in the pelvis." }, { "code": "10034310", "display": "Penile pain", "definition": "A disorder characterized by marked discomfort sensation in the penis." }, { "code": "10034405", "display": "Perforation bile duct", "definition": "A disorder characterized by a rupture in the wall of the extrahepatic or intrahepatic bile duct." }, { "code": "10034474", "display": "Pericardial effusion", "definition": "A disorder characterized by fluid collection within the pericardial sac, usually due to inflammation." }, { "code": "10034484", "display": "Pericarditis", "definition": "A disorder characterized by irritation to the layers of the pericardium (the protective sac around the heart)." }, { "code": "10034536", "display": "Periodontal disease", "definition": "A disorder in the gingival tissue around the teeth." }, { "code": "10034578", "display": "Peripheral ischemia", "definition": "A disorder characterized by impaired circulation to an extremity." }, { "code": "10034580", "display": "Peripheral motor neuropathy", "definition": "A disorder characterized by inflammation or degeneration of the peripheral motor nerves." }, { "code": "10034620", "display": "Peripheral sensory neuropathy", "definition": "A disorder characterized by inflammation or degeneration of the peripheral sensory nerves." }, { "code": "10034719", "display": "Personality change", "definition": "A disorder characterized by a conspicuous change in a person's behavior and thinking." }, { "code": "10034825", "display": "Pharyngeal fistula", "definition": "A disorder characterized by an abnormal communication between the pharynx and another organ or anatomic site." }, { "code": "10034835", "display": "Pharyngitis", "definition": "A disorder characterized by inflammation of the throat." }, { "code": "10034844", "display": "Pharyngolaryngeal pain", "definition": "A disorder characterized by marked discomfort sensation in the pharyngolaryngeal region." }, { "code": "10034879", "display": "Phlebitis", "definition": "A disorder characterized by inflammation of the wall of a vein." }, { "code": "10034960", "display": "Photophobia", "definition": "A disorder characterized by fear and avoidance of light." }, { "code": "10034966", "display": "Photosensitivity", "definition": "A disorder characterized by an increase in sensitivity of the skin to light." }, { "code": "10035528", "display": "Platelet count decreased", "definition": "A finding based on laboratory test results that indicate a decrease in number of platelets in a blood specimen." }, { "code": "10035598", "display": "Pleural effusion", "definition": "A disorder characterized by an increase in amounts of fluid within the pleural cavity. Symptoms include shortness of breath, cough and marked chest discomfort." }, { "code": "10035623", "display": "Pleuritic pain", "definition": "A disorder characterized by marked discomfort sensation in the pleura." }, { "code": "10035742", "display": "Pneumonitis", "definition": "A disorder characterized by inflammation focally or diffusely affecting the lung parenchyma." }, { "code": "10035759", "display": "Pneumothorax", "definition": "A disorder characterized by abnormal presence of air in the pleural cavity resulting in the collapse of the lung." }, { "code": "10036200", "display": "Portal hypertension", "definition": "A disorder characterized by an increase in blood pressure in the portal venous system." }, { "code": "10036206", "display": "Portal vein thrombosis", "definition": "A disorder characterized by the formation of a thrombus (blood clot) in the portal vein." }, { "code": "10036402", "display": "Postnasal drip", "definition": "A disorder characterized by excessive mucous secretion in the back of the nasal cavity or throat, causing sore throat and/or coughing." }, { "code": "10036585", "display": "Pregnancy, puerperium and perinatal conditions - Other, specify", "definition": "No Value Exists" }, { "code": "10036595", "display": "Premature delivery", "definition": "A disorder characterized by delivery of a viable infant before the normal end of gestation. Typically, viability is achievable between the twentieth and thirty-seventh week of gestation." }, { "code": "10036601", "display": "Premature menopause", "definition": "A disorder characterized by ovarian failure before the age of 40. Symptoms include hot flashes, night sweats, mood swings and a decrease in sex drive." }, { "code": "10036653", "display": "Presyncope", "definition": "A disorder characterized by an episode of lightheadedness and dizziness which may precede an episode of syncope." }, { "code": "10036774", "display": "Proctitis", "definition": "A disorder characterized by inflammation of the rectum." }, { "code": "10036790", "display": "Productive cough", "definition": "A disorder characterized by expectorated secretions upon coughing." }, { "code": "10036968", "display": "Prostatic pain", "definition": "A disorder characterized by a sensation of marked discomfort in the prostate gland." }, { "code": "10037032", "display": "Proteinuria", "definition": "A disorder characterized by laboratory test results that indicate the presence of excessive protein in the urine. It is predominantly albumin, but also globulin." }, { "code": "10037087", "display": "Pruritus", "definition": "A disorder characterized by an intense itching sensation." }, { "code": "10037175", "display": "Psychiatric disorders - Other, specify", "definition": "No Value Exists" }, { "code": "10037234", "display": "Psychosis", "definition": "A disorder characterized by personality change, impaired functioning, and loss of touch with reality. It may be a manifestation of schizophrenia, bipolar disorder or brain tumor." }, { "code": "10037375", "display": "Pulmonary edema", "definition": "A disorder characterized by accumulation of fluid in the lung tissues that causes a disturbance of the gas exchange that may lead to respiratory failure." }, { "code": "10037383", "display": "Pulmonary fibrosis", "definition": "A disorder characterized by the replacement of the lung tissue by connective tissue, leading to progressive dyspnea, respiratory failure or right heart failure." }, { "code": "10037400", "display": "Pulmonary hypertension", "definition": "A disorder characterized by an increase in pressure within the pulmonary circulation due to lung or heart disorder." }, { "code": "10037549", "display": "Purpura", "definition": "A disorder characterized by hemorrhagic areas of the skin and mucous membrane. Newer lesions appear reddish in color. Older lesions are usually a darker purple color and eventually become a brownish-yellow color." }, { "code": "10037767", "display": "Radiation recall reaction (dermatologic)", "definition": "A finding of acute skin inflammatory reaction caused by drugs, especially chemotherapeutic agents, for weeks or months following radiotherapy. The inflammatory reaction is confined to the previously irradiated skin and the symptoms disappear after the removal of the pharmaceutical agent." }, { "code": "10037847", "display": "Rash acneiform", "definition": "A disorder characterized by an eruption of papules and pustules, typically appearing in face, scalp, upper chest and back." }, { "code": "10037868", "display": "Rash maculo-papular", "definition": "A disorder characterized by the presence of macules (flat) and papules (elevated). Also known as morbillform rash, it is one of the most common cutaneous adverse events, frequently affecting the upper trunk, spreading centripetally and associated with pruritus." }, { "code": "10037888", "display": "Rash pustular", "definition": "A disorder characterized by a circumscribed and elevated skin lesion filled with pus." }, { "code": "10038062", "display": "Rectal fistula", "definition": "A disorder characterized by an abnormal communication between the rectum and another organ or anatomic site." }, { "code": "10038064", "display": "Rectal hemorrhage", "definition": "A disorder characterized by bleeding from the rectal wall and discharged from the anus." }, { "code": "10038072", "display": "Rectal pain", "definition": "A disorder characterized by a sensation of marked discomfort in the rectal region." }, { "code": "10038073", "display": "Rectal perforation", "definition": "A disorder characterized by a rupture in the rectal wall." }, { "code": "10038079", "display": "Rectal stenosis", "definition": "A disorder characterized by a narrowing of the lumen of the rectum." }, { "code": "10038080", "display": "Rectal ulcer", "definition": "A disorder characterized by a circumscribed, inflammatory and necrotic erosive lesion on the mucosal surface of the rectum." }, { "code": "10038130", "display": "Recurrent laryngeal nerve palsy", "definition": "A disorder characterized by paralysis of the recurrent laryngeal nerve." }, { "code": "10038359", "display": "Renal and urinary disorders - Other, specify", "definition": "No Value Exists" }, { "code": "10038385", "display": "Renal calculi", "definition": "A disorder characterized by the formation of crystals in the pelvis of the kidney." }, { "code": "10038419", "display": "Renal colic", "definition": "A disorder characterized by paroxysmal and severe flank marked discomfort radiating to the inguinal area. Often, the cause is the passage of kidney stones." }, { "code": "10038463", "display": "Renal hemorrhage", "definition": "A disorder characterized by bleeding from the kidney." }, { "code": "10038604", "display": "Reproductive system and breast disorders - Other, specify", "definition": "No Value Exists" }, { "code": "10038695", "display": "Respiratory failure", "definition": "A disorder characterized by impaired gas exchange by the respiratory system resulting in hypoxemia and a decrease in oxygenation of the tissues that may be associated with an increase in arterial levels of carbon dioxide." }, { "code": "10038738", "display": "Respiratory, thoracic and mediastinal disorders - Other, specify", "definition": "No Value Exists" }, { "code": "10038743", "display": "Restlessness", "definition": "A disorder characterized by an inability to rest, relax or be still." }, { "code": "10038748", "display": "Restrictive cardiomyopathy", "definition": "A disorder characterized by an inability of the ventricles to fill with blood because the myocardium (heart muscle) stiffens and loses its flexibility." }, { "code": "10038848", "display": "Retinal detachment", "definition": "A disorder characterized by the separation of the inner retina layers from the underlying pigment epithelium." }, { "code": "10038897", "display": "Retinal tear", "definition": "A disorder characterized by a small laceration of the retina, this occurs when the vitreous separates from the retina. Symptoms include flashes and floaters." }, { "code": "10038901", "display": "Retinal vascular disorder", "definition": "A disorder characterized by pathological retinal blood vessels that adversely affects vision." }, { "code": "10038921", "display": "Retinoic acid syndrome", "definition": "A disorder characterized by weight gain, dyspnea, pleural and pericardial effusions, leukocytosis and/or renal failure originally described in patients treated with all-trans retinoic acid." }, { "code": "10038923", "display": "Retinopathy", "definition": "A disorder involving the retina." }, { "code": "10038981", "display": "Retroperitoneal hemorrhage", "definition": "A disorder characterized by bleeding from the retroperitoneal area." }, { "code": "10039411", "display": "Salivary gland fistula", "definition": "A disorder characterized by an abnormal communication between a salivary gland and another organ or anatomic site." }, { "code": "10039413", "display": "Salivary gland infection", "definition": "A disorder characterized by an infectious process involving the salivary gland." }, { "code": "10039722", "display": "Scoliosis", "definition": "A disorder characterized by a malformed, lateral curvature of the spine." }, { "code": "10039757", "display": "Scrotal pain", "definition": "A disorder characterized by marked discomfort sensation in the scrotal area." }, { "code": "10039906", "display": "Seizure", "definition": "A disorder characterized by a sudden, involuntary skeletal muscular contractions of cerebral or brain stem origin." }, { "code": "10040047", "display": "Sepsis", "definition": "A disorder characterized by the presence of pathogenic microorganisms in the blood stream that cause a rapidly progressing systemic reaction that may lead to shock." }, { "code": "10040102", "display": "Seroma", "definition": "A finding of tumor-like collection of serum in the tissues." }, { "code": "10040139", "display": "Serum amylase increased", "definition": "A finding based on laboratory test results that indicate an increase in the levels of amylase in a serum specimen." }, { "code": "10040400", "display": "Serum sickness", "definition": "A disorder characterized by a delayed-type hypersensitivity reaction to foreign proteins derived from an animal serum. It occurs approximately six to twenty-one days following the administration of the foreign antigen. Symptoms include fever, arthralgias, myalgias, skin eruptions, lymphadenopathy, chest marked discomfort and dyspnea." }, { "code": "10040639", "display": "Sick sinus syndrome", "definition": "A disorder characterized by a dysrhythmia with alternating periods of bradycardia and atrial tachycardia accompanied by syncope, fatigue and dizziness." }, { "code": "10040741", "display": "Sinus bradycardia", "definition": "A disorder characterized by a dysrhythmia with a heart rate less than 60 beats per minute that originates in the sinus node." }, { "code": "10040747", "display": "Sinus pain", "definition": "A disorder characterized by marked discomfort in the face, between the eyes, or upper teeth originating from the sinuses." }, { "code": "10040752", "display": "Sinus tachycardia", "definition": "A disorder characterized by a dysrhythmia with a heart rate greater than 100 beats per minute that originates in the sinus node." }, { "code": "10040753", "display": "Sinusitis", "definition": "A disorder characterized by an infectious process involving the mucous membranes of the paranasal sinuses." }, { "code": "10040785", "display": "Skin and subcutaneous tissue disorders - Other, specify", "definition": "No Value Exists" }, { "code": "10040799", "display": "Skin atrophy", "definition": "A disorder characterized by the degeneration and thinning of the epidermis and dermis." }, { "code": "10040865", "display": "Skin hyperpigmentation", "definition": "A disorder characterized by darkening of the skin due to excessive melanin deposition." }, { "code": "10040868", "display": "Skin hypopigmentation", "definition": "A disorder characterized by loss of skin pigment." }, { "code": "10040872", "display": "Skin infection", "definition": "A disorder characterized by an infectious process involving the skin." }, { "code": "10040947", "display": "Skin ulceration", "definition": "A disorder characterized by circumscribed, inflammatory and necrotic erosive lesion on the skin." }, { "code": "10040975", "display": "Sleep apnea", "definition": "A disorder characterized by cessation of breathing for short periods during sleep." }, { "code": "10041101", "display": "Small intestinal obstruction", "definition": "A disorder characterized by blockage of the normal flow of the intestinal contents." }, { "code": "10041103", "display": "Small intestinal perforation", "definition": "A disorder characterized by a rupture in the small intestine wall." }, { "code": "10041133", "display": "Small intestine ulcer", "definition": "A disorder characterized by a circumscribed, inflammatory and necrotic erosive lesion on the mucosal surface of the small intestine." }, { "code": "10041232", "display": "Sneezing", "definition": "A disorder characterized by the involuntary expulsion of air from the nose." }, { "code": "10041244", "display": "Social circumstances - Other, specify", "definition": "No Value Exists" }, { "code": "10041349", "display": "Somnolence", "definition": "A disorder characterized by characterized by excessive sleepiness and drowsiness." }, { "code": "10041367", "display": "Sore throat", "definition": "A disorder characterized by of marked discomfort in the throat" }, { "code": "10041416", "display": "Spasticity", "definition": "A disorder characterized by increased involuntary muscle tone that affects the regions interfering with voluntary movement. It results in gait, movement, and speech disturbances." }, { "code": "10041569", "display": "Spinal fracture", "definition": "A finding of traumatic injury to the spine in which the continuity of a vertebral bone is broken." }, { "code": "10041633", "display": "Spleen disorder", "definition": "A disorder of the spleen." }, { "code": "10042033", "display": "Stevens-Johnson syndrome", "definition": "A disorder characterized by less than 10% total body skin area separation of dermis. The syndrome is thought to be a hypersensitivity complex affecting the skin and the mucous membranes." }, { "code": "10042112", "display": "Stomach pain", "definition": "A disorder characterized by a sensation of marked discomfort in the stomach." }, { "code": "10042127", "display": "Stomal ulcer", "definition": "A disorder characterized by a circumscribed, inflammatory and necrotic erosive lesion on the jejunal mucosal surface close to the anastomosis site following a gastroenterostomy procedure." }, { "code": "10042241", "display": "Stridor", "definition": "A disorder characterized by a high pitched breathing sound due to laryngeal or upper airway obstruction." }, { "code": "10042244", "display": "Stroke", "definition": "A disorder characterized by a sudden loss of sensory function due to an intracranial vascular event." }, { "code": "10042435", "display": "Sudden death NOS", "definition": "An unexpected cessation of life that cannot be attributed to a CTCAE term associated with Grade 5." }, { "code": "10042458", "display": "Suicidal ideation", "definition": "A disorder characterized by thoughts of taking one's own life." }, { "code": "10042464", "display": "Suicide attempt", "definition": "A disorder characterized by self-inflicted harm in an attempt to end one's own life." }, { "code": "10042554", "display": "Superficial thrombophlebitis", "definition": "A disorder characterized by a blood clot and inflammation involving a superficial vein of the extremities." }, { "code": "10042569", "display": "Superior vena cava syndrome", "definition": "A disorder characterized by obstruction of the blood flow in the superior vena cava. Signs and symptoms include swelling and cyanosis of the face, neck, and upper arms, cough, orthopnea and headache." }, { "code": "10042604", "display": "Supraventricular tachycardia", "definition": "A disorder characterized by a dysrhythmia with a heart rate greater than 100 beats per minute that originates above the ventricles." }, { "code": "10042613", "display": "Surgical and medical procedures - Other, specify", "definition": "No Value Exists" }, { "code": "10042772", "display": "Syncope", "definition": "A disorder characterized by spontaneous loss of consciousness caused by insufficient blood supply to the brain." }, { "code": "10043189", "display": "Telangiectasia", "definition": "A disorder characterized by local dilatation of small vessels resulting in red discoloration of the skin or mucous membranes." }, { "code": "10043306", "display": "Testicular disorder", "definition": "A disorder characterized by involvement of the testis." }, { "code": "10043345", "display": "Testicular pain", "definition": "A disorder characterized by a sensation of marked discomfort in the testis." }, { "code": "10043565", "display": "Thromboembolic event", "definition": "A disorder characterized by occlusion of a vessel by a thrombus that has migrated from a distal site via the blood stream." }, { "code": "10043648", "display": "Thrombotic thrombocytopenic purpura", "definition": "A disorder characterized by the presence of microangiopathic hemolytic anemia, thrombocytopenic purpura, fever, renal abnormalities and neurological abnormalities such as seizures, hemiplegia, and visual disturbances. It is an acute or subacute condition." }, { "code": "10043882", "display": "Tinnitus", "definition": "A disorder characterized by noise in the ears, such as ringing, buzzing, roaring or clicking." }, { "code": "10044030", "display": "Tooth development disorder", "definition": "A disorder characterized by a pathological process of the teeth occurring during tooth development." }, { "code": "10044031", "display": "Tooth discoloration", "definition": "A disorder characterized by a change in tooth hue or tint." }, { "code": "10044055", "display": "Toothache", "definition": "A disorder characterized by a sensation of marked discomfort in the tooth." }, { "code": "10044223", "display": "Toxic epidermal necrolysis", "definition": "A disorder characterized by greater than 30% total body skin area separation of dermis. The syndrome is thought to be a hypersensitivity complex affecting the skin and the mucous membranes." }, { "code": "10044291", "display": "Tracheal obstruction", "definition": "A finding of blockage of the lumen of the trachea." }, { "code": "10044302", "display": "Tracheitis", "definition": "A disorder characterized by an infectious process involving the trachea." }, { "code": "10044391", "display": "Transient ischemic attacks", "definition": "A disorder characterized by a brief attack (less than 24 hours) of cerebral dysfunction of vascular origin, with no persistent neurological deficit." }, { "code": "10044565", "display": "Tremor", "definition": "A disorder characterized by the uncontrolled shaking movement of the whole body or individual parts." }, { "code": "10044684", "display": "Trismus", "definition": "A disorder characterized by lack of ability to open the mouth fully due to a decrease in the range of motion of the muscles of mastication." }, { "code": "10045152", "display": "Tumor lysis syndrome", "definition": "A disorder characterized by metabolic abnormalities that result from a spontaneous or therapy-related cytolysis of tumor cells." }, { "code": "10045158", "display": "Tumor pain", "definition": "A disorder characterized by marked discomfort from a neoplasm that may be pressing on a nerve, blocking blood vessels, inflamed or fractured from metastasis." }, { "code": "10045271", "display": "Typhlitis", "definition": "A disorder characterized by inflammation of the cecum." }, { "code": "10045542", "display": "Unintended pregnancy", "definition": "A disorder characterized by an unexpected pregnancy at the time of conception." }, { "code": "10046300", "display": "Upper respiratory infection", "definition": "A disorder characterized by an infectious process involving the upper respiratory tract (nose, paranasal sinuses, pharynx, larynx, or trachea)." }, { "code": "10046539", "display": "Urinary frequency", "definition": "A disorder characterized by urination at short intervals." }, { "code": "10046543", "display": "Urinary incontinence", "definition": "A disorder characterized by inability to control the flow of urine from the bladder." }, { "code": "10046555", "display": "Urinary retention", "definition": "A disorder characterized by accumulation of urine within the bladder because of the inability to urinate." }, { "code": "10046571", "display": "Urinary tract infection", "definition": "A disorder characterized by an infectious process involving the urinary tract, most commonly the bladder and the urethra." }, { "code": "10046593", "display": "Urinary urgency", "definition": "A disorder characterized by a sudden compelling urge to urinate." }, { "code": "10046628", "display": "Urine discoloration", "definition": "A disorder characterized by a change in the color of the urine." }, { "code": "10046735", "display": "Urticaria", "definition": "A disorder characterized by an itchy skin eruption characterized by wheals with pale interiors and well-defined red margins." }, { "code": "10046789", "display": "Uterine hemorrhage", "definition": "A disorder characterized by bleeding from the uterus." }, { "code": "10046809", "display": "Uterine pain", "definition": "A disorder characterized by a sensation of marked discomfort in the uterus." }, { "code": "10046810", "display": "Uterine perforation", "definition": "A disorder characterized by a rupture in the uterine wall." }, { "code": "10046851", "display": "Uveitis", "definition": "A disorder characterized by inflammation to the uvea of the eye." }, { "code": "10046901", "display": "Vaginal discharge", "definition": "A disorder characterized by vaginal secretions. Mucus produced by the cervical glands is discharged from the vagina naturally, especially during the childbearing years." }, { "code": "10046904", "display": "Vaginal dryness", "definition": "A disorder characterized by an uncomfortable feeling of itching and burning in the vagina." }, { "code": "10046912", "display": "Vaginal hemorrhage", "definition": "A disorder characterized by bleeding from the vagina." }, { "code": "10046914", "display": "Vaginal infection", "definition": "A disorder characterized by an infectious process involving the vagina." }, { "code": "10046916", "display": "Vaginal inflammation", "definition": "A disorder characterized by inflammation involving the vagina. Symptoms may include redness, edema, marked discomfort and an increase in vaginal discharge." }, { "code": "10046937", "display": "Vaginal pain", "definition": "A disorder characterized by a sensation of marked discomfort in the vagina." }, { "code": "10046947", "display": "Vaginismus", "definition": "A disorder characterized by involuntary spasms of the pelvic floor muscles, resulting in pathologic tightness of the vaginal wall during penetration such as during sexual intercourse." }, { "code": "10047065", "display": "Vascular disorders - Other, specify", "definition": "No Value Exists" }, { "code": "10047115", "display": "Vasculitis", "definition": "A disorder characterized by inflammation involving the wall of a vessel." }, { "code": "10047166", "display": "Vasovagal reaction", "definition": "A disorder characterized by a sudden drop of the blood pressure, bradycardia, and peripheral vasodilation that may lead to loss of consciousness. It results from an increase in the stimulation of the vagus nerve." }, { "code": "10047228", "display": "Venous injury", "definition": "A finding of damage to a vein." }, { "code": "10047281", "display": "Ventricular arrhythmia", "definition": "A disorder characterized by a dysrhythmia that originates in the ventricles." }, { "code": "10047290", "display": "Ventricular fibrillation", "definition": "A disorder characterized by a dysrhythmia without discernible QRS complexes due to rapid repetitive excitation of myocardial fibers without coordinated contraction of the ventricles." }, { "code": "10047302", "display": "Ventricular tachycardia", "definition": "A disorder characterized by a dysrhythmia with a heart rate greater than 100 beats per minute that originates distal to the bundle of His." }, { "code": "10047340", "display": "Vertigo", "definition": "A disorder characterized by a sensation as if the external world were revolving around the patient (objective vertigo) or as if he himself were revolving in space (subjective vertigo)." }, { "code": "10047386", "display": "Vestibular disorder", "definition": "A disorder characterized by dizziness, imbalance, nausea, and vision problems." }, { "code": "10047488", "display": "Virilization", "definition": "A disorder characterized by inappropriate masculinization occurring in a female or prepubertal male." }, { "code": "10047580", "display": "Vital capacity abnormal", "definition": "A finding based on pulmonary function test results that indicate an abnormal vital capacity (amount of exhaled after a maximum inhalation) when compared to the predicted value." }, { "code": "10047656", "display": "Vitreous hemorrhage", "definition": "A disorder characterized by blood extravasation into the vitreous humor." }, { "code": "10047681", "display": "Voice alteration", "definition": "A disorder characterized by a change in the sound and/or speed of the voice." }, { "code": "10047700", "display": "Vomiting", "definition": "A disorder characterized by the reflexive act of ejecting the contents of the stomach through the mouth." }, { "code": "10047848", "display": "Watering eyes", "definition": "A disorder of excessive tearing in the eyes; it can be caused by overproduction of tears or impaired drainage of the tear duct." }, { "code": "10047896", "display": "Weight gain", "definition": "A finding characterized by an increase in overall body weight; for pediatrics, greater than the baseline growth curve." }, { "code": "10047900", "display": "Weight loss", "definition": "A finding characterized by a decrease in overall body weight; for pediatrics, less than the baseline growth curve." }, { "code": "10047924", "display": "Wheezing", "definition": "A disorder characterized by a high-pitched, whistling sound during breathing. It results from the narrowing or obstruction of the respiratory airways." }, { "code": "10048015", "display": "Wolff-Parkinson-White syndrome", "definition": "A disorder characterized by the presence of an accessory conductive pathway between the atria and the ventricles that causes premature ventricular activation." }, { "code": "10048031", "display": "Wound dehiscence", "definition": "A finding of separation of the approximated margins of a surgical wound." }, { "code": "10048038", "display": "Wound infection", "definition": "A disorder characterized by an infectious process involving the wound." }, { "code": "10048049", "display": "Wrist fracture", "definition": "A finding of traumatic injury to the wrist joint in which the continuity of a wrist bone is broken." }, { "code": "10048293", "display": "Leukemia secondary to oncology chemotherapy", "definition": "A disorder characterized by leukemia arising as a result of the mutagenic effect of chemotherapy agents." }, { "code": "10048492", "display": "Corneal ulcer", "definition": "A disorder characterized by an area of epithelial tissue loss on the surface of the cornea. It is associated with inflammatory cells in the cornea and anterior chamber." }, { "code": "10048580", "display": "Bone marrow hypocellular", "definition": "A disorder characterized by the inability of the bone marrow to produce hematopoietic elements." }, { "code": "10048642", "display": "Lymphocele", "definition": "A disorder characterized by a cystic lesion containing lymph." }, { "code": "10048677", "display": "Buttock pain", "definition": "A disorder characterized by marked discomfort sensation in the buttocks." }, { "code": "10048706", "display": "Joint range of motion decreased", "definition": "A disorder characterized by a decrease in joint flexibility of any joint." }, { "code": "10048762", "display": "Tooth infection", "definition": "A disorder characterized by an infectious process involving a tooth." }, { "code": "10048994", "display": "Bladder spasm", "definition": "A disorder characterized by a sudden and involuntary contraction of the bladder wall." }, { "code": "10049120", "display": "Scalp pain", "definition": "A disorder characterized by marked discomfort sensation in the skin covering the top and the back of the head." }, { "code": "10049182", "display": "White blood cell decreased", "definition": "A finding based on laboratory test results that indicate an decrease in number of white blood cells in a blood specimen." }, { "code": "10049192", "display": "Pancreatic fistula", "definition": "A disorder characterized by an abnormal communication between the pancreas and another organ or anatomic site." }, { "code": "10049281", "display": "Nail loss", "definition": "A disorder characterized by loss of all or a portion of the nail." }, { "code": "10049468", "display": "Intestinal stoma site bleeding", "definition": "A finding of blood leakage from the intestinal stoma." }, { "code": "10049737", "display": "Treatment related secondary malignancy", "definition": "A disorder characterized by development of a malignancy most probably as a result of treatment for a previously existing malignancy." }, { "code": "10050028", "display": "Pharyngeal stenosis", "definition": "A disorder characterized by a narrowing of the pharyngeal airway." }, { "code": "10050068", "display": "Edema limbs", "definition": "A disorder characterized by swelling due to excessive fluid accumulation in the upper or lower extremities." }, { "code": "10050094", "display": "Duodenal stenosis", "definition": "A disorder characterized by a narrowing of the lumen of the duodenum." }, { "code": "10050457", "display": "Pancreatic anastomotic leak", "definition": "A finding of leakage due to breakdown of a pancreatic anastomosis (surgical connection of two separate anatomic structures)." }, { "code": "10050458", "display": "Biliary anastomotic leak", "definition": "A finding of leakage of bile due to breakdown of a biliary anastomosis (surgical connection of two separate anatomic structures)." }, { "code": "10050528", "display": "Ejection fraction decreased", "definition": "The percentage computed when the amount of blood ejected during a ventricular contraction of the heart is compared to the amount that was present prior to the contraction." }, { "code": "10050662", "display": "Prostate infection", "definition": "A disorder characterized by an infectious process involving the prostate gland." }, { "code": "10050816", "display": "Tracheal stenosis", "definition": "A disorder characterized by a narrowing of the trachea." }, { "code": "10050823", "display": "Lymph gland infection", "definition": "A disorder characterized by an infectious process involving the lymph nodes." }, { "code": "10051228", "display": "Chylothorax", "definition": "A disorder characterized by milky pleural effusion (abnormal collection of fluid) resulting from accumulation of lymph fluid in the pleural cavity." }, { "code": "10051272", "display": "Facial muscle weakness", "definition": "A disorder characterized by a reduction in the strength of the facial muscles." }, { "code": "10051341", "display": "Bile duct stenosis", "definition": "A disorder characterized by a narrowing of the lumen of the bile duct." }, { "code": "10051472", "display": "Periorbital infection", "definition": "A disorder characterized by an infectious process involving the orbit of the eye." }, { "code": "10051592", "display": "Acute coronary syndrome", "definition": "A disorder characterized by signs and symptoms related to acute ischemia of the myocardium secondary to coronary artery disease. The clinical presentation covers a spectrum of heart diseases from unstable angina to myocardial infarction." }, { "code": "10051741", "display": "Pancreas infection", "definition": "A disorder characterized by an infectious process involving the pancreas." }, { "code": "10051746", "display": "Lower gastrointestinal hemorrhage", "definition": "A disorder characterized by bleeding from the lower gastrointestinal tract (small intestine, large intestine, and anus)." }, { "code": "10051792", "display": "Infusion related reaction", "definition": "A disorder characterized by adverse reaction to the infusion of pharmacological or biological substances." }, { "code": "10051837", "display": "Skin induration", "definition": "A disorder characterized by an area of hardness in the skin." }, { "code": "10051886", "display": "Gastric necrosis", "definition": "A disorder characterized by a necrotic process occurring in the gastric wall." }, { "code": "10052015", "display": "Cytokine release syndrome", "definition": "A disorder characterized by nausea, headache, tachycardia, hypotension, rash, and shortness of breath; it is caused by the release of cytokines from the cells." }, { "code": "10052298", "display": "Urethral infection", "definition": "A disorder characterized by an infectious process involving the urethra." }, { "code": "10052426", "display": "Glucose intolerance", "definition": "A disorder characterized by an inability to properly metabolize glucose." }, { "code": "10053481", "display": "Bronchopleural fistula", "definition": "A disorder characterized by an abnormal communication between a bronchus and the pleural cavity." }, { "code": "10053496", "display": "Vaginal stricture", "definition": "A disorder characterized by a narrowing of the vaginal canal." }, { "code": "10053565", "display": "Pericardial tamponade", "definition": "A disorder characterized by an increase in intrapericardial pressure due to the collection of blood or fluid in the pericardium." }, { "code": "10053661", "display": "Oculomotor nerve disorder", "definition": "A disorder characterized by involvement of the oculomotor nerve (third cranial nerve)." }, { "code": "10053662", "display": "Abducens nerve disorder", "definition": "A disorder characterized by involvement of the abducens nerve (sixth cranial nerve)." }, { "code": "10053692", "display": "Wound complication", "definition": "A finding of development of a new problem at the site of an existing wound." }, { "code": "10054382", "display": "Feminization acquired", "definition": "A disorder characterized by the development of secondary female sex characteristics in males due to extrinsic factors." }, { "code": "10054482", "display": "Neck edema", "definition": "A disorder characterized by swelling due to an accumulation of excessive fluid in the neck." }, { "code": "10054520", "display": "Oral dysesthesia", "definition": "A disorder characterized by a burning or tingling sensation on the lips, tongue or entire mouth." }, { "code": "10054524", "display": "Palmar-plantar erythrodysesthesia syndrome", "definition": "A disorder characterized by redness, marked discomfort, swelling, and tingling in the palms of the hands or the soles of the feet." }, { "code": "10054541", "display": "Periorbital edema", "definition": "A disorder characterized by swelling due to an excessive accumulation of fluid around the orbits of the face." }, { "code": "10054692", "display": "Visceral arterial ischemia", "definition": "A disorder characterized by a decrease in blood supply due to narrowing or blockage of a visceral (mesenteric) artery." }, { "code": "10054746", "display": "Fetal growth retardation", "definition": "A disorder characterized by inhibition of fetal growth resulting in the inability of the fetus to achieve its potential weight." }, { "code": "10055005", "display": "Ovarian infection", "definition": "A disorder characterized by an infectious process involving the ovary." }, { "code": "10055026", "display": "Prostatic obstruction", "definition": "A disorder characterized by compression of the urethra secondary to enlargement of the prostate gland. This results in voiding difficulties (straining to void, slow urine stream, and incomplete emptying of the bladder)." }, { "code": "10055078", "display": "Bronchial infection", "definition": "A disorder characterized by an infectious process involving the bronchi." }, { "code": "10055226", "display": "Anal hemorrhage", "definition": "A disorder characterized by bleeding from the anal region." }, { "code": "10055242", "display": "Duodenal hemorrhage", "definition": "A disorder characterized by bleeding from the duodenum." }, { "code": "10055287", "display": "Ileal hemorrhage", "definition": "A disorder characterized by bleeding from the ileal wall." }, { "code": "10055291", "display": "Intra-abdominal hemorrhage", "definition": "A disorder characterized by bleeding in the abdominal cavity." }, { "code": "10055298", "display": "Intraoperative hemorrhage", "definition": "A finding of uncontrolled bleeding during a surgical procedure." }, { "code": "10055300", "display": "Jejunal hemorrhage", "definition": "A disorder characterized by bleeding from the jejunal wall." }, { "code": "10055315", "display": "Pharyngeal hemorrhage", "definition": "A disorder characterized by bleeding from the pharynx." }, { "code": "10055319", "display": "Pleural hemorrhage", "definition": "A disorder characterized by bleeding from the pleural cavity." }, { "code": "10055322", "display": "Postoperative hemorrhage", "definition": "A finding of bleeding occurring after a surgical procedure." }, { "code": "10055325", "display": "Prostatic hemorrhage", "definition": "A disorder characterized by bleeding from the prostate gland." }, { "code": "10055347", "display": "Testicular hemorrhage", "definition": "A disorder characterized by bleeding from the testis." }, { "code": "10055356", "display": "Upper gastrointestinal hemorrhage", "definition": "A disorder characterized by bleeding from the upper gastrointestinal tract (oral cavity, pharynx, esophagus, and stomach)." }, { "code": "10055472", "display": "Esophageal perforation", "definition": "A disorder characterized by a rupture in the wall of the esophagus." }, { "code": "10055599", "display": "Hemoglobin increased", "definition": "A finding based on laboratory test results that indicate increased levels of hemoglobin in a biological specimen." }, { "code": "10056238", "display": "Phantom pain", "definition": "A disorder characterized by marked discomfort related to a limb or an organ that is removed from or is not physically part of the body." }, { "code": "10056356", "display": "Mediastinal hemorrhage", "definition": "A disorder characterized by bleeding from the mediastinum." }, { "code": "10056388", "display": "Olfactory nerve disorder", "definition": "A disorder characterized by involvement of the olfactory nerve (first cranial nerve)." }, { "code": "10056519", "display": "Abdominal infection", "definition": "A disorder characterized by an infectious process involving the abdominal cavity." }, { "code": "10056522", "display": "Hepatic infection", "definition": "A disorder characterized by an infectious process involving the liver." }, { "code": "10056627", "display": "Phlebitis infective", "definition": "A disorder characterized by an infectious process involving the vein. Clinical manifestations include erythema, marked discomfort, swelling, and induration along the course of the infected vein." }, { "code": "10056681", "display": "Salivary duct inflammation", "definition": "A disorder characterized by inflammation of the salivary duct." }, { "code": "10056745", "display": "Postoperative thoracic procedure complication", "definition": "A finding of a previously undocumented problem that occurs after a thoracic procedure." }, { "code": "10056910", "display": "GGT increased", "definition": "A finding based on laboratory test results that indicate higher than normal levels of the enzyme gamma-glutamyltransferase in the blood specimen. GGT (gamma-glutamyltransferase ) catalyzes the transfer of a gamma glutamyl group from a gamma glutamyl peptide to another peptide, amino acids or water." }, { "code": "10057066", "display": "Delayed orgasm", "definition": "A disorder characterized by sexual dysfunction characterized by a delay in climax." }, { "code": "10057262", "display": "Peritoneal infection", "definition": "A disorder characterized by an infectious process involving the peritoneum." }, { "code": "10057483", "display": "Mediastinal infection", "definition": "A disorder characterized by an infectious process involving the mediastinum." }, { "code": "10058084", "display": "Precocious puberty", "definition": "A disorder characterized by unusually early development of secondary sexual features; the onset of sexual maturation begins usually before age 8 for girls and before age 9 for boys." }, { "code": "10058096", "display": "Pancreatic necrosis", "definition": "A disorder characterized by a necrotic process occurring in the pancreas." }, { "code": "10058597", "display": "Right ventricular dysfunction", "definition": "A disorder characterized by impairment of right ventricular function associated with low ejection fraction and a decrease in motility of the right ventricular wall." }, { "code": "10058674", "display": "Pelvic infection", "definition": "A disorder characterized by an infectious process involving the pelvic cavity." }, { "code": "10058720", "display": "Edema trunk", "definition": "A disorder characterized by swelling due to excessive fluid accumulation in the trunk area." }, { "code": "10058804", "display": "Esophageal infection", "definition": "A disorder characterized by an infectious process involving the esophagus." }, { "code": "10058838", "display": "Enterocolitis infectious", "definition": "A disorder characterized by an infectious process involving the small and large intestines." }, { "code": "10059094", "display": "Intestinal stoma obstruction", "definition": "A finding of blockage of the normal flow of the contents of the intestinal stoma." }, { "code": "10059095", "display": "Intestinal stoma leak", "definition": "A finding of leakage of contents from an intestinal stoma (surgically created opening on the surface of the body)." }, { "code": "10059446", "display": "Gallbladder necrosis", "definition": "A disorder characterized by a necrotic process occurring in the gallbladder." }, { "code": "10059639", "display": "Laryngeal obstruction", "definition": "A disorder characterized by blockage of the laryngeal airway." }, { "code": "10059827", "display": "Rhinitis infective", "definition": "A disorder characterized by an infectious process involving the nasal mucosal." }, { "code": "10059895", "display": "Urine output decreased", "definition": "A finding based on test results that indicate urine production is less relative to previous output." }, { "code": "10060602", "display": "Hematosalpinx", "definition": "A disorder characterized by the presence of blood in a fallopian tube." }, { "code": "10060640", "display": "Hemorrhoidal hemorrhage", "definition": "A disorder characterized by bleeding from the hemorrhoids." }, { "code": "10060890", "display": "Trigeminal nerve disorder", "definition": "A disorder characterized by involvement of the trigeminal nerve (fifth cranial nerve)." }, { "code": "10060929", "display": "Accessory nerve disorder", "definition": "A disorder characterized by involvement of the accessory nerve (eleventh cranial nerve)." }, { "code": "10061017", "display": "Bone infection", "definition": "A disorder characterized by an infectious process involving the bones." }, { "code": "10061103", "display": "Dermatitis radiation", "definition": "A finding of cutaneous inflammatory reaction occurring as a result of exposure to biologically effective levels of ionizing radiation." }, { "code": "10061145", "display": "Eyelid function disorder", "definition": "A disorder characterized by impaired eyelid function." }, { "code": "10061149", "display": "Female genital tract fistula", "definition": "A disorder characterized by an abnormal communication between a female reproductive system organ and another organ or anatomic site." }, { "code": "10061185", "display": "Glossopharyngeal nerve disorder", "definition": "A disorder characterized by involvement of the glossopharyngeal nerve (ninth cranial nerve)." }, { "code": "10061212", "display": "Hypoglossal nerve disorder", "definition": "A disorder characterized by involvement of the hypoglossal nerve (twelfth cranial nerve)." }, { "code": "10061229", "display": "Lung infection", "definition": "A disorder characterized by an infectious process involving the lungs." }, { "code": "10061261", "display": "Lactation disorder", "definition": "A disorder characterized by disturbances of milk secretion. It is not necessarily related to pregnancy that is observed in females and can be observed in males." }, { "code": "10061304", "display": "Nail infection", "definition": "A disorder characterized by an infectious process involving the nail." }, { "code": "10061322", "display": "Optic nerve disorder", "definition": "A disorder characterized by involvement of the optic nerve (second cranial nerve)." }, { "code": "10061339", "display": "Perineal pain", "definition": "A disorder characterized by a sensation of marked discomfort in the area between the genital organs and the anus." }, { "code": "10061351", "display": "Pleural infection", "definition": "A disorder characterized by an infectious process involving the pleura." }, { "code": "10061389", "display": "Tricuspid valve disease", "definition": "A disorder characterized by a defect in tricuspid valve function or structure." }, { "code": "10061403", "display": "Vagus nerve disorder", "definition": "A disorder characterized by involvement of the vagus nerve (tenth cranial nerve)." }, { "code": "10061457", "display": "Facial nerve disorder", "definition": "A disorder characterized by involvement of the facial nerve (seventh cranial nerve)." }, { "code": "10061461", "display": "Erectile dysfunction", "definition": "A disorder characterized by the persistent or recurrent inability to achieve or to maintain an erection during sexual activity." }, { "code": "10061510", "display": "Scleral disorder", "definition": "A disorder characterized by involvement of the sclera of the eye." }, { "code": "10061532", "display": "Mitral valve disease", "definition": "A disorder characterized by a defect in mitral valve function or structure." }, { "code": "10061541", "display": "Pulmonary valve disease", "definition": "A disorder characterized by a defect in pulmonary valve function or structure." }, { "code": "10061574", "display": "Urinary tract obstruction", "definition": "A disorder characterized by blockage of the normal flow of contents of the urinary tract." }, { "code": "10061589", "display": "Aortic valve disease", "definition": "A disorder characterized by a defect in aortic valve function or structure." }, { "code": "10061640", "display": "Anorectal infection", "definition": "A disorder characterized by an infectious process involving the anal area and the rectum." }, { "code": "10061664", "display": "Autoimmune disorder", "definition": "A disorder resulting from loss of function or tissue destruction of an organ or multiple organs, arising from humoral or cellular immune responses of the individual to his own tissue constituents." }, { "code": "10061695", "display": "Biliary tract infection", "definition": "A disorder characterized by an infectious process involving the biliary tract." }, { "code": "10061788", "display": "Corneal infection", "definition": "A disorder characterized by an infectious process involving the cornea." }, { "code": "10061912", "display": "Penile infection", "definition": "A disorder characterized by an infectious process involving the penis." }, { "code": "10061928", "display": "Radiculitis", "definition": "A disorder characterized by inflammation involving a nerve root. Patients experience marked discomfort radiating along a nerve path because of spinal pressure on the connecting nerve root." }, { "code": "10061970", "display": "Gastric stenosis", "definition": "A disorder characterized by a narrowing of the lumen of the stomach." }, { "code": "10062112", "display": "Splenic infection", "definition": "A disorder characterized by an infectious process involving the spleen." }, { "code": "10062156", "display": "Scrotal infection", "definition": "A disorder characterized by an infectious process involving the scrotum." }, { "code": "10062169", "display": "Vascular access complication", "definition": "A finding of a previously undocumented problem related to the vascular access site." }, { "code": "10062225", "display": "Urinary tract pain", "definition": "A disorder characterized by a sensation of marked discomfort in the urinary tract." }, { "code": "10062233", "display": "Uterine infection", "definition": "A disorder characterized by an infectious process involving the endometrium. It may extend to the myometrium and parametrial tissues." }, { "code": "10062244", "display": "Sinus disorder", "definition": "A disorder characterized by involvement of the paranasal sinuses." }, { "code": "10062255", "display": "Soft tissue infection", "definition": "A disorder characterized by an infectious process involving soft tissues." }, { "code": "10062263", "display": "Small intestinal stenosis", "definition": "A disorder characterized by a narrowing of the lumen of the small intestine." }, { "code": "10062283", "display": "Nail ridging", "definition": "A disorder characterized by vertical or horizontal ridges on the nails." }, { "code": "10062315", "display": "Lipohypertrophy", "definition": "A disorder characterized by hypertrophy of the subcutaneous adipose tissue at the site of multiple subcutaneous injections of insulin." }, { "code": "10062466", "display": "Localized edema", "definition": "A disorder characterized by swelling due to excessive fluid accumulation at a specific anatomic site." }, { "code": "10062501", "display": "Non-cardiac chest pain", "definition": "A disorder characterized by discomfort in the chest unrelated to a heart disorder." }, { "code": "10062548", "display": "Tracheal hemorrhage", "definition": "A finding of bleeding from the trachea." }, { "code": "10062570", "display": "Enterovesical fistula", "definition": "A disorder characterized by an abnormal communication between the urinary bladder and the intestine." }, { "code": "10062572", "display": "Generalized muscle weakness", "definition": "A disorder characterized by a reduction in the strength of muscles in multiple anatomic sites." }, { "code": "10062632", "display": "Gallbladder infection", "definition": "A disorder characterized by an infectious process involving the gallbladder." }, { "code": "10062646", "display": "Pancreatic enzymes decreased", "definition": "A finding based on laboratory test results that indicate an decrease in levels of pancreatic enzymes in a biological specimen." }, { "code": "10062667", "display": "Laryngopharyngeal dysesthesia", "definition": "A disorder characterized by an uncomfortable persistent sensation in the area of the laryngopharynx." }, { "code": "10062872", "display": "Dysesthesia", "definition": "A disorder characterized by distortion of sensory perception, resulting in an abnormal and unpleasant sensation." }, { "code": "10063057", "display": "Cystitis noninfective", "definition": "A disorder characterized by inflammation of the bladder which is not caused by an infection of the urinary tract." }, { "code": "10063190", "display": "Rectal mucositis", "definition": "A disorder characterized by inflammation of the mucous membrane of the rectum." }, { "code": "10063524", "display": "Bronchial stricture", "definition": "A disorder characterized by a narrowing of the bronchial tube." }, { "code": "10063575", "display": "Bladder perforation", "definition": "A disorder characterized by a rupture in the bladder wall." }, { "code": "10063636", "display": "Pyramidal tract syndrome", "definition": "A disorder characterized by dysfunction of the corticospinal (pyramidal) tracts of the spinal cord. Symptoms include an increase in the muscle tone in the lower extremities, hyperreflexia, positive Babinski and a decrease in fine motor coordination." }, { "code": "10063761", "display": "Reversible posterior leukoencephalopathy syndrome", "definition": "A disorder characterized by headaches, mental status changes, visual disturbances, and seizures associated with imaging findings of posterior leukoencephalopathy. It has been observed in association with hypertensive encephalopathy, eclampsia, and immunosuppressive and cytotoxic drug treatment. It is an acute or subacute reversible condition." }, { "code": "10064026", "display": "Pelvic floor muscle weakness", "definition": "A disorder characterized by a reduction in the strength of the muscles of the pelvic floor." }, { "code": "10064505", "display": "Stoma site infection", "definition": "A disorder characterized by an infectious process involving a stoma (surgically created opening on the surface of the body)." }, { "code": "10064658", "display": "Osteonecrosis of jaw", "definition": "A disorder characterized by a necrotic process occurring in the bone of the mandible." }, { "code": "10064687", "display": "Device related infection", "definition": "A disorder characterized by an infectious process involving the use of a medical device." }, { "code": "10064774", "display": "Infusion site extravasation", "definition": "A disorder characterized by leakage of a pharmacologic or a biologic substance from the infusion site into the surrounding tissue. Signs and symptoms include induration, erythema, swelling, burning sensation and marked discomfort at the infusion site." }, { "code": "10064848", "display": "Chronic kidney disease", "definition": "A disorder characterized by gradual and usually permanent loss of kidney function resulting in renal failure." }, { "code": "10065368", "display": "Urinary fistula", "definition": "A disorder characterized by an abnormal communication between any part of the urinary system and another organ or anatomic site." }, { "code": "10065417", "display": "Brachial plexopathy", "definition": "A disorder characterized by regional paresthesia of the brachial plexus, marked discomfort and muscle weakness, and limited movement in the arm or hand." }, { "code": "10065703", "display": "Pancreatic duct stenosis", "definition": "A disorder characterized by a narrowing of the lumen of the pancreatic duct." }, { "code": "10065704", "display": "Peritoneal necrosis", "definition": "A disorder characterized by a necrotic process occurring in the peritoneum." }, { "code": "10065705", "display": "Pharyngeal anastomotic leak", "definition": "A finding of leakage due to breakdown of a pharyngeal anastomosis (surgical connection of two separate anatomic structures)." }, { "code": "10065706", "display": "Pharyngeal necrosis", "definition": "A disorder characterized by a necrotic process occurring in the pharynx." }, { "code": "10065707", "display": "Rectal obstruction", "definition": "A disorder characterized by blockage of the normal flow of the intestinal contents in the rectum." }, { "code": "10065709", "display": "Rectal necrosis", "definition": "A disorder characterized by a necrotic process occurring in the rectal wall." }, { "code": "10065710", "display": "Small intestinal mucositis", "definition": "A disorder characterized by inflammation of the mucous membrane of the small intestine." }, { "code": "10065712", "display": "Gastrointestinal stoma necrosis", "definition": "A finding of a necrotic process occurring in the gastrointestinal tract stoma." }, { "code": "10065713", "display": "Gastric fistula", "definition": "A disorder characterized by an abnormal communication between the stomach and another organ or anatomic site." }, { "code": "10065719", "display": "Jejunal fistula", "definition": "A disorder characterized by an abnormal communication between the jejunum and another organ or anatomic site." }, { "code": "10065720", "display": "Oral cavity fistula", "definition": "A disorder characterized by an abnormal communication between the oral cavity and another organ or anatomic site." }, { "code": "10065721", "display": "Anal mucositis", "definition": "A disorder characterized by inflammation of the mucous membrane of the anus." }, { "code": "10065722", "display": "Anal necrosis", "definition": "A disorder characterized by a necrotic process occurring in the anal region." }, { "code": "10065727", "display": "Esophageal necrosis", "definition": "A disorder characterized by a necrotic process occurring in the esophageal wall." }, { "code": "10065728", "display": "Ileal fistula", "definition": "A disorder characterized by an abnormal communication between the ileum and another organ or anatomic site." }, { "code": "10065730", "display": "Ileal obstruction", "definition": "A disorder characterized by blockage of the normal flow of the intestinal contents in the ileum." }, { "code": "10065732", "display": "Jejunal obstruction", "definition": "A disorder characterized by blockage of the normal flow of the intestinal contents in the jejunum." }, { "code": "10065735", "display": "Laryngeal inflammation", "definition": "A disorder characterized by an inflammation involving the larynx." }, { "code": "10065738", "display": "Unequal limb length", "definition": "A disorder characterized by of a discrepancy between the lengths of the lower or upper extremities." }, { "code": "10065744", "display": "Arteritis infective", "definition": "A disorder characterized by an infectious process involving an artery." }, { "code": "10065745", "display": "Prolapse of intestinal stoma", "definition": "A finding of protrusion of the intestinal stoma (surgically created opening on the surface of the body) above the abdominal surface." }, { "code": "10065746", "display": "Bronchopulmonary hemorrhage", "definition": "A disorder characterized by bleeding from the bronchial wall and/or lung parenchyma." }, { "code": "10065747", "display": "Cecal hemorrhage", "definition": "A disorder characterized by bleeding from the cecum." }, { "code": "10065748", "display": "Urostomy site bleeding", "definition": "A finding of bleeding from the urostomy site." }, { "code": "10065749", "display": "Tracheostomy site bleeding", "definition": "A finding of blood leakage from the tracheostomy site." }, { "code": "10065752", "display": "Duodenal infection", "definition": "A disorder characterized by an infectious process involving the duodenum." }, { "code": "10065755", "display": "Lip infection", "definition": "A disorder characterized by an infectious process involving the lips." }, { "code": "10065759", "display": "Laryngeal hemorrhage", "definition": "A disorder characterized by bleeding from the larynx." }, { "code": "10065761", "display": "Cecal infection", "definition": "A disorder characterized by an infectious process involving the cecum." }, { "code": "10065762", "display": "Spermatic cord hemorrhage", "definition": "A disorder characterized by bleeding from the spermatic cord." }, { "code": "10065763", "display": "Ovarian hemorrhage", "definition": "A disorder characterized by bleeding from the ovary." }, { "code": "10065764", "display": "Mucosal infection", "definition": "A disorder characterized by an infectious process involving a mucosal surface." }, { "code": "10065765", "display": "Cranial nerve infection", "definition": "A disorder characterized by an infectious process involving a cranial nerve." }, { "code": "10065766", "display": "Peripheral nerve infection", "definition": "A disorder characterized by an infectious process involving the peripheral nerves." }, { "code": "10065771", "display": "Small intestine infection", "definition": "A disorder characterized by an infectious process involving the small intestine." }, { "code": "10065772", "display": "Vulval infection", "definition": "A disorder characterized by an infectious process involving the vulva." }, { "code": "10065773", "display": "Lymph leakage", "definition": "A disorder characterized by the loss of lymph fluid into the surrounding tissue or body cavity." }, { "code": "10065775", "display": "Abdominal soft tissue necrosis", "definition": "A disorder characterized by a necrotic process occurring in the soft tissues of the abdominal wall." }, { "code": "10065776", "display": "Muscle weakness lower limb", "definition": "A disorder characterized by a reduction in the strength of the lower limb muscles." }, { "code": "10065777", "display": "Soft tissue necrosis lower limb", "definition": "A disorder characterized by a necrotic process occurring in the soft tissues of the lower extremity." }, { "code": "10065778", "display": "Soft tissue necrosis upper limb", "definition": "A disorder characterized by a necrotic process occurring in the soft tissues of the upper extremity." }, { "code": "10065779", "display": "Head soft tissue necrosis", "definition": "A disorder characterized by a necrotic process occurring in the soft tissues of the head." }, { "code": "10065780", "display": "Muscle weakness left-sided", "definition": "A disorder characterized by a reduction in the strength of the muscles on the left side of the body." }, { "code": "10065781", "display": "Neck soft tissue necrosis", "definition": "A disorder characterized by a necrotic process occurring in the soft tissues of the neck." }, { "code": "10065783", "display": "Musculoskeletal deformity", "definition": "A disorder characterized by of a malformation of the musculoskeletal system." }, { "code": "10065784", "display": "Central nervous system necrosis", "definition": "A disorder characterized by a necrotic process occurring in the brain and/or spinal cord." }, { "code": "10065785", "display": "External ear pain", "definition": "A disorder characterized by a sensation of marked discomfort in the external ear region." }, { "code": "10065786", "display": "Laryngeal fistula", "definition": "A disorder characterized by an abnormal communication between the larynx and another organ or anatomic site." }, { "code": "10065787", "display": "Tracheal fistula", "definition": "A disorder characterized by an abnormal communication between the trachea and another organ or anatomic site." }, { "code": "10065788", "display": "Fallopian tube anastomotic leak", "definition": "A finding of leakage due to breakdown of a fallopian tube anastomosis (surgical connection of two separate anatomic structures)." }, { "code": "10065789", "display": "Fallopian tube obstruction", "definition": "A disorder characterized by blockage of the normal flow of the contents in the fallopian tube." }, { "code": "10065790", "display": "Fallopian tube perforation", "definition": "A finding of rupture of the fallopian tube wall." }, { "code": "10065791", "display": "Fallopian tube stenosis", "definition": "A disorder characterized by a narrowing of the fallopian tube lumen." }, { "code": "10065793", "display": "Pelvic soft tissue necrosis", "definition": "A disorder characterized by a necrotic process occurring in the soft tissues of the pelvis." }, { "code": "10065794", "display": "Muscle weakness right-sided", "definition": "A disorder characterized by a reduction in the strength of the muscles on the right side of the body." }, { "code": "10065795", "display": "Muscle weakness trunk", "definition": "A disorder characterized by a reduction in the strength of the trunk muscles." }, { "code": "10065796", "display": "Joint range of motion decreased cervical spine", "definition": "A disorder characterized by a decrease in flexibility of a cervical spine joint." }, { "code": "10065798", "display": "Superficial soft tissue fibrosis", "definition": "A disorder characterized by fibrotic degeneration of the superficial soft tissues." }, { "code": "10065799", "display": "Fibrosis deep connective tissue", "definition": "A disorder characterized by fibrotic degeneration of the deep connective tissues." }, { "code": "10065800", "display": "Joint range of motion decreased lumbar spine", "definition": "A disorder characterized by a decrease in flexibility of a lumbar spine joint." }, { "code": "10065802", "display": "Bladder anastomotic leak", "definition": "A finding of leakage of urine due to breakdown of a bladder anastomosis (surgical connection of two separate anatomic structures)." }, { "code": "10065803", "display": "Kidney anastomotic leak", "definition": "A finding of leakage of urine due to breakdown of a kidney anastomosis (surgical connection of two separate anatomic structures)." }, { "code": "10065805", "display": "Spermatic cord obstruction", "definition": "A disorder characterized by blockage of the normal flow of the contents of the spermatic cord." }, { "code": "10065811", "display": "Uterine fistula", "definition": "A disorder characterized by an abnormal communication between the uterus and another organ or anatomic site." }, { "code": "10065813", "display": "Vaginal fistula", "definition": "A disorder characterized by an abnormal communication between the vagina and another organ or anatomic site." }, { "code": "10065814", "display": "Ureteric anastomotic leak", "definition": "A finding of leakage due to breakdown of a ureteral anastomosis (surgical connection of two separate anatomic structures)." }, { "code": "10065815", "display": "Urethral anastomotic leak", "definition": "A finding of leakage due to breakdown of a urethral anastomosis (surgical connection of two separate anatomic structures)." }, { "code": "10065817", "display": "Vaginal obstruction", "definition": "A disorder characterized by blockage of vaginal canal." }, { "code": "10065818", "display": "Vaginal perforation", "definition": "A disorder characterized by a rupture in the vaginal wall." }, { "code": "10065822", "display": "Prolapse of urostomy", "definition": "A finding of displacement of the urostomy." }, { "code": "10065823", "display": "Nipple deformity", "definition": "A disorder characterized by a malformation of the nipple." }, { "code": "10065825", "display": "Intraoperative gastrointestinal injury", "definition": "A finding of damage to the gastrointestinal system during a surgical procedure." }, { "code": "10065826", "display": "Intraoperative arterial injury", "definition": "A finding of damage to an artery during a surgical procedure." }, { "code": "10065827", "display": "Intraoperative hepatobiliary injury", "definition": "A finding of damage to the hepatic parenchyma and/or biliary tract during a surgical procedure." }, { "code": "10065828", "display": "Intraoperative urinary injury", "definition": "A finding of damage to the urinary system during a surgical procedure." }, { "code": "10065829", "display": "Intraoperative musculoskeletal injury", "definition": "A finding of damage to the musculoskeletal system during a surgical procedure." }, { "code": "10065830", "display": "Intraoperative neurological injury", "definition": "A finding of damage to the nervous system during a surgical procedure." }, { "code": "10065831", "display": "Intraoperative breast injury", "definition": "A finding of damage to the breast parenchyma during a surgical procedure." }, { "code": "10065832", "display": "Intraoperative respiratory injury", "definition": "A finding of damage to the respiratory system during a surgical procedure." }, { "code": "10065834", "display": "Intraoperative endocrine injury", "definition": "A finding of damage to the endocrine gland during a surgical procedure." }, { "code": "10065836", "display": "IVth nerve disorder", "definition": "A disorder characterized by involvement of the trochlear nerve (fourth cranial nerve)." }, { "code": "10065837", "display": "External ear inflammation", "definition": "A disorder characterized by inflammation, swelling and redness to the outer ear and ear canal." }, { "code": "10065838", "display": "Middle ear inflammation", "definition": "A disorder characterized by inflammation (physiologic response to irritation), swelling and redness to the middle ear." }, { "code": "10065840", "display": "Intraoperative reproductive tract injury", "definition": "A finding of damage to the reproductive organs during a surgical procedure." }, { "code": "10065841", "display": "Intraoperative ocular injury", "definition": "A finding of damage to the eye during a surgical procedure." }, { "code": "10065842", "display": "Intraoperative head and neck injury", "definition": "A finding of damage to the head and neck during a surgical procedure." }, { "code": "10065843", "display": "Intraoperative cardiac injury", "definition": "A finding of damage to the heart during a surgical procedure." }, { "code": "10065844", "display": "Intraoperative ear injury", "definition": "A finding of damage to the ear during a surgical procedure." }, { "code": "10065845", "display": "Intraoperative renal injury", "definition": "A finding of damage to the kidney during a surgical procedure." }, { "code": "10065846", "display": "Intraoperative skin injury", "definition": "A finding of damage to the skin during a surgical procedure." }, { "code": "10065847", "display": "Intraoperative splenic injury", "definition": "A finding of damage to the spleen during a surgical procedure." }, { "code": "10065848", "display": "Intraoperative venous injury", "definition": "A finding of damage to a vein during a surgical procedure." }, { "code": "10065849", "display": "Injury to jugular vein", "definition": "A finding of damage to the jugular vein." }, { "code": "10065851", "display": "Esophageal fistula", "definition": "A disorder characterized by an abnormal communication between the esophagus and another organ or anatomic site." }, { "code": "10065873", "display": "Pulmonary fistula", "definition": "A disorder characterized by an abnormal communication between the lung and another organ or anatomic site." }, { "code": "10065879", "display": "Gastrointestinal anastomotic leak", "definition": "A finding of leakage due to breakdown of a gastrointestinal anastomosis (surgical connection of two separate anatomic structures)." }, { "code": "10065880", "display": "Laryngeal mucositis", "definition": "A disorder characterized by an inflammation involving the mucous membrane of the larynx." }, { "code": "10065881", "display": "Pharyngeal mucositis", "definition": "A disorder characterized by an inflammation involving the mucous membrane of the pharynx." }, { "code": "10065882", "display": "Urostomy leak", "definition": "A finding of leakage of contents from a urostomy." }, { "code": "10065883", "display": "Urostomy obstruction", "definition": "A finding of blockage of the urostomy." }, { "code": "10065885", "display": "Urostomy stenosis", "definition": "A finding of narrowing of the opening of a urostomy." }, { "code": "10065886", "display": "Uterine anastomotic leak", "definition": "A finding of leakage due to breakdown of a uterine anastomosis (surgical connection of two separate anatomic structures)." }, { "code": "10065887", "display": "Vaginal anastomotic leak", "definition": "A finding of leakage due to breakdown of a vaginal anastomosis (surgical connection of two separate anatomic structures)." }, { "code": "10065888", "display": "Vas deferens anastomotic leak", "definition": "A finding of leakage due to breakdown of a vas deferens anastomosis (surgical connection of two separate anatomic structures)." }, { "code": "10065891", "display": "Large intestinal anastomotic leak", "definition": "A finding of leakage due to breakdown of an anastomosis (surgical connection of two separate anatomic structures) in the large intestine." }, { "code": "10065892", "display": "Small intestinal anastomotic leak", "definition": "A finding of leakage due to breakdown of an anastomosis (surgical connection of two separate anatomic structures) in the small bowel." }, { "code": "10065893", "display": "Gastric anastomotic leak", "definition": "A finding of leakage due to breakdown of a gastric anastomosis (surgical connection of two separate anatomic structures)." }, { "code": "10065894", "display": "Rectal anastomotic leak", "definition": "A finding of leakage due to breakdown of a rectal anastomosis (surgical connection of two separate anatomic structures)." }, { "code": "10065895", "display": "Muscle weakness upper limb", "definition": "A disorder characterized by a reduction in the strength of the upper limb muscles." }, { "code": "10065897", "display": "Spermatic cord anastomotic leak", "definition": "A finding of leakage due to breakdown of a spermatic cord anastomosis (surgical connection of two separate anatomic structures)." }, { "code": "10065898", "display": "Stenosis of gastrointestinal stoma", "definition": "A finding of narrowing of the gastrointestinal stoma (surgically created opening on the surface of the body)." }, { "code": "10065900", "display": "Tracheal mucositis", "definition": "A disorder characterized by an inflammation involving the mucous membrane of the trachea." }, { "code": "10065906", "display": "Carbon monoxide diffusing capacity decreased", "definition": "A finding based on lung function test results that indicate a decrease in the lung capacity to absorb carbon monoxide." }, { "code": "10065928", "display": "Uterine obstruction", "definition": "A disorder characterized by blockage of the uterine outlet." }, { "code": "10065961", "display": "Esophageal anastomotic leak", "definition": "A finding of leakage due to breakdown of an esophageal anastomosis (surgical connection of two separate anatomic structures)." }, { "code": "10065973", "display": "Iron overload", "definition": "A disorder characterized by accumulation of iron in the tissues." }, { "code": "10066480", "display": "Avascular necrosis", "definition": "A disorder characterized by necrotic changes in the bone tissue due to interruption of blood supply. Most often affecting the epiphysis of the long bones, the necrotic changes result in the collapse and the destruction of the bone structure." }, { "code": "10066874", "display": "Gastroesophageal reflux disease", "definition": "A disorder characterized by reflux of the gastric and/or duodenal contents into the distal esophagus. It is chronic in nature and usually caused by incompetence of the lower esophageal sphincter, and may result in injury to the esophageal mucosal. Symptoms include heartburn and acid indigestion." }, { "code": "10069138", "display": "Papulopustular rash", "definition": "A disorder characterized by an eruption consisting of papules (a small, raised pimple) and pustules (a small pus filled blister), typically appearing in face, scalp, and upper chest and back Unlike acne, this rash does not present with whiteheads or blackheads, and can be symptomatic, with itchy or tender lesions." }, { "code": "10069339", "display": "Acute kidney injury", "definition": "A disorder characterized by the acute loss of renal function and is traditionally classified as pre-renal (low blood flow into kidney), renal (kidney damage) and post-renal causes (ureteral or bladder outflow obstruction)." }, { "code": "10069501", "display": "Left ventricular systolic dysfunction", "definition": "A disorder characterized by failure of the left ventricle to produce adequate output despite an increase in distending pressure and in end-diastolic volume. Clinical manifestations mayinclude dyspnea, orthopnea, and other signs and symptoms of pulmonary congestion and edema." } ] } }, { "resourceType": "ValueSet", "id": "d1e97042-vs", "status": "active", "codeSystem": { "system": "http://nci.nih.gov/xml/owl/cadsr/form/form_design_identifier/3265657v2.0/question_identifier#3557842v2.0-cs", "caseSensitive": true, "concept": [ { "code": "Definite", "display": "DEFINITE", "definition": "No Value Exists" }, { "code": "Possible", "display": "POSSIBLE", "definition": "POSSIBLE" }, { "code": "Probable", "display": "PROBABLE", "definition": "PROBABLE" }, { "code": "Unlikely", "display": "UNLIKELY", "definition": "UNLIKELY" }, { "code": "Unrelated", "display": "UNRELATED", "definition": "UNRELATED" } ] } }, { "resourceType": "ValueSet", "id": "d1e97392-vs", "status": "active", "codeSystem": { "system": "http://nci.nih.gov/xml/owl/cadsr/form/form_design_identifier/3265657v2.0/question_identifier#3557851v2.0-cs", "caseSensitive": true, "concept": [ { "code": "Yes", "display": "Yes", "definition": "The affirmative response to a question or activity." }, { "code": "No", "display": "No", "definition": "The non-affirmative response to a question." }, { "code": "Unknown", "display": "Unknown", "definition": "Not known, not observed, not recorded, or refused." } ] } }, { "resourceType": "ValueSet", "id": "d1e97594-vs", "status": "active", "codeSystem": { "system": "http://nci.nih.gov/xml/owl/cadsr/form/form_design_identifier/3265657v2.0/question_identifier#3557856v2.0-cs", "caseSensitive": true, "concept": [ { "code": "Yes", "display": "Yes", "definition": "The affirmative response to a question or activity." }, { "code": "No", "display": "No", "definition": "The non-affirmative response to a question." } ] } }, { "resourceType": "ValueSet", "id": "d1e97746-vs", "status": "active", "codeSystem": { "system": "http://nci.nih.gov/xml/owl/cadsr/form/form_design_identifier/3265657v2.0/question_identifier#3557859v2.0-cs", "caseSensitive": true, "concept": [ { "code": "Yes", "display": "Yes", "definition": "The affirmative response to a question or activity." }, { "code": "No", "display": "No", "definition": "The non-affirmative response to a question." } ] } }, { "resourceType": "ValueSet", "id": "d1e98036-vs", "status": "active", "codeSystem": { "system": "http://nci.nih.gov/xml/owl/cadsr/form/form_design_identifier/3265657v2.0/question_identifier#3557913v2.0-cs", "caseSensitive": true, "concept": [ { "code": "Yes", "display": "Yes", "definition": "The affirmative response to a question or activity." }, { "code": "No", "display": "No", "definition": "The non-affirmative response to a question." } ] } }, { "resourceType": "ValueSet", "id": "d1e98234-vs", "status": "active", "codeSystem": { "system": "http://nci.nih.gov/xml/owl/cadsr/form/form_design_identifier/3265657v2.0/question_identifier#3557028v2.0-cs", "caseSensitive": true, "concept": [ { "code": "Yes", "display": "Yes", "definition": "The affirmative response to a question or activity." }, { "code": "No", "display": "No", "definition": "The non-affirmative response to a question." } ] } }, { "resourceType": "ValueSet", "id": "d1e98385-vs", "status": "active", "codeSystem": { "system": "http://nci.nih.gov/xml/owl/cadsr/form/form_design_identifier/3265657v2.0/question_identifier#3557896v2.0-cs", "caseSensitive": true, "concept": [ { "code": "Fatal", "display": "Death", "definition": "The absence of life or state of being dead." }, { "code": "Not Recovered/Not Resolved", "display": "NOT RECOVERED OR NOT RESOLVED", "definition": "One of the possible results of an adverse event outcome that indicates that the event has not improved or recuperated." }, { "code": "Recovered/Resolved", "display": "Recovered or Resolved", "definition": "One of the possible results of an adverse event outcome that indicates that the event has improved or recuperated." }, { "code": "Recovered/Resolved with Sequelae", "display": "RECOVERED OR RESOLVED WITH SEQUELAE", "definition": "One of the possible results of an adverse event outcome where the subject recuperated but retained pathological conditions resulting from the prior disease or injury." }, { "code": "Recovering/Resolving", "display": "RECOVERING OR RESOLVING", "definition": "One of the possible results of an adverse event outcome that indicates that the event is improving." }, { "code": "Unknown", "display": "Unknown", "definition": "Not known, not observed, not recorded, or refused." } ] } }, { "resourceType": "ValueSet", "id": "d1e98732-vs", "status": "active", "codeSystem": { "system": "http://nci.nih.gov/xml/owl/cadsr/form/form_design_identifier/3265657v2.0/question_identifier#3557906v2.0-cs", "caseSensitive": true, "concept": [ { "code": "1", "display": "single episode", "definition": "single episode" }, { "code": "2", "display": "intermittent", "definition": "intermittent" }, { "code": "3", "display": "CONTINUOUS", "definition": "Existing in time or space without stop or interruption." } ] } }, { "resourceType": "ValueSet", "id": "d1e98928-vs", "status": "active", "codeSystem": { "system": "http://nci.nih.gov/xml/owl/cadsr/form/form_design_identifier/3265657v2.0/question_identifier#3557917v2.0-cs", "caseSensitive": true, "concept": [ { "code": "Yes", "display": "Yes", "definition": "The affirmative response to a question or activity." }, { "code": "No", "display": "No", "definition": "The non-affirmative response to a question." }, { "code": "N/A", "display": "Not Applicable", "definition": "Determination of a value is not relevant in the current context." } ] } }, { "resourceType": "ValueSet", "id": "d1e99214-vs", "status": "active", "codeSystem": { "system": "http://nci.nih.gov/xml/owl/cadsr/form/form_design_identifier/3265657v2.0/question_identifier#3556199v2.0-cs", "caseSensitive": true, "concept": [ { "code": "1", "display": "Results in Death", "definition": "Results in Death" }, { "code": "2", "display": "Is life-threatening", "definition": "Is life-threatening" }, { "code": "3", "display": "Requires inpatient hospitalization or prolongation of existing hospitalization", "definition": "Requires inpatient hospitalization or prolongation of existing hospitalization" }, { "code": "4", "display": "Results in persistent or significant disability/incapacity", "definition": "Results in persistent or significant disability/incapacity" }, { "code": "5", "display": "Is a congenital anomaly/birth defect", "definition": "Is a congenital anomaly/birth defect" }, { "code": "6", "display": "In the medical judgment of the treating physician and/or investigator, it may jeopardize the participant or require intervention to prevent one of these outcomes", "definition": "In the medical judgment of the treating physician and/or investigator, it may jeopardize the participant or require intervention to prevent one of these outcomes" }, { "code": "7", "display": "Other, specify", "definition": "Other, specify" }, { "code": "8", "display": "Meets criteria per protocol but does not meet other criterion (above)", "definition": "Meets criteria per protocol but does not meet other criterion (above)" } ] } }, { "resourceType": "ValueSet", "id": "d1e99668-vs", "status": "active", "codeSystem": { "system": "http://nci.nih.gov/xml/owl/cadsr/form/form_design_identifier/3265657v2.0/question_identifier#3556209v2.0-cs", "caseSensitive": true, "concept": [ { "code": "N", "display": "No", "definition": "The non-affirmative response to a question." }, { "code": "Y", "display": "Yes", "definition": "The affirmative response to a question or activity." } ] } } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-category", "valueCodeableConcept": { "coding": [ { "code": "CRF" } ] } } ], "identifier": [ { "system": "http://nci.nih.gov/xml/owl/cadsr/form/form_design_identifier", "value": "3265657v2.0/" } ], "status": "published", "date": "2012-08-15", "publisher": "National Cancer Institute (NCI)", "group": { "linkId": "root", "title": "Adverse Event/Serious Adverse Event CTCAE v4 NCI Standard Template", "required": true, "group": [ { "linkId": "3556213v2.0", "title": "Mandatory Adverse Event Questions", "text": "Must be included when this data is collected for reporting.", "required": true, "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 84 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#3125302v1.1" } } ], "linkId": "3556214v2.0", "text": "Adverse Event Term (v4.0)", "type": "open-choice", "options": { "reference": "#d1e14927-vs" } }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 200 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2188132v1.0" } } ], "linkId": "3557006v2.0", "text": "Describe 'Other' Adverse Event", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 1 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 1 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2944515v1.0" } } ], "linkId": "3557008v2.0", "text": "Adverse Event Grade", "type": "open-choice", "options": { "reference": "#d1e54652-vs" } } ] }, { "linkId": "3557016v2.0", "title": "Conditional Adverse Event Questions", "text": "There are business rules to indicate situations under which this data element should be used in a CRF.", "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 4 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 8 }, { "url": "http://hl7.org/fhir/StructureDefinition/entryFormat", "valueString": "MM/DD/YYYY" }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2744993v1.0" } } ], "linkId": "3557017v2.0", "text": "AE Start Date", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 2 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 3 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2552398v1.0" } } ], "linkId": "3557021v2.0", "text": "Was patient hospitalized for toxicity?", "type": "open-choice", "options": { "reference": "#d1e55041-vs" } }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2744948v1.0" } } ], "linkId": "3557025v2.0", "text": "Cycle #", "type": "string" } ] }, { "linkId": "3557027v2.0", "title": "Optional Adverse Event Questions", "text": "No requirement for inclusion of this element on the CRF; if the design and scientific questions posed in the study dictate the need to collect this type of data, this is the element to include on the CRF.", "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 22 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2179892v2.0" } } ], "linkId": "3557032v2.0", "text": "To what is the AE attributed?", "type": "open-choice", "options": { "reference": "#d1e55265-vs" } }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 60 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2201348v1.0" } } ], "linkId": "3557863v2.0", "text": "Other Attribution, Specify", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 8 }, { "url": "http://hl7.org/fhir/StructureDefinition/entryFormat", "valueString": "DD/MON/YYYY" }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2189843v1.0" } } ], "linkId": "3557046v2.0", "text": "AE Stop Date", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 80 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2943864v1.0" } } ], "linkId": "3557869v2.0", "text": "MedDRA System Organ Class (SOC)", "type": "open-choice", "options": { "reference": "#d1e56008-vs" } }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 8 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 8 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#3133353v1.0" } } ], "linkId": "3557050v2.0", "text": "MedDRA AE Code (CTCAE v4.0)", "type": "open-choice", "options": { "reference": "#d1e57358-vs" } }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 1 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 10 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#1285v3.0" } } ], "linkId": "3557842v2.0", "text": "AE Attribution", "type": "open-choice", "options": { "reference": "#d1e97042-vs" } }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2006851v4.0" } } ], "linkId": "3557849v2.0", "text": "Reporting Period End Date", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 2 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 7 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2179971v1.0" } } ], "linkId": "3557851v2.0", "text": "Were adverse events assessed during most recent period", "type": "open-choice", "options": { "reference": "#d1e97392-vs" } }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 2 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 3 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2183619v1.0" } } ], "linkId": "3557856v2.0", "text": "Expected? (Yes/No)", "type": "open-choice", "options": { "reference": "#d1e97594-vs" } }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 2 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 3 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2199908v1.0" } } ], "linkId": "3557859v2.0", "text": "Serious?", "type": "open-choice", "options": { "reference": "#d1e97746-vs" } }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2585234v1.0" } } ], "linkId": "3557911v2.0", "text": "Event Onset Time", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2732184v1.0" } } ], "linkId": "3557865v2.0", "text": "Course", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2744943v1.0" } } ], "linkId": "3557867v2.0", "text": "AE Evaluation Period Start Date", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 2 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 3 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2746280v1.0" } } ], "linkId": "3557913v2.0", "text": "Pre-existing AE?", "type": "open-choice", "options": { "reference": "#d1e98036-vs" } }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2746301v1.0" } } ], "linkId": "3557904v2.0", "text": "AE Resolved Time", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 2 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 3 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2746311v1.0" } } ], "linkId": "3557028v2.0", "text": "AE Ongoing?", "type": "open-choice", "options": { "reference": "#d1e98234-vs" } }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 33 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2746517v1.0" } } ], "linkId": "3557896v2.0", "text": "Participant Status/Outcome", "type": "open-choice", "options": { "reference": "#d1e98385-vs" } }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 1 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2008418v1.0" } } ], "linkId": "3557906v2.0", "text": "Adverse Event Condition Pattern", "type": "open-choice", "options": { "reference": "#d1e98732-vs" } }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 2 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 3 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2179615v1.0" } } ], "linkId": "3557917v2.0", "text": "Did event reappear after study agent was reintroduced?", "type": "open-choice", "options": { "reference": "#d1e98928-vs" } }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 1 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 200 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#797v5.0" } } ], "linkId": "3557922v2.0", "text": "Comments", "type": "string" } ] }, { "linkId": "3556197v2.0", "title": "Optional Serious Adverse Event Questions", "text": "The following additional elements are optional on a SAE form.", "question": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 1 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 1 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2179679v3.0" } } ], "linkId": "3556199v2.0", "text": "Why serious?", "type": "open-choice", "options": { "reference": "#d1e99214-vs" } }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/minLength", "valueInteger": 1 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength", "valueInteger": 1 }, { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-deReference", "valueReference": { "reference": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#2004106v3.0" } } ], "linkId": "3556209v2.0", "text": "Dose-Limiting Toxicity?", "type": "open-choice", "options": { "reference": "#d1e99668-vs" } } ] } ] } } } ] }; var example743: fhir.QuestionnaireResponse = { "authored": "2008-01-17", "group": { "group": [ { "linkId": "0", "question": [ { "answer": [ { "valueDate": "2008-01-17" } ], "linkId": "0.1", "text": "Date Done" } ] }, { "group": [ { "linkId": "1.1", "question": [ { "answer": [ { "valueString": "Annie Proband" } ], "linkId": "1.1.1", "text": "Name" }, { "answer": [ { "valueCoding": { "code": "LA3-6", "display": "Female", "system": "http://loinc.org" } } ], "linkId": "1.1.2", "text": "Gender" }, { "answer": [ { "valueDate": "1966-04-04" } ], "linkId": "1.1.3", "text": "Date of Birth" }, { "answer": [ { "valueCoding": { "code": "LA32-8", "display": "No", "system": "http://loinc.org" } } ], "linkId": "1.1.4", "text": "Were you born a twin?" }, { "answer": [ { "valueCoding": { "code": "LA32-8", "display": "No", "system": "http://loinc.org" } } ], "linkId": "1.1.5", "text": "Were you adopted?" }, { "answer": [ { "valueCoding": { "code": "LA32-8", "display": "No", "system": "http://loinc.org" } } ], "linkId": "1.1.6", "text": "Are your parents related to each other in any way other than marriage?" }, { "answer": [ { "group": [ { "linkId": "1.1.7.1", "question": [ { "answer": [ { "valueCoding": { "code": "[in_i]", "display": "inches", "system": "http://unitsofmeasure.org" } } ], "linkId": "1.1.7.1.1", "text": "Units" } ] } ], "valueDecimal": 63 } ], "linkId": "1.1.7", "text": "Height" }, { "answer": [ { "group": [ { "linkId": "1.1.8.1", "question": [ { "answer": [ { "valueCoding": { "code": "lb", "display": "pounds", "system": "http://unitsofmeasure.org" } } ], "linkId": "1.1.8.1.1", "text": "Units" } ] } ], "valueDecimal": 127 } ], "linkId": "1.1.8", "text": "Weight" }, { "answer": [ { "valueDecimal": 22.5 } ], "linkId": "1.1.9", "text": "Body mass index (BMI) [Ratio]" }, { "answer": [ { "valueCoding": { "code": "LA4457-3", "display": "White", "system": "http://loinc.org" } } ], "linkId": "1.1.10", "text": "Race" }, { "answer": [ { "valueCoding": { "code": "LA10602-3", "display": "-- Mexican", "system": "http://loinc.org" } }, { "valueCoding": { "code": "LA10606-4", "display": "-- South American", "system": "http://loinc.org" } } ], "linkId": "1.1.11", "text": "Ethnicity" } ] } ], "linkId": "1", "title": "Your health information" }, { "group": [ { "group": [ { "linkId": "2.1.1", "question": [ { "answer": [ { "valueCoding": { "code": "LA10405-1", "display": "Daughter", "system": "http://loinc.org" } } ], "linkId": "2.1.1.1", "text": "Relationship to you" }, { "answer": [ { "valueString": "Susan" } ], "linkId": "2.1.1.2", "text": "Name" }, { "answer": [ { "valueCoding": { "code": "LA3-6", "display": "Female", "system": "http://loinc.org" } } ], "linkId": "2.1.1.3", "text": "Gender" }, { "answer": [ { "group": [ { "linkId": "2.1.1.4.2", "question": [ { "answer": [ { "valueDecimal": 17 } ], "linkId": "2.1.1.4.2.2", "text": "Age" } ] } ], "valueCoding": { "code": "LA33-6", "display": "Yes", "system": "http://loinc.org" } } ], "linkId": "2.1.1.4", "text": "Living?" }, { "answer": [ { "valueCoding": { "code": "LA32-8", "display": "No", "system": "http://loinc.org" } } ], "linkId": "2.1.1.5", "text": "Was this person born a twin?" }, { "answer": [ { "valueCoding": { "code": "LA32-8", "display": "No", "system": "http://loinc.org" } } ], "linkId": "2.1.1.6", "text": "Was this person adopted?" } ] } ], "linkId": "2.1" }, { "group": [ { "linkId": "2.1.1", "question": [ { "answer": [ { "valueCoding": { "code": "LA10415-0", "display": "Brother", "system": "http://loinc.org" } } ], "linkId": "2.1.1.1", "text": "Relationship to you" }, { "answer": [ { "valueString": "Brian" } ], "linkId": "2.1.1.2", "text": "Name" }, { "answer": [ { "valueCoding": { "code": "LA2-8", "display": "Male", "system": "http://loinc.org" } } ], "linkId": "2.1.1.3", "text": "Gender" }, { "answer": [ { "group": [ { "linkId": "2.1.1.4.2", "question": [ { "answer": [ { "valueDecimal": 32 } ], "linkId": "2.1.1.4.2.2", "text": "Age" } ] } ], "valueCoding": { "code": "LA33-6", "display": "Yes", "system": "http://loinc.org" } } ], "linkId": "2.1.1.4", "text": "Living?" }, { "answer": [ { "valueCoding": { "code": "LA32-8", "display": "No", "system": "http://loinc.org" } } ], "linkId": "2.1.1.5", "text": "Was this person born a twin?" }, { "answer": [ { "valueCoding": { "code": "LA32-8", "display": "No", "system": "http://loinc.org" } } ], "linkId": "2.1.1.6", "text": "Was this person adopted?" } ] }, { "linkId": "2.1.2", "question": [ { "answer": [ { "valueCoding": { "code": "LA10550-4", "display": "-- Other Cancer", "system": "http://loinc.org" } } ], "linkId": "2.1.2.1", "text": "Disease or Condition" }, { "answer": [ { "valueCoding": { "code": "LA10397-0", "display": "30-39", "system": "http://loinc.org" } } ], "linkId": "2.1.2.2", "text": "Age at Diagnosis" } ], "title": "This family member's history of disease" } ], "linkId": "2.1" }, { "group": [ { "linkId": "2.1.1", "question": [ { "answer": [ { "valueCoding": { "code": "LA10418-4", "display": "Sister", "system": "http://loinc.org" } } ], "linkId": "2.1.1.1", "text": "Relationship to you" }, { "answer": [ { "valueString": "Janet" } ], "linkId": "2.1.1.2", "text": "Name" }, { "answer": [ { "valueCoding": { "code": "LA3-6", "display": "Female", "system": "http://loinc.org" } } ], "linkId": "2.1.1.3", "text": "Gender" }, { "answer": [ { "group": [ { "linkId": "2.1.1.4.2", "question": [ { "answer": [ { "valueDecimal": 36 } ], "linkId": "2.1.1.4.2.2", "text": "Age" } ] } ], "valueCoding": { "code": "LA33-6", "display": "Yes", "system": "http://loinc.org" } } ], "linkId": "2.1.1.4", "text": "Living?" }, { "answer": [ { "valueCoding": { "code": "LA32-8", "display": "No", "system": "http://loinc.org" } } ], "linkId": "2.1.1.5", "text": "Was this person born a twin?" }, { "answer": [ { "valueCoding": { "code": "LA32-8", "display": "No", "system": "http://loinc.org" } } ], "linkId": "2.1.1.6", "text": "Was this person adopted?" } ] }, { "linkId": "2.1.2", "question": [ { "answer": [ { "valueCoding": { "code": "LA10536-3", "display": "-- Breast Cancer", "system": "http://loinc.org" } } ], "linkId": "2.1.2.1", "text": "Disease or Condition" }, { "answer": [ { "valueCoding": { "code": "LA10397-0", "display": "30-39", "system": "http://loinc.org" } } ], "linkId": "2.1.2.2", "text": "Age at Diagnosis" } ], "title": "This family member's history of disease" } ], "linkId": "2.1" }, { "group": [ { "linkId": "2.1.1", "question": [ { "answer": [ { "valueCoding": { "code": "LA10419-2", "display": "Nephew", "system": "http://loinc.org" } } ], "linkId": "2.1.1.1", "text": "Relationship to you" }, { "answer": [ { "valueString": "Ian" } ], "linkId": "2.1.1.2", "text": "Name" }, { "answer": [ { "valueCoding": { "code": "LA2-8", "display": "Male", "system": "http://loinc.org" } } ], "linkId": "2.1.1.3", "text": "Gender" }, { "answer": [ { "group": [ { "linkId": "2.1.1.4.2", "question": [ { "answer": [ { "valueDecimal": 16 } ], "linkId": "2.1.1.4.2.2", "text": "Age" } ] } ], "valueCoding": { "code": "LA33-6", "display": "Yes", "system": "http://loinc.org" } } ], "linkId": "2.1.1.4", "text": "Living?" }, { "answer": [ { "valueCoding": { "code": "LA32-8", "display": "No", "system": "http://loinc.org" } } ], "linkId": "2.1.1.5", "text": "Was this person born a twin?" }, { "answer": [ { "valueCoding": { "code": "LA32-8", "display": "No", "system": "http://loinc.org" } } ], "linkId": "2.1.1.6", "text": "Was this person adopted?" } ] } ], "linkId": "2.1" }, { "group": [ { "linkId": "2.1.1", "question": [ { "answer": [ { "valueCoding": { "code": "LA10420-0", "display": "Niece", "system": "http://loinc.org" } } ], "linkId": "2.1.1.1", "text": "Relationship to you" }, { "answer": [ { "valueString": "Helen" } ], "linkId": "2.1.1.2", "text": "Name" }, { "answer": [ { "valueCoding": { "code": "LA3-6", "display": "Female", "system": "http://loinc.org" } } ], "linkId": "2.1.1.3", "text": "Gender" }, { "answer": [ { "group": [ { "linkId": "2.1.1.4.2", "question": [ { "answer": [ { "valueDecimal": 15 } ], "linkId": "2.1.1.4.2.2", "text": "Age" } ] } ], "valueCoding": { "code": "LA33-6", "display": "Yes", "system": "http://loinc.org" } } ], "linkId": "2.1.1.4", "text": "Living?" }, { "answer": [ { "valueCoding": { "code": "LA32-8", "display": "No", "system": "http://loinc.org" } } ], "linkId": "2.1.1.5", "text": "Was this person born a twin?" }, { "answer": [ { "valueCoding": { "code": "LA32-8", "display": "No", "system": "http://loinc.org" } } ], "linkId": "2.1.1.6", "text": "Was this person adopted?" } ] } ], "linkId": "2.1" }, { "group": [ { "linkId": "2.1.1", "question": [ { "answer": [ { "valueCoding": { "code": "LA10416-8", "display": "Father", "system": "http://loinc.org" } } ], "linkId": "2.1.1.1", "text": "Relationship to you" }, { "answer": [ { "valueString": "Donald" } ], "linkId": "2.1.1.2", "text": "Name" }, { "answer": [ { "valueCoding": { "code": "LA2-8", "display": "Male", "system": "http://loinc.org" } } ], "linkId": "2.1.1.3", "text": "Gender" }, { "answer": [ { "group": [ { "linkId": "2.1.1.4.2", "question": [ { "answer": [ { "valueDecimal": 52 } ], "linkId": "2.1.1.4.2.2", "text": "Age" } ] } ], "valueCoding": { "code": "LA33-6", "display": "Yes", "system": "http://loinc.org" } } ], "linkId": "2.1.1.4", "text": "Living?" }, { "answer": [ { "valueCoding": { "code": "LA32-8", "display": "No", "system": "http://loinc.org" } } ], "linkId": "2.1.1.5", "text": "Was this person born a twin?" }, { "answer": [ { "valueCoding": { "code": "LA32-8", "display": "No", "system": "http://loinc.org" } } ], "linkId": "2.1.1.6", "text": "Was this person adopted?" } ] } ], "linkId": "2.1" }, { "group": [ { "linkId": "2.1.1", "question": [ { "answer": [ { "valueCoding": { "code": "LA10425-9", "display": "Paternal Uncle", "system": "http://loinc.org" } } ], "linkId": "2.1.1.1", "text": "Relationship to you" }, { "answer": [ { "valueString": "Eric" } ], "linkId": "2.1.1.2", "text": "Name" }, { "answer": [ { "valueCoding": { "code": "LA2-8", "display": "Male", "system": "http://loinc.org" } } ], "linkId": "2.1.1.3", "text": "Gender" }, { "answer": [ { "group": [ { "linkId": "2.1.1.4.2", "question": [ { "answer": [ { "valueDecimal": 56 } ], "linkId": "2.1.1.4.2.2", "text": "Age" } ] } ], "valueCoding": { "code": "LA33-6", "display": "Yes", "system": "http://loinc.org" } } ], "linkId": "2.1.1.4", "text": "Living?" }, { "answer": [ { "valueCoding": { "code": "LA32-8", "display": "No", "system": "http://loinc.org" } } ], "linkId": "2.1.1.5", "text": "Was this person born a twin?" }, { "answer": [ { "valueCoding": { "code": "LA32-8", "display": "No", "system": "http://loinc.org" } } ], "linkId": "2.1.1.6", "text": "Was this person adopted?" } ] } ], "linkId": "2.1" }, { "group": [ { "linkId": "2.1.1", "question": [ { "answer": [ { "valueCoding": { "code": "LA10421-8", "display": "Paternal Aunt", "system": "http://loinc.org" } } ], "linkId": "2.1.1.1", "text": "Relationship to you" }, { "answer": [ { "valueString": "Fiona" } ], "linkId": "2.1.1.2", "text": "Name" }, { "answer": [ { "valueCoding": { "code": "LA3-6", "display": "Female", "system": "http://loinc.org" } } ], "linkId": "2.1.1.3", "text": "Gender" }, { "answer": [ { "group": [ { "linkId": "2.1.1.4.2", "question": [ { "answer": [ { "valueDecimal": 57 } ], "linkId": "2.1.1.4.2.2", "text": "Age" } ] } ], "valueCoding": { "code": "LA33-6", "display": "Yes", "system": "http://loinc.org" } } ], "linkId": "2.1.1.4", "text": "Living?" }, { "answer": [ { "valueCoding": { "code": "LA32-8", "display": "No", "system": "http://loinc.org" } } ], "linkId": "2.1.1.5", "text": "Was this person born a twin?" }, { "answer": [ { "valueCoding": { "code": "LA32-8", "display": "No", "system": "http://loinc.org" } } ], "linkId": "2.1.1.6", "text": "Was this person adopted?" } ] }, { "linkId": "2.1.2", "question": [ { "answer": [ { "valueCoding": { "code": "LA10543-9", "display": "-- Skin Cancer", "system": "http://loinc.org" } } ], "linkId": "2.1.2.1", "text": "Disease or Condition" } ], "title": "This family member's history of disease" } ], "linkId": "2.1" }, { "group": [ { "linkId": "2.1.1", "question": [ { "answer": [ { "valueCoding": { "code": "LA10423-4", "display": "Paternal Grandfather", "system": "http://loinc.org" } } ], "linkId": "2.1.1.1", "text": "Relationship to you" }, { "answer": [ { "valueString": "Bob" } ], "linkId": "2.1.1.2", "text": "Name" }, { "answer": [ { "valueCoding": { "code": "LA2-8", "display": "Male", "system": "http://loinc.org" } } ], "linkId": "2.1.1.3", "text": "Gender" }, { "answer": [ { "group": [ { "linkId": "2.1.1.4.1", "question": [ { "answer": [ { "valueCoding": { "code": "LA10537-1", "display": "-- Colon Cancer", "system": "http://loinc.org" } } ], "linkId": "2.1.1.4.1.1", "text": "Cause of Death" }, { "answer": [ { "valueCoding": { "code": "LA10400-2", "display": "OVER 60", "system": "http://loinc.org" } } ], "linkId": "2.1.1.4.1.2", "text": "Age at Death" } ] } ], "valueCoding": { "code": "LA32-8", "display": "No", "system": "http://loinc.org" } } ], "linkId": "2.1.1.4", "text": "Living?" }, { "answer": [ { "valueCoding": { "code": "LA32-8", "display": "No", "system": "http://loinc.org" } } ], "linkId": "2.1.1.5", "text": "Was this person born a twin?" }, { "answer": [ { "valueCoding": { "code": "LA32-8", "display": "No", "system": "http://loinc.org" } } ], "linkId": "2.1.1.6", "text": "Was this person adopted?" } ] }, { "linkId": "2.1.2", "question": [ { "answer": [ { "valueCoding": { "code": "LA10537-1", "display": "-- Colon Cancer", "system": "http://loinc.org" } } ], "linkId": "2.1.2.1", "text": "Disease or Condition" }, { "answer": [ { "valueCoding": { "code": "LA10400-2", "display": "OVER 60", "system": "http://loinc.org" } } ], "linkId": "2.1.2.2", "text": "Age at Diagnosis" } ], "title": "This family member's history of disease" } ], "linkId": "2.1" }, { "group": [ { "linkId": "2.1.1", "question": [ { "answer": [ { "valueCoding": { "code": "LA10424-2", "display": "Paternal Grandmother", "system": "http://loinc.org" } } ], "linkId": "2.1.1.1", "text": "Relationship to you" }, { "answer": [ { "valueString": "Claire" } ], "linkId": "2.1.1.2", "text": "Name" }, { "answer": [ { "valueCoding": { "code": "LA3-6", "display": "Female", "system": "http://loinc.org" } } ], "linkId": "2.1.1.3", "text": "Gender" }, { "answer": [ { "group": [ { "linkId": "2.1.1.4.1", "question": [ { "answer": [ { "group": [ { "linkId": "2.1.1.4.1.1.1", "question": [ { "answer": [ { "valueString": "Lou Gehrigs" } ], "text": "Please specify" } ] } ], "valueCoding": { "code": "LA10589-2", "display": "-- Other/Unexpected", "system": "http://loinc.org" } } ], "linkId": "2.1.1.4.1.1", "text": "Cause of Death" }, { "answer": [ { "valueCoding": { "code": "LA10400-2", "display": "OVER 60", "system": "http://loinc.org" } } ], "linkId": "2.1.1.4.1.2", "text": "Age at Death" } ] } ], "valueCoding": { "code": "LA32-8", "display": "No", "system": "http://loinc.org" } } ], "linkId": "2.1.1.4", "text": "Living?" }, { "answer": [ { "valueCoding": { "code": "LA32-8", "display": "No", "system": "http://loinc.org" } } ], "linkId": "2.1.1.5", "text": "Was this person born a twin?" }, { "answer": [ { "valueCoding": { "code": "LA32-8", "display": "No", "system": "http://loinc.org" } } ], "linkId": "2.1.1.6", "text": "Was this person adopted?" } ] } ], "linkId": "2.1" }, { "group": [ { "linkId": "2.1.1", "question": [ { "answer": [ { "valueCoding": { "code": "LA10417-6", "display": "Mother", "system": "http://loinc.org" } } ], "linkId": "2.1.1.1", "text": "Relationship to you" }, { "answer": [ { "valueString": "Harriet" } ], "linkId": "2.1.1.2", "text": "Name" }, { "answer": [ { "valueCoding": { "code": "LA3-6", "display": "Female", "system": "http://loinc.org" } } ], "linkId": "2.1.1.3", "text": "Gender" }, { "answer": [ { "group": [ { "linkId": "2.1.1.4.1", "question": [ { "answer": [ { "valueCoding": { "code": "LA10539-7", "display": "-- Ovarian Cancer", "system": "http://loinc.org" } } ], "linkId": "2.1.1.4.1.1", "text": "Cause of Death" }, { "answer": [ { "valueCoding": { "code": "LA10399-6", "display": "50-59", "system": "http://loinc.org" } } ], "linkId": "2.1.1.4.1.2", "text": "Age at Death" } ] } ], "valueCoding": { "code": "LA32-8", "display": "No", "system": "http://loinc.org" } } ], "linkId": "2.1.1.4", "text": "Living?" }, { "answer": [ { "valueCoding": { "code": "LA32-8", "display": "No", "system": "http://loinc.org" } } ], "linkId": "2.1.1.5", "text": "Was this person born a twin?" }, { "answer": [ { "valueCoding": { "code": "LA32-8", "display": "No", "system": "http://loinc.org" } } ], "linkId": "2.1.1.6", "text": "Was this person adopted?" } ] }, { "linkId": "2.1.2", "question": [ { "answer": [ { "valueCoding": { "code": "LA10539-7", "display": "-- Ovarian Cancer", "system": "http://loinc.org" } } ], "linkId": "2.1.2.1", "text": "Disease or Condition" }, { "answer": [ { "valueCoding": { "code": "LA10398-8", "display": "40-49", "system": "http://loinc.org" } } ], "linkId": "2.1.2.2", "text": "Age at Diagnosis" } ], "title": "This family member's history of disease" } ], "linkId": "2.1" }, { "group": [ { "linkId": "2.1.1", "question": [ { "answer": [ { "valueCoding": { "code": "LA10414-3", "display": "Maternal Uncle", "system": "http://loinc.org" } } ], "linkId": "2.1.1.1", "text": "Relationship to you" }, { "answer": [ { "valueString": "Rudy" } ], "linkId": "2.1.1.2", "text": "Name" }, { "answer": [ { "valueCoding": { "code": "LA2-8", "display": "Male", "system": "http://loinc.org" } } ], "linkId": "2.1.1.3", "text": "Gender" }, { "answer": [ { "group": [ { "linkId": "2.1.1.4.2", "question": [ { "answer": [ { "valueDecimal": 60 } ], "linkId": "2.1.1.4.2.2", "text": "Age" } ] } ], "valueCoding": { "code": "LA33-6", "display": "Yes", "system": "http://loinc.org" } } ], "linkId": "2.1.1.4", "text": "Living?" }, { "answer": [ { "valueCoding": { "code": "LA32-8", "display": "No", "system": "http://loinc.org" } } ], "linkId": "2.1.1.5", "text": "Was this person born a twin?" }, { "answer": [ { "valueCoding": { "code": "LA32-8", "display": "No", "system": "http://loinc.org" } } ], "linkId": "2.1.1.6", "text": "Was this person adopted?" } ] } ], "linkId": "2.1" }, { "group": [ { "linkId": "2.1.1", "question": [ { "answer": [ { "valueCoding": { "code": "LA10410-1", "display": "Maternal Aunt", "system": "http://loinc.org" } } ], "linkId": "2.1.1.1", "text": "Relationship to you" }, { "answer": [ { "valueString": "Julie" } ], "linkId": "2.1.1.2", "text": "Name" }, { "answer": [ { "valueCoding": { "code": "LA3-6", "display": "Female", "system": "http://loinc.org" } } ], "linkId": "2.1.1.3", "text": "Gender" }, { "answer": [ { "group": [ { "linkId": "2.1.1.4.2", "question": [ { "answer": [ { "valueDecimal": 57 } ], "linkId": "2.1.1.4.2.2", "text": "Age" } ] } ], "valueCoding": { "code": "LA33-6", "display": "Yes", "system": "http://loinc.org" } } ], "linkId": "2.1.1.4", "text": "Living?" }, { "answer": [ { "valueCoding": { "code": "LA32-8", "display": "No", "system": "http://loinc.org" } } ], "linkId": "2.1.1.5", "text": "Was this person born a twin?" }, { "answer": [ { "valueCoding": { "code": "LA32-8", "display": "No", "system": "http://loinc.org" } } ], "linkId": "2.1.1.6", "text": "Was this person adopted?" } ] } ], "linkId": "2.1" }, { "group": [ { "linkId": "2.1.1", "question": [ { "answer": [ { "valueCoding": { "code": "LA10412-7", "display": "Maternal Grandfather", "system": "http://loinc.org" } } ], "linkId": "2.1.1.1", "text": "Relationship to you" }, { "answer": [ { "valueString": "Ian" } ], "linkId": "2.1.1.2", "text": "Name" }, { "answer": [ { "valueCoding": { "code": "LA2-8", "display": "Male", "system": "http://loinc.org" } } ], "linkId": "2.1.1.3", "text": "Gender" }, { "answer": [ { "group": [ { "linkId": "2.1.1.4.1", "question": [ { "answer": [ { "valueCoding": { "code": "LA10558-7", "display": "-- Heart Attack", "system": "http://loinc.org" } } ], "linkId": "2.1.1.4.1.1", "text": "Cause of Death" }, { "answer": [ { "valueCoding": { "code": "LA10400-2", "display": "OVER 60", "system": "http://loinc.org" } } ], "linkId": "2.1.1.4.1.2", "text": "Age at Death" } ] } ], "valueCoding": { "code": "LA32-8", "display": "No", "system": "http://loinc.org" } } ], "linkId": "2.1.1.4", "text": "Living?" }, { "answer": [ { "valueCoding": { "code": "LA32-8", "display": "No", "system": "http://loinc.org" } } ], "linkId": "2.1.1.5", "text": "Was this person born a twin?" }, { "answer": [ { "valueCoding": { "code": "LA32-8", "display": "No", "system": "http://loinc.org" } } ], "linkId": "2.1.1.6", "text": "Was this person adopted?" } ] } ], "linkId": "2.1" }, { "group": [ { "linkId": "2.1.1", "question": [ { "answer": [ { "valueCoding": { "code": "LA10413-5", "display": "Maternal Grandmother", "system": "http://loinc.org" } } ], "linkId": "2.1.1.1", "text": "Relationship to you" }, { "answer": [ { "valueString": "Gladys" } ], "linkId": "2.1.1.2", "text": "Name" }, { "answer": [ { "valueCoding": { "code": "LA3-6", "display": "Female", "system": "http://loinc.org" } } ], "linkId": "2.1.1.3", "text": "Gender" }, { "answer": [ { "group": [ { "linkId": "2.1.1.4.1", "question": [ { "answer": [ { "valueCoding": { "code": "LA10571-0", "display": "-- Other/Unknown", "system": "http://loinc.org" } } ], "linkId": "2.1.1.4.1.1", "text": "Cause of Death" }, { "answer": [ { "valueCoding": { "code": "LA10400-2", "display": "OVER 60", "system": "http://loinc.org" } } ], "linkId": "2.1.1.4.1.2", "text": "Age at Death" } ] } ], "valueCoding": { "code": "LA32-8", "display": "No", "system": "http://loinc.org" } } ], "linkId": "2.1.1.4", "text": "Living?" }, { "answer": [ { "valueCoding": { "code": "LA32-8", "display": "No", "system": "http://loinc.org" } } ], "linkId": "2.1.1.5", "text": "Was this person born a twin?" }, { "answer": [ { "valueCoding": { "code": "LA32-8", "display": "No", "system": "http://loinc.org" } } ], "linkId": "2.1.1.6", "text": "Was this person adopted?" } ] }, { "linkId": "2.1.2", "question": [ { "answer": [ { "valueCoding": { "code": "LA10536-3", "display": "-- Breast Cancer", "system": "http://loinc.org" } } ], "linkId": "2.1.2.1", "text": "Disease or Condition" }, { "answer": [ { "valueCoding": { "code": "LA10399-6", "display": "50-59", "system": "http://loinc.org" } } ], "linkId": "2.1.2.2", "text": "Age at Diagnosis" } ], "title": "This family member's history of disease" }, { "linkId": "2.1.2", "question": [ { "answer": [ { "valueCoding": { "code": "LA10564-5", "display": "-- Asthma", "system": "http://loinc.org" } } ], "linkId": "2.1.2.1", "text": "Disease or Condition" }, { "answer": [ { "valueCoding": { "code": "LA10395-4", "display": "Childhood", "system": "http://loinc.org" } } ], "linkId": "2.1.2.2", "text": "Age at Diagnosis" } ], "title": "This family member's history of disease" } ], "linkId": "2.1" }, { "group": [ { "linkId": "2.1.1", "question": [ { "answer": [ { "valueCoding": { "code": "LA10411-9", "display": "Maternal Cousin", "system": "http://loinc.org" } } ], "linkId": "2.1.1.1", "text": "Relationship to you" }, { "answer": [ { "valueString": "Karren" } ], "linkId": "2.1.1.2", "text": "Name" }, { "answer": [ { "valueCoding": { "code": "LA3-6", "display": "Female", "system": "http://loinc.org" } } ], "linkId": "2.1.1.3", "text": "Gender" }, { "answer": [ { "group": [ { "linkId": "2.1.1.4.2", "question": [ { "answer": [ { "valueDecimal": 30 } ], "linkId": "2.1.1.4.2.2", "text": "Age" } ] } ], "valueCoding": { "code": "LA33-6", "display": "Yes", "system": "http://loinc.org" } } ], "linkId": "2.1.1.4", "text": "Living?" }, { "answer": [ { "valueCoding": { "code": "LA32-8", "display": "No", "system": "http://loinc.org" } } ], "linkId": "2.1.1.5", "text": "Was this person born a twin?" }, { "answer": [ { "valueCoding": { "code": "LA32-8", "display": "No", "system": "http://loinc.org" } } ], "linkId": "2.1.1.6", "text": "Was this person adopted?" } ] }, { "linkId": "2.1.2", "question": [ { "answer": [ { "valueCoding": { "code": "LA10536-3", "display": "-- Breast Cancer", "system": "http://loinc.org" } } ], "linkId": "2.1.2.1", "text": "Disease or Condition" }, { "answer": [ { "valueCoding": { "code": "LA10397-0", "display": "30-39", "system": "http://loinc.org" } } ], "linkId": "2.1.2.2", "text": "Age at Diagnosis" } ], "title": "This family member's history of disease" } ], "linkId": "2.1" }, { "group": [ { "linkId": "2.1.1", "question": [ { "answer": [ { "valueCoding": { "code": "LA10411-9", "display": "Maternal Cousin", "system": "http://loinc.org" } } ], "linkId": "2.1.1.1", "text": "Relationship to you" }, { "answer": [ { "valueString": "Mary" } ], "linkId": "2.1.1.2", "text": "Name" }, { "answer": [ { "valueCoding": { "code": "LA3-6", "display": "Female", "system": "http://loinc.org" } } ], "linkId": "2.1.1.3", "text": "Gender" }, { "answer": [ { "group": [ { "linkId": "2.1.1.4.2", "question": [ { "answer": [ { "valueDecimal": 31 } ], "linkId": "2.1.1.4.2.2", "text": "Age" } ] } ], "valueCoding": { "code": "LA33-6", "display": "Yes", "system": "http://loinc.org" } } ], "linkId": "2.1.1.4", "text": "Living?" }, { "answer": [ { "valueCoding": { "code": "LA32-8", "display": "No", "system": "http://loinc.org" } } ], "linkId": "2.1.1.5", "text": "Was this person born a twin?" }, { "answer": [ { "valueCoding": { "code": "LA32-8", "display": "No", "system": "http://loinc.org" } } ], "linkId": "2.1.1.6", "text": "Was this person adopted?" } ] } ], "linkId": "2.1" } ], "linkId": "2", "title": "Family member health information" } ], "linkId": "root", "title": "US Surgeon General - Family Health Portrait" }, "id": "questionnaireresponse-sdc-example-ussg-fht-answers", "questionnaire": { "reference": "Questionnaire/43127-6" }, "resourceType": "QuestionnaireResponse", "status": "in-progress", "subject": { "reference": "Patient/proband" }, "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: questionnaireresponse-sdc-example-ussg-fht-answers</p><p><b>questionnaire</b>: <a>Questionnaire/43127-6</a></p><p><b>status</b>: in-progress</p><p><b>subject</b>: <a>Patient/proband</a></p><p><b>authored</b>: 17/01/2008</p><blockquote><p><b>group</b></p><p><b>linkId</b>: root</p><p><b>title</b>: US Surgeon General - Family Health Portrait</p><h3>Groups</h3><table><tr><td>-</td></tr><tr><td>*</td></tr><tr><td>*</td></tr><tr><td>*</td></tr></table></blockquote></div>", "status": "generated" } }; var example744: fhir.QuestionnaireResponse = { "resourceType": "QuestionnaireResponse", "id": "questionnaireresponse-sdc-example-ussg-fht-answers", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: questionnaireresponse-sdc-example-ussg-fht-answers</p><p><b>questionnaire</b>: <a>Questionnaire/43127-6</a></p><p><b>status</b>: in-progress</p><p><b>subject</b>: <a>Patient/proband</a></p><p><b>authored</b>: 17/01/2008</p><blockquote><p><b>group</b></p><p><b>linkId</b>: root</p><p><b>title</b>: US Surgeon General - Family Health Portrait</p><h3>Groups</h3><table><tr><td>-</td></tr><tr><td>*</td></tr><tr><td>*</td></tr><tr><td>*</td></tr></table></blockquote></div>" }, "questionnaire": { "reference": "Questionnaire/43127-6" }, "status": "in-progress", "subject": { "reference": "Patient/proband" }, "authored": "2008-01-17", "group": { "linkId": "root", "title": "US Surgeon General - Family Health Portrait", "group": [ { "linkId": "0", "question": [ { "linkId": "0.1", "text": "Date Done", "answer": [ { "valueDate": "2008-01-17" } ] } ] }, { "linkId": "1", "title": "Your health information", "group": [ { "linkId": "1.1", "question": [ { "linkId": "1.1.1", "text": "Name", "answer": [ { "valueString": "Annie Proband" } ] }, { "linkId": "1.1.2", "text": "Gender", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA3-6", "display": "Female" } } ] }, { "linkId": "1.1.3", "text": "Date of Birth", "answer": [ { "valueDate": "1966-04-04" } ] }, { "linkId": "1.1.4", "text": "Were you born a twin?", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA32-8", "display": "No" } } ] }, { "linkId": "1.1.5", "text": "Were you adopted?", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA32-8", "display": "No" } } ] }, { "linkId": "1.1.6", "text": "Are your parents related to each other in any way other than marriage?", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA32-8", "display": "No" } } ] }, { "linkId": "1.1.7", "text": "Height", "answer": [ { "valueDecimal": 63, "group": [ { "linkId": "1.1.7.1", "question": [ { "linkId": "1.1.7.1.1", "text": "Units", "answer": [ { "valueCoding": { "system": "http://unitsofmeasure.org", "code": "[in_i]", "display": "inches" } } ] } ] } ] } ] }, { "linkId": "1.1.8", "text": "Weight", "answer": [ { "valueDecimal": 127, "group": [ { "linkId": "1.1.8.1", "question": [ { "linkId": "1.1.8.1.1", "text": "Units", "answer": [ { "valueCoding": { "system": "http://unitsofmeasure.org", "code": "lb", "display": "pounds" } } ] } ] } ] } ] }, { "linkId": "1.1.9", "text": "Body mass index (BMI) [Ratio]", "answer": [ { "valueDecimal": 22.5 } ] }, { "linkId": "1.1.10", "text": "Race", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA4457-3", "display": "White" } } ] }, { "linkId": "1.1.11", "text": "Ethnicity", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA10602-3", "display": "-- Mexican" } }, { "valueCoding": { "system": "http://loinc.org", "code": "LA10606-4", "display": "-- South American" } } ] } ] } ] }, { "linkId": "2", "title": "Family member health information", "group": [ { "linkId": "2.1", "group": [ { "linkId": "2.1.1", "question": [ { "linkId": "2.1.1.1", "text": "Relationship to you", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA10405-1", "display": "Daughter" } } ] }, { "linkId": "2.1.1.2", "text": "Name", "answer": [ { "valueString": "Susan" } ] }, { "linkId": "2.1.1.3", "text": "Gender", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA3-6", "display": "Female" } } ] }, { "linkId": "2.1.1.4", "text": "Living?", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA33-6", "display": "Yes" }, "group": [ { "linkId": "2.1.1.4.2", "question": [ { "linkId": "2.1.1.4.2.2", "text": "Age", "answer": [ { "valueDecimal": 17 } ] } ] } ] } ] }, { "linkId": "2.1.1.5", "text": "Was this person born a twin?", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA32-8", "display": "No" } } ] }, { "linkId": "2.1.1.6", "text": "Was this person adopted?", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA32-8", "display": "No" } } ] } ] } ] }, { "linkId": "2.1", "group": [ { "linkId": "2.1.1", "question": [ { "linkId": "2.1.1.1", "text": "Relationship to you", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA10415-0", "display": "Brother" } } ] }, { "linkId": "2.1.1.2", "text": "Name", "answer": [ { "valueString": "Brian" } ] }, { "linkId": "2.1.1.3", "text": "Gender", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA2-8", "display": "Male" } } ] }, { "linkId": "2.1.1.4", "text": "Living?", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA33-6", "display": "Yes" }, "group": [ { "linkId": "2.1.1.4.2", "question": [ { "linkId": "2.1.1.4.2.2", "text": "Age", "answer": [ { "valueDecimal": 32 } ] } ] } ] } ] }, { "linkId": "2.1.1.5", "text": "Was this person born a twin?", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA32-8", "display": "No" } } ] }, { "linkId": "2.1.1.6", "text": "Was this person adopted?", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA32-8", "display": "No" } } ] } ] }, { "linkId": "2.1.2", "title": "This family member's history of disease", "question": [ { "linkId": "2.1.2.1", "text": "Disease or Condition", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA10550-4", "display": "-- Other Cancer" } } ] }, { "linkId": "2.1.2.2", "text": "Age at Diagnosis", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA10397-0", "display": "30-39" } } ] } ] } ] }, { "linkId": "2.1", "group": [ { "linkId": "2.1.1", "question": [ { "linkId": "2.1.1.1", "text": "Relationship to you", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA10418-4", "display": "Sister" } } ] }, { "linkId": "2.1.1.2", "text": "Name", "answer": [ { "valueString": "Janet" } ] }, { "linkId": "2.1.1.3", "text": "Gender", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA3-6", "display": "Female" } } ] }, { "linkId": "2.1.1.4", "text": "Living?", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA33-6", "display": "Yes" }, "group": [ { "linkId": "2.1.1.4.2", "question": [ { "linkId": "2.1.1.4.2.2", "text": "Age", "answer": [ { "valueDecimal": 36 } ] } ] } ] } ] }, { "linkId": "2.1.1.5", "text": "Was this person born a twin?", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA32-8", "display": "No" } } ] }, { "linkId": "2.1.1.6", "text": "Was this person adopted?", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA32-8", "display": "No" } } ] } ] }, { "linkId": "2.1.2", "title": "This family member's history of disease", "question": [ { "linkId": "2.1.2.1", "text": "Disease or Condition", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA10536-3", "display": "-- Breast Cancer" } } ] }, { "linkId": "2.1.2.2", "text": "Age at Diagnosis", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA10397-0", "display": "30-39" } } ] } ] } ] }, { "linkId": "2.1", "group": [ { "linkId": "2.1.1", "question": [ { "linkId": "2.1.1.1", "text": "Relationship to you", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA10419-2", "display": "Nephew" } } ] }, { "linkId": "2.1.1.2", "text": "Name", "answer": [ { "valueString": "Ian" } ] }, { "linkId": "2.1.1.3", "text": "Gender", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA2-8", "display": "Male" } } ] }, { "linkId": "2.1.1.4", "text": "Living?", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA33-6", "display": "Yes" }, "group": [ { "linkId": "2.1.1.4.2", "question": [ { "linkId": "2.1.1.4.2.2", "text": "Age", "answer": [ { "valueDecimal": 16 } ] } ] } ] } ] }, { "linkId": "2.1.1.5", "text": "Was this person born a twin?", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA32-8", "display": "No" } } ] }, { "linkId": "2.1.1.6", "text": "Was this person adopted?", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA32-8", "display": "No" } } ] } ] } ] }, { "linkId": "2.1", "group": [ { "linkId": "2.1.1", "question": [ { "linkId": "2.1.1.1", "text": "Relationship to you", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA10420-0", "display": "Niece" } } ] }, { "linkId": "2.1.1.2", "text": "Name", "answer": [ { "valueString": "Helen" } ] }, { "linkId": "2.1.1.3", "text": "Gender", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA3-6", "display": "Female" } } ] }, { "linkId": "2.1.1.4", "text": "Living?", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA33-6", "display": "Yes" }, "group": [ { "linkId": "2.1.1.4.2", "question": [ { "linkId": "2.1.1.4.2.2", "text": "Age", "answer": [ { "valueDecimal": 15 } ] } ] } ] } ] }, { "linkId": "2.1.1.5", "text": "Was this person born a twin?", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA32-8", "display": "No" } } ] }, { "linkId": "2.1.1.6", "text": "Was this person adopted?", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA32-8", "display": "No" } } ] } ] } ] }, { "linkId": "2.1", "group": [ { "linkId": "2.1.1", "question": [ { "linkId": "2.1.1.1", "text": "Relationship to you", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA10416-8", "display": "Father" } } ] }, { "linkId": "2.1.1.2", "text": "Name", "answer": [ { "valueString": "Donald" } ] }, { "linkId": "2.1.1.3", "text": "Gender", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA2-8", "display": "Male" } } ] }, { "linkId": "2.1.1.4", "text": "Living?", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA33-6", "display": "Yes" }, "group": [ { "linkId": "2.1.1.4.2", "question": [ { "linkId": "2.1.1.4.2.2", "text": "Age", "answer": [ { "valueDecimal": 52 } ] } ] } ] } ] }, { "linkId": "2.1.1.5", "text": "Was this person born a twin?", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA32-8", "display": "No" } } ] }, { "linkId": "2.1.1.6", "text": "Was this person adopted?", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA32-8", "display": "No" } } ] } ] } ] }, { "linkId": "2.1", "group": [ { "linkId": "2.1.1", "question": [ { "linkId": "2.1.1.1", "text": "Relationship to you", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA10425-9", "display": "Paternal Uncle" } } ] }, { "linkId": "2.1.1.2", "text": "Name", "answer": [ { "valueString": "Eric" } ] }, { "linkId": "2.1.1.3", "text": "Gender", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA2-8", "display": "Male" } } ] }, { "linkId": "2.1.1.4", "text": "Living?", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA33-6", "display": "Yes" }, "group": [ { "linkId": "2.1.1.4.2", "question": [ { "linkId": "2.1.1.4.2.2", "text": "Age", "answer": [ { "valueDecimal": 56 } ] } ] } ] } ] }, { "linkId": "2.1.1.5", "text": "Was this person born a twin?", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA32-8", "display": "No" } } ] }, { "linkId": "2.1.1.6", "text": "Was this person adopted?", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA32-8", "display": "No" } } ] } ] } ] }, { "linkId": "2.1", "group": [ { "linkId": "2.1.1", "question": [ { "linkId": "2.1.1.1", "text": "Relationship to you", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA10421-8", "display": "Paternal Aunt" } } ] }, { "linkId": "2.1.1.2", "text": "Name", "answer": [ { "valueString": "Fiona" } ] }, { "linkId": "2.1.1.3", "text": "Gender", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA3-6", "display": "Female" } } ] }, { "linkId": "2.1.1.4", "text": "Living?", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA33-6", "display": "Yes" }, "group": [ { "linkId": "2.1.1.4.2", "question": [ { "linkId": "2.1.1.4.2.2", "text": "Age", "answer": [ { "valueDecimal": 57 } ] } ] } ] } ] }, { "linkId": "2.1.1.5", "text": "Was this person born a twin?", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA32-8", "display": "No" } } ] }, { "linkId": "2.1.1.6", "text": "Was this person adopted?", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA32-8", "display": "No" } } ] } ] }, { "linkId": "2.1.2", "title": "This family member's history of disease", "question": [ { "linkId": "2.1.2.1", "text": "Disease or Condition", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA10543-9", "display": "-- Skin Cancer" } } ] } ] } ] }, { "linkId": "2.1", "group": [ { "linkId": "2.1.1", "question": [ { "linkId": "2.1.1.1", "text": "Relationship to you", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA10423-4", "display": "Paternal Grandfather" } } ] }, { "linkId": "2.1.1.2", "text": "Name", "answer": [ { "valueString": "Bob" } ] }, { "linkId": "2.1.1.3", "text": "Gender", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA2-8", "display": "Male" } } ] }, { "linkId": "2.1.1.4", "text": "Living?", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA32-8", "display": "No" }, "group": [ { "linkId": "2.1.1.4.1", "question": [ { "linkId": "2.1.1.4.1.1", "text": "Cause of Death", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA10537-1", "display": "-- Colon Cancer" } } ] }, { "linkId": "2.1.1.4.1.2", "text": "Age at Death", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA10400-2", "display": "OVER 60" } } ] } ] } ] } ] }, { "linkId": "2.1.1.5", "text": "Was this person born a twin?", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA32-8", "display": "No" } } ] }, { "linkId": "2.1.1.6", "text": "Was this person adopted?", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA32-8", "display": "No" } } ] } ] }, { "linkId": "2.1.2", "title": "This family member's history of disease", "question": [ { "linkId": "2.1.2.1", "text": "Disease or Condition", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA10537-1", "display": "-- Colon Cancer" } } ] }, { "linkId": "2.1.2.2", "text": "Age at Diagnosis", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA10400-2", "display": "OVER 60" } } ] } ] } ] }, { "linkId": "2.1", "group": [ { "linkId": "2.1.1", "question": [ { "linkId": "2.1.1.1", "text": "Relationship to you", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA10424-2", "display": "Paternal Grandmother" } } ] }, { "linkId": "2.1.1.2", "text": "Name", "answer": [ { "valueString": "Claire" } ] }, { "linkId": "2.1.1.3", "text": "Gender", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA3-6", "display": "Female" } } ] }, { "linkId": "2.1.1.4", "text": "Living?", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA32-8", "display": "No" }, "group": [ { "linkId": "2.1.1.4.1", "question": [ { "linkId": "2.1.1.4.1.1", "text": "Cause of Death", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA10589-2", "display": "-- Other/Unexpected" }, "group": [ { "linkId": "2.1.1.4.1.1.1", "question": [ { "text": "Please specify", "answer": [ { "valueString": "Lou Gehrigs" } ] } ] } ] } ] }, { "linkId": "2.1.1.4.1.2", "text": "Age at Death", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA10400-2", "display": "OVER 60" } } ] } ] } ] } ] }, { "linkId": "2.1.1.5", "text": "Was this person born a twin?", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA32-8", "display": "No" } } ] }, { "linkId": "2.1.1.6", "text": "Was this person adopted?", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA32-8", "display": "No" } } ] } ] } ] }, { "linkId": "2.1", "group": [ { "linkId": "2.1.1", "question": [ { "linkId": "2.1.1.1", "text": "Relationship to you", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA10417-6", "display": "Mother" } } ] }, { "linkId": "2.1.1.2", "text": "Name", "answer": [ { "valueString": "Harriet" } ] }, { "linkId": "2.1.1.3", "text": "Gender", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA3-6", "display": "Female" } } ] }, { "linkId": "2.1.1.4", "text": "Living?", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA32-8", "display": "No" }, "group": [ { "linkId": "2.1.1.4.1", "question": [ { "linkId": "2.1.1.4.1.1", "text": "Cause of Death", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA10539-7", "display": "-- Ovarian Cancer" } } ] }, { "linkId": "2.1.1.4.1.2", "text": "Age at Death", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA10399-6", "display": "50-59" } } ] } ] } ] } ] }, { "linkId": "2.1.1.5", "text": "Was this person born a twin?", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA32-8", "display": "No" } } ] }, { "linkId": "2.1.1.6", "text": "Was this person adopted?", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA32-8", "display": "No" } } ] } ] }, { "linkId": "2.1.2", "title": "This family member's history of disease", "question": [ { "linkId": "2.1.2.1", "text": "Disease or Condition", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA10539-7", "display": "-- Ovarian Cancer" } } ] }, { "linkId": "2.1.2.2", "text": "Age at Diagnosis", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA10398-8", "display": "40-49" } } ] } ] } ] }, { "linkId": "2.1", "group": [ { "linkId": "2.1.1", "question": [ { "linkId": "2.1.1.1", "text": "Relationship to you", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA10414-3", "display": "Maternal Uncle" } } ] }, { "linkId": "2.1.1.2", "text": "Name", "answer": [ { "valueString": "Rudy" } ] }, { "linkId": "2.1.1.3", "text": "Gender", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA2-8", "display": "Male" } } ] }, { "linkId": "2.1.1.4", "text": "Living?", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA33-6", "display": "Yes" }, "group": [ { "linkId": "2.1.1.4.2", "question": [ { "linkId": "2.1.1.4.2.2", "text": "Age", "answer": [ { "valueDecimal": 60 } ] } ] } ] } ] }, { "linkId": "2.1.1.5", "text": "Was this person born a twin?", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA32-8", "display": "No" } } ] }, { "linkId": "2.1.1.6", "text": "Was this person adopted?", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA32-8", "display": "No" } } ] } ] } ] }, { "linkId": "2.1", "group": [ { "linkId": "2.1.1", "question": [ { "linkId": "2.1.1.1", "text": "Relationship to you", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA10410-1", "display": "Maternal Aunt" } } ] }, { "linkId": "2.1.1.2", "text": "Name", "answer": [ { "valueString": "Julie" } ] }, { "linkId": "2.1.1.3", "text": "Gender", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA3-6", "display": "Female" } } ] }, { "linkId": "2.1.1.4", "text": "Living?", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA33-6", "display": "Yes" }, "group": [ { "linkId": "2.1.1.4.2", "question": [ { "linkId": "2.1.1.4.2.2", "text": "Age", "answer": [ { "valueDecimal": 57 } ] } ] } ] } ] }, { "linkId": "2.1.1.5", "text": "Was this person born a twin?", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA32-8", "display": "No" } } ] }, { "linkId": "2.1.1.6", "text": "Was this person adopted?", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA32-8", "display": "No" } } ] } ] } ] }, { "linkId": "2.1", "group": [ { "linkId": "2.1.1", "question": [ { "linkId": "2.1.1.1", "text": "Relationship to you", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA10412-7", "display": "Maternal Grandfather" } } ] }, { "linkId": "2.1.1.2", "text": "Name", "answer": [ { "valueString": "Ian" } ] }, { "linkId": "2.1.1.3", "text": "Gender", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA2-8", "display": "Male" } } ] }, { "linkId": "2.1.1.4", "text": "Living?", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA32-8", "display": "No" }, "group": [ { "linkId": "2.1.1.4.1", "question": [ { "linkId": "2.1.1.4.1.1", "text": "Cause of Death", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA10558-7", "display": "-- Heart Attack" } } ] }, { "linkId": "2.1.1.4.1.2", "text": "Age at Death", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA10400-2", "display": "OVER 60" } } ] } ] } ] } ] }, { "linkId": "2.1.1.5", "text": "Was this person born a twin?", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA32-8", "display": "No" } } ] }, { "linkId": "2.1.1.6", "text": "Was this person adopted?", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA32-8", "display": "No" } } ] } ] } ] }, { "linkId": "2.1", "group": [ { "linkId": "2.1.1", "question": [ { "linkId": "2.1.1.1", "text": "Relationship to you", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA10413-5", "display": "Maternal Grandmother" } } ] }, { "linkId": "2.1.1.2", "text": "Name", "answer": [ { "valueString": "Gladys" } ] }, { "linkId": "2.1.1.3", "text": "Gender", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA3-6", "display": "Female" } } ] }, { "linkId": "2.1.1.4", "text": "Living?", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA32-8", "display": "No" }, "group": [ { "linkId": "2.1.1.4.1", "question": [ { "linkId": "2.1.1.4.1.1", "text": "Cause of Death", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA10571-0", "display": "-- Other/Unknown" } } ] }, { "linkId": "2.1.1.4.1.2", "text": "Age at Death", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA10400-2", "display": "OVER 60" } } ] } ] } ] } ] }, { "linkId": "2.1.1.5", "text": "Was this person born a twin?", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA32-8", "display": "No" } } ] }, { "linkId": "2.1.1.6", "text": "Was this person adopted?", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA32-8", "display": "No" } } ] } ] }, { "linkId": "2.1.2", "title": "This family member's history of disease", "question": [ { "linkId": "2.1.2.1", "text": "Disease or Condition", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA10536-3", "display": "-- Breast Cancer" } } ] }, { "linkId": "2.1.2.2", "text": "Age at Diagnosis", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA10399-6", "display": "50-59" } } ] } ] }, { "linkId": "2.1.2", "title": "This family member's history of disease", "question": [ { "linkId": "2.1.2.1", "text": "Disease or Condition", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA10564-5", "display": "-- Asthma" } } ] }, { "linkId": "2.1.2.2", "text": "Age at Diagnosis", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA10395-4", "display": "Childhood" } } ] } ] } ] }, { "linkId": "2.1", "group": [ { "linkId": "2.1.1", "question": [ { "linkId": "2.1.1.1", "text": "Relationship to you", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA10411-9", "display": "Maternal Cousin" } } ] }, { "linkId": "2.1.1.2", "text": "Name", "answer": [ { "valueString": "Karren" } ] }, { "linkId": "2.1.1.3", "text": "Gender", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA3-6", "display": "Female" } } ] }, { "linkId": "2.1.1.4", "text": "Living?", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA33-6", "display": "Yes" }, "group": [ { "linkId": "2.1.1.4.2", "question": [ { "linkId": "2.1.1.4.2.2", "text": "Age", "answer": [ { "valueDecimal": 30 } ] } ] } ] } ] }, { "linkId": "2.1.1.5", "text": "Was this person born a twin?", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA32-8", "display": "No" } } ] }, { "linkId": "2.1.1.6", "text": "Was this person adopted?", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA32-8", "display": "No" } } ] } ] }, { "linkId": "2.1.2", "title": "This family member's history of disease", "question": [ { "linkId": "2.1.2.1", "text": "Disease or Condition", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA10536-3", "display": "-- Breast Cancer" } } ] }, { "linkId": "2.1.2.2", "text": "Age at Diagnosis", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA10397-0", "display": "30-39" } } ] } ] } ] }, { "linkId": "2.1", "group": [ { "linkId": "2.1.1", "question": [ { "linkId": "2.1.1.1", "text": "Relationship to you", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA10411-9", "display": "Maternal Cousin" } } ] }, { "linkId": "2.1.1.2", "text": "Name", "answer": [ { "valueString": "Mary" } ] }, { "linkId": "2.1.1.3", "text": "Gender", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA3-6", "display": "Female" } } ] }, { "linkId": "2.1.1.4", "text": "Living?", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA33-6", "display": "Yes" }, "group": [ { "linkId": "2.1.1.4.2", "question": [ { "linkId": "2.1.1.4.2.2", "text": "Age", "answer": [ { "valueDecimal": 31 } ] } ] } ] } ] }, { "linkId": "2.1.1.5", "text": "Was this person born a twin?", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA32-8", "display": "No" } } ] }, { "linkId": "2.1.1.6", "text": "Was this person adopted?", "answer": [ { "valueCoding": { "system": "http://loinc.org", "code": "LA32-8", "display": "No" } } ] } ] } ] } ] } ] } }; var example745: fhir.QuestionnaireResponse = { "authored": "2014-01-21", "group": { "group": [ { "linkId": "3921053v1.0", "question": [ { "answer": [ { "valueDate": "2003-02-18" } ], "linkId": "3921059v1.0", "text": "Date of Current Pathologic Diagnosis" }, { "answer": [ { "valueCoding": { "code": "1", "display": "Primary Diagnosis", "system": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#3921060v1.0-cs" } } ], "linkId": "3921060v1.0", "text": "Diagnosis Type" }, { "answer": [ { "valueString": "Left Ovary" } ], "linkId": "3921053v1.0", "text": "Primary Site" } ], "text": "These items must be included when this data is collected for reporting.", "title": "Mandatory Diagnosis Questions" }, { "linkId": "3921066v1.0", "question": [ { "answer": [ { "valueCoding": { "code": "3", "display": "Restaging", "system": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#3921066v1.0-cs" } } ], "text": "Diagnosis Time Point" } ], "text": "There are business rules to indicate situations under which these elements should be used on a case report form.", "title": "Conditional Diagnosis Questions" }, { "linkId": "3921077v1.0", "question": [ { "answer": [ { "valueString": "Harold Ornada" } ], "linkId": "3921079v1.0", "text": "Reviewing Pathologist" }, { "linkId": "3921080v1.0", "text": "MedDRA disease code" }, { "answer": [ { "valueCoding": { "code": "2", "display": "Histological Procedure", "system": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#3921081v1.0-cs" } } ], "linkId": "3921081v1.0", "text": "Assessment Method" }, { "answer": [ { "valueCoding": { "code": "2", "display": "Moderately Differentiated", "system": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#3921085v1.0-cs" } } ], "linkId": "3921085v1.0", "text": "Tumor grade" } ], "text": "There is no requirement for inclusion of these elements on the case report form. If the design and scientific questions posed in the study dictate the need to collect this type of data, these elements should be included.", "title": "Optional Diagnosis Questions" } ], "title": "Diagnosis NCI Standard Template" }, "id": "questionnaireresponse-sdc-profile-example", "resourceType": "QuestionnaireResponse", "status": "completed", "text": { "div": "<div>\n <h1>Diagnosis NCI Standard Template</h1>\n <h2>Mandatory Diagnosis Questions</h2>\n <pre>These items must be included when this data is collected for reporting.\n\n <b>Date of Current Pathologic Diagnosis</b>: 02/18/2003\n <b>Diagnosis Type</b> : Primary Diagnosis__\n <b>Primary Site</b> : Left Ovary\n</pre>\n<h2>Conditional Diagnosis Questions</h2>\n<pre>There are business rules to indicate situations under which these elements should be used on a case report form.\n\n <b>Diagnosis Time Point</b>: Restaging\n</pre>\n<h2>Optional Diagnosis Conditions</h2>\n<pre>There is no requirement for inclusion of these elements on the case report form. If the design and scientific questions posed in the study dictate the need to collect this type of data, these elements should be included.\n\n <b>Reviewing Pathologist</b>: Harold Ornada\n <b>MedDRA Source Code</b> : __________\n <b>Assessment Method</b> : Histological Procedure\n <b>Tumor Grade</b> : Moderately Differentiated</pre>\n </div>", "status": "generated" } }; var example746: fhir.QuestionnaireResponse = { "resourceType": "QuestionnaireResponse", "id": "questionnaireresponse-sdc-profile-example", "text": { "status": "generated", "div": "<div>\n <h1>Diagnosis NCI Standard Template</h1>\n <h2>Mandatory Diagnosis Questions</h2>\n <pre>These items must be included when this data is collected for reporting.\n\n <b>Date of Current Pathologic Diagnosis</b>: 02/18/2003\n <b>Diagnosis Type</b> : Primary Diagnosis__\n <b>Primary Site</b> : Left Ovary\n</pre>\n<h2>Conditional Diagnosis Questions</h2>\n<pre>There are business rules to indicate situations under which these elements should be used on a case report form.\n\n <b>Diagnosis Time Point</b>: Restaging\n</pre>\n<h2>Optional Diagnosis Conditions</h2>\n<pre>There is no requirement for inclusion of these elements on the case report form. If the design and scientific questions posed in the study dictate the need to collect this type of data, these elements should be included.\n\n <b>Reviewing Pathologist</b>: Harold Ornada\n <b>MedDRA Source Code</b> : __________\n <b>Assessment Method</b> : Histological Procedure\n <b>Tumor Grade</b> : Moderately Differentiated</pre>\n </div>" }, "status": "completed", "authored": "2014-01-21", "group": { "title": "Diagnosis NCI Standard Template", "group": [ { "linkId": "3921053v1.0", "title": "Mandatory Diagnosis Questions", "text": "These items must be included when this data is collected for reporting.", "question": [ { "linkId": "3921059v1.0", "text": "Date of Current Pathologic Diagnosis", "answer": [ { "valueDate": "2003-02-18" } ] }, { "linkId": "3921060v1.0", "text": "Diagnosis Type", "answer": [ { "valueCoding": { "system": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#3921060v1.0-cs", "code": "1", "display": "Primary Diagnosis" } } ] }, { "linkId": "3921053v1.0", "text": "Primary Site", "answer": [ { "valueString": "Left Ovary" } ] } ] }, { "linkId": "3921066v1.0", "title": "Conditional Diagnosis Questions", "text": "There are business rules to indicate situations under which these elements should be used on a case report form.", "question": [ { "text": "Diagnosis Time Point", "answer": [ { "valueCoding": { "system": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#3921066v1.0-cs", "code": "3", "display": "Restaging" } } ] } ] }, { "linkId": "3921077v1.0", "title": "Optional Diagnosis Questions", "text": "There is no requirement for inclusion of these elements on the case report form. If the design and scientific questions posed in the study dictate the need to collect this type of data, these elements should be included.", "question": [ { "linkId": "3921079v1.0", "text": "Reviewing Pathologist", "answer": [ { "valueString": "Harold Ornada" } ] }, { "linkId": "3921080v1.0", "text": "MedDRA disease code" }, { "linkId": "3921081v1.0", "text": "Assessment Method", "answer": [ { "valueCoding": { "system": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#3921081v1.0-cs", "code": "2", "display": "Histological Procedure" } } ] }, { "linkId": "3921085v1.0", "text": "Tumor grade", "answer": [ { "valueCoding": { "system": "http://nci.nih.gov/xml/owl/cadsr/data_element_scoped_identifier#3921085v1.0-cs", "code": "2", "display": "Moderately Differentiated" } } ] } ] } ] } }; var example747: fhir.DataElement = { "contact": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/11179-de-contact-address", "valueAddress": { "text": "540 Gaither Rd Rockville MD 20850" } } ], "name": "Bill Munier", "telecom": [ { "system": "email", "value": "william.munier@ahrq.hhs.gov" } ] } ], "contained": [ { "compose": { "include": [ { "concept": [ { "code": "a", "designation": [ { "use": { "display": "Answer ID" }, "value": "LA2-8" } ], "display": "Male", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder", "valueInteger": 1 } ] }, { "code": "b", "designation": [ { "use": { "display": "Answer ID" }, "value": "LA3-6" } ], "display": "Female", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder", "valueInteger": 2 } ] }, { "code": "c", "designation": [ { "use": { "display": "Answer ID" }, "value": "LA4489-6" } ], "display": "Unknown", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder", "valueInteger": 3 } ] } ], "system": "http://loinc.org" } ] }, "description": "AHRQ Common Formats answer list for Patient and Neonate Gender", "id": "vm-valueset", "identifier": { "system": "http://r.details.loinc.org/AnswerList", "value": "LL2827-5" }, "name": "AHRQ_M/F/UNK", "resourceType": "ValueSet", "status": "active" }, { "compose": { "include": [ { "concept": [ { "code": "M", "display": "Male" }, { "code": "F", "display": "Female" } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-systemName", "valueString": "HL7 AdministrativeGender" } ], "system": "http://hl7.org/fhir/v3/AdministrativeGender", "version": "1" }, { "concept": [ { "code": "UNK", "display": "Unknown" } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-systemName", "valueString": "HL7 NullFlavor" } ], "system": "http://hl7.org/fhir/v3/NullFlavor" } ] }, "id": "pv-valueset", "resourceType": "ValueSet", "status": "draft" }, { "element": [ { "code": "a", "codeSystem": "http://loinc.org", "target": [ { "code": "M", "codeSystem": "http://hl7.org/fhir/v3/AdministrativeGender", "equivalence": "equivalent" } ] }, { "code": "b", "codeSystem": "http://loinc.org", "target": [ { "code": "F", "codeSystem": "http://hl7.org/fhir/v3/AdministrativeGender", "equivalence": "equivalent" } ] }, { "code": "c", "codeSystem": "http://loinc.org", "target": [ { "code": "UNK", "codeSystem": "http://hl7.org/fhir/v3/Unknown", "equivalence": "equivalent" } ] } ], "id": "pv-conceptmap", "resourceType": "ConceptMap", "sourceUri": "#vm-valueset", "status": "draft", "targetUri": "#pv-valueset" }, { "address": [ { "text": "540 Gaither Rd Rockvill MD 20850" } ], "contact": [ { "name": { "text": "Bill Munier" }, "telecom": [ { "system": "email", "value": "william.munier@ahrq.hhs.gov" } ] } ], "id": "sub-org", "name": "Agency for Healthcare Research and Quality (AHRQ) Center for Patient Safety and Quality", "resourceType": "Organization" } ], "date": "2010-03-31", "element": [ { "binding": { "strength": "required", "valueSetReference": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/11179-permitted-value-valueset", "valueReference": { "reference": "#pv-valueset" } }, { "url": "http://hl7.org/fhir/StructureDefinition/11179-permitted-value-valueset", "valueReference": { "reference": "#pv-conceptmap" } } ], "reference": "#vm-valueset" } }, "code": [ { "code": "74698-2", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/11179-de-is-data-element-concept", "valueBoolean": true } ], "system": "http://loinc.org" } ], "definition": "The patient's documented gender on arrival at the hospital.", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-question", "valueString": "Patient's Gender" }, { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-question", "valueString": "Patient-Gender,CD" } ], "mapping": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/11179-objectClass", "valueCoding": { "code": "116154003", "display": "Patient", "system": "http://snomed.info/sct" } }, { "url": "http://hl7.org/fhir/StructureDefinition/11179-objectClassProperty", "valueCoding": { "code": "263495000", "display": "Gender", "system": "http://snomed.info/sct" } } ], "identity": "objclass", "map": "http://snomed.info/sct#116154003 | http://snomed.info/sct | 263495000" } ], "path": "gender", "type": [ { "code": "CodeableConcept" } ] } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/11179-de-document-reference", "valueReference": { "reference": "#doc" } }, { "url": "http://hl7.org/fhir/StructureDefinition/11179-de-effective-period", "valuePeriod": { "start": "2010-03-31" } }, { "url": "http://hl7.org/fhir/StructureDefinition/11179-de-submitter-org", "valueReference": { "reference": "#sub-org" } } ], "id": "dataelement-sdc-profile-example-de", "identifier": [ { "system": "http://nlm.nih.gov/some_other_text/data_element_identifier", "value": "DE42AHRQ" } ], "mapping": [ { "identity": "objclass", "name": "Structured Data Capture ObjectClass/Property", "uri": "http://healthit.gov/sdc/objectclassproperty" } ], "name": "Patient Gender", "publisher": "Agency for Healthcare Research and Quality (AHRQ) Center for Patient Safety and Quality", "resourceType": "DataElement", "status": "draft", "text": { "div": "<div>TODO</div>", "status": "generated" }, "useContext": [ { "coding": [ { "code": "Healthcare Event Reporting Form", "display": "Patient safety event report - hospital: healthcare event reporting form" } ] } ], "version": "1.2" }; var example748: fhir.DataElement = { "resourceType": "DataElement", "id": "dataelement-sdc-profile-example-de", "text": { "status": "generated", "div": "<div>TODO</div>" }, "contained": [ { "resourceType": "ValueSet", "id": "vm-valueset", "identifier": { "system": "http://r.details.loinc.org/AnswerList", "value": "LL2827-5" }, "name": "AHRQ_M/F/UNK", "status": "active", "description": "AHRQ Common Formats answer list for Patient and Neonate Gender", "compose": { "include": [ { "system": "http://loinc.org", "concept": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder", "valueInteger": 1 } ], "code": "a", "display": "Male", "designation": [ { "use": { "display": "Answer ID" }, "value": "LA2-8" } ] }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder", "valueInteger": 2 } ], "code": "b", "display": "Female", "designation": [ { "use": { "display": "Answer ID" }, "value": "LA3-6" } ] }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder", "valueInteger": 3 } ], "code": "c", "display": "Unknown", "designation": [ { "use": { "display": "Answer ID" }, "value": "LA4489-6" } ] } ] } ] } }, { "resourceType": "ValueSet", "id": "pv-valueset", "status": "draft", "_status": { "fhir_comments": [ " \n Side notes:\n - \"1\" is not a valid code system version for AdministrativeGender\n - The definition and display name for code \"UN\" is not valid\n " ] }, "compose": { "include": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-systemName", "valueString": "HL7 AdministrativeGender" } ], "system": "http://hl7.org/fhir/v3/AdministrativeGender", "version": "1", "concept": [ { "code": "M", "display": "Male" }, { "code": "F", "display": "Female" } ] }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-systemName", "valueString": "HL7 NullFlavor" } ], "system": "http://hl7.org/fhir/v3/NullFlavor", "concept": [ { "code": "UNK", "display": "Unknown" } ] } ] } }, { "resourceType": "ConceptMap", "id": "pv-conceptmap", "status": "draft", "sourceUri": "#vm-valueset", "targetUri": "#pv-valueset", "element": [ { "codeSystem": "http://loinc.org", "code": "a", "target": [ { "codeSystem": "http://hl7.org/fhir/v3/AdministrativeGender", "code": "M", "equivalence": "equivalent" } ] }, { "codeSystem": "http://loinc.org", "code": "b", "target": [ { "codeSystem": "http://hl7.org/fhir/v3/AdministrativeGender", "code": "F", "equivalence": "equivalent" } ] }, { "codeSystem": "http://loinc.org", "code": "c", "target": [ { "codeSystem": "http://hl7.org/fhir/v3/Unknown", "code": "UNK", "equivalence": "equivalent" } ] } ] }, { "resourceType": "Organization", "id": "sub-org", "name": "Agency for Healthcare Research and Quality (AHRQ) Center for Patient Safety and Quality", "address": [ { "text": "540 Gaither Rd Rockvill MD 20850" } ], "contact": [ { "name": { "text": "Bill Munier" }, "telecom": [ { "system": "email", "value": "william.munier@ahrq.hhs.gov" } ] } ] } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/11179-de-document-reference", "valueReference": { "reference": "#doc" } }, { "url": "http://hl7.org/fhir/StructureDefinition/11179-de-effective-period", "valuePeriod": { "start": "2010-03-31" } }, { "url": "http://hl7.org/fhir/StructureDefinition/11179-de-submitter-org", "valueReference": { "reference": "#sub-org" } } ], "identifier": [ { "system": "http://nlm.nih.gov/some_other_text/data_element_identifier", "value": "DE42AHRQ" } ], "version": "1.2", "name": "Patient Gender", "status": "draft", "publisher": "Agency for Healthcare Research and Quality (AHRQ) Center for Patient Safety and Quality", "contact": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/11179-de-contact-address", "valueAddress": { "text": "540 Gaither Rd Rockville MD 20850" } } ], "name": "Bill Munier", "telecom": [ { "system": "email", "value": "william.munier@ahrq.hhs.gov" } ] } ], "date": "2010-03-31", "useContext": [ { "coding": [ { "code": "Healthcare Event Reporting Form", "display": "Patient safety event report - hospital: healthcare event reporting form", "_display": { "fhir_comments": [ " Wasn't clear if the above was a code " ] } } ] } ], "mapping": [ { "identity": "objclass", "uri": "http://healthit.gov/sdc/objectclassproperty", "name": "Structured Data Capture ObjectClass/Property" } ], "element": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-question", "valueString": "Patient's Gender" }, { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-question", "valueString": "Patient-Gender,CD" } ], "path": "gender", "code": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/11179-de-is-data-element-concept", "valueBoolean": true } ], "system": "http://loinc.org", "code": "74698-2" } ], "definition": "The patient's documented gender on arrival at the hospital.", "type": [ { "code": "CodeableConcept" } ], "binding": { "strength": "required", "valueSetReference": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/11179-permitted-value-valueset", "valueReference": { "reference": "#pv-valueset" } }, { "url": "http://hl7.org/fhir/StructureDefinition/11179-permitted-value-valueset", "valueReference": { "reference": "#pv-conceptmap" } } ], "reference": "#vm-valueset" } }, "mapping": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/11179-objectClass", "valueCoding": { "system": "http://snomed.info/sct", "code": "116154003", "display": "Patient" } }, { "url": "http://hl7.org/fhir/StructureDefinition/11179-objectClassProperty", "valueCoding": { "system": "http://snomed.info/sct", "code": "263495000", "display": "Gender" } } ], "identity": "objclass", "map": "http://snomed.info/sct#116154003 | http://snomed.info/sct | 263495000" } ] } ] }; var example749: fhir.SearchParameter = { "base": "Patient", "code": "part-agree", "contact": [ { "telecom": [ { "system": "other", "value": "http://hl7.org/fhir" } ] } ], "description": "Search by url for a participation agreement, which is stored in a DocumentReference", "id": "example-extension", "name": "Example Search Parameter on an extension", "publisher": "Health Level Seven International (FHIR Infrastructure)", "resourceType": "SearchParameter", "target": [ "DocumentReference" ], "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example-extension</p><p><b>url</b>: <a>http://hl7.org/fhir/SearchParameter/example-extension</a></p><p><b>name</b>: Example Search Parameter on an extension</p><p><b>publisher</b>: Health Level Seven International (FHIR Infrastructure)</p><h3>Contacts</h3><table><tr><td>-</td><td><b>Telecom</b></td></tr><tr><td>*</td><td>http://hl7.org/fhir</td></tr></table><p><b>code</b>: part-agree</p><p><b>base</b>: Patient</p><p><b>type</b>: reference</p><p><b>description</b>: Search by url for a participation agreement, which is stored in a DocumentReference</p><p><b>xpath</b>: http://example.org/fhir/StructureDefinition/participation-agreement</p><p><b>xpathUsage</b>: normal</p><p><b>target</b>: DocumentReference</p></div>", "status": "generated" }, "type": "reference", "url": "http://hl7.org/fhir/SearchParameter/example-extension", "xpath": "http://example.org/fhir/StructureDefinition/participation-agreement", "xpathUsage": "normal" }; var example750: fhir.SearchParameter = { "resourceType": "SearchParameter", "id": "example-extension", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example-extension</p><p><b>url</b>: <a>http://hl7.org/fhir/SearchParameter/example-extension</a></p><p><b>name</b>: Example Search Parameter on an extension</p><p><b>publisher</b>: Health Level Seven International (FHIR Infrastructure)</p><h3>Contacts</h3><table><tr><td>-</td><td><b>Telecom</b></td></tr><tr><td>*</td><td>http://hl7.org/fhir</td></tr></table><p><b>code</b>: part-agree</p><p><b>base</b>: Patient</p><p><b>type</b>: reference</p><p><b>description</b>: Search by url for a participation agreement, which is stored in a DocumentReference</p><p><b>xpath</b>: http://example.org/fhir/StructureDefinition/participation-agreement</p><p><b>xpathUsage</b>: normal</p><p><b>target</b>: DocumentReference</p></div>" }, "url": "http://hl7.org/fhir/SearchParameter/example-extension", "name": "Example Search Parameter on an extension", "publisher": "Health Level Seven International (FHIR Infrastructure)", "contact": [ { "telecom": [ { "system": "other", "value": "http://hl7.org/fhir" } ] } ], "code": "part-agree", "base": "Patient", "type": "reference", "description": "Search by url for a participation agreement, which is stored in a DocumentReference", "xpath": "http://example.org/fhir/StructureDefinition/participation-agreement", "xpathUsage": "normal", "target": [ "DocumentReference" ] }; var example751: fhir.SearchParameter = { "base": "Resource", "code": "_id", "contact": [ { "name": "[string]", "telecom": [ { "system": "other", "value": "http://hl7.org/fhir" } ] } ], "date": "2013-10-23", "description": "Search by resource identifier - e.g. same as the read interaction, but can return included resources", "experimental": false, "id": "example", "name": "Example Search Parameter", "publisher": "Health Level Seven International (FHIR Infrastructure)", "requirements": "Need to search by identifier for various infrastructural cases - mainly retrieving packages, and matching as part of a chain", "resourceType": "SearchParameter", "status": "draft", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><p><b>url</b>: <a>http://hl7.org/fhir/SearchParameter/example</a></p><p><b>name</b>: Example Search Parameter</p><p><b>status</b>: draft</p><p><b>experimental</b>: false</p><p><b>publisher</b>: Health Level Seven International (FHIR Infrastructure)</p><h3>Contacts</h3><table><tr><td>-</td><td><b>Name</b></td><td><b>Telecom</b></td></tr><tr><td>*</td><td>[string]</td><td>http://hl7.org/fhir</td></tr></table><p><b>date</b>: 23/10/2013</p><p><b>requirements</b>: Need to search by identifier for various infrastructural cases - mainly retrieving packages, and matching as part of a chain</p><p><b>code</b>: _id</p><p><b>base</b>: Resource</p><p><b>type</b>: token</p><p><b>description</b>: Search by resource identifier - e.g. same as the read interaction, but can return included resources</p><p><b>xpath</b>: f:*/f:id</p><p><b>xpathUsage</b>: normal</p></div>", "status": "generated" }, "type": "token", "url": "http://hl7.org/fhir/SearchParameter/example", "xpath": "f:*/f:id", "xpathUsage": "normal" }; var example752: fhir.SearchParameter = { "resourceType": "SearchParameter", "id": "example", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><p><b>url</b>: <a>http://hl7.org/fhir/SearchParameter/example</a></p><p><b>name</b>: Example Search Parameter</p><p><b>status</b>: draft</p><p><b>experimental</b>: false</p><p><b>publisher</b>: Health Level Seven International (FHIR Infrastructure)</p><h3>Contacts</h3><table><tr><td>-</td><td><b>Name</b></td><td><b>Telecom</b></td></tr><tr><td>*</td><td>[string]</td><td>http://hl7.org/fhir</td></tr></table><p><b>date</b>: 23/10/2013</p><p><b>requirements</b>: Need to search by identifier for various infrastructural cases - mainly retrieving packages, and matching as part of a chain</p><p><b>code</b>: _id</p><p><b>base</b>: Resource</p><p><b>type</b>: token</p><p><b>description</b>: Search by resource identifier - e.g. same as the read interaction, but can return included resources</p><p><b>xpath</b>: f:*/f:id</p><p><b>xpathUsage</b>: normal</p></div>" }, "url": "http://hl7.org/fhir/SearchParameter/example", "name": "Example Search Parameter", "status": "draft", "experimental": false, "publisher": "Health Level Seven International (FHIR Infrastructure)", "contact": [ { "name": "[string]", "telecom": [ { "fhir_comments": [ " 0..1 Name of a individual to contact " ], "system": "other", "value": "http://hl7.org/fhir" } ] } ], "date": "2013-10-23", "requirements": "Need to search by identifier for various infrastructural cases - mainly retrieving packages, and matching as part of a chain", "_requirements": { "fhir_comments": [ " this is the canonical definition for the _id search parameter " ] }, "code": "_id", "base": "Resource", "type": "token", "description": "Search by resource identifier - e.g. same as the read interaction, but can return included resources", "xpath": "f:*/f:id", "xpathUsage": "normal" }; var example753: fhir.Slot = { "comment": "Assessments should be performed before requesting appointments in this slot.", "end": "2013-12-25T09:15:00Z", "freeBusyType": "busy", "id": "1", "identifier": [ { "system": "http://example.org/identifiers/slots", "value": "123132" } ], "overbooked": true, "resourceType": "Slot", "schedule": { "reference": "Schedule/example" }, "start": "2013-12-25T09:00:00Z", "text": { "div": "<div>\n\t\t\t25 Dec 2013 9:00am - 9:15am: <b>Busy</b> Physiotherapy\n\t\t</div>", "status": "generated" }, "type": { "coding": [ { "code": "45", "display": "Physiotherapy" } ] } }; var example754: fhir.Slot = { "resourceType": "Slot", "id": "1", "text": { "status": "generated", "div": "<div>\n\t\t\t25 Dec 2013 9:00am - 9:15am: <b>Busy</b> Physiotherapy\n\t\t</div>" }, "identifier": [ { "system": "http://example.org/identifiers/slots", "value": "123132" } ], "type": { "coding": [ { "code": "45", "display": "Physiotherapy" } ] }, "schedule": { "reference": "Schedule/example" }, "freeBusyType": "busy", "start": "2013-12-25T09:00:00Z", "end": "2013-12-25T09:15:00Z", "overbooked": true, "comment": "Assessments should be performed before requesting appointments in this slot." }; var example755: fhir.Slot = { "comment": "Dr Careful is out of the office", "end": "2013-12-25T10:00:00Z", "freeBusyType": "busy-tentative", "id": "2", "resourceType": "Slot", "schedule": { "reference": "Schedule/example" }, "start": "2013-12-25T09:45:00Z", "text": { "div": "<div>\n\t\t\t25 Dec 2013 9:45am - 10:00am: <b>Tentative</b> Physiotherapy\n\t\t</div>", "status": "generated" }, "type": { "coding": [ { "code": "45", "display": "Physiotherapy" } ] } }; var example756: fhir.Slot = { "resourceType": "Slot", "id": "2", "text": { "status": "generated", "div": "<div>\n\t\t\t25 Dec 2013 9:45am - 10:00am: <b>Tentative</b> Physiotherapy\n\t\t</div>" }, "type": { "coding": [ { "code": "45", "display": "Physiotherapy" } ] }, "schedule": { "reference": "Schedule/example" }, "freeBusyType": "busy-tentative", "start": "2013-12-25T09:45:00Z", "end": "2013-12-25T10:00:00Z", "comment": "Dr Careful is out of the office" }; var example757: fhir.Slot = { "comment": "Dr Careful is out of the office", "end": "2013-12-25T09:45:00Z", "freeBusyType": "busy-unavailable", "id": "3", "resourceType": "Slot", "schedule": { "reference": "Schedule/example" }, "start": "2013-12-25T09:30:00Z", "text": { "div": "<div>\n\t\t\t25 Dec 2013 9:30am - 9:45am: <b>Unavailable</b> Physiotherapy<br/>\n\t\t\tDr Careful is out of the office\n\t\t</div>", "status": "generated" }, "type": { "coding": [ { "code": "45", "display": "Physiotherapy" } ] } }; var example758: fhir.Slot = { "resourceType": "Slot", "id": "3", "text": { "status": "generated", "div": "<div>\n\t\t\t25 Dec 2013 9:30am - 9:45am: <b>Unavailable</b> Physiotherapy<br/>\n\t\t\tDr Careful is out of the office\n\t\t</div>" }, "type": { "coding": [ { "code": "45", "display": "Physiotherapy" } ] }, "schedule": { "reference": "Schedule/example" }, "freeBusyType": "busy-unavailable", "start": "2013-12-25T09:30:00Z", "end": "2013-12-25T09:45:00Z", "comment": "Dr Careful is out of the office" }; var example759: fhir.Slot = { "comment": "Assessments should be performed before requesting appointments in this slot.", "end": "2013-12-25T09:30:00Z", "freeBusyType": "free", "id": "example", "resourceType": "Slot", "schedule": { "reference": "Schedule/example" }, "start": "2013-12-25T09:15:00Z", "text": { "div": "<div>\n\t\t\t25 Dec 2013 9:15am - 9:30am: <b>Busy</b> Physiotherapy\n\t\t</div>", "status": "generated" }, "type": { "coding": [ { "code": "45", "display": "Physiotherapy" } ] } }; var example760: fhir.Slot = { "resourceType": "Slot", "id": "example", "text": { "status": "generated", "div": "<div>\n\t\t\t25 Dec 2013 9:15am - 9:30am: <b>Busy</b> Physiotherapy\n\t\t</div>" }, "type": { "coding": [ { "code": "45", "display": "Physiotherapy" } ] }, "schedule": { "reference": "Schedule/example" }, "freeBusyType": "free", "start": "2013-12-25T09:15:00Z", "end": "2013-12-25T09:30:00Z", "comment": "Assessments should be performed before requesting appointments in this slot." }; var example761: fhir.Specimen = { "accessionIdentifier": { "system": "http://lab.acme.org/specimens/2011", "value": "X352356-ISO1" }, "collection": { "collectedDateTime": "2015-08-16T07:03:00Z", "collector": { "reference": "Practitioner/f202" }, "method": { "coding": [ { "code": "BAP", "system": "http://hl7.org/fhir/v2/0488" } ] } }, "contained": [ { "accessionIdentifier": { "system": "http://lab.acme.org/specimens/2015", "value": "X352356" }, "collection": { "collectedDateTime": "2011-08-16T06:15:00Z", "collector": { "display": "Patient" }, "comment": [ "Patient dropped off specimen" ], "method": { "coding": [ { "code": "LNV", "system": "http://hl7.org/fhir/v2/0488" } ] } }, "id": "stool", "receivedTime": "2015-08-16T07:03:00Z", "resourceType": "Specimen", "status": "unavailable", "subject": { "reference": "Patient/example" }, "type": { "coding": [ { "code": "119339001", "display": "Stool specimen", "system": "http://snomed.info/sct" } ] } } ], "id": "isolate", "parent": [ { "reference": "#stool" } ], "receivedTime": "2015-08-18T07:03:00Z", "resourceType": "Specimen", "status": "available", "subject": { "reference": "Patient/example" }, "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: isolate</p><p><b>contained</b>: </p><p><b>status</b>: available</p><p><b>type</b>: Bacterial isolate specimen <span>(Details : {SNOMED CT code '429951000124103' = '429951000124103', given as 'Bacterial isolate specimen'})</span></p><p><b>parent</b>: id: stool; status: unavailable; Stool specimen <span>(Details : {SNOMED CT code '119339001' = '119339001', given as 'Stool specimen'})</span>; Patient/example; X352356; receivedTime: 16/08/2015 5:03:00 PM</p><p><b>subject</b>: <a>Patient/example</a></p><p><b>accessionIdentifier</b>: X352356-ISO1</p><p><b>receivedTime</b>: 18/08/2015 5:03:00 PM</p><h3>Collections</h3><table><tr><td>-</td><td><b>Collector</b></td><td><b>Collected[x]</b></td><td><b>Method</b></td></tr><tr><td>*</td><td><a>Practitioner/f202</a></td><td>16/08/2015 5:03:00 PM</td><td>Plates, Blood Agar <span>(Details : {http://hl7.org/fhir/v2/0488 code 'BAP' = 'Plates, Blood Agar)</span></td></tr></table></div>", "status": "generated" }, "type": { "coding": [ { "code": "429951000124103", "display": "Bacterial isolate specimen", "system": "http://snomed.info/sct" } ] } }; var example762: fhir.Specimen = { "resourceType": "Specimen", "id": "isolate", "text": { "fhir_comments": [ " text>\n <status value=\"generated\" />\n <div xmlns=\"http://www.w3.org/1999/xhtml\">[Put rendering here]</div>\n </text> " ], "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: isolate</p><p><b>contained</b>: </p><p><b>status</b>: available</p><p><b>type</b>: Bacterial isolate specimen <span>(Details : {SNOMED CT code '429951000124103' = '429951000124103', given as 'Bacterial isolate specimen'})</span></p><p><b>parent</b>: id: stool; status: unavailable; Stool specimen <span>(Details : {SNOMED CT code '119339001' = '119339001', given as 'Stool specimen'})</span>; Patient/example; X352356; receivedTime: 16/08/2015 5:03:00 PM</p><p><b>subject</b>: <a>Patient/example</a></p><p><b>accessionIdentifier</b>: X352356-ISO1</p><p><b>receivedTime</b>: 18/08/2015 5:03:00 PM</p><h3>Collections</h3><table><tr><td>-</td><td><b>Collector</b></td><td><b>Collected[x]</b></td><td><b>Method</b></td></tr><tr><td>*</td><td><a>Practitioner/f202</a></td><td>16/08/2015 5:03:00 PM</td><td>Plates, Blood Agar <span>(Details : {http://hl7.org/fhir/v2/0488 code 'BAP' = 'Plates, Blood Agar)</span></td></tr></table></div>" }, "contained": [ { "resourceType": "Specimen", "id": "stool", "status": "unavailable", "type": { "coding": [ { "system": "http://snomed.info/sct", "code": "119339001", "display": "Stool specimen" } ] }, "subject": { "reference": "Patient/example" }, "accessionIdentifier": { "fhir_comments": [ " accession identifier - e.g. assigned by the labaratory when it is received.\n This is common, unlike specimen identifier " ], "system": "http://lab.acme.org/specimens/2015", "value": "X352356" }, "receivedTime": "2015-08-16T07:03:00Z", "collection": { "collector": { "display": "Patient", "_display": { "fhir_comments": [ " in practice, collecter is almost always recorded " ] } }, "comment": [ "Patient dropped off specimen" ], "collectedDateTime": "2011-08-16T06:15:00Z", "_collectedDateTime": { "fhir_comments": [ " the time of collection is usually required. Usually a point in time, but can be a period \n (collectedPeriod) if it's a timed collection (e.g. a 24 hour urine) " ] }, "method": { "fhir_comments": [ " method is usually implied by type " ], "coding": [ { "system": "http://hl7.org/fhir/v2/0488", "code": "LNV" } ] } } } ], "status": "available", "_status": { "fhir_comments": [ " \n Type is a loosely defined field because there is such a lot of variation in how it is used.\n The principal variation is how much information that could be represented elsewhere is also \n represented here. For instance, here's some possible types:\n lithium heparin plasma (+ .container.additive) (e.g. SNOMED CT 446272009)\n transfusion bag of blood (+ container.type) \n Peritoneal lavage (+ collection.bodySite)\n If the type includes other fields, it would be normal not to populate the other fields\n\n Note that this practice is so widespread that it's pointless to try and stop it " ] }, "type": { "coding": [ { "system": "http://snomed.info/sct", "code": "429951000124103", "display": "Bacterial isolate specimen" } ] }, "parent": [ { "reference": "#stool" } ], "subject": { "reference": "Patient/example" }, "accessionIdentifier": { "fhir_comments": [ " accession identifier - e.g. assigned by the labaratory when it is received.\n This is common, unlike specimen identifier " ], "system": "http://lab.acme.org/specimens/2011", "value": "X352356-ISO1" }, "receivedTime": "2015-08-18T07:03:00Z", "collection": { "collector": { "reference": "Practitioner/f202" }, "collectedDateTime": "2015-08-16T07:03:00Z", "_collectedDateTime": { "fhir_comments": [ " the time of collection is usually required. Usually a point in time, but can be a period \n (collectedPeriod) if it's a timed collection (e.g. a 24 hour urine) " ] }, "method": { "fhir_comments": [ " method is usually implied by type " ], "coding": [ { "system": "http://hl7.org/fhir/v2/0488", "code": "BAP" } ] } } }; var example763: fhir.Specimen = { "accessionIdentifier": { "system": "http://lab.acme.org/specimens/2015", "value": "X352356" }, "collection": { "collectedDateTime": "2015-08-18T07:03:00Z", "collector": { "reference": "Practitioner/f202" } }, "container": [ { "capacity": { "unit": "mls", "value": 50 }, "specimenQuantity": { "unit": "mls", "value": 10 }, "type": { "text": "Non-sterile specimen container" } } ], "id": "vma-urine", "receivedTime": "2015-08-18T07:03:00Z", "resourceType": "Specimen", "status": "available", "subject": { "reference": "Patient/example" }, "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: vma-urine</p><p><b>status</b>: available</p><p><b>type</b>: Urine, Random <span>(Details : {http://hl7.org/fhir/v2/0487 code 'RANDU' = 'Urine, Random', given as 'Urine, Random'})</span></p><p><b>subject</b>: <a>Patient/example</a></p><p><b>accessionIdentifier</b>: X352356</p><p><b>receivedTime</b>: 18/08/2015 5:03:00 PM</p><h3>Collections</h3><table><tr><td>-</td><td><b>Collector</b></td><td><b>Collected[x]</b></td></tr><tr><td>*</td><td><a>Practitioner/f202</a></td><td>18/08/2015 5:03:00 PM</td></tr></table><h3>Treatments</h3><table><tr><td>-</td><td><b>Description</b></td><td><b>Procedure</b></td></tr><tr><td>*</td><td>Acidify to pH < 3.0 with 6 N HCl.</td><td>Acidification <span>(Details : {http://hl7.org/fhir/v2/0373 code 'ACID' = 'Acidification)</span></td></tr></table><h3>Containers</h3><table><tr><td>-</td><td><b>Type</b></td><td><b>Capacity</b></td><td><b>SpecimenQuantity</b></td></tr><tr><td>*</td><td>Non-sterile specimen container <span>(Details )</span></td><td>50 mls</td><td>10 mls</td></tr></table></div>", "status": "generated" }, "treatment": [ { "description": "Acidify to pH < 3.0 with 6 N HCl.", "procedure": { "coding": [ { "code": "ACID", "system": "http://hl7.org/fhir/v2/0373" } ] } } ], "type": { "coding": [ { "code": "RANDU", "display": "Urine, Random", "system": "http://hl7.org/fhir/v2/0487" } ] } }; var example764: fhir.Specimen = { "resourceType": "Specimen", "id": "vma-urine", "text": { "fhir_comments": [ " text>\n <status value=\"generated\" />\n <div xmlns=\"http://www.w3.org/1999/xhtml\">[Put rendering here]</div>\n </text> ", " \n Type is a loosely defined field because there is such a lot of variation in how it is used.\n The principal variation is how much information that could be represented elsewhere is also \n represented here. For instance, here's some possible types:\n lithium heparin plasma (+ .container.additive) (e.g. SNOMED CT 446272009)\n transfusion bag of blood (+ container.type) \n Peritoneal lavage (+ collection.bodySite)\n If the type includes other fields, it would be normal not to populate the other fields\n\n Note that this practice is so widespread that it's pointless to try and stop it " ], "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: vma-urine</p><p><b>status</b>: available</p><p><b>type</b>: Urine, Random <span>(Details : {http://hl7.org/fhir/v2/0487 code 'RANDU' = 'Urine, Random', given as 'Urine, Random'})</span></p><p><b>subject</b>: <a>Patient/example</a></p><p><b>accessionIdentifier</b>: X352356</p><p><b>receivedTime</b>: 18/08/2015 5:03:00 PM</p><h3>Collections</h3><table><tr><td>-</td><td><b>Collector</b></td><td><b>Collected[x]</b></td></tr><tr><td>*</td><td><a>Practitioner/f202</a></td><td>18/08/2015 5:03:00 PM</td></tr></table><h3>Treatments</h3><table><tr><td>-</td><td><b>Description</b></td><td><b>Procedure</b></td></tr><tr><td>*</td><td>Acidify to pH < 3.0 with 6 N HCl.</td><td>Acidification <span>(Details : {http://hl7.org/fhir/v2/0373 code 'ACID' = 'Acidification)</span></td></tr></table><h3>Containers</h3><table><tr><td>-</td><td><b>Type</b></td><td><b>Capacity</b></td><td><b>SpecimenQuantity</b></td></tr><tr><td>*</td><td>Non-sterile specimen container <span>(Details )</span></td><td>50 mls</td><td>10 mls</td></tr></table></div>" }, "status": "available", "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0487", "code": "RANDU", "display": "Urine, Random" } ] }, "subject": { "reference": "Patient/example" }, "accessionIdentifier": { "fhir_comments": [ " accession identifier - e.g. assigned by the labaratory when it is received.\n This is common, unlike specimen identifier " ], "system": "http://lab.acme.org/specimens/2015", "value": "X352356" }, "receivedTime": "2015-08-18T07:03:00Z", "collection": { "fhir_comments": [ " method is usually implied by type " ], "collector": { "reference": "Practitioner/f202" }, "collectedDateTime": "2015-08-18T07:03:00Z", "_collectedDateTime": { "fhir_comments": [ " the time of collection is usually required. Usually a point in time, but can be a period \n (collectedPeriod) if it's a timed collection (e.g. a 24 hour urine) " ] } }, "treatment": [ { "description": "Acidify to pH < 3.0 with 6 N HCl.", "procedure": { "coding": [ { "system": "http://hl7.org/fhir/v2/0373", "code": "ACID" } ] } } ], "container": [ { "type": { "text": "Non-sterile specimen container" }, "capacity": { "value": 50, "unit": "mls" }, "specimenQuantity": { "value": 10, "unit": "mls" } } ] }; var example765: fhir.Specimen = { "accessionIdentifier": { "system": "http://lab.acme.org/specimens/2011", "value": "X352356" }, "collection": { "collectedDateTime": "2011-05-30T06:15:00Z", "collector": { "reference": "Practitioner/example" }, "comment": [ "Specimen is grossly lipemic" ], "method": { "coding": [ { "code": "LNV", "system": "http://hl7.org/fhir/v2/0488" } ] }, "quantity": { "unit": "mL", "value": 6 } }, "contained": [ { "code": { "coding": [ { "code": "HEPL", "system": "http://hl7.org/fhir/v3/EntityCode" } ] }, "id": "hep", "resourceType": "Substance" } ], "container": [ { "additiveReference": { "reference": "#hep" }, "capacity": { "unit": "mL", "value": 10 }, "description": "Green Gel tube", "identifier": [ { "value": "48736-15394-75465" } ], "specimenQuantity": { "unit": "mL", "value": 6 }, "type": { "text": "Vacutainer" } } ], "id": "101", "identifier": [ { "system": "http://ehr.acme.org/identifiers/collections", "value": "23234352356" } ], "receivedTime": "2011-03-04T07:03:00Z", "resourceType": "Specimen", "status": "available", "subject": { "display": "Peter Patient", "reference": "Patient/example" }, "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 101</p><p><b>contained</b>: </p><p><b>identifier</b>: 23234352356</p><p><b>status</b>: available</p><p><b>type</b>: Venous blood specimen <span>(Details : {SNOMED CT code '122555007' = '122555007', given as 'Venous blood specimen'})</span></p><p><b>subject</b>: <a>Peter Patient</a></p><p><b>accessionIdentifier</b>: X352356</p><p><b>receivedTime</b>: 04/03/2011 6:03:00 PM</p><h3>Collections</h3><table><tr><td>-</td><td><b>Collector</b></td><td><b>Comment</b></td><td><b>Collected[x]</b></td><td><b>Quantity</b></td><td><b>Method</b></td></tr><tr><td>*</td><td><a>Practitioner/example</a></td><td>Specimen is grossly lipemic</td><td>30/05/2011 4:15:00 PM</td><td>6 mL</td><td>Line, Venous <span>(Details : {http://hl7.org/fhir/v2/0488 code 'LNV' = 'Line, Venous)</span></td></tr></table><h3>Containers</h3><table><tr><td>-</td><td><b>Identifier</b></td><td><b>Description</b></td><td><b>Type</b></td><td><b>Capacity</b></td><td><b>SpecimenQuantity</b></td><td><b>Additive[x]</b></td></tr><tr><td>*</td><td>48736-15394-75465</td><td>Green Gel tube</td><td>Vacutainer <span>(Details )</span></td><td>10 mL</td><td>6 mL</td><td>id: hep; Lithium/Li Heparin <span>(Details : {http://hl7.org/fhir/v3/EntityCode code 'HEPL' = 'Lithium/Li Heparin)</span></td></tr></table></div>", "status": "generated" }, "type": { "coding": [ { "code": "122555007", "display": "Venous blood specimen", "system": "http://snomed.info/sct" } ] } }; var example766: fhir.Specimen = { "resourceType": "Specimen", "id": "101", "text": { "fhir_comments": [ " text>\n <status value=\"generated\" />\n <div xmlns=\"http://www.w3.org/1999/xhtml\">[Put rendering here]</div>\n </text> " ], "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 101</p><p><b>contained</b>: </p><p><b>identifier</b>: 23234352356</p><p><b>status</b>: available</p><p><b>type</b>: Venous blood specimen <span>(Details : {SNOMED CT code '122555007' = '122555007', given as 'Venous blood specimen'})</span></p><p><b>subject</b>: <a>Peter Patient</a></p><p><b>accessionIdentifier</b>: X352356</p><p><b>receivedTime</b>: 04/03/2011 6:03:00 PM</p><h3>Collections</h3><table><tr><td>-</td><td><b>Collector</b></td><td><b>Comment</b></td><td><b>Collected[x]</b></td><td><b>Quantity</b></td><td><b>Method</b></td></tr><tr><td>*</td><td><a>Practitioner/example</a></td><td>Specimen is grossly lipemic</td><td>30/05/2011 4:15:00 PM</td><td>6 mL</td><td>Line, Venous <span>(Details : {http://hl7.org/fhir/v2/0488 code 'LNV' = 'Line, Venous)</span></td></tr></table><h3>Containers</h3><table><tr><td>-</td><td><b>Identifier</b></td><td><b>Description</b></td><td><b>Type</b></td><td><b>Capacity</b></td><td><b>SpecimenQuantity</b></td><td><b>Additive[x]</b></td></tr><tr><td>*</td><td>48736-15394-75465</td><td>Green Gel tube</td><td>Vacutainer <span>(Details )</span></td><td>10 mL</td><td>6 mL</td><td>id: hep; Lithium/Li Heparin <span>(Details : {http://hl7.org/fhir/v3/EntityCode code 'HEPL' = 'Lithium/Li Heparin)</span></td></tr></table></div>" }, "contained": [ { "resourceType": "Substance", "id": "hep", "code": { "coding": [ { "system": "http://hl7.org/fhir/v3/EntityCode", "code": "HEPL" } ] } } ], "identifier": [ { "fhir_comments": [ " a specimen identifier - e.g. assigned when the specimen was taken\n this is often not done " ], "system": "http://ehr.acme.org/identifiers/collections", "value": "23234352356" } ], "status": "available", "_status": { "fhir_comments": [ " status is really about the specimen availability and includes the concepts available - The physical specimen is present and in good condition entered-in-error - The specimen was entered in error and therefore nullified. unavailable - There is no physical specimen because it is either lost, destroyed or consumed. unsatisfactory - The specimen cannot be used because of either a quality issue such as a broken container, contamination, or too old. " ] }, "type": { "fhir_comments": [ " \n Type is a loosely defined field because there is such a lot of variation in how it is used.\n The principal variation is how much information that could be represented elsewhere is also \n represented here. For instance, here's some possible types:\n lithium heparin plasma (+ .container.additive) (e.g. SNOMED CT 446272009)\n transfusion bag of blood (+ container.type) \n Peritoneal lavage (+ collection.bodySite)\n If the type includes other fields, it would be normal not to populate the other fields\n\n Note that this practice is so widespread that it's pointless to try and stop it " ], "coding": [ { "system": "http://snomed.info/sct", "code": "122555007", "display": "Venous blood specimen" } ] }, "subject": { "reference": "Patient/example", "display": "Peter Patient" }, "accessionIdentifier": { "fhir_comments": [ " accession identifier - e.g. assigned by the labaratory when it is received.\n This is common, unlike specimen identifier " ], "system": "http://lab.acme.org/specimens/2011", "value": "X352356" }, "receivedTime": "2011-03-04T07:03:00Z", "collection": { "collector": { "reference": "Practitioner/example" }, "comment": [ "Specimen is grossly lipemic" ], "collectedDateTime": "2011-05-30T06:15:00Z", "_collectedDateTime": { "fhir_comments": [ " the time of collection is usually required. Usually a point in time, but can be a period \n (collectedPeriod) if it's a timed collection (e.g. a 24 hour urine) " ] }, "quantity": { "fhir_comments": [ " e.g. full " ], "value": 6, "unit": "mL" }, "method": { "fhir_comments": [ " method is usually implied by type " ], "coding": [ { "system": "http://hl7.org/fhir/v2/0488", "code": "LNV" } ] } }, "container": [ { "identifier": [ { "fhir_comments": [ " \n the container identifier is not the same as the specimen identifier\n usually, it is pre-printed/implanted etc on the container prior to \n use. It might a RFID in the container, or it might be a UDI \n (http://www.fda.gov/MedicalDevices/DeviceRegulationandGuidance/UniqueDeviceIdentification/) \n " ], "value": "48736-15394-75465", "_value": { "fhir_comments": [ " this is a serial number off the tube - there's no context such as a system " ] } } ], "description": "Green Gel tube", "type": { "text": "Vacutainer", "_text": { "fhir_comments": [ " again, this might easily be used to cover additives and capacity as well " ] } }, "capacity": { "value": 10, "unit": "mL" }, "specimenQuantity": { "fhir_comments": [ " if there's only one container, then this value is the same \n as .collection.quantity (usually). This is for when there is more\n than one container " ], "value": 6, "unit": "mL" }, "additiveReference": { "reference": "#hep" } } ] }; var example767: fhir.StructureDefinition = { "abstract": false, "base": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", "code": [ { "code": "314079002", "display": "314079002", "system": "http://snomed.info/sct" } ], "constrainedType": "DiagnosticReport", "contact": [ { "name": "Grahame Grieve", "telecom": [ { "system": "email", "value": "grahame@healthintersections.com.au" } ] } ], "copyright": "Createive Commons 0, per FHIR specification", "date": "2012-05-12", "description": "Describes how the lab report is used for a standard Lipid Profile - Cholesterol, Triglyceride and Cholesterol fractions. Uses LOINC codes", "display": "Example Lipid Profile", "experimental": true, "fhirVersion": "1.0.0", "id": "example", "identifier": [ { "system": "urn:ietf:rfc:3986", "value": "1.2.36.90146595217.4.2" } ], "kind": "resource", "mapping": [ { "comments": "Actual mappings haven't yet been filled out", "identity": "m1", "name": "RCPA Lipid Report recommendations", "uri": "https://www.rcpa.edu.au/getattachment/0961c6d1-ec80-4500-8dc0-de516500e05b/Lipid-and-lipoprotein-testing.aspx" } ], "name": "Example Lipid Profile", "publisher": "Health Intersections Pty Ltd", "requirements": "Provide an example to demonstrate how to use StructureDefinition", "resourceType": "StructureDefinition", "snapshot": { "element": [ { "base": { "max": "1", "min": 1, "path": "DiagnosticReport" }, "comments": "In this profile, mustSupport means that authoring systems must include the ability to report these elements, and processing systems must cater for them by either displaying them to the user or considering them appropriately in decision support systems.", "definition": "The findings and interpretation of a general lipd lab profile.", "isModifier": false, "max": "1", "min": 1, "name": "LipidProfile", "path": "DiagnosticReport", "short": "Lipid Lab Report", "type": [ { "code": "Resource" } ] }, { "base": { "max": "*", "min": 0, "path": "DiagnosticReport.extension" }, "comments": "there can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core simplicity for everyone.", "definition": "May be used to represent additional information that is not part of the basic definition of the resource. In order to make the use of extensions safe and manageable, there is a strict governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "isModifier": false, "max": "*", "min": 0, "path": "DiagnosticReport.extension", "short": "Additional Content defined by implementations", "slicing": { "discriminator": [ "url" ], "ordered": false, "rules": "open" }, "type": [ { "code": "Extension" } ] }, { "alias": [ "narrative", "html", "xhtml", "display" ], "base": { "max": "1", "min": 0, "path": "DiagnosticReport.text" }, "comments": "Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative.", "definition": "A human-readable narrative that contains a summary of the resource, and may be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.", "isModifier": false, "max": "1", "min": 0, "path": "DiagnosticReport.text", "short": "Text summary of the resource, for human interpretation", "type": [ { "code": "Narrative" } ] }, { "alias": [ "inline resources", "anonymous resources", "contained resources" ], "base": { "max": "*", "min": 0, "path": "DiagnosticReport.contained" }, "comments": "This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again.", "definition": "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.", "isModifier": false, "max": "*", "min": 0, "path": "DiagnosticReport.contained", "short": "Contained, inline Resources", "type": [ { "code": "Resource" } ] }, { "base": { "max": "1", "min": 1, "path": "DiagnosticReport.status" }, "binding": { "strength": "required", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/observation-status" } }, "comments": "This is labeled as \"Is Modifier\" because applications need to take appropriate action if a report is withdrawn.", "definition": "The status of the diagnostic report as a whole.", "isModifier": false, "max": "1", "min": 1, "path": "DiagnosticReport.status", "short": "registered|interim|final|amended|cancelled|withdrawn", "type": [ { "code": "code" } ] }, { "base": { "max": "1", "min": 1, "path": "DiagnosticReport.issued" }, "comments": "May be different from the update time of the resource itself, because that is the status of the record (potentially a secondary copy), not the actual release time of the report.", "definition": "The date and/or time that this version of the report was released from the source diagnostic service.", "isModifier": false, "max": "1", "min": 1, "path": "DiagnosticReport.issued", "short": "Date this version was released", "type": [ { "code": "dateTime" } ] }, { "base": { "max": "1", "min": 1, "path": "DiagnosticReport.subject" }, "definition": "The subject of the report. Usually, but not always, this is a patient. However diagnostic services also perform analyses on specimens collected from a variety of other sources.", "isModifier": false, "max": "1", "min": 1, "path": "DiagnosticReport.subject", "short": "The subject of the report", "type": [ { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Patient" ] }, { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Group" ] }, { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Device" ] } ] }, { "base": { "max": "1", "min": 1, "path": "DiagnosticReport.performer" }, "comments": "This is not necessarily the source of the atomic data items - it's the entity that takes responsibility for the clinical report.", "definition": "The diagnostic service that is responsible for issuing the report.", "isModifier": false, "max": "1", "min": 1, "path": "DiagnosticReport.performer", "short": "Responsible Diagnostic Service", "type": [ { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Observation" ] } ] }, { "base": { "max": "*", "min": 0, "path": "DiagnosticReport.identifier" }, "definition": "The local ID assigned to the report by the order filler, usually by the Information System of the diagnostic service provider.", "isModifier": false, "max": "1", "min": 0, "path": "DiagnosticReport.identifier", "short": "Id for external references to this report", "type": [ { "code": "Identifier" } ] }, { "base": { "max": "*", "min": 0, "path": "DiagnosticReport.request" }, "comments": "Note: Usually there is one test request for each result, however in some circumstances multiple test requests may be represented using a single Pathology test result resource. Note that there are also cases where one request leads to multiple reports.", "definition": "Details concerning a single pathology test requested.", "isModifier": false, "max": "*", "min": 0, "path": "DiagnosticReport.request", "short": "What was requested", "type": [ { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/DiagnosticOrder" ] } ] }, { "base": { "max": "1", "min": 0, "path": "DiagnosticReport.category" }, "binding": { "strength": "preferred", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/diagnostic-service-sections" } }, "definition": "The section of the diagnostic service that performs the examination e.g. biochemistry, haematology, MRI.", "isModifier": false, "max": "1", "min": 0, "path": "DiagnosticReport.category", "short": "Biochemistry, Haematology etc.", "type": [ { "code": "CodeableConcept" } ] }, { "base": { "max": "1", "min": 1, "path": "DiagnosticReport.effective[x]" }, "comments": "If the diagnostic procedure was performed on the patient, this is the time it was performed. If there is specimens, the diagnostically relevant time can be derived from the specimen collection times, but the specimen information is not always available, and the exact relationship between the specimens and the diagnostically relevant time is not always automatic.", "definition": "The diagnostically relevant time for this report - that is, the point in time at which the observations that are reported in this diagnostic report relate to the patient.", "isModifier": false, "max": "1", "min": 1, "path": "DiagnosticReport.effectiveDateTime", "short": "Diagnostically relevant time of diagnostic report", "type": [ { "code": "dateTime" } ] }, { "base": { "max": "*", "min": 0, "path": "DiagnosticReport.result" }, "definition": "Lipid Lab Results.", "isModifier": false, "max": "4", "min": 4, "path": "DiagnosticReport.result", "short": "Lipid Lab Results", "slicing": { "discriminator": [ "reference.code" ], "ordered": false, "rules": "open" }, "type": [ { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Observation" ] } ] }, { "base": { "max": "*", "min": 0, "path": "DiagnosticReport.result" }, "definition": "Reference to Cholesterol Result.", "isModifier": false, "max": "1", "min": 1, "name": "Cholesterol", "path": "DiagnosticReport.result", "short": "Cholesterol Result", "type": [ { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/cholesterol" ] } ] }, { "base": { "max": "*", "min": 0, "path": "DiagnosticReport.result" }, "definition": "Group of elements for Triglyceride result.", "isModifier": false, "max": "1", "min": 1, "name": "Triglyceride", "path": "DiagnosticReport.result", "short": "Triglyceride Result", "type": [ { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/triglyceride" ] } ] }, { "base": { "max": "*", "min": 0, "path": "DiagnosticReport.result" }, "definition": "Group of elements for HDL Cholesterol result.", "isModifier": false, "max": "1", "min": 1, "name": "HDL Cholesterol", "path": "DiagnosticReport.result", "short": "HDL Cholesterol Result", "type": [ { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/hdlcholesterol" ] } ] }, { "base": { "max": "*", "min": 0, "path": "DiagnosticReport.result" }, "definition": "LDL Cholesterol result, if reported.", "isModifier": false, "max": "1", "min": 0, "name": "LDL Cholesterol", "path": "DiagnosticReport.result", "short": "LDL Cholesterol result, if reported", "type": [ { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/ldlcholesterol" ] } ] }, { "base": { "max": "1", "min": 0, "path": "DiagnosticReport.conclusion" }, "comments": "It's not unusual for the lab to make some kind of interpretative comment on the set of results.", "definition": "May include diagnosis or suggestions for follow up testing.", "isModifier": false, "max": "1", "min": 0, "path": "DiagnosticReport.conclusion", "short": "Clinical Interpretation of Lipid Panel", "type": [ { "code": "string" } ] }, { "base": { "max": "*", "min": 0, "path": "DiagnosticReport.representation" }, "comments": "Possible formats: text/html, text/plain, text/rtf, application/msword, application/pdf, application/rtf, application/vnd.oasis.opendocument.text, application/vnd.openxmlformats-officedocument.wordprocessingml.document. Application/pdf is recommended as the most reliable and interoperable in this context.", "definition": "Rich text representation of the entire result as issued by the diagnostic service. Multiple formats are allowed but they SHALL be semantically equivalent.", "isModifier": false, "max": "*", "min": 0, "path": "DiagnosticReport.representation", "short": "Entire Report as issued", "type": [ { "code": "Attachment" } ] } ] }, "status": "draft", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><p><b>url</b>: <a>http://hl7.org/fhir/StructureDefinition/example</a></p><p><b>identifier</b>: 1.2.36.90146595217.4.2</p><p><b>version</b>: 2</p><p><b>name</b>: Example Lipid Profile</p><p><b>display</b>: Example Lipid Profile</p><p><b>status</b>: draft</p><p><b>experimental</b>: true</p><p><b>publisher</b>: Health Intersections Pty Ltd</p><h3>Contacts</h3><table><tr><td>-</td><td><b>Name</b></td><td><b>Telecom</b></td></tr><tr><td>*</td><td>Grahame Grieve</td><td>grahame@healthintersections.com.au</td></tr></table><p><b>date</b>: 12/05/2012</p><p><b>description</b>: Describes how the lab report is used for a standard Lipid Profile - Cholesterol, Triglyceride and Cholesterol fractions. Uses LOINC codes</p><p><b>useContext</b>: ?? <span>(Details : {urn:iso:std:iso:3166 code 'AU' = '??)</span></p><p><b>requirements</b>: Provide an example to demonstrate how to use StructureDefinition</p><p><b>copyright</b>: Createive Commons 0, per FHIR specification</p><p><b>code</b>: 314079002 (Details: SNOMED CT code 314079002 = '314079002', stated as '314079002')</p><p><b>fhirVersion</b>: 1.0.0</p><h3>Mappings</h3><table><tr><td>-</td><td><b>Identity</b></td><td><b>Uri</b></td><td><b>Name</b></td><td><b>Comments</b></td></tr><tr><td>*</td><td>m1</td><td><a>https://www.rcpa.edu.au/getattachment/0961c6d1-ec80-4500-8dc0-de516500e05b/Lipid-and-lipoprotein-testing.aspx</a></td><td>RCPA Lipid Report recommendations</td><td>Actual mappings haven't yet been filled out</td></tr></table><p><b>kind</b>: resource</p><p><b>constrainedType</b>: DiagnosticReport</p><p><b>abstract</b>: false</p><p><b>base</b>: <a>http://hl7.org/fhir/StructureDefinition/DiagnosticReport</a></p><h3>Snapshots</h3><table><tr><td>-</td><td><b>Element</b></td></tr><tr><td>*</td><td>todo-bundle</td></tr></table></div>", "status": "generated" }, "url": "http://hl7.org/fhir/StructureDefinition/example", "useContext": [ { "coding": [ { "code": "AU", "system": "urn:iso:std:iso:3166" } ] } ], "version": "2" }; var example768: fhir.StructureDefinition = { "resourceType": "StructureDefinition", "id": "example", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><p><b>url</b>: <a>http://hl7.org/fhir/StructureDefinition/example</a></p><p><b>identifier</b>: 1.2.36.90146595217.4.2</p><p><b>version</b>: 2</p><p><b>name</b>: Example Lipid Profile</p><p><b>display</b>: Example Lipid Profile</p><p><b>status</b>: draft</p><p><b>experimental</b>: true</p><p><b>publisher</b>: Health Intersections Pty Ltd</p><h3>Contacts</h3><table><tr><td>-</td><td><b>Name</b></td><td><b>Telecom</b></td></tr><tr><td>*</td><td>Grahame Grieve</td><td>grahame@healthintersections.com.au</td></tr></table><p><b>date</b>: 12/05/2012</p><p><b>description</b>: Describes how the lab report is used for a standard Lipid Profile - Cholesterol, Triglyceride and Cholesterol fractions. Uses LOINC codes</p><p><b>useContext</b>: ?? <span>(Details : {urn:iso:std:iso:3166 code 'AU' = '??)</span></p><p><b>requirements</b>: Provide an example to demonstrate how to use StructureDefinition</p><p><b>copyright</b>: Createive Commons 0, per FHIR specification</p><p><b>code</b>: 314079002 (Details: SNOMED CT code 314079002 = '314079002', stated as '314079002')</p><p><b>fhirVersion</b>: 1.0.0</p><h3>Mappings</h3><table><tr><td>-</td><td><b>Identity</b></td><td><b>Uri</b></td><td><b>Name</b></td><td><b>Comments</b></td></tr><tr><td>*</td><td>m1</td><td><a>https://www.rcpa.edu.au/getattachment/0961c6d1-ec80-4500-8dc0-de516500e05b/Lipid-and-lipoprotein-testing.aspx</a></td><td>RCPA Lipid Report recommendations</td><td>Actual mappings haven't yet been filled out</td></tr></table><p><b>kind</b>: resource</p><p><b>constrainedType</b>: DiagnosticReport</p><p><b>abstract</b>: false</p><p><b>base</b>: <a>http://hl7.org/fhir/StructureDefinition/DiagnosticReport</a></p><h3>Snapshots</h3><table><tr><td>-</td><td><b>Element</b></td></tr><tr><td>*</td><td>todo-bundle</td></tr></table></div>" }, "url": "http://hl7.org/fhir/StructureDefinition/example", "identifier": [ { "system": "urn:ietf:rfc:3986", "_system": { "fhir_comments": [ " for use in a CDA template Id, though this particular profile couldn't be " ] }, "value": "1.2.36.90146595217.4.2" } ], "version": "2", "name": "Example Lipid Profile", "display": "Example Lipid Profile", "_display": { "fhir_comments": [ " Quite often this has the same value as name, but not always " ] }, "status": "draft", "experimental": true, "publisher": "Health Intersections Pty Ltd", "contact": [ { "name": "Grahame Grieve", "telecom": [ { "system": "email", "value": "grahame@healthintersections.com.au" } ] } ], "date": "2012-05-12", "description": "Describes how the lab report is used for a standard Lipid Profile - Cholesterol, Triglyceride and Cholesterol fractions. Uses LOINC codes", "useContext": [ { "coding": [ { "fhir_comments": [ " based on Australian recommendations " ], "system": "urn:iso:std:iso:3166", "code": "AU" } ] } ], "requirements": "Provide an example to demonstrate how to use StructureDefinition", "copyright": "Createive Commons 0, per FHIR specification", "_copyright": { "fhir_comments": [ " 0..1 Scope and Usage this structure definition is for " ] }, "code": [ { "system": "http://snomed.info/sct", "code": "314079002", "display": "314079002" } ], "fhirVersion": "1.0.0", "mapping": [ { "fhir_comments": [ " 0..1 FHIR Version this StructureDefinition targets " ], "identity": "m1", "uri": "https://www.rcpa.edu.au/getattachment/0961c6d1-ec80-4500-8dc0-de516500e05b/Lipid-and-lipoprotein-testing.aspx", "name": "RCPA Lipid Report recommendations", "comments": "Actual mappings haven't yet been filled out" } ], "kind": "resource", "constrainedType": "DiagnosticReport", "abstract": false, "base": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", "snapshot": { "element": [ { "path": "DiagnosticReport", "name": "LipidProfile", "short": "Lipid Lab Report", "definition": "The findings and interpretation of a general lipd lab profile.", "comments": "In this profile, mustSupport means that authoring systems must include the ability to report these elements, and processing systems must cater for them by either displaying them to the user or considering them appropriately in decision support systems.", "min": 1, "max": "1", "base": { "path": "DiagnosticReport", "min": 1, "max": "1" }, "type": [ { "code": "Resource" } ], "isModifier": false }, { "path": "DiagnosticReport.extension", "slicing": { "discriminator": [ "url" ], "ordered": false, "rules": "open" }, "short": "Additional Content defined by implementations", "definition": "May be used to represent additional information that is not part of the basic definition of the resource. In order to make the use of extensions safe and manageable, there is a strict governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "comments": "there can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core simplicity for everyone.", "min": 0, "max": "*", "base": { "path": "DiagnosticReport.extension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "isModifier": false }, { "path": "DiagnosticReport.text", "short": "Text summary of the resource, for human interpretation", "definition": "A human-readable narrative that contains a summary of the resource, and may be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.", "comments": "Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative.", "alias": [ "narrative", "html", "xhtml", "display" ], "min": 0, "max": "1", "base": { "path": "DiagnosticReport.text", "min": 0, "max": "1" }, "type": [ { "code": "Narrative" } ], "isModifier": false }, { "path": "DiagnosticReport.contained", "short": "Contained, inline Resources", "definition": "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.", "comments": "This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again.", "alias": [ "inline resources", "anonymous resources", "contained resources" ], "min": 0, "max": "*", "base": { "path": "DiagnosticReport.contained", "min": 0, "max": "*" }, "type": [ { "code": "Resource" } ], "isModifier": false }, { "path": "DiagnosticReport.status", "short": "registered|interim|final|amended|cancelled|withdrawn", "definition": "The status of the diagnostic report as a whole.", "comments": "This is labeled as \"Is Modifier\" because applications need to take appropriate action if a report is withdrawn.", "min": 1, "max": "1", "base": { "path": "DiagnosticReport.status", "min": 1, "max": "1" }, "type": [ { "code": "code" } ], "isModifier": false, "binding": { "strength": "required", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/observation-status" } } }, { "path": "DiagnosticReport.issued", "short": "Date this version was released", "definition": "The date and/or time that this version of the report was released from the source diagnostic service.", "comments": "May be different from the update time of the resource itself, because that is the status of the record (potentially a secondary copy), not the actual release time of the report.", "min": 1, "max": "1", "base": { "path": "DiagnosticReport.issued", "min": 1, "max": "1" }, "type": [ { "code": "dateTime" } ], "isModifier": false }, { "path": "DiagnosticReport.subject", "short": "The subject of the report", "definition": "The subject of the report. Usually, but not always, this is a patient. However diagnostic services also perform analyses on specimens collected from a variety of other sources.", "min": 1, "max": "1", "base": { "path": "DiagnosticReport.subject", "min": 1, "max": "1" }, "type": [ { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Patient" ] }, { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Group" ] }, { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Device" ] } ], "isModifier": false }, { "path": "DiagnosticReport.performer", "short": "Responsible Diagnostic Service", "definition": "The diagnostic service that is responsible for issuing the report.", "comments": "This is not necessarily the source of the atomic data items - it's the entity that takes responsibility for the clinical report.", "min": 1, "max": "1", "base": { "path": "DiagnosticReport.performer", "min": 1, "max": "1" }, "type": [ { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Observation" ] } ], "isModifier": false }, { "path": "DiagnosticReport.identifier", "short": "Id for external references to this report", "definition": "The local ID assigned to the report by the order filler, usually by the Information System of the diagnostic service provider.", "min": 0, "max": "1", "base": { "path": "DiagnosticReport.identifier", "min": 0, "max": "*" }, "type": [ { "code": "Identifier" } ], "isModifier": false }, { "path": "DiagnosticReport.request", "short": "What was requested", "definition": "Details concerning a single pathology test requested.", "comments": "Note: Usually there is one test request for each result, however in some circumstances multiple test requests may be represented using a single Pathology test result resource. Note that there are also cases where one request leads to multiple reports.", "min": 0, "max": "*", "base": { "path": "DiagnosticReport.request", "min": 0, "max": "*" }, "type": [ { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/DiagnosticOrder" ] } ], "isModifier": false }, { "path": "DiagnosticReport.category", "short": "Biochemistry, Haematology etc.", "definition": "The section of the diagnostic service that performs the examination e.g. biochemistry, haematology, MRI.", "min": 0, "max": "1", "base": { "path": "DiagnosticReport.category", "min": 0, "max": "1" }, "type": [ { "code": "CodeableConcept" } ], "isModifier": false, "binding": { "strength": "preferred", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/diagnostic-service-sections" } } }, { "path": "DiagnosticReport.effectiveDateTime", "short": "Diagnostically relevant time of diagnostic report", "definition": "The diagnostically relevant time for this report - that is, the point in time at which the observations that are reported in this diagnostic report relate to the patient.", "comments": "If the diagnostic procedure was performed on the patient, this is the time it was performed. If there is specimens, the diagnostically relevant time can be derived from the specimen collection times, but the specimen information is not always available, and the exact relationship between the specimens and the diagnostically relevant time is not always automatic.", "min": 1, "max": "1", "base": { "path": "DiagnosticReport.effective[x]", "min": 1, "max": "1" }, "type": [ { "code": "dateTime" } ], "isModifier": false }, { "path": "DiagnosticReport.result", "slicing": { "discriminator": [ "reference.code" ], "ordered": false, "rules": "open" }, "short": "Lipid Lab Results", "definition": "Lipid Lab Results.", "min": 4, "max": "4", "base": { "path": "DiagnosticReport.result", "min": 0, "max": "*" }, "type": [ { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Observation" ] } ], "isModifier": false }, { "path": "DiagnosticReport.result", "name": "Cholesterol", "short": "Cholesterol Result", "definition": "Reference to Cholesterol Result.", "min": 1, "max": "1", "base": { "path": "DiagnosticReport.result", "min": 0, "max": "*" }, "type": [ { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/cholesterol" ] } ], "isModifier": false }, { "path": "DiagnosticReport.result", "name": "Triglyceride", "short": "Triglyceride Result", "definition": "Group of elements for Triglyceride result.", "min": 1, "max": "1", "base": { "path": "DiagnosticReport.result", "min": 0, "max": "*" }, "type": [ { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/triglyceride" ] } ], "isModifier": false }, { "path": "DiagnosticReport.result", "name": "HDL Cholesterol", "short": "HDL Cholesterol Result", "definition": "Group of elements for HDL Cholesterol result.", "min": 1, "max": "1", "base": { "path": "DiagnosticReport.result", "min": 0, "max": "*" }, "type": [ { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/hdlcholesterol" ] } ], "isModifier": false }, { "path": "DiagnosticReport.result", "name": "LDL Cholesterol", "short": "LDL Cholesterol result, if reported", "definition": "LDL Cholesterol result, if reported.", "min": 0, "max": "1", "base": { "path": "DiagnosticReport.result", "min": 0, "max": "*" }, "type": [ { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/ldlcholesterol" ] } ], "isModifier": false }, { "path": "DiagnosticReport.conclusion", "short": "Clinical Interpretation of Lipid Panel", "definition": "May include diagnosis or suggestions for follow up testing.", "comments": "It's not unusual for the lab to make some kind of interpretative comment on the set of results.", "min": 0, "max": "1", "base": { "path": "DiagnosticReport.conclusion", "min": 0, "max": "1" }, "type": [ { "code": "string" } ], "isModifier": false }, { "path": "DiagnosticReport.representation", "short": "Entire Report as issued", "definition": "Rich text representation of the entire result as issued by the diagnostic service. Multiple formats are allowed but they SHALL be semantically equivalent.", "comments": "Possible formats: text/html, text/plain, text/rtf, application/msword, application/pdf, application/rtf, application/vnd.oasis.opendocument.text, application/vnd.openxmlformats-officedocument.wordprocessingml.document. Application/pdf is recommended as the most reliable and interoperable in this context.", "min": 0, "max": "*", "base": { "path": "DiagnosticReport.representation", "min": 0, "max": "*" }, "type": [ { "code": "Attachment" } ], "isModifier": false } ] } }; var example769: fhir.Subscription = { "channel": { "endpoint": "https://biliwatch.com/customers/mount-auburn-miu/on-result", "header": "Authorization: Bearer secret-token-abc-123", "payload": "application/json", "type": "rest-hook" }, "contact": [ { "system": "phone", "value": "ext 4123" } ], "criteria": "Observation?name=http://loinc.org|1975-2", "end": "2021-01-01T00:00:00Z", "error": "Socket Error 10060 - can't connect to host", "id": "example-error", "reason": "Monitor new neonatal function", "resourceType": "Subscription", "status": "error", "tag": [ { "code": "bili-done", "system": "http://example.org/fhir/cs/internal" } ], "text": { "div": "<div>[Put rendering here]</div>", "status": "generated" } }; var example770: fhir.Subscription = { "resourceType": "Subscription", "id": "example-error", "text": { "status": "generated", "div": "<div>[Put rendering here]</div>" }, "criteria": "Observation?name=http://loinc.org|1975-2", "contact": [ { "system": "phone", "value": "ext 4123" } ], "reason": "Monitor new neonatal function", "status": "error", "_status": { "fhir_comments": [ " server has moved the subscription to status error. \n the server can bring it back to like if it tries later " ] }, "error": "Socket Error 10060 - can't connect to host", "channel": { "type": "rest-hook", "endpoint": "https://biliwatch.com/customers/mount-auburn-miu/on-result", "payload": "application/json", "header": "Authorization: Bearer secret-token-abc-123" }, "end": "2021-01-01T00:00:00Z", "tag": [ { "system": "http://example.org/fhir/cs/internal", "code": "bili-done" } ] }; var example771: fhir.Subscription = { "channel": { "endpoint": "https://biliwatch.com/customers/mount-auburn-miu/on-result", "header": "Authorization: Bearer secret-token-abc-123", "payload": "application/json", "type": "rest-hook" }, "contact": [ { "system": "phone", "value": "ext 4123" } ], "criteria": "Observation?name=http://loinc.org|1975-2", "end": "2021-01-01T00:00:00Z", "id": "example", "reason": "Monitor new neonatal function", "resourceType": "Subscription", "status": "requested", "tag": [ { "code": "bili-done", "system": "http://example.org/fhir/cs/internal" } ], "text": { "div": "<div>[Put rendering here]</div>", "status": "generated" } }; var example772: fhir.Subscription = { "resourceType": "Subscription", "id": "example", "text": { "status": "generated", "div": "<div>[Put rendering here]</div>" }, "criteria": "Observation?name=http://loinc.org|1975-2", "contact": [ { "system": "phone", "value": "ext 4123" } ], "reason": "Monitor new neonatal function", "status": "requested", "channel": { "type": "rest-hook", "endpoint": "https://biliwatch.com/customers/mount-auburn-miu/on-result", "payload": "application/json", "header": "Authorization: Bearer secret-token-abc-123" }, "end": "2021-01-01T00:00:00Z", "tag": [ { "system": "http://example.org/fhir/cs/internal", "code": "bili-done" } ] }; var example773: fhir.Substance = { "category": [ { "coding": [ { "code": "drug", "display": "Drug or Medicament", "system": "http://hl7.org.fhir/substance-category" } ] } ], "code": { "coding": [ { "code": "392259005", "display": "Amoxicillin + clavulanate potassium 875mg/125mg tablet (product)", "system": "http://snomed.info/sct" } ] }, "contained": [ { "code": { "coding": [ { "code": "372687004", "display": "Amoxicillin (substance)", "system": "http://snomed.info/sct" } ] }, "id": "ingr1", "resourceType": "Substance" }, { "code": { "coding": [ { "code": "395938000", "display": "Clavulanate potassium (substance)", "system": "http://snomed.info/sct" } ] }, "id": "ingr2", "resourceType": "Substance" } ], "description": "Augmentin 875", "id": "f205", "ingredient": [ { "quantity": { "denominator": { "code": "mg", "system": "http://unitsofmeasure.org", "unit": "mg", "value": 1000 }, "numerator": { "code": "mg", "system": "http://unitsofmeasure.org", "unit": "mg", "value": 875 } }, "substance": { "reference": "#ingr1" } }, { "quantity": { "denominator": { "code": "mg", "system": "http://unitsofmeasure.org", "unit": "mg", "value": 1000 }, "numerator": { "code": "mg", "system": "http://unitsofmeasure.org", "unit": "mg", "value": 125 } }, "substance": { "reference": "#ingr2" } } ], "resourceType": "Substance", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f205</p><p><b>contained</b>: , </p><p><b>category</b>: Drug or Medicament <span>(Details : {http://hl7.org.fhir/substance-category code 'drug' = '??', given as 'Drug or Medicament'})</span></p><p><b>code</b>: Amoxicillin + clavulanate potassium 875mg/125mg tablet (product) <span>(Details : {SNOMED CT code '392259005' = '392259005', given as 'Amoxicillin + clavulanate potassium 875mg/125mg tablet (product)'})</span></p><p><b>description</b>: Augmentin 875</p><blockquote><p><b>ingredient</b></p><p><b>quantity</b>: 875 mg<span> (Details: http://unitsofmeasure.org code mg = '??')</span>/1000 mg<span> (Details: http://unitsofmeasure.org code mg = '??')</span></p><p><b>substance</b>: id: ingr1; Amoxicillin (substance) <span>(Details : {SNOMED CT code '372687004' = '372687004', given as 'Amoxicillin (substance)'})</span></p></blockquote><blockquote><p><b>ingredient</b></p><p><b>quantity</b>: 125 mg<span> (Details: http://unitsofmeasure.org code mg = '??')</span>/1000 mg<span> (Details: http://unitsofmeasure.org code mg = '??')</span></p><p><b>substance</b>: id: ingr2; Clavulanate potassium (substance) <span>(Details : {SNOMED CT code '395938000' = '395938000', given as 'Clavulanate potassium (substance)'})</span></p></blockquote></div>", "status": "generated" } }; var example774: fhir.Substance = { "resourceType": "Substance", "id": "f205", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f205</p><p><b>contained</b>: , </p><p><b>category</b>: Drug or Medicament <span>(Details : {http://hl7.org.fhir/substance-category code 'drug' = '??', given as 'Drug or Medicament'})</span></p><p><b>code</b>: Amoxicillin + clavulanate potassium 875mg/125mg tablet (product) <span>(Details : {SNOMED CT code '392259005' = '392259005', given as 'Amoxicillin + clavulanate potassium 875mg/125mg tablet (product)'})</span></p><p><b>description</b>: Augmentin 875</p><blockquote><p><b>ingredient</b></p><p><b>quantity</b>: 875 mg<span> (Details: http://unitsofmeasure.org code mg = '??')</span>/1000 mg<span> (Details: http://unitsofmeasure.org code mg = '??')</span></p><p><b>substance</b>: id: ingr1; Amoxicillin (substance) <span>(Details : {SNOMED CT code '372687004' = '372687004', given as 'Amoxicillin (substance)'})</span></p></blockquote><blockquote><p><b>ingredient</b></p><p><b>quantity</b>: 125 mg<span> (Details: http://unitsofmeasure.org code mg = '??')</span>/1000 mg<span> (Details: http://unitsofmeasure.org code mg = '??')</span></p><p><b>substance</b>: id: ingr2; Clavulanate potassium (substance) <span>(Details : {SNOMED CT code '395938000' = '395938000', given as 'Clavulanate potassium (substance)'})</span></p></blockquote></div>" }, "contained": [ { "resourceType": "Substance", "id": "ingr1", "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "372687004", "display": "Amoxicillin (substance)" } ] } }, { "resourceType": "Substance", "id": "ingr2", "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "395938000", "display": "Clavulanate potassium (substance)" } ] } } ], "category": [ { "coding": [ { "system": "http://hl7.org.fhir/substance-category", "code": "drug", "display": "Drug or Medicament" } ] } ], "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "392259005", "display": "Amoxicillin + clavulanate potassium 875mg/125mg tablet (product)" } ] }, "description": "Augmentin 875", "ingredient": [ { "quantity": { "numerator": { "value": 875, "unit": "mg", "system": "http://unitsofmeasure.org", "code": "mg" }, "denominator": { "value": 1000, "unit": "mg", "system": "http://unitsofmeasure.org", "code": "mg" } }, "substance": { "reference": "#ingr1" } }, { "quantity": { "numerator": { "value": 125, "unit": "mg", "system": "http://unitsofmeasure.org", "code": "mg" }, "denominator": { "value": 1000, "unit": "mg", "system": "http://unitsofmeasure.org", "code": "mg" } }, "substance": { "reference": "#ingr2" } } ] }; var example775: fhir.Substance = { "code": { "coding": [ { "code": "406466009", "display": "House dust allergen", "system": "http://snomed.info/sct" } ] }, "id": "f201", "resourceType": "Substance", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f201</p><p><b>code</b>: House dust allergen <span>(Details : {SNOMED CT code '406466009' = '406466009', given as 'House dust allergen'})</span></p></div>", "status": "generated" } }; var example776: fhir.Substance = { "resourceType": "Substance", "id": "f201", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f201</p><p><b>code</b>: House dust allergen <span>(Details : {SNOMED CT code '406466009' = '406466009', given as 'House dust allergen'})</span></p></div>" }, "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "406466009", "display": "House dust allergen" } ] } }; var example777: fhir.Substance = { "code": { "coding": [ { "code": "3092008", "display": "Staphylococcus Aureus", "system": "http://snomed.info/sct" } ] }, "id": "f202", "resourceType": "Substance", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f202</p><p><b>code</b>: Staphylococcus Aureus <span>(Details : {SNOMED CT code '3092008' = '3092008', given as 'Staphylococcus Aureus'})</span></p></div>", "status": "generated" } }; var example778: fhir.Substance = { "resourceType": "Substance", "id": "f202", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f202</p><p><b>code</b>: Staphylococcus Aureus <span>(Details : {SNOMED CT code '3092008' = '3092008', given as 'Staphylococcus Aureus'})</span></p></div>" }, "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "3092008", "display": "Staphylococcus Aureus" } ] } }; var example779: fhir.Substance = { "category": [ { "coding": [ { "code": "chemical", "display": "Chemical", "system": "http://hl7.org.fhir/substance-category" } ] } ], "code": { "coding": [ { "code": "88480006", "display": "Potassium", "system": "http://snomed.info/sct" } ] }, "id": "f203", "identifier": [ { "system": "http://acme.org/indentifiers/substances", "value": "1234" } ], "resourceType": "Substance", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f203</p><p><b>identifier</b>: 1234</p><p><b>category</b>: Chemical <span>(Details : {http://hl7.org.fhir/substance-category code 'chemical' = '??', given as 'Chemical'})</span></p><p><b>code</b>: Potassium <span>(Details : {SNOMED CT code '88480006' = '88480006', given as 'Potassium'})</span></p></div>", "status": "generated" } }; var example780: fhir.Substance = { "resourceType": "Substance", "id": "f203", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f203</p><p><b>identifier</b>: 1234</p><p><b>category</b>: Chemical <span>(Details : {http://hl7.org.fhir/substance-category code 'chemical' = '??', given as 'Chemical'})</span></p><p><b>code</b>: Potassium <span>(Details : {SNOMED CT code '88480006' = '88480006', given as 'Potassium'})</span></p></div>" }, "identifier": [ { "system": "http://acme.org/indentifiers/substances", "value": "1234" } ], "category": [ { "coding": [ { "system": "http://hl7.org.fhir/substance-category", "code": "chemical", "display": "Chemical" } ] } ], "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "88480006", "display": "Potassium" } ] } }; var example781: fhir.Substance = { "category": [ { "coding": [ { "code": "chemical", "display": "Chemical", "system": "http://hl7.org.fhir/substance-category" } ] } ], "code": { "coding": [ { "code": "333346007", "display": "Silver nitrate 20% solution (product)", "system": "http://snomed.info/sct" } ] }, "description": "Solution for silver nitrate stain", "id": "f204", "identifier": [ { "system": "http://acme.org/indentifiers/substances", "value": "15970" } ], "instance": [ { "expiry": "2018-01-01", "identifier": { "system": "http://acme.org/indentifiers/substances/lot", "value": "AB94687" }, "quantity": { "code": "mL", "system": "http://unitsofmeasure.org", "unit": "mL", "value": 100 } } ], "resourceType": "Substance", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f204</p><p><b>identifier</b>: 15970</p><p><b>category</b>: Chemical <span>(Details : {http://hl7.org.fhir/substance-category code 'chemical' = '??', given as 'Chemical'})</span></p><p><b>code</b>: Silver nitrate 20% solution (product) <span>(Details : {SNOMED CT code '333346007' = '333346007', given as 'Silver nitrate 20% solution (product)'})</span></p><p><b>description</b>: Solution for silver nitrate stain</p><h3>Instances</h3><table><tr><td>-</td><td><b>Identifier</b></td><td><b>Expiry</b></td><td><b>Quantity</b></td></tr><tr><td>*</td><td>AB94687</td><td>01/01/2018</td><td>100 mL<span> (Details: http://unitsofmeasure.org code mL = '??')</span></td></tr></table></div>", "status": "generated" } }; var example782: fhir.Substance = { "resourceType": "Substance", "id": "f204", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f204</p><p><b>identifier</b>: 15970</p><p><b>category</b>: Chemical <span>(Details : {http://hl7.org.fhir/substance-category code 'chemical' = '??', given as 'Chemical'})</span></p><p><b>code</b>: Silver nitrate 20% solution (product) <span>(Details : {SNOMED CT code '333346007' = '333346007', given as 'Silver nitrate 20% solution (product)'})</span></p><p><b>description</b>: Solution for silver nitrate stain</p><h3>Instances</h3><table><tr><td>-</td><td><b>Identifier</b></td><td><b>Expiry</b></td><td><b>Quantity</b></td></tr><tr><td>*</td><td>AB94687</td><td>01/01/2018</td><td>100 mL<span> (Details: http://unitsofmeasure.org code mL = '??')</span></td></tr></table></div>" }, "identifier": [ { "system": "http://acme.org/indentifiers/substances", "value": "15970" } ], "category": [ { "coding": [ { "system": "http://hl7.org.fhir/substance-category", "code": "chemical", "display": "Chemical" } ] } ], "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "333346007", "display": "Silver nitrate 20% solution (product)" } ] }, "description": "Solution for silver nitrate stain", "instance": [ { "identifier": { "system": "http://acme.org/indentifiers/substances/lot", "value": "AB94687" }, "expiry": "2018-01-01", "quantity": { "value": 100, "unit": "mL", "system": "http://unitsofmeasure.org", "code": "mL" } } ] }; var example783: fhir.Substance = { "category": [ { "coding": [ { "code": "allergen", "display": "Allergen", "system": "http://hl7.org.fhir/substance-category" } ] } ], "code": { "text": "apitoxin (Honey Bee Venom)" }, "id": "example", "identifier": [ { "system": "http://acme.org/indentifiers/substances", "value": "1463" } ], "resourceType": "Substance", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><p><b>identifier</b>: 1463</p><p><b>category</b>: Allergen <span>(Details : {http://hl7.org.fhir/substance-category code 'allergen' = '??', given as 'Allergen'})</span></p><p><b>code</b>: apitoxin (Honey Bee Venom) <span>(Details )</span></p></div>", "status": "generated" } }; var example784: fhir.Substance = { "resourceType": "Substance", "id": "example", "text": { "fhir_comments": [ " \n <text>\n <status value=\"generated\"/>\n <div xmlns=\"http://www.w3.org/1999/xhtml\">Apitoxin (known as Honey Bee Venom)</div>\n </text>\n " ], "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><p><b>identifier</b>: 1463</p><p><b>category</b>: Allergen <span>(Details : {http://hl7.org.fhir/substance-category code 'allergen' = '??', given as 'Allergen'})</span></p><p><b>code</b>: apitoxin (Honey Bee Venom) <span>(Details )</span></p></div>" }, "identifier": [ { "system": "http://acme.org/indentifiers/substances", "value": "1463" } ], "category": [ { "coding": [ { "system": "http://hl7.org.fhir/substance-category", "code": "allergen", "display": "Allergen" } ] } ], "code": { "text": "apitoxin (Honey Bee Venom)" } }; var example785: fhir.SupplyDelivery = { "id": "example", "resourceType": "SupplyDelivery", "text": { "div": "<div>[Put rendering here]</div>", "status": "generated" } }; var example786: fhir.SupplyDelivery = { "resourceType": "SupplyDelivery", "id": "example", "text": { "status": "generated", "div": "<div>[Put rendering here]</div>" } }; var example787: fhir.SupplyRequest = { "id": "example", "resourceType": "SupplyRequest", "text": { "div": "<div>[Put rendering here]</div>", "status": "generated" } }; var example788: fhir.SupplyRequest = { "resourceType": "SupplyRequest", "id": "example", "text": { "status": "generated", "div": "<div>[Put rendering here]</div>" } }; var example789: fhir.TestScript = { "description": "Multiserver Test Script", "fixture": [ { "id": "F1", "resource": { "reference": "Patient/example" } } ], "id": "multiserver", "multiserver": true, "name": "Multiserver Test Script", "resourceType": "TestScript", "setup": { "action": [ { "operation": { "contentType": "xml", "destination": 0, "sourceId": "F1", "type": { "code": "create" } } } ], "metadata": { "capability": [ { "conformance": { "reference": "Conformance/example" }, "description": "Patient Create Operation", "link": [ "http://hl7.org/implement/standards/FHIR-Develop/http.html#create" ], "required": true } ], "link": [ { "description": "FHIR Patient", "url": "http://hl7.org/implement/standards/FHIR-Develop/patient.html" } ] } }, "status": "draft", "teardown": { "action": [ { "operation": { "destination": 0, "targetId": "F1", "type": { "code": "delete" } } }, { "operation": { "destination": 1, "targetId": "F1", "type": { "code": "delete" } } } ] }, "test": [ { "action": [ { "operation": { "destination": 0, "responseId": "R1", "targetId": "F1", "type": { "code": "read" } } }, { "assert": { "response": "okay" } }, { "assert": { "headerField": "Last-Modified", "operator": "notEmpty" } }, { "assert": { "resource": "Patient" } }, { "assert": { "minimumId": "F1" } } ], "description": "Read the patient from server 0.", "id": "READ01", "metadata": { "capability": [ { "conformance": { "reference": "Conformance/example" }, "description": "Patient Read Operation", "link": [ "http://hl7.org/implement/standards/FHIR-Develop/http.html#read" ], "validated": true } ] }, "name": "Read Patient" }, { "action": [ { "operation": { "destination": 1, "sourceId": "R1", "type": { "code": "create" } } }, { "assert": { "response": "okay" } }, { "operation": { "destination": 1, "responseId": "R2", "targetId": "R1", "type": { "code": "read" } } }, { "assert": { "response": "okay" } }, { "assert": { "headerField": "Last-Modified", "operator": "notEmpty" } }, { "assert": { "resource": "Patient" } }, { "assert": { "minimumId": "F1" } }, { "assert": { "minimumId": "R1" } } ], "description": "Write the patient read from server 0 to server 1.", "id": "WRITE01", "metadata": { "capability": [ { "conformance": { "reference": "Conformance/example" }, "description": "Patient Create Operation", "link": [ "http://hl7.org/implement/standards/FHIR-Develop/http.html#create" ], "validated": true }, { "conformance": { "reference": "Conformance/example" }, "description": "Patient Read Operation", "link": [ "http://hl7.org/implement/standards/FHIR-Develop/http.html#read" ], "validated": true } ] }, "name": "Write Patient" }, { "action": [ { "operation": { "destination": 0, "sourceId": "R2", "targetId": "R1", "type": { "code": "update" } } }, { "assert": { "response": "okay" } }, { "operation": { "destination": 0, "responseId": "R3", "targetId": "R1", "type": { "code": "read" } } }, { "assert": { "response": "okay" } }, { "assert": { "headerField": "Last-Modified", "operator": "notEmpty" } }, { "assert": { "resource": "Patient" } }, { "assert": { "minimumId": "F1" } }, { "assert": { "minimumId": "R1" } }, { "assert": { "minimumId": "R2" } } ], "description": "Update the patient on server 0 with the one read from server 1.", "id": "UPDATE01", "metadata": { "capability": [ { "conformance": { "reference": "Conformance/example" }, "description": "Patient Update Operation", "link": [ "http://hl7.org/implement/standards/FHIR-Develop/http.html#update" ], "validated": true } ] }, "name": "Update Patient" } ], "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: multiserver</p><p><b>name</b>: Multiserver Test Script</p><p><b>description</b>: Multiserver Test Script</p><h3>Fixtures</h3><table><tr><td>-</td><td><b>Resource</b></td></tr><tr><td>*</td><td><a>Patient/patient-example.xml</a></td></tr></table><blockquote><p><b>setup</b></p><blockquote><p><b>action</b></p><h3>Operations</h3><table><tr><td>-</td><td><b>Type</b></td><td><b>ContentType</b></td><td><b>Destination</b></td><td><b>SourceId</b></td></tr><tr><td>*</td><td>create</td><td>xml</td><td>0</td><td>F1</td></tr></table></blockquote></blockquote><blockquote><p><b>test</b></p><p><b>name</b>: Read Patient</p><p><b>description</b>: Read the patient from server 0.</p><blockquote><p><b>metadata</b></p><h3>Links</h3><table><tr><td>-</td><td><b>Url</b></td><td><b>Description</b></td></tr><tr><td>*</td><td><a>http://hl7.org/implement/standards/FHIR-Develop/patient.html</a></td><td>FHIR Patient</td></tr></table><blockquote><p><b>operation</b></p><p><b>type</b>: create</p><p><b>resource</b>: Patient</p><p><b>description</b>: Patient Create Operation</p><p><b>link</b>: <a>http://hl7.org/implement/standards/FHIR-Develop/http.html#create</a></p><p><b>required</b>: true</p></blockquote><blockquote><p><b>operation</b></p><p><b>type</b>: read</p><p><b>resource</b>: Patient</p><p><b>description</b>: Patient Read Operation</p><p><b>link</b>: <a>http://hl7.org/implement/standards/FHIR-Develop/http.html#read</a></p><p><b>validated</b>: true</p></blockquote></blockquote><blockquote><p><b>action</b></p><h3>Operations</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>action</b></p><h3>Asserts</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>action</b></p><h3>Asserts</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>action</b></p><h3>Asserts</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>action</b></p><h3>Asserts</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote></blockquote><blockquote><p><b>test</b></p><p><b>name</b>: Write Patient</p><p><b>description</b>: Write the patient read from server 0 to server 1.</p><blockquote><p><b>metadata</b></p><h3>Links</h3><table><tr><td>-</td><td><b>Url</b></td><td><b>Description</b></td></tr><tr><td>*</td><td><a>http://hl7.org/implement/standards/FHIR-Develop/patient.html</a></td><td>FHIR Patient</td></tr></table><blockquote><p><b>operation</b></p><p><b>type</b>: create</p><p><b>resource</b>: Patient</p><p><b>description</b>: Patient Create Operation</p><p><b>link</b>: <a>http://hl7.org/implement/standards/FHIR-Develop/http.html#create</a></p><p><b>required</b>: true</p></blockquote><blockquote><p><b>operation</b></p><p><b>type</b>: read</p><p><b>resource</b>: Patient</p><p><b>description</b>: Patient Read Operation</p><p><b>link</b>: <a>http://hl7.org/implement/standards/FHIR-Develop/http.html#read</a></p><p><b>validated</b>: true</p></blockquote></blockquote><blockquote><p><b>action</b></p><h3>Operations</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>action</b></p><h3>Asserts</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>action</b></p><h3>Operations</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>action</b></p><h3>Asserts</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>action</b></p><h3>Asserts</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>action</b></p><h3>Asserts</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>action</b></p><h3>Asserts</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>action</b></p><h3>Asserts</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote></blockquote><blockquote><p><b>test</b></p><p><b>name</b>: Update Patient</p><p><b>description</b>: Update the patient on server 0 with the one read from server 1.</p><blockquote><p><b>metadata</b></p><h3>Links</h3><table><tr><td>-</td><td><b>Url</b></td><td><b>Description</b></td></tr><tr><td>*</td><td><a>http://hl7.org/implement/standards/FHIR-Develop/patient.html</a></td><td>FHIR Patient</td></tr></table><blockquote><p><b>operation</b></p><p><b>type</b>: create</p><p><b>resource</b>: Patient</p><p><b>description</b>: Patient Create Operation</p><p><b>link</b>: <a>http://hl7.org/implement/standards/FHIR-Develop/http.html#create</a></p><p><b>required</b>: true</p></blockquote><blockquote><p><b>operation</b></p><p><b>type</b>: read</p><p><b>resource</b>: Patient</p><p><b>description</b>: Patient Read Operation</p><p><b>link</b>: <a>http://hl7.org/implement/standards/FHIR-Develop/http.html#read</a></p><p><b>validated</b>: true</p></blockquote></blockquote><blockquote><p><b>action</b></p><h3>Operations</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>action</b></p><h3>Asserts</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>action</b></p><h3>Operations</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>action</b></p><h3>Asserts</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>action</b></p><h3>Asserts</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>action</b></p><h3>Asserts</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>action</b></p><h3>Asserts</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>action</b></p><h3>Asserts</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>action</b></p><h3>Asserts</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote></blockquote><blockquote><p><b>teardown</b></p><blockquote><p><b>action</b></p><h3>Operations</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>action</b></p><h3>Operations</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote></blockquote></div>", "status": "generated" }, "url": "http://hl7.org/fhir/TestScript/multiserver" }; var example790: fhir.TestScript = { "resourceType": "TestScript", "id": "multiserver", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: multiserver</p><p><b>name</b>: Multiserver Test Script</p><p><b>description</b>: Multiserver Test Script</p><h3>Fixtures</h3><table><tr><td>-</td><td><b>Resource</b></td></tr><tr><td>*</td><td><a>Patient/patient-example.xml</a></td></tr></table><blockquote><p><b>setup</b></p><blockquote><p><b>action</b></p><h3>Operations</h3><table><tr><td>-</td><td><b>Type</b></td><td><b>ContentType</b></td><td><b>Destination</b></td><td><b>SourceId</b></td></tr><tr><td>*</td><td>create</td><td>xml</td><td>0</td><td>F1</td></tr></table></blockquote></blockquote><blockquote><p><b>test</b></p><p><b>name</b>: Read Patient</p><p><b>description</b>: Read the patient from server 0.</p><blockquote><p><b>metadata</b></p><h3>Links</h3><table><tr><td>-</td><td><b>Url</b></td><td><b>Description</b></td></tr><tr><td>*</td><td><a>http://hl7.org/implement/standards/FHIR-Develop/patient.html</a></td><td>FHIR Patient</td></tr></table><blockquote><p><b>operation</b></p><p><b>type</b>: create</p><p><b>resource</b>: Patient</p><p><b>description</b>: Patient Create Operation</p><p><b>link</b>: <a>http://hl7.org/implement/standards/FHIR-Develop/http.html#create</a></p><p><b>required</b>: true</p></blockquote><blockquote><p><b>operation</b></p><p><b>type</b>: read</p><p><b>resource</b>: Patient</p><p><b>description</b>: Patient Read Operation</p><p><b>link</b>: <a>http://hl7.org/implement/standards/FHIR-Develop/http.html#read</a></p><p><b>validated</b>: true</p></blockquote></blockquote><blockquote><p><b>action</b></p><h3>Operations</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>action</b></p><h3>Asserts</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>action</b></p><h3>Asserts</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>action</b></p><h3>Asserts</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>action</b></p><h3>Asserts</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote></blockquote><blockquote><p><b>test</b></p><p><b>name</b>: Write Patient</p><p><b>description</b>: Write the patient read from server 0 to server 1.</p><blockquote><p><b>metadata</b></p><h3>Links</h3><table><tr><td>-</td><td><b>Url</b></td><td><b>Description</b></td></tr><tr><td>*</td><td><a>http://hl7.org/implement/standards/FHIR-Develop/patient.html</a></td><td>FHIR Patient</td></tr></table><blockquote><p><b>operation</b></p><p><b>type</b>: create</p><p><b>resource</b>: Patient</p><p><b>description</b>: Patient Create Operation</p><p><b>link</b>: <a>http://hl7.org/implement/standards/FHIR-Develop/http.html#create</a></p><p><b>required</b>: true</p></blockquote><blockquote><p><b>operation</b></p><p><b>type</b>: read</p><p><b>resource</b>: Patient</p><p><b>description</b>: Patient Read Operation</p><p><b>link</b>: <a>http://hl7.org/implement/standards/FHIR-Develop/http.html#read</a></p><p><b>validated</b>: true</p></blockquote></blockquote><blockquote><p><b>action</b></p><h3>Operations</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>action</b></p><h3>Asserts</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>action</b></p><h3>Operations</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>action</b></p><h3>Asserts</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>action</b></p><h3>Asserts</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>action</b></p><h3>Asserts</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>action</b></p><h3>Asserts</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>action</b></p><h3>Asserts</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote></blockquote><blockquote><p><b>test</b></p><p><b>name</b>: Update Patient</p><p><b>description</b>: Update the patient on server 0 with the one read from server 1.</p><blockquote><p><b>metadata</b></p><h3>Links</h3><table><tr><td>-</td><td><b>Url</b></td><td><b>Description</b></td></tr><tr><td>*</td><td><a>http://hl7.org/implement/standards/FHIR-Develop/patient.html</a></td><td>FHIR Patient</td></tr></table><blockquote><p><b>operation</b></p><p><b>type</b>: create</p><p><b>resource</b>: Patient</p><p><b>description</b>: Patient Create Operation</p><p><b>link</b>: <a>http://hl7.org/implement/standards/FHIR-Develop/http.html#create</a></p><p><b>required</b>: true</p></blockquote><blockquote><p><b>operation</b></p><p><b>type</b>: read</p><p><b>resource</b>: Patient</p><p><b>description</b>: Patient Read Operation</p><p><b>link</b>: <a>http://hl7.org/implement/standards/FHIR-Develop/http.html#read</a></p><p><b>validated</b>: true</p></blockquote></blockquote><blockquote><p><b>action</b></p><h3>Operations</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>action</b></p><h3>Asserts</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>action</b></p><h3>Operations</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>action</b></p><h3>Asserts</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>action</b></p><h3>Asserts</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>action</b></p><h3>Asserts</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>action</b></p><h3>Asserts</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>action</b></p><h3>Asserts</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>action</b></p><h3>Asserts</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote></blockquote><blockquote><p><b>teardown</b></p><blockquote><p><b>action</b></p><h3>Operations</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>action</b></p><h3>Operations</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote></blockquote></div>" }, "url": "http://hl7.org/fhir/TestScript/multiserver", "name": "Multiserver Test Script", "status": "draft", "description": "Multiserver Test Script", "multiserver": true, "fixture": [ { "id": "F1", "resource": { "reference": "Patient/example" } } ], "setup": { "metadata": { "link": [ { "url": "http://hl7.org/implement/standards/FHIR-Develop/patient.html", "description": "FHIR Patient" } ], "capability": [ { "required": true, "description": "Patient Create Operation", "link": [ "http://hl7.org/implement/standards/FHIR-Develop/http.html#create" ], "conformance": { "reference": "Conformance/example" } } ] }, "action": [ { "operation": { "type": { "code": "create" }, "contentType": "xml", "destination": 0, "sourceId": "F1" } } ] }, "test": [ { "id": "READ01", "name": "Read Patient", "description": "Read the patient from server 0.", "metadata": { "capability": [ { "validated": true, "description": "Patient Read Operation", "link": [ "http://hl7.org/implement/standards/FHIR-Develop/http.html#read" ], "conformance": { "reference": "Conformance/example" } } ] }, "action": [ { "operation": { "type": { "fhir_comments": [ " this operation reads the fixture \"F1\" from server-0 and maps the response to fixture \"R1\" " ], "code": "read" }, "destination": 0, "responseId": "R1", "targetId": "F1" } }, { "assert": { "response": "okay" } }, { "assert": { "headerField": "Last-Modified", "operator": "notEmpty" } }, { "assert": { "resource": "Patient" } }, { "assert": { "minimumId": "F1", "_minimumId": { "fhir_comments": [ " this operation asserts that the response to the\n\t\t\t\t\t\tread operation contains at a minimumId the resource\n\t\t\t\t\t\tmapped to fixture ID \"F1\" " ] } } } ] }, { "id": "WRITE01", "name": "Write Patient", "description": "Write the patient read from server 0 to server 1.", "metadata": { "capability": [ { "validated": true, "description": "Patient Create Operation", "link": [ "http://hl7.org/implement/standards/FHIR-Develop/http.html#create" ], "conformance": { "reference": "Conformance/example" } }, { "validated": true, "description": "Patient Read Operation", "link": [ "http://hl7.org/implement/standards/FHIR-Develop/http.html#read" ], "conformance": { "reference": "Conformance/example" } } ] }, "action": [ { "operation": { "type": { "fhir_comments": [ " this operation creates the fixture \"R1\" that was read from\n\t\t\t\t\t\tserver-0 and creates it on server-1 " ], "code": "create" }, "destination": 1, "sourceId": "R1" } }, { "assert": { "response": "okay" } }, { "operation": { "type": { "fhir_comments": [ " this operation reads the fixture \"R1\" from server-1 and\n\t\t\t\t\t\tmaps the response to fixture \"R2\" " ], "code": "read" }, "destination": 1, "responseId": "R2", "targetId": "R1" } }, { "assert": { "response": "okay" } }, { "assert": { "headerField": "Last-Modified", "operator": "notEmpty" } }, { "assert": { "resource": "Patient" } }, { "assert": { "minimumId": "F1", "_minimumId": { "fhir_comments": [ " this operation asserts that the response to the\n\t\t\t\t\tread operation contains at a minimumId the resource\n\t\t\t\t\tmapped to fixture ID \"F1\" " ] } } }, { "assert": { "minimumId": "R1", "_minimumId": { "fhir_comments": [ " this [redundant] operation asserts that the response to the\n\t\t\t\t\tread operation contains at a minimumId the resource\n\t\t\t\t\tmapped to fixture ID \"R1\" " ] } } } ] }, { "id": "UPDATE01", "name": "Update Patient", "description": "Update the patient on server 0 with the one read from server 1.", "metadata": { "capability": [ { "validated": true, "description": "Patient Update Operation", "link": [ "http://hl7.org/implement/standards/FHIR-Develop/http.html#update" ], "conformance": { "reference": "Conformance/example" } } ] }, "action": [ { "operation": { "type": { "fhir_comments": [ " this operation updates the fixture \"R1\" on\n\t\t\t\t\tserver-0 and with fixture \"R2\" that was read from server-1 " ], "code": "update" }, "destination": 0, "sourceId": "R2", "targetId": "R1" } }, { "assert": { "response": "okay" } }, { "operation": { "type": { "fhir_comments": [ " this operation reads the fixture \"R1\" from server-0 and\nmaps the response to fixture \"R3\" " ], "code": "read" }, "destination": 0, "responseId": "R3", "targetId": "R1" } }, { "assert": { "response": "okay" } }, { "assert": { "headerField": "Last-Modified", "operator": "notEmpty" } }, { "assert": { "resource": "Patient" } }, { "assert": { "minimumId": "F1", "_minimumId": { "fhir_comments": [ " this operation asserts that the response to the\n\t\t\t\t\t\tread operation contains at a minimumId the resource\n\t\t\t\t\t\tmapped to fixture ID \"F1\" " ] } } }, { "assert": { "minimumId": "R1", "_minimumId": { "fhir_comments": [ " this [redundant] operation asserts that the response to the\n\t\t\t\t\t\tread operation contains at a minimumId the resource\n\t\t\t\t\t\tmapped to fixture ID \"R1\" " ] } } }, { "assert": { "minimumId": "R2", "_minimumId": { "fhir_comments": [ " this [redundant] operation asserts that the response to the\n\t\t\t\t\t\tread operation contains at a minimumId the resource\n\t\t\t\t\t\tmapped to fixture ID \"R1\" " ] } } } ] } ], "teardown": { "action": [ { "fhir_comments": [ " delete the patient from server-0 " ], "operation": { "type": { "code": "delete" }, "destination": 0, "targetId": "F1" } }, { "fhir_comments": [ " delete the patient from server-1 " ], "operation": { "type": { "code": "delete" }, "destination": 1, "targetId": "F1" } } ] } }; var example791: fhir.TestScript = { "contact": [ { "name": "Support", "telecom": [ { "system": "email", "use": "temp", "value": "support@gmail.com" } ] } ], "copyright": "© HL7.org 2011+", "date": "2015-08-31", "description": "Example Test Script", "experimental": true, "fixture": [ { "autocreate": false, "autodelete": false, "id": "F1", "resource": { "display": "Patient resource", "reference": "Patient/example" } } ], "id": "example", "identifier": { "system": "urn:ietf:rfc:3986", "value": "urn:oid:1.3.6.1.4.1.21367.2005.3.7.9876" }, "metadata": { "capability": [ { "conformance": { "reference": "Conformance/example" }, "description": "Patient Create, Read, and Update Operations", "destination": 1, "link": [ "http://hl7.org/implement/standards/FHIR-Develop/http.html#create", "http://hl7.org/implement/standards/FHIR-Develop/http.html#read", "http://hl7.org/implement/standards/FHIR-Develop/http.html#update" ], "required": true } ] }, "name": "Test Script 1", "profile": [ { "id": "patient-profile", "reference": "http://hl7.org/fhir/StructureDefinition/Patient" } ], "publisher": "HL7", "requirements": "Patient Create, Read, and Update Operations", "resourceType": "TestScript", "setup": { "action": [ { "operation": { "accept": "json", "description": "Create patient resource on test server", "label": "SetupPatient", "responseId": "create-response", "sourceId": "F1", "type": { "code": "create" } } }, { "assert": { "direction": "request", "responseCode": "201" } } ] }, "status": "draft", "test": [ { "action": [ { "operation": { "encodeRequestUrl": false, "responseId": "F1-read", "targetId": "F1", "type": { "code": "read" } } }, { "assert": { "description": "Test for OK response", "direction": "request", "label": "ReadOK", "response": "okay" } }, { "assert": { "headerField": "Last-Modified", "operator": "notEmpty", "warningOnly": true } }, { "assert": { "resource": "Patient" } }, { "assert": { "validateProfileId": "patient-profile" } }, { "assert": { "operator": "equals", "path": "fhir:Patient/fhir:name/fhir:family/@value", "value": "Chalmers" } }, { "assert": { "operator": "equals", "path": "fhir:Patient/fhir:name/fhir:family/@value", "sourceId": "F1", "value": "Chalmers" } }, { "assert": { "compareToSourceId": "F1-read", "compareToSourcePath": "fhir:Patient/fhir:name/fhir:family/@value", "operator": "equals", "path": "fhir:Patient/fhir:name/fhir:family/@value" } }, { "assert": { "compareToSourceId": "F1-read", "compareToSourcePath": "fhir:Patient/fhir:name/fhir:family/@value", "path": "fhir:Patient/fhir:name/fhir:family/@value", "sourceId": "F1" } }, { "assert": { "minimumId": "F1-min" } } ], "description": "Read a patient and validate response.", "id": "READ01", "name": "Read Patient" } ], "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><p><b>name</b>: Test Script 1</p><p><b>description</b>: Example Test Script</p><h3>Fixtures</h3><table><tr><td>-</td><td><b>Resource</b></td></tr><tr><td>*</td><td><a>Patient resource</a></td></tr></table><blockquote><p><b>test</b></p><p><b>name</b>: Read Patient</p><p><b>description</b>: Read a patient and validate response.</p><blockquote><p><b>metadata</b></p><h3>Links</h3><table><tr><td>-</td><td><b>Url</b></td><td><b>Description</b></td></tr><tr><td>*</td><td><a>http://hl7.org/implement/standards/FHIR-Develop/patient.html</a></td><td>FHIR Patient</td></tr></table><h3>Operations</h3><table><tr><td>-</td><td><b>Type</b></td><td><b>Resource</b></td><td><b>Description</b></td><td><b>Link</b></td><td><b>Required</b></td></tr><tr><td>*</td><td>create</td><td>Patient</td><td>Patient Create Operation</td><td><a>http://hl7.org/implement/standards/FHIR-Develop/http.html#create</a></td><td>true</td></tr></table></blockquote><blockquote><p><b>action</b></p><h3>Operations</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>action</b></p><h3>Asserts</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>action</b></p><h3>Asserts</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>action</b></p><h3>Asserts</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>action</b></p><h3>Asserts</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>action</b></p><h3>Asserts</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>action</b></p><h3>Asserts</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>action</b></p><h3>Asserts</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>action</b></p><h3>Asserts</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote></blockquote></div>", "status": "generated" }, "url": "http://hl7.org/fhir/TestScript/example", "useContext": [ { "coding": [ { "code": "US", "display": "United States of America (the)", "system": "urn:iso:std:iso:3166" } ] } ], "version": "1.0" }; var example792: fhir.TestScript = { "resourceType": "TestScript", "id": "example", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><p><b>name</b>: Test Script 1</p><p><b>description</b>: Example Test Script</p><h3>Fixtures</h3><table><tr><td>-</td><td><b>Resource</b></td></tr><tr><td>*</td><td><a>Patient resource</a></td></tr></table><blockquote><p><b>test</b></p><p><b>name</b>: Read Patient</p><p><b>description</b>: Read a patient and validate response.</p><blockquote><p><b>metadata</b></p><h3>Links</h3><table><tr><td>-</td><td><b>Url</b></td><td><b>Description</b></td></tr><tr><td>*</td><td><a>http://hl7.org/implement/standards/FHIR-Develop/patient.html</a></td><td>FHIR Patient</td></tr></table><h3>Operations</h3><table><tr><td>-</td><td><b>Type</b></td><td><b>Resource</b></td><td><b>Description</b></td><td><b>Link</b></td><td><b>Required</b></td></tr><tr><td>*</td><td>create</td><td>Patient</td><td>Patient Create Operation</td><td><a>http://hl7.org/implement/standards/FHIR-Develop/http.html#create</a></td><td>true</td></tr></table></blockquote><blockquote><p><b>action</b></p><h3>Operations</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>action</b></p><h3>Asserts</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>action</b></p><h3>Asserts</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>action</b></p><h3>Asserts</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>action</b></p><h3>Asserts</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>action</b></p><h3>Asserts</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>action</b></p><h3>Asserts</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>action</b></p><h3>Asserts</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>action</b></p><h3>Asserts</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote></blockquote></div>" }, "url": "http://hl7.org/fhir/TestScript/example", "version": "1.0", "name": "Test Script 1", "status": "draft", "identifier": { "system": "urn:ietf:rfc:3986", "value": "urn:oid:1.3.6.1.4.1.21367.2005.3.7.9876" }, "experimental": true, "publisher": "HL7", "contact": [ { "name": "Support", "telecom": [ { "system": "email", "value": "support@gmail.com", "use": "temp" } ] } ], "date": "2015-08-31", "description": "Example Test Script", "useContext": [ { "coding": [ { "system": "urn:iso:std:iso:3166", "code": "US", "display": "United States of America (the)" } ] } ], "requirements": "Patient Create, Read, and Update Operations", "copyright": "© HL7.org 2011+", "metadata": { "capability": [ { "required": true, "description": "Patient Create, Read, and Update Operations", "destination": 1, "link": [ "http://hl7.org/implement/standards/FHIR-Develop/http.html#create", "http://hl7.org/implement/standards/FHIR-Develop/http.html#read", "http://hl7.org/implement/standards/FHIR-Develop/http.html#update" ], "conformance": { "reference": "Conformance/example" } } ] }, "fixture": [ { "id": "F1", "autocreate": false, "autodelete": false, "resource": { "reference": "Patient/example", "display": "Patient resource" } } ], "profile": [ { "id": "patient-profile", "reference": "http://hl7.org/fhir/StructureDefinition/Patient" } ], "setup": { "action": [ { "fhir_comments": [ " Create the patient using fixture " ], "operation": { "type": { "code": "create" }, "label": "SetupPatient", "description": "Create patient resource on test server", "accept": "json", "responseId": "create-response", "sourceId": "F1" } }, { "assert": { "direction": "request", "responseCode": "201" } } ] }, "test": [ { "id": "READ01", "name": "Read Patient", "description": "Read a patient and validate response.", "action": [ { "operation": { "type": { "code": "read" }, "encodeRequestUrl": false, "responseId": "F1-read", "targetId": "F1" } }, { "assert": { "label": "ReadOK", "description": "Test for OK response", "direction": "request", "response": "okay" } }, { "assert": { "headerField": "Last-Modified", "operator": "notEmpty", "warningOnly": true } }, { "assert": { "resource": "Patient" } }, { "assert": { "validateProfileId": "patient-profile" } }, { "assert": { "operator": "equals", "path": "fhir:Patient/fhir:name/fhir:family/@value", "value": "Chalmers" } }, { "assert": { "operator": "equals", "path": "fhir:Patient/fhir:name/fhir:family/@value", "sourceId": "F1", "value": "Chalmers" } }, { "assert": { "compareToSourceId": "F1-read", "compareToSourcePath": "fhir:Patient/fhir:name/fhir:family/@value", "operator": "equals", "path": "fhir:Patient/fhir:name/fhir:family/@value" } }, { "assert": { "compareToSourceId": "F1-read", "compareToSourcePath": "fhir:Patient/fhir:name/fhir:family/@value", "path": "fhir:Patient/fhir:name/fhir:family/@value", "sourceId": "F1" } }, { "assert": { "minimumId": "F1-min" } } ] } ] }; var example793: fhir.Condition = { "category": { "coding": [ { "code": "diagnosis", "display": "Diagnosis", "system": "http://hl7.org/fhir/condition-category" } ] }, "code": { "coding": [ { "code": "407152001", "display": "Increased blood lead level", "system": "http://snomed.info/sct" } ], "text": "Increased lead level" }, "id": "cond-uslab-example1", "notes": "Elevated lead levels on screening", "patient": { "display": "Todd Lerr", "reference": "Patient/patient-uslab-example1" }, "resourceType": "Condition", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: cond-uslab-example1</p><p><b>patient</b>: <a>Todd Lerr</a></p><p><b>code</b>: Increased lead level <span>(Details : {SNOMED CT code '407152001' = '407152001', given as 'Increased blood lead level'})</span></p><p><b>category</b>: Diagnosis <span>(Details : {http://hl7.org/fhir/condition-category code 'diagnosis' = 'Diagnosis', given as 'Diagnosis'})</span></p><p><b>verificationStatus</b>: provisional</p><p><b>notes</b>: Elevated lead levels on screening</p></div>", "status": "generated" }, "verificationStatus": "provisional" }; var example794: fhir.Condition = { "resourceType": "Condition", "id": "cond-uslab-example1", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: cond-uslab-example1</p><p><b>patient</b>: <a>Todd Lerr</a></p><p><b>code</b>: Increased lead level <span>(Details : {SNOMED CT code '407152001' = '407152001', given as 'Increased blood lead level'})</span></p><p><b>category</b>: Diagnosis <span>(Details : {http://hl7.org/fhir/condition-category code 'diagnosis' = 'Diagnosis', given as 'Diagnosis'})</span></p><p><b>verificationStatus</b>: provisional</p><p><b>notes</b>: Elevated lead levels on screening</p></div>" }, "patient": { "reference": "Patient/patient-uslab-example1", "display": "Todd Lerr" }, "code": { "fhir_comments": [ " EH note to balloters- these examples are to demonstrate content and structure the clinical scenario is artificial. " ], "coding": [ { "system": "http://snomed.info/sct", "code": "407152001", "display": "Increased blood lead level" } ], "text": "Increased lead level" }, "category": { "coding": [ { "system": "http://hl7.org/fhir/condition-category", "code": "diagnosis", "display": "Diagnosis" } ] }, "verificationStatus": "provisional", "notes": "Elevated lead levels on screening" }; var example795: fhir.Condition = { "category": { "coding": [ { "code": "diagnosis", "display": "Diagnosis", "system": "http://hl7.org/fhir/condition-category" } ] }, "code": { "coding": [ { "code": "R78.71", "display": "Abnormal lead level in blood", "system": "http://www.cms.gov/Medicare/Coding/ICD10/index.html" } ] }, "id": "cond-uslab-example2", "patient": { "display": "Todd Lerr", "reference": "Patient/patient-uslab-example2" }, "resourceType": "Condition", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: cond-uslab-example2</p><p><b>patient</b>: <a>Todd Lerr</a></p><p><b>code</b>: Abnormal lead level in blood <span>(Details : {http://www.cms.gov/Medicare/Coding/ICD10/index.html code 'R78.71' = '??', given as 'Abnormal lead level in blood'})</span></p><p><b>category</b>: Diagnosis <span>(Details : {http://hl7.org/fhir/condition-category code 'diagnosis' = 'Diagnosis', given as 'Diagnosis'})</span></p><p><b>verificationStatus</b>: provisional</p></div>", "status": "generated" }, "verificationStatus": "provisional" }; var example796: fhir.Condition = { "resourceType": "Condition", "id": "cond-uslab-example2", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: cond-uslab-example2</p><p><b>patient</b>: <a>Todd Lerr</a></p><p><b>code</b>: Abnormal lead level in blood <span>(Details : {http://www.cms.gov/Medicare/Coding/ICD10/index.html code 'R78.71' = '??', given as 'Abnormal lead level in blood'})</span></p><p><b>category</b>: Diagnosis <span>(Details : {http://hl7.org/fhir/condition-category code 'diagnosis' = 'Diagnosis', given as 'Diagnosis'})</span></p><p><b>verificationStatus</b>: provisional</p></div>" }, "patient": { "reference": "Patient/patient-uslab-example2", "display": "Todd Lerr" }, "code": { "fhir_comments": [ " EH note to balloters- these examples are to demonstrate content and structure the clinical scenario and ICD coding is artificial and probably wrong. " ], "coding": [ { "system": "http://www.cms.gov/Medicare/Coding/ICD10/index.html", "code": "R78.71", "display": "Abnormal lead level in blood" } ] }, "category": { "coding": [ { "system": "http://hl7.org/fhir/condition-category", "code": "diagnosis", "display": "Diagnosis" } ] }, "verificationStatus": "provisional" }; var example797: fhir.DiagnosticOrder = { "event": [ { "dateTime": "2014-12-04T15:42:15-08:00", "description": { "coding": [ { "code": "new-request" } ] }, "status": "requested" } ], "id": "do-uslab-example1", "identifier": [ { "system": "urn:oid:2.16.840.1.113883.3.72.5.24", "use": "official", "value": "ORD000123A" } ], "item": [ { "code": { "coding": [ { "code": "5671-3", "display": "Lead [Mass/volume] in Blood", "system": "http://loinc.org" }, { "code": "BLDLD", "display": "Blood Lead", "system": "urn:oid:2.16.840.1.113883.3.72.5.24" } ], "text": "Blood Lead" }, "specimen": [ { "display": "Whole blood", "reference": "Specimen/spec-uslab-example1" } ], "status": "requested" } ], "note": [ { "text": "patient is afraid of needles" } ], "orderer": { "display": "Dr Leonard T Bloodraw Jr", "reference": "Practitioner/pract-uslab-example1" }, "priority": "routine", "reason": [ { "coding": [ { "code": "R78.71", "display": "Abnormal lead level in blood", "system": "http://www.icd10data.com/icd10pcs" } ], "text": "Abnormal lead level in blood" } ], "resourceType": "DiagnosticOrder", "status": "requested", "subject": { "display": "Todd Lerr", "reference": "Patient/patient-uslab-example1" }, "supportingInformation": [ { "display": "Prior Results Observation", "reference": "Observation/obs-uslab-example1" }, { "display": "Lead Exposure", "reference": "Condition/cond-uslab-example1" } ], "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: do-uslab-example1</p><p><b>subject</b>: <a>Todd Lerr</a></p><p><b>orderer</b>: <a>Dr Leonard T Bloodraw Jr</a></p><p><b>identifier</b>: ORD000123A (OFFICIAL)</p><p><b>reason</b>: Abnormal lead level in blood <span>(Details : {http://www.icd10data.com/icd10pcs code 'R78.71' = '??', given as 'Abnormal lead level in blood'})</span></p><p><b>supportingInformation</b>: <a>Prior Results Observation</a>, <a>Lead Exposure</a></p><p><b>status</b>: requested</p><p><b>priority</b>: routine</p><h3>Events</h3><table><tr><td>-</td><td><b>Status</b></td><td><b>Description</b></td><td><b>DateTime</b></td></tr><tr><td>*</td><td>requested</td><td>new-request <span>(Details : {[not stated] code 'new-request' = '??)</span></td><td>04/12/2014 3:42:15 PM</td></tr></table><h3>Items</h3><table><tr><td>-</td><td><b>Code</b></td><td><b>Specimen</b></td><td><b>Status</b></td></tr><tr><td>*</td><td>Blood Lead <span>(Details : {LOINC code '5671-3' = 'Lead [Mass/volume] in Blood', given as 'Lead [Mass/volume] in Blood'}; {urn:oid:2.16.840.1.113883.3.72.5.24 code 'BLDLD' = '??', given as 'Blood Lead'})</span></td><td><a>Whole blood</a></td><td>requested</td></tr></table><p><b>note</b>: patient is afraid of needles</p></div>", "status": "generated" } }; var example798: fhir.DiagnosticOrder = { "resourceType": "DiagnosticOrder", "id": "do-uslab-example1", "text": { "fhir_comments": [ " comment out to see if causing build to hang extension for a CC to a non ordering party in this case another provider\n\t<extension url=\"http://hl7.org/fhir/StructureDefinition/uslab-cc-practitioner\">\n\t\t<valueReference>\n\t\t\t<reference value=\"Practitioner/uslab-example2\"/>\n\t\t\t<display value=\"Dr Bill T Lookafter Jr\"/>\n\t\t</valueReference>\n\t</extension>\n " ], "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: do-uslab-example1</p><p><b>subject</b>: <a>Todd Lerr</a></p><p><b>orderer</b>: <a>Dr Leonard T Bloodraw Jr</a></p><p><b>identifier</b>: ORD000123A (OFFICIAL)</p><p><b>reason</b>: Abnormal lead level in blood <span>(Details : {http://www.icd10data.com/icd10pcs code 'R78.71' = '??', given as 'Abnormal lead level in blood'})</span></p><p><b>supportingInformation</b>: <a>Prior Results Observation</a>, <a>Lead Exposure</a></p><p><b>status</b>: requested</p><p><b>priority</b>: routine</p><h3>Events</h3><table><tr><td>-</td><td><b>Status</b></td><td><b>Description</b></td><td><b>DateTime</b></td></tr><tr><td>*</td><td>requested</td><td>new-request <span>(Details : {[not stated] code 'new-request' = '??)</span></td><td>04/12/2014 3:42:15 PM</td></tr></table><h3>Items</h3><table><tr><td>-</td><td><b>Code</b></td><td><b>Specimen</b></td><td><b>Status</b></td></tr><tr><td>*</td><td>Blood Lead <span>(Details : {LOINC code '5671-3' = 'Lead [Mass/volume] in Blood', given as 'Lead [Mass/volume] in Blood'}; {urn:oid:2.16.840.1.113883.3.72.5.24 code 'BLDLD' = '??', given as 'Blood Lead'})</span></td><td><a>Whole blood</a></td><td>requested</td></tr></table><p><b>note</b>: patient is afraid of needles</p></div>" }, "subject": { "reference": "Patient/patient-uslab-example1", "display": "Todd Lerr" }, "orderer": { "reference": "Practitioner/pract-uslab-example1", "display": "Dr Leonard T Bloodraw Jr" }, "identifier": [ { "use": "official", "system": "urn:oid:2.16.840.1.113883.3.72.5.24", "_system": { "fhir_comments": [ " EH Using an OID here but could any URI eg http://aceclinic.com " ] }, "value": "ORD000123A" } ], "reason": [ { "coding": [ { "system": "http://www.icd10data.com/icd10pcs", "code": "R78.71", "display": "Abnormal lead level in blood" } ], "text": "Abnormal lead level in blood" } ], "supportingInformation": [ { "reference": "Observation/obs-uslab-example1", "display": "Prior Results Observation" }, { "reference": "Condition/cond-uslab-example1", "display": "Lead Exposure" } ], "status": "requested", "_status": { "fhir_comments": [ " EH this specimen is for when lab has existing\n<specimen>\n\t\t<reference value=\"Specimen/uslab-example1\"/>\n\t\t<display value=\"Whole blood\"/>\n\t</specimen>\n ", " EH this is set to 'requested' by the Placer " ] }, "priority": "routine", "event": [ { "fhir_comments": [ " EH: the event is the order placer requesting a test " ], "status": "requested", "_status": { "fhir_comments": [ " EH this is set to 'requested' by the Placer is required element in core resource " ] }, "description": { "fhir_comments": [ " EH:bound to closed value setUSLAB Diagnostic Order Event Codes " ], "coding": [ { "code": "new-request" } ] }, "dateTime": "2014-12-04T15:42:15-08:00", "_dateTime": { "fhir_comments": [ " EH: Showing dateTime to ss with TZO although only needed to Day " ] } } ], "item": [ { "code": { "fhir_comments": [ " EH : The local and /or LOINC test codes go here " ], "coding": [ { "fhir_comments": [ " EH: LOINC code gos here ", " EH: LOINC code gos here " ], "system": "http://loinc.org", "code": "5671-3", "display": "Lead [Mass/volume] in Blood" }, { "system": "urn:oid:2.16.840.1.113883.3.72.5.24", "code": "BLDLD", "display": "Blood Lead" } ], "text": "Blood Lead" }, "specimen": [ { "reference": "Specimen/spec-uslab-example1", "display": "Whole blood" } ], "status": "requested", "_status": { "fhir_comments": [ " EH this is set to 'requested' by the Placer " ] } } ], "note": [ { "text": "patient is afraid of needles" } ] }; var example799: fhir.DiagnosticReport = { "code": { "coding": [ { "code": "5671-3", "display": "Lead [Mass/volume] in Blood", "system": "http://loinc.org" }, { "code": "BLDLD", "display": "Blood Lead", "system": "urn:oid:2.16.840.1.113883.3.72.5.24" } ], "text": "Blood Lead Report" }, "codedDiagnosis": [ { "coding": [ { "code": "407152001", "display": "Increased blood lead level", "system": "http://snomed.info/sct" } ] } ], "conclusion": "Elevated Blood Lead levels", "effectiveDateTime": "2014-12-05", "id": "dr-uslab-example1", "identifier": [ { "system": "http://lis.acmelabs.org/identifiers/report", "use": "official", "value": "5234342" } ], "issued": "2014-12-06T15:42:15-08:00", "performer": { "display": "Gregory F House, PhD", "reference": "Practitioner/pract-uslab-example3" }, "presentedForm": [ { "contentType": "application/pdf", "data": "JVBERi0xLjMNCiXi48/TDQoxIDAgb2JqDQo8PC9UeXBlL1BhZ2UvUmVzb3VyY2VzPDwvRm9udDw8L0YxIDIgMCBSL0YyIDYgMCBSL0YzIDEwIDAgUi9GNCAxNyAwIFI+Pi9Qcm9jU2V0Wy9QREYvVGV4dC9JbWFnZUIvSW1hZ2VDL0ltYWdlSV0+Pi9NZWRpYUJveFswIDAgNjEyIDc5Ml0vQ29udGVudHMgMjEgMCBSL0dyb3VwPDwvVHlwZS9Hcm91cC9TL1RyYW5zcGFyZW5jeS9DUy9EZXZpY2VSR0I+Pi9UYWJzL1MvU3RydWN0UGFyZW50cyAwL0FydEJveFswIDAgNjEyIDc5Ml0vQ3JvcEJveFswIDAgNjEyIDc5Ml0vUGFyZW50IDQyIDAgUj4+DQplbmRvYmoNCjIgMCBvYmoNCjw8L1R5cGUvRm9udC9TdWJ0eXBlL1RydWVUeXBlL05hbWUvRjEvQmFzZUZvbnQvQUJDREVFK0NhbGlicmkvRW5jb2RpbmcvV2luQW5zaUVuY29kaW5nL0ZvbnREZXNjcmlwdG9yIDMgMCBSL0ZpcnN0Q2hhciAzMi9MYXN0Q2hhciAxMjAvV2lkdGhzIDUgMCBSPj4NCmVuZG9iag0KMyAwIG9iag0KPDwvVHlwZS9Gb250RGVzY3JpcHRvci9Gb250TmFtZS9BQkNERUUrQ2FsaWJyaS9GbGFncyAzMi9JdGFsaWNBbmdsZSAwL0FzY2VudCA3NTAvRGVzY2VudCAtMjUwL0NhcEhlaWdodCA3NTAvQXZnV2lkdGggNTIxL01heFdpZHRoIDE3NDMvRm9udFdlaWdodCA0MDAvWEhlaWdodCAyNTAvU3RlbVYgNTIvRm9udEJCb3hbLTUwMyAtMjUwIDEyNDAgNzUwXS9Gb250RmlsZTIgNCAwIFI+Pg0KZW5kb2JqDQo0IDAgb2JqDQo8PC9GaWx0ZXIvRmxhdGVEZWNvZGUvTGVuZ3RoMSAxODY5OTIvTGVuZ3RoIDg4MDU2Pj5zdHJlYW0NCnic7HwHXFRX+vY59w4zAzMDMwxDG2AGR0AcigoqVkaaBQttFFQMiDX2gi1qTE9I7zE9m7oxMcPYMGYTk5iyqW42bdM22WQ32U3Mpu9GA3zPue89iKZ82f3v98+3vx8Hnvs85z3lnvPec859B1DGGWMu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dC9TZWN0L0RpYWdyYW0vRmlndXJlPj4NCmVuZG9iag0KMjQgMCBvYmoNCjw8L051bXNbMCAyNSAwIFJdPj4NCmVuZG9iag0KMjUgMCBvYmoNClsyNiAwIFIgMjggMCBSIDI5IDAgUiAzMCAwIFIgMzEgMCBSIDMyIDAgUiAzMyAwIFIgMzQgMCBSIDM1IDAgUiAzNiAwIFIgMzcgMCBSXQ0KZW5kb2JqDQoyNiAwIG9iag0KPDwvUCAyNyAwIFIvUy9IMS9UeXBlL1N0cnVjdEVsZW0vS1swXS9QZyAxIDAgUj4+DQplbmRvYmoNCjI3IDAgb2JqDQo8PC9QIDIyIDAgUi9TL1BhcnQvVHlwZS9TdHJ1Y3RFbGVtL0tbMjYgMCBSIDI4IDAgUiAyOSAwIFIgMzAgMCBSIDMxIDAgUiAzMiAwIFIgMzMgMCBSIDM0IDAgUiAzNSAwIFIgMzYgMCBSIDM3IDAgUl0+Pg0KZW5kb2JqDQoyOCAwIG9iag0KPDwvUCAyNyAwIFIvUy9QL1R5cGUvU3RydWN0RWxlbS9LWzFdL1BnIDEgMCBSPj4NCmVuZG9iag0KMjkgMCBvYmoNCjw8L1AgMjcgMCBSL1MvUC9UeXBlL1N0cnVjdEVsZW0vS1syXS9QZyAxIDAgUj4+DQplbmRvYmoNCjMwIDAgb2JqDQo8PC9QIDI3IDAgUi9TL1AvVHlwZS9TdHJ1Y3RFbGVtL0tbM10vUGcgMSAwIFI+Pg0KZW5kb2JqDQozMSAwIG9iag0KPDwvUCAyNyAwIFIvUy9QL1R5cGUvU3RydWN0RWxlbS9LWzRdL1BnIDEgMCBSPj4NCmVuZG9iag0KMzIgMCBvYmoNCjw8L1AgMjcgMCBSL1MvUC9UeXBlL1N0cnVjdEVsZW0vS1s1XS9QZyAxIDAgUj4+DQplbmRvYmoNCjMzIDAgb2JqDQo8PC9QIDI3IDAgUi9TL1AvVHlwZS9TdHJ1Y3RFbGVtL0tbNl0vUGcgMSAwIFI+Pg0KZW5kb2JqDQozNCAwIG9iag0KPDwvUCAyNyAwIFIvUy9QL1R5cGUvU3RydWN0RWxlbS9LWzddL1BnIDEgMCBSPj4NCmVuZG9iag0KMzUgMCBvYmoNCjw8L1AgMjcgMCBSL1MvUC9UeXBlL1N0cnVjdEVsZW0vS1s4XS9QZyAxIDAgUj4+DQplbmRvYmoNCjM2IDAgb2JqDQo8PC9QIDI3IDAgUi9TL1AvVHlwZS9TdHJ1Y3RFbGVtL0tbOV0vUGcgMSAwIFI+Pg0KZW5kb2JqDQozNyAwIG9iag0KPDwvUCAyNyAwIFIvUy9QL1R5cGUvU3RydWN0RWxlbS9LWzEwXS9QZyAxIDAgUj4+DQplbmRvYmoNCjM4IDAgb2JqDQo8PC9GaXJzdCAzOSAwIFIvTGFzdCAzOSAwIFIvQ291bnQgMT4+DQplbmRvYmoNCjM5IDAgb2JqDQo8PC9UaXRsZSAoQUNNRUxBQlM6ICBCbG9vZCBMZWFkIFJlcG9ydCkvRGVzdFsxIDAgUi9YWVogNjkgNzIwIDBdL1BhcmVudCAzOCAwIFI+Pg0KZW5kb2JqDQo0MCAwIG9iag0KPDwvQ3JlYXRvciAo/v8ATQBpAGMAcgBvAHMAbwBmAHQArgAgAFcAbwByAGQAIAAyADAAMQAwKS9BdXRob3IgKEVyaWMgSGFhcykvUHJvZHVjZXIgKGh0dHA6Ly93d3cuY29udmVydGFwaS5jb20gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgKS9DcmVhdGlvbkRhdGUgKEQ6MjAxNDEyMDcwMzI5MTYtMDYnMDAnKS9Nb2REYXRlIChEOjIwMTQxMjA3MDMyOTE3LTA2JzAwJyk+Pg0KZW5kb2JqDQo0MSAwIG9iag0KPDwvQ291bnQgMS9UeXBlL1BhZ2VzL0tpZHNbNDIgMCBSXT4+DQplbmRvYmoNCjQyIDAgb2JqDQo8PC9UeXBlL1BhZ2VzL1BhcmVudCA0MSAwIFIvS2lkc1sxIDAgUl0vQ291bnQgMT4+DQplbmRvYmoNCjQzIDAgb2JqDQo8PC9TdHJ1Y3RUcmVlUm9vdCAyMiAwIFIvTWFya0luZm88PC9NYXJrZWQgdHJ1ZT4+L0xhbmcgKGVuLVVTKS9PdXRsaW5lcyAzOCAwIFIvVHlwZS9DYXRhbG9nL1BhZ2VzIDQxIDAgUi9NZXRhZGF0YSA0NCAwIFI+Pg0KZW5kb2JqDQo0NCAwIG9iag0KPDwvTGVuZ3RoIDE2ODgvVHlwZS9NZXRhZGF0YS9TdWJ0eXBlL1hNTD4+c3RyZWFtDQo8P3hwYWNrZXQgYmVnaW49J++7vycgaWQ9J1c1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCc/Pgo8P2Fkb2JlLXhhcC1maWx0ZXJzIGVzYz0iQ1JMRiI/Pgo8eDp4bXBtZXRhIHhtbG5zOng9J2Fkb2JlOm5zOm1ldGEvJyB4OnhtcHRrPSczLjEtNzAyJz4KPHJkZjpSREYgeG1sbnM6cmRmPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjJz4KPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9JzM3NDQ1MEQ0LTczNzMtOTcwRC02MUZFLTYxNjA0NEY0Q0Y3RCcgeG1sbnM6cGRmPSdodHRwOi8vbnMuYWRvYmUuY29tL3BkZi8xLjMvJz48cGRmOktleXdvcmRzPjwvcGRmOktleXdvcmRzPjxwZGY6UHJvZHVjZXI+aHR0cDovL3d3dy5jb252ZXJ0YXBpLmNvbSAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9wZGY6UHJvZHVjZXI+PC9yZGY6RGVzY3JpcHRpb24+CjxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSczNzQ0NTBENC03MzczLTk3MEQtNjFGRS02MTYwNDRGNENGN0QnIHhtbG5zOnhtcD0naHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyc+PHhtcDpNb2RpZnlEYXRlPjIwMTQtMTItMDdUMDM6Mjk6MTctMDY6MDA8L3htcDpNb2RpZnlEYXRlPjx4bXA6Q3JlYXRlRGF0ZT4yMDE0LTEyLTA3VDAzOjI5OjE2LTA2OjAwPC94bXA6Q3JlYXRlRGF0ZT48eG1wOk1ldGFkYXRhRGF0ZT4yMDE0LTEyLTA3VDAzOjI5OjE2LTA2OjAwPC94bXA6TWV0YWRhdGFEYXRlPjx4bXA6Q3JlYXRvclRvb2w+TWljcm9zb2Z0wq4gV29yZCAyMDEwPC94bXA6Q3JlYXRvclRvb2w+PC9yZGY6RGVzY3JpcHRpb24+CjxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSczNzQ0NTBENC03MzczLTk3MEQtNjFGRS02MTYwNDRGNENGN0QnIHhtbG5zOmRjPSdodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyc+PGRjOmZvcm1hdD5hcHBsaWNhdGlvbi9wZGY8L2RjOmZvcm1hdD48ZGM6ZGVzY3JpcHRpb24+PHJkZjpBbHQ+PHJkZjpsaSB4bWw6bGFuZz0neC1kZWZhdWx0Jz48L3JkZjpsaT48L3JkZjpBbHQ+PC9kYzpkZXNjcmlwdGlvbj48ZGM6Y3JlYXRvcj48cmRmOlNlcT48cmRmOmxpPkVyaWMgSGFhczwvcmRmOmxpPjwvcmRmOlNlcT48L2RjOmNyZWF0b3I+PGRjOnRpdGxlPjxyZGY6QWx0PjxyZGY6bGkgeG1sOmxhbmc9J3gtZGVmYXVsdCc+PC9yZGY6bGk+PC9yZGY6QWx0PjwvZGM6dGl0bGU+PC9yZGY6RGVzY3JpcHRpb24+CjxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSczNzQ0NTBENC03MzczLTk3MEQtNjFGRS02MTYwNDRGNENGN0QnIHhtbG5zOnhtcE1NPSdodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vJz48eG1wTU06RG9jdW1lbnRJRD51dWlkOkQzN0ZDOThDLUVFQkQtNDVGMi01MEZCLTJENjg5MDU2NDBBNTwveG1wTU06RG9jdW1lbnRJRD48eG1wTU06SW5zdGFuY2VJRD51dWlkOjM3NDQ1MEQ0LTczNzMtOTcwRC02MUZFLTYxNjA0NEY0Q0Y3RDwveG1wTU06SW5zdGFuY2VJRD48L3JkZjpEZXNjcmlwdGlvbj4KCjwvcmRmOlJERj4KPC94OnhtcG1ldGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0ndyc/Pg0KZW5kc3RyZWFtDQplbmRvYmoNCnhyZWYNCjAgNDUNCjAwMDAwMDAwMDAgNjU1MzUgZg0KMDAwMDAwMDAxNyAwMDAwMCBuDQowMDAwMDAwMzE2IDAwMDAwIG4NCjAwMDAwMDA0ODMgMDAwMDAgbg0KMDAwMDAwMDcxOSAwMDAwMCBuDQowMDAwMDg4ODY0IDAwMDAwIG4NCjAwMDAwODkxNTIgMDAwMDAgbg0KMDAwMDA4OTMyNCAwMDAwMCBuDQowMDAwMDg5NTY2IDAwMDAwIG4NCjAwMDAxODY2NDggMDAwMDAgbg0KMDAwMDE4Njg3NCAwMDAwMCBuDQowMDAwMTg3MDA2IDAwMDAwIG4NCjAwMDAxODcwMzQgMDAwMDAgbg0KMDAwMDE4NzE5NCAwMDAwMCBuDQowMDAwMTg3MjY4IDAwMDAwIG4NCjAwMDAxODc1MDUgMDAwMDAgbg0KMDAwMDE4NzkwNCAwMDAwMCBuDQowMDAwMTg4Mjc5IDAwMDAwIG4NCjAwMDAxODg0NTQgMDAwMDAgbg0KMDAwMDE4ODY5NyAwMDAwMCBuDQowMDAwMjY5MTQwIDAwMDAwIG4NCjAwMDAyNjkzNjUgMDAwMDAgbg0KMDAwMDI3MDU3MiAwMDAwMCBuDQowMDAwMjcwNjc5IDAwMDAwIG4NCjAwMDAyNzA5MzMgMDAwMDAgbg0KMDAwMDI3MDk3MiAwMDAwMCBuDQowMDAwMjcxMDcwIDAwMDAwIG4NCjAwMDAyNzExMzggMDAwMDAgbg0KMDAwMDI3MTI3NCAwMDAwMCBuDQowMDAwMjcxMzQxIDAwMDAwIG4NCjAwMDAyNzE0MDggMDAwMDAgbg0KMDAwMDI3MTQ3NSAwMDAwMCBuDQowMDAwMjcxNTQyIDAwMDAwIG4NCjAwMDAyNzE2MDkgMDAwMDAgbg0KMDAwMDI3MTY3NiAwMDAwMCBuDQowMDAwMjcxNzQzIDAwMDAwIG4NCjAwMDAyNzE4MTAgMDAwMDAgbg0KMDAwMDI3MTg3NyAwMDAwMCBuDQowMDAwMjcxOTQ1IDAwMDAwIG4NCjAwMDAyNzIwMDIgMDAwMDAgbg0KMDAwMDI3MjEwMiAwMDAwMCBuDQowMDAwMjcyMzM5IDAwMDAwIG4NCjAwMDAyNzIzOTUgMDAwMDAgbg0KMDAwMDI3MjQ2NCAwMDAwMCBuDQowMDAwMjcyNjA2IDAwMDAwIG4NCnRyYWlsZXINCjw8DQovU2l6ZSA0NQ0KL1Jvb3QgNDMgMCBSDQovSW5mbyA0MCAwIFINCi9JRCBbPDZGNTQ2NUJBMUY2ODZFMkNBODg2NERBNkRBQjdEQ0M3PjxDRjBCMjY2MzgyNDU0OTc4RjEyRkJFQjVBRkRCM0RFMD5dDQo+Pg0Kc3RhcnR4cmVmDQoyNzQzNzUNCiUlRU9GDQo=", "language": "en", "title": "ACMELABS: Blood Lead Report" } ], "request": [ { "display": "USLan Example1", "reference": "DiagnosticOrder/do-uslab-example1" } ], "resourceType": "DiagnosticReport", "result": [ { "display": "Blood Lead", "reference": "Observation/obs-uslab-example5" } ], "specimen": [ { "display": "Blood Sample", "reference": "Specimen/spec-uslab-example1" } ], "status": "final", "subject": { "display": "Todd Lerr", "reference": "Patient/patient-uslab-example1" }, "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: dr-uslab-example1</p><p><b>identifier</b>: 5234342 (OFFICIAL)</p><p><b>status</b>: final</p><p><b>code</b>: Blood Lead Report <span>(Details : {LOINC code '5671-3' = 'Lead [Mass/volume] in Blood', given as 'Lead [Mass/volume] in Blood'}; {urn:oid:2.16.840.1.113883.3.72.5.24 code 'BLDLD' = '??', given as 'Blood Lead'})</span></p><p><b>subject</b>: <a>Todd Lerr</a></p><p><b>effective</b>: 05/12/2014</p><p><b>issued</b>: 06/12/2014 3:42:15 PM</p><p><b>performer</b>: <a>Gregory F House, PhD</a></p><p><b>request</b>: <a>USLan Example1</a></p><p><b>specimen</b>: <a>Blood Sample</a></p><p><b>result</b>: <a>Blood Lead</a></p><p><b>conclusion</b>: Elevated Blood Lead levels</p><p><b>codedDiagnosis</b>: Increased blood lead level <span>(Details : {SNOMED CT code '407152001' = '407152001', given as 'Increased blood lead level'})</span></p><p><b>presentedForm</b>: </p></div>", "status": "generated" } }; var example800: fhir.DiagnosticReport = { "resourceType": "DiagnosticReport", "id": "dr-uslab-example1", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: dr-uslab-example1</p><p><b>identifier</b>: 5234342 (OFFICIAL)</p><p><b>status</b>: final</p><p><b>code</b>: Blood Lead Report <span>(Details : {LOINC code '5671-3' = 'Lead [Mass/volume] in Blood', given as 'Lead [Mass/volume] in Blood'}; {urn:oid:2.16.840.1.113883.3.72.5.24 code 'BLDLD' = '??', given as 'Blood Lead'})</span></p><p><b>subject</b>: <a>Todd Lerr</a></p><p><b>effective</b>: 05/12/2014</p><p><b>issued</b>: 06/12/2014 3:42:15 PM</p><p><b>performer</b>: <a>Gregory F House, PhD</a></p><p><b>request</b>: <a>USLan Example1</a></p><p><b>specimen</b>: <a>Blood Sample</a></p><p><b>result</b>: <a>Blood Lead</a></p><p><b>conclusion</b>: Elevated Blood Lead levels</p><p><b>codedDiagnosis</b>: Increased blood lead level <span>(Details : {SNOMED CT code '407152001' = '407152001', given as 'Increased blood lead level'})</span></p><p><b>presentedForm</b>: </p></div>" }, "identifier": [ { "use": "official", "system": "http://lis.acmelabs.org/identifiers/report", "value": "5234342" } ], "status": "final", "code": { "fhir_comments": [ " first, various administrative/context stuff EH the report name code LOINC and/or local " ], "coding": [ { "fhir_comments": [ " EH first the LOINC ", " EH: Local code gos here " ], "system": "http://loinc.org", "code": "5671-3", "display": "Lead [Mass/volume] in Blood" }, { "system": "urn:oid:2.16.840.1.113883.3.72.5.24", "code": "BLDLD", "display": "Blood Lead" } ], "text": "Blood Lead Report" }, "subject": { "reference": "Patient/patient-uslab-example1", "display": "Todd Lerr" }, "effectiveDateTime": "2014-12-05", "issued": "2014-12-06T15:42:15-08:00", "_issued": { "fhir_comments": [ " all this report is final ", " EH: Showing dateTime to ss with TZO although only needed to Day " ] }, "performer": { "reference": "Practitioner/pract-uslab-example3", "display": "Gregory F House, PhD" }, "request": [ { "reference": "DiagnosticOrder/do-uslab-example1", "display": "USLan Example1" } ], "specimen": [ { "reference": "Specimen/spec-uslab-example1", "display": "Blood Sample" } ], "result": [ { "fhir_comments": [ " now the atomic result " ], "reference": "Observation/obs-uslab-example5", "display": "Blood Lead" } ], "conclusion": "Elevated Blood Lead levels", "_conclusion": { "fhir_comments": [ " EH here is a summary conclusion adn coded diagnosis which isnt really needed in this example - but may be when there are multiple observations to summarize the report findings diagnosis is more for AP " ] }, "codedDiagnosis": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "407152001", "display": "Increased blood lead level" } ] } ], "presentedForm": [ { "fhir_comments": [ " finally, here's a pdf representation of the same report.\n A consuming application could choose to display either the\n\thtml version above, or the pdf version - they both need to convey the\n\tsame information " ], "contentType": "application/pdf", "language": "en", "data": "JVBERi0xLjMNCiXi48/TDQoxIDAgb2JqDQo8PC9UeXBlL1BhZ2UvUmVzb3VyY2VzPDwvRm9udDw8L0YxIDIgMCBSL0YyIDYgMCBSL0YzIDEwIDAgUi9GNCAxNyAwIFI+Pi9Qcm9jU2V0Wy9QREYvVGV4dC9JbWFnZUIvSW1hZ2VDL0ltYWdlSV0+Pi9NZWRpYUJveFswIDAgNjEyIDc5Ml0vQ29udGVudHMgMjEgMCBSL0dyb3VwPDwvVHlwZS9Hcm91cC9TL1RyYW5zcGFyZW5jeS9DUy9EZXZpY2VSR0I+Pi9UYWJzL1MvU3RydWN0UGFyZW50cyAwL0FydEJveFswIDAgNjEyIDc5Ml0vQ3JvcEJveFswIDAgNjEyIDc5Ml0vUGFyZW50IDQyIDAgUj4+DQplbmRvYmoNCjIgMCBvYmoNCjw8L1R5cGUvRm9udC9TdWJ0eXBlL1RydWVUeXBlL05hbWUvRjEvQmFzZUZvbnQvQUJDREVFK0NhbGlicmkvRW5jb2RpbmcvV2luQW5zaUVuY29kaW5nL0ZvbnREZXNjcmlwdG9yIDMgMCBSL0ZpcnN0Q2hhciAzMi9MYXN0Q2hhciAxMjAvV2lkdGhzIDUgMCBSPj4NCmVuZG9iag0KMyAwIG9iag0KPDwvVHlwZS9Gb250RGVzY3JpcHRvci9Gb250TmFtZS9BQkNERUUrQ2FsaWJyaS9GbGFncyAzMi9JdGFsaWNBbmdsZSAwL0FzY2VudCA3NTAvRGVzY2VudCAtMjUwL0NhcEhlaWdodCA3NTAvQXZnV2lkdGggNTIxL01heFdpZHRoIDE3NDMvRm9udFdlaWdodCA0MDAvWEhlaWdodCAyNTAvU3RlbVYgNTIvRm9udEJCb3hbLTUwMyAtMjUwIDEyNDAgNzUwXS9Gb250RmlsZTIgNCAwIFI+Pg0KZW5kb2JqDQo0IDAgb2JqDQo8PC9GaWx0ZXIvRmxhdGVEZWNvZGUvTGVuZ3RoMSAxODY5OTIvTGVuZ3RoIDg4MDU2Pj5zdHJlYW0NCnic7HwHXFRX+vY59w4zAzMDMwxDG2AGR0AcigoqVkaaBQttFFQMiDX2gi1qTE9I7zE9m7oxMcPYMGYTk5iyqW42bdM22WQ32U3Mpu9GA3zPue89iKZ82f3v98+3vx8Hnvs85z3lnvPec859B1DGGWMu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dC9TZWN0L0RpYWdyYW0vRmlndXJlPj4NCmVuZG9iag0KMjQgMCBvYmoNCjw8L051bXNbMCAyNSAwIFJdPj4NCmVuZG9iag0KMjUgMCBvYmoNClsyNiAwIFIgMjggMCBSIDI5IDAgUiAzMCAwIFIgMzEgMCBSIDMyIDAgUiAzMyAwIFIgMzQgMCBSIDM1IDAgUiAzNiAwIFIgMzcgMCBSXQ0KZW5kb2JqDQoyNiAwIG9iag0KPDwvUCAyNyAwIFIvUy9IMS9UeXBlL1N0cnVjdEVsZW0vS1swXS9QZyAxIDAgUj4+DQplbmRvYmoNCjI3IDAgb2JqDQo8PC9QIDIyIDAgUi9TL1BhcnQvVHlwZS9TdHJ1Y3RFbGVtL0tbMjYgMCBSIDI4IDAgUiAyOSAwIFIgMzAgMCBSIDMxIDAgUiAzMiAwIFIgMzMgMCBSIDM0IDAgUiAzNSAwIFIgMzYgMCBSIDM3IDAgUl0+Pg0KZW5kb2JqDQoyOCAwIG9iag0KPDwvUCAyNyAwIFIvUy9QL1R5cGUvU3RydWN0RWxlbS9LWzFdL1BnIDEgMCBSPj4NCmVuZG9iag0KMjkgMCBvYmoNCjw8L1AgMjcgMCBSL1MvUC9UeXBlL1N0cnVjdEVsZW0vS1syXS9QZyAxIDAgUj4+DQplbmRvYmoNCjMwIDAgb2JqDQo8PC9QIDI3IDAgUi9TL1AvVHlwZS9TdHJ1Y3RFbGVtL0tbM10vUGcgMSAwIFI+Pg0KZW5kb2JqDQozMSAwIG9iag0KPDwvUCAyNyAwIFIvUy9QL1R5cGUvU3RydWN0RWxlbS9LWzRdL1BnIDEgMCBSPj4NCmVuZG9iag0KMzIgMCBvYmoNCjw8L1AgMjcgMCBSL1MvUC9UeXBlL1N0cnVjdEVsZW0vS1s1XS9QZyAxIDAgUj4+DQplbmRvYmoNCjMzIDAgb2JqDQo8PC9QIDI3IDAgUi9TL1AvVHlwZS9TdHJ1Y3RFbGVtL0tbNl0vUGcgMSAwIFI+Pg0KZW5kb2JqDQozNCAwIG9iag0KPDwvUCAyNyAwIFIvUy9QL1R5cGUvU3RydWN0RWxlbS9LWzddL1BnIDEgMCBSPj4NCmVuZG9iag0KMzUgMCBvYmoNCjw8L1AgMjcgMCBSL1MvUC9UeXBlL1N0cnVjdEVsZW0vS1s4XS9QZyAxIDAgUj4+DQplbmRvYmoNCjM2IDAgb2JqDQo8PC9QIDI3IDAgUi9TL1AvVHlwZS9TdHJ1Y3RFbGVtL0tbOV0vUGcgMSAwIFI+Pg0KZW5kb2JqDQozNyAwIG9iag0KPDwvUCAyNyAwIFIvUy9QL1R5cGUvU3RydWN0RWxlbS9LWzEwXS9QZyAxIDAgUj4+DQplbmRvYmoNCjM4IDAgb2JqDQo8PC9GaXJzdCAzOSAwIFIvTGFzdCAzOSAwIFIvQ291bnQgMT4+DQplbmRvYmoNCjM5IDAgb2JqDQo8PC9UaXRsZSAoQUNNRUxBQlM6ICBCbG9vZCBMZWFkIFJlcG9ydCkvRGVzdFsxIDAgUi9YWVogNjkgNzIwIDBdL1BhcmVudCAzOCAwIFI+Pg0KZW5kb2JqDQo0MCAwIG9iag0KPDwvQ3JlYXRvciAo/v8ATQBpAGMAcgBvAHMAbwBmAHQArgAgAFcAbwByAGQAIAAyADAAMQAwKS9BdXRob3IgKEVyaWMgSGFhcykvUHJvZHVjZXIgKGh0dHA6Ly93d3cuY29udmVydGFwaS5jb20gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgKS9DcmVhdGlvbkRhdGUgKEQ6MjAxNDEyMDcwMzI5MTYtMDYnMDAnKS9Nb2REYXRlIChEOjIwMTQxMjA3MDMyOTE3LTA2JzAwJyk+Pg0KZW5kb2JqDQo0MSAwIG9iag0KPDwvQ291bnQgMS9UeXBlL1BhZ2VzL0tpZHNbNDIgMCBSXT4+DQplbmRvYmoNCjQyIDAgb2JqDQo8PC9UeXBlL1BhZ2VzL1BhcmVudCA0MSAwIFIvS2lkc1sxIDAgUl0vQ291bnQgMT4+DQplbmRvYmoNCjQzIDAgb2JqDQo8PC9TdHJ1Y3RUcmVlUm9vdCAyMiAwIFIvTWFya0luZm88PC9NYXJrZWQgdHJ1ZT4+L0xhbmcgKGVuLVVTKS9PdXRsaW5lcyAzOCAwIFIvVHlwZS9DYXRhbG9nL1BhZ2VzIDQxIDAgUi9NZXRhZGF0YSA0NCAwIFI+Pg0KZW5kb2JqDQo0NCAwIG9iag0KPDwvTGVuZ3RoIDE2ODgvVHlwZS9NZXRhZGF0YS9TdWJ0eXBlL1hNTD4+c3RyZWFtDQo8P3hwYWNrZXQgYmVnaW49J++7vycgaWQ9J1c1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCc/Pgo8P2Fkb2JlLXhhcC1maWx0ZXJzIGVzYz0iQ1JMRiI/Pgo8eDp4bXBtZXRhIHhtbG5zOng9J2Fkb2JlOm5zOm1ldGEvJyB4OnhtcHRrPSczLjEtNzAyJz4KPHJkZjpSREYgeG1sbnM6cmRmPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjJz4KPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9JzM3NDQ1MEQ0LTczNzMtOTcwRC02MUZFLTYxNjA0NEY0Q0Y3RCcgeG1sbnM6cGRmPSdodHRwOi8vbnMuYWRvYmUuY29tL3BkZi8xLjMvJz48cGRmOktleXdvcmRzPjwvcGRmOktleXdvcmRzPjxwZGY6UHJvZHVjZXI+aHR0cDovL3d3dy5jb252ZXJ0YXBpLmNvbSAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9wZGY6UHJvZHVjZXI+PC9yZGY6RGVzY3JpcHRpb24+CjxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSczNzQ0NTBENC03MzczLTk3MEQtNjFGRS02MTYwNDRGNENGN0QnIHhtbG5zOnhtcD0naHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyc+PHhtcDpNb2RpZnlEYXRlPjIwMTQtMTItMDdUMDM6Mjk6MTctMDY6MDA8L3htcDpNb2RpZnlEYXRlPjx4bXA6Q3JlYXRlRGF0ZT4yMDE0LTEyLTA3VDAzOjI5OjE2LTA2OjAwPC94bXA6Q3JlYXRlRGF0ZT48eG1wOk1ldGFkYXRhRGF0ZT4yMDE0LTEyLTA3VDAzOjI5OjE2LTA2OjAwPC94bXA6TWV0YWRhdGFEYXRlPjx4bXA6Q3JlYXRvclRvb2w+TWljcm9zb2Z0wq4gV29yZCAyMDEwPC94bXA6Q3JlYXRvclRvb2w+PC9yZGY6RGVzY3JpcHRpb24+CjxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSczNzQ0NTBENC03MzczLTk3MEQtNjFGRS02MTYwNDRGNENGN0QnIHhtbG5zOmRjPSdodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyc+PGRjOmZvcm1hdD5hcHBsaWNhdGlvbi9wZGY8L2RjOmZvcm1hdD48ZGM6ZGVzY3JpcHRpb24+PHJkZjpBbHQ+PHJkZjpsaSB4bWw6bGFuZz0neC1kZWZhdWx0Jz48L3JkZjpsaT48L3JkZjpBbHQ+PC9kYzpkZXNjcmlwdGlvbj48ZGM6Y3JlYXRvcj48cmRmOlNlcT48cmRmOmxpPkVyaWMgSGFhczwvcmRmOmxpPjwvcmRmOlNlcT48L2RjOmNyZWF0b3I+PGRjOnRpdGxlPjxyZGY6QWx0PjxyZGY6bGkgeG1sOmxhbmc9J3gtZGVmYXVsdCc+PC9yZGY6bGk+PC9yZGY6QWx0PjwvZGM6dGl0bGU+PC9yZGY6RGVzY3JpcHRpb24+CjxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSczNzQ0NTBENC03MzczLTk3MEQtNjFGRS02MTYwNDRGNENGN0QnIHhtbG5zOnhtcE1NPSdodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vJz48eG1wTU06RG9jdW1lbnRJRD51dWlkOkQzN0ZDOThDLUVFQkQtNDVGMi01MEZCLTJENjg5MDU2NDBBNTwveG1wTU06RG9jdW1lbnRJRD48eG1wTU06SW5zdGFuY2VJRD51dWlkOjM3NDQ1MEQ0LTczNzMtOTcwRC02MUZFLTYxNjA0NEY0Q0Y3RDwveG1wTU06SW5zdGFuY2VJRD48L3JkZjpEZXNjcmlwdGlvbj4KCjwvcmRmOlJERj4KPC94OnhtcG1ldGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0ndyc/Pg0KZW5kc3RyZWFtDQplbmRvYmoNCnhyZWYNCjAgNDUNCjAwMDAwMDAwMDAgNjU1MzUgZg0KMDAwMDAwMDAxNyAwMDAwMCBuDQowMDAwMDAwMzE2IDAwMDAwIG4NCjAwMDAwMDA0ODMgMDAwMDAgbg0KMDAwMDAwMDcxOSAwMDAwMCBuDQowMDAwMDg4ODY0IDAwMDAwIG4NCjAwMDAwODkxNTIgMDAwMDAgbg0KMDAwMDA4OTMyNCAwMDAwMCBuDQowMDAwMDg5NTY2IDAwMDAwIG4NCjAwMDAxODY2NDggMDAwMDAgbg0KMDAwMDE4Njg3NCAwMDAwMCBuDQowMDAwMTg3MDA2IDAwMDAwIG4NCjAwMDAxODcwMzQgMDAwMDAgbg0KMDAwMDE4NzE5NCAwMDAwMCBuDQowMDAwMTg3MjY4IDAwMDAwIG4NCjAwMDAxODc1MDUgMDAwMDAgbg0KMDAwMDE4NzkwNCAwMDAwMCBuDQowMDAwMTg4Mjc5IDAwMDAwIG4NCjAwMDAxODg0NTQgMDAwMDAgbg0KMDAwMDE4ODY5NyAwMDAwMCBuDQowMDAwMjY5MTQwIDAwMDAwIG4NCjAwMDAyNjkzNjUgMDAwMDAgbg0KMDAwMDI3MDU3MiAwMDAwMCBuDQowMDAwMjcwNjc5IDAwMDAwIG4NCjAwMDAyNzA5MzMgMDAwMDAgbg0KMDAwMDI3MDk3MiAwMDAwMCBuDQowMDAwMjcxMDcwIDAwMDAwIG4NCjAwMDAyNzExMzggMDAwMDAgbg0KMDAwMDI3MTI3NCAwMDAwMCBuDQowMDAwMjcxMzQxIDAwMDAwIG4NCjAwMDAyNzE0MDggMDAwMDAgbg0KMDAwMDI3MTQ3NSAwMDAwMCBuDQowMDAwMjcxNTQyIDAwMDAwIG4NCjAwMDAyNzE2MDkgMDAwMDAgbg0KMDAwMDI3MTY3NiAwMDAwMCBuDQowMDAwMjcxNzQzIDAwMDAwIG4NCjAwMDAyNzE4MTAgMDAwMDAgbg0KMDAwMDI3MTg3NyAwMDAwMCBuDQowMDAwMjcxOTQ1IDAwMDAwIG4NCjAwMDAyNzIwMDIgMDAwMDAgbg0KMDAwMDI3MjEwMiAwMDAwMCBuDQowMDAwMjcyMzM5IDAwMDAwIG4NCjAwMDAyNzIzOTUgMDAwMDAgbg0KMDAwMDI3MjQ2NCAwMDAwMCBuDQowMDAwMjcyNjA2IDAwMDAwIG4NCnRyYWlsZXINCjw8DQovU2l6ZSA0NQ0KL1Jvb3QgNDMgMCBSDQovSW5mbyA0MCAwIFINCi9JRCBbPDZGNTQ2NUJBMUY2ODZFMkNBODg2NERBNkRBQjdEQ0M3PjxDRjBCMjY2MzgyNDU0OTc4RjEyRkJFQjVBRkRCM0RFMD5dDQo+Pg0Kc3RhcnR4cmVmDQoyNzQzNzUNCiUlRU9GDQo=", "title": "ACMELABS: Blood Lead Report" } ] }; var example801: fhir.Observation = { "code": { "coding": [ { "code": "10368-9", "display": "Lead [Mass/​volume] in Capillary blood", "system": "http://loinc.org" }, { "code": "CAPLD", "display": "Blood Lead, Capillary", "system": "urn:oid:2.16.840.1.113883.3.72.5.24" } ], "text": "Capillary Blood Lead Screen" }, "effectiveDateTime": "2014-12-03", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/uslab-observationkind", "valueCode": "result" } ], "id": "obs-uslab-example1", "identifier": [ { "system": "http://lis.acmelabs.org/identifiers/labtestresult", "type": { "text": "lab test result ID" }, "use": "official", "value": "1234" } ], "interpretation": { "coding": [ { "code": "H", "system": "http://hl7.org/fhir/v2/0078" } ] }, "issued": "2014-12-04T15:42:15-08:00", "performer": [ { "display": "Dr Leonard T Bloodraw Jr", "reference": "Practitioner/pract-uslab-example1" } ], "referenceRange": [ { "high": { "code": "ug/dL", "system": "http://unitsofmeasure.org", "unit": "microgram per deciliter", "value": 5 } } ], "resourceType": "Observation", "specimen": { "display": "Blood sample", "reference": "Specimen/spec-uslab-example1" }, "status": "final", "subject": { "display": "Todd Lerr", "reference": "Patient/patient-uslab-example1" }, "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: obs-uslab-example1</p><p><b>identifier</b>: lab test result ID = 1234 (OFFICIAL)</p><p><b>status</b>: final</p><p><b>code</b>: Capillary Blood Lead Screen <span>(Details : {LOINC code '10368-9' = 'Lead [Mass/volume] in Capillary blood', given as 'Lead [Mass/​volume] in Capillary blood'}; {urn:oid:2.16.840.1.113883.3.72.5.24 code 'CAPLD' = '??', given as 'Blood Lead, Capillary'})</span></p><p><b>subject</b>: <a>Todd Lerr</a></p><p><b>effective</b>: 03/12/2014</p><p><b>issued</b>: 04/12/2014 3:42:15 PM</p><p><b>performer</b>: <a>Dr Leonard T Bloodraw Jr</a></p><p><b>value</b>: 65 microgram per deciliter<span> (Details: http://unitsofmeasure.org code ug/dL = '??')</span></p><p><b>interpretation</b>: High <span>(Details : {http://hl7.org/fhir/v2/0078 code 'H' = 'High)</span></p><p><b>specimen</b>: <a>Blood sample</a></p><h3>ReferenceRanges</h3><table><tr><td>-</td><td><b>High</b></td></tr><tr><td>*</td><td>5.0 microgram per deciliter<span> (Details: http://unitsofmeasure.org code ug/dL = '??')</span></td></tr></table></div>", "status": "generated" }, "valueQuantity": { "code": "ug/dL", "system": "http://unitsofmeasure.org", "unit": "microgram per deciliter", "value": 65 } }; var example802: fhir.Observation = { "resourceType": "Observation", "id": "obs-uslab-example1", "text": { "fhir_comments": [ " FHIR build is generating the narratives\n<text>\n\t\t<status value=\"generated\"/>\n\t\t<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\t\t\t<ul>\n\t\t\t\t<li> obs-uslab-example1.xml</li>\n\t\t\t\t<li> id: uslab-example1</li>\n\t\t\t\t<li> Name: USLab Observation Example1</li>\n\t\t\t\t<li>Description: USLab Quantitative Observation Profile Canonical Example: Capillary Blood Lead</li>\n\t\t\t</ul>\n\t\t</div>\n\t</text>\n ", " extension for specimen reject goes here - not for this use case\n\t<extension url=\"http://hl7.org/fhir/StructureDefinition/uslab-specimenrejectreason\">\n\t\t<valueCodeableConcept>\n\t\t\t<coding>\n\t\t\t\t<system value=\"http://hl7.org/fhir/v2/0490\"/>\n\t\t\t\t<code value=\"EX\"/>\n\t\t\t\t<display value=\"Expired\"/>\n\t\t\t</coding>\n\t\t</valueCodeableConcept>\n\t</extension>\n ", " extension for observation kindt goes here " ], "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: obs-uslab-example1</p><p><b>identifier</b>: lab test result ID = 1234 (OFFICIAL)</p><p><b>status</b>: final</p><p><b>code</b>: Capillary Blood Lead Screen <span>(Details : {LOINC code '10368-9' = 'Lead [Mass/volume] in Capillary blood', given as 'Lead [Mass/​volume] in Capillary blood'}; {urn:oid:2.16.840.1.113883.3.72.5.24 code 'CAPLD' = '??', given as 'Blood Lead, Capillary'})</span></p><p><b>subject</b>: <a>Todd Lerr</a></p><p><b>effective</b>: 03/12/2014</p><p><b>issued</b>: 04/12/2014 3:42:15 PM</p><p><b>performer</b>: <a>Dr Leonard T Bloodraw Jr</a></p><p><b>value</b>: 65 microgram per deciliter<span> (Details: http://unitsofmeasure.org code ug/dL = '??')</span></p><p><b>interpretation</b>: High <span>(Details : {http://hl7.org/fhir/v2/0078 code 'H' = 'High)</span></p><p><b>specimen</b>: <a>Blood sample</a></p><h3>ReferenceRanges</h3><table><tr><td>-</td><td><b>High</b></td></tr><tr><td>*</td><td>5.0 microgram per deciliter<span> (Details: http://unitsofmeasure.org code ug/dL = '??')</span></td></tr></table></div>" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/uslab-observationkind", "valueCode": "result" } ], "identifier": [ { "use": "official", "type": { "text": "lab test result ID" }, "system": "http://lis.acmelabs.org/identifiers/labtestresult", "value": "1234" } ], "status": "final", "code": { "fhir_comments": [ " EH : The local and /or LOINC test codes go here " ], "coding": [ { "fhir_comments": [ " EH: LOINC code goes here ", " EH: LOINC code goes here " ], "system": "http://loinc.org", "code": "10368-9", "display": "Lead [Mass/​volume] in Capillary blood" }, { "system": "urn:oid:2.16.840.1.113883.3.72.5.24", "code": "CAPLD", "display": "Blood Lead, Capillary" } ], "text": "Capillary Blood Lead Screen" }, "subject": { "reference": "Patient/patient-uslab-example1", "display": "Todd Lerr" }, "effectiveDateTime": "2014-12-03", "issued": "2014-12-04T15:42:15-08:00", "_issued": { "fhir_comments": [ " EH: Showing dateTime to ss with TZO although only needed to Day " ] }, "performer": [ { "reference": "Practitioner/pract-uslab-example1", "display": "Dr Leonard T Bloodraw Jr" } ], "valueQuantity": { "fhir_comments": [ " In FHIR, units may be represented twice. Once in the\n agreed human representation, and once in a coded form.\n Both is best, since it's not always possible to infer\n one from the other in code.\n\n When a computable unit is provided, UCUM (http://unitsofmeasure.org)\n is always preferred, but it doesn't provide notional units (such as\n \"tablet\"), etc. For these, something else is required (e.g. Snomed-CT)\n " ], "value": 65, "unit": "microgram per deciliter", "system": "http://unitsofmeasure.org", "code": "ug/dL" }, "interpretation": { "fhir_comments": [ " eH dataabsent reason would go here if valueQuantity was empty e.g.:\n\t<dataAbsentReason value=\"error\"/> " ], "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "H" } ] }, "specimen": { "reference": "Specimen/spec-uslab-example1", "display": "Blood sample" }, "referenceRange": [ { "high": { "value": 5, "unit": "microgram per deciliter", "system": "http://unitsofmeasure.org", "code": "ug/dL" } } ] }; var example803: fhir.Observation = { "code": { "coding": [ { "code": "43305-2", "display": "Neisseria gonorrhoeae rRNA [Presence] in Unspecified specimen by Probe and target amplification method", "system": "http://loinc.org" }, { "code": "GCPCR", "display": "APTIMA GC", "system": "urn:oid:2.16.840.1.113883.3.72.5.24" } ], "text": "Neisseria gonorrhoeae by PCR" }, "effectiveDateTime": "2014-12-05", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/uslab-observationkind", "valueCode": "result" } ], "id": "obs-uslab-example2", "identifier": [ { "system": "http://lis.acmelabs.org/identifiers/labtestresult", "type": { "text": "lab test result ID" }, "use": "official", "value": "2345" } ], "interpretation": { "coding": [ { "code": "A", "system": "http://hl7.org/fhir/v2/0078" } ] }, "issued": "2014-12-06T15:42:15-08:00", "performer": [ { "display": "Dr Leonard T Bloodraw Jr", "reference": "Practitioner/pract-uslab-example1" } ], "resourceType": "Observation", "specimen": { "display": "Urine First Void", "reference": "Specimen/spec-uslab-example2" }, "status": "final", "subject": { "display": "Todd Lerr", "reference": "Patient/patient-uslab-example1" }, "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: obs-uslab-example2</p><p><b>identifier</b>: lab test result ID = 2345 (OFFICIAL)</p><p><b>status</b>: final</p><p><b>code</b>: Neisseria gonorrhoeae by PCR <span>(Details : {LOINC code '43305-2' = 'Neisseria gonorrhoeae rRNA [Presence] in Unspecified specimen by Probe and target amplification method', given as 'Neisseria gonorrhoeae rRNA [Presence] in Unspecified specimen by Probe and target amplification method'}; {urn:oid:2.16.840.1.113883.3.72.5.24 code 'GCPCR' = '??', given as 'APTIMA GC'})</span></p><p><b>subject</b>: <a>Todd Lerr</a></p><p><b>effective</b>: 05/12/2014</p><p><b>issued</b>: 06/12/2014 3:42:15 PM</p><p><b>performer</b>: <a>Dr Leonard T Bloodraw Jr</a></p><p><b>value</b>: Positive for Neisseira gonorrheoea rRNA <span>(Details : {SNOMED CT code '10828004' = '10828004', given as 'Positive'}; {urn:oid:2.16.840.1.113883.3.72.5.24 code 'POS' = '??', given as 'Positive'})</span></p><p><b>interpretation</b>: Abnormal <span>(Details : {http://hl7.org/fhir/v2/0078 code 'A' = 'Abnormal)</span></p><p><b>specimen</b>: <a>Urine First Void</a></p></div>", "status": "generated" }, "valueCodeableConcept": { "coding": [ { "code": "10828004", "display": "Positive", "system": "http://snomed.info/sct" }, { "code": "POS", "display": "Positive", "system": "urn:oid:2.16.840.1.113883.3.72.5.24" } ], "text": "Positive for Neisseira gonorrheoea rRNA" } }; var example804: fhir.Observation = { "resourceType": "Observation", "id": "obs-uslab-example2", "text": { "fhir_comments": [ " FHIR build is generating the narratives\n<text>\n\t\t<status value=\"generated\"/>\n\t\t<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\t\t\t<ul>\n\t\t\t\t<li>file: obs-uslab-example2.xml</li>\n\t\t\t\t<li> id: uslab-example2</li>\n\t\t\t\t<li> Name: USLab Observation Example2</li>\n\t\t\t\t<li>Description: USLab Coded Observation Profile Canonical Example: N gonorrhoeae PCR</li>\n\t\t\t</ul>\n\t\t</div>\n\t</text>\n ", " extenstion for specimen reject goes here - not for this use case\n\t<extension url=\"http://hl7.org/fhir/StructureDefinition/uslab-specimenrejectreason\">\n\t\t<valueCodeableConcept>\n\t\t\t<coding>\n\t\t\t\t<system value=\"http://hl7.org/fhir/v2/0490\"/>\n\t\t\t\t<code value=\"EX\"/>\n\t\t\t\t<display value=\"Expired\"/>\n\t\t\t</coding>\n\t\t</valueCodeableConcept>\n\t</extension>\n ", " extenstion for observation kind goes here " ], "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: obs-uslab-example2</p><p><b>identifier</b>: lab test result ID = 2345 (OFFICIAL)</p><p><b>status</b>: final</p><p><b>code</b>: Neisseria gonorrhoeae by PCR <span>(Details : {LOINC code '43305-2' = 'Neisseria gonorrhoeae rRNA [Presence] in Unspecified specimen by Probe and target amplification method', given as 'Neisseria gonorrhoeae rRNA [Presence] in Unspecified specimen by Probe and target amplification method'}; {urn:oid:2.16.840.1.113883.3.72.5.24 code 'GCPCR' = '??', given as 'APTIMA GC'})</span></p><p><b>subject</b>: <a>Todd Lerr</a></p><p><b>effective</b>: 05/12/2014</p><p><b>issued</b>: 06/12/2014 3:42:15 PM</p><p><b>performer</b>: <a>Dr Leonard T Bloodraw Jr</a></p><p><b>value</b>: Positive for Neisseira gonorrheoea rRNA <span>(Details : {SNOMED CT code '10828004' = '10828004', given as 'Positive'}; {urn:oid:2.16.840.1.113883.3.72.5.24 code 'POS' = '??', given as 'Positive'})</span></p><p><b>interpretation</b>: Abnormal <span>(Details : {http://hl7.org/fhir/v2/0078 code 'A' = 'Abnormal)</span></p><p><b>specimen</b>: <a>Urine First Void</a></p></div>" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/uslab-observationkind", "valueCode": "result" } ], "identifier": [ { "use": "official", "type": { "text": "lab test result ID" }, "system": "http://lis.acmelabs.org/identifiers/labtestresult", "value": "2345" } ], "status": "final", "code": { "fhir_comments": [ " EH : The local and LOINC test codes go here " ], "coding": [ { "fhir_comments": [ " EH: LOINC code goes here ", " EH: LOCAL code goes here " ], "system": "http://loinc.org", "code": "43305-2", "display": "Neisseria gonorrhoeae rRNA [Presence] in Unspecified specimen by Probe and target amplification method" }, { "system": "urn:oid:2.16.840.1.113883.3.72.5.24", "code": "GCPCR", "display": "APTIMA GC" } ], "text": "Neisseria gonorrhoeae by PCR" }, "subject": { "reference": "Patient/patient-uslab-example1", "display": "Todd Lerr" }, "effectiveDateTime": "2014-12-05", "issued": "2014-12-06T15:42:15-08:00", "_issued": { "fhir_comments": [ " EH: Showing dateTime to ss with TZO although only needed to Day " ] }, "performer": [ { "reference": "Practitioner/pract-uslab-example1", "display": "Dr Leonard T Bloodraw Jr" } ], "valueCodeableConcept": { "fhir_comments": [ " EH : The local and SNOMED Result codes go here " ], "coding": [ { "system": "http://snomed.info/sct", "code": "10828004", "display": "Positive" }, { "system": "urn:oid:2.16.840.1.113883.3.72.5.24", "code": "POS", "display": "Positive" } ], "text": "Positive for Neisseira gonorrheoea rRNA" }, "interpretation": { "fhir_comments": [ " eH dataabsent reason would go here if valueQuantity was empty e.g.:\n\t<dataAbsentReason value=\"error\"</dataAbsentReason> " ], "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "A" } ] }, "specimen": { "reference": "Specimen/spec-uslab-example2", "display": "Urine First Void" } }; var example805: fhir.Observation = { "code": { "coding": [ { "code": "6463-4", "display": "Bacteria identified in Unspecified specimen by Culture", "system": "http://loinc.org" }, { "code": "MSCBACT", "display": "Misc Culture", "system": "urn:oid:2.16.840.1.113883.3.72.5.24" } ], "text": "Miscellaneous Culture" }, "effectiveDateTime": "2014-12-05", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/uslab-observationkind", "valueCode": "result" } ], "id": "obs-uslab-example3", "identifier": [ { "system": "http://lis.acmelabs.org/identifiers/labtestresult", "type": { "text": "lab test result ID" }, "use": "official", "value": "3456" } ], "interpretation": { "coding": [ { "code": "A", "system": "http://hl7.org/fhir/v2/0078" } ] }, "issued": "2014-12-06T15:42:15-08:00", "performer": [ { "display": "Dr Leonard T Bloodraw Jr", "reference": "Practitioner/pract-uslab-example1" } ], "resourceType": "Observation", "specimen": { "display": "Blood sample", "reference": "Specimen/spec-uslab-example1" }, "status": "final", "subject": { "display": "Todd Lerr", "reference": "Patient/patient-uslab-example1" }, "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: obs-uslab-example3</p><p><b>identifier</b>: lab test result ID = 3456 (OFFICIAL)</p><p><b>status</b>: final</p><p><b>code</b>: Miscellaneous Culture <span>(Details : {LOINC code '6463-4' = 'Bacteria identified in Unspecified specimen by Culture', given as 'Bacteria identified in Unspecified specimen by Culture'}; {urn:oid:2.16.840.1.113883.3.72.5.24 code 'MSCBACT' = '??', given as 'Misc Culture'})</span></p><p><b>subject</b>: <a>Todd Lerr</a></p><p><b>effective</b>: 05/12/2014</p><p><b>issued</b>: 06/12/2014 3:42:15 PM</p><p><b>performer</b>: <a>Dr Leonard T Bloodraw Jr</a></p><p><b>value</b>: Moderate Growth of gram-positive cocci bacteria</p><p><b>interpretation</b>: Abnormal <span>(Details : {http://hl7.org/fhir/v2/0078 code 'A' = 'Abnormal)</span></p><p><b>specimen</b>: <a>Blood sample</a></p></div>", "status": "generated" }, "valueString": "Moderate Growth of gram-positive cocci bacteria" }; var example806: fhir.Observation = { "resourceType": "Observation", "id": "obs-uslab-example3", "text": { "fhir_comments": [ " FHIR build is generating the narratives\n<text>\n\t\t<status value=\"generated\"/>\n\t\t<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\t\t\t<ul>\n\t\t\t\t<li>file: obs-uslab-example3.xml</li>\n\t\t\t\t<li>id: uslab-example3</li>\n\t\t\t\t<li>Name: USLab Observation Example3</li>\n\t\t\t\t<li>Description: USLab Other (String) Observation Profile Canonical Example: S aureus</li>\n\t\t\t</ul>\n\t\t</div>\n\t</text>\n ", " extension for specimen reject goes here - not for this use case\n\t<extension url=\"http://hl7.org/fhir/StructureDefinition/uslab-specimenrejectreason\">\n\t\t<valueCodeableConcept>\n\t\t\t<coding>\n\t\t\t\t<system value=\"http://hl7.org/fhir/v2/0490\"/>\n\t\t\t\t<code value=\"EX\"/>\n\t\t\t\t<display value=\"Expired\"/>\n\t\t\t</coding>\n\t\t</valueCodeableConcept>\n\t</extension>\n ", " extension for observation kind goes here " ], "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: obs-uslab-example3</p><p><b>identifier</b>: lab test result ID = 3456 (OFFICIAL)</p><p><b>status</b>: final</p><p><b>code</b>: Miscellaneous Culture <span>(Details : {LOINC code '6463-4' = 'Bacteria identified in Unspecified specimen by Culture', given as 'Bacteria identified in Unspecified specimen by Culture'}; {urn:oid:2.16.840.1.113883.3.72.5.24 code 'MSCBACT' = '??', given as 'Misc Culture'})</span></p><p><b>subject</b>: <a>Todd Lerr</a></p><p><b>effective</b>: 05/12/2014</p><p><b>issued</b>: 06/12/2014 3:42:15 PM</p><p><b>performer</b>: <a>Dr Leonard T Bloodraw Jr</a></p><p><b>value</b>: Moderate Growth of gram-positive cocci bacteria</p><p><b>interpretation</b>: Abnormal <span>(Details : {http://hl7.org/fhir/v2/0078 code 'A' = 'Abnormal)</span></p><p><b>specimen</b>: <a>Blood sample</a></p></div>" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/uslab-observationkind", "valueCode": "result" } ], "identifier": [ { "use": "official", "type": { "text": "lab test result ID" }, "system": "http://lis.acmelabs.org/identifiers/labtestresult", "value": "3456" } ], "status": "final", "code": { "fhir_comments": [ " EH : The local and LOINC test codes go here " ], "coding": [ { "fhir_comments": [ " EH: LOINC code goes here ", " EH: LOCAL code goes here " ], "system": "http://loinc.org", "code": "6463-4", "display": "Bacteria identified in Unspecified specimen by Culture" }, { "system": "urn:oid:2.16.840.1.113883.3.72.5.24", "code": "MSCBACT", "display": "Misc Culture" } ], "text": "Miscellaneous Culture" }, "subject": { "reference": "Patient/patient-uslab-example1", "display": "Todd Lerr" }, "effectiveDateTime": "2014-12-05", "issued": "2014-12-06T15:42:15-08:00", "_issued": { "fhir_comments": [ " EH: Showing dateTime to ss with TZO although only needed to Day " ] }, "performer": [ { "reference": "Practitioner/pract-uslab-example1", "display": "Dr Leonard T Bloodraw Jr" } ], "valueString": "Moderate Growth of gram-positive cocci bacteria", "_valueString": { "fhir_comments": [ " EH : The text result here " ] }, "interpretation": { "fhir_comments": [ " eH dataabsent reason would go here if valueQuantity was empty e.g.:\n\t<dataAbsentReason value=\"error\"/> " ], "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "A" } ] }, "specimen": { "reference": "Specimen/spec-uslab-example1", "display": "Blood sample" } }; var example807: fhir.Observation = { "code": { "coding": [ { "code": "6812-2", "display": "Dengue virus IgM Ab [Titer] in Serum", "system": "http://loinc.org" }, { "code": "DGIGM", "display": "Dengue IgM QN", "system": "urn:oid:2.16.840.1.113883.3.72.5.24" } ], "text": "Dengue IgM Titer" }, "effectiveDateTime": "2014-12-05", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/uslab-observationkind", "valueCode": "result" } ], "id": "obs-uslab-example4", "identifier": [ { "system": "http://lis.acmelabs.org/identifiers/labtestresult", "type": { "text": "lab test result ID" }, "use": "official", "value": "4567" } ], "interpretation": { "coding": [ { "code": "H", "system": "http://hl7.org/fhir/v2/0078" } ] }, "issued": "2014-12-06T15:42:15-08:00", "performer": [ { "display": "Dr Leonard T Bloodraw Jr", "reference": "Practitioner/pract-uslab-example1" } ], "referenceRange": [ { "text": "<1:64" } ], "resourceType": "Observation", "specimen": { "display": "Bloo sample", "reference": "Specimen/spec-uslab-example1" }, "status": "final", "subject": { "display": "Todd Lerr", "reference": "Patient/patient-uslab-example1" }, "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: obs-uslab-example4</p><p><b>identifier</b>: lab test result ID = 4567 (OFFICIAL)</p><p><b>status</b>: final</p><p><b>code</b>: Dengue IgM Titer <span>(Details : {LOINC code '6812-2' = 'Dengue virus IgM Ab [Titer] in Serum', given as 'Dengue virus IgM Ab [Titer] in Serum'}; {urn:oid:2.16.840.1.113883.3.72.5.24 code 'DGIGM' = '??', given as 'Dengue IgM QN'})</span></p><p><b>subject</b>: <a>Todd Lerr</a></p><p><b>effective</b>: 05/12/2014</p><p><b>issued</b>: 06/12/2014 3:42:15 PM</p><p><b>performer</b>: <a>Dr Leonard T Bloodraw Jr</a></p><p><b>value</b>: 1/256</p><p><b>interpretation</b>: High <span>(Details : {http://hl7.org/fhir/v2/0078 code 'H' = 'High)</span></p><p><b>specimen</b>: <a>Bloo sample</a></p><h3>ReferenceRanges</h3><table><tr><td>-</td><td><b>Text</b></td></tr><tr><td>*</td><td><1:64</td></tr></table></div>", "status": "generated" }, "valueRatio": { "denominator": { "value": 256 }, "numerator": { "value": 1 } } }; var example808: fhir.Observation = { "resourceType": "Observation", "id": "obs-uslab-example4", "text": { "fhir_comments": [ " FHIR build is generating the narratives\n<text>\n\t\t<status value=\"generated\"/>\n\t\t<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\t\t\t<ul>\n\t\t\t\t<li> obs-uslab-example4.xml</li>\n\t\t\t\t<li> id: uslab-example4</li>\n\t\t\t\t<li> Name: USLab Observation Example4</li>\n\t\t\t\t<li>Description: USLab Ratio Observation Profile Canonical Example: Dengue Virus</li>\n\t\t\t</ul>\n\t\t</div>\n\t</text>\n ", " extension for specimen reject goes here - not for this use case\n\t<extension url=\"http://hl7.org/fhir/StructureDefinition/uslab-specimenrejectreason\">\n\t\t<valueCodeableConcept>\n\t\t\t<coding>\n\t\t\t\t<system value=\"http://hl7.org/fhir/v2/0490\"/>\n\t\t\t\t<code value=\"EX\"/>\n\t\t\t\t<display value=\"Expired\"/>\n\t\t\t</coding>\n\t\t</valueCodeableConcept>\n\t</extension>\n ", " extension for observation kindt goes here " ], "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: obs-uslab-example4</p><p><b>identifier</b>: lab test result ID = 4567 (OFFICIAL)</p><p><b>status</b>: final</p><p><b>code</b>: Dengue IgM Titer <span>(Details : {LOINC code '6812-2' = 'Dengue virus IgM Ab [Titer] in Serum', given as 'Dengue virus IgM Ab [Titer] in Serum'}; {urn:oid:2.16.840.1.113883.3.72.5.24 code 'DGIGM' = '??', given as 'Dengue IgM QN'})</span></p><p><b>subject</b>: <a>Todd Lerr</a></p><p><b>effective</b>: 05/12/2014</p><p><b>issued</b>: 06/12/2014 3:42:15 PM</p><p><b>performer</b>: <a>Dr Leonard T Bloodraw Jr</a></p><p><b>value</b>: 1/256</p><p><b>interpretation</b>: High <span>(Details : {http://hl7.org/fhir/v2/0078 code 'H' = 'High)</span></p><p><b>specimen</b>: <a>Bloo sample</a></p><h3>ReferenceRanges</h3><table><tr><td>-</td><td><b>Text</b></td></tr><tr><td>*</td><td><1:64</td></tr></table></div>" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/uslab-observationkind", "valueCode": "result" } ], "identifier": [ { "use": "official", "type": { "text": "lab test result ID" }, "system": "http://lis.acmelabs.org/identifiers/labtestresult", "value": "4567" } ], "status": "final", "code": { "fhir_comments": [ " EH : The local and /or LOINC test codes go here " ], "coding": [ { "fhir_comments": [ " EH: LOINC code goes here ", " EH: LOINC code goes here " ], "system": "http://loinc.org", "code": "6812-2", "display": "Dengue virus IgM Ab [Titer] in Serum" }, { "system": "urn:oid:2.16.840.1.113883.3.72.5.24", "code": "DGIGM", "display": "Dengue IgM QN" } ], "text": "Dengue IgM Titer" }, "subject": { "reference": "Patient/patient-uslab-example1", "display": "Todd Lerr" }, "effectiveDateTime": "2014-12-05", "issued": "2014-12-06T15:42:15-08:00", "_issued": { "fhir_comments": [ " EH: Showing dateTime to ss with TZO although only needed to Day " ] }, "performer": [ { "reference": "Practitioner/pract-uslab-example1", "display": "Dr Leonard T Bloodraw Jr" } ], "valueRatio": { "fhir_comments": [ " In FHIR, units may be represented twice. Once in the\n agreed human representation, and once in a coded form.\n Both is best, since it's not always possible to infer\n one from the other in code.\n\n When a computable unit is provided, UCUM (http://unitsofmeasure.org)\n is always preferred, but it doesn't provide notional units (such as\n \"tablet\"), etc. For these, something else is required (e.g. Snomed-CT)\n " ], "numerator": { "value": 1 }, "denominator": { "value": 256 } }, "interpretation": { "fhir_comments": [ " eH dataabsent reason would go here if valueQuantity was empty e.g.:\n\t<dataAbsentReason value=\"error\"/> " ], "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "H" } ] }, "specimen": { "reference": "Specimen/spec-uslab-example1", "display": "Bloo sample" }, "referenceRange": [ { "text": "<1:64" } ] }; var example809: fhir.Observation = { "code": { "coding": [ { "code": "5671-3", "display": "Lead [Mass/volume] in Blood", "system": "http://loinc.org" }, { "code": "BLDLD", "display": "Blood Lead", "system": "urn:oid:2.16.840.1.113883.3.72.5.24" } ], "text": "Blood Lead" }, "effectiveDateTime": "2014-12-05", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/uslab-observationkind", "valueCode": "result" } ], "id": "obs-uslab-example5", "identifier": [ { "system": "http://lis.acmelabs.org/identifiers/labtestresult", "type": { "text": "lab test result ID" }, "use": "official", "value": "1234" } ], "interpretation": { "coding": [ { "code": "H", "system": "http://hl7.org/fhir/v2/0078" } ] }, "issued": "2014-12-06T15:42:15-08:00", "performer": [ { "display": "Dr Leonard T Bloodraw Jr", "reference": "Practitioner/pract-uslab-example1" } ], "referenceRange": [ { "high": { "code": "ug/dL", "system": "http://unitsofmeasure.org", "unit": "microgram per deciliter", "value": 5 } } ], "resourceType": "Observation", "specimen": { "display": "Blood sample", "reference": "Specimen/spec-uslab-example1" }, "status": "final", "subject": { "display": "Todd Lerr", "reference": "Patient/patient-uslab-example1" }, "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: obs-uslab-example5</p><p><b>identifier</b>: lab test result ID = 1234 (OFFICIAL)</p><p><b>status</b>: final</p><p><b>code</b>: Blood Lead <span>(Details : {LOINC code '5671-3' = 'Lead [Mass/volume] in Blood', given as 'Lead [Mass/volume] in Blood'}; {urn:oid:2.16.840.1.113883.3.72.5.24 code 'BLDLD' = '??', given as 'Blood Lead'})</span></p><p><b>subject</b>: <a>Todd Lerr</a></p><p><b>effective</b>: 05/12/2014</p><p><b>issued</b>: 06/12/2014 3:42:15 PM</p><p><b>performer</b>: <a>Dr Leonard T Bloodraw Jr</a></p><p><b>value</b>: 65 microgram per deciliter<span> (Details: http://unitsofmeasure.org code ug/dL = '??')</span></p><p><b>interpretation</b>: High <span>(Details : {http://hl7.org/fhir/v2/0078 code 'H' = 'High)</span></p><p><b>specimen</b>: <a>Blood sample</a></p><h3>ReferenceRanges</h3><table><tr><td>-</td><td><b>High</b></td></tr><tr><td>*</td><td>5.0 microgram per deciliter<span> (Details: http://unitsofmeasure.org code ug/dL = '??')</span></td></tr></table></div>", "status": "generated" }, "valueQuantity": { "code": "ug/dL", "system": "http://unitsofmeasure.org", "unit": "microgram per deciliter", "value": 65 } }; var example810: fhir.Observation = { "resourceType": "Observation", "id": "obs-uslab-example5", "text": { "fhir_comments": [ " FHIR build is generating the narratives\n<text>\n\t\t<status value=\"generated\"/>\n\t\t<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\t\t\t<ul>\n\t\t\t\t<li> obs-uslab-example5.xml</li>\n\t\t\t\t<li> id: uslab-example5</li>\n\t\t\t\t<li> Name: USLab Observation Example5</li>\n\t\t\t\t<li>Description: USLab Quantitative Observation Profile Canonical Example: Blood Lead</li>\n\t\t\t</ul>\n\t\t</div>\n\t</text>\n ", " extension for specimen reject goes here - not for this use case\n\t<extension url=\"http://hl7.org/fhir/StructureDefinition/uslab-specimenrejectreason\">\n\t\t<valueCodeableConcept>\n\t\t\t<coding>\n\t\t\t\t<system value=\"http://hl7.org/fhir/v2/0490\"/>\n\t\t\t\t<code value=\"EX\"/>\n\t\t\t\t<display value=\"Expired\"/>\n\t\t\t</coding>\n\t\t</valueCodeableConcept>\n\t</extension>\n ", " extension for observation kindt goes here " ], "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: obs-uslab-example5</p><p><b>identifier</b>: lab test result ID = 1234 (OFFICIAL)</p><p><b>status</b>: final</p><p><b>code</b>: Blood Lead <span>(Details : {LOINC code '5671-3' = 'Lead [Mass/volume] in Blood', given as 'Lead [Mass/volume] in Blood'}; {urn:oid:2.16.840.1.113883.3.72.5.24 code 'BLDLD' = '??', given as 'Blood Lead'})</span></p><p><b>subject</b>: <a>Todd Lerr</a></p><p><b>effective</b>: 05/12/2014</p><p><b>issued</b>: 06/12/2014 3:42:15 PM</p><p><b>performer</b>: <a>Dr Leonard T Bloodraw Jr</a></p><p><b>value</b>: 65 microgram per deciliter<span> (Details: http://unitsofmeasure.org code ug/dL = '??')</span></p><p><b>interpretation</b>: High <span>(Details : {http://hl7.org/fhir/v2/0078 code 'H' = 'High)</span></p><p><b>specimen</b>: <a>Blood sample</a></p><h3>ReferenceRanges</h3><table><tr><td>-</td><td><b>High</b></td></tr><tr><td>*</td><td>5.0 microgram per deciliter<span> (Details: http://unitsofmeasure.org code ug/dL = '??')</span></td></tr></table></div>" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/uslab-observationkind", "valueCode": "result" } ], "identifier": [ { "use": "official", "type": { "text": "lab test result ID" }, "system": "http://lis.acmelabs.org/identifiers/labtestresult", "value": "1234" } ], "status": "final", "code": { "fhir_comments": [ " EH : The local and /or LOINC test codes go here " ], "coding": [ { "fhir_comments": [ " EH: LOINC code goes here ", " EH: LOINC code goes here " ], "system": "http://loinc.org", "code": "5671-3", "display": "Lead [Mass/volume] in Blood" }, { "system": "urn:oid:2.16.840.1.113883.3.72.5.24", "code": "BLDLD", "display": "Blood Lead" } ], "text": "Blood Lead" }, "subject": { "reference": "Patient/patient-uslab-example1", "display": "Todd Lerr" }, "effectiveDateTime": "2014-12-05", "issued": "2014-12-06T15:42:15-08:00", "_issued": { "fhir_comments": [ " EH: Showing dateTime to ss with TZO although only needed to Day " ] }, "performer": [ { "reference": "Practitioner/pract-uslab-example1", "display": "Dr Leonard T Bloodraw Jr" } ], "valueQuantity": { "fhir_comments": [ " In FHIR, units may be represented twice. Once in the\n agreed human representation, and once in a coded form.\n Both is best, since it's not always possible to infer\n one from the other in code.\n\n When a computable unit is provided, UCUM (http://unitsofmeasure.org)\n is always preferred, but it doesn't provide notional units (such as\n \"tablet\"), etc. For these, something else is required (e.g. Snomed-CT)\n " ], "value": 65, "unit": "microgram per deciliter", "system": "http://unitsofmeasure.org", "code": "ug/dL" }, "interpretation": { "fhir_comments": [ " eH dataabsent reason would go here if valueQuantity was empty e.g.:\n\t<dataAbsentReason value=\"error\"/> " ], "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "H" } ] }, "specimen": { "reference": "Specimen/spec-uslab-example1", "display": "Blood sample" }, "referenceRange": [ { "high": { "value": 5, "unit": "microgram per deciliter", "system": "http://unitsofmeasure.org", "code": "ug/dL" } } ] }; var example811: fhir.Observation = { "code": { "coding": [ { "code": "64017-7", "display": "Chlamydia trachomatis and Neisseria gonorrhoeae rRNA panel - Unspecified specimen by Probe and target amplification method", "system": "http://loinc.org" }, { "code": "GCCTPCR", "display": "GC CT PCR", "system": "urn:oid:2.16.840.1.113883.3.72.5.24" } ], "text": "GC CT RNA Panel" }, "effectiveDateTime": "2014-12-05", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/uslab-observationkind", "valueCode": "result" } ], "id": "obs-uslab-example6", "identifier": [ { "system": "http://lis.acmelabs.org/identifiers/labtestresult", "type": { "text": "lab test result ID" }, "use": "official", "value": "8901" } ], "issued": "2014-12-06T15:42:15-08:00", "performer": [ { "display": "Dr Leonard T Bloodraw Jr", "reference": "Practitioner/pract-uslab-example1" } ], "related": [ { "target": { "display": "CT RNA", "reference": "Observation/obs-uslab-example7" }, "type": "has-member" }, { "target": { "display": "GC-RNA", "reference": "Observation/obs-uslab-example2" }, "type": "has-member" } ], "resourceType": "Observation", "specimen": { "display": "Urine First Void", "reference": "Specimen/spec-uslab-example2" }, "status": "final", "subject": { "display": "Todd Lerr", "reference": "Patient/patient-uslab-example1" }, "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: obs-uslab-example6</p><p><b>identifier</b>: lab test result ID = 8901 (OFFICIAL)</p><p><b>status</b>: final</p><p><b>code</b>: GC CT RNA Panel <span>(Details : {LOINC code '64017-7' = 'Chlamydia trachomatis and Neisseria gonorrhoeae rRNA panel - Unspecified specimen by Probe and target amplification method', given as 'Chlamydia trachomatis and Neisseria gonorrhoeae rRNA panel - Unspecified specimen by Probe and target amplification method'}; {urn:oid:2.16.840.1.113883.3.72.5.24 code 'GCCTPCR' = '??', given as 'GC CT PCR'})</span></p><p><b>subject</b>: <a>Todd Lerr</a></p><p><b>effective</b>: 05/12/2014</p><p><b>issued</b>: 06/12/2014 3:42:15 PM</p><p><b>performer</b>: <a>Dr Leonard T Bloodraw Jr</a></p><p><b>specimen</b>: <a>Urine First Void</a></p><blockquote><p><b>related</b></p><p><b>type</b>: has-member</p><p><b>target</b>: <a>CT RNA</a></p></blockquote><blockquote><p><b>related</b></p><p><b>type</b>: has-member</p><p><b>target</b>: <a>GC-RNA</a></p></blockquote></div>", "status": "generated" } }; var example812: fhir.Observation = { "resourceType": "Observation", "id": "obs-uslab-example6", "text": { "fhir_comments": [ " FHIR build is generating the narratives\n<text>\n\t\t<status value=\"generated\"/>\n\t\t<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\t\t\t<ul>\n\t\t\t\t<li>file: obs-uslab-example3.xml</li>\n\t\t\t\t<li>id: uslab-example3</li>\n\t\t\t\t<li>Name: USLab Observation Example3</li>\n\t\t\t\t<li>Description: USLab Other (String) Observation Profile Canonical Example: S aureus</li>\n\t\t\t</ul>\n\t\t</div>\n\t</text>\n ", " extension for specimen reject goes here - not for this use case\n\t<extension url=\"http://hl7.org/fhir/StructureDefinition/uslab-specimenrejectreason\">\n\t\t<valueCodeableConcept>\n\t\t\t<coding>\n\t\t\t\t<system value=\"http://hl7.org/fhir/v2/0490\"/>\n\t\t\t\t<code value=\"EX\"/>\n\t\t\t\t<display value=\"Expired\"/>\n\t\t\t</coding>\n\t\t</valueCodeableConcept>\n\t</extension>\n ", " extension for observation kind goes here " ], "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: obs-uslab-example6</p><p><b>identifier</b>: lab test result ID = 8901 (OFFICIAL)</p><p><b>status</b>: final</p><p><b>code</b>: GC CT RNA Panel <span>(Details : {LOINC code '64017-7' = 'Chlamydia trachomatis and Neisseria gonorrhoeae rRNA panel - Unspecified specimen by Probe and target amplification method', given as 'Chlamydia trachomatis and Neisseria gonorrhoeae rRNA panel - Unspecified specimen by Probe and target amplification method'}; {urn:oid:2.16.840.1.113883.3.72.5.24 code 'GCCTPCR' = '??', given as 'GC CT PCR'})</span></p><p><b>subject</b>: <a>Todd Lerr</a></p><p><b>effective</b>: 05/12/2014</p><p><b>issued</b>: 06/12/2014 3:42:15 PM</p><p><b>performer</b>: <a>Dr Leonard T Bloodraw Jr</a></p><p><b>specimen</b>: <a>Urine First Void</a></p><blockquote><p><b>related</b></p><p><b>type</b>: has-member</p><p><b>target</b>: <a>CT RNA</a></p></blockquote><blockquote><p><b>related</b></p><p><b>type</b>: has-member</p><p><b>target</b>: <a>GC-RNA</a></p></blockquote></div>" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/uslab-observationkind", "valueCode": "result" } ], "identifier": [ { "use": "official", "type": { "text": "lab test result ID" }, "system": "http://lis.acmelabs.org/identifiers/labtestresult", "value": "8901" } ], "status": "final", "code": { "fhir_comments": [ " EH : The local and LOINC test codes go here " ], "coding": [ { "fhir_comments": [ " EH: LOINC code goes here ", " EH: LOCAL code goes here " ], "system": "http://loinc.org", "code": "64017-7", "display": "Chlamydia trachomatis and Neisseria gonorrhoeae rRNA panel - Unspecified specimen by Probe and target amplification method" }, { "system": "urn:oid:2.16.840.1.113883.3.72.5.24", "code": "GCCTPCR", "display": "GC CT PCR" } ], "text": "GC CT RNA Panel" }, "subject": { "reference": "Patient/patient-uslab-example1", "display": "Todd Lerr" }, "effectiveDateTime": "2014-12-05", "_effectiveDateTime": { "fhir_comments": [ " EH : NO value or interpretation for panel " ] }, "issued": "2014-12-06T15:42:15-08:00", "_issued": { "fhir_comments": [ " EH: Showing dateTime to ss with TZO although only needed to Day " ] }, "performer": [ { "reference": "Practitioner/pract-uslab-example1", "display": "Dr Leonard T Bloodraw Jr" } ], "specimen": { "reference": "Specimen/spec-uslab-example2", "display": "Urine First Void" }, "related": [ { "type": "has-member", "target": { "reference": "Observation/obs-uslab-example7", "display": "CT RNA" } }, { "type": "has-member", "target": { "reference": "Observation/obs-uslab-example2", "display": "GC-RNA" } } ] }; var example813: fhir.Observation = { "code": { "coding": [ { "code": "43304-5", "display": "Chlamydia trachomatis rRNA [Presence] in Unspecified specimen by Probe and target amplification method", "system": "http://loinc.org" }, { "code": "CTPCR", "display": "APTIMA CT", "system": "urn:oid:2.16.840.1.113883.3.72.5.24" } ], "text": "Chlamydia trachomatis by PCR" }, "effectiveDateTime": "2014-12-05", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/uslab-observationkind", "valueCode": "result" } ], "id": "obs-uslab-example7", "identifier": [ { "system": "http://lis.acmelabs.org/identifiers/labtestresult", "type": { "text": "lab test result ID" }, "use": "official", "value": "9012" } ], "interpretation": { "coding": [ { "code": "N", "system": "http://hl7.org/fhir/v2/0078" } ] }, "issued": "2014-12-06T15:42:15-08:00", "performer": [ { "display": "Dr Leonard T Bloodraw Jr", "reference": "Practitioner/pract-uslab-example1" } ], "resourceType": "Observation", "specimen": { "display": "Urine First Void", "reference": "Specimen/spec-uslab-example2" }, "status": "final", "subject": { "display": "Todd Lerr", "reference": "Patient/patient-uslab-example1" }, "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: obs-uslab-example7</p><p><b>identifier</b>: lab test result ID = 9012 (OFFICIAL)</p><p><b>status</b>: final</p><p><b>code</b>: Chlamydia trachomatis by PCR <span>(Details : {LOINC code '43304-5' = 'Chlamydia trachomatis rRNA [Presence] in Unspecified specimen by Probe and target amplification method', given as 'Chlamydia trachomatis rRNA [Presence] in Unspecified specimen by Probe and target amplification method'}; {urn:oid:2.16.840.1.113883.3.72.5.24 code 'CTPCR' = '??', given as 'APTIMA CT'})</span></p><p><b>subject</b>: <a>Todd Lerr</a></p><p><b>effective</b>: 05/12/2014</p><p><b>issued</b>: 06/12/2014 3:42:15 PM</p><p><b>performer</b>: <a>Dr Leonard T Bloodraw Jr</a></p><p><b>value</b>: Negative for Chlamydia Trachomatis rRNA <span>(Details : {SNOMED CT code '260385009' = '260385009', given as 'Negative'}; {urn:oid:2.16.840.1.113883.3.72.5.24 code 'NEG' = '??', given as 'Negative'})</span></p><p><b>interpretation</b>: Normal <span>(Details : {http://hl7.org/fhir/v2/0078 code 'N' = 'Normal)</span></p><p><b>specimen</b>: <a>Urine First Void</a></p></div>", "status": "generated" }, "valueCodeableConcept": { "coding": [ { "code": "260385009", "display": "Negative", "system": "http://snomed.info/sct" }, { "code": "NEG", "display": "Negative", "system": "urn:oid:2.16.840.1.113883.3.72.5.24" } ], "text": "Negative for Chlamydia Trachomatis rRNA" } }; var example814: fhir.Observation = { "resourceType": "Observation", "id": "obs-uslab-example7", "text": { "fhir_comments": [ " FHIR build is generating the narratives\n<text>\n\t\t<status value=\"generated\"/>\n\t\t<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\t\t\t<ul>\n\t\t\t\t<li>file: obs-uslab-example3.xml</li>\n\t\t\t\t<li>id: uslab-example3</li>\n\t\t\t\t<li>Name: USLab Observation Example3</li>\n\t\t\t\t<li>USLab Coded Observation Profile Example: C trachomatis PCR</li>\n\t\t\t</ul>\n\t\t</div>\n\t</text>\n ", " extension for specimen reject goes here - not for this use case\n\t<extension url=\"http://hl7.org/fhir/StructureDefinition/uslab-specimenrejectreason\">\n\t\t<valueCodeableConcept>\n\t\t\t<coding>\n\t\t\t\t<system value=\"http://hl7.org/fhir/v2/0490\"/>\n\t\t\t\t<code value=\"EX\"/>\n\t\t\t\t<display value=\"Expired\"/>\n\t\t\t</coding>\n\t\t</valueCodeableConcept>\n\t</extension>\n ", " extension for observation kind goes here " ], "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: obs-uslab-example7</p><p><b>identifier</b>: lab test result ID = 9012 (OFFICIAL)</p><p><b>status</b>: final</p><p><b>code</b>: Chlamydia trachomatis by PCR <span>(Details : {LOINC code '43304-5' = 'Chlamydia trachomatis rRNA [Presence] in Unspecified specimen by Probe and target amplification method', given as 'Chlamydia trachomatis rRNA [Presence] in Unspecified specimen by Probe and target amplification method'}; {urn:oid:2.16.840.1.113883.3.72.5.24 code 'CTPCR' = '??', given as 'APTIMA CT'})</span></p><p><b>subject</b>: <a>Todd Lerr</a></p><p><b>effective</b>: 05/12/2014</p><p><b>issued</b>: 06/12/2014 3:42:15 PM</p><p><b>performer</b>: <a>Dr Leonard T Bloodraw Jr</a></p><p><b>value</b>: Negative for Chlamydia Trachomatis rRNA <span>(Details : {SNOMED CT code '260385009' = '260385009', given as 'Negative'}; {urn:oid:2.16.840.1.113883.3.72.5.24 code 'NEG' = '??', given as 'Negative'})</span></p><p><b>interpretation</b>: Normal <span>(Details : {http://hl7.org/fhir/v2/0078 code 'N' = 'Normal)</span></p><p><b>specimen</b>: <a>Urine First Void</a></p></div>" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/uslab-observationkind", "valueCode": "result" } ], "identifier": [ { "use": "official", "type": { "text": "lab test result ID" }, "system": "http://lis.acmelabs.org/identifiers/labtestresult", "value": "9012" } ], "status": "final", "code": { "fhir_comments": [ " EH : The local and LOINC test codes go here " ], "coding": [ { "fhir_comments": [ " EH: LOINC code goes here ", " EH: LOCAL code goes here " ], "system": "http://loinc.org", "code": "43304-5", "display": "Chlamydia trachomatis rRNA [Presence] in Unspecified specimen by Probe and target amplification method" }, { "system": "urn:oid:2.16.840.1.113883.3.72.5.24", "code": "CTPCR", "display": "APTIMA CT" } ], "text": "Chlamydia trachomatis by PCR" }, "subject": { "reference": "Patient/patient-uslab-example1", "display": "Todd Lerr" }, "effectiveDateTime": "2014-12-05", "issued": "2014-12-06T15:42:15-08:00", "_issued": { "fhir_comments": [ " EH: Showing dateTime to ss with TZO although only needed to Day " ] }, "performer": [ { "reference": "Practitioner/pract-uslab-example1", "display": "Dr Leonard T Bloodraw Jr" } ], "valueCodeableConcept": { "fhir_comments": [ " EH : The local and SNOMED Result codes go here " ], "coding": [ { "system": "http://snomed.info/sct", "code": "260385009", "display": "Negative" }, { "system": "urn:oid:2.16.840.1.113883.3.72.5.24", "code": "NEG", "display": "Negative" } ], "text": "Negative for Chlamydia Trachomatis rRNA" }, "interpretation": { "fhir_comments": [ " eH dataabsent reason would go here if valueQuantity was empty e.g.:\n\t<dataAbsentReason value=\"error\"</dataAbsentReason> " ], "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "N" } ] }, "specimen": { "reference": "Specimen/spec-uslab-example2", "display": "Urine First Void" } }; var example815: fhir.Observation = { "code": { "coding": [ { "code": "5821-4", "display": "Leukocytes [#/​area] in Urine sediment by Microscopy high power field", "system": "http://loinc.org" }, { "code": "WBCFLD", "display": "White blood cells (WBC) in urine ", "system": "urn:oid:2.16.840.1.113883.3.72.5.24" } ], "text": "White blood cells (WBC) in urine" }, "effectiveDateTime": "2014-12-03", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/uslab-observationkind", "valueCode": "result" } ], "id": "obs-uslab-example8", "identifier": [ { "system": "http://lis.acmelabs.org/identifiers/labtestresult", "type": { "text": "lab test result ID" }, "use": "official", "value": "9099" } ], "interpretation": { "coding": [ { "code": "H", "system": "http://hl7.org/fhir/v2/0078" } ] }, "issued": "2014-12-04T15:42:15-08:00", "performer": [ { "display": "Dr Leonard T Bloodraw Jr", "reference": "Practitioner/pract-uslab-example1" } ], "referenceRange": [ { "high": { "code": "/[HPF]", "system": "http://unitsofmeasure.org", "unit": "WBC/HPF", "value": 5 }, "low": { "code": "/[HPF]", "system": "http://unitsofmeasure.org", "unit": "WBC/HPF", "value": 0 } } ], "resourceType": "Observation", "specimen": { "display": "Blood sample", "reference": "Specimen/spec-uslab-example1" }, "status": "final", "subject": { "display": "Todd Lerr", "reference": "Patient/patient-uslab-example1" }, "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: obs-uslab-example8</p><p><b>identifier</b>: lab test result ID = 9099 (OFFICIAL)</p><p><b>status</b>: final</p><p><b>code</b>: White blood cells (WBC) in urine <span>(Details : {LOINC code '5821-4' = 'Leukocytes [#/area] in Urine sediment by Microscopy high power field', given as 'Leukocytes [#/​area] in Urine sediment by Microscopy high power field'}; {urn:oid:2.16.840.1.113883.3.72.5.24 code 'WBCFLD' = '??', given as 'White blood cells (WBC) in urine '})</span></p><p><b>subject</b>: <a>Todd Lerr</a></p><p><b>effective</b>: 03/12/2014</p><p><b>issued</b>: 04/12/2014 3:42:15 PM</p><p><b>performer</b>: <a>Dr Leonard T Bloodraw Jr</a></p><p><b>value</b>: 10-20 WBC/HPF</p><p><b>interpretation</b>: High <span>(Details : {http://hl7.org/fhir/v2/0078 code 'H' = 'High)</span></p><p><b>specimen</b>: <a>Blood sample</a></p><h3>ReferenceRanges</h3><table><tr><td>-</td><td><b>Low</b></td><td><b>High</b></td></tr><tr><td>*</td><td>0 WBC/HPF<span> (Details: http://unitsofmeasure.org code /[HPF] = '??')</span></td><td>5 WBC/HPF<span> (Details: http://unitsofmeasure.org code /[HPF] = '??')</span></td></tr></table></div>", "status": "generated" }, "valueRange": { "high": { "unit": "WBC/HPF", "value": 20 }, "low": { "unit": "WBC/HPF", "value": 10 } } }; var example816: fhir.Observation = { "resourceType": "Observation", "id": "obs-uslab-example8", "text": { "fhir_comments": [ " FHIR build is generating the narratives\n<text>\n\t\t<status value=\"generated\"/>\n\t\t<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\t\t\t<ul>\n\t\t\t\t<li> obs-uslab-example1.xml</li>\n\t\t\t\t<li> id: uslab-example1</li>\n\t\t\t\t<li> Name: USLab Observation Example1</li>\n\t\t\t\t<li>Description: USLab Quantitative Observation Profile Canonical Example: Capillary Blood Lead</li>\n\t\t\t</ul>\n\t\t</div>\n\t</text>\n ", " extension for specimen reject goes here - not for this use case\n\t<extension url=\"http://hl7.org/fhir/StructureDefinition/uslab-specimenrejectreason\">\n\t\t<valueCodeableConcept>\n\t\t\t<coding>\n\t\t\t\t<system value=\"http://hl7.org/fhir/v2/0490\"/>\n\t\t\t\t<code value=\"EX\"/>\n\t\t\t\t<display value=\"Expired\"/>\n\t\t\t</coding>\n\t\t</valueCodeableConcept>\n\t</extension>\n ", " extension for observation kind goes here " ], "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: obs-uslab-example8</p><p><b>identifier</b>: lab test result ID = 9099 (OFFICIAL)</p><p><b>status</b>: final</p><p><b>code</b>: White blood cells (WBC) in urine <span>(Details : {LOINC code '5821-4' = 'Leukocytes [#/area] in Urine sediment by Microscopy high power field', given as 'Leukocytes [#/​area] in Urine sediment by Microscopy high power field'}; {urn:oid:2.16.840.1.113883.3.72.5.24 code 'WBCFLD' = '??', given as 'White blood cells (WBC) in urine '})</span></p><p><b>subject</b>: <a>Todd Lerr</a></p><p><b>effective</b>: 03/12/2014</p><p><b>issued</b>: 04/12/2014 3:42:15 PM</p><p><b>performer</b>: <a>Dr Leonard T Bloodraw Jr</a></p><p><b>value</b>: 10-20 WBC/HPF</p><p><b>interpretation</b>: High <span>(Details : {http://hl7.org/fhir/v2/0078 code 'H' = 'High)</span></p><p><b>specimen</b>: <a>Blood sample</a></p><h3>ReferenceRanges</h3><table><tr><td>-</td><td><b>Low</b></td><td><b>High</b></td></tr><tr><td>*</td><td>0 WBC/HPF<span> (Details: http://unitsofmeasure.org code /[HPF] = '??')</span></td><td>5 WBC/HPF<span> (Details: http://unitsofmeasure.org code /[HPF] = '??')</span></td></tr></table></div>" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/uslab-observationkind", "valueCode": "result" } ], "identifier": [ { "use": "official", "type": { "text": "lab test result ID" }, "system": "http://lis.acmelabs.org/identifiers/labtestresult", "value": "9099" } ], "status": "final", "code": { "fhir_comments": [ " EH : The local and /or LOINC test codes go here " ], "coding": [ { "fhir_comments": [ " EH: LOINC code goes here ", " EH: LOINC code goes here " ], "system": "http://loinc.org", "code": "5821-4", "display": "Leukocytes [#/​area] in Urine sediment by Microscopy high power field" }, { "system": "urn:oid:2.16.840.1.113883.3.72.5.24", "code": "WBCFLD", "display": "White blood cells (WBC) in urine " } ], "text": "White blood cells (WBC) in urine" }, "subject": { "reference": "Patient/patient-uslab-example1", "display": "Todd Lerr" }, "effectiveDateTime": "2014-12-03", "issued": "2014-12-04T15:42:15-08:00", "_issued": { "fhir_comments": [ " EH: Showing dateTime to ss with TZO although only needed to Day " ] }, "performer": [ { "reference": "Practitioner/pract-uslab-example1", "display": "Dr Leonard T Bloodraw Jr" } ], "valueRange": { "fhir_comments": [ " In FHIR, units may be represented twice. Once in the\n agreed human representation, and once in a coded form.\n Both is best, since it's not always possible to infer\n one from the other in code.\n\n When a computable unit is provided, UCUM (http://unitsofmeasure.org)\n is always preferred, but it doesn't provide notional units (such as\n \"tablet\"), etc. For these, something else is required (e.g. Snomed-CT)\n " ], "low": { "value": 10, "unit": "WBC/HPF" }, "high": { "value": 20, "unit": "WBC/HPF" } }, "interpretation": { "fhir_comments": [ " eH dataabsent reason would go here if valueQuantity was empty e.g.:\n\t<dataAbsentReason value=\"error\"/> " ], "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "H" } ] }, "specimen": { "reference": "Specimen/spec-uslab-example1", "display": "Blood sample" }, "referenceRange": [ { "low": { "value": 0, "unit": "WBC/HPF", "system": "http://unitsofmeasure.org", "code": "/[HPF]" }, "high": { "value": 5, "unit": "WBC/HPF", "system": "http://unitsofmeasure.org", "code": "/[HPF]" } } ] }; var example817: fhir.Organization = { "address": [ { "city": "Harrisburg", "country": "USA", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/us-core-county", "valueString": "42043" } ], "line": [ "Firstcare Way", "Building 1" ], "postalCode": "17111", "state": "PA", "use": "work" } ], "id": "org-uslab-example1", "identifier": [ { "system": "https://nppes.cms.hhs.gov/NPPES/", "use": "official", "value": "1235349085" } ], "name": "University Hospital", "resourceType": "Organization", "telecom": [ { "system": "phone", "value": "(+1) 555-227-1234" }, { "system": "fax", "value": "(+1) 555-227-6622" } ], "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: org-uslab-example1</p><p><b>identifier</b>: 1235349085 (OFFICIAL)</p><p><b>name</b>: University Hospital</p><p><b>telecom</b>: ph: (+1) 555-227-1234, fax: (+1) 555-227-6622</p><p><b>address</b>: Firstcare Way Building 1 Harrisburg PA 17111 USA (WORK)</p></div>", "status": "generated" } }; var example818: fhir.Organization = { "resourceType": "Organization", "id": "org-uslab-example1", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: org-uslab-example1</p><p><b>identifier</b>: 1235349085 (OFFICIAL)</p><p><b>name</b>: University Hospital</p><p><b>telecom</b>: ph: (+1) 555-227-1234, fax: (+1) 555-227-6622</p><p><b>address</b>: Firstcare Way Building 1 Harrisburg PA 17111 USA (WORK)</p></div>" }, "identifier": [ { "use": "official", "system": "https://nppes.cms.hhs.gov/NPPES/", "value": "1235349085", "_value": { "fhir_comments": [ " NPI " ] } } ], "name": "University Hospital", "telecom": [ { "system": "phone", "value": "(+1) 555-227-1234" }, { "system": "fax", "value": "(+1) 555-227-6622" } ], "address": [ { "extension": [ { "fhir_comments": [ " EH extension for us county " ], "url": "http://hl7.org/fhir/StructureDefinition/us-core-county", "valueString": "42043" } ], "use": "work", "line": [ "Firstcare Way", "Building 1" ], "city": "Harrisburg", "state": "PA", "postalCode": "17111", "country": "USA" } ] }; var example819: fhir.Organization = { "address": [ { "city": "Boston", "country": "USA", "line": [ "Massachusetts Avenue", "Building 1" ], "postalCode": "25025", "state": "MA", "use": "work" } ], "contact": [ { "name": { "family": [ "Fran" ], "given": [ "Desk", "T" ], "prefix": [ "Dr" ], "suffix": [ "Jr" ] } } ], "id": "org-uslab-example2", "identifier": [ { "system": "https://nppes.cms.hhs.gov/NPPES/", "use": "official", "value": "8235849085" } ], "name": "Children's Hospital", "resourceType": "Organization", "telecom": [ { "system": "phone", "value": "+1 617 555 1234" }, { "system": "fax", "value": "+1 555 227 6622" } ], "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: org-uslab-example2</p><p><b>identifier</b>: 8235849085 (OFFICIAL)</p><p><b>name</b>: Children's Hospital</p><p><b>telecom</b>: ph: +1 617 555 1234, fax: +1 555 227 6622</p><p><b>address</b>: Massachusetts Avenue Building 1 Boston MA 25025 USA (WORK)</p><h3>Contacts</h3><table><tr><td>-</td><td><b>Name</b></td></tr><tr><td>*</td><td>Desk T Fran </td></tr></table></div>", "status": "generated" } }; var example820: fhir.Organization = { "resourceType": "Organization", "id": "org-uslab-example2", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: org-uslab-example2</p><p><b>identifier</b>: 8235849085 (OFFICIAL)</p><p><b>name</b>: Children's Hospital</p><p><b>telecom</b>: ph: +1 617 555 1234, fax: +1 555 227 6622</p><p><b>address</b>: Massachusetts Avenue Building 1 Boston MA 25025 USA (WORK)</p><h3>Contacts</h3><table><tr><td>-</td><td><b>Name</b></td></tr><tr><td>*</td><td>Desk T Fran </td></tr></table></div>" }, "identifier": [ { "use": "official", "system": "https://nppes.cms.hhs.gov/NPPES/", "value": "8235849085", "_value": { "fhir_comments": [ " NPI " ] } } ], "name": "Children's Hospital", "telecom": [ { "system": "phone", "value": "+1 617 555 1234" }, { "system": "fax", "value": "+1 555 227 6622" } ], "address": [ { "use": "work", "line": [ "Massachusetts Avenue", "Building 1" ], "city": "Boston", "state": "MA", "postalCode": "25025", "country": "USA" } ], "contact": [ { "name": { "family": [ "Fran" ], "given": [ "Desk", "T" ], "prefix": [ "Dr" ], "suffix": [ "Jr" ] } } ] }; var example821: fhir.Organization = { "address": [ { "city": "Harrisburg", "country": "USA", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/us-core-county", "valueString": "42043" } ], "line": [ "Firstcare Way", "Building 2" ], "postalCode": "42043", "state": "PA", "use": "work" } ], "contact": [ { "name": { "family": [ "House" ], "given": [ "Gregory", "F" ], "prefix": [ "Dr" ], "suffix": [ "PhD" ] } } ], "id": "org-uslab-example3", "identifier": [ { "system": "http://www.cms.gov/Regulations-and-Guidance/Legislation/CLIA/index.html", "use": "official", "value": "01D1111111" } ], "name": "Acme Labs", "resourceType": "Organization", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: org-uslab-example3</p><p><b>identifier</b>: 01D1111111 (OFFICIAL)</p><p><b>name</b>: Acme Labs</p><p><b>address</b>: Firstcare Way Building 2 Harrisburg PA 42043 USA (WORK)</p><h3>Contacts</h3><table><tr><td>-</td><td><b>Name</b></td></tr><tr><td>*</td><td>Gregory F House </td></tr></table></div>", "status": "generated" } }; var example822: fhir.Organization = { "resourceType": "Organization", "id": "org-uslab-example3", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: org-uslab-example3</p><p><b>identifier</b>: 01D1111111 (OFFICIAL)</p><p><b>name</b>: Acme Labs</p><p><b>address</b>: Firstcare Way Building 2 Harrisburg PA 42043 USA (WORK)</p><h3>Contacts</h3><table><tr><td>-</td><td><b>Name</b></td></tr><tr><td>*</td><td>Gregory F House </td></tr></table></div>" }, "identifier": [ { "use": "official", "system": "http://www.cms.gov/Regulations-and-Guidance/Legislation/CLIA/index.html", "value": "01D1111111", "_value": { "fhir_comments": [ " CLIA " ] } } ], "name": "Acme Labs", "address": [ { "extension": [ { "fhir_comments": [ " EH extension for us county " ], "url": "http://hl7.org/fhir/StructureDefinition/us-core-county", "valueString": "42043" } ], "use": "work", "line": [ "Firstcare Way", "Building 2" ], "city": "Harrisburg", "state": "PA", "postalCode": "42043", "country": "USA" } ], "contact": [ { "name": { "family": [ "House" ], "given": [ "Gregory", "F" ], "prefix": [ "Dr" ], "suffix": [ "PhD" ] } } ] }; var example823: fhir.Patient = { "address": [ { "city": "Harrisburg", "country": "USA", "line": [ "123 North 102nd Street", "Apt 4d" ], "postalCode": "17102", "state": "PA", "use": "home" } ], "birthDate": "2012-06-07", "deceasedBoolean": false, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/us-core-race", "valueCodeableConcept": { "coding": [ { "code": "2106-3" } ] } }, { "url": "http://hl7.org/fhir/StructureDefinition/us-core-ethnicity", "valueCodeableConcept": { "coding": [ { "code": "2135-2" } ] } } ], "gender": "male", "id": "patient-uslab-example1", "identifier": [ { "system": "urn:oid:2.16.840.1.113883.3.72.5.30.2", "use": "usual", "value": "18547545" } ], "name": [ { "family": [ "Lerr" ], "given": [ "Todd", "G." ], "suffix": [ "Jr" ], "use": "official" } ], "resourceType": "Patient", "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: patient-uslab-example1</p><p><b>identifier</b>: 18547545 (USUAL)</p><p><b>name</b>: Todd G. Lerr (OFFICIAL)</p><p><b>gender</b>: male</p><p><b>birthDate</b>: 07/06/2012</p><p><b>deceased</b>: false</p><p><b>address</b>: 123 North 102nd Street Apt 4d Harrisburg PA 17102 USA (HOME)</p></div>", "status": "generated" } }; var example824: fhir.Patient = { "resourceType": "Patient", "id": "patient-uslab-example1", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: patient-uslab-example1</p><p><b>identifier</b>: 18547545 (USUAL)</p><p><b>name</b>: Todd G. Lerr (OFFICIAL)</p><p><b>gender</b>: male</p><p><b>birthDate</b>: 07/06/2012</p><p><b>deceased</b>: false</p><p><b>address</b>: 123 North 102nd Street Apt 4d Harrisburg PA 17102 USA (HOME)</p></div>" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/us-core-race", "valueCodeableConcept": { "coding": [ { "code": "2106-3" } ] } }, { "url": "http://hl7.org/fhir/StructureDefinition/us-core-ethnicity", "valueCodeableConcept": { "coding": [ { "code": "2135-2" } ] } } ], "identifier": [ { "fhir_comments": [ " EH: limit to single identifier that orderer can match to patient system can be URL " ], "use": "usual", "system": "urn:oid:2.16.840.1.113883.3.72.5.30.2", "value": "18547545" } ], "name": [ { "fhir_comments": [ " name use limited to official and anonymous " ], "use": "official", "family": [ "Lerr" ], "given": [ "Todd", "G." ], "suffix": [ "Jr" ] } ], "gender": "male", "_gender": { "fhir_comments": [ " use FHIR code system for male / female " ] }, "birthDate": "2012-06-07", "deceasedBoolean": false, "address": [ { "use": "home", "line": [ "123 North 102nd Street", "Apt 4d" ], "city": "Harrisburg", "state": "PA", "postalCode": "17102", "country": "USA" } ] }; var example825: fhir.Patient = { "address": [ { "city": "Harrisburg", "country": "USA", "extension": [ { "extension": [ { "url": "http://example.org//iso21090-SC-coding", "valueCoding": { "code": "42043", "system": "https://www.census.gov/geo/reference" } } ], "url": "http://example.org/us-core-county" } ], "line": [ "123 North 102nd Street", "Apt 4d" ], "postalCode": "17102", "state": "PA", "use": "home" } ], "birthDate": "2012-06-07", "contact": [ { "address": { "city": "Harrisburg", "country": "USA", "extension": [ { "extension": [ { "url": "http://example.org//iso21090-SC-coding", "valueCoding": { "code": "42043", "system": "https://www.census.gov/geo/reference" } } ], "url": "http://example.org/us-core-county" } ], "line": [ "123 North 102nd Street", "Apt 4d" ], "postalCode": "17102", "state": "PA", "use": "home" }, "name": { "family": [ "Smith" ], "given": [ "Bea", "G" ] }, "relationship": [ { "coding": [ { "code": "guardian" } ] } ], "telecom": [ { "system": "phone", "value": "(555)7259890" } ] } ], "deceasedBoolean": false, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/us-core-race", "valueCodeableConcept": { "coding": [ { "code": "2106-3" } ] } }, { "url": "http://hl7.org/fhir/StructureDefinition/us-core-ethnicity", "valueCodeableConcept": { "coding": [ { "code": "2135-2" } ] } } ], "gender": "male", "id": "patient-uslab-example2", "identifier": [ { "system": "urn:oid:2.16.840.1.113883.3.72.5.30.2", "use": "usual", "value": "18547545" } ], "name": [ { "family": [ "Lerr" ], "given": [ "Todd", "G." ], "suffix": [ "Jr" ], "use": "official" } ], "resourceType": "Patient", "telecom": [ { "system": "phone", "use": "home", "value": "(555)7259890" }, { "system": "phone", "use": "work", "value": "(555)7256030" } ], "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: patient-uslab-example2</p><p><b>identifier</b>: 18547545 (USUAL)</p><p><b>name</b>: Todd G. Lerr (OFFICIAL)</p><p><b>telecom</b>: ph: (555)7259890(HOME), ph: (555)7256030(WORK)</p><p><b>gender</b>: male</p><p><b>birthDate</b>: 07/06/2012</p><p><b>deceased</b>: false</p><p><b>address</b>: 123 North 102nd Street Apt 4d Harrisburg PA 17102 USA (HOME)</p><h3>Contacts</h3><table><tr><td>-</td><td><b>Relationship</b></td><td><b>Name</b></td><td><b>Telecom</b></td><td><b>Address</b></td></tr><tr><td>*</td><td>guardian <span>(Details : {[not stated] code 'guardian' = '??)</span></td><td>Bea G Smith </td><td>ph: (555)7259890</td><td>123 North 102nd Street Apt 4d Harrisburg PA 17102 USA (HOME)</td></tr></table></div>", "status": "generated" } }; var example826: fhir.Patient = { "resourceType": "Patient", "id": "patient-uslab-example2", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: patient-uslab-example2</p><p><b>identifier</b>: 18547545 (USUAL)</p><p><b>name</b>: Todd G. Lerr (OFFICIAL)</p><p><b>telecom</b>: ph: (555)7259890(HOME), ph: (555)7256030(WORK)</p><p><b>gender</b>: male</p><p><b>birthDate</b>: 07/06/2012</p><p><b>deceased</b>: false</p><p><b>address</b>: 123 North 102nd Street Apt 4d Harrisburg PA 17102 USA (HOME)</p><h3>Contacts</h3><table><tr><td>-</td><td><b>Relationship</b></td><td><b>Name</b></td><td><b>Telecom</b></td><td><b>Address</b></td></tr><tr><td>*</td><td>guardian <span>(Details : {[not stated] code 'guardian' = '??)</span></td><td>Bea G Smith </td><td>ph: (555)7259890</td><td>123 North 102nd Street Apt 4d Harrisburg PA 17102 USA (HOME)</td></tr></table></div>" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/us-core-race", "valueCodeableConcept": { "coding": [ { "code": "2106-3" } ] } }, { "url": "http://hl7.org/fhir/StructureDefinition/us-core-ethnicity", "valueCodeableConcept": { "coding": [ { "code": "2135-2" } ] } } ], "identifier": [ { "fhir_comments": [ " EH: limit to single identifier that orderer can match to patient system can be URL " ], "use": "usual", "system": "urn:oid:2.16.840.1.113883.3.72.5.30.2", "value": "18547545" } ], "name": [ { "fhir_comments": [ " name use limited to official and anonymous " ], "use": "official", "family": [ "Lerr" ], "given": [ "Todd", "G." ], "suffix": [ "Jr" ] } ], "telecom": [ { "system": "phone", "value": "(555)7259890", "use": "home" }, { "system": "phone", "value": "(555)7256030", "use": "work" } ], "gender": "male", "_gender": { "fhir_comments": [ " use FHIR code system for male / female " ] }, "birthDate": "2012-06-07", "deceasedBoolean": false, "address": [ { "extension": [ { "fhir_comments": [ " EH replace with example.org temporarily to pass validation\n<extension url=\"http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-county\">\n\t\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding\">\n " ], "extension": [ { "url": "http://example.org//iso21090-SC-coding", "valueCoding": { "system": "https://www.census.gov/geo/reference", "code": "42043" } } ], "url": "http://example.org/us-core-county" } ], "use": "home", "line": [ "123 North 102nd Street", "Apt 4d" ], "city": "Harrisburg", "state": "PA", "postalCode": "17102", "country": "USA" } ], "contact": [ { "relationship": [ { "coding": [ { "code": "guardian" } ] } ], "name": { "family": [ "Smith" ], "given": [ "Bea", "G" ] }, "telecom": [ { "system": "phone", "value": "(555)7259890" } ], "address": { "extension": [ { "extension": [ { "url": "http://example.org//iso21090-SC-coding", "valueCoding": { "fhir_comments": [ " EH replace with example.org temporarily to pass validation\n\t\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/us-core-county\">\n\t\t\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding\">\n " ], "system": "https://www.census.gov/geo/reference", "code": "42043" } } ], "url": "http://example.org/us-core-county" } ], "use": "home", "line": [ "123 North 102nd Street", "Apt 4d" ], "city": "Harrisburg", "state": "PA", "postalCode": "17102", "country": "USA" } } ] }; var example827: fhir.Practitioner = { "id": "pract-uslab-example1", "identifier": [ { "system": "https://nppes.cms.hhs.gov/NPPES/", "use": "official", "value": "4444444445" } ], "name": { "family": [ "Bloodraw" ], "given": [ "Leanard", "T" ], "suffix": [ "Jr" ] }, "resourceType": "Practitioner", "telecom": [ { "system": "phone", "value": "(555)7771234 ext.11" } ], "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: pract-uslab-example1</p><p><b>identifier</b>: 4444444445 (OFFICIAL)</p><p><b>name</b>: Leanard T Bloodraw </p><p><b>telecom</b>: ph: (555)7771234 ext.11</p></div>", "status": "generated" } }; var example828: fhir.Practitioner = { "resourceType": "Practitioner", "id": "pract-uslab-example1", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: pract-uslab-example1</p><p><b>identifier</b>: 4444444445 (OFFICIAL)</p><p><b>name</b>: Leanard T Bloodraw </p><p><b>telecom</b>: ph: (555)7771234 ext.11</p></div>" }, "identifier": [ { "use": "official", "system": "https://nppes.cms.hhs.gov/NPPES/", "value": "4444444445", "_value": { "fhir_comments": [ " NPI " ] } } ], "name": { "family": [ "Bloodraw" ], "given": [ "Leanard", "T" ], "suffix": [ "Jr" ] }, "telecom": [ { "system": "phone", "value": "(555)7771234 ext.11" } ] }; var example829: fhir.Practitioner = { "address": [ { "city": "Boston", "country": "USA", "extension": [ { "extension": [ { "url": "http://example.org//iso21090-SC-coding", "valueCoding": { "code": "42043", "system": "https://www.census.gov/geo/reference" } } ], "url": "http://example.org/us-core-county" } ], "line": [ "100 Medical Drive", "Suite 6" ], "postalCode": "01236", "state": "MA", "use": "work" } ], "id": "pract-uslab-example2", "identifier": [ { "system": "https://nppes.cms.hhs.gov/NPPES/", "use": "official", "value": "121121121" } ], "name": { "family": [ "Lookafter" ], "given": [ "Bill", "T" ], "suffix": [ "Jr" ] }, "practitionerRole": [ { "managingOrganization": { "display": "Children's Hospital", "reference": "Organization/org-uslab-example1" } } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "value": "(617)5551234 ext.12" }, { "system": "email", "value": "docbill@healthedatainc.com" } ], "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: pract-uslab-example2</p><p><b>identifier</b>: 121121121 (OFFICIAL)</p><p><b>name</b>: Bill T Lookafter </p><p><b>telecom</b>: ph: (617)5551234 ext.12, docbill@healthedatainc.com</p><p><b>address</b>: 100 Medical Drive Suite 6 Boston MA 01236 USA (WORK)</p><h3>PractitionerRoles</h3><table><tr><td>-</td><td><b>ManagingOrganization</b></td></tr><tr><td>*</td><td><a>Children's Hospital</a></td></tr></table></div>", "status": "generated" } }; var example830: fhir.Practitioner = { "resourceType": "Practitioner", "id": "pract-uslab-example2", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: pract-uslab-example2</p><p><b>identifier</b>: 121121121 (OFFICIAL)</p><p><b>name</b>: Bill T Lookafter </p><p><b>telecom</b>: ph: (617)5551234 ext.12, docbill@healthedatainc.com</p><p><b>address</b>: 100 Medical Drive Suite 6 Boston MA 01236 USA (WORK)</p><h3>PractitionerRoles</h3><table><tr><td>-</td><td><b>ManagingOrganization</b></td></tr><tr><td>*</td><td><a>Children's Hospital</a></td></tr></table></div>" }, "identifier": [ { "use": "official", "system": "https://nppes.cms.hhs.gov/NPPES/", "value": "121121121", "_value": { "fhir_comments": [ " NPI " ] } } ], "name": { "family": [ "Lookafter" ], "given": [ "Bill", "T" ], "suffix": [ "Jr" ] }, "telecom": [ { "system": "phone", "value": "(617)5551234 ext.12" }, { "system": "email", "value": "docbill@healthedatainc.com" } ], "address": [ { "extension": [ { "fhir_comments": [ " EH replace with example.org temporarily to pass validation\n\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/us-core-county\">\n\t\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding\">\n " ], "extension": [ { "url": "http://example.org//iso21090-SC-coding", "valueCoding": { "system": "https://www.census.gov/geo/reference", "code": "42043" } } ], "url": "http://example.org/us-core-county" } ], "use": "work", "line": [ "100 Medical Drive", "Suite 6" ], "city": "Boston", "state": "MA", "postalCode": "01236", "country": "USA" } ], "practitionerRole": [ { "managingOrganization": { "reference": "Organization/org-uslab-example1", "display": "Children's Hospital" } } ] }; var example831: fhir.Practitioner = { "id": "pract-uslab-example3", "identifier": [ { "system": "https://nppes.cms.hhs.gov/NPPES/", "use": "official", "value": "1234567893" } ], "name": { "family": [ "House" ], "given": [ "Gregory", "F" ], "suffix": [ "PhD" ] }, "resourceType": "Practitioner", "telecom": [ { "system": "phone", "value": "555 777 1234 11" } ], "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: pract-uslab-example3</p><p><b>identifier</b>: 1234567893 (OFFICIAL)</p><p><b>name</b>: Gregory F House </p><p><b>telecom</b>: ph: 555 777 1234 11</p></div>", "status": "generated" } }; var example832: fhir.Practitioner = { "resourceType": "Practitioner", "id": "pract-uslab-example3", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: pract-uslab-example3</p><p><b>identifier</b>: 1234567893 (OFFICIAL)</p><p><b>name</b>: Gregory F House </p><p><b>telecom</b>: ph: 555 777 1234 11</p></div>" }, "identifier": [ { "use": "official", "system": "https://nppes.cms.hhs.gov/NPPES/", "value": "1234567893", "_value": { "fhir_comments": [ " NPI " ] } } ], "name": { "family": [ "House" ], "given": [ "Gregory", "F" ], "suffix": [ "PhD" ] }, "telecom": [ { "system": "phone", "value": "555 777 1234 11" } ] }; var example833: fhir.Specimen = { "accessionIdentifier": { "system": "http://lis.acmelabs.org/identifiers/accession", "use": "official", "value": "21041205000001" }, "collection": { "bodySite": { "coding": [ { "code": "53120007", "display": "Arm", "system": "http://snomed.info/sct" }, { "code": "ARM", "display": "Arm", "system": "http://ehr.goodhealthclinic.org" } ], "text": "Drawn from Arm" }, "collectedDateTime": "2014-12-05" }, "id": "spec-uslab-example1", "identifier": [ { "system": "http://ehr.goodhealthclinic.org/identifiers/specimen", "use": "official", "value": "SID123" } ], "resourceType": "Specimen", "subject": { "display": "Todd Lerr", "reference": "Patient/patient-uslab-example1" }, "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: spec-uslab-example1</p><p><b>identifier</b>: SID123 (OFFICIAL)</p><p><b>type</b>: Blood sample <span>(Details : {SNOMED CT code '122555007' = '122555007', given as 'Venous blood specimen'}; {http://ehr.goodhealthclinic.org code 'BLD' = '??', given as 'Blood'})</span></p><p><b>subject</b>: <a>Todd Lerr</a></p><p><b>accessionIdentifier</b>: 21041205000001 (OFFICIAL)</p><h3>Collections</h3><table><tr><td>-</td><td><b>Collected[x]</b></td><td><b>BodySite</b></td></tr><tr><td>*</td><td>05/12/2014</td><td>Drawn from Arm <span>(Details : {SNOMED CT code '53120007' = '53120007', given as 'Arm'}; {http://ehr.goodhealthclinic.org code 'ARM' = '??', given as 'Arm'})</span></td></tr></table></div>", "status": "generated" }, "type": { "coding": [ { "code": "122555007", "display": "Venous blood specimen", "system": "http://snomed.info/sct" }, { "code": "BLD", "display": "Blood", "system": "http://ehr.goodhealthclinic.org" } ], "text": "Blood sample" } }; var example834: fhir.Specimen = { "resourceType": "Specimen", "id": "spec-uslab-example1", "text": { "fhir_comments": [ " a specimen identifier - e.g. assigned when the specimen was taken by the orderer/placer use the accession number for the filling lab ", " Placer ID " ], "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: spec-uslab-example1</p><p><b>identifier</b>: SID123 (OFFICIAL)</p><p><b>type</b>: Blood sample <span>(Details : {SNOMED CT code '122555007' = '122555007', given as 'Venous blood specimen'}; {http://ehr.goodhealthclinic.org code 'BLD' = '??', given as 'Blood'})</span></p><p><b>subject</b>: <a>Todd Lerr</a></p><p><b>accessionIdentifier</b>: 21041205000001 (OFFICIAL)</p><h3>Collections</h3><table><tr><td>-</td><td><b>Collected[x]</b></td><td><b>BodySite</b></td></tr><tr><td>*</td><td>05/12/2014</td><td>Drawn from Arm <span>(Details : {SNOMED CT code '53120007' = '53120007', given as 'Arm'}; {http://ehr.goodhealthclinic.org code 'ARM' = '??', given as 'Arm'})</span></td></tr></table></div>" }, "identifier": [ { "use": "official", "system": "http://ehr.goodhealthclinic.org/identifiers/specimen", "value": "SID123" } ], "type": { "fhir_comments": [ " Filler ID moved to accsession number\n\t<identifier>\n\t\t<use value=\"official\"></use>\n\t\t<label value=\"Filler Specimen ID\"></label>\n\t\t<system value=\"http://lis.acmelabs.org/identifiers/specimen\"/>\n\t\t<value value=\"SID456\"/>\n\t</identifier>\n ", " \n Type is a loosely defined field because there is such a lot of variation in how it is used.\n The principal variation is how much information that could be represented elsewhere is also\n represented here. For instance, here's some possible types:\n lithium heparin plasma (+ .container.additive) (e.g. SNOMED CT 446272009)\n transfusion bag of blood (+ container.type)\n Peritoneal lavage (+ collection.bodySite)\n If the type includes other fields, it would be normal not to populate the other fields\n\n Note that this practice is so widespread that it's pointless to try and stop it :( ", " choice of SNOMED CT concept code... " ], "coding": [ { "system": "http://snomed.info/sct", "code": "122555007", "_code": { "fhir_comments": [ " EH: Note to balloters - lots of choices for whole blood I chose this. " ] }, "display": "Venous blood specimen" }, { "fhir_comments": [ " and or local code " ], "system": "http://ehr.goodhealthclinic.org", "code": "BLD", "display": "Blood" } ], "text": "Blood sample" }, "subject": { "fhir_comments": [ " Patient is required from core " ], "reference": "Patient/patient-uslab-example1", "display": "Todd Lerr" }, "accessionIdentifier": { "fhir_comments": [ " accession identifier - e.g. assigned by the labaratory when it is received.\n This is common, unlike specimen identifier " ], "use": "official", "system": "http://lis.acmelabs.org/identifiers/accession", "value": "21041205000001" }, "collection": { "collectedDateTime": "2014-12-05", "_collectedDateTime": { "fhir_comments": [ " the time of collection is required. Usually a point in time, but can be a period\n (collectedPeriod) if it's a timed collection (e.g. a 24 hour urine) " ] }, "bodySite": { "coding": [ { "fhir_comments": [ " choice of SNOMED CT concept code... " ], "system": "http://snomed.info/sct", "code": "53120007", "_code": { "fhir_comments": [ " EH: Note to balloters - this is to demonstrate use of source for body site not really needed for blood draw. " ] }, "display": "Arm" }, { "fhir_comments": [ " and or local code " ], "system": "http://ehr.goodhealthclinic.org", "code": "ARM", "display": "Arm" } ], "text": "Drawn from Arm" } } }; var example835: fhir.Specimen = { "accessionIdentifier": { "system": "http://lis.acmelabs.org/identifiers/accession", "use": "official", "value": "21041205000001" }, "collection": { "collectedDateTime": "2014-12-05" }, "id": "spec-uslab-example2", "identifier": [ { "system": "http://ehr.goodhealthclinic.org/identifiers/specimen", "use": "official", "value": "SID456" } ], "resourceType": "Specimen", "subject": { "display": "Todd Lerr", "reference": "Patient/patient-uslab-example1" }, "text": { "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: spec-uslab-example2</p><p><b>identifier</b>: SID456 (OFFICIAL)</p><p><b>type</b>: Urine, First Void <span>(Details : {SNOMED CT code '698276005' = '698276005', given as 'First stream urine sample'}; {http://ehr.goodhealthclinic.org code 'UFV' = '??', given as 'Urine, First Void'})</span></p><p><b>subject</b>: <a>Todd Lerr</a></p><p><b>accessionIdentifier</b>: 21041205000001 (OFFICIAL)</p><h3>Collections</h3><table><tr><td>-</td><td><b>Collected[x]</b></td></tr><tr><td>*</td><td>05/12/2014</td></tr></table></div>", "status": "generated" }, "type": { "coding": [ { "code": "698276005", "display": "First stream urine sample", "system": "http://snomed.info/sct" }, { "code": "UFV", "display": "Urine, First Void", "system": "http://ehr.goodhealthclinic.org" } ], "text": "Urine, First Void" } }; var example836: fhir.Specimen = { "resourceType": "Specimen", "id": "spec-uslab-example2", "text": { "fhir_comments": [ " a specimen identifier - e.g. assigned when the specimen was taken by the orderer/placer use the accession number for the filling lab ", " Placer ID " ], "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: spec-uslab-example2</p><p><b>identifier</b>: SID456 (OFFICIAL)</p><p><b>type</b>: Urine, First Void <span>(Details : {SNOMED CT code '698276005' = '698276005', given as 'First stream urine sample'}; {http://ehr.goodhealthclinic.org code 'UFV' = '??', given as 'Urine, First Void'})</span></p><p><b>subject</b>: <a>Todd Lerr</a></p><p><b>accessionIdentifier</b>: 21041205000001 (OFFICIAL)</p><h3>Collections</h3><table><tr><td>-</td><td><b>Collected[x]</b></td></tr><tr><td>*</td><td>05/12/2014</td></tr></table></div>" }, "identifier": [ { "use": "official", "system": "http://ehr.goodhealthclinic.org/identifiers/specimen", "value": "SID456" } ], "type": { "fhir_comments": [ " Filler ID moved to accsession number\n\t<identifier>\n\t\t<use value=\"official\"></use>\n\t\t<label value=\"Filler Specimen ID\"></label>\n\t\t<system value=\"http://lis.acmelabs.org/identifiers/specimen\"/>\n\t\t<value value=\"SID456\"/>\n\t</identifier>\n ", " \n Type is a loosely defined field because there is such a lot of variation in how it is used.\n The principal variation is how much information that could be represented elsewhere is also\n represented here. For instance, here's some possible types:\n lithium heparin plasma (+ .container.additive) (e.g. SNOMED CT 446272009)\n transfusion bag of blood (+ container.type)\n Peritoneal lavage (+ collection.bodySite)\n If the type includes other fields, it would be normal not to populate the other fields\n\n Note that this practice is so widespread that it's pointless to try and stop it :( ", " choice of SNOMED CT concept code... " ], "coding": [ { "system": "http://snomed.info/sct", "code": "698276005", "_code": { "fhir_comments": [ " EH: Note to balloters - lots of choices for uriine but this is best for Aptima 2 GC-CT " ] }, "display": "First stream urine sample" }, { "fhir_comments": [ " and or local code " ], "system": "http://ehr.goodhealthclinic.org", "code": "UFV", "display": "Urine, First Void" } ], "text": "Urine, First Void" }, "subject": { "fhir_comments": [ " Patient is required from core " ], "reference": "Patient/patient-uslab-example1", "display": "Todd Lerr" }, "accessionIdentifier": { "fhir_comments": [ " accession identifier - e.g. assigned by the labaratory when it is received.\n This is common, unlike specimen identifier " ], "use": "official", "system": "http://lis.acmelabs.org/identifiers/accession", "value": "21041205000001" }, "collection": { "collectedDateTime": "2014-12-05", "_collectedDateTime": { "fhir_comments": [ " the time of collection is required. Usually a point in time, but can be a period\n (collectedPeriod) if it's a timed collection (e.g. a 24 hour urine) " ] } } }; var example837: fhir.ValueSet = { "compose": { "include": [ { "filter": [ { "op": "=", "property": "parent", "value": "LP43571-6" } ], "system": "http://loinc.org" } ] }, "contact": [ { "telecom": [ { "system": "other", "value": "http://hl7.org/fhir" } ] } ], "copyright": "This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use", "date": "2015-06-22", "description": "This is an example value set that includes all the LOINC codes for serum/plasma cholesterol from v2.36", "expansion": { "contains": [ { "code": "14647-2", "display": "Cholesterol [Moles/volume] in Serum or Plasma", "system": "http://loinc.org", "version": "2.50" }, { "abstract": true, "contains": [ { "code": "2093-3", "display": "Cholesterol [Mass/volume] in Serum or Plasma", "system": "http://loinc.org", "version": "2.50" }, { "code": "48620-9", "display": "Cholesterol [Mass/volume] in Serum or Plasma ultracentrifugate", "system": "http://loinc.org", "version": "2.50" }, { "code": "9342-7", "display": "Cholesterol [Percentile]", "system": "http://loinc.org", "version": "2.50" } ], "display": "Cholesterol codes" }, { "abstract": true, "contains": [ { "code": "2096-6", "display": "Cholesterol/Triglyceride [Mass Ratio] in Serum or Plasma", "system": "http://loinc.org", "version": "2.50" }, { "code": "35200-5", "display": "Cholesterol/Triglyceride [Mass Ratio] in Serum or Plasma", "system": "http://loinc.org", "version": "2.50" }, { "code": "48089-7", "display": "Cholesterol/Apolipoprotein B [Molar ratio] in Serum or Plasma", "system": "http://loinc.org", "version": "2.50" }, { "code": "55838-7", "display": "Cholesterol/Phospholipid [Molar ratio] in Serum or Plasma", "system": "http://loinc.org", "version": "2.50" } ], "display": "Cholesterol Ratios" } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-expansionSource", "valueUri": "http://hl7.org/fhir/ValueSet/example-extensional" } ], "identifier": "urn:uuid:42316ff8-2714-4680-9980-f37a6d1a71bc", "offset": 0, "parameter": [ { "name": "version", "valueString": "2.50" } ], "timestamp": "2015-06-22T13:56:07Z", "total": 8 }, "experimental": true, "id": "example-expansion", "meta": { "profile": [ "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" ] }, "name": "LOINC Codes for Cholesterol in Serum/Plasma", "publisher": "FHIR Project team", "resourceType": "ValueSet", "status": "draft", "text": { "div": "<div>\n\t\t\t\n \n <table class=\"grid\">\n\t\t\t\t\n \n <tr>\n\t\t\t\t\t\n \n <td>http://loinc.org</td>\n\t\t\t\t\t\n \n <td>14647-2</td>\n\t\t\t\t\t\n \n <td>Cholesterol [Moles/volume] in Serum or Plasma</td>\n\t\t\t\t\n \n </tr>\n\t\t\t\t\n \n <tr>\n\t\t\t\t\t\n \n <td colspan=\"3\">\n \n <b>Additional Cholesterol codes</b>\n \n </td>\n\t\t\t\t\n \n </tr>\n\t\t\t\t\n \n <tr>\n\t\t\t\t\t\n \n <td>http://loinc.org</td>\n\t\t\t\t\t\n \n <td>2093-3</td>\n\t\t\t\t\t\n \n <td>Cholesterol [Mass/volume] in Serum or Plasma</td>\n\t\t\t\t\n \n </tr>\n\t\t\t\t\n \n <tr>\n\t\t\t\t\t\n \n <td>http://loinc.org</td>\n\t\t\t\t\t\n \n <td>48620-9</td>\n\t\t\t\t\t\n \n <td>Cholesterol [Mass/volume] in Serum or Plasma ultracentrifugate</td>\n\t\t\t\t\n \n </tr>\n\t\t\t\t\n \n <tr>\n\t\t\t\t\t\n \n <td>http://loinc.org</td>\n\t\t\t\t\t\n \n <td>9342-7</td>\n\t\t\t\t\t\n \n <td>Cholesterol [Percentile]</td>\n\t\t\t\t\n \n </tr>\n\t\t\t\t\n \n <tr>\n\t\t\t\t\t\n \n <td colspan=\"3\">\n \n <b>Cholesterol Ratios</b>\n \n </td>\n\t\t\t\t\n \n </tr>\n\t\t\t\t\n \n <tr>\n\t\t\t\t\t\n \n <td>http://loinc.org</td>\n\t\t\t\t\t\n \n <td>2096-6</td>\n\t\t\t\t\t\n \n <td>Cholesterol/Triglyceride [Mass Ratio] in Serum or Plasma</td>\n\t\t\t\t\n \n </tr>\n\t\t\t\t\n \n <tr>\n\t\t\t\t\t\n \n <td>http://loinc.org</td>\n\t\t\t\t\t\n \n <td>35200-5</td>\n\t\t\t\t\t\n \n <td>Cholesterol/Triglyceride [Mass Ratio] in Serum or Plasma</td>\n\t\t\t\t\n \n </tr>\n\t\t\t\t\n \n <tr>\n\t\t\t\t\t\n \n <td>http://loinc.org</td>\n\t\t\t\t\t\n \n <td>48089-7</td>\n\t\t\t\t\t\n \n <td>Cholesterol/Apolipoprotein B [Molar ratio] in Serum or Plasma</td>\n\t\t\t\t\n \n </tr>\n\t\t\t\t\n \n <tr>\n\t\t\t\t\t\n \n <td>http://loinc.org</td>\n\t\t\t\t\t\n \n <td>55838-7</td>\n\t\t\t\t\t\n \n <td>Cholesterol/Phospholipid [Molar ratio] in Serum or Plasma</td>\n\t\t\t\t\n \n </tr>\n\t\t\t\n \n </table>\n\t\t\n \n </div>", "status": "generated" }, "url": "http://hl7.org/fhir/ValueSet/example-expansion", "version": "20150622" }; var example838: fhir.ValueSet = { "resourceType": "ValueSet", "id": "example-expansion", "meta": { "profile": [ "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" ] }, "text": { "status": "generated", "div": "<div>\n\t\t\t\n \n <table class=\"grid\">\n\t\t\t\t\n \n <tr>\n\t\t\t\t\t\n \n <td>http://loinc.org</td>\n\t\t\t\t\t\n \n <td>14647-2</td>\n\t\t\t\t\t\n \n <td>Cholesterol [Moles/volume] in Serum or Plasma</td>\n\t\t\t\t\n \n </tr>\n\t\t\t\t\n \n <tr>\n\t\t\t\t\t\n \n <td colspan=\"3\">\n \n <b>Additional Cholesterol codes</b>\n \n </td>\n\t\t\t\t\n \n </tr>\n\t\t\t\t\n \n <tr>\n\t\t\t\t\t\n \n <td>http://loinc.org</td>\n\t\t\t\t\t\n \n <td>2093-3</td>\n\t\t\t\t\t\n \n <td>Cholesterol [Mass/volume] in Serum or Plasma</td>\n\t\t\t\t\n \n </tr>\n\t\t\t\t\n \n <tr>\n\t\t\t\t\t\n \n <td>http://loinc.org</td>\n\t\t\t\t\t\n \n <td>48620-9</td>\n\t\t\t\t\t\n \n <td>Cholesterol [Mass/volume] in Serum or Plasma ultracentrifugate</td>\n\t\t\t\t\n \n </tr>\n\t\t\t\t\n \n <tr>\n\t\t\t\t\t\n \n <td>http://loinc.org</td>\n\t\t\t\t\t\n \n <td>9342-7</td>\n\t\t\t\t\t\n \n <td>Cholesterol [Percentile]</td>\n\t\t\t\t\n \n </tr>\n\t\t\t\t\n \n <tr>\n\t\t\t\t\t\n \n <td colspan=\"3\">\n \n <b>Cholesterol Ratios</b>\n \n </td>\n\t\t\t\t\n \n </tr>\n\t\t\t\t\n \n <tr>\n\t\t\t\t\t\n \n <td>http://loinc.org</td>\n\t\t\t\t\t\n \n <td>2096-6</td>\n\t\t\t\t\t\n \n <td>Cholesterol/Triglyceride [Mass Ratio] in Serum or Plasma</td>\n\t\t\t\t\n \n </tr>\n\t\t\t\t\n \n <tr>\n\t\t\t\t\t\n \n <td>http://loinc.org</td>\n\t\t\t\t\t\n \n <td>35200-5</td>\n\t\t\t\t\t\n \n <td>Cholesterol/Triglyceride [Mass Ratio] in Serum or Plasma</td>\n\t\t\t\t\n \n </tr>\n\t\t\t\t\n \n <tr>\n\t\t\t\t\t\n \n <td>http://loinc.org</td>\n\t\t\t\t\t\n \n <td>48089-7</td>\n\t\t\t\t\t\n \n <td>Cholesterol/Apolipoprotein B [Molar ratio] in Serum or Plasma</td>\n\t\t\t\t\n \n </tr>\n\t\t\t\t\n \n <tr>\n\t\t\t\t\t\n \n <td>http://loinc.org</td>\n\t\t\t\t\t\n \n <td>55838-7</td>\n\t\t\t\t\t\n \n <td>Cholesterol/Phospholipid [Molar ratio] in Serum or Plasma</td>\n\t\t\t\t\n \n </tr>\n\t\t\t\n \n </table>\n\t\t\n \n </div>" }, "url": "http://hl7.org/fhir/ValueSet/example-expansion", "version": "20150622", "name": "LOINC Codes for Cholesterol in Serum/Plasma", "status": "draft", "experimental": true, "publisher": "FHIR Project team", "_publisher": { "fhir_comments": [ " Expansions that are not intended for persistence often do not have \n all the metadata. But this one, intended for persistence, does " ] }, "contact": [ { "telecom": [ { "system": "other", "value": "http://hl7.org/fhir" } ] } ], "date": "2015-06-22", "description": "This is an example value set that includes all the LOINC codes for serum/plasma cholesterol from v2.36", "copyright": "This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use", "compose": { "fhir_comments": [ " it's optional whether to include the content logical definition, but \n\t when an expansion is being persisted, it's better to do so (avoids\n\t\tsubsequent mystification as to what the intent was)\n\t " ], "include": [ { "system": "http://loinc.org", "filter": [ { "property": "parent", "op": "=", "value": "LP43571-6" } ] } ] }, "expansion": { "fhir_comments": [ " \n \tok, and now the expansion \n " ], "extension": [ { "fhir_comments": [ " a reference to the original content - if there is one. Note that \n\t\twhen you store an expansion, there often won't be one " ], "url": "http://hl7.org/fhir/StructureDefinition/valueset-expansionSource", "valueUri": "http://hl7.org/fhir/ValueSet/example-extensional" } ], "identifier": "urn:uuid:42316ff8-2714-4680-9980-f37a6d1a71bc", "_identifier": { "fhir_comments": [ " always assigned to any expansion, this is cacheable id " ] }, "timestamp": "2015-06-22T13:56:07Z", "_timestamp": { "fhir_comments": [ " this instance of expansion " ] }, "total": 8, "_total": { "fhir_comments": [ " it's useful to routinely fill out the total " ] }, "offset": 0, "_offset": { "fhir_comments": [ " providing an offset - implies that this expansion was requested using paging - " ] }, "parameter": [ { "fhir_comments": [ " \n\t\t now, parameters that describe how the expansion was generated.\n\t\t\tThese may help with managing caching, or limit its use \n\t\t\t(e.g. this expansion was generated for a text filter) " ], "name": "version", "_name": { "fhir_comments": [ " for now, parameter names and values are server specific.\n\t\t\t it is likely these will be standardised in a future version.\n\t\t\t\t \n\t\t\t\t This example: underlying LOINC version " ] }, "valueString": "2.50" } ], "contains": [ { "fhir_comments": [ " and the actual expansion ", " \n\t\t this expansion is made as a heirarchy - a preferred code, followed by two \n\t\t\tsets of codes categorised by a label. This is to help a human user \n\t\t\tnavigate the list (e.g. in a picklist)\n\t\t\t\n\t\t\tNote that the heirarchy may not have anything to do with the\n\t\t\tdefinitions of the codes (e.g. could be divided into common and less common)\n\t\t\t\n\t\t\tBuilding a heirarchy like this is not explicitly specified in a standard value set,\n\t\t\tbut may be controlled by extensions, the expansion profile, or just performed\n\t\t\tby the expansion service.\n\t\t " ], "system": "http://loinc.org", "version": "2.50", "_version": { "fhir_comments": [ " \n\t\t\t\tthe version can be specified for either the expansion, or\n\t\t\t\teach individual codes. Technically, these aren't quite the same \n\t\t\t\tthing, but it would be pretty weird for them to differ using LOINC\n\t\t\t " ] }, "code": "14647-2", "display": "Cholesterol [Moles/volume] in Serum or Plasma" }, { "abstract": true, "display": "Cholesterol codes", "contains": [ { "system": "http://loinc.org", "version": "2.50", "code": "2093-3", "display": "Cholesterol [Mass/volume] in Serum or Plasma" }, { "system": "http://loinc.org", "version": "2.50", "code": "48620-9", "display": "Cholesterol [Mass/volume] in Serum or Plasma ultracentrifugate" }, { "system": "http://loinc.org", "version": "2.50", "code": "9342-7", "display": "Cholesterol [Percentile]" } ] }, { "abstract": true, "display": "Cholesterol Ratios", "contains": [ { "system": "http://loinc.org", "version": "2.50", "code": "2096-6", "display": "Cholesterol/Triglyceride [Mass Ratio] in Serum or Plasma" }, { "system": "http://loinc.org", "version": "2.50", "code": "35200-5", "display": "Cholesterol/Triglyceride [Mass Ratio] in Serum or Plasma" }, { "system": "http://loinc.org", "version": "2.50", "code": "48089-7", "display": "Cholesterol/Apolipoprotein B [Molar ratio] in Serum or Plasma" }, { "system": "http://loinc.org", "version": "2.50", "code": "55838-7", "display": "Cholesterol/Phospholipid [Molar ratio] in Serum or Plasma" } ] } ] } }; var example839: fhir.ValueSet = { "compose": { "exclude": [ { "concept": [ { "code": "5932-9", "display": "Cholesterol [Presence] in Blood by Test strip" } ], "system": "http://loinc.org" } ], "include": [ { "filter": [ { "op": "=", "property": "parent", "value": "LP43571-6" } ], "system": "http://loinc.org" } ] }, "contact": [ { "name": "FHIR project team", "telecom": [ { "system": "other", "value": "http://hl7.org/fhir" } ] } ], "copyright": "This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use", "date": "2015-06-22", "description": "This is an example value set that includes all the LOINC codes for serum/plasma cholesterol from v2.36", "experimental": true, "id": "example-extensional", "identifier": { "system": "http://acme.com/identifiers/valuesets", "value": "loinc-cholesterol-ext" }, "meta": { "profile": [ "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" ] }, "name": "LOINC Codes for Cholesterol in Serum/Plasma", "publisher": "HL7 International", "resourceType": "ValueSet", "status": "draft", "text": { "div": "<div>\n \n \n <p>Value set "LOINC Codes for Cholesterol": This is an example value set that includes \n all the codes for serum cholesterol from LOINC v2.36.</p>\n \n \n <p>Developed by: FHIR project team (example)</p>\n \n \n <p>Published for testing on 13-June 2012</p>\n \n \n <p>This value set includes all the LOINC codes in LOINC Part Concept Cholesterol | Bld-Ser-Plas (LP43571-6), except for 5932-9 Cholesterol [Presence] in Blood by Test strip</p>\n \n \n <p>This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use</p>\n \n \n </div>", "status": "generated" }, "url": "http://hl7.org/fhir/ValueSet/example-extensional", "version": "20150622" }; var example840: fhir.ValueSet = { "resourceType": "ValueSet", "id": "example-extensional", "meta": { "profile": [ "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" ] }, "text": { "status": "generated", "div": "<div>\n \n \n <p>Value set "LOINC Codes for Cholesterol": This is an example value set that includes \n all the codes for serum cholesterol from LOINC v2.36.</p>\n \n \n <p>Developed by: FHIR project team (example)</p>\n \n \n <p>Published for testing on 13-June 2012</p>\n \n \n <p>This value set includes all the LOINC codes in LOINC Part Concept Cholesterol | Bld-Ser-Plas (LP43571-6), except for 5932-9 Cholesterol [Presence] in Blood by Test strip</p>\n \n \n <p>This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use</p>\n \n \n </div>" }, "url": "http://hl7.org/fhir/ValueSet/example-extensional", "_url": { "fhir_comments": [ " \n\t for this example, we use a real URI, since this example does have a canonical address\n\t\tat which it's posted. Alternatively, We could have used an OID, or a UUID " ] }, "identifier": { "fhir_comments": [ " an imaginary identifier. This is a non FHIR identifier - might be used in a \n\t v2 context (though you always need to translate namespaces for v2) " ], "system": "http://acme.com/identifiers/valuesets", "value": "loinc-cholesterol-ext" }, "version": "20150622", "_version": { "fhir_comments": [ " for version, we are going to simply use the day of publication. This is also \n arbitrary - whatever is here is what people use to refer to the version. \n Could also be a UUID too " ] }, "name": "LOINC Codes for Cholesterol in Serum/Plasma", "_name": { "fhir_comments": [ " set of loinc codes for cholesterol for LONC 2.36 " ] }, "status": "draft", "experimental": true, "publisher": "HL7 International", "contact": [ { "name": "FHIR project team", "telecom": [ { "system": "other", "value": "http://hl7.org/fhir" } ] } ], "date": "2015-06-22", "description": "This is an example value set that includes all the LOINC codes for serum/plasma cholesterol from v2.36", "copyright": "This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use", "compose": { "fhir_comments": [ " \n\t in extensional value sets, it's often done\n not to specify a locked date, or a version of the\n\t\tcode system - we're saying, whatever are the right\n\t\tcodes in the version you are using \n\t " ], "include": [ { "system": "http://loinc.org", "filter": [ { "fhir_comments": [ " \n instead of listing the codes (see the intensional example)\n\t\t\t we do something else: all codes in LOINC part LP43571-6\n\t\t\t\t\n\t\t\t\tDoing it like this means we can't change the displays (per the \n\t\t\t\tintensional example). \n\t\t\t\t\n\t\t\t\t " ], "property": "parent", "op": "=", "value": "LP43571-6" } ] } ], "exclude": [ { "fhir_comments": [ " \n \t\tThe part LP43571-6 includes the weird code \n\t\t 5932-9 Cholesterol [Presence] in Blood by Test strip \n\t\t\t- we don't want that one. no. \n\t\t " ], "system": "http://loinc.org", "concept": [ { "code": "5932-9", "display": "Cholesterol [Presence] in Blood by Test strip" } ] } ] } }; var example841: fhir.ValueSet = { "codeSystem": { "caseSensitive": true, "concept": [ { "code": "chol-mmol", "definition": "Serum Cholesterol, in mmol/L", "designation": [ { "use": { "code": "internal-label", "system": "http://acme.com/config/fhir/codesystems/internal" }, "value": "From ACME POC Testing" } ], "display": "SChol (mmol/L)" }, { "code": "chol-mass", "definition": "Serum Cholesterol, in mg/L", "designation": [ { "use": { "code": "internal-label", "system": "http://acme.com/config/fhir/codesystems/internal" }, "value": "From Paragon Labs" } ], "display": "SChol (mg/L)" }, { "code": "chol", "definition": "Serum Cholesterol", "designation": [ { "use": { "code": "internal-label", "system": "http://acme.com/config/fhir/codesystems/internal" }, "value": "Obdurate Labs uses this with both kinds of units..." } ], "display": "SChol" } ], "system": "http://acme.com/config/fhir/codesystems/cholesterol", "version": "4.2.3" }, "contact": [ { "name": "FHIR project team", "telecom": [ { "system": "other", "value": "http://hl7.org/fhir" } ] } ], "date": "2015-06-22", "description": "This is an example value set that includes all the ACME codes for serum/plasma cholesterol from v2.36", "experimental": true, "id": "example-inline", "identifier": { "system": "http://acme.com/identifiers/valuesets", "value": "loinc-cholesterol-inl" }, "meta": { "profile": [ "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" ] }, "name": "ACME Codes for Cholesterol in Serum/Plasma", "publisher": "HL7 International", "resourceType": "ValueSet", "status": "draft", "text": { "div": "<div>\n \n \n <p>Value set "ACME Codes for Cholesterol": This is an example value set that includes \n all the codes for serum cholesterol defined by ACME inc.</p>\n \n \n <p>Developed by: FHIR project team (example)</p>\n \n \n <p>Published for testing on 13-June 2012</p>\n \n \n <p>This value set includes all the ACME codes for serum cholesterol:</p>\n\t\t\t\n \n <table class=\"grid\">\n\t\t\t \n \n <tr>\n\t\t\t\t \n \n <td>\n \n <b>Code</b>\n \n </td>\n\t\t\t\t \n \n <td>\n \n <b>Display</b>\n \n </td>\n\t\t\t\t \n \n <td>\n \n <b>Definition</b>\n \n </td>\n\t\t\t\t\n \n </tr>\n\t\t\t \n \n <tr>\n\t\t\t\t \n \n <td>chol-mmol</td>\n\t\t\t\t \n \n <td>SChol (mmol/L)</td>\n\t\t\t\t \n \n <td>Serum Cholesterol, in mmol/L</td>\n\t\t\t\t\n \n </tr>\n\t\t\t \n \n <tr>\n\t\t\t\t \n \n <td>chol-mass</td>\n\t\t\t\t \n \n <td>SChol (mg/L)</td>\n\t\t\t\t \n \n <td>Serum Cholesterol, in mg/L</td>\n\t\t\t\t\n \n </tr>\n\t\t\t \n \n <tr>\n\t\t\t\t \n \n <td>chol</td>\n\t\t\t\t \n \n <td>SChol</td>\n\t\t\t\t \n \n <td>Serum Cholesterol</td>\n\t\t\t\t\n \n </tr>\n\t\t\t\n \n </table>\n \n \n </div>", "status": "generated" }, "url": "http://hl7.org/fhir/ValueSet/example-inline", "version": "20150622" }; var example842: fhir.ValueSet = { "resourceType": "ValueSet", "id": "example-inline", "meta": { "profile": [ "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" ] }, "text": { "status": "generated", "div": "<div>\n \n \n <p>Value set "ACME Codes for Cholesterol": This is an example value set that includes \n all the codes for serum cholesterol defined by ACME inc.</p>\n \n \n <p>Developed by: FHIR project team (example)</p>\n \n \n <p>Published for testing on 13-June 2012</p>\n \n \n <p>This value set includes all the ACME codes for serum cholesterol:</p>\n\t\t\t\n \n <table class=\"grid\">\n\t\t\t \n \n <tr>\n\t\t\t\t \n \n <td>\n \n <b>Code</b>\n \n </td>\n\t\t\t\t \n \n <td>\n \n <b>Display</b>\n \n </td>\n\t\t\t\t \n \n <td>\n \n <b>Definition</b>\n \n </td>\n\t\t\t\t\n \n </tr>\n\t\t\t \n \n <tr>\n\t\t\t\t \n \n <td>chol-mmol</td>\n\t\t\t\t \n \n <td>SChol (mmol/L)</td>\n\t\t\t\t \n \n <td>Serum Cholesterol, in mmol/L</td>\n\t\t\t\t\n \n </tr>\n\t\t\t \n \n <tr>\n\t\t\t\t \n \n <td>chol-mass</td>\n\t\t\t\t \n \n <td>SChol (mg/L)</td>\n\t\t\t\t \n \n <td>Serum Cholesterol, in mg/L</td>\n\t\t\t\t\n \n </tr>\n\t\t\t \n \n <tr>\n\t\t\t\t \n \n <td>chol</td>\n\t\t\t\t \n \n <td>SChol</td>\n\t\t\t\t \n \n <td>Serum Cholesterol</td>\n\t\t\t\t\n \n </tr>\n\t\t\t\n \n </table>\n \n \n </div>" }, "url": "http://hl7.org/fhir/ValueSet/example-inline", "_url": { "fhir_comments": [ " \n\t for this example, we use a real URI, since this example does have a canonical address\n\t\tat which it's posted. Alternatively, We could have used an OID, or a UUID " ] }, "identifier": { "fhir_comments": [ " an imaginary identifier. This is a non FHIR identifier - might be used in a \n\t v2 context (though you always need to translate namespaces for v2) " ], "system": "http://acme.com/identifiers/valuesets", "value": "loinc-cholesterol-inl" }, "version": "20150622", "_version": { "fhir_comments": [ " for version, we are going to simply use the day of publication. This is also \n arbitrary - whatever is here is what people use to refer to the version. \n Could also be a UUID too " ] }, "name": "ACME Codes for Cholesterol in Serum/Plasma", "_name": { "fhir_comments": [ " set of loinc codes for cholesterol for LONC 2.36 " ] }, "status": "draft", "experimental": true, "publisher": "HL7 International", "contact": [ { "name": "FHIR project team", "telecom": [ { "system": "other", "value": "http://hl7.org/fhir" } ] } ], "date": "2015-06-22", "description": "This is an example value set that includes all the ACME codes for serum/plasma cholesterol from v2.36", "codeSystem": { "fhir_comments": [ " \n\t\tThis value set publishes the underlying definition of the ACME code system\n\t\tWe don't keep track of authorship etc here - we assume that ACME has a\n\t\tsystem for that. We're just representing the public face of the code \n\t\tsystem for external users\n\t " ], "system": "http://acme.com/config/fhir/codesystems/cholesterol", "_system": { "fhir_comments": [ " \n\t\t\tnote that since we give a literal URL here, there's an expectation \n\t\t\tthat accessing that URL will give some form of representation of \n\t\t\tthe full code system, or a pointer about how to get more infomration. \n\t\n\t\t\tThis is not an absolute requirement, but it may be enforced by some \n\t\t\tservers - for instance, the HL7 valueset registry will. " ] }, "version": "4.2.3", "_version": { "fhir_comments": [ " version is not mandatory, but is highly recommended. Note that \n\t\t\tyou should change the identify of the code system if existing codes \n\t\t\tare redefined " ] }, "caseSensitive": true, "_caseSensitive": { "fhir_comments": [ " it's often unstated - are codes case sensitive or not. And \n it can be the cause of operational or clinical safety problems. \n So FHIR requires that it always be specified. " ] }, "concept": [ { "fhir_comments": [ " \n\t\t\tACME's defined definitions. Note that these are not \n\t\t\t*good* definitions - but they are very commonly the kind \n\t\t\tof definitions that are encountered in production\n\t\t " ], "code": "chol-mmol", "display": "SChol (mmol/L)", "definition": "Serum Cholesterol, in mmol/L", "designation": [ { "use": { "system": "http://acme.com/config/fhir/codesystems/internal", "code": "internal-label" }, "value": "From ACME POC Testing" } ] }, { "code": "chol-mass", "display": "SChol (mg/L)", "definition": "Serum Cholesterol, in mg/L", "designation": [ { "use": { "system": "http://acme.com/config/fhir/codesystems/internal", "code": "internal-label" }, "value": "From Paragon Labs" } ] }, { "code": "chol", "display": "SChol", "definition": "Serum Cholesterol", "designation": [ { "use": { "system": "http://acme.com/config/fhir/codesystems/internal", "code": "internal-label" }, "value": "Obdurate Labs uses this with both kinds of units..." } ] } ] } }; var example843: fhir.ValueSet = { "compose": { "import": [ "http://hl7.org/fhir/ValueSet/v2-0136" ], "include": [ { "concept": [ { "code": "asked", "display": "Don't know" } ], "system": "http://hl7.org/fhir/data-absent-reason" } ] }, "description": "For Capturing simple yes-no-don't know answers", "expansion": { "contains": [ { "code": "Y", "display": "Yes", "system": "http://hl7.org/fhir/v2/0136" }, { "code": "N", "display": "No", "system": "http://hl7.org/fhir/v2/0136" }, { "code": "asked", "display": "Don't know", "system": "http://hl7.org/fhir/data-absent-reason" } ], "identifier": "urn:uuid:bf99fe50-2c2b-41ad-bd63-bee6919810b4", "timestamp": "2015-07-14T10:00:00Z" }, "id": "yesnodontknow", "name": "Yes/No/Don't Know", "resourceType": "ValueSet", "status": "draft", "text": { "div": "<div>\n <h3>Value Set Contents</h3>\n <p>This value set contains 3 concepts</p>\n <table class=\"codes\">\n <tr>\n <td>\n <b>Code</b>\n </td>\n <td>\n <b>System</b>\n </td>\n <td>\n <b>Display</b>\n </td>\n </tr>\n <tr>\n <td>\n <a name=\"http---hl7.org-fhir-v2-0136-Y\"> </a>Y\n </td>\n <td>http://hl7.org/fhir/v2/0136</td>\n <td>Yes</td>\n </tr>\n <tr>\n <td>\n <a name=\"http---hl7.org-fhir-v2-0136-N\"> </a>N\n </td>\n <td>http://hl7.org/fhir/v2/0136</td>\n <td>No</td>\n </tr>\n <tr>\n <td>\n <a name=\"http---hl7.org-fhir-data-absent-reason-asked\"> </a>\n <a href=\"valueset-data-absent-reason.html#asked\">asked</a>\n </td>\n <td>http://hl7.org/fhir/data-absent-reason</td>\n <td>Don't know</td>\n </tr>\n </table>\n <h2>Yes/No/Don't Know</h2>\n <p>For Capturing simple yes-no-don't know answers</p>\n <p>This value set includes codes from the following code systems:</p>\n <ul>\n <li>Import all the codes that are contained in http://hl7.org/fhir/ValueSet/v2-0136</li>\n <li>Include these codes as defined in \n <a href=\"valueset-data-absent-reason.html\">http://hl7.org/fhir/data-absent-reason</a>\n <table>\n <tr>\n <td>\n <b>Code</b>\n </td>\n <td>\n <b>Display</b>\n </td>\n </tr>\n <tr>\n <td>asked</td>\n <td>Don't know</td>\n <td>The source human does not know the value</td>\n </tr>\n </table>\n </li>\n </ul>\n </div>", "status": "generated" }, "url": "http://hl7.org/fhir/ValueSet/yesnodontknow" }; var example844: fhir.ValueSet = { "resourceType": "ValueSet", "id": "yesnodontknow", "text": { "status": "generated", "div": "<div>\n <h3>Value Set Contents</h3>\n <p>This value set contains 3 concepts</p>\n <table class=\"codes\">\n <tr>\n <td>\n <b>Code</b>\n </td>\n <td>\n <b>System</b>\n </td>\n <td>\n <b>Display</b>\n </td>\n </tr>\n <tr>\n <td>\n <a name=\"http---hl7.org-fhir-v2-0136-Y\"> </a>Y\n </td>\n <td>http://hl7.org/fhir/v2/0136</td>\n <td>Yes</td>\n </tr>\n <tr>\n <td>\n <a name=\"http---hl7.org-fhir-v2-0136-N\"> </a>N\n </td>\n <td>http://hl7.org/fhir/v2/0136</td>\n <td>No</td>\n </tr>\n <tr>\n <td>\n <a name=\"http---hl7.org-fhir-data-absent-reason-asked\"> </a>\n <a href=\"valueset-data-absent-reason.html#asked\">asked</a>\n </td>\n <td>http://hl7.org/fhir/data-absent-reason</td>\n <td>Don't know</td>\n </tr>\n </table>\n <h2>Yes/No/Don't Know</h2>\n <p>For Capturing simple yes-no-don't know answers</p>\n <p>This value set includes codes from the following code systems:</p>\n <ul>\n <li>Import all the codes that are contained in http://hl7.org/fhir/ValueSet/v2-0136</li>\n <li>Include these codes as defined in \n <a href=\"valueset-data-absent-reason.html\">http://hl7.org/fhir/data-absent-reason</a>\n <table>\n <tr>\n <td>\n <b>Code</b>\n </td>\n <td>\n <b>Display</b>\n </td>\n </tr>\n <tr>\n <td>asked</td>\n <td>Don't know</td>\n <td>The source human does not know the value</td>\n </tr>\n </table>\n </li>\n </ul>\n </div>" }, "url": "http://hl7.org/fhir/ValueSet/yesnodontknow", "name": "Yes/No/Don't Know", "status": "draft", "description": "For Capturing simple yes-no-don't know answers", "compose": { "import": [ "http://hl7.org/fhir/ValueSet/v2-0136" ], "include": [ { "system": "http://hl7.org/fhir/data-absent-reason", "concept": [ { "code": "asked", "display": "Don't know" } ] } ] }, "expansion": { "identifier": "urn:uuid:bf99fe50-2c2b-41ad-bd63-bee6919810b4", "timestamp": "2015-07-14T10:00:00Z", "contains": [ { "system": "http://hl7.org/fhir/v2/0136", "code": "Y", "display": "Yes" }, { "system": "http://hl7.org/fhir/v2/0136", "code": "N", "display": "No" }, { "system": "http://hl7.org/fhir/data-absent-reason", "code": "asked", "display": "Don't know" } ] } }; var example845: fhir.ValueSet = { "compose": { "include": [ { "concept": [ { "code": "14647-2", "display": "Cholesterol [Moles/Volume]" }, { "code": "2093-3", "display": "Cholesterol [Mass/Volume]" }, { "code": "35200-5", "display": "Cholesterol [Mass Or Moles/Volume]" }, { "code": "9342-7", "display": "Cholesterol [Percentile]" } ], "system": "http://loinc.org", "version": "2.36" } ] }, "contact": [ { "name": "FHIR project team", "telecom": [ { "system": "other", "value": "http://hl7.org/fhir" } ] } ], "copyright": "This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use", "date": "2015-06-22", "description": "This is an example value set that includes all the LOINC codes for serum/plasma cholesterol from v2.36", "experimental": true, "id": "example-intensional", "identifier": { "system": "http://acme.com/identifiers/valuesets", "value": "loinc-cholesterol-int" }, "lockedDate": "2012-06-13", "meta": { "profile": [ "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" ] }, "name": "LOINC Codes for Cholesterol in Serum/Plasma", "publisher": "HL7 International", "resourceType": "ValueSet", "status": "draft", "text": { "div": "<div>\n \n \n <p>Value set "LOINC Codes for Cholesterol": This is an example value set that includes \n all the codes for serum cholesterol from LOINC v2.36.</p>\n \n \n <p>Developed by: FHIR project team (example)</p>\n \n \n <p>Published for testing on 13-June 2012</p>\n \n \n <p>This value set includes the following LOINC codes:</p>\n \n \n <ul>\n \n \n <li>14647-2: Cholesterol [Moles/Volume]</li>\n \n \n <li>2093-3: Cholesterol [Mass/Volume]</li>\n \n \n <li>35200-5: Cholesterol [Mass Or Moles/Volume] </li>\n \n \n <li>9342-7: Cholesterol [Percentile]</li>\n \n \n </ul>\n \n \n <p>This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use</p>\n \n \n </div>", "status": "generated" }, "url": "http://hl7.org/fhir/ValueSet/example-intensional", "version": "20150622" }; var example846: fhir.ValueSet = { "resourceType": "ValueSet", "id": "example-intensional", "meta": { "profile": [ "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" ] }, "text": { "status": "generated", "div": "<div>\n \n \n <p>Value set "LOINC Codes for Cholesterol": This is an example value set that includes \n all the codes for serum cholesterol from LOINC v2.36.</p>\n \n \n <p>Developed by: FHIR project team (example)</p>\n \n \n <p>Published for testing on 13-June 2012</p>\n \n \n <p>This value set includes the following LOINC codes:</p>\n \n \n <ul>\n \n \n <li>14647-2: Cholesterol [Moles/Volume]</li>\n \n \n <li>2093-3: Cholesterol [Mass/Volume]</li>\n \n \n <li>35200-5: Cholesterol [Mass Or Moles/Volume] </li>\n \n \n <li>9342-7: Cholesterol [Percentile]</li>\n \n \n </ul>\n \n \n <p>This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use</p>\n \n \n </div>" }, "url": "http://hl7.org/fhir/ValueSet/example-intensional", "_url": { "fhir_comments": [ " \n\t for this example, we use a real URI, since this example does have a canonical address\n\t\tat which it's posted. Alternatively, We could have used an OID, or a UUID.\n \n Mote that this isn't the identifier for the LOINC codes themeselves - they belong to LOINC, and \n\t\tit has it's own identifier. This is the identifier for this set of codes, and that doesn't \n\t\tchange the codes.\n " ] }, "identifier": { "fhir_comments": [ " an imaginary identifier. This is a non FHIR identifier - might be used in a \n\t v2 context (though you always need to translate namespaces for v2) " ], "system": "http://acme.com/identifiers/valuesets", "value": "loinc-cholesterol-int" }, "version": "20150622", "_version": { "fhir_comments": [ " for version, we are going to simply use the day of publication. This is also \n arbitrary - whatever is here is what people use to refer to the version. \n Could also be a UUID too " ] }, "name": "LOINC Codes for Cholesterol in Serum/Plasma", "_name": { "fhir_comments": [ " set of loinc codes for cholesterol for LONC 2.36 " ] }, "status": "draft", "experimental": true, "publisher": "HL7 International", "contact": [ { "name": "FHIR project team", "telecom": [ { "system": "other", "value": "http://hl7.org/fhir" } ] } ], "date": "2015-06-22", "lockedDate": "2012-06-13", "_lockedDate": { "fhir_comments": [ " \n\t if we didn't specify the version of LOINC on the include, then\n\t we could specify it implicitly by specifying the locked date for the value set\n\t\t\n\t\tSo we show this example here, but it's not actually necessary since we also \n have LOINC version. Note: if you do what this example does, and specify both,\n\t\tyou better get it right, and specify the current version of LOINC at the time\n " ] }, "description": "This is an example value set that includes all the LOINC codes for serum/plasma cholesterol from v2.36", "copyright": "This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use", "compose": { "include": [ { "fhir_comments": [ " you could have multiple includes, if you wanted to include codes from more than\n one code system, or include codes with different modes. we don't, in this case " ], "system": "http://loinc.org", "version": "2.36", "concept": [ { "fhir_comments": [ " for LOINC, we simply include the listed codes - no subsumption in LOINC ", " these were selected by hand " ], "code": "14647-2", "display": "Cholesterol [Moles/Volume]", "_display": { "fhir_comments": [ " \n\t\t\t\t In this value set, we provide our own displays. \n\t\t\t\t\t\n\t\t\t\t\tYou have to be very careful doing this; it's all too \n\t\t\t\t\teasy to specify a different or lesser meaning, and then\n\t\t\t\t\tpeople use codes wrongly ()with obvious consequences for clinical safety)\n\t\t\t\t\n\t\t\t\t You're allowed to do this in a value set for 2 reasons:\n\t\t\t\t\t - people do it anyway\n\t\t\t\t\t\t- it does make sense to remove common text that's fixed in the context\n\t\t\t\t\t\t\n\t\t\t In this case, that's what we're doing here - removing\n\t\t\t\t\t'serum/plasma' from the names, since that's specified in the\n\t\t\t\t\tvalue set name " ] } }, { "code": "2093-3", "display": "Cholesterol [Mass/Volume]" }, { "code": "35200-5", "display": "Cholesterol [Mass Or Moles/Volume]" }, { "fhir_comments": [ " this is a different kind of code; whether it should be \n\t\t\t in a value set like this is a matter of clinical judgement.\n\t\t\t\tit's here in this example value set to raise the question\n\t\t\t\tfor implementers " ], "code": "9342-7", "display": "Cholesterol [Percentile]" } ] } ] } }; var example847: fhir.ValueSet = { "resourceType": "ValueSet", "id": "list-example-codes", "meta": { "lastUpdated": "2015-09-01T14:38:48.206+10:00", "profile": [ "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" ] }, "text": { "status": "generated", "div": "<div><h2>Example Use Codes for List</h2><p>Example use codes for the List resource - typical kinds of use. TODO: Does LOINC define useful codes?</p><p>This value set has an inline code system http://hl7.org/fhir/list-example-use-codes, which defines the following codes:</p><table class=\"codes\"><tr><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>alerts<a name=\"alerts\"> </a></td><td>Alerts</td><td>A list of alerts for the patient</td></tr><tr><td>adverserxns<a name=\"adverserxns\"> </a></td><td>Adverse Reactions</td><td>A list of part adverse reactions</td></tr><tr><td>allergies<a name=\"allergies\"> </a></td><td>Allergies</td><td>A list of Allergies for the patient</td></tr><tr><td>medications<a name=\"medications\"> </a></td><td>Medication List</td><td>A list of medication statements for the patient</td></tr><tr><td>problems<a name=\"problems\"> </a></td><td>Problem List</td><td>A list of problems that the patient is known of have (or have had in the past)</td></tr><tr><td>worklist<a name=\"worklist\"> </a></td><td>Worklist</td><td>A list of items that constitute a set of work to be performed (typically this code would be specialised for more specific uses, such as a ward round list)</td></tr><tr><td>waiting<a name=\"waiting\"> </a></td><td>Waiting List</td><td>A list of items waiting for an event (perhaps a surgical patient waiting list)</td></tr><tr><td>protocols<a name=\"protocols\"> </a></td><td>Protocols</td><td>A set of protocols to be followed</td></tr><tr><td>plans<a name=\"plans\"> </a></td><td>Care Plans</td><td>A set of care plans that apply in a particular context of care</td></tr></table></div>" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid", "valueUri": "urn:oid:2.16.840.1.113883.4.642.2.173" } ], "url": "http://hl7.org/fhir/ValueSet/list-example-codes", "version": "1.0.0", "name": "Example Use Codes for List", "status": "draft", "experimental": true, "publisher": "FHIR Project", "contact": [ { "telecom": [ { "system": "other", "value": "http://hl7.org/fhir" } ] } ], "date": "2015-09-01T14:38:48+10:00", "description": "Example use codes for the List resource - typical kinds of use. TODO: Does LOINC define useful codes?", "codeSystem": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid", "valueUri": "urn:oid:2.16.840.1.113883.4.642.1.173" } ], "system": "http://hl7.org/fhir/list-example-use-codes", "caseSensitive": true, "concept": [ { "code": "alerts", "display": "Alerts", "definition": "A list of alerts for the patient" }, { "code": "adverserxns", "display": "Adverse Reactions", "definition": "A list of part adverse reactions" }, { "code": "allergies", "display": "Allergies", "definition": "A list of Allergies for the patient" }, { "code": "medications", "display": "Medication List", "definition": "A list of medication statements for the patient" }, { "code": "problems", "display": "Problem List", "definition": "A list of problems that the patient is known of have (or have had in the past)" }, { "code": "worklist", "display": "Worklist", "definition": "A list of items that constitute a set of work to be performed (typically this code would be specialised for more specific uses, such as a ward round list)" }, { "code": "waiting", "display": "Waiting List", "definition": "A list of items waiting for an event (perhaps a surgical patient waiting list)" }, { "code": "protocols", "display": "Protocols", "definition": "A set of protocols to be followed" }, { "code": "plans", "display": "Care Plans", "definition": "A set of care plans that apply in a particular context of care" } ] } }; var example848: fhir.VisionPrescription = { "dateWritten": "2014-06-15", "dispense": [ { "add": 1.75, "axis": 160, "backCurve": 8.7, "brand": "OphthaGuard", "color": "green", "cylinder": -2.25, "diameter": 14, "duration": { "code": "month", "system": "http://unitsofmeasure.org", "unit": "month", "value": 1 }, "eye": "right", "power": -2.75, "product": { "code": "contact", "system": "http://hl7.org/fhir/ex-visionprescriptionproduct" } }, { "add": 1.75, "axis": 160, "backCurve": 8.7, "brand": "OphthaGuard", "color": "green", "cylinder": -3.5, "diameter": 14, "duration": { "code": "month", "system": "http://unitsofmeasure.org", "unit": "month", "value": 1 }, "eye": "left", "power": -2.75, "product": { "code": "contact", "system": "http://hl7.org/fhir/ex-visionprescriptionproduct" } } ], "id": "33124", "identifier": [ { "system": "http://www.happysight.com/prescription", "value": "15014" } ], "patient": { "reference": "Patient/example" }, "prescriber": { "reference": "Practitioner/example" }, "resourceType": "VisionPrescription", "text": { "div": "<div>Sample Contract Lens prescription</div>", "status": "generated" } }; var example849: fhir.VisionPrescription = { "resourceType": "VisionPrescription", "id": "33124", "text": { "status": "generated", "div": "<div>Sample Contract Lens prescription</div>" }, "identifier": [ { "system": "http://www.happysight.com/prescription", "value": "15014" } ], "dateWritten": "2014-06-15", "patient": { "reference": "Patient/example" }, "prescriber": { "reference": "Practitioner/example" }, "dispense": [ { "product": { "system": "http://hl7.org/fhir/ex-visionprescriptionproduct", "code": "contact" }, "eye": "right", "cylinder": -2.25, "axis": 160, "add": 1.75, "power": -2.75, "backCurve": 8.7, "diameter": 14, "duration": { "value": 1, "unit": "month", "system": "http://unitsofmeasure.org", "code": "month" }, "color": "green", "brand": "OphthaGuard" }, { "product": { "system": "http://hl7.org/fhir/ex-visionprescriptionproduct", "code": "contact" }, "eye": "left", "cylinder": -3.5, "axis": 160, "add": 1.75, "power": -2.75, "backCurve": 8.7, "diameter": 14, "duration": { "value": 1, "unit": "month", "system": "http://unitsofmeasure.org", "code": "month" }, "color": "green", "brand": "OphthaGuard" } ] }; var example850: fhir.VisionPrescription = { "dateWritten": "2014-06-15", "dispense": [ { "add": 2, "base": "down", "eye": "right", "prism": 0.5, "product": { "code": "lens", "system": "http://hl7.org/fhir/ex-visionprescriptionproduct" }, "sphere": -2 }, { "add": 2, "axis": 180, "base": "up", "cylinder": -0.5, "eye": "left", "prism": 0.5, "product": { "code": "lens", "system": "http://hl7.org/fhir/ex-visionprescriptionproduct" }, "sphere": -1 } ], "id": "33123", "identifier": [ { "system": "http://www.happysight.com/prescription", "value": "15013" } ], "patient": { "reference": "Patient/example" }, "prescriber": { "reference": "Practitioner/example" }, "resourceType": "VisionPrescription", "text": { "div": "<div>\n\t <p>OD -2.00 SPH +2.00 add 0.5 p.d. BD</p>\n <p>OS -1.00 -0.50 x 180 +2.00 add 0.5 p.d. BU</p>\n </div>", "status": "generated" } }; var example851: fhir.VisionPrescription = { "resourceType": "VisionPrescription", "id": "33123", "text": { "status": "generated", "div": "<div>\n\t <p>OD -2.00 SPH +2.00 add 0.5 p.d. BD</p>\n <p>OS -1.00 -0.50 x 180 +2.00 add 0.5 p.d. BU</p>\n </div>" }, "identifier": [ { "system": "http://www.happysight.com/prescription", "value": "15013" } ], "dateWritten": "2014-06-15", "patient": { "reference": "Patient/example" }, "prescriber": { "reference": "Practitioner/example" }, "dispense": [ { "product": { "system": "http://hl7.org/fhir/ex-visionprescriptionproduct", "code": "lens" }, "eye": "right", "sphere": -2, "prism": 0.5, "base": "down", "add": 2 }, { "product": { "system": "http://hl7.org/fhir/ex-visionprescriptionproduct", "code": "lens" }, "eye": "left", "sphere": -1, "cylinder": -0.5, "axis": 180, "prism": 0.5, "base": "up", "add": 2 } ] }; var example852: fhir.Bundle = { "entry": [ { "fullUrl": "urn:uuid:3fdc72f4-a11d-4a9d-9260-a9f745779e1d", "request": { "method": "POST", "url": "DocumentReference" }, "resource": { "author": [ { "reference": "Practitioner/a3" }, { "reference": "Practitioner/a4" } ], "content": [ { "attachment": { "contentType": "text/plain", "language": "en-us", "url": "http://localhost:9556/svc/fhir/Binary/1e404af3-077f-4bee-b7a6-a9be97e1ce32" }, "format": [ { "code": "urn:ihe:pcc:handp:2008", "system": "urn:oid:1.3.6.1.4.1.19376.1.2.3" } ] } ], "context": { "period": { "end": "2004-12-23T08:01:00+10:00", "start": "2004-12-23T08:00:00+10:00" }, "practiceSetting": { "coding": [ { "code": "General Medicine", "display": "General Medicine", "system": "http://ihe.net/connectathon/practiceSettingCodes" } ] } }, "created": "2005-12-24", "description": "Physical", "indexed": "2013-07-01T23:11:33+10:00", "masterIdentifier": { "system": "urn:ietf:rfc:3986", "value": "urn:oid:129.6.58.92.88336" }, "meta": { "lastUpdated": "2013-07-01T13:11:33Z" }, "resourceType": "DocumentReference", "status": "current", "subject": { "reference": "Patient/a2" }, "text": { "div": "<div>\n \n <a href=\"http://localhost:9556/svc/fhir/Binary/1e404af3-077f-4bee-b7a6-a9be97e1ce32\">Document: urn:oid:129.6.58.92.88336</a>undefined, created 24/12/2005\n </div>", "status": "generated" }, "type": { "coding": [ { "code": "History and Physical", "display": "History and Physical", "system": "http://ihe.net/connectathon/classCodes" } ] } } }, { "fullUrl": "http://localhost:9556/svc/fhir/Patient/a2", "request": { "ifNoneExist": "Patient?identifier=http://acme.org/xds/patients!89765a87b", "method": "POST", "url": "Patient" }, "resource": { "birthDate": "1956-05-27", "id": "a2", "identifier": [ { "use": "usual", "value": "MRN" } ], "meta": { "lastUpdated": "2013-07-01T13:11:33Z" }, "name": [ { "family": [ "Doe" ], "given": [ "John" ], "text": "DOE, John", "use": "usual" } ], "resourceType": "Patient", "text": { "div": "<div>Person DOE, John, M, dob: 27/05/1956</div>", "status": "generated" } } }, { "fullUrl": "http://localhost:9556/svc/fhir/Practitioner/a3", "request": { "method": "POST", "url": "Practitioner" }, "resource": { "id": "a3", "meta": { "lastUpdated": "2013-07-01T13:11:33Z" }, "name": { "family": [ "Smitty" ], "given": [ "Gerald" ], "use": "usual" }, "practitionerRole": [ { "managingOrganization": { "display": "Cleveland Clinic" }, "role": { "coding": [ { "code": "Attending" } ] }, "specialty": [ { "coding": [ { "code": "Orthopedic" } ] } ] }, { "managingOrganization": { "display": "Parma Community" } } ], "resourceType": "Practitioner", "text": { "div": "<div>Author Gerald Smitty @ Cleveland Clinic</div>", "status": "generated" } } }, { "fullUrl": "http://localhost:9556/svc/fhir/Practitioner/a4", "request": { "method": "POST", "url": "Practitioner" }, "resource": { "id": "a4", "meta": { "lastUpdated": "2013-07-01T13:11:33Z" }, "name": { "family": [ "Dopplemeyer" ], "given": [ "Sherry" ], "use": "usual" }, "practitionerRole": [ { "managingOrganization": { "display": "Cleveland Clinic" }, "role": { "coding": [ { "code": "Primary Surgon" } ] }, "specialty": [ { "coding": [ { "code": "Orthopedic" } ] } ] }, { "managingOrganization": { "display": "Berea Community" } } ], "resourceType": "Practitioner", "text": { "div": "<div>Author Person @ Cleveland Clinic</div>", "status": "generated" } } }, { "fullUrl": "http://localhost:9556/svc/fhir/Binary/1e404af3-077f-4bee-b7a6-a9be97e1ce32", "request": { "method": "POST", "url": "Binary" }, "resource": { "content": "YXNkYXNkYXNkYXNkYXNk", "contentType": "text/plain", "id": "1e404af3-077f-4bee-b7a6-a9be97e1ce32", "meta": { "lastUpdated": "2013-07-01T13:11:33Z" }, "resourceType": "Binary" } } ], "id": "xds", "meta": { "lastUpdated": "2013-07-01T13:11:33Z" }, "resourceType": "Bundle", "type": "transaction" }; var example853: fhir.Bundle = { "resourceType": "Bundle", "id": "xds", "meta": { "lastUpdated": "2013-07-01T13:11:33Z" }, "type": "transaction", "entry": [ { "fullUrl": "urn:uuid:3fdc72f4-a11d-4a9d-9260-a9f745779e1d", "resource": { "resourceType": "DocumentReference", "meta": { "lastUpdated": "2013-07-01T13:11:33Z" }, "text": { "status": "generated", "div": "<div>\n \n <a href=\"http://localhost:9556/svc/fhir/Binary/1e404af3-077f-4bee-b7a6-a9be97e1ce32\">Document: urn:oid:129.6.58.92.88336</a>undefined, created 24/12/2005\n </div>" }, "masterIdentifier": { "system": "urn:ietf:rfc:3986", "value": "urn:oid:129.6.58.92.88336" }, "subject": { "reference": "Patient/a2" }, "type": { "coding": [ { "system": "http://ihe.net/connectathon/classCodes", "code": "History and Physical", "display": "History and Physical" } ] }, "author": [ { "reference": "Practitioner/a3" }, { "reference": "Practitioner/a4" } ], "created": "2005-12-24", "indexed": "2013-07-01T23:11:33+10:00", "status": "current", "description": "Physical", "content": [ { "attachment": { "contentType": "text/plain", "language": "en-us", "url": "http://localhost:9556/svc/fhir/Binary/1e404af3-077f-4bee-b7a6-a9be97e1ce32" }, "format": [ { "system": "urn:oid:1.3.6.1.4.1.19376.1.2.3", "code": "urn:ihe:pcc:handp:2008" } ] } ], "context": { "period": { "start": "2004-12-23T08:00:00+10:00", "end": "2004-12-23T08:01:00+10:00" }, "practiceSetting": { "coding": [ { "system": "http://ihe.net/connectathon/practiceSettingCodes", "code": "General Medicine", "display": "General Medicine" } ] } } }, "request": { "method": "POST", "url": "DocumentReference" } }, { "fullUrl": "http://localhost:9556/svc/fhir/Patient/a2", "resource": { "resourceType": "Patient", "id": "a2", "meta": { "lastUpdated": "2013-07-01T13:11:33Z" }, "text": { "status": "generated", "div": "<div>Person DOE, John, M, dob: 27/05/1956</div>" }, "identifier": [ { "use": "usual", "value": "MRN" } ], "name": [ { "use": "usual", "text": "DOE, John", "family": [ "Doe" ], "given": [ "John" ] } ], "birthDate": "1956-05-27" }, "request": { "method": "POST", "url": "Patient", "ifNoneExist": "Patient?identifier=http://acme.org/xds/patients!89765a87b" } }, { "fullUrl": "http://localhost:9556/svc/fhir/Practitioner/a3", "resource": { "resourceType": "Practitioner", "id": "a3", "meta": { "lastUpdated": "2013-07-01T13:11:33Z" }, "text": { "status": "generated", "div": "<div>Author Gerald Smitty @ Cleveland Clinic</div>" }, "name": { "use": "usual", "family": [ "Smitty" ], "given": [ "Gerald" ] }, "practitionerRole": [ { "managingOrganization": { "display": "Cleveland Clinic" }, "role": { "coding": [ { "code": "Attending" } ] }, "specialty": [ { "coding": [ { "code": "Orthopedic" } ] } ] }, { "managingOrganization": { "display": "Parma Community" } } ] }, "request": { "method": "POST", "url": "Practitioner" } }, { "fullUrl": "http://localhost:9556/svc/fhir/Practitioner/a4", "resource": { "resourceType": "Practitioner", "id": "a4", "meta": { "fhir_comments": [ " cid:51b578b4-3ccb-4e67-b0dc-ef519d82ef2d@healthintersections.com.au " ], "lastUpdated": "2013-07-01T13:11:33Z" }, "text": { "status": "generated", "div": "<div>Author Person @ Cleveland Clinic</div>" }, "name": { "use": "usual", "family": [ "Dopplemeyer" ], "given": [ "Sherry" ] }, "practitionerRole": [ { "managingOrganization": { "display": "Cleveland Clinic" }, "role": { "coding": [ { "code": "Primary Surgon" } ] }, "specialty": [ { "coding": [ { "code": "Orthopedic" } ] } ] }, { "managingOrganization": { "display": "Berea Community" } } ] }, "request": { "method": "POST", "url": "Practitioner" } }, { "fullUrl": "http://localhost:9556/svc/fhir/Binary/1e404af3-077f-4bee-b7a6-a9be97e1ce32", "resource": { "resourceType": "Binary", "id": "1e404af3-077f-4bee-b7a6-a9be97e1ce32", "meta": { "lastUpdated": "2013-07-01T13:11:33Z" }, "contentType": "text/plain", "content": "YXNkYXNkYXNkYXNkYXNk" }, "request": { "method": "POST", "url": "Binary" } } ] };