Skip to content

Instantly share code, notes, and snippets.

@andrawaag
Created July 3, 2017 10:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrawaag/df642eb1a555aec5b506dbbc98db7ce8 to your computer and use it in GitHub Desktop.
Save andrawaag/df642eb1a555aec5b506dbbc98db7ce8 to your computer and use it in GitHub Desktop.
PREFIX : <http://hl7.org/fhir/>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
<Obs1>
:status "final" ;
:subject <Patient2> .
<Patient2>
:name "Bob" ;
:birthdate "1999-12-31"^^xsd:date .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment