Between Endpoints
Tools
Learn
News
FHIR
FHIR Resource Inspector
Local processing
Format JSON and inspect resource type, identifiers, profiles, and references.
FHIR JSON
Format JSON
{ "resourceType": "Patient", "id": "example", "meta": { "profile": ["http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"] }, "identifier": [{ "system": "urn:oid:1.2.3.4", "value": "MRN-1001" }], "name": [{ "family": "Example", "given": ["Avery"] }], "managingOrganization": { "reference": "Organization/example" } }