Giter Site home page Giter Site logo

au-core-aidbox's People

Contributors

atuonufure avatar ir4y avatar projkov avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

projkov

au-core-aidbox's Issues

Enhancement

{
 "resourceType": "Patient",
 "meta": {
   "profile": [
     "http://hl7.org.au/fhir/core/StructureDefinition/au-core-patient"
   ]
 }, 
"text": {
   "status": "generated",
   "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Ms Example Person</div>"
 },
 "extension": [
   {
     "url": "http://hl7.org.au/fhir/StructureDefinition/indigenous-status",
     "valueCoding": {
       "system": "https://healthterminologies.gov.au/fhir/CodeSystem/australian-indigenous-status-1",
       "code": "1",
       "display": "Aboriginal but not Torres Strait Islander origin"
     }
   }
 ],
 "identifier": [
   {
     "type": {
       "coding": [
         {
           "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
           "code": "MC"
         }
       ],
       "text": "Medicare Number"
     },
     "system": "http://ns.electronichealth.net.au/id/medicare-number",
     "value": "24287781321"
   }
 ],
 "name": [
   {
     "use": "official",
     "text": "Ms. Example Person",
     "family": "Person",
     "given": [
       "Example"
     ],
     "prefix": [
       "Ms"
     ]
   }
 ],
 "telecom": [
   {
     "system": "phone",
     "value": "0491 572 777",
     "use": "mobile"
   }
 ],
 "gender": "female",
 "birthDate": "1970-11-12",
 "address": [
   {
     "use": "home",
     "line": [
       "5 Brisbane Street"
     ],
     "city": "Brisbane",
     "state": "QLD",
     "postalCode": "4112",
     "country": "AU"
   }
 ]
}

  • Provide links to all available FHIR servers
SPARKED_BASE_URL = "https://hl7auconnectathon.salessbx.smiledigitalhealth.com/fhir-request"
AIDBOX_BASE_URL = "https://au-core.beda.software/fhir/"

By default the client instantiates with AIDBOX_BASE_URL

client = SyncFHIRClient(AIDBOX_BASE_URL)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.