Guía MHD para HSI, Provincia de Buenos Aires.
0.1.0 - ci-build Argentina flag

Guía MHD para HSI, Provincia de Buenos Aires. - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Ejemplo mínimo de List MHD - JSON Representation

Raw json | Download

{
  "resourceType" : "List",
  "id" : "EjemploListMhd",
  "meta" : {
    "profile" : [
      🔗 "http://mhd.ri.hsisalud.org/StructureDefinition/ListMhd"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Lista EjemploListMhd</b></p><a name=\"EjemploListMhd\"> </a><a name=\"hcEjemploListMhd\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ListMhd.html\">ListMhd</a></p></div><table class=\"clstu\"><tr><td>Date: 2026-07-06 </td><td>Mode: Working List </td><td>Status: Current </td><td>Code: SubmissionSet as a FHIR List </td></tr><tr><td>Subject: <a href=\"Patient-Paciente-Interno.html\">Paciente argentino de ejemplo</a></td></tr></table><table class=\"grid\"><tr style=\"backgound-color: #eeeeee\"><td><b>Items</b></td></tr><tr><td><a href=\"DocumentReference-ReferDocEjemplo.html\">Referencia documental de ejemplo</a></td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "https://profiles.ihe.net/ITI/MHD/StructureDefinition/ihe-sourceId",
      "valueIdentifier" : {
        "system" : "urn:ietf:rfc:3986",
        "value" : "urn:oid:2.16.840.1.113883.3.9999.1"
      }
    }
  ],
  "status" : "current",
  "mode" : "working",
  "code" : {
    "coding" : [
      {
        "system" : "https://profiles.ihe.net/ITI/MHD/CodeSystem/MHDlistTypes",
        "code" : "submissionset"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/Paciente-Interno",
    "display" : "Paciente argentino de ejemplo"
  },
  "date" : "2026-07-06",
  "entry" : [
    {
      "item" : {
        🔗 "reference" : "DocumentReference/ReferDocEjemplo",
        "display" : "Referencia documental de ejemplo"
      }
    }
  ]
}