Care Connect API
- CI Build

Care Connect API - Local Development build (vnull). See the Directory of published versions

Patient Gender - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "SearchParameter",
  "id" : "careconnect-patient-gender",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: careconnect-patient-gender</p><p><b>url</b>: <a href=\"https://kevinmayfield.github.io/careconnect-api-stu3/SearchParameter/careconnect-patient-gender\">https://kevinmayfield.github.io/careconnect-api-stu3/SearchParameter/careconnect-patient-gender</a></p><p><b>version</b>: 3.0.0</p><p><b>name</b>: CareConnectPatientGender</p><p><b>status</b>: draft</p><p><b>experimental</b>: false</p><p><b>date</b>: 23 Sep 2019, 10:48:45</p><p><b>publisher</b>: mayfield-is.co.uk</p><p><b>contact</b>: </p><p><b>jurisdiction</b>: United Kingdom of Great Britain and Northern Ireland (GBR) <span style=\"background: LightGoldenRodYellow\">(Details : {http://unstats.un.org/unsd/methods/m49/m49.htm code '826' = 'United Kingdom of Great Britain and Northern Ireland (GBR))</span></p><p><b>code</b>: gender</p><p><b>base</b>: Patient</p><p><b>type</b>: token</p><p><b>derivedFrom</b>: <a href=\"http://hl7.org/fhir/SearchParameter/individual-gender\">http://hl7.org/fhir/SearchParameter/individual-gender</a></p><p><b>description</b>: Gender of the patient</p><p><b>expression</b>: Patient.gender</p><p><b>xpath</b>: f:Patient/f:gender</p><p><b>xpathUsage</b>: normal</p></div>"
  },
  "url" : "https://kevinmayfield.github.io/careconnect-api-stu3/SearchParameter/careconnect-patient-gender",
  "version" : "3.0.0",
  "name" : "CareConnectPatientGender",
  "status" : "draft",
  "experimental" : false,
  "date" : "2019-09-23T10:48:45+01:00",
  "publisher" : "mayfield-is.co.uk",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "email",
          "value" : "kevin.mayfield@mayfield-is.co.uk"
        }
      ]
    }
  ],
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "826"
        }
      ]
    }
  ],
  "code" : "gender",
  "base" : [
    "Patient"
  ],
  "type" : "token",
  "derivedFrom" : "http://hl7.org/fhir/SearchParameter/individual-gender",
  "description" : "Gender of the patient",
  "expression" : "Patient.gender",
  "xpath" : "f:Patient/f:gender",
  "xpathUsage" : "normal"
}