<<<<<<< HEAD ======= >>>>>>> med01


0.1.3 - ci-build

MED - Local Development build (v0.1.3) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: AppointmentExample001 - JSON Representation

Raw json | Download


{
  "resourceType" : "Appointment",
  "id" : "AppointmentExample001",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.medicaia.ar/StructureDefinition/AppointmentMED"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Appointment AppointmentExample001</b></p><a name=\"AppointmentExample001\"> </a><a name=\"hcAppointmentExample001\"> </a><a name=\"AppointmentExample001-en-US\"> </a><p><b>identifier</b>: <code>http://www.medicaia.ar/citas</code>/c1b0be9b-1867-4ee2-be35-5511abca4edf</p><p><b>status</b>: Booked</p><p><b>serviceCategory</b>: <span title=\"Codes:{https://fhir.medicaia.ar/CodeSystem/ServiceCategoryCS 17}\">General Practice</span></p><p><b>appointmentType</b>: <span title=\"Codes:{https://fhir.medicaia.ar/CodeSystem/AppointmentTypeCS CHECKUP}\">A routine check-up, such as an annual physical</span></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 413095006}\">Clinical Review</span></p><p><b>start</b>: 2024-09-11 10:30:00+0000</p><p><b>end</b>: 2024-09-11 11:00:00+0000</p><p><b>created</b>: 2024-08-11 00:00:00+0000</p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td><td><b>Status</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Patient-PatientExample001.html\">Juan Domingo Perez Garcia Male, DoB: 1998-08-08 ( DOCUMENTO NACIONAL DE IDENTIDAD: 99.999.998)</a></td><td>Accepted</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "https://fhir.medicaia.ar/StructureDefinition/Extension-AttentionType",
      "valueCode" : "V"
    }
  ],
  "identifier" : [
    {
      "system" : "http://www.medicaia.ar/citas",
      "value" : "c1b0be9b-1867-4ee2-be35-5511abca4edf",
      "assigner" : {
        🔗 "reference" : "Organization/OrganizationExample001"
      }
    }
  ],
  "status" : "booked",
  "serviceCategory" : [
    {
      "coding" : [
        {
          "system" : "https://fhir.medicaia.ar/CodeSystem/ServiceCategoryCS",
          "code" : "17",
          "display" : "General Practice"
        }
      ]
    }
  ],
  "appointmentType" : {
    "coding" : [
      {
        "system" : "https://fhir.medicaia.ar/CodeSystem/AppointmentTypeCS",
        "code" : "CHECKUP",
        "display" : "A routine check-up, such as an annual physical"
      }
    ]
  },
  "reasonCode" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "413095006",
          "display" : "Clinical management plan review"
        }
      ],
      "text" : "Clinical Review"
    }
  ],
  "start" : "2024-09-11T10:30:00Z",
  "end" : "2024-09-11T11:00:00Z",
  "created" : "2024-08-11T00:00:00Z",
  "participant" : [
    {
      "actor" : {
        🔗 "reference" : "Patient/PatientExample001"
      },
      "status" : "accepted"
    }
  ]
}