Download presentation
Presentation is loading. Please wait.
Published byKatrina Price Modified over 8 years ago
1
intrto-1 CSE 5810 Miscellaneous FHIR Slides Prof. Steven A. Demurjian, Sr. Computer Science & Engineering Department The University of Connecticut 371 Fairfield Road, Box U-255 Storrs, CT 06269-2155 steve@engr.uconn.edu http://www.engr.uconn.edu/~steve (860) 486 - 4818
2
intrto-2 CSE 5810
3
intrto-3 CSE 5810 Primitive Types
4
intrto-4 CSE 5810 Complex Types
5
intrto-5 CSE 5810 Complex Types
6
intrto-6 CSE 5810 Examples of ICD-10 & SNOMED
7
intrto-7 CSE 5810Addresses
8
intrto-8 CSE 5810Resources
9
intrto-9 CSE 5810Resources
10
intrto-10 CSE 5810Resources
11
intrto-11 CSE 5810 Available Resources
12
intrto-12 CSE 5810 Available Resources
13
intrto-13 CSE 5810 Resources Conceptually
14
intrto-14 CSE 5810 Resources Conceptually
15
intrto-15 CSE 5810 Resources Conceptually
16
intrto-16 CSE 5810 Resources Conceptually
17
intrto-17 CSE 5810 Resources Conceptually
18
intrto-18 CSE 5810 Representing Resources in Different Formats The resources are described in several different ways: a hierarchical table that presents a logical view of the content a UML diagram that summarizes the content graphically a pseudo-XML syntax that provides a visual sense of what the end resource instances will look like in XML a pseudo-JSON syntax that provides a visual sense of what the end resource instances will look like in JSON
19
intrto-19 CSE 5810 XML vs. JSON
20
intrto-20 CSE 5810 XML vs. JSON
21
intrto-21 CSE 5810 XML vs. JSON
22
intrto-22 CSE 5810 JSON vs. RDF { "resourceType" : "Observation", "code" : { "coding" : { "system" : [ fhir:uri.value "http://loinc.org"], "code" : [ fhir:code.value "54411-4"], "display" : [ fhir:string.value "Rh immune globulin given Qualitative"] }, "text" : "Rh immune globulin" } @prefix loinc:. :resource a fhir:Observation; fhir:Observation.code [ a loinc:54411-4; fhir:CodeableConcept.coding [ fhir:Coding.system [ fhir:uri.value ] ; fhir:Coding.code [ fhir:code.value "54411-4" ]; fhir:Coding.display [ fhir:string.value "Rh immune globulin given Qualitative"]; ]; fhir:CodeableConcept.text [ fhir:string.value "Rh immune globulin" ]; ].
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.