Add Patient

49 views
Skip to first unread message

vi...@mediccreations.com

unread,
Dec 13, 2018, 3:49:14 AM12/13/18
to cerner-fhir...@googlegroups.com
If this is a question about an error or issue you are seeing, please fill out the following fields:

  • Issue Summary: (include links to documentation, and describe what you've tried so far. Do NOT include request or response bodies unless this is from our public sandbox)
  • X-Request-Id or CorrelationId: (from Response or Error Message)

If this is a question about an error or issue you are seeing, please fill out the following fields:

  • Issue Summary: (include links to documentation, and describe what you've tried so far. Do NOT include request or response bodies unless this is from our public sandbox)
  • X-Request-Id or CorrelationId: (from Response or Error Message)

I have few questions related to Add Patient (Create Patient) in Cerner.
1. Where do i get "system" in communication object ?
"communication": [
    {
      "language": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47",
            "code": "en",
            "display": "English"
          }
        ],
        "text": "English"
      },
      "preferred": true
    }
  ]

2. Where do i get Practitioners Id in CareProvider?
"careProvider": [
    {
      "reference": "Practitioner/4594010"
    },
    {
      "reference": "Practitioner/4646007"
    }
  ]


3.Where do i get "system" in maritalStatus?
"maritalStatus": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/v3/NullFlavor",
        "code": "UNK",
        "display": "Unknown"
      }
    ],
    "text": "Unknown"
  }


Any help would be appreciated....

Jenni Syed (Cerner)

unread,
Dec 17, 2018, 10:32:15 AM12/17/18
to Cerner FHIR Developers
Hi Vinod,

I'm not sure I'm completely following what you're asking. However, the specification defines the systems that each code field is bound to. In addition, each implementer defines terminology bindings in our own implementation when the specification left it as example (or not required). 



Information on the specification about terminology bindings: http://hl7.org/fhir/dstu2/terminologies.html

The id field of any resource is the unique identifier for it in FHIR: http://hl7.org/fhir/dstu2/resource.html#id

So, you get Practitioner ids from the Practitioner resource, or you look up the practitioner linked from CareTeam in the Practitioner resource: https://fhir.cerner.com/millennium/dstu2/individuals/practitioner/ 

Regards,
Jenni

Reply all
Reply to author
Forward
0 new messages