Re: [TMO] coding XML patient data in the Indivo schema

Eric,

sorry, if this is a "late to the party" question - is this to translate
records of existing patients coded in this XML form (indivo) into
equivalents in RDF OR is it to go the other way?

I ask because right now, I'm involved in turning RDF graphs of patients into
CCDs, which though CCDs appear (all that markup, mostly static) more complex
than the CCR-like schema you're using, is, I think, the same task - if you
are going RDF to XML-document flavor: take a graph of patient data, it chief
nodes, its bnodes and subordinate nodes and serialize into some flavor of
schema'ed XML.

Conor

-- 
Caregraf promotes "Semantic Health":  http://www.caregraf.org

On Sun, Jul 18, 2010 at 7:56 PM, Eric Prud'hommeaux <eric@w3.org> wrote:

> Thomas Gambet and I have been transforming the XML patients (ordinary
> citizens like you and me, tragically afflicted with XML) to follow the
> Indivo schema. Indivo uses a bunch of small schemas to represent
> e.g. contacts and problems, so we've put together an envelope schema
> which references the Indivo schema for most of its meaty data. We
> still have some coding to go, but folks can go take a look at
>  data:
>
> http://dvcs.w3.org/hg/TMO-Indivo/file/tip/syntheticPatients/AD_PCHR_1-indivo.xml
>  schema:
>
> http://dvcs.w3.org/hg/TMO-Indivo/file/tip/syntheticPatients/indivo-schemas/envelope.xsd
>
> Places where the envelope schema reference other schmeme types, e.g.
>  <xs:complexType name="PrescriptionsType">
>        <xs:sequence>
>                <xs:element name="Prescription" type="indivo:Prescription"
> minOccurs="0" maxOccurs="unbounded"/>
>        </xs:sequence>
>  </xs:complexType>
> , have been mapped to Indivo. Places where we have lots of elements
> defined didn't have a pre-existing Indivo schema. Lots of thanks to
> Thomas for working on this stuff.
>
> Folks in the HCLS IG have commit privileges on this Mercurial
> repository. Once we finish coding the patient encounters, we'll get
> serious about mapping out the patient RDF ontology. The XSLT we use
> for this will also be useful for mapping anyone's Indivo data to RDF.
>
> Thoughts? Suggestions?
> --
> -ericP
>
>

Received on Monday, 19 July 2010 04:20:56 UTC