updates for demographics project

This commit is contained in:
george 2012-03-31 20:39:11 +00:00
parent 461f4697e6
commit 24f9415112
4 changed files with 489 additions and 493 deletions

View File

@ -37,7 +37,7 @@ INITFARY(ZFARY) ; INITIALIZE FILE NUMBERS AND OTHER USEFUL THINGS
S @ZFARY@("C0XSFN")=172.201 ; TRIPLES STRINGS FILE NUMBER S @ZFARY@("C0XSFN")=172.201 ; TRIPLES STRINGS FILE NUMBER
S @ZFARY@("C0XTN")=$NA(^C0X(101)) ; TRIPLES GLOBAL NAME S @ZFARY@("C0XTN")=$NA(^C0X(101)) ; TRIPLES GLOBAL NAME
S @ZFARY@("C0XSN")=$NA(^C0X(201)) ; STRING FILE GLOBAL NAME S @ZFARY@("C0XSN")=$NA(^C0X(201)) ; STRING FILE GLOBAL NAME
S @ZFARY@("C0XDIR")="/home/glilly/sage/test/" S @ZFARY@("C0XDIR")="/home/glilly/fmts/trunk/samples/smart-new/"
S @ZFARY@("BLKLOAD")=1 ; this file supports block load S @ZFARY@("BLKLOAD")=1 ; this file supports block load
S @ZFARY@("FMTSSTYLE")="F2N" ; fileman style S @ZFARY@("FMTSSTYLE")="F2N" ; fileman style
S @ZFARY@("REPLYFMT")="JSON" S @ZFARY@("REPLYFMT")="JSON"
@ -287,9 +287,11 @@ PROCESS(ZRTN,ZRDF,ZGRF,ZMETA,FARY) ; PROCESS AN INCOMING RDF FILE
S C0XTYPE("owl:Ontology")=1 S C0XTYPE("owl:Ontology")=1
S C0XTYPE("owl:Class")=1 S C0XTYPE("owl:Class")=1
S C0XTYPE("rdfs:subClassOf")=1 S C0XTYPE("rdfs:subClassOf")=1
S C0XTYPE("rdf:RDF")=1
S ZI=$O(@ZDOM@(1,"C","")) S ZI=$O(@ZDOM@(1,"C",""))
I '$G(C0XTYPE(@ZDOM@(1,"C",ZI))) D Q ; not an rdf file I '$G(C0XTYPE(@ZDOM@(1,"C",ZI))) D ;Q ; not an rdf file
. W !,"Error. Not an RDF file. Cannot process." . W !,"Unusual RDF file ",@ZDOM@(1,"C",ZI)
. ;W !,"Error. Not an RDF file. Cannot process."
. D SHOW(1) . D SHOW(1)
; ;
; -- now process the rdf description children ; -- now process the rdf description children

View File

@ -63,6 +63,7 @@ VOCINIT ; INITIALIZE VOCABULARIES
S C0XVOC("fmts")="http://glilly.net/fmts#" S C0XVOC("fmts")="http://glilly.net/fmts#"
S C0XVOC("oro")="http://oro.com/vista/sage" ;change to get URL from system S C0XVOC("oro")="http://oro.com/vista/sage" ;change to get URL from system
S C0XVOC("sage")="http://oro.com/sage/schema#" S C0XVOC("sage")="http://oro.com/sage/schema#"
S C0XVOC("v")="http://www.w3.org/2006/vcard/ns#"
Q Q
; ;
EXT(C0XIN) ; EXTRINSIC WHICH EXPANDS NAMESPACES EXT(C0XIN) ; EXTRINSIC WHICH EXPANDS NAMESPACES

View File

@ -1,60 +1,53 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<rdf:RDF <rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:sp="http://smartplatforms.org/terms#" xmlns:sp="http://smartplatforms.org/terms#"
xmlns:dcterms="http://purl.org/dc/terms/" xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:v="http://www.w3.org/2006/vcard/ns#" xmlns:v="http://www.w3.org/2006/vcard/ns#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"> xmlns:foaf="http://xmlns.com/foaf/0.1/">
<sp:Demographics> <sp:Demographics>
<v:n>
<v:n> <v:Name>
<v:Name> <v:given-name>Bob</v:given-name>
<v:given-name>Bob</v:given-name> <v:additional-name>J</v:additional-name>
<v:additional-name>J</v:additional-name> <v:family-name>Odenkirk</v:family-name>
<v:family-name>Odenkirk</v:family-name> </v:Name>
</v:Name> </v:n>
</v:n> <v:adr>
<v:Address>
<v:adr> <rdf:type rdf:resource="http://www.w3.org/2006/vcard/ns#Home" />
<v:Address> <rdf:type rdf:resource="http://www.w3.org/2006/vcard/ns#Pref" />
<rdf:type rdf:resource="http://www.w3.org/2006/vcard/ns#Home" /> <v:street-address>15 Main St</v:street-address>
<rdf:type rdf:resource="http://www.w3.org/2006/vcard/ns#Pref" /> <v:extended-address>Apt 2</v:extended-address>
<v:locality>Wonderland</v:locality>
<v:street-address>15 Main St</v:street-address> <v:region>OZ</v:region>
<v:extended-address>Apt 2</v:extended-address> <v:postal-code>54321</v:postal-code>
<v:locality>Wonderland</v:locality> <v:country>USA</v:country>
<v:region>OZ</v:region> </v:Address>
<v:postal-code>54321</v:postal-code> </v:adr>
<v:country>USA</v:country> <v:tel>
</v:Address> <v:Tel>
</v:adr> <rdf:type rdf:resource="http://www.w3.org/2006/vcard/ns#Home" />
<rdf:type rdf:resource="http://www.w3.org/2006/vcard/ns#Pref" />
<v:tel> <rdf:value>800-555-1212</rdf:value>
<v:Tel> </v:Tel>
<rdf:type rdf:resource="http://www.w3.org/2006/vcard/ns#Home" /> </v:tel>
<rdf:type rdf:resource="http://www.w3.org/2006/vcard/ns#Pref" /> <v:tel>
<rdf:value>800-555-1212</rdf:value> <v:Tel>
</v:Tel> <rdf:type rdf:resource="http://www.w3.org/2006/vcard/ns#Cell" />
</v:tel> <rdf:value>800-555-1515</rdf:value>
</v:Tel>
<v:tel> </v:tel>
<v:Tel> <foaf:gender>male</foaf:gender>
<rdf:type rdf:resource="http://www.w3.org/2006/vcard/ns#Cell" /> <v:bday>1959-12-25</v:bday>
<rdf:value>800-555-1515</rdf:value> <v:email>bob.odenkirk@example.com</v:email>
</v:Tel>
</v:tel> <sp:medicalRecordNumber>
<sp:Code>
<foaf:gender>male</foaf:gender> <dcterms:title>My Hospital Record 2304575</dcterms:title>
<v:bday>1959-12-25</v:bday> <dcterms:identifier>2304575</dcterms:identifier>
<v:email>bob.odenkirk@example.com</v:email> <sp:system>My Hospital Record</sp:system>
</sp:Code>
<sp:medicalRecordNumber> </sp:medicalRecordNumber>
<sp:Code> </sp:Demographics>
<dcterms:title>My Hospital Record 2304575</dcterms:title> </rdf:RDF>
<dcterms:identifier>2304575</dcterms:identifier>
<sp:system>My Hospital Record</sp:system>
</sp:Code>
</sp:medicalRecordNumber>
</sp:Demographics>
</rdf:RDF>

View File

@ -1,431 +1,431 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF <rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/medications/4a2e8a0e-faf1-4b6c-9985-b44d649094da"> <rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/medications/4a2e8a0e-faf1-4b6c-9985-b44d649094da">
<rdf:type rdf:resource="http://smartplatforms.org/terms#Medication"/> <rdf:type rdf:resource="http://smartplatforms.org/terms#Medication"/>
<belongsTo xmlns="http://smartplatforms.org/terms#" rdf:resource="http://sandbox-api.smartplatforms.org/records/981968"/> <belongsTo xmlns="http://smartplatforms.org/terms#" rdf:resource="http://sandbox-api.smartplatforms.org/records/981968"/>
<drugName xmlns="http://smartplatforms.org/terms#" rdf:nodeID="iDPsDPss25605"/> <drugName xmlns="http://smartplatforms.org/terms#" rdf:nodeID="iDPsDPss25605"/>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:nodeID="iDPsDPss25605"> <rdf:Description rdf:nodeID="iDPsDPss25605">
<rdf:type rdf:resource="http://smartplatforms.org/terms#CodedValue"/> <rdf:type rdf:resource="http://smartplatforms.org/terms#CodedValue"/>
<code xmlns="http://smartplatforms.org/terms#" rdf:resource="http://rxnav.nlm.nih.gov/REST/rxcui/858869"/> <code xmlns="http://smartplatforms.org/terms#" rdf:resource="http://rxnav.nlm.nih.gov/REST/rxcui/858869"/>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:about="http://rxnav.nlm.nih.gov/REST/rxcui/858869"> <rdf:Description rdf:about="http://rxnav.nlm.nih.gov/REST/rxcui/858869">
<rdf:type rdf:resource="http://smartplatforms.org/terms#Code"/> <rdf:type rdf:resource="http://smartplatforms.org/terms#Code"/>
<title xmlns="http://purl.org/dc/terms/">carbinoxamine 0.4 MG/ML / Hydrocodone 1 MG/ML / Pseudoephedrine 6 MG/ML Oral Solution [Histex HC]</title> <title xmlns="http://purl.org/dc/terms/">carbinoxamine 0.4 MG/ML / Hydrocodone 1 MG/ML / Pseudoephedrine 6 MG/ML Oral Solution [Histex HC]</title>
<system xmlns="http://smartplatforms.org/terms#">http://rxnav.nlm.nih.gov/REST/rxcui/</system> <system xmlns="http://smartplatforms.org/terms#">http://rxnav.nlm.nih.gov/REST/rxcui/</system>
<identifier xmlns="http://purl.org/dc/terms/">858869</identifier> <identifier xmlns="http://purl.org/dc/terms/">858869</identifier>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:nodeID="iDPsDPss25605"> <rdf:Description rdf:nodeID="iDPsDPss25605">
<title xmlns="http://purl.org/dc/terms/">carbinoxamine 0.4 MG/ML / Hydrocodone 1 MG/ML / Pseudoephedrine 6 MG/ML Oral Solution [Histex HC]</title> <title xmlns="http://purl.org/dc/terms/">carbinoxamine 0.4 MG/ML / Hydrocodone 1 MG/ML / Pseudoephedrine 6 MG/ML Oral Solution [Histex HC]</title>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/medications/4a2e8a0e-faf1-4b6c-9985-b44d649094da"> <rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/medications/4a2e8a0e-faf1-4b6c-9985-b44d649094da">
<instructions xmlns="http://smartplatforms.org/terms#"></instructions> <instructions xmlns="http://smartplatforms.org/terms#"></instructions>
<startDate xmlns="http://smartplatforms.org/terms#">2006-09-01</startDate> <startDate xmlns="http://smartplatforms.org/terms#">2006-09-01</startDate>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:about="http://rxnav.nlm.nih.gov/REST/rxcui/858869"> <rdf:Description rdf:about="http://rxnav.nlm.nih.gov/REST/rxcui/858869">
<rdf:type rdf:resource="http://smartplatforms.org/terms/codes/RxNorm_Semantic"/> <rdf:type rdf:resource="http://smartplatforms.org/terms/codes/RxNorm_Semantic"/>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/medications/5495e373-58ce-417f-96ec-fa7ddff1f4a1"> <rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/medications/5495e373-58ce-417f-96ec-fa7ddff1f4a1">
<rdf:type rdf:resource="http://smartplatforms.org/terms#Medication"/> <rdf:type rdf:resource="http://smartplatforms.org/terms#Medication"/>
<fulfillment xmlns="http://smartplatforms.org/terms#" rdf:resource="http://sandbox-api.smartplatforms.org/records/981968/fulfillments/31e3911a-ceae-474b-a219-e73b235ef114"/> <fulfillment xmlns="http://smartplatforms.org/terms#" rdf:resource="http://sandbox-api.smartplatforms.org/records/981968/fulfillments/31e3911a-ceae-474b-a219-e73b235ef114"/>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/fulfillments/31e3911a-ceae-474b-a219-e73b235ef114"> <rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/fulfillments/31e3911a-ceae-474b-a219-e73b235ef114">
<rdf:type rdf:resource="http://smartplatforms.org/terms#Fulfillment"/> <rdf:type rdf:resource="http://smartplatforms.org/terms#Fulfillment"/>
<belongsTo xmlns="http://smartplatforms.org/terms#" rdf:resource="http://sandbox-api.smartplatforms.org/records/981968"/> <belongsTo xmlns="http://smartplatforms.org/terms#" rdf:resource="http://sandbox-api.smartplatforms.org/records/981968"/>
<medication xmlns="http://smartplatforms.org/terms#" rdf:resource="http://sandbox-api.smartplatforms.org/records/981968/medications/5495e373-58ce-417f-96ec-fa7ddff1f4a1"/> <medication xmlns="http://smartplatforms.org/terms#" rdf:resource="http://sandbox-api.smartplatforms.org/records/981968/medications/5495e373-58ce-417f-96ec-fa7ddff1f4a1"/>
<dispenseDaysSupply xmlns="http://smartplatforms.org/terms#">30</dispenseDaysSupply> <dispenseDaysSupply xmlns="http://smartplatforms.org/terms#">30</dispenseDaysSupply>
<date xmlns="http://purl.org/dc/terms/">2005-10-17</date> <date xmlns="http://purl.org/dc/terms/">2005-10-17</date>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/medications/5495e373-58ce-417f-96ec-fa7ddff1f4a1"> <rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/medications/5495e373-58ce-417f-96ec-fa7ddff1f4a1">
<quantity xmlns="http://smartplatforms.org/terms#" rdf:nodeID="iDPsDPss25632"/> <quantity xmlns="http://smartplatforms.org/terms#" rdf:nodeID="iDPsDPss25632"/>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:nodeID="iDPsDPss25632"> <rdf:Description rdf:nodeID="iDPsDPss25632">
<rdf:type rdf:resource="http://smartplatforms.org/terms#ValueAndUnit"/> <rdf:type rdf:resource="http://smartplatforms.org/terms#ValueAndUnit"/>
<value xmlns="http://smartplatforms.org/terms#">1</value> <value xmlns="http://smartplatforms.org/terms#">1</value>
<unit xmlns="http://smartplatforms.org/terms#">{tablet}</unit> <unit xmlns="http://smartplatforms.org/terms#">{tablet}</unit>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/medications/5495e373-58ce-417f-96ec-fa7ddff1f4a1"> <rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/medications/5495e373-58ce-417f-96ec-fa7ddff1f4a1">
<frequency xmlns="http://smartplatforms.org/terms#" rdf:nodeID="iDPsDPss25631"/> <frequency xmlns="http://smartplatforms.org/terms#" rdf:nodeID="iDPsDPss25631"/>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:nodeID="iDPsDPss25631"> <rdf:Description rdf:nodeID="iDPsDPss25631">
<rdf:type rdf:resource="http://smartplatforms.org/terms#ValueAndUnit"/> <rdf:type rdf:resource="http://smartplatforms.org/terms#ValueAndUnit"/>
<value xmlns="http://smartplatforms.org/terms#">1</value> <value xmlns="http://smartplatforms.org/terms#">1</value>
<unit xmlns="http://smartplatforms.org/terms#">/d</unit> <unit xmlns="http://smartplatforms.org/terms#">/d</unit>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/medications/5495e373-58ce-417f-96ec-fa7ddff1f4a1"> <rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/medications/5495e373-58ce-417f-96ec-fa7ddff1f4a1">
<belongsTo xmlns="http://smartplatforms.org/terms#" rdf:resource="http://sandbox-api.smartplatforms.org/records/981968"/> <belongsTo xmlns="http://smartplatforms.org/terms#" rdf:resource="http://sandbox-api.smartplatforms.org/records/981968"/>
<drugName xmlns="http://smartplatforms.org/terms#" rdf:nodeID="iDPsDPss25624"/> <drugName xmlns="http://smartplatforms.org/terms#" rdf:nodeID="iDPsDPss25624"/>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:nodeID="iDPsDPss25624"> <rdf:Description rdf:nodeID="iDPsDPss25624">
<rdf:type rdf:resource="http://smartplatforms.org/terms#CodedValue"/> <rdf:type rdf:resource="http://smartplatforms.org/terms#CodedValue"/>
<code xmlns="http://smartplatforms.org/terms#" rdf:resource="http://rxnav.nlm.nih.gov/REST/rxcui/285004"/> <code xmlns="http://smartplatforms.org/terms#" rdf:resource="http://rxnav.nlm.nih.gov/REST/rxcui/285004"/>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:about="http://rxnav.nlm.nih.gov/REST/rxcui/285004"> <rdf:Description rdf:about="http://rxnav.nlm.nih.gov/REST/rxcui/285004">
<rdf:type rdf:resource="http://smartplatforms.org/terms#Code"/> <rdf:type rdf:resource="http://smartplatforms.org/terms#Code"/>
<title xmlns="http://purl.org/dc/terms/">Etodolac 400 MG Extended Release Tablet</title> <title xmlns="http://purl.org/dc/terms/">Etodolac 400 MG Extended Release Tablet</title>
<system xmlns="http://smartplatforms.org/terms#">http://rxnav.nlm.nih.gov/REST/rxcui/</system> <system xmlns="http://smartplatforms.org/terms#">http://rxnav.nlm.nih.gov/REST/rxcui/</system>
<identifier xmlns="http://purl.org/dc/terms/">285004</identifier> <identifier xmlns="http://purl.org/dc/terms/">285004</identifier>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:nodeID="iDPsDPss25624"> <rdf:Description rdf:nodeID="iDPsDPss25624">
<title xmlns="http://purl.org/dc/terms/">Etodolac 400 MG Extended Release Tablet</title> <title xmlns="http://purl.org/dc/terms/">Etodolac 400 MG Extended Release Tablet</title>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/medications/5495e373-58ce-417f-96ec-fa7ddff1f4a1"> <rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/medications/5495e373-58ce-417f-96ec-fa7ddff1f4a1">
<instructions xmlns="http://smartplatforms.org/terms#">1 daily</instructions> <instructions xmlns="http://smartplatforms.org/terms#">1 daily</instructions>
<startDate xmlns="http://smartplatforms.org/terms#">2005-10-17</startDate> <startDate xmlns="http://smartplatforms.org/terms#">2005-10-17</startDate>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:about="http://rxnav.nlm.nih.gov/REST/rxcui/285004"> <rdf:Description rdf:about="http://rxnav.nlm.nih.gov/REST/rxcui/285004">
<rdf:type rdf:resource="http://smartplatforms.org/terms/codes/RxNorm_Semantic"/> <rdf:type rdf:resource="http://smartplatforms.org/terms/codes/RxNorm_Semantic"/>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/medications/01d89f4b-3a29-4d5e-8eda-75372c683407"> <rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/medications/01d89f4b-3a29-4d5e-8eda-75372c683407">
<rdf:type rdf:resource="http://smartplatforms.org/terms#Medication"/> <rdf:type rdf:resource="http://smartplatforms.org/terms#Medication"/>
<fulfillment xmlns="http://smartplatforms.org/terms#" rdf:resource="http://sandbox-api.smartplatforms.org/records/981968/fulfillments/b0d1ec9d-aa6e-4a55-817e-934fd8a35451"/> <fulfillment xmlns="http://smartplatforms.org/terms#" rdf:resource="http://sandbox-api.smartplatforms.org/records/981968/fulfillments/b0d1ec9d-aa6e-4a55-817e-934fd8a35451"/>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/fulfillments/b0d1ec9d-aa6e-4a55-817e-934fd8a35451"> <rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/fulfillments/b0d1ec9d-aa6e-4a55-817e-934fd8a35451">
<rdf:type rdf:resource="http://smartplatforms.org/terms#Fulfillment"/> <rdf:type rdf:resource="http://smartplatforms.org/terms#Fulfillment"/>
<belongsTo xmlns="http://smartplatforms.org/terms#" rdf:resource="http://sandbox-api.smartplatforms.org/records/981968"/> <belongsTo xmlns="http://smartplatforms.org/terms#" rdf:resource="http://sandbox-api.smartplatforms.org/records/981968"/>
<medication xmlns="http://smartplatforms.org/terms#" rdf:resource="http://sandbox-api.smartplatforms.org/records/981968/medications/01d89f4b-3a29-4d5e-8eda-75372c683407"/> <medication xmlns="http://smartplatforms.org/terms#" rdf:resource="http://sandbox-api.smartplatforms.org/records/981968/medications/01d89f4b-3a29-4d5e-8eda-75372c683407"/>
<dispenseDaysSupply xmlns="http://smartplatforms.org/terms#">3</dispenseDaysSupply> <dispenseDaysSupply xmlns="http://smartplatforms.org/terms#">3</dispenseDaysSupply>
<date xmlns="http://purl.org/dc/terms/">2005-05-17</date> <date xmlns="http://purl.org/dc/terms/">2005-05-17</date>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/medications/01d89f4b-3a29-4d5e-8eda-75372c683407"> <rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/medications/01d89f4b-3a29-4d5e-8eda-75372c683407">
<quantity xmlns="http://smartplatforms.org/terms#" rdf:nodeID="iDPsDPss25599"/> <quantity xmlns="http://smartplatforms.org/terms#" rdf:nodeID="iDPsDPss25599"/>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:nodeID="iDPsDPss25599"> <rdf:Description rdf:nodeID="iDPsDPss25599">
<rdf:type rdf:resource="http://smartplatforms.org/terms#ValueAndUnit"/> <rdf:type rdf:resource="http://smartplatforms.org/terms#ValueAndUnit"/>
<value xmlns="http://smartplatforms.org/terms#">1</value> <value xmlns="http://smartplatforms.org/terms#">1</value>
<unit xmlns="http://smartplatforms.org/terms#">{tablet}</unit> <unit xmlns="http://smartplatforms.org/terms#">{tablet}</unit>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/medications/01d89f4b-3a29-4d5e-8eda-75372c683407"> <rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/medications/01d89f4b-3a29-4d5e-8eda-75372c683407">
<frequency xmlns="http://smartplatforms.org/terms#" rdf:nodeID="iDPsDPss25628"/> <frequency xmlns="http://smartplatforms.org/terms#" rdf:nodeID="iDPsDPss25628"/>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:nodeID="iDPsDPss25628"> <rdf:Description rdf:nodeID="iDPsDPss25628">
<rdf:type rdf:resource="http://smartplatforms.org/terms#ValueAndUnit"/> <rdf:type rdf:resource="http://smartplatforms.org/terms#ValueAndUnit"/>
<value xmlns="http://smartplatforms.org/terms#">4</value> <value xmlns="http://smartplatforms.org/terms#">4</value>
<unit xmlns="http://smartplatforms.org/terms#">/d</unit> <unit xmlns="http://smartplatforms.org/terms#">/d</unit>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/medications/01d89f4b-3a29-4d5e-8eda-75372c683407"> <rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/medications/01d89f4b-3a29-4d5e-8eda-75372c683407">
<belongsTo xmlns="http://smartplatforms.org/terms#" rdf:resource="http://sandbox-api.smartplatforms.org/records/981968"/> <belongsTo xmlns="http://smartplatforms.org/terms#" rdf:resource="http://sandbox-api.smartplatforms.org/records/981968"/>
<drugName xmlns="http://smartplatforms.org/terms#" rdf:nodeID="iDPsDPss25616"/> <drugName xmlns="http://smartplatforms.org/terms#" rdf:nodeID="iDPsDPss25616"/>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:nodeID="iDPsDPss25616"> <rdf:Description rdf:nodeID="iDPsDPss25616">
<rdf:type rdf:resource="http://smartplatforms.org/terms#CodedValue"/> <rdf:type rdf:resource="http://smartplatforms.org/terms#CodedValue"/>
<code xmlns="http://smartplatforms.org/terms#" rdf:resource="http://rxnav.nlm.nih.gov/REST/rxcui/856903"/> <code xmlns="http://smartplatforms.org/terms#" rdf:resource="http://rxnav.nlm.nih.gov/REST/rxcui/856903"/>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:about="http://rxnav.nlm.nih.gov/REST/rxcui/856903"> <rdf:Description rdf:about="http://rxnav.nlm.nih.gov/REST/rxcui/856903">
<rdf:type rdf:resource="http://smartplatforms.org/terms#Code"/> <rdf:type rdf:resource="http://smartplatforms.org/terms#Code"/>
<title xmlns="http://purl.org/dc/terms/">Acetaminophen 500 MG / Hydrocodone 5 MG Oral Tablet</title> <title xmlns="http://purl.org/dc/terms/">Acetaminophen 500 MG / Hydrocodone 5 MG Oral Tablet</title>
<system xmlns="http://smartplatforms.org/terms#">http://rxnav.nlm.nih.gov/REST/rxcui/</system> <system xmlns="http://smartplatforms.org/terms#">http://rxnav.nlm.nih.gov/REST/rxcui/</system>
<identifier xmlns="http://purl.org/dc/terms/">856903</identifier> <identifier xmlns="http://purl.org/dc/terms/">856903</identifier>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:nodeID="iDPsDPss25616"> <rdf:Description rdf:nodeID="iDPsDPss25616">
<title xmlns="http://purl.org/dc/terms/">Acetaminophen 500 MG / Hydrocodone 5 MG Oral Tablet</title> <title xmlns="http://purl.org/dc/terms/">Acetaminophen 500 MG / Hydrocodone 5 MG Oral Tablet</title>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/medications/01d89f4b-3a29-4d5e-8eda-75372c683407"> <rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/medications/01d89f4b-3a29-4d5e-8eda-75372c683407">
<instructions xmlns="http://smartplatforms.org/terms#">1 q6h prn pain</instructions> <instructions xmlns="http://smartplatforms.org/terms#">1 q6h prn pain</instructions>
<startDate xmlns="http://smartplatforms.org/terms#">2005-05-17</startDate> <startDate xmlns="http://smartplatforms.org/terms#">2005-05-17</startDate>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:about="http://rxnav.nlm.nih.gov/REST/rxcui/856903"> <rdf:Description rdf:about="http://rxnav.nlm.nih.gov/REST/rxcui/856903">
<rdf:type rdf:resource="http://smartplatforms.org/terms/codes/RxNorm_Semantic"/> <rdf:type rdf:resource="http://smartplatforms.org/terms/codes/RxNorm_Semantic"/>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/medications/be6f0e9d-fbc6-45da-bdbb-e140993d6364"> <rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/medications/be6f0e9d-fbc6-45da-bdbb-e140993d6364">
<rdf:type rdf:resource="http://smartplatforms.org/terms#Medication"/> <rdf:type rdf:resource="http://smartplatforms.org/terms#Medication"/>
<fulfillment xmlns="http://smartplatforms.org/terms#" rdf:resource="http://sandbox-api.smartplatforms.org/records/981968/fulfillments/366beb59-4da8-4f66-b758-bb82778aaeea"/> <fulfillment xmlns="http://smartplatforms.org/terms#" rdf:resource="http://sandbox-api.smartplatforms.org/records/981968/fulfillments/366beb59-4da8-4f66-b758-bb82778aaeea"/>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/fulfillments/366beb59-4da8-4f66-b758-bb82778aaeea"> <rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/fulfillments/366beb59-4da8-4f66-b758-bb82778aaeea">
<rdf:type rdf:resource="http://smartplatforms.org/terms#Fulfillment"/> <rdf:type rdf:resource="http://smartplatforms.org/terms#Fulfillment"/>
<belongsTo xmlns="http://smartplatforms.org/terms#" rdf:resource="http://sandbox-api.smartplatforms.org/records/981968"/> <belongsTo xmlns="http://smartplatforms.org/terms#" rdf:resource="http://sandbox-api.smartplatforms.org/records/981968"/>
<medication xmlns="http://smartplatforms.org/terms#" rdf:resource="http://sandbox-api.smartplatforms.org/records/981968/medications/be6f0e9d-fbc6-45da-bdbb-e140993d6364"/> <medication xmlns="http://smartplatforms.org/terms#" rdf:resource="http://sandbox-api.smartplatforms.org/records/981968/medications/be6f0e9d-fbc6-45da-bdbb-e140993d6364"/>
<dispenseDaysSupply xmlns="http://smartplatforms.org/terms#">10</dispenseDaysSupply> <dispenseDaysSupply xmlns="http://smartplatforms.org/terms#">10</dispenseDaysSupply>
<date xmlns="http://purl.org/dc/terms/">2008-07-10</date> <date xmlns="http://purl.org/dc/terms/">2008-07-10</date>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/medications/be6f0e9d-fbc6-45da-bdbb-e140993d6364"> <rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/medications/be6f0e9d-fbc6-45da-bdbb-e140993d6364">
<quantity xmlns="http://smartplatforms.org/terms#" rdf:nodeID="iDPsDPss25598"/> <quantity xmlns="http://smartplatforms.org/terms#" rdf:nodeID="iDPsDPss25598"/>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:nodeID="iDPsDPss25598"> <rdf:Description rdf:nodeID="iDPsDPss25598">
<rdf:type rdf:resource="http://smartplatforms.org/terms#ValueAndUnit"/> <rdf:type rdf:resource="http://smartplatforms.org/terms#ValueAndUnit"/>
<value xmlns="http://smartplatforms.org/terms#">1</value> <value xmlns="http://smartplatforms.org/terms#">1</value>
<unit xmlns="http://smartplatforms.org/terms#">{tablet}</unit> <unit xmlns="http://smartplatforms.org/terms#">{tablet}</unit>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/medications/be6f0e9d-fbc6-45da-bdbb-e140993d6364"> <rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/medications/be6f0e9d-fbc6-45da-bdbb-e140993d6364">
<frequency xmlns="http://smartplatforms.org/terms#" rdf:nodeID="iDPsDPss25592"/> <frequency xmlns="http://smartplatforms.org/terms#" rdf:nodeID="iDPsDPss25592"/>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:nodeID="iDPsDPss25592"> <rdf:Description rdf:nodeID="iDPsDPss25592">
<rdf:type rdf:resource="http://smartplatforms.org/terms#ValueAndUnit"/> <rdf:type rdf:resource="http://smartplatforms.org/terms#ValueAndUnit"/>
<value xmlns="http://smartplatforms.org/terms#">4</value> <value xmlns="http://smartplatforms.org/terms#">4</value>
<unit xmlns="http://smartplatforms.org/terms#">/d</unit> <unit xmlns="http://smartplatforms.org/terms#">/d</unit>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/medications/be6f0e9d-fbc6-45da-bdbb-e140993d6364"> <rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/medications/be6f0e9d-fbc6-45da-bdbb-e140993d6364">
<belongsTo xmlns="http://smartplatforms.org/terms#" rdf:resource="http://sandbox-api.smartplatforms.org/records/981968"/> <belongsTo xmlns="http://smartplatforms.org/terms#" rdf:resource="http://sandbox-api.smartplatforms.org/records/981968"/>
<drugName xmlns="http://smartplatforms.org/terms#" rdf:nodeID="iDPsDPss25596"/> <drugName xmlns="http://smartplatforms.org/terms#" rdf:nodeID="iDPsDPss25596"/>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:nodeID="iDPsDPss25596"> <rdf:Description rdf:nodeID="iDPsDPss25596">
<rdf:type rdf:resource="http://smartplatforms.org/terms#CodedValue"/> <rdf:type rdf:resource="http://smartplatforms.org/terms#CodedValue"/>
<code xmlns="http://smartplatforms.org/terms#" rdf:resource="http://rxnav.nlm.nih.gov/REST/rxcui/309114"/> <code xmlns="http://smartplatforms.org/terms#" rdf:resource="http://rxnav.nlm.nih.gov/REST/rxcui/309114"/>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:about="http://rxnav.nlm.nih.gov/REST/rxcui/309114"> <rdf:Description rdf:about="http://rxnav.nlm.nih.gov/REST/rxcui/309114">
<rdf:type rdf:resource="http://smartplatforms.org/terms#Code"/> <rdf:type rdf:resource="http://smartplatforms.org/terms#Code"/>
<title xmlns="http://purl.org/dc/terms/">Cephalexin 500 MG Oral Capsule</title> <title xmlns="http://purl.org/dc/terms/">Cephalexin 500 MG Oral Capsule</title>
<system xmlns="http://smartplatforms.org/terms#">http://rxnav.nlm.nih.gov/REST/rxcui/</system> <system xmlns="http://smartplatforms.org/terms#">http://rxnav.nlm.nih.gov/REST/rxcui/</system>
<identifier xmlns="http://purl.org/dc/terms/">309114</identifier> <identifier xmlns="http://purl.org/dc/terms/">309114</identifier>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:nodeID="iDPsDPss25596"> <rdf:Description rdf:nodeID="iDPsDPss25596">
<title xmlns="http://purl.org/dc/terms/">Cephalexin 500 MG Oral Capsule</title> <title xmlns="http://purl.org/dc/terms/">Cephalexin 500 MG Oral Capsule</title>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/medications/be6f0e9d-fbc6-45da-bdbb-e140993d6364"> <rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/medications/be6f0e9d-fbc6-45da-bdbb-e140993d6364">
<instructions xmlns="http://smartplatforms.org/terms#">1 qid</instructions> <instructions xmlns="http://smartplatforms.org/terms#">1 qid</instructions>
<startDate xmlns="http://smartplatforms.org/terms#">2008-07-10</startDate> <startDate xmlns="http://smartplatforms.org/terms#">2008-07-10</startDate>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:about="http://rxnav.nlm.nih.gov/REST/rxcui/309114"> <rdf:Description rdf:about="http://rxnav.nlm.nih.gov/REST/rxcui/309114">
<rdf:type rdf:resource="http://smartplatforms.org/terms/codes/RxNorm_Semantic"/> <rdf:type rdf:resource="http://smartplatforms.org/terms/codes/RxNorm_Semantic"/>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/medications/b52bd7b7-ac0e-450c-b944-420df230ab32"> <rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/medications/b52bd7b7-ac0e-450c-b944-420df230ab32">
<rdf:type rdf:resource="http://smartplatforms.org/terms#Medication"/> <rdf:type rdf:resource="http://smartplatforms.org/terms#Medication"/>
<quantity xmlns="http://smartplatforms.org/terms#" rdf:nodeID="iDPsDPss25581"/> <quantity xmlns="http://smartplatforms.org/terms#" rdf:nodeID="iDPsDPss25581"/>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:nodeID="iDPsDPss25581"> <rdf:Description rdf:nodeID="iDPsDPss25581">
<rdf:type rdf:resource="http://smartplatforms.org/terms#ValueAndUnit"/> <rdf:type rdf:resource="http://smartplatforms.org/terms#ValueAndUnit"/>
<value xmlns="http://smartplatforms.org/terms#">2</value> <value xmlns="http://smartplatforms.org/terms#">2</value>
<unit xmlns="http://smartplatforms.org/terms#">{puff}</unit> <unit xmlns="http://smartplatforms.org/terms#">{puff}</unit>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/medications/b52bd7b7-ac0e-450c-b944-420df230ab32"> <rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/medications/b52bd7b7-ac0e-450c-b944-420df230ab32">
<frequency xmlns="http://smartplatforms.org/terms#" rdf:nodeID="iDPsDPss25580"/> <frequency xmlns="http://smartplatforms.org/terms#" rdf:nodeID="iDPsDPss25580"/>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:nodeID="iDPsDPss25580"> <rdf:Description rdf:nodeID="iDPsDPss25580">
<rdf:type rdf:resource="http://smartplatforms.org/terms#ValueAndUnit"/> <rdf:type rdf:resource="http://smartplatforms.org/terms#ValueAndUnit"/>
<value xmlns="http://smartplatforms.org/terms#">4</value> <value xmlns="http://smartplatforms.org/terms#">4</value>
<unit xmlns="http://smartplatforms.org/terms#">/d</unit> <unit xmlns="http://smartplatforms.org/terms#">/d</unit>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/medications/b52bd7b7-ac0e-450c-b944-420df230ab32"> <rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/medications/b52bd7b7-ac0e-450c-b944-420df230ab32">
<belongsTo xmlns="http://smartplatforms.org/terms#" rdf:resource="http://sandbox-api.smartplatforms.org/records/981968"/> <belongsTo xmlns="http://smartplatforms.org/terms#" rdf:resource="http://sandbox-api.smartplatforms.org/records/981968"/>
<drugName xmlns="http://smartplatforms.org/terms#" rdf:nodeID="iDPsDPss25578"/> <drugName xmlns="http://smartplatforms.org/terms#" rdf:nodeID="iDPsDPss25578"/>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:nodeID="iDPsDPss25578"> <rdf:Description rdf:nodeID="iDPsDPss25578">
<rdf:type rdf:resource="http://smartplatforms.org/terms#CodedValue"/> <rdf:type rdf:resource="http://smartplatforms.org/terms#CodedValue"/>
<code xmlns="http://smartplatforms.org/terms#" rdf:resource="http://rxnav.nlm.nih.gov/REST/rxcui/745752"/> <code xmlns="http://smartplatforms.org/terms#" rdf:resource="http://rxnav.nlm.nih.gov/REST/rxcui/745752"/>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:about="http://rxnav.nlm.nih.gov/REST/rxcui/745752"> <rdf:Description rdf:about="http://rxnav.nlm.nih.gov/REST/rxcui/745752">
<rdf:type rdf:resource="http://smartplatforms.org/terms#Code"/> <rdf:type rdf:resource="http://smartplatforms.org/terms#Code"/>
<title xmlns="http://purl.org/dc/terms/">200 ACTUAT Albuterol 0.09 MG/ACTUAT Metered Dose Inhaler [ProAir HFA]</title> <title xmlns="http://purl.org/dc/terms/">200 ACTUAT Albuterol 0.09 MG/ACTUAT Metered Dose Inhaler [ProAir HFA]</title>
<system xmlns="http://smartplatforms.org/terms#">http://rxnav.nlm.nih.gov/REST/rxcui/</system> <system xmlns="http://smartplatforms.org/terms#">http://rxnav.nlm.nih.gov/REST/rxcui/</system>
<identifier xmlns="http://purl.org/dc/terms/">745752</identifier> <identifier xmlns="http://purl.org/dc/terms/">745752</identifier>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:nodeID="iDPsDPss25578"> <rdf:Description rdf:nodeID="iDPsDPss25578">
<title xmlns="http://purl.org/dc/terms/">200 ACTUAT Albuterol 0.09 MG/ACTUAT Metered Dose Inhaler [ProAir HFA]</title> <title xmlns="http://purl.org/dc/terms/">200 ACTUAT Albuterol 0.09 MG/ACTUAT Metered Dose Inhaler [ProAir HFA]</title>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/medications/b52bd7b7-ac0e-450c-b944-420df230ab32"> <rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/medications/b52bd7b7-ac0e-450c-b944-420df230ab32">
<instructions xmlns="http://smartplatforms.org/terms#">2 puffs qid prn SOB</instructions> <instructions xmlns="http://smartplatforms.org/terms#">2 puffs qid prn SOB</instructions>
<startDate xmlns="http://smartplatforms.org/terms#">2006-09-01</startDate> <startDate xmlns="http://smartplatforms.org/terms#">2006-09-01</startDate>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:about="http://rxnav.nlm.nih.gov/REST/rxcui/745752"> <rdf:Description rdf:about="http://rxnav.nlm.nih.gov/REST/rxcui/745752">
<rdf:type rdf:resource="http://smartplatforms.org/terms/codes/RxNorm_Semantic"/> <rdf:type rdf:resource="http://smartplatforms.org/terms/codes/RxNorm_Semantic"/>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/medications/0ee29f0b-3cc5-4215-b867-089bcd975d51"> <rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/medications/0ee29f0b-3cc5-4215-b867-089bcd975d51">
<rdf:type rdf:resource="http://smartplatforms.org/terms#Medication"/> <rdf:type rdf:resource="http://smartplatforms.org/terms#Medication"/>
<quantity xmlns="http://smartplatforms.org/terms#" rdf:nodeID="iDPsDPss25589"/> <quantity xmlns="http://smartplatforms.org/terms#" rdf:nodeID="iDPsDPss25589"/>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:nodeID="iDPsDPss25589"> <rdf:Description rdf:nodeID="iDPsDPss25589">
<rdf:type rdf:resource="http://smartplatforms.org/terms#ValueAndUnit"/> <rdf:type rdf:resource="http://smartplatforms.org/terms#ValueAndUnit"/>
<value xmlns="http://smartplatforms.org/terms#">2</value> <value xmlns="http://smartplatforms.org/terms#">2</value>
<unit xmlns="http://smartplatforms.org/terms#">{puff}</unit> <unit xmlns="http://smartplatforms.org/terms#">{puff}</unit>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/medications/0ee29f0b-3cc5-4215-b867-089bcd975d51"> <rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/medications/0ee29f0b-3cc5-4215-b867-089bcd975d51">
<frequency xmlns="http://smartplatforms.org/terms#" rdf:nodeID="iDPsDPss25588"/> <frequency xmlns="http://smartplatforms.org/terms#" rdf:nodeID="iDPsDPss25588"/>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:nodeID="iDPsDPss25588"> <rdf:Description rdf:nodeID="iDPsDPss25588">
<rdf:type rdf:resource="http://smartplatforms.org/terms#ValueAndUnit"/> <rdf:type rdf:resource="http://smartplatforms.org/terms#ValueAndUnit"/>
<value xmlns="http://smartplatforms.org/terms#">4</value> <value xmlns="http://smartplatforms.org/terms#">4</value>
<unit xmlns="http://smartplatforms.org/terms#">/d</unit> <unit xmlns="http://smartplatforms.org/terms#">/d</unit>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/medications/0ee29f0b-3cc5-4215-b867-089bcd975d51"> <rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/medications/0ee29f0b-3cc5-4215-b867-089bcd975d51">
<belongsTo xmlns="http://smartplatforms.org/terms#" rdf:resource="http://sandbox-api.smartplatforms.org/records/981968"/> <belongsTo xmlns="http://smartplatforms.org/terms#" rdf:resource="http://sandbox-api.smartplatforms.org/records/981968"/>
<drugName xmlns="http://smartplatforms.org/terms#" rdf:nodeID="iDPsDPss25587"/> <drugName xmlns="http://smartplatforms.org/terms#" rdf:nodeID="iDPsDPss25587"/>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:nodeID="iDPsDPss25587"> <rdf:Description rdf:nodeID="iDPsDPss25587">
<rdf:type rdf:resource="http://smartplatforms.org/terms#CodedValue"/> <rdf:type rdf:resource="http://smartplatforms.org/terms#CodedValue"/>
<code xmlns="http://smartplatforms.org/terms#" rdf:resource="http://rxnav.nlm.nih.gov/REST/rxcui/745679"/> <code xmlns="http://smartplatforms.org/terms#" rdf:resource="http://rxnav.nlm.nih.gov/REST/rxcui/745679"/>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:about="http://rxnav.nlm.nih.gov/REST/rxcui/745679"> <rdf:Description rdf:about="http://rxnav.nlm.nih.gov/REST/rxcui/745679">
<rdf:type rdf:resource="http://smartplatforms.org/terms#Code"/> <rdf:type rdf:resource="http://smartplatforms.org/terms#Code"/>
<title xmlns="http://purl.org/dc/terms/">200 ACTUAT Albuterol 0.09 MG/ACTUAT Metered Dose Inhaler</title> <title xmlns="http://purl.org/dc/terms/">200 ACTUAT Albuterol 0.09 MG/ACTUAT Metered Dose Inhaler</title>
<system xmlns="http://smartplatforms.org/terms#">http://rxnav.nlm.nih.gov/REST/rxcui/</system> <system xmlns="http://smartplatforms.org/terms#">http://rxnav.nlm.nih.gov/REST/rxcui/</system>
<identifier xmlns="http://purl.org/dc/terms/">745679</identifier> <identifier xmlns="http://purl.org/dc/terms/">745679</identifier>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:nodeID="iDPsDPss25587"> <rdf:Description rdf:nodeID="iDPsDPss25587">
<title xmlns="http://purl.org/dc/terms/">200 ACTUAT Albuterol 0.09 MG/ACTUAT Metered Dose Inhaler</title> <title xmlns="http://purl.org/dc/terms/">200 ACTUAT Albuterol 0.09 MG/ACTUAT Metered Dose Inhaler</title>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/medications/0ee29f0b-3cc5-4215-b867-089bcd975d51"> <rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/medications/0ee29f0b-3cc5-4215-b867-089bcd975d51">
<instructions xmlns="http://smartplatforms.org/terms#">2 puffs qid prn SOB</instructions> <instructions xmlns="http://smartplatforms.org/terms#">2 puffs qid prn SOB</instructions>
<startDate xmlns="http://smartplatforms.org/terms#">2004-10-27</startDate> <startDate xmlns="http://smartplatforms.org/terms#">2004-10-27</startDate>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:about="http://rxnav.nlm.nih.gov/REST/rxcui/745679"> <rdf:Description rdf:about="http://rxnav.nlm.nih.gov/REST/rxcui/745679">
<rdf:type rdf:resource="http://smartplatforms.org/terms/codes/RxNorm_Semantic"/> <rdf:type rdf:resource="http://smartplatforms.org/terms/codes/RxNorm_Semantic"/>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/medications/cea7e764-3481-4f6d-9528-26c3a39694ee"> <rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/medications/cea7e764-3481-4f6d-9528-26c3a39694ee">
<rdf:type rdf:resource="http://smartplatforms.org/terms#Medication"/> <rdf:type rdf:resource="http://smartplatforms.org/terms#Medication"/>
<fulfillment xmlns="http://smartplatforms.org/terms#" rdf:resource="http://sandbox-api.smartplatforms.org/records/981968/fulfillments/caaa4213-e345-4310-907f-1ea9dbf6391b"/> <fulfillment xmlns="http://smartplatforms.org/terms#" rdf:resource="http://sandbox-api.smartplatforms.org/records/981968/fulfillments/caaa4213-e345-4310-907f-1ea9dbf6391b"/>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/fulfillments/caaa4213-e345-4310-907f-1ea9dbf6391b"> <rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/fulfillments/caaa4213-e345-4310-907f-1ea9dbf6391b">
<rdf:type rdf:resource="http://smartplatforms.org/terms#Fulfillment"/> <rdf:type rdf:resource="http://smartplatforms.org/terms#Fulfillment"/>
<belongsTo xmlns="http://smartplatforms.org/terms#" rdf:resource="http://sandbox-api.smartplatforms.org/records/981968"/> <belongsTo xmlns="http://smartplatforms.org/terms#" rdf:resource="http://sandbox-api.smartplatforms.org/records/981968"/>
<medication xmlns="http://smartplatforms.org/terms#" rdf:resource="http://sandbox-api.smartplatforms.org/records/981968/medications/cea7e764-3481-4f6d-9528-26c3a39694ee"/> <medication xmlns="http://smartplatforms.org/terms#" rdf:resource="http://sandbox-api.smartplatforms.org/records/981968/medications/cea7e764-3481-4f6d-9528-26c3a39694ee"/>
<dispenseDaysSupply xmlns="http://smartplatforms.org/terms#">10</dispenseDaysSupply> <dispenseDaysSupply xmlns="http://smartplatforms.org/terms#">10</dispenseDaysSupply>
<date xmlns="http://purl.org/dc/terms/">2005-05-17</date> <date xmlns="http://purl.org/dc/terms/">2005-05-17</date>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/medications/cea7e764-3481-4f6d-9528-26c3a39694ee"> <rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/medications/cea7e764-3481-4f6d-9528-26c3a39694ee">
<quantity xmlns="http://smartplatforms.org/terms#" rdf:nodeID="iDPsDPss25585"/> <quantity xmlns="http://smartplatforms.org/terms#" rdf:nodeID="iDPsDPss25585"/>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:nodeID="iDPsDPss25585"> <rdf:Description rdf:nodeID="iDPsDPss25585">
<rdf:type rdf:resource="http://smartplatforms.org/terms#ValueAndUnit"/> <rdf:type rdf:resource="http://smartplatforms.org/terms#ValueAndUnit"/>
<value xmlns="http://smartplatforms.org/terms#">1</value> <value xmlns="http://smartplatforms.org/terms#">1</value>
<unit xmlns="http://smartplatforms.org/terms#">{tablet}</unit> <unit xmlns="http://smartplatforms.org/terms#">{tablet}</unit>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/medications/cea7e764-3481-4f6d-9528-26c3a39694ee"> <rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/medications/cea7e764-3481-4f6d-9528-26c3a39694ee">
<frequency xmlns="http://smartplatforms.org/terms#" rdf:nodeID="iDPsDPss25576"/> <frequency xmlns="http://smartplatforms.org/terms#" rdf:nodeID="iDPsDPss25576"/>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:nodeID="iDPsDPss25576"> <rdf:Description rdf:nodeID="iDPsDPss25576">
<rdf:type rdf:resource="http://smartplatforms.org/terms#ValueAndUnit"/> <rdf:type rdf:resource="http://smartplatforms.org/terms#ValueAndUnit"/>
<value xmlns="http://smartplatforms.org/terms#">3</value> <value xmlns="http://smartplatforms.org/terms#">3</value>
<unit xmlns="http://smartplatforms.org/terms#">/d</unit> <unit xmlns="http://smartplatforms.org/terms#">/d</unit>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/medications/cea7e764-3481-4f6d-9528-26c3a39694ee"> <rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/medications/cea7e764-3481-4f6d-9528-26c3a39694ee">
<belongsTo xmlns="http://smartplatforms.org/terms#" rdf:resource="http://sandbox-api.smartplatforms.org/records/981968"/> <belongsTo xmlns="http://smartplatforms.org/terms#" rdf:resource="http://sandbox-api.smartplatforms.org/records/981968"/>
<drugName xmlns="http://smartplatforms.org/terms#" rdf:nodeID="iDPsDPss25635"/> <drugName xmlns="http://smartplatforms.org/terms#" rdf:nodeID="iDPsDPss25635"/>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:nodeID="iDPsDPss25635"> <rdf:Description rdf:nodeID="iDPsDPss25635">
<rdf:type rdf:resource="http://smartplatforms.org/terms#CodedValue"/> <rdf:type rdf:resource="http://smartplatforms.org/terms#CodedValue"/>
<code xmlns="http://smartplatforms.org/terms#" rdf:resource="http://rxnav.nlm.nih.gov/REST/rxcui/828348"/> <code xmlns="http://smartplatforms.org/terms#" rdf:resource="http://rxnav.nlm.nih.gov/REST/rxcui/828348"/>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:about="http://rxnav.nlm.nih.gov/REST/rxcui/828348"> <rdf:Description rdf:about="http://rxnav.nlm.nih.gov/REST/rxcui/828348">
<rdf:type rdf:resource="http://smartplatforms.org/terms#Code"/> <rdf:type rdf:resource="http://smartplatforms.org/terms#Code"/>
<title xmlns="http://purl.org/dc/terms/">Cyclobenzaprine hydrochloride 10 MG Oral Tablet</title> <title xmlns="http://purl.org/dc/terms/">Cyclobenzaprine hydrochloride 10 MG Oral Tablet</title>
<system xmlns="http://smartplatforms.org/terms#">http://rxnav.nlm.nih.gov/REST/rxcui/</system> <system xmlns="http://smartplatforms.org/terms#">http://rxnav.nlm.nih.gov/REST/rxcui/</system>
<identifier xmlns="http://purl.org/dc/terms/">828348</identifier> <identifier xmlns="http://purl.org/dc/terms/">828348</identifier>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:nodeID="iDPsDPss25635"> <rdf:Description rdf:nodeID="iDPsDPss25635">
<title xmlns="http://purl.org/dc/terms/">Cyclobenzaprine hydrochloride 10 MG Oral Tablet</title> <title xmlns="http://purl.org/dc/terms/">Cyclobenzaprine hydrochloride 10 MG Oral Tablet</title>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/medications/cea7e764-3481-4f6d-9528-26c3a39694ee"> <rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/medications/cea7e764-3481-4f6d-9528-26c3a39694ee">
<instructions xmlns="http://smartplatforms.org/terms#">1 tid prn</instructions> <instructions xmlns="http://smartplatforms.org/terms#">1 tid prn</instructions>
<startDate xmlns="http://smartplatforms.org/terms#">2005-05-17</startDate> <startDate xmlns="http://smartplatforms.org/terms#">2005-05-17</startDate>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:about="http://rxnav.nlm.nih.gov/REST/rxcui/828348"> <rdf:Description rdf:about="http://rxnav.nlm.nih.gov/REST/rxcui/828348">
<rdf:type rdf:resource="http://smartplatforms.org/terms/codes/RxNorm_Semantic"/> <rdf:type rdf:resource="http://smartplatforms.org/terms/codes/RxNorm_Semantic"/>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/medications/beac8c81-9fda-41da-b6d5-4fc87ec56e4e"> <rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/medications/beac8c81-9fda-41da-b6d5-4fc87ec56e4e">
<rdf:type rdf:resource="http://smartplatforms.org/terms#Medication"/> <rdf:type rdf:resource="http://smartplatforms.org/terms#Medication"/>
<frequency xmlns="http://smartplatforms.org/terms#" rdf:nodeID="iDPsDPss25627"/> <frequency xmlns="http://smartplatforms.org/terms#" rdf:nodeID="iDPsDPss25627"/>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:nodeID="iDPsDPss25627"> <rdf:Description rdf:nodeID="iDPsDPss25627">
<rdf:type rdf:resource="http://smartplatforms.org/terms#ValueAndUnit"/> <rdf:type rdf:resource="http://smartplatforms.org/terms#ValueAndUnit"/>
<value xmlns="http://smartplatforms.org/terms#">1</value> <value xmlns="http://smartplatforms.org/terms#">1</value>
<unit xmlns="http://smartplatforms.org/terms#">/d</unit> <unit xmlns="http://smartplatforms.org/terms#">/d</unit>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/medications/beac8c81-9fda-41da-b6d5-4fc87ec56e4e"> <rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/medications/beac8c81-9fda-41da-b6d5-4fc87ec56e4e">
<belongsTo xmlns="http://smartplatforms.org/terms#" rdf:resource="http://sandbox-api.smartplatforms.org/records/981968"/> <belongsTo xmlns="http://smartplatforms.org/terms#" rdf:resource="http://sandbox-api.smartplatforms.org/records/981968"/>
<drugName xmlns="http://smartplatforms.org/terms#" rdf:nodeID="iDPsDPss25646"/> <drugName xmlns="http://smartplatforms.org/terms#" rdf:nodeID="iDPsDPss25646"/>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:nodeID="iDPsDPss25646"> <rdf:Description rdf:nodeID="iDPsDPss25646">
<rdf:type rdf:resource="http://smartplatforms.org/terms#CodedValue"/> <rdf:type rdf:resource="http://smartplatforms.org/terms#CodedValue"/>
<code xmlns="http://smartplatforms.org/terms#" rdf:resource="http://rxnav.nlm.nih.gov/REST/rxcui/311753"/> <code xmlns="http://smartplatforms.org/terms#" rdf:resource="http://rxnav.nlm.nih.gov/REST/rxcui/311753"/>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:about="http://rxnav.nlm.nih.gov/REST/rxcui/311753"> <rdf:Description rdf:about="http://rxnav.nlm.nih.gov/REST/rxcui/311753">
<rdf:type rdf:resource="http://smartplatforms.org/terms#Code"/> <rdf:type rdf:resource="http://smartplatforms.org/terms#Code"/>
<title xmlns="http://purl.org/dc/terms/">mometasone furoate 1 MG/ML Topical Cream</title> <title xmlns="http://purl.org/dc/terms/">mometasone furoate 1 MG/ML Topical Cream</title>
<system xmlns="http://smartplatforms.org/terms#">http://rxnav.nlm.nih.gov/REST/rxcui/</system> <system xmlns="http://smartplatforms.org/terms#">http://rxnav.nlm.nih.gov/REST/rxcui/</system>
<identifier xmlns="http://purl.org/dc/terms/">311753</identifier> <identifier xmlns="http://purl.org/dc/terms/">311753</identifier>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:nodeID="iDPsDPss25646"> <rdf:Description rdf:nodeID="iDPsDPss25646">
<title xmlns="http://purl.org/dc/terms/">mometasone furoate 1 MG/ML Topical Cream</title> <title xmlns="http://purl.org/dc/terms/">mometasone furoate 1 MG/ML Topical Cream</title>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/medications/beac8c81-9fda-41da-b6d5-4fc87ec56e4e"> <rdf:Description rdf:about="http://sandbox-api.smartplatforms.org/records/981968/medications/beac8c81-9fda-41da-b6d5-4fc87ec56e4e">
<instructions xmlns="http://smartplatforms.org/terms#">apply daily</instructions> <instructions xmlns="http://smartplatforms.org/terms#">apply daily</instructions>
<startDate xmlns="http://smartplatforms.org/terms#">2008-06-22</startDate> <startDate xmlns="http://smartplatforms.org/terms#">2008-06-22</startDate>
</rdf:Description> </rdf:Description>
<rdf:Description rdf:about="http://rxnav.nlm.nih.gov/REST/rxcui/311753"> <rdf:Description rdf:about="http://rxnav.nlm.nih.gov/REST/rxcui/311753">
<rdf:type rdf:resource="http://smartplatforms.org/terms/codes/RxNorm_Semantic"/> <rdf:type rdf:resource="http://smartplatforms.org/terms/codes/RxNorm_Semantic"/>
</rdf:Description> </rdf:Description>
</rdf:RDF> </rdf:RDF>